.customSelect {
    border: 1px solid rgba(204, 204, 204, 1);
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    height: 34px;
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
}
.customSelect::after {
    font-family: "glyphicons" !important;
    content: "u";
    float: right;
    font-size: 12px;
    color: #b5b5b5;
    width: 12px;
    height: 12px;
    line-height: 12px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
}
.customSelect.customSelectFocus {
    border: 1px solid #000000;
}
.customSelectDisabled {
    background: #f8f8f8;
}
.customSelectDisabled::after {
    color: #e5e5e5 !important;
}
.customSelectDisabled > .customSelectInner {
    color: #555555 !important;
}
.customSelectInner {
    overflow: hidden !important;
    height: 32px !important;
    line-height: 34px !important;
    display: inline-block;
}

#languageSelector + span.customSelect, #exchange + span.customSelect {
    height: 24px !important;
    text-align: left;
}

#languageSelector + span.customSelect > span.customSelectInner, #exchange + span.customSelect > span.customSelectInner {
    height: 24px !important;
    line-height: 24px !important;
}