/*! ========================================================================
 * Bootstrap Toggle: bootstrap-toggle.css v2.2.0
 * http://www.bootstraptoggle.com
 * ========================================================================
 * Copyright 2014 Min Hur, The New York Times Company
 * Licensed under MIT
 * ======================================================================== */
.checkbox label .toggle,.checkbox-inline .toggle{margin-left:-20px;margin-right:5px}
.toggle{position:relative;overflow:hidden;border:1px solid rgba(0, 0, 0, 0.07);}
.toggle input[type=checkbox]{display:none}
.toggle-group{position:absolute;width:200%;top:0;bottom:0;left:0;transition:left .35s;-webkit-transition:left .35s;-moz-user-select:none;-webkit-user-select:none}
.toggle.off .toggle-group{left:-100%}
.toggle-on{position:absolute;top:0;bottom:0;left:0;right:50%;margin:0;border:0;border-radius:0}
.toggle-off{position:absolute;top:0;bottom:0;left:50%;right:0;margin:0;border:0;border-radius:0}
.toggle-handle{background:rgba(0, 0, 0, 0.07);position:relative;padding-top:0;padding-bottom:0;height:100%;width:0;border-width:0 1px}
.toggle.btn{min-width:100%;}
.toggle-on.btn{padding-right:24px}
.toggle-off.btn{padding-left:24px}
.toggle.btn-lg{min-width:79px;min-height:45px}
.toggle-on.btn-lg{padding-right:31px}
.toggle-off.btn-lg{padding-left:31px}
.toggle-handle.btn-lg{width:40px}
.toggle.btn-sm{min-width:50px;min-height:30px}
.toggle-on.btn-sm{padding-right:20px}
.toggle-off.btn-sm{padding-left:20px}
.toggle.btn-xs{min-width:35px;min-height:22px}
.toggle-on.btn-xs{padding-right:12px}
.toggle-off.btn-xs{padding-left:12px}
.toggle-group .btn {
    font-family: Montserrat;
    padding: 12px 18px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    color: #000;
}
.toggle-on {
    text-align: left;
}
.toggle-off {
    text-align: right;
    background: #fff;
}
                      .toggle-handle {
                                                background: rgba(0,0,0,0.07);
                          margin-top:-2px;
                          width: 45px;
                          border: 0px;
                                                border-radius: 20px;
}
                      .toggle-handle:hover, .toggle-handle:active, .toggle-handle:focus {
                          border: 0px;
                                                background: rgba(0,0,0,0.09);
                      }
                      .toggle {
                          max-width: 100%;
                          border-radius: 2px;
                      }