/* bootstrap switch */
/*.bootstrap-switch {
    background:#f5f5f5;
    border-radius:13px;
    border:1px solid #dcdcdc;
    line-height:22px;
}
.bootstrap-switch-on {
    background: #9dd68b;
    border-color: #7bb06a;
}
.bootstrap-switch-off {
    background: #d68b8b;
    border-color: #b46262;
}
.bootstrap-switch-on.bootstrap-switch-focused {
    border-color: #578947;
}
.bootstrap-switch-off.bootstrap-switch-focused {
    border-color: #833737;
}

.bootstrap-switch .bootstrap-switch-label {
    background:url(../img/bg-switch.png);
    width:21px !important;
    height:21px !important;
    padding:0 !important;
    border:0;
    margin:0;
}
.bootstrap-switch .bootstrap-switch-label:hover {
    background-color:transparent;
}
.bootstrap-switch .bootstrap-switch-handle-on, 
.bootstrap-switch .bootstrap-switch-handle-off {
    padding:0 !important;
    line-height:21px !important;
    font-size:11px;
    font-family:"Open Sans",​sans-serif;
    text-shadow:none !important;
    background: transparent !important;
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-on:hover,
.bootstrap-switch .bootstrap-switch-handle-on:active,
.bootstrap-switch .bootstrap-switch-handle-on:focus
{
    color:#fff !important;
}

.bootstrap-switch .bootstrap-switch-handle-off, 
.bootstrap-switch .bootstrap-switch-handle-off:hover,
.bootstrap-switch .bootstrap-switch-handle-off:active,
.bootstrap-switch .bootstrap-switch-handle-off:focus
{
    color:#fff !important;
}
.bootstrap-switch.bootstrap-switch-focused {
    box-shadow:none;
}*/

/*.bootstrap-switch {
    background:#f5f5f5;
    border-radius:13px;
    border:1px solid #dcdcdc;
    line-height:22px;
}*/
.bootstrap-switch {
    background:#f5f5f5;
    border-radius:13px;
    border:1px solid #dcdcdc;
    line-height:22px;
    height: 23px;
    overflow: hidden;
    margin-bottom: 5px;
}
.bootstrap-switch-on {
    background: #79cc5e;
    border-color: #7bb06a;
}
.bootstrap-switch-off {
    background: #d45959;
    border-color: #b46262;
}
.bootstrap-switch-on.bootstrap-switch-focused {
    border-color: #578947;
}
.bootstrap-switch-off.bootstrap-switch-focused {
    border-color: #833737;
}

.bootstrap-switch .bootstrap-switch-label {
    background:#fff;
    width:21px !important;
    height:21px !important;
    padding:0 !important;
    border:0;
    margin:0;
    border-radius: 100% !important;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .3);
}
.bootstrap-switch .bootstrap-switch-label:hover {
    background:#fff;
}
.bootstrap-switch .bootstrap-switch-handle-on, 
.bootstrap-switch .bootstrap-switch-handle-off {
    padding:0 !important;
    line-height:21px !important;
    font-size:11px;
    font-family:"Open Sans",​sans-serif;
    text-shadow:none !important;
    background: transparent !important;
    width:30px;
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-on:hover,
.bootstrap-switch .bootstrap-switch-handle-on:active,
.bootstrap-switch .bootstrap-switch-handle-on:focus
{
    color:#fff !important;
}

.bootstrap-switch .bootstrap-switch-handle-off, 
.bootstrap-switch .bootstrap-switch-handle-off:hover,
.bootstrap-switch .bootstrap-switch-handle-off:active,
.bootstrap-switch .bootstrap-switch-handle-off:focus
{
    color:#fff !important;
}
.bootstrap-switch.bootstrap-switch-focused {
    box-shadow:none;
}

/* end bootstrap switch */

