.select2-container{
    width: 100% !important;	
}
.has-error .select2-selection--single{
	border: 1px solid #dd4b39 !important;
}
.table-bordered {
    border: 1px solid #ccc !important;
}
.d-flex{
    display: flex;
    justify-content: space-between;
    margin: 0px -10px;
    flex-wrap: wrap;
}
.flex-1{
    width: calc(33.33% - 20px);
    padding: 1em;
    margin: 10px;
    border: 1px solid #ddd;
}