@font-face {
    font-family: Helvetica;
    src: url(../fonts/HelveticaCERegular.ttf);
}

body {
    font-family: Helvetica, Arial, Sans-serif;
    background: url(../img/body_bg.png) repeat;
}

h1 {
    font-weight: normal;
    font-size: 35px;
}

#logo {
    margin-top: 3px;
}

#top {
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
}

#top .span8 {
    width: auto;
    max-width: 1116px;
}

#topmenu {
    margin-top: 15px;
    margin-left: 0;
    text-transform: uppercase;
}

ul#topmenu {
    list-style-type: none;
}

#topmenu li {
    display: inline-block;
    margin-right: 5px;
}

#topmenu li a {
    display: block;
    padding: 3px 15px;
    font-size: 16px;
    color: #666;
    text-decoration: none;
    border: 3px solid transparent;
}

#topmenu li a:hover {
    color: #333;
}

#topmenu li.active a {
    color: #333;
    border: 3px solid #aee0ef;
    border-radius: 15px;
    box-shadow: inset 0 -1px 0px #99cbd9, inset 0 1px 0px #99cbd9, inset -1px 0 0px #99cbd9, inset 1px 0 0px #99cbd9;
}

#user-panel {
    float: right;
    margin: 20px 20px 0 0;
    font-size: 16px;
}

#user-panel a#logout {
    display: inline-block;
    width: 17px;
    height: 17px;
    position: relative;
    top: 3px;
    margin-left: 15px;
    background: url(../img/logout.png);
    opacity: 0.6;
}

#user-panel a#logout:hover {
    opacity: 1;
}

.row h3,
.border>h4 {
    padding: 3px 14px;
    margin: 0 0 18px;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    color: #000;
    border-bottom: 1px solid #c1c1c1;
}

#content>.span4 .row h3 {
    margin: 0 0 13px;
}

#content {
    padding: 0 2%;
    margin-left: 0;
}

#content>.span8 h3 {
    padding: 3px 33px;
}

#content>.span4>.row,
#content>.span8,
.span12 {
    background: #fff;
    margin-left: 0;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
}

#content>.span4>.row {
    margin: 0 0 24px;
}

#content>.span4 {
    width: 15%;
    float: right;
    margin-left: 0;
}

#content>.span8 {
    width: 83%;
}

#content>.span8>.container {
    padding: 0 26px 24px;
    width: auto;
}

#content>.span4>.row .container {
    padding: 0 14px 14px;
    width: auto;
    min-height: 100px;
}

#content>.span4>.row .container p {
    margin-bottom: 6px;
}

select,
.jq-selectbox.jqselect {
    margin-right: 20px;
}

label:hover {
    cursor: default;
}

table {
    width: 100%;
    border: 1px solid #c1c1c1;
}

th {
    font-weight: normal;
    text-transform: uppercase;
    color: #666;
    padding: 8px;
}

td {
    padding: 8px;
    text-align: left;
    border-left: 1px solid #fff;
}

tr td:first-child {
    border: none;
}

tr:nth-child(even) td {
    background: #efefef;
}

tr:nth-child(2) td {
    background-image: url(../img/td-top_bg.png);
    background-repeat: repeat-x;
}

td button,
#active-alerts td a.btn {
    border-radius: 20px;
    color: #333;
    border: none;
    padding: 2px 8px 3px;
    text-shadow: 0 2px #ededed;
    box-shadow: 0 2px 2px #696969;
    background: #f9f9f9;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f9f9f9 0%, #cdcdcd 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #cdcdcd));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #cdcdcd 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f9f9f9 0%, #cdcdcd 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f9f9f9 0%, #cdcdcd 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f9f9f9 0%, #cdcdcd 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#cdcdcd', GradientType=0);
    /* IE6-9 */
}


#content td button:hover,
#active-alerts td a.btn:hover {
    background-color: #e6e6e6;
    text-decoration: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05), 0 2px 2px #696969;
}




