.select2-container--bootstrap4 .select2-results__option--highlighted, .select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected="true"] {
    color: #000000;
    background-color: #d1d1d1;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #ffffff;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
    float: left;
    padding-right: 3px;
    padding-left: 3px;
    margin-right: 1px;
    margin-left: 3px;
    font-weight: 700;
    color: #ffffff;
}

.select2-container--bootstrap4 .select2-selection {
    width: 100%;
    background-color: #ECEFF1;
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.select2-container--bootstrap4 .select2-dropdown {
    border-color: #ced4da;
    border-radius: 0;
    background-color: #ECEFF1;
}

.select2-container--bootstrap4 .select2-selection--single {
    height: calc(30px + 12px + 2px) !important;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    padding-left: 0.75rem;
    padding-top: 5px!important;
    line-height: calc(1.5em + 0.75rem);
    color: #495057;
}
.select2-container--bootstrap4 .select2-selection__clear {
    float: right;
    width: 16px;
    height: 16px;
    padding-left: 4px;
    padding-top: 2px;
    margin-top: 0.7em;
    margin-right: 0.3em;
    line-height: .75em;
    color: #f8f9fa;
    background-color: #c8c8c8;
    border-radius: 100%;
}

.select2-container--bootstrap4.select2-container--focus .select2-selection {
    color: #212529;
    background-color: #fff;
    border-color: #673AB7;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 0%);
}
.f-monospace {
    font-family: monospace !important;
}

table#bstable td span.notesExternal {
    max-width: 400px !important;
    white-space: normal !important;
}

th[data-field="notes_external"] {
    min-width: 400px !important;
    white-space: normal !important;
    word-break: break-word !important;
}