﻿.toggle {
    width: 90px !important;
    height: 20px !important;
}

.toggle-group .btn-primary {
    height: 20px;
    font-size: 11px;
    line-height: 9px;
    background-color: #58c4a7;
    cursor: default !important;
}

.toggle-on.btn {
    padding-right: 55px;
    padding-right: 65px;
}

.toggle-group .btn-default {
    height: 21px;
    font-size: 12px;
    line-height: 22px;
}

.toggle.btn {
    min-width: 80px;
    min-height: 25px;
}

    .toggle.btn.btn-primary {
        background-color: #58c4a7;
    }

.toggle.ios, .toggle-on.ios, .toggle-off.ios {
    border-radius: 20px;
    border: 3px solid #58c4a7;
}

    .toggle.ios .toggle-handle {
        border-radius: 50%;
        background-color: #fff;
        position: absolute;
        top: -1px;
        left: 65px;
    }

.toggle-group .btn.active, .toggle-group .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.toggle.ios.btn-default {
    background-color: #9e9e9e;
}

.disabel_togglebtn .toggle.ios.btn-default, .disabel_togglebtn .toggle.ios .btn-default.active {
    background-color: #ccc;
}

.toggle.ios .btn-default.active, .toggle.ios .btn-default:active, .toggle.ios .open > .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #9e9e9e;
    font-weight: 600;
    /*padding: 0 5px 0 20px;*/
}