.span12 {
    width: auto;
    margin: 0;
    float: none;
}

.span12>.container {
    margin: 0 30px;
    width: auto;
}

.span12 .span2 h4,
.admin .container.row-fluid>.span4 h4 {
    font-weight: normal;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 12px;
    font-size: 14px;
}

.admin .container.row-fluid>.span4 h4 span.badge {
    font-size: 14px;
}

.span12 .span2 a {
    display: block;
    padding: 10px 18px;
    background: #efefef;
    color: #333;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.span12 .span2 ul {
    list-style-type: none;
    margin: 0 0 30px;
}

.span12 .span2 ul li a.active,
.span12 .span2 ul li a:hover {
    background: #99CCD9;
}

.span12 .span2 ul li a.active span,
.span12 .span2 ul li a:hover span {
    color: #FFF
}

.span12>h3 {
    padding: 3px 30px;
}

.span10 .container {
    width: auto;
    margin-right: 15px;
}

.border {
    border: 1px solid #c1c1c1;
}

.border>h4 {
    border: none;
    padding: 10px 17px;
    font-size: 14px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
}

.border>.container {
    margin: 0 15px 15px;
}

.reports form {
    /*display: inline-block;*/
    margin-bottom: 0;
    min-width: 812px;
    float: left;
}

.reports .container>button,
.reports form>button {
    float: left;
}

.reports form .control-label {
    float: left;
    margin-right: 15px;
    width: auto;
}

.reports form .controls {
    float: left;
    margin-left: 0;
}

.ui-datepicker {
    z-index: 555 !important;
}

.calendar input {
    width: 80px;
}

.calendar .controls {
    padding-right: 24px;
    margin-right: 15px;
    background: url(../img/calendar.png) no-repeat 100% 50%;
}

.reports form>button,
.reports .container>button,
.admin .container.row-fluid>.span4 button,
.admin form button,
.admin .container.row-fluid>.span4 a {
    margin-right: 10px;
    font-size: 12px;
}

.reports form .seconds input,
.reports form .hour input {
    width: 45px;
}

.reports form span {
    float: left;
    margin: 3px 5px;
}

.reports form .seconds {
    margin-right: 20px;
}

input[type="text"] {
    border: 1px solid #dcdcdc;
    border-top-color: #cdcdcd;
    border-bottom-color: #969696;
    box-shadow: 0 1px 0 #dcdcdc;
}

.controls.hour,
.controls.seconds {
    position: relative;
    overflow: hidden;
}

.controls.hour button,
.controls.seconds button {
    position: absolute;
    right: 1px;
    width: 25px;
    height: 15px;
    border: none;
    background: url(../img/buttons.png) no-repeat 0 0px;
}

.controls.hour button.up,
.controls.seconds button.up {
    top: 1px;
}

.controls.hour button.down,
.controls.seconds button.down {
    bottom: 1px;
    height: 13px;
    background-position: 0 90%;
}

#content button:focus,
#content button:active,
#content button:hover,
.btn:focus,
.btn.active,
.btn:hover {
    outline: none;
    background-color: #e6e6e6;
    text-decoration: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05), 0 1px 0 #DCDCDC;
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05), 0 1px 0 #DCDCDC;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05), 0 1px 0 #DCDCDC;
}

#content button.down:hover,
#content button.up:hover,
#content button.down:focus,
#content button.up:focus {
    box-shadow: none;
}

.btn,
.admin .container.row-fluid>.span3 button,
.admin .container.row-fluid>.span4 button,
#login button,
.admin form button,
.admin .container.row-fluid>.span4 a {
    text-shadow: 0 1px 1px #fff;
    border: 1px solid #cfcfcf;
    border-top-color: #fff;
    border-bottom-color: #707070;
    box-shadow: 0 1px 0 #DCDCDC;
    background: #e5e5e5;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fefefe 0%, #cdcdcd 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #cdcdcd));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fefefe 0%, #cdcdcd 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fefefe 0%, #cdcdcd 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fefefe 0%, #cdcdcd 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fefefe 0%, #cdcdcd 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#cdcdcd', GradientType=0);
    /* IE6-9 */
}

