/* ==Nav Radio */
/* ----------------------------------------------- */
.tab-radio {
    clear: both;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    display: inline-block;
    white-space: nowrap;
}
.tab-radio input[type=radio] {
    display: none;
}
.tab-radio label.nav {
    background: #fff;
    color: #999999;
    font-weight: normal;
    padding: 6px 14px;
    border: solid 2px #267ae9;
    margin-top: 0;
    margin-left: -6px;
    cursor: pointer;
    min-height: 28px;
    line-height: 28px;
    box-sizing: border-box;
    min-width: 18%;
    text-align: center;
    display: inline-block;
}

.tab-radio label:first-of-type {
    margin-left: 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.tab-radio label:last-of-type {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
input[type="radio"]:checked+label.nav
{
    background: #267ae9;
    color: #fff;
}



/*Switcher*/
.switchery,.switchery>small{background-color:#fff;height:22px; margin-bottom:5px;}
.uploader-xs .action{width:32px}
.uploader-xs .filename{padding-top:5px;padding-bottom:5px;padding-right:42.5px}
.switchery{border:1px solid #ddd;border-radius:100px;cursor:pointer;display:inline-block;width:44px;position:relative;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
.checkbox-switchery .switchery{position:absolute;left:0;margin-top:-2px}
.switchery>small{border-radius:100px;width:22px;position:absolute;top:0;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.4);box-shadow:0 1px 3px rgba(0,0,0,.4)}
.checkbox.checkbox-switchery{margin-bottom:14px;margin-top: 4px;padding-left:0}
.checkbox.checkbox-switchery.disabled .switchery{cursor:not-allowed}
.checkbox-inline[class*=switchery-],.checkbox[class*=switchery-]{padding-left:0;padding-right:0}
.switchery-lg.checkbox-switchery{margin-bottom:18px}
.switchery-lg.checkbox-switchery .switchery{margin-top:-4px}
label.switchery-lg{margin-bottom:0}
.switchery-lg .switchery{height:26px;width:52px}
.switchery-lg .switchery>small{height:26px;width:26px}
.switchery-sm.checkbox-switchery{margin-bottom:10px}
.switchery-sm.checkbox-switchery .switchery{margin-top:0}
label.switchery-sm{margin-bottom:0}
.switchery-sm .switchery{height:18px;width:36px}
.switchery-sm .switchery>small{height:18px;width:18px}
.switchery-xs.checkbox-switchery{margin-bottom:6px}
.checkbox-switchery.checkbox-inline,label.switchery-xs{margin-bottom:0}
.switchery-xs.checkbox-switchery .switchery{margin-top:2px}
.switchery-xs .switchery{height:14px;width:28px}
.switchery-xs .switchery>small{height:14px;width:14px}
.checkbox-switchery label,label.checkbox-switchery{position:relative;padding-left:56px;margin:0;cursor:pointer;font-size: 14px;color: #333;font-weight: bold;}
.checkbox-switchery.switchery-lg label,label.checkbox-switchery.switchery-lg{padding-left:64px}
.checkbox-switchery.switchery-sm label,label.checkbox-switchery.switchery-sm{padding-left:48px}
.checkbox-switchery.switchery-xs label,label.checkbox-switchery.switchery-xs{padding-left:40px}
.checkbox-switchery.checkbox-right .switchery{left:auto;right:0}
.checkbox-switchery.checkbox-right label,label.checkbox-switchery.checkbox-right{padding-left:0;padding-right:56px}
.checkbox-switchery.checkbox-right.switchery-lg label,label.checkbox-switchery.checkbox-right.switchery-lg{padding-left:0;padding-right:64px}
.checkbox-switchery.checkbox-right.switchery-sm label,label.checkbox-switchery.checkbox-right.switchery-sm{padding-left:0;padding-right:48px}
.checkbox-switchery.checkbox-right.switchery-xs label,label.checkbox-switchery.checkbox-right.switchery-xs{padding-left:0;padding-right:40px}
.switchery-double .switchery{position:relative;margin:-7px 7px -5px}
.switchery-double.checkbox-switchery label,label.switchery-double.checkbox-switchery{padding:0}
.switchery-double.switchery-lg .switchery{margin-top:-8px;margin-bottom:-6px}
.switchery-double.switchery-sm .switchery{margin-top:-6px;margin-bottom:-4px}
.switchery-double.switchery-xs .switchery{margin-top:-5px;margin-bottom:-3px}
.bootstrap-switch{display:inline-block;cursor:pointer;margin-top:-2px;margin-right:7px;border-radius:3px;border:1px solid transparent;position:relative;text-align:left;overflow:hidden;-moz-user-select:none;user-select:none;-webkit-transition:all ease-in-out 50ms;-o-transition:all ease-in-out 50ms;transition:all ease-in-out 50ms}
.select2-selection--multiple,.select2-selection--single{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;outline:0}
.bootstrap-switch .bootstrap-switch-container{display:inline-block;top:0;border-radius:3px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.bootstrap-switch.bootstrap-switch-focused{outline:0}
.bootstrap-switch .bootstrap-switch-handle-off,.bootstrap-switch .bootstrap-switch-handle-on,.bootstrap-switch .bootstrap-switch-label{cursor:pointer;display:inline-block!important;height:100%;padding:7px 12px}
.bootstrap-switch input[type=radio],.bootstrap-switch input[type=checkbox]{position:absolute!important;top:0;left:0;z-index:-1;opacity:0;filter:alpha(opacity=0)}
.bootstrap-switch input[type=radio].form-control,.bootstrap-switch input[type=checkbox].form-control{height:auto}
.bootstrap-switch.bootstrap-switch-disabled,.bootstrap-switch.bootstrap-switch-indeterminate,.bootstrap-switch.bootstrap-switch-readonly{cursor:default!important}
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label{cursor:default!important;opacity:.5;filter:alpha(opacity=50)}
.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container{-webkit-transition:margin-left .2s;-o-transition:margin-left .2s;transition:margin-left .2s}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on{border-radius:0 2px 2px 0}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off{border-radius:2px 0 0 2px}
.bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label{border-bottom-left-radius:2px;border-top-left-radius:2px}
.bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label{border-bottom-right-radius:2px;border-top-right-radius:2px}
.bootstrap-switch-handle-off,.bootstrap-switch-handle-on{text-align:center;z-index:1}
.bootstrap-switch-handle-off.bootstrap-switch-default,.bootstrap-switch-handle-on.bootstrap-switch-default{color:#333;background-color:#eee}
.bootstrap-switch-handle-off.bootstrap-switch-primary,.bootstrap-switch-handle-on.bootstrap-switch-primary{color:#fff;background-color:#267ae9}
.bootstrap-switch-handle-off.bootstrap-switch-danger,.bootstrap-switch-handle-on.bootstrap-switch-danger{color:#fff;background-color:#F44336}
.bootstrap-switch-handle-off.bootstrap-switch-success,.bootstrap-switch-handle-on.bootstrap-switch-success{color:#fff;background-color:#4CAF50}
.bootstrap-switch-handle-off.bootstrap-switch-warning,.bootstrap-switch-handle-on.bootstrap-switch-warning{color:#fff;background-color:#FF5722}
.bootstrap-switch-handle-off.bootstrap-switch-info,.bootstrap-switch-handle-on.bootstrap-switch-info{color:#fff;background-color:#00BCD4}
.bootstrap-switch-label{text-align:center;z-index:100;color:#333;background-color:#fff;position:relative;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.1) inset;box-shadow:0 0 0 1px rgba(0,0,0,.1) inset}
.bootstrap-switch-label:hover{background-color:#fcfcfc}
.bootstrap-switch-label:active{background-color:#fafafa}
.bootstrap-switch-label:after{content:'';position:absolute;top:50%;left:50%;width:3px;height:10px;margin-top:-5px;margin-left:-1px;display:inline-block;border-left:1px solid #ddd;border-right:1px solid #ddd}
.bootstrap-switch-large .bootstrap-switch-handle-off,.bootstrap-switch-large .bootstrap-switch-handle-on,.bootstrap-switch-large .bootstrap-switch-label{padding:9px 15px}
.bootstrap-switch-mini .bootstrap-switch-handle-off,.bootstrap-switch-mini .bootstrap-switch-handle-on,.bootstrap-switch-mini .bootstrap-switch-label{padding:5px 10px}
.bootstrap-switch-small .bootstrap-switch-handle-off,.bootstrap-switch-small .bootstrap-switch-handle-on,.bootstrap-switch-small .bootstrap-switch-label{padding:6px 11px}
.checkbox-switch>label,label.checkbox-switch.checkbox-inline{padding:0}
.checkbox-switch.checkbox-right .bootstrap-switch{margin-right:0;margin-left:7px}


.checkbox + .checkbox, .radio + .radio {
    margin-top: 0;
}
.radio, .checkbox {
    width: auto;
    display: block;
    float: none;
    margin: auto;
    padding-left: 0;
}
.radio.right {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
}

.radio label, .checkbox label {
    width: auto !important;
    float: left !important;
    margin: 10px 5px 0 0;
}
.radio label {
    box-sizing: border-box;
    text-indent: 1px;
    line-height: 19px;
}
.radio input[type=radio][disabled]+label:after {
    background-color: #eceff3;
}
.radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px;
    color: #777a80;
    transition: border 0.2s linear 0s, color 0.2s linear 0s;
    margin-bottom: 5px;
    margin-top:0;
}
.radio label.strong {
    font-size: 14px;
    font-weight: bold;
    color: #2196f3;
}
.radio label:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 10px;
    position: absolute;
    left: 1px;
    top: 1.4px;
    background-color: #ffffff;
    border: 1px solid #c2c6cb;
    border-radius: 3px;
    transition: border 0.2s linear 0s, color 0.2s linear 0s;
}
.radio label::after {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 3.2px;
    top: 0px;
    font-size: 11px;
    transition: border 0.2s linear 0s, color 0.2s linear 0s;
}
.radio label:after {
    border-radius: 3px;
}
.radio input[type=radio] {
    display: none;
}
.radio label:after {
    border-radius: 99px;
}
.radio label:before {
    border-radius: 99px;
}
.radio input[type=radio]:checked+label {
    color: #4d5056;
}
.radio input[type=radio]:checked+label::after {
    font-family: 'FontAwesome';
    content: "\F00C";
}
.radio input[type=radio][disabled]+label {
    opacity: 0.65;
}
.radio input[type=radio][disabled]+label:before {
    background-color: #eceff3 !important;
    border: 1px solid #eceff3 !important;
}
.radio.check-success input[type=radio]:checked+label:before {
    background-color: #0090d9;
    border: 1px solid #0090d9;
}
.radio.check-success input[type=radio]:checked+label::after {
    color: #ffffff;
}
.radio input[type=radio]:checked+label:before {
    background-color: #00ba86;
    border: 1px solid #00ba86;
}
.radio input[type=radio]:checked+label::after {
    color: #ffffff;
}
.radio.check-info input[type=radio]:checked+label:before {
    background-color: #1f3853;
    border: 1px solid #1f3853;
}
.radio.check-info input[type=radio]:checked+label::after {
    color: #ffffff;
}
.radio.check-warning input[type=radio]:checked+label:before {
    background-color: #fbb05e;
    border: 1px solid #fbb05e;
}
.radio.check-warning input[type=radio]:checked+label::after {
    color: #ffffff;
}
.radio.check-danger input[type=radio]:checked+label:before {
    background-color: #f35958;
    border: 1px solid #f35958;
}
.radio.check-danger input[type=radio]:checked+label::after {
    color: #ffffff;
}

.checkbox input[type=radio][disabled]+label:after {
    background-color: #eceff3;
}
.checkbox label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    font-size: 13px;
    color: #777a80;
    transition: border 0.2s linear 0s, color 0.2s linear 0s;
    margin-bottom: 10px;
    max-width: calc(100% - 40px);
}
.checkbox:not(.checkbox-switchery) label:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 10px;
    position: absolute;
    left: 0px;
    top: 1.4px;
    background-color: #ffffff;
    border: 1px solid #c2c6cb;
    border-radius: 3px;
    transition: border 0.2s linear 0s, color 0.2s linear 0s;
}
.checkbox label::after {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 3.2px;
    top: 0px;
    font-size: 11px;
    transition: border 0.2s linear 0s, color 0.2s linear 0s;
}
.checkbox label:after {
    border-radius: 3px;
}
.checkbox input[type=checkbox] {
    display: none;
}
.checkbox input[type=checkbox]:checked+label {
    color: #4d5056;
}
.checkbox input[type=checkbox]:checked+label::after {
    font-family: 'FontAwesome';
    content: "\F00C";
    line-height: 19px;
}
.checkbox input[type=checkbox][disabled]+label {
    opacity: 0.65;
}
.checkbox input[type=checkbox][disabled]+label:before {
    background-color: #eceff3;
}
.checkbox.check-success input[type=checkbox]:checked+label:before {
    background-color: #0090d9;
    border: 1px solid #0090d9;
}
.checkbox.check-success input[type=checkbox]:checked+label::after {
    color: #ffffff;
}
.checkbox input[type=checkbox]:checked+label:before {
    background-color: #00ba86;
    border: 1px solid #00ba86;
}
.checkbox input[type=checkbox]:checked+label::after {
    color: #ffffff;
}
.checkbox.check-info input[type=checkbox]:checked+label:before {
    background-color: #1f3853;
    border: 1px solid #1f3853;
}
.checkbox.check-info input[type=checkbox]:checked+label::after {
    color: #ffffff;
}
.checkbox.check-warning input[type=checkbox]:checked+label:before {
    background-color: #fbb05e;
    border: 1px solid #fbb05e;
}
.checkbox.check-warning input[type=checkbox]:checked+label::after {
    color: #ffffff;
}
.checkbox.check-danger input[type=checkbox]:checked+label:before {
    background-color: #f35958;
    border: 1px solid #f35958;
}
.checkbox.check-danger input[type=checkbox]:checked+label::after {
    color: #ffffff;
}