﻿.select2-results .select2-result-label {
    padding: 1px 4px;
    line-height: 16px;
}

.select2-container-active .select2-choice, .select2-container-active .select2-choices {
    border-color: #CBC7BF;
}

.select2-drop {
    border-radius: 3px 3px 4px 4px;
}

.select2-dropdown-open .select2-choice {
    background: none;
}

.select2-drop-active {
    border: 1px solid #CBC7BF;
}

.select2-search {
    padding-top: 2px;
}

.select2-search input {
    width: 100% !important;
    border-radius: 4px;
}

.select2-container .select2-choice {
    background-image: none;
    border-radius: 4px;
    border-color: #CBC7BF;
}

select2-arrow ui-select-toggle {
    background: none;
}
.select2-container .select2-choice .select2-arrow {
    border: none;
}

.select2-container .select2-choice .select2-arrow b {
    background: url(../../../../images/core/controls/Sort.png) no-repeat #FFFFFF;
    background-position: 6px 7px;
}