.btn:hover,
.btn:active,
.btn:focus {
    background-position: 0 0;
}

.statistic {
    margin: 24px 15px 25px 50px;
}

.statistic p {
    text-align: right;
    margin-bottom: 0;
}

.btn.pdf,
.btn.excel {
    padding-top: 2px;
    padding-bottom: 2px;
}

.btn.pdf:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 6px;
    position: relative;
    top: 3px;
    background: url(../img/pdf.png) no-repeat;
}

.btn.excel:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 18px;
    margin-right: 4px;
    position: relative;
    top: 3px;
    background: url(../img/excel.png) no-repeat;
}

.admin .container.row-fluid>.span3 {
    width: 142px;
}

.admin .container.row-fluid>.span4 {
    width: 200px;
    margin-left: 32px;
}

.admin .container.row-fluid>.span6 {
    float: none;
    margin-left: 409px;
    width: auto;
}

.admin .container.row-fluid>.span3 button,
.admin form button,
#login button {
    font-size: 12px;
    border-radius: 6px;
    display: block;
    width: 100%;
    padding: 5px 0;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.admin .container.row-fluid>.span3 button.active {
    border: 3px solid #AEE0EF;
    box-shadow: 0 -1px 0 #99CBD9 inset, 0 1px 0 #99CBD9 inset, -1px 0 0 #99CBD9 inset, 1px 0 0 #99CBD9 inset;
}

#login button {
    width: 100px;
    margin-top: 15px;
}

.admin .container.row-fluid>.span4 ul {
    list-style-type: none;
    margin: 0 0 15px;
    border: 1px solid #c1c1c1;
    min-height: 300px;
    max-height: 450px;
    overflow: auto;
}

.admin .container.row-fluid>.span4 ul li {
    padding: 10px 14px;
    cursor: pointer;
}

.admin .container.row-fluid>.span4 ul li.active-item,
.admin .container.row-fluid>.span4 ul li:hover,
.admin-location tbody tr:hover {
    background: #EFEFEF;
}

.admin .container.row-fluid>.span4 button,
.admin .container.row-fluid>.span4 a {
    width: 60px;
    border-radius: 6px;
    padding: 3px 0;
    color: #565656;
}

.admin .container.row-fluid>.span4 a {
    display: inline-block;
    text-align: center;
    width: 54px;
}

.admin .container.row-fluid>.span4 button a {
    color: #565656;
    display: block;
}

.admin .container.row-fluid>.span4 a:hover,
.admin .container.row-fluid>.span4 a:active,
.admin .container.row-fluid>.span4 a:focus {
    text-decoration: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05), 0 1px 0 #DCDCDC;
}

.admin .container.row-fluid>.span4 button.last,
.admin .container.row-fluid>.span4 a.last {
    margin-right: 0;
}

.admin .form-horizontal .control-group:after {
    clear: none;
}

.admin form button {
    width: 144px;
    margin-left: 154px;
}

.admin form.add-new-handset select {
    width: 292px;
}

.admin .form-horizontal .control-label {
    width: 90px;
}

.admin .form-horizontal.page-details-by-location .control-label {
    width: 130px;
}

.admin .form-horizontal.add-new-location .control-label {
    width: 125px;
}

.admin .form-horizontal.add-new-location select {
    width: 292px;
}

.admin .form-horizontal.edit-handset select {
    width: 292px;
}

.admin .form-horizontal.add-new-location button {
    margin-left: 149px;
}

.admin .form-horizontal.edit-handset button,
.admin .form-horizontal.add-new-device button {
    margin-left: 114px;
}

