﻿
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0px !important;
}

.select2-results__option {
    vertical-align: middle;
}

    .select2-results__option:before {
        content: "";
        display: inline-block;
        position: relative;
        height: 20px;
        width: 20px;
        border: 2px solid #e9e9e9;
        border-radius: 4px;
        background-color: #fff;
        margin-right: 20px;
        vertical-align: middle;
        text-align: center;
    }

    .select2-results__option[aria-selected=true]:before {
        font-family: fontello;
        content: '\ee3d';
        color: #fff;
        background-color: #0186c8;
        border: 0;
        display: inline-block;
    }

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #0186c8 !important;
    color: #fff !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]::before {
    background-color: #fff !important;
    color: #0186c8 !important;
}

.select2 .select2-selection {
    height: 42px !important;
    overflow-y: auto;
}

.select2 .select2-selection:not(.select2-selection--multiple) .select2-selection__rendered {
    line-height: 40px !important;
}

.select2 .select2-selection .select2-selection__arrow {
    height: 42px !important;
}
