
.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont,
.SumoSelect.open > .CaptionCont {
    box-shadow: none;
    border-color: transparent;
}

.SumoSelect {
    height: 100%;
}

.SelectBox {
    padding:11px 8px 0px 8px;
}

.SumoSelect > .CaptionCont > span {
    margin-bottom: 0;
    color: #475669;
    font-size: 16px;
    margin-top: 1px;
    font-weight: bold;
    font-family: 'Open Sans', 'Roboto', sans-serif;
    padding-right: 13px;

}

.SumoSelect > .optWrapper > .options li label {
    color: #475669;
}

.SumoSelect > .optWrapper > .options li.opt {
    padding: 10px 6px;
}

.SumoSelect.open .search-txt {
    height: 44px;
    font-size: 14px;
    font-family: 'Open Sans', 'Roboto', sans-serif;
    color: #475669;
    padding: 6px 8px 8px 8px;
}


.SumoSelect > .CaptionCont > label {
    width: 30px;
    top: 0px;
}

.SumoSelect > .CaptionCont > label > i {
    background-image: none;
    width: 13px;
    height: 18px;
    top: -1px;
    right: -1px;
    border-right: none;
    border-bottom: none;
    transition: 0.3s;
    font-size: 19px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    opacity: 1;
}


.SumoSelect.open > .search > label {
    visibility: visible;
    z-index: 10;
}

.SumoSelect {
    height: 50px;
    padding: 0;
}

.SumoSelect > .CaptionCont {
    height: 37px;
    border-radius: 0;
}

.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont {
    box-shadow: none;
    border-color: #ccc;
}

.SumoSelect.open > .optWrapper {
    top: 50px;
    font-size: 14px;
    font-family: 'Open Sans', 'Roboto', sans-serif;
}

.SumoSelect.open > .CaptionCont > label > i {
    transform: rotate(180deg);
    top: 0px;
}

.SumoSelect > .optWrapper.isFloating {
    position: relative;
    width: 100%;
    max-height: none;
    top: 0;
}

.SumoSelect > .optWrapper.isFloating > .options li.opt {
    padding: 10px 6px;
}

.sumoStopScroll {
    overflow: initial;
}