.admin .form-horizontal.add-new-zone .control-label, .admin .form-horizontal.add-new-alert-reason .control-label {
    width: 140px;
    margin: 0 20px 0 10px;
}

.admin .form-horizontal.add-new-zone button,
.admin .form-horizontal.add-new-hop button {
    margin-left: 130px;
}

.admin .form-horizontal.add-new-location .jq-checkbox {
    margin-top: 3px;
}

.admin .form-horizontal .controls {
    margin-left: 114px;
}

.admin .form-horizontal.page-details-by-location .controls {
    margin-left: 154px;
}

.admin .form-horizontal.add-new-location .controls {
    margin-left: 149px;
}

.control-label.checker {
    line-height: 14px;
}

.admin .form-horizontal input[type="text"],
input[type="email"],
input[type="password"],
#login input[type="text"],
#login input:focus {
    border: none;
    box-shadow: inset 0 0 5px #777;
    padding-bottom: 8px;
    width: 280px;
}

.jq-checkbox {
    border: none;
    height: 22px;
    width: 22px;
    box-shadow: none;
    background: url(../img/checkbox.png) no-repeat;
}

.jq-checkbox.checked {
    background-position: 0 100%;
}

#content .jq-checkbox .jq-checkbox__div {
    background: none;
    box-shadow: none;
}

.admin .form-horizontal ul {
    list-style-type: none;
    margin: 0 20px 0 0;
    box-shadow: inset 0 0 5px #777;
    border-radius: 6px;
    padding: 5px 0;
    width: 295px;
}

.form-horizontal .jq-selectbox__dropdown ul {
    margin-right: 0;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    width: 100%;
}

.admin .form-horizontal ul li {
    padding: 5px 15px;
}

.admin .container.row-fluid {
    padding-bottom: 25px;
}

#foot {
    padding: 19px 56px;
}

#foot>div.active {
    cursor: pointer;
    padding: 5px 0 5px 38px;
    background: url(../img/active.png) no-repeat;
}

#login {
    width: 350px;
    margin: 0 auto;
}

#login label {
    margin-left: 10px;
}

#login .zend_form ul {
    list-style: none outside;
    margin-left: 10px;
    color: #b94a48
}

/* flash notifications */
.flash-notification {
    float: left;
    background-color: #D9EDF7;
    box-shadow: 2px 2px 2px #AEE0EF;
    text-shadow: 0 0 3px #FFFFFF;
    margin-left: 10px;
    border-radius: 5px;
}

.error.flash-notification {
    background-color: #F2DEDE;
    box-shadow: 2px 2px 2px #D29995;
}

.flash-notification ul {
    list-style: none outside;
    margin: 10px 20px;
}

.form-horizontal .text-error {
    margin-left: 10px;
}

.form-horizontal .multiselect ul, .custom-multiselect {
    width: 290px;
    box-shadow: none !important;
    border: 1px solid #dcdcdc !important;
    border-top-color: #cdcdcd !important;
    border-bottom-color: #969696 !important;
}

.multiselect .jq-select-multiple {
    border: none;
    box-shadow: none;
}

.jq-select-multiple li.selected, ul.custom-multiselect li.selected {
    background: #efefef;
    color: #333;
}

ul.custom-multiselect .jq-checkbox {
    float: right;
}

.tmp-warning-icon {
    margin-left: 10px;
}

.form-horizontal label span {
    color: #b94a48;
    font-weight: bold
}

.jq-selectbox__search input[type="search"] {
    width: 195px;
}

.badge.reports-total {
    background-color: #99CCD9;
}

html,
body {
    height: 100%;
}

/* press the footer to the basement */
#wrap {
    position: relative;
    min-width: 1360px;
    min-height: 100%;
}

#wr-top {
    padding-bottom: 70px;
}

footer {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 0;
    width: 100%;
    height: 20px;
    text-align: center;
}

footer span {
    text-shadow: 1px 2px 3px #888;
}

