/*------------------------------------*\
    S4BT Switch
\*------------------------------------*/
.s4bt_switch.webix_el_switch{
    margin-top: 0px !important;
    margin-left: 8px !important
}
.s4bt_switch .webix_label_right {
    color: #fff !important;
    display: flex;
    height: auto !important;
    padding-left: 12px;
}
.s4bt_switch .webix_switch_box {
    width:40px !important;
    height:22px !important;
    box-shadow: inset 0 2px 4px 0 rgba(70, 82, 93, 0.3);
    border: solid 1px #d9dee3;
    background-color: #fff;
}
.s4bt_switch .webix_switch_box.webix_switch_on {
    width:40px !important;
    height:22px !important;
    box-shadow: inset 0 2px 4px 0 rgba(70, 82, 93, 0.3);
    border: solid 1px #d9dee3;
    background-color: #4678aa;
}
.s4bt_switch .webix_switch_handle {
    height: 22px;
    width: 22px;
    border-radius: 100%;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #d9dee3;
    position: absolute;
    top: -1px;
    background-color: #fff;
    transition: left 0.3s ease;
    cursor: pointer;
    box-sizing: border-box;
}
.webix_switch_box .webix_switch_handle{
    left: -1px !important
}
.webix_switch_box.webix_switch_on .webix_switch_handle{
    left: 18px !important
}