﻿.chosen-container-single .chosen-single {
    background-image: none;
    font-family: inherit;
    border-radius: 5px;
    border: 1px solid var(--input-border);
    box-shadow: none;
    padding: 2px 7px;
    margin: 0;
    background-color: #fdfdfd;
    height: initial;
    color: black;
}

.chosen-container.chosen-container-single.search-select.compact .chosen-single {
    padding: .5px 7px;
}

.chosen-container.chosen-container-single.chosen-with-drop.chosen-container-active .chosen-single {
    background-image: none;
    color: black;
}

.chosen-container.chosen-container-single.chosen-with-drop.chosen-container-active .chosen-drop {
    /*    background-image: none;
    color: black;*/
    z-index: 999999 !important;
    position: absolute;
}

.chosen-container.chosen-container-single.chosen-with-drop.chosen-container-active.drop-up .chosen-drop {
    top: auto !important;
    bottom: 100% !important;
    top: auto !important;
    bottom: 100% !important;
    border-top: 1px solid #b9b9b9;
    border-radius:3px;
}

.chosen-container.chosen-container-single.search-select.drop-up.chosen-with-drop.chosen-container-active a{
    border-radius:5px;
}

.chosen-container.chosen-container-single.chosen-with-drop.chosen-container-active .chosen-drop .active-result.highlighted {
    background-image: none;
    /*        background: #0275d8;*/
    background: #2a5976;
}

.chosen-single.chosen-default span {
    color: #cacaca;
}