@media (max-width: 1360px) {
    #content {
        width: 1310px;
        padding: 0 25px;
    }

    #top {
        width: 1380px;
    }
}

/* Modal */

.modal.fade.in {
    top: 25%;
}

.modal-backdrop {
    background-color: #333;
}

.modal-header h3 {
    border: none;
    margin: 0;
    padding: 0;
    color: #333;
}

.modal-header i {
    vertical-align: middle;
    margin: 0;
}

.modal-body {
    background-color: #D9EDF7;
}

.modal-body p {
    text-align: center;
    font-size: 16px;
    color: #3A87AD;
    margin: 0;
}

.modal-footer .btn.cancel {
    border: 2px solid #3A87AD;
}

.modal-footer .btn.delete {
    border: 2px solid #A94442;
    color: #843534;
}

/* remove in future */

.admin-alerts-btn-wrapper {
    margin-bottom: 30px;
}

button.admin-alerts-btn {
    width: 123px;
    border: 3px solid #888;
    border-radius: 20px;
}

a.admin-alerts-btn {
    width: 93px;
    border: 3px solid #a94442;
    border-radius: 20px;
    color: #843534;
}

a.admin-alerts-btn:hover {
    color: #843534;
}

a.delete-alert {
    border: 3px solid #a94442;
    border-radius: 20px;
    color: #843534;
}

h3 [class^="icon-"],
h3 [class*=" icon-"] {
    margin-top: 2px;
}

.pagination {
    clear: both;
}

.devices button[title="create"],
.devices button[title="delete"] {
    display: none !important;
}

.copy_api_key {
    margin-left: 10px;
}

.inlineCheckBox {
    display: inline-block;
    padding: 2px 3px;
    padding-right: 30px;
    font-size: 14px;
    line-height: 14px;
    color: '#333333';
}

/*.enableRealert {
    height: 20px !important;
    width: 20px !important;
    box-shadow: none !important;
    margin: 0 !important;
    position: relative;
}
.enableRealert[type='radio']:checked:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    background: #61c12c;
    border-radius: 50%;
    top: 5px;
    left: 5px;
}*/
.full {
    width: calc(100% - 2px) !important;
    max-width: 100% !important;
    display: block !important;
    text-transform: uppercase;
    margin-top: 10px;
}

#edit {
    margin: 0px 5px 10px !important;
}

.span4 button {
    margin: 0px !important;
    margin-bottom: 10px !important;
}

.disabled {
    cursor: not-allowed;
}

li::selection { color: none; background: none }

.admin-location tbody tr.active-item, .span4 ul li.active-item {
    background: #d7d7d7 !important;
}
.admin-location .span4 {
    width: 400px !important;
}

.admin-location .span6 {
    margin-left: 600px !important;
}
.admin-location table {
    border: none;
}

#wrap .admin-location .span4 button {
    width: 127px;
}
.admin-location tbody td {
    background: transparent;
}

.admin-location tbody td {
    background: transparent;
}

.admin-location thead tr {
    border-bottom: 1px solid #ccc;
    box-shadow: 0px 2px 2px 0px #ccc;
}

.admin-location tbody tr:hover {
    cursor: pointer;
}

.admin-location thead td {
    border-left: none !important;
}

.admin-loaction-table {
    max-height: 450px;
    overflow: auto;
    margin-bottom: 15px;
    border: 1px solid #c1c1c1;
}
.admin-location table td:nth-child(2) {
    width: 150px;
}

.admin-location table td:first-child span {
    margin: 0px;
}

::selection {
    color: none;
    background: none;
}
/* For Mozilla Firefox */
::-moz-selection {
    color: none;
    background: none;
}

#clear-selection {
    float: right;
    cursor: pointer;
    text-decoration-line: underline;
    display: inline-block;
}

.edit-company .control-label, .new-company .control-label {
    width: 170px !important;
}

.edit-company .controls, .new-company .control-label {
    margin-left: 185px !important;
}

