.smart-style-5 .onoffswitch-inner:before {
    content: attr(data-swchon-text);
    text-shadow: 0 -1px 0 #000;
    padding-left: 7px;
    background-color: #000;
    color: #00ffff;
    box-shadow: inset 0 2px 6px rgba(0,0,0,.5),0 1px 2px rgba(0,0,0,.05);
    text-align: left;
}
.smart-style-5 .onoffswitch-inner:after {
    content: attr(data-swchoff-text);
    padding-right: 7px;
    text-shadow: 0 -1px 0 #695d5d;
    background-color: #000;
    color: #ab8a8a;
    text-align: right;
    box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);
}
.smart-style-5 .onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch:before {
    content: "\f00c";
    color: #3b66ff;
    /* background-color: aqua; */
}
.smart-style-5 .onoffswitch {
    position: relative;
    width: 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    /* background-color: darkgray; */
}
.smart-style-5 .onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #626262;
    border-radius: 50px;
    border-color: #adadad #b3b3b3 #9e9e9e;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    /* background: darkgrey; */
}
.smart-style-4.menu-on-top aside#left-panel nav>ul>li:hover {
    border-right-color: #333;
    border-left-color: #333;
    background: #fff;
    background: -moz-linear-gradient(top,#04070c 0,#2e3e57 66%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#cfcfcf),color-stop(66%,#2e3e57));
    background: -webkit-linear-gradient(top,#04070c 0,#2e3e57 66%);
    background: -o-linear-gradient(top,#04070c 0,#2e3e57 66%);
    background: -ms-linear-gradient(top,#04070c 0,#2e3e57 66%);
    background: linear-gradient(to bottom,#04070c,#2e3e57 66%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#04070C', endColorstr='#2E3E57', GradientType=0);
}

.smart-style-4:not(.menu-on-top) nav ul li a:hover {
    background: #3a3f51!important;
}
.smart-style-4:not(.menu-on-top) nav>ul>li>a:hover {
    background: #333!important;
}
.smart-style-4.menu-on-top aside#left-panel>nav>ul>li:hover>a {
    color: #333!important;
    background: #f1f1f1!important;
}
body.fixed-header.menu-on-top.modal-open {
	padding-top: 49px!important;
}
