/* Custom SELFIE styles: styles common to ECL1/ECL4 */

.select2-container {
    margin-top: .89rem;
    line-height: 1.15;
}

/* .select2-container .select2-selection--single is in ecl1.css/ecl4.css */

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 1.15;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #404040;
}

.select2-dropdown {
    background-color: #fff;
    -moz-appearance: none;
    border: 1px solid #404040;
    border-radius: 0;
    box-sizing: border-box;
    display: block;
    position: absolute;
    z-index: 1051;
    font-family: Arial, sans-serif;
    font-size: .875rem;
    color: #404040;
}

.select2-dropdown--below{
    margin-top: -.938rem;
}

.select2-search__field {
    background-color: #fff;
    background-image: none;
    border: 1px solid #404040;
    box-sizing: border-box;
    color: #404040;
    display: block;
    font-family: Arial, sans-serif;
    font-size: .875rem;
    margin: 0;
    padding: .15rem .66rem;
    width: 100% !important;
}

.select2-selection__arrow{
    display: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    cursor: default;
    float: left;
    margin-top: 5px;
    background-color: #e3e3e3;
    border-radius: 5px;
    border-width: 0;
    color: #404040;
    font-family: Arial, sans-serif;
    font-weight: 400;
    line-height: 1;
    padding: .33rem;
    white-space: nowrap;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #004494;
    color: white
}

.select2-results__message {
    color: #404040;
    font-size: .875rem;
    font-family: Arial, sans-serif;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #404040;
    font-size: .875rem;
    font-family: Arial, sans-serif;
    width: 100% !important;
}

.select2 .select2-container .select2-container--default .select2-container--below {
    width: 100% !important;
}

.custom-disabled {
    opacity: 0.5
}