#enableMessaging-styler {
    top: 1px;
}

.hidden {
    display: none !important;
}

.jq-selectbox-disabled {
    pointer-events: none;
    cursor: not-allowed;
}

.disable_on_user{pointer-events: none !important;}
.zone-div{display: flex;}
.zone-div > .zone-error{margin-left: 90px;}

.switcher {
    margin-top: 1px;
}

.
switcher-pa-purple.switcher-state-on {
    background: #857198 !important;
}

switcher-light-green.switcher-state-on {
    background: #a5cd7d !important;
}

switcher-dark-gray.switcher-state-on {
    background: #39393d !important
}

label[for="linklab"] {display: none;}

.switcher {
    cursor: pointer;
    display: inline-block;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.switcher-inner {
    display: block;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    word-spacing: 0
}

.switcher-state-off, .switcher-state-on {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    -webkit-transition: all .2s;
    transition: all .2s
}

.switcher-state-on {
    margin-left: -100%
}

.switcher.checked .switcher-state-on {
    margin-left: 0
}

.switcher-toggler {
    left: 0;
    position: absolute;
    text-align: center;
    -webkit-transition: all .2s;
    transition: all .2s
}

.switcher.checked .switcher-toggler {
    left: 100%
}

.switcher > input[type=checkbox] {
    left: -100000px;
    position: absolute;
    visibility: hidden
}

.switcher + .styled-pseudo-checkbox {
    display: none !important
}

.switcher {
    height: 24px;
    width: 60px
}

.switcher-toggler {
    background: #fff;
    border-radius: 9999px;
    height: 20px;
    margin-left: 1px;
    margin-top: 2px;
    width: 20px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .3)
}

.switcher-inner {
    border-radius: 9999px
}

.switcher-state-off, .switcher-state-on {
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    line-height: 24px
}
.switcher-state-on {
    background: #42b6f5 !important;
}

.switcher-state-off {
    background: #ccc;
    padding-left: 20px
}

.switcher.checked .switcher-toggler {
    margin-left: -21px
}

.switcher-theme-square .switcher-inner {
    border-radius: 3px
}

.switcher-theme-square .switcher-toggler {
    border-radius: 2px;
    margin-left: 2px
}

.switcher-theme-square.switcher.checked .switcher-toggler {
    margin-left: -22px
}

.switcher-theme-modern.switcher {
    height: 8px;
    width: 44px
}

.switcher-theme-modern .switcher-toggler {
    height: 20px;
    margin-left: -3px;
    margin-top: -6px;
    width: 20px;
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .3), 0 0 15px 1px rgba(255, 255, 255, .8) inset;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .3), 0 0 15px 1px rgba(255, 255, 255, .8) inset;
    background-image: -webkit-linear-gradient(top, #efefef 0, #e5e5e5 100%);
    background-image: linear-gradient(to bottom, #efefef 0, #e5e5e5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffefefef', endColorstr='#ffe5e5e5', GradientType=0)
}

.switcher-theme-modern .switcher-inner {
    font-size: 0;
    line-height: 0;
    -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .1);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .1)
}

.switcher-theme-modern .switcher-state-off, .switcher-theme-modern .switcher-state-on {
    border-radius: 9999px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .2) inset;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .2) inset
}

.switcher-theme-modern .switcher-state-on {
    padding-right: 17px
}

.switcher-theme-modern .switcher-state-off {
    padding-left: 17px
}

.switcher-theme-modern.switcher.checked .switcher-toggler {
    margin-left: -17px
}

.switcher-sm {
    width: 42px;
    height: 21px
}

.switcher-sm .switcher-toggler {
    height: 17px;
    width: 17px;
    margin-left: 1px
}

.switcher-sm .switcher-state-off, .switcher-sm .switcher-state-on {
    font-size: 8px;
    line-height: 21px
}

.switcher-sm .switcher-state-on {
    /*padding-right: 17px*/
}

