﻿.select2-container .select2-selection--single {
    cursor: pointer;
    outline: 0;
    display: block;
    height: 36px;
    padding: 7px 0;
    line-height: 1.5384616;
    position: relative;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    white-space: nowrap;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-color: #ddd;
    background-color: #fff;
    color: #333333;
    -webkit-transition: all ease-in-out 0.15s;
    -o-transition: all ease-in-out 0.15s;
    transition: all ease-in-out 0.15s;
}

.select2-selection--single .select2-selection__rendered {
    padding-left: 12px !important;
}

.select2-selection--single .select2-selection__arrow::after {
    content: '\e9c5';
    font-family: 'Icomoon';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -8px;
    font-size: 16px;
    line-height: 1;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.select2-results__option + .select2-results__option {
    margin-top: 1px;
}

.select2-results__option.select2-results__option--highlighted {
    background-color: #f5f5f5;
}

.select2-results__option[aria-selected="true"] {
    background-color: #2196F3;
    color: #fff;
}

.select2-container--disabled .select2-selection--single:not([class*="bg-"]) {
    color: #999999;
}

.select2-container--disabled .select2-selection--single {
    cursor: not-allowed;
}

.select2-results > .select2-results__options {
    padding-bottom: 7px;
    max-height: 250px;
    overflow-y: auto;
}

.whiteDropdown .select2-container .select2-selection--single {
    color: white;
}