/*------------------------------------*\
    S4BT Select height 36
\*------------------------------------*/
.s4bt_selectHeight36 .webix_inp_top_label {
    font-family: Rubik;
    height: auto;
    font-weight: 500;
    color: #738596;
    float: none;
    padding: 8px 3px;
    padding-bottom: 0px;
    font-size: 13px;
    line-height: 16px !important;
    letter-spacing: 0.4px !important;
    text-transform: uppercase !important;
}
.s4bt_selectHeight36 .webix_inp_bottom_label {
    height: auto;
    margin-top: 2px;
    padding-top: 4px;
    padding-bottom: 4px !important;
    text-align: left;
    background-color: #e8ebee;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    font-family: Rubik;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: 0.3px;
    text-align: center;
    color: #4678aa;
}
.s4bt_selectHeight36 .webix_el_box{
    height:auto !important;
    padding-top: 0px;
    padding-bottom: 0px;
}
.s4bt_selectHeight36 select{
    height: auto;
    color:#666;
    padding-left: 12px;
    padding-right:24px;
    background-color: #fff;
    font-family:'Rubik';
    -webkit-appearance:none;
    border-radius: 4px;
    box-shadow: inset 0 2px 4px 0 rgba(70, 82, 93, 0.1);
    border: solid 1px #d9dee3;
    font-size: 16px;
    padding-top: 7.5px !important;
    padding-bottom: 7.5px !important;
}
.s4bt_selectHeight36 .webix_input_icon{
    padding-top:0px !important;
    position: relative;
    top: -26px;
    right: 4px;
    color: #738596;
}