.switcher-sm .switcher-state-off {
    padding-left: 17px
}

.switcher-sm.checked .switcher-toggler {
    margin-left: -18px
}

.switcher-sm.switcher-theme-square .switcher-inner {
    border-radius: 3px
}

.switcher-sm.switcher-theme-square .switcher-toggler {
    margin-left: 2px
}

.switcher-sm.switcher-theme-square.switcher.checked .switcher-toggler {
    margin-left: -19px
}

.switcher-sm.switcher.switcher-theme-modern {
    width: 34px;
    height: 6px
}

.switcher-sm.switcher.switcher-theme-modern .switcher-toggler {
    height: 17px;
    width: 17px;
    margin-top: -6px;
    margin-left: -3px
}

.switcher-sm.switcher.switcher-theme-modern .switcher-state-on {
    padding-right: 15px
}

.switcher-sm.switcher.switcher-theme-modern .switcher-state-off {
    padding-left: 15px
}

.switcher-sm.switcher.switcher-theme-modern.switcher.checked .switcher-toggler {
    margin-left: -15px
}

.switcher-lg {
    width: 70px;
    height: 30px
}

.switcher-lg .switcher-toggler {
    height: 26px;
    width: 26px;
    margin-left: 1px
}

.switcher-lg .switcher-state-off, .switcher-lg .switcher-state-on {
    font-size: 13px;
    line-height: 30px
}

.switcher-lg .switcher-state-on {
    padding-right: 26px
}

.switcher-lg .switcher-state-off {
    padding-left: 26px
}

.switcher-lg.checked .switcher-toggler {
    margin-left: -27px
}

.switcher-lg.switcher-theme-square .switcher-inner {
    border-radius: 3px
}

.switcher-lg.switcher-theme-square .switcher-toggler {
    margin-left: 2px
}

.switcher-lg.switcher-theme-square.switcher.checked .switcher-toggler {
    margin-left: -28px
}

.switcher-lg.switcher.switcher-theme-modern {
    width: 56px;
    height: 10px
}

.switcher-lg.switcher.switcher-theme-modern .switcher-toggler {
    height: 26px;
    width: 26px;
    margin-top: -8px;
    margin-left: -3px
}

.switcher-lg.switcher.switcher-theme-modern .switcher-state-on {
    padding-right: 26px
}

.switcher-lg.switcher.switcher-theme-modern .switcher-state-off {
    padding-left: 26px
}

.switcher-lg.switcher.switcher-theme-modern.switcher.checked .switcher-toggler {
    margin-left: -24px
}

.switcher.disabled {
    cursor: not-allowed !important;
    opacity: .5 !important;
    filter: alpha(opacity=50)
}

.switcher-success .switcher-state-on {
    background: #5ebd5e !important
}

.switcher-warning .switcher-state-on {
    background: #f4b04f !important
}

.switcher-danger .switcher-state-on {
    background: #e66454 !important
}

.switcher-info .switcher-state-on {
    background: #5bc0de !important
}

.theme-default .switcher-primary .switcher-state-on {
    background: #65ac49 !important
}

.theme-asphalt .switcher-primary .switcher-state-on {
    background: #2fa8a0 !important
}

.theme-purple-hills .switcher-primary .switcher-state-on {
    background: #857198 !important
}

.theme-adminflare .switcher-primary .switcher-state-on {
    background: #3690e6 !important
}

.theme-dust .switcher-primary .switcher-state-on {
    background: #7a6f6f !important
}

.theme-frost .switcher-primary .switcher-state-on {
    background: #3daacf !important
}

.theme-fresh .switcher-primary .switcher-state-on {
    background: #64bed8 !important
}

.theme-silver .switcher-primary .switcher-state-on {
    background: #64bed8 !important
}

.theme-clean .switcher-primary .switcher-state-on {
    background: #66ac33 !important
}

.theme-white .switcher-primary .switcher-state-on {
    background: #0e67ab !important
}
