.select2-results .select2-highlighted {
    background-color: #afafaf;
}

.select2-arrow {
    width: 25px;
}

.select2-container .select2-choice .select2-arrow b {
    background-color: #b6b6b6;
}

.select2-container .select2-choice,
.select2-drop-active,
.select2-container .select2-choice>.select2-chosen {
    background: #b6b6b6;
    border-color: #303b41;
    border-width: 2px;
    width: 100%;
    padding: 0;
}

.select2-container .select2-choice>.select2-chosen {
    padding-left: 10px;
}

.select2-search input {
    background: #e7e7e7;
}

.select2-container .select2-choice {
    height: 37px;
    line-height: 37px;
}

.select2-container .select2-choice .select2-arrow b {
    background-position-y: 5px;
}

.select2-container .select2-choice {
    border-width: 2px;
}

.select2-container .select2-choice .select2-arrow {
    border-left: 0;
}

.select2-container {
    width: 100%;
}

.select2-result {
    border-bottom: 1px solid #878175;
}

#s2id_accountDropDownList.select2-container {
    background-color: #b6b6b6 !important;
    border-radius: 0px;
    padding-left: 5px;
    border: 1px solid #666666;
}

#s2id_supplementList.select2-container {
    background-color: #b6b6b6 !important;
    width: 100%;
    padding: 0;
    border: 0px;
    color: #bf9658;
}

#s2id_supplementList.select2-container .select2-choice .select2-arrow b {
    background-color: transparent;
}

.select2-container .select2-choice {
    border: 0px;
}

#s2id_supplementList.select2-container .select2-choice,
.select2-drop-active,
.select2-container .select2-choice>.select2-chosen {
    background-color: transparent;
}