
.select2-container
{
    flex: 1 1 auto;
    height: calc(1.5em + 0.75rem + 2px);
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    height: 100%;
}

.select2-container--default {
    /*height: 100%;*/
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple{
    border: 1px solid #ced4da;
}


.form-control.datepicker[readonly]
{
    background-color: transparent;
}


select{
    display: unset!important;
}

.formfield-incomplete
{
    background-color: #fcf1f1!important;
}

option[placeholder] {
    display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #fff7ce !important;
}

.badge-table {
    background-color: #fff7ce !important;
    font-weight: unset;
    color: black !important;
    box-shadow: unset;
    border: 1px solid #aaa;
    border-radius: 4px;
}
