﻿html,
body {
    min-width: 360px;
}

body {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 300;
    position: relative;
    color: #000000;
}

a {
    color: #143c80;
    text-decoration: underline;
}

a:hover {
    color: #143c80;
    text-decoration: none;
}

img {
    height: auto;
    max-width: 100%;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: 400;
    color: #000000;
    padding: 5px 0;
}

h1,
.h1 {
    font-size: 28px;
    margin: 30px 0;
}

h2,
.h2 {
    font-size: 24px;
    margin: 28px 0;
}

h3,
.h3 {
    font-size: 22px;
    margin: 24px 0;
}

h4,
.h4 {
    font-size: 20px;
    margin: 20px 0;
}

h5,
.h5 {
    font-size: 18px;
    margin: 15px 0;
}

h6,
.h6 {
    font-size: 16px;
    margin: 15px 0;
}

#page-auth {
    min-height: 100vh;
    height: 500px;
    padding: 0 30px;
    background-color: white;
}

#page-auth>.page-wrapper {
    min-height: 100%;
    padding-bottom: 80px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-top: -50px;
}

#page-auth>.footer {
    margin-top: -70px;
}

#page-auth .logo-wrapper,
.form-auth {
    width: 310px;
    margin-left: auto;
    margin-right: auto;
}

#page-auth .logo-wrapper {
    margin-bottom: 40px;
}

.form-auth .form-auth-submit {
    margin-top: 40px;
}

.form-auth-footer {
    text-align: center;
    margin-top: 40px;
}

.form-auth-footer a {
    text-align: center;
}

.form-auth .form-control {
    height: 45px;
    border-bottom-width: 1px;
}

#page {
    height: 100%;
    padding: 0 10px;
}

#main .header {
    min-height: 90px;
    margin-left: 0px;
}

#page>.page-wrapper,
#main,
#sitebar {
    height: 100%;
    position: relative;
}

#main,
#sitebar {
    padding-bottom: 10px;
}

#sidebar-wrapper {
    min-height: calc(100vh - 190px);
    position: relative;
    width: 100vw;
    max-width: 100vw;
}

#main {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.sitebar-minimalize {
    position: absolute;
    right: 9px;
    top: 50%;
    background: url("../images/sitebar-minimalize.png") 4px 50% no-repeat #143c80;
    height: 100px;
    width: 16px;
    /*margin-top: -50px;*/
    border-radius: 10px;
    box-shadow: -4px 2px 21px 0px rgba(0, 0, 0, 0.3);
    z-index: 10;
    cursor: pointer;
}

#sitebar,
#sitebar .sitebar-minimalize,
#main,
#main .header {
    -webkit-transition: opacity 0.3s, left 0.3s, width 0.3s, margin 0.3s;
    -moz-transition: opacity 0.3s, left 0.3s, width 0.3s, margin 0.3s;
    -o-transition: opacity 0.3s, left 0.3s, width 0.3s, margin 0.3s;
    transition: opacity 0.3s, left 0.3s, width 0.3s, margin 0.3s;
}

@media (min-width: 992px) {
    #logo-wrapper {
        position: fixed;
        width: 300px;
        overflow: hidden;
        z-index: 101;
    }
    .mini-sitebar #logo-wrapper {
        position: absolute;
    }
    #sitebar {
        position: fixed;
        width: 300px;
        padding-top: 90px;
        overflow: hidden;
        z-index: 101;
        height: 100%;
    }
    #sidebar-wrapper,
    #sitebar-bottom {
        width: 285px;
    }
    #sidebar-wrapper {
        padding-bottom: 64px;
        height: 100%;
    }
    #sidebar-wrapper .tab-content {
        height: 100%;
        height: calc(100% - 40px);
    }
    #sitebar-bottom {
        margin-top: 0px;
        height: 64px;
    }
    #main {
        margin: 0 0 0 300px;
        max-width: 100vw;
    }
    #main .main-wrapper {
        padding-bottom: 40px;
        min-height: calc(100vh - 100px);
    }
    #main>.footer {
        margin-top: -44px;
        height: 44px;
    }
    body.mini-sitebar #sitebar {
        width: 20px;
        padding-left: 30px;
        margin-left: -20px;
    }
    body.mini-sitebar .sitebar-minimalize {
        right: 0px;
        box-shadow: -4px 2px 6px -5px rgba(0, 0, 0, 0.72);
        background-position: -10px 50%;
        background-color: #f4f4f4;
    }
    body.mini-sitebar #main {
        margin: 0 0 0 10px;
    }
    body.mini-sitebar #main .header {
        margin-left: 290px;
    }
}

.schedule-header {
    left: 285px;
    top: 0px;
}

@media (max-width: 991px) {
    body:before {
        content: '';
        display: block;
        position: absolute;
        opacity: 0;
        background: #000000;
        z-index: 10;
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }
    body.show-mobile-menu:before {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0.4;
    }
    body.show-mobile-menu {
        overflow: hidden;
    }
    #page {
        padding: 0 0 0 20px;
        height: 100%;
    }
    #sitebar {
        position: fixed;
        width: 100vw;
        height: 100vh;
        left: -100vw;
        margin-left: 20px;
        top: 0;
        bottom: 0;
        padding: 0;
        z-index: 100;
    }
    #sitebar.show-mobile {
        left: 0;
        margin-left: 0px;
        width: 100vw;
        max-width: 100vw;
    }
    #sitebar .sitebar-substrate {
        position: absolute;
        content: '';
        display: block;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        z-index: 10;
        background: -moz-linear-gradient(left, rgba(20, 60, 127, 0) 0%, rgba(20, 60, 127, 1) 100%);
        background: -webkit-linear-gradient(left, rgba(20, 60, 127, 0) 0%, rgba(20, 60, 127, 1) 100%);
        background: linear-gradient(to right, rgba(20, 60, 127, 0) 0%, rgba(20, 60, 127, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00143c7f', endColorstr='#143c7f', GradientType=1);
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }
    #sitebar.show-mobile .sitebar-substrate {
        width: 0px;
    }
    #sitebar .sitebar-minimalize {
        right: 2px;
        margin-top: -50px;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
        box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    }
    #sitebar.show-mobile .sitebar-minimalize {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    #sitebar #sidebar-wrapper {
        padding-bottom: 40px;
        height: calc(100vh - 40px);
    }
    #sitebar #sidebar-wrapper .tab-content {
        height: calc(100vh - 80px);
    }
    #sitebar #sitebar-bottom {
        position: sticky;
        position: -webkit-sticky;
        margin-top: 0;
        height: 40px;
        padding-top: 0;
        border-radius: 0;
    }
    #sitebar #sitebar-bottom .dropdown-toggle {
        padding: 8px 10px;
        height: 40px;
    }
    #sitebar #sitebar-bottom .clock {
        top: 10px;
        right: 10px;
    }
}

@media (max-width: 991px) and (min-width: 600px) {
    body .show-mobile {
        max-height: 100vh;
    }
    #sitebar {
        left: -50vw;
        width: 50vw!important;
        height: 100vh;
    }
    #sidebar-wrapper {
        position: relative;
        width: 50vw;
        height: calc(100% - 40px);
    }
    .tab-content {
        height: calc(100% - 40px);
    }
}

.logo {
    display: block;
    background: url(../images/logo.png) 50% 50% no-repeat;
    width: 160px;
    height: 80px;
}

.breadcrumb {
    font-size: 12px;
    background: none;
    padding: 8px 15px 8px 0;
    margin: 0;
    line-height: 1.2;
}

.breadcrumb>li+li:before {
    color: #007bc3;
    padding: 0 1px;
}

.breadcrumb li a {
    color: #007bc3;
    text-decoration: underline;
}

.breadcrumb li a:hover {
    color: #007bc3;
    text-decoration: none;
}

.breadcrumb li.active {
    color: #999999;
}

.title {
    padding-left: 25px;
    padding-right: 10px;
    position: relative;
    font-size: 16px;
    vertical-align: middle;
}

.title:before {
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 4px;
    left: 2px;
    border-radius: 100%;
    position: absolute;
    border-radius: 100%;
}

.title.active:before {
    background-color: #00ad5d;
}

.title.disabled:before {
    background-color: #ff0000;
}

.title.error:before {
    background-color: #ff0000;
}

.title.unknown:before {
    background-color: #999999;
}

.status {
    font-size: 11px;
    color: #b7b7b7;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
}

.status.active {
    color: #000000;
}

.status.shy-set-auto {
    cursor: pointer;
    color: #000000;
}

.status.shy-set-auto.disabled {
    color: #b7b7b7;
    cursor: not-allowed;
}

button.shy-set-on,
button.shy-set-off {
    padding: 5px 6px;
    line-height: 12px;
    font-size: 10px;
    text-transform: uppercase;
    min-width: 44px;
}

.btn-group>.shy-set-on {
    border-right: 1px solid rgba(0, 0, 0, 0.07);
}

.btn-group>.shy-set-off {
    border-left: 1px solid rgba(0, 0, 0, 0.07);
}

.page-title,
.page-info {
    padding-left: 20px;
}

.page-title {
    font-size: 30px;
    font-weight: 400;
    color: #000000;
    line-height: 1.2;
}

.page-title .fa,
.page-title .far,
.page-title .fas {
    font-size: 28px;
    vertical-align: 1px;
    color: #999;
}

.page-info {
    font-size: 12px;
    color: #999999;
}

.page-title.title:before {
    width: 12px;
    height: 12px;
    top: 5px;
    left: -7px;
}

.page-top-detail {
    font-size: 16px;
    color: #999999;
    margin: 6px 0;
    line-height: 1.25;
}

.page-top-detail .fa,
.page-top-detail .far,
.page-top-detail .fas {
    font-size: 18px;
    color: #b3b3b3;
    line-height: 1;
}

.panel {
    max-width: 800px;
    margin: 10px;
    margin-bottom: 20px;
    background-color: white;
}

.panel,
.panel-heading,
.panel-body {
    position: relative;
}

.panel:after,
.panel-heading:after,
.panel-body:after {
    content: '';
    display: table;
    clear: both;
}

.panel-heading[data-toggle] {
    cursor: pointer;
}

.panel-title,
.panel-info {
    padding-left: 5px;
    position: relative;
}

.map-popup .panel-title {
    padding-left: 20px;
}

.panel-title,
.popup-title {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

.panel-heading .panel-title {
    display: inline-block;
}

.panel-info {
    font-size: 14px;
    color: #afaeae;
}

.panel-heading .title:before {
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: 8px;
    left: 5px;
    border-radius: 100%;
}

.panel-title.active:before {
    background-color: #00ad5d;
}

.panel-title.disabled:before {
    background-color: #999999;
}

.panel-heading-action {
    color: #858585;
    float: right;
}

.panel-body .title:before {
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    top: 1px;
    left: 2px;
    position: absolute;
    border-radius: 100%;
    border: 1px solid #676767;
}

.panel-body .title.active:before {
    background-color: #ffc428;
    /*#00ad5d;*/
}

.panel-body .title.disabled:before {
    background-color: #fff;
    /*#ff0000;*/
}

.panels:after {
    content: '';
    display: table;
    clear: both;
}

.panels {
    margin: 0 -15px;
}

.panels:after {
    content: '';
    display: table;
    clear: both;
}

.panels>.panel {
    float: left;
    margin: 0 15px 30px 15px;
    max-width: 100%;
    max-width: calc(100% - 30px);
}

ul.nav.nav-tabs.full-width-tabs {
    display: table;
    width: 100%;
    table-layout: fixed;
    /* To make all "columns" equal width regardless of content */
}

ul.nav.nav-tabs.full-width-tabs:after,
ul.nav.nav-tabs.full-width-tabs:before {
    display: none;
}

ul.nav.nav-tabs.full-width-tabs>li {
    float: none;
    display: table-cell;
}

ul.nav.nav-tabs.full-width-tabs>li>a {
    text-align: center;
}

#sitebar .nav-tabs {
    border: none;
    position: sticky;
    position: -webkit-sticky;
}

#sitebar .nav-tabs>li>a {
    margin: 0;
    line-height: 1.2;
    border: none;
    border-radius: 4px 4px 0 0;
    padding: 12px;
    text-decoration: none;
    color: #000;
    position: relative;
}

#sitebar .nav-tabs>li>a:hover {
    background-color: #f4f4f4;
}

#sitebar .nav-tabs>li.active {
    position: relative;
}

#sitebar .nav-tabs>li.active:before,
#sitebar .nav-tabs>li.active:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -2px;
    width: 4px;
    height: 4px;
    background: #57bdf9;
    z-index: 1;
}

#sitebar .nav-tabs>li.active:before {
    left: 0;
}

#sitebar .nav-tabs>li.active:after {
    right: -2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#sitebar .nav-tabs>li.active:last-child:before {
    left: -2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#sitebar .nav-tabs>li.active:last-child:after {
    right: 0px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

#sidebar-wrapper {
    /*background-color: #143c80;*/
    border-radius: 4px;
    color: #fff;
}

#sidebar-wrapper .tab-wrapper {
    background-color: #ffffff;
}

#sitebar .nav-tabs>li.active>a,
#sitebar .nav-tabs>li.active>a:focus,
#sitebar .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #57bdf9;
    border: none;
    position: relative;
}

#sitebar .tab-content {
    background-color: #143c80;
    border-radius: 4px 4px 0 0;
    padding: 2px;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

#sitebar .tab-content .tab-pane {
    height: 100%;
}


/*
#sitebar .tab-content .tab-pane::-webkit-scrollbar {
	width: 5px;
	border-radius: 5px;
	background-color: #57bdf9;
}
#sitebar .tab-content .tab-pane::-webkit-scrollbar-thumb {
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
	background-color: #ffffff;
}

#sitebar .tab-content .tab-pane::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.1);
	border-radius: 10px;
	background-color: #143c7f;
}*/

#sitebar .tab-content h3,
#sitebar .tab-content .h3 {
    color: #ffcb06;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 14px 15px;
}


/*#sitebar .nav-menu, #sitebar .jstree-unilight {
	border-bottom: 1px solid #2c508d;
}*/

#sitebar .nav-menu ul,
#sitebar .nav-menu li {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}

#sitebar .nav-menu .submenu ul {
    display: none;
}

#sitebar .nav-menu .submenu.open>ul {
    display: block;
}

#sitebar .nav-menu .submenu:before,
#sitebar .jstree-unilight>ul>li>.jstree-icon {
    content: '';
    display: block;
    position: absolute;
    right: 30px;
    top: 13px;
    background: url(../images/icon-arrows.png) 3px 6px no-repeat;
    height: 16px;
    width: 20px;
    z-index: 1;
}

#sitebar .nav-menu .submenu.open:before,
#sitebar .jstree-unilight>ul>li.jstree-open>.jstree-icon {
    background-position: 3px -5px;
}

#sitebar .jstree-unilight {
    position: relative;
}

#sitebar .jstree-unilight {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}

#objects .jstree-unilight {
    /*height: 100%;*/
    max-height: 100%;
    max-width: 100%;
}

#sitebar .jstree-unilight::-webkit-scrollbar {
    width: 5px;
    border-radius: 5px;
}

@media (max-width: 500px) {
    #sitebar .jstree-unilight::-webkit-scrollbar {
        width: 20px;
    }
}

#sidebar #sidebar-object #scrolltree .jstree-unilight::-webkit-scrollbar-thumb {
    border-radius: 5px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    background-color: #ffffff;
}

#sidebar #sidebar-object #scrolltree .jstree-unilight::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #143c7f;
}

#sidebar #sidebar-object #scrolltree .jstree-unilight:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

#sidebar #sidebar-object #scrolltree .jstree-unilight.loading {
    height: 60px;
    overflow: hidden;
}

#sidebar #sidebar-object #scrolltree .jstree-unilight.loading:before {
    width: 100%;
    height: 100%;
    opacity: 1;
    background: url("../images/loading-line.gif") 50% 50% no-repeat #143c80;
}

#sidebar #sidebar-object #scrolltree .jstree-unilight li[aria-level="2"] {
    margin-left: 12px;
}

#sidebar #sidebar-object #scrolltree .jstree-unilight a>.jstree-icon {
    font-size: 12px;
}

#sidebar #sidebar-object #scrolltree .jstree-unilight .counts {
    font-size: 12px;
    opacity: 0.4;
}

#sidebar #sidebar-object #scrolltree .jstree-unilight .counts span {
    margin-left: 5px;
}

#sidebar #sidebar-object #scrolltree .jstree-unilight .counts i {
    margin-right: 2px;
}

#sidebar #sidebar-object .jstree-unilight>ul>li>a>.counts {
    display: none;
}

#sidebar #sidebar-object #scrolltree .jstree-unilight .count {
    display: inline-block;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.19);
    color: #ffffff;
    margin-left: 5px;
    font-size: 12px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
}

#sidebar #sidebar-object .nav-menu a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    padding: 5px 8px;
}

#sidebar #sidebar-object .nav-menu a:hover {
    color: #ffffff;
}

#sidebar .nav-menu>ul>li,
#sidebar #sidebar-object .jstree-unilight>ul>li {
    border-top: 1px solid #2c508d;
    border-bottom: 1px solid #2c508d;
    position: relative;
    background: none;
}

#sidebar #sidebar-object .nav-menu>ul>li+li,
#sidebar #sidebar-object .jstree-unilight>ul>li+li,
#objects>div>ul>li:first-child {
    border-top: none;
}

#sidebar #sidebar-object .jstree-unilight>ul>li:last-child {
    border-bottom: none;
}

#sidebar #sidebar-object .jstree-unilight>ul>li>ul {
    margin-bottom: 10px;
}

#sidebar #sidebar-object .nav-menu>ul ul {
    margin: 0 0 20px 50px;
}

#sidebar #sidebar-object .nav-menu>ul ul li {
    padding-left: 20px;
    position: relative;
}

#sidebar #sidebar-object .nav-menu>ul ul li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    bottom: 15px;
    border-left: 1px solid #3f5f97;
    border-bottom: 1px solid #3f5f97;
    height: 30px;
    width: 15px;
}

#sidebar #sidebar-object .nav-menu>ul ul li:first-child:before {
    height: 15px;
}

#sidebar #sidebar-object .nav-menu>ul>li>a,
#sidebar .jstree-unilight>ul>li>a {
    padding: 14px 20px 14px 50px;
    line-height: 1.25;
    position: relative;
    display: block;
    height: auto;
}

#sidebar #sidebar-object .nav-menu>ul>li>a>img,
#sidebar #sidebar-object .jstree-unilight>ul>li>a>.jstree-icon {
    position: absolute;
    left: 15px;
    top: 10px;
}

#sitebar-bottom {
    position: sticky;
    position: -webkit-sticky;
    bottom: 0;
    padding-top: 10px;
    padding-right: 100px;
    background-color: #57bdf9;
    color: #ffffff;
    border-radius: 0 0 4px 4px;
    z-index: 1;
}

#sitebar-bottom .clock {
    position: absolute;
    right: 25px;
    top: 20px;
    font-size: 16px;
    font-weight: bold;
}

#sitebar-bottom .dropdown-toggle {
    font-size: 14px;
    color: #143c80;
    font-weight: 500;
    display: inline-block;
    padding: 10px;
    cursor: pointer;
}

#sitebar-bottom .dropdown-toggle img {
    border-radius: 50%;
    width: 25px;
    margin-right: 10px;
    vertical-align: middle;
}

#sitebar-bottom .dropdown-toggle .fas {
    font-size: 28px;
    line-height: 14px;
    vertical-align: middle;
    -webkit-text-stroke: 3px #56bdfa;
    margin-left: 5px;
    margin-bottom: 2px;
}

#sitebar-bottom .dropdown-menu {
    min-width: 150px;
}

#sitebar-bottom .dropdown-submenu {
    position: relative;
}

#sitebar-bottom .dropdown-submenu>.dropdown-menu {
    top: 0;
    bottom: auto;
    min-width: 120px;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 0 6px 6px 6px;
}

#sitebar-bottom .dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

#sitebar-bottom .dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #143c7f;
    margin-top: 5px;
    margin-right: -10px;
}

#sitebar-bottom .dropdown-submenu:hover>a:after {
    border-left-color: #000000;
}

#sitebar-bottom .dropdown-submenu.pull-left {
    float: none;
}

#sitebar-bottom .dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 6px 0 6px 6px;
}

#sitebar-bottom .dropdown-submenu li a {
    padding: 2px 5px 2px 10px;
    font-size: 14px;
}

#sitebar-bottom .dropdown-submenu li img {
    vertical-align: baseline;
    margin-right: 3px;
}

.main-wrapper {
    border-top: 1px solid #f4f4f4;
    padding-top: 10px;
}

.dashboard .main-wrapper {
    border-top: 0;
}

#dashboard-constructor .title-line {
    white-space: nowrap;
}

#main>.footer {
    border-top: 1px solid #f4f4f4;
}

.footer {
    padding-top: 20px;
    font-size: 14px;
    color: #d1d1d1;
    position: relative;
}

.nav-tabs.tabs-menu {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: none;
    margin: 0 0 10px 0;
    padding: 0;
    text-align: center;
}

.nav-tabs.tabs-menu:after,
.nav-tabs.tabs-menu:before {
    display: none;
}

.nav-tabs.tabs-menu>li {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    float: none;
    margin: 0 10px 0 0;
}

.nav-tabs.tabs-menu.tabs-full {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 0 15px 0;
}

.nav-tabs.tabs-menu.tabs-full>li {
    margin: 0;
}

.nav-tabs.tabs-menu>li>a {
    float: none;
    margin: 0;
}

.nav-tabs.tabs-menu>li>a {
    display: inline-block;
    position: relative;
    border: 0;
    margin: 0;
    padding: 0 0 5px 0;
    text-decoration: none;
    color: #000000;
    background-color: transparent;
}

.nav-tabs.tabs-menu.tabs-full>li>a {
    padding: 6px 5px;
}

.nav-tabs.tabs-menu .fa,
.nav-tabs.tabs-menu .far,
.nav-tabs.tabs-menu .fas {
    font-size: 16px;
    margin-right: 2px;
    vertical-align: -1px;
    color: #353535;
}

.nav-tabs.tabs-menu.tabs-full .fa,
.nav-tabs.tabs-menu.tabs-full .far,
.nav-tabs.tabs-menu.tabs-full .fas {
    margin-right: 5px;
}

.map-popup .nav-tabs.tabs-menu>li:before {
    content: none !important;
}

.nav-tabs.tabs-menu>li:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 4px;
    background: #d1d1d1;
    border-radius: 2px;
    transition: all 250ms ease 0s;
    transform: scale(0);
    z-index: 1;
}

.nav-tabs.tabs-menu>li.open:before,
.nav-tabs.tabs-menu>li.active:before,
.nav-tabs.tabs-menu>li:hover:before {
    transform: scale(1);
}

.nav-tabs.tabs-menu>li.open>a,
.nav-tabs.tabs-menu>li:hover>a {
    border: 0;
    background: none!important;
    color: #000000;
}

.nav-tabs.tabs-menu>li.active>a {
    border: 0;
    color: #000000;
}

.nav-tabs.tabs-menu>li>a.more-menu i {
    color: #d1d1d1;
    font-size: 21px;
}

.header .nav-tabs.tabs-menu {
    font-size: 18px;
    margin-top: 35px;
}

@media (max-width: 1199px) {
    .page-top-detail {
        font-size: 14px;
    }
    .page-top-detail .fa,
    .page-top-detail .far,
    .page-top-detail .fas {
        font-size: 16px;
        vertical-align: middle;
    }
    .nav-tabs.tabs-menu {
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .nav-tabs.tabs-menu>li:before {
        height: 3px;
    }
    .nav-tabs.tabs-menu.tabs-full>li>a {
        padding: 2px 2px 5px 2px;
        font-size: 12px;
        word-break: break-word;
        line-height: 1;
        color: #6d6d6d;
    }
    .nav-tabs.tabs-menu.tabs-full .fa,
    .nav-tabs.tabs-menu.tabs-full .far,
    .nav-tabs.tabs-menu.tabs-full .fas {
        margin: 0 0 8px 0;
        display: block;
        font-size: 22px;
        color: #6d6d6d;
    }
    .nav-tabs.tabs-menu.tabs-full>li.active>a,
    .nav-tabs.tabs-menu.tabs-full .active .fa,
    .nav-tabs.tabs-menu.tabs-full .active .far,
    .nav-tabs.tabs-menu.tabs-full .active .fas {
        color: #000000;
    }
}

@media (max-width: 767px) {
    #page {
        height: 100%;
        padding: 0 0 0 20px;
    }
    #logo-wrapper .logo {
        margin-left: 15px;
        height: 52px;
        background-size: contain;
    }
    #main .header {
        min-height: 0;
        padding-bottom: 10px;
    }
    .breadcrumb {
        padding: 10px 0px;
    }
    .page-title,
    .page-info {
        padding-left: 5px;
    }
    .page-title.title:before {
        left: -15px;
    }
    .nav-tabs.tabs-menu>li:before {
        height: 2px;
    }
    .nav-tabs.tabs-menu.tabs-full>li {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .nav-tabs.tabs-menu.tabs-full>li>a {
        padding: 0 2px 5px 2px;
        font-size: 11px;
    }
    .nav-tabs.tabs-menu.tabs-full .fa,
    .nav-tabs.tabs-menu.tabs-full .far,
    .nav-tabs.tabs-menu.tabs-full .fas {
        margin: 0 0 5px 0;
    }
    .schedule-header {
        z-index: 9;
        left: 0px;
        top: 49px;
    }
}

@media (max-width: 580px) {
    .nav-tabs.tabs-menu.tabs-full>li>a span {
        display: none;
    }
    .nav-tabs.tabs-menu.tabs-full .fa,
    .nav-tabs.tabs-menu.tabs-full .far,
    .nav-tabs.tabs-menu.tabs-full .fas {
        font-size: 26px;
    }
}

.icon,
.icon-small {
    display: inline-block;
    background-repeat: no-repeat;
    color: #ffffff;
    font-size: 19px;
    text-align: center;
    letter-spacing: 0.1px;
    padding-right: 1px;
    vertical-align: middle;
    background-position: 30px 30px;
    cursor: default;
}

.icon {
    background-image: url(../images/icon-sprite.png);
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
}

.icon-small {
    background-image: url(../images/icon-small-sprite.png);
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 10px !important;
    letter-spacing: -0.5px;
}

.mini-shield {
    background: url(../images/icons.png) no-repeat;
    background-position: -39px -139px;
    text-align: center;
    color: #fff;
    font-size: 9px;
    line-height: 20px;
    background-size: 155px;
    padding-left: 3px;
}


/* Связь - есть */

.icon-connected {
    background-position: 0px 0px;
}


/* Связь - нету */

.icon-disconnected {
    background-position: -33px 0px;
}


/* Связь - неизвестно */

.icon-unconnected {
    background-position: -66px 0px;
}


/* Питание - включено */

.icon-power.enabled {
    background-position: 0px -33px;
}


/* Питание - выключено */

.icon-power.off {
    background-position: -33px -33px;
}


/* Питание - неизвестно */

.icon-power {
    background-position: -66px -33px;
    color: #000000;
    font-weight: 500;
}


/* контактор - включено, реле - выключено */

.icon-contactor_on-relay_off {
    background-position: -33px -587px;
}


/* контактор и реле - включено*/

.icon-contactor_on-relay_on {
    background-position: 0px -587px;
}


/* контактор - включен, реле неизвестно */

.icon-contactor_on-relay_unknown {
    background-position: -66px -587px;
}


/* контактор - выключено, реле - включено */

.icon-contactor_off-relay_on {
    background-position: 0px -33px;
}


/* контактор - выключено, реле неизвестно */

.icon-contactor_off-relay_unknown {
    background-position: -66px -33px;
}


/* контактор - неизвестно, реле включен */

.icon-contactor_unknown-relay_on {
    background-position: 0px -33px;
}


/* контактор - неизвестно, реле выключен */

.icon-contactor_unknown-relay_off {
    background-position: -66px -33px;
}


/* контактор - выключен, реле выключен */

.icon-contactor_off-relay_off {
    background-position: -33px -33px;
}


/* контактор - неизвестно, реле неизвестно */

.icon-contactor_unknown-relay_unknown {
    background-position: -66px -33px;
}


/* Дверь - закрыто */

.icon-locked {
    background-position: -1px -66px;
}


/* Дверь - открыто */

.icon-unlocked {
    background-position: -33px -66px;
}


/* Противопожарная сигнализация - включена */

.icon-fire-off {
    background-position: 0 -99px;
}


/* Противопожарная сигнализация - сработала */

.icon-fire-red {
    background-position: -33px -99px;
}


/* Защитный автомат - включен */

.icon-shield-green {
    background-position: 0px -132px;
}


/* Защитный автомат - сработал */

.icon-shield-red {
    background-position: -33px -132px;
}


/* Управление - локальное */

.icon-wifi-local {
    background-position: 0px -198px;
}


/* Управление - дистанционное */

.icon-wifi {
    background-position: 0px -165px;
}


/* Режим управления - по команде */

.icon-mode-manual {
    background-position: 0px -232px;
}

.icon-mode-auto.manual {
    background-position: 0px -232px;
}


/* Режим управления - по расписанию */

.icon-mode-auto {
    background-position: -33px -232px;
}


/* Режим управления - неизвестно */

.icon-mode-unknown {
    background-position: -65px -232px;
}


/* Уровень сигнала */

.icon-level-signal {
    background-position: -66px -264px;
}


/* Уровень света */

.icon-level-light {
    background-position: -66px -297px;
}


/* Счетчик - хорошо */

.icon-wh.enable {
    background-position: 0px -330px;
}

.panel-meter .icon-wh.enable {
    background-position: 3px -2px;
}


/* Счетчик - плохо */

.icon-wh.error, .icon-wh-error {
    background-position: -33px -330px!important;
}

.panel-meter .icon-wh.error {
    background-position: -30px -2px;
}


/* Счетчик - неизвестно */

.icon-wh {
    background-position: -66px -330px;
}

.panel-meter .icon-wh {
    background-position: -30px -2px;
}


/* Настройки */

.icon-settings {
    background-position: -66px -363px;
}


/* Рассинхронизация настроек */

.icon-settings-error {
    background-position: -33px -365px;
}

.icon-small.icon-settings-error {
    background-position: -33px -363px;
}


/* Ошибки на участке цепи */

.icon-circuit-error {
    background-position: -35px -395px;
}


/* Автоматический автомат с ошибкой / рассинхронизация расписания */

.icon-autowork-error {
    background-position: -33px -430px;
}

.icon-small.icon-autowork-error {
    background-position: -33px -428px;
}


/* Стрелка вверх, Направление ветра, активная */

.icon-wind-indicator.active {
    background-position: 0px -462px;
}


/* Стрелка вверх, Направление ветра, не активная */

.icon-wind-indicator.error {
    background-position: -33px -462px;
}


/* Стрелка вверх, Направление ветра, обычная */

.icon-wind-indicator {
    background-position: -66px -462px;
}


/* Уровень диммирования */

.icon-level-dim {
    background-position: -66px -495px;
}


/* Ошибки по току/напряжению */

.icon-electric-error {
    background-position: -33px -529px;
}

.icon-small.icon-electric-error {
    background-position: -33px -527px;
}


/* Ошибки контактора */

.icon-work-mode-error {
    background-position: -33px -562px;
}


/* Долгое отсутствие в сети */

.icon-offline-error {
    background-position: 0 -530px
}

.icon-small.icon-offline-error {
    background-position: 0 -527px
}

/* Неверная позиция */

.icon-wrong-position {
    background-position: -33px -596px
}

.icon-small.icon-wrong-position {
    background-position: -33px -614px
}

/* Открыта крышка */

.icon-lid-opened {
    background-position: 0 -596px
}

.icon-small.icon-lid-opened {
    background-position: 0 -614px
}

/* Демо-режим */

.icon-demo-mode {
    background-position: -66px -530px
}

.icon-small.icon-demo-mode {
    background-position: -66px -614px
}

/* Частые перезагрузки */

.icon-reboot-error {
    background-position: 0 -564px
}

.icon-small.icon-reboot-error {
    background-position: 0 -559px
}

.icon-small.icon-work-mode-error {
    background-position: -33px -559px;
}

.icon-stop,

/*.icon-shield-green,*/


/*.icon-shield-red,*/


/*.icon-locked,*/


/*.icon-unlocked,*/

.icon-signal,
.icon-sun,
.icon-doc
/*.icon-fire-off,
/*.icon-fire-red,
/*.icon-wifi,
/*.icon-wifi-local*/

{
    display: inline-block;
    width: 24px;
    height: 28px;
    margin: 0 1px;
    vertical-align: middle;
    color: #ffffff;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.1px;
    padding: 0 1px 0 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

.icon-stop {
    background-image: url(../images/icon-stop.png);
}


/*.icon-shield-green {background-image: url(../images/icon-shield-green.png);}*/


/*.icon-shield-red {background-image: url(../images/icon-shield-red.png);}*/


/*.icon-locked {background-image: url(../images/icon-locked.png);}*/


/*.icon-unlocked {background-image: url(../images/icon-unlocked.png);}*/

.icon-signal {
    background-image: url(../images/icon-signal.png);
}

.icon-sun {
    background-image: url(../images/icon-sun.png);
}

.icon-doc {
    background-image: url(../images/icon-doc.png);
}


/*.icon-fire-off {background-image: url(../images/icon-fire-off.png);}*/


/*.icon-fire-red {background-image: url(../images/icon-fire-red.png);}*/


/*.icon-wifi {background-image: url(../images/icon-wifi.png);}*/


/*.icon-wifi-local {background-image: url(../images/icon-wifi-local.png);}*/

.icon-update {
    display: inline-block;
    /*width: 32px;*/
    /*height: 32px;*/
    margin: 0 2px;
    vertical-align: middle;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

.icon-update {
    background-image: url(../images/icon-update.png);
    opacity: 0.5;
}

a.icon-update:hover {
    cursor: pointer;
    opacity: 1;
}

a.icon-update.disabled:hover {
    cursor: not-allowed;
    opacity: 0.5;
}

.icon-small-size {
    width: 10px;
    height: 12px;
}

.icon-medium-size {
    width: 18px;
    height: 18px;
}

.icon-temperature {
    display: inline-block;
    width: 20px;
    height: 34px;
    vertical-align: middle;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/icon-temperature.png);
}

.status-on,
.status-off {
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    width: 10px;
    height: 10px;
}

.status-on {
    background: #00ad5d;
}

.status-off {
    background: #ff0000;
}

.status-error {
    background: #ff0000;
}

.status-error {
    background: #999999;
}

.point {
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    width: 4px;
    height: 4px;
    background: #d1d1d1;
    margin: 2px;
}

.point.red {
    background: #ff0000;
}

.point.black {
    background: #d1d1d1;
}

.point.yellow {
    background: #fdc002;
}

.header .icon {
    margin-bottom: 2px;
}

.header .icon.icon-update {
    margin: 0px;
}

.header .readings {
    font-size: 15px;
    color: #143c80;
    font-weight: 400;
}

.header .readings .item {
    display: inline-block;
}

.header .readings .item+.item {
    margin-left: 30px;
}

.header .readings .item span {
    margin-right: 5px;
}

.header .readings .icon-update {
    width: 24px;
    height: 24px;
    vertical-align: -6px;
    margin-left: 5px;
}

.animation-rotate.animation {
    -webkit-animation: spin 1.5s ease-in-out;
    -moz-animation: spin 1.5s ease-in-out;
    animation: spin 1.5s ease-in-out;
}

.animation-rotate.disabled.animation {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
}

@-moz-keyframes spin {
    100% {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg);
    }
}

.form-animation {
    position: relative;
}

.form-animation label {
    position: absolute;
    top: 12px;
    left: 0px;
    -webkit-transition: all .3s cubic-bezier(0, 1, 0, 1);
    -moz-transition: all .3s cubic-bezier(0, 1, 0, 1);
    transition: all .3s cubic-bezier(0, 1, 0, 1);
    font-size: 14px;
    font-weight: 400;
    color: #d1d1d1;
}

.form-animation label.label_focus,
.form-animation label.label_active {
    top: -5px;
    left: 0;
    font-size: 10px;
}

.form-animation label.label_focus {
    color: #b5b5b5;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form-row>.col {
    padding-right: 5px;
    padding-left: 5px;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.box {
    margin: 40px 0;
}

.green {
    color: #00ad5d;
}

.red {
    color: #ff0000;
}

.meter-offline td {
    filter: grayscale(1);
}

table.table-flat {
    margin-bottom: 10px;
    font-weight: 400;
}

.table-flat>tbody>tr>td,
.table-flat>tbody>tr>th,
.table-flat>tfoot>tr>td,
.table-flat>tfoot>tr>th,
.table-flat>thead>tr>td,
.table-flat>thead>tr>th {
    border: none;
    text-align: center;
}

.table-flat>tbody>tr>th,
.table-flat>tfoot>tr>th,
.table-flat>thead>tr>th {
    color: #999999;
    font-weight: 300;
}

.table-painted {
    border-spacing: 2px;
    border-collapse: separate;
    background: #ffffff;
}

.table-painted>tbody>tr>td,
.table-painted>tbody>tr>th,
.table-painted>tfoot>tr>td,
.table-painted>tfoot>tr>th,
.table-painted>thead>tr>td,
.table-painted>thead>tr>th {
    padding: 5px 10px;
    vertical-align: top;
    border: none;
    background: #f3f3f3;
}

.table-painted>thead>tr>th {
    background: #143c80;
    color: #ffffff;
    font-weight: 300;
    line-height: 1.2;
}

.table-painted>tbody>tr.odd>td,
.table-painted>tbody>tr.odd>th {
    background: #f7f7f7;
}

.table-scroll-wrapper {
    overflow: auto;
}

.form-groups .form-group {
    padding: 7px;
}

.pagination {
    margin: 20px 15px;
}

.pagination>li>a,
.pagination>li>span {
    padding: 7px 3px 5px 2px;
    line-height: 1;
    color: #a6a6a6;
    border: none;
    border-radius: 30px;
    min-width: 26px;
    text-align: center;
    margin-right: 10px;
    background: none;
}

.pagination>li>a:hover {
    color: #000000;
    background: none;
}

.pagination>li>span:hover {
    color: #a6a6a6;
    background: none;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #fff;
    background-color: #00b7f4;
}

.pagination>li.prev>a,
.pagination>li.prev>a:hover,
.pagination>li.prev>a:focus,
.pagination>li.next>a,
.pagination>li.next>a:hover,
.pagination>li.next>a:focus {
    background: none;
}

.pagination>li>span {
    margin-left: 10px;
    margin-right: 20px;
}

.pagination>li.prev>a {
    margin-right: 40px;
}

.pagination>li.next>a {
    margin-left: 40px;
}

.tablesorter-bootstrap {
    width: 100%;
    margin-bottom: 30px;
}

.tablesorter-bootstrap .jq-selectbox {
    margin: -2px 0;
}

.tablesorter-bootstrap .jq-selectbox__select {
    height: 28px;
    line-height: 28px;
    padding: 0 30px 0 10px;
}

.tablesorter-bootstrap .jq-selectbox__trigger-arrow {
    top: 12px;
}

.tablesorter-bootstrap .jq-selectbox__dropdown {
    margin-top: -5px;
}

.tablesorter-bootstrap thead th,
.tablesorter-bootstrap thead td,
.tablesorter-bootstrap tfoot th,
.tablesorter-bootstrap tfoot td {
    position: relative;
    font-size: 12px;
    line-height: 1.2;
    padding: 4px;
}

.tablesorter-bootstrap thead .tablesorter-header {
    background-position: right 5px center;
    background-repeat: no-repeat;
    cursor: pointer;
    white-space: normal;
    vertical-align: middle;
}

.tablesorter-bootstrap thead .sorter-false {
    cursor: default;
    background-image: none;
}

.tablesorter-bootstrap .tablesorter-header-inner {
    position: relative;
    padding-right: 10px;
}

.tablesorter-bootstrap .td-input .tablesorter-header-inner {
    padding-right: 20px;
}

.tablesorter-bootstrap .sorter-false .tablesorter-header-inner {
    padding: 4px;
}


/* black icons */

.tablesorter-bootstrap thead .tablesorter-headerUnSorted:not(.sorter-false):before,
.tablesorter-bootstrap thead .tablesorter-headerAsc:before,
.tablesorter-bootstrap thead .tablesorter-headerDesc:before {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    position: absolute;
    right: 5px;
    line-height: 20px;
    top: 50%;
    margin-top: -10px;
}

.tablesorter-bootstrap thead .tablesorter-headerUnSorted:not(.sorter-false):before {
    content: "\f362";
    transform: rotate(90deg);
    opacity: 0.3;
}

.tablesorter-bootstrap thead .tablesorter-headerAsc:before {
    content: "\f161";
}

.tablesorter-bootstrap thead .tablesorter-headerDesc:before {
    content: "\f160";
}

/* processing icon */

.tablesorter-bootstrap .tablesorter-processing {
    background-image: url('data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=');
    background-position: center center !important;
    background-repeat: no-repeat !important;
}


/* Column Widget - column sort colors */

.tablesorter-bootstrap:not(.table-inverse)>tbody>tr.odd td.primary {
    background-color: #f1f1f1;
}

.tablesorter-bootstrap:not(.table-inverse)>tbody>tr td.primary,
.tablesorter-bootstrap:not(.table-inverse)>tbody>tr.even td.primary {
    background-color: #e2e2e2;
}

.tablesorter-bootstrap:not(.table-inverse)>tbody>tr.odd td.secondary {
    background-color: #e2e2e2;
}

.tablesorter-bootstrap:not(.table-inverse)>tbody>tr td.secondary,
.tablesorter-bootstrap:not(.table-inverse)>tbody>tr.even td.secondary {
    background-color: #f1f1f1;
}

.tablesorter-bootstrap:not(.table-inverse)>tbody>tr.odd td.tertiary {
    background-color: #f1f1f1;
}

.tablesorter-bootstrap:not(.table-inverse)>tbody>tr td.tertiary,
.tablesorter-bootstrap:not(.table-inverse)>tbody>tr.even td.tertiary {
    background-color: #f2f2f2;
}

.tablesorter-bootstrap:not(.table-inverse) .caption {
    background-color: #fff;
}

.tablesorter-bootstrap .tablesorter-filter-row input.tablesorter-filter,
.tablesorter-bootstrap .tablesorter-filter-row select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: height 0.1s ease;
    -moz-transition: height 0.1s ease;
    -o-transition: height 0.1s ease;
    transition: height 0.1s ease;
}

.tablesorter-bootstrap:not(.table-inverse) .tablesorter-filter-row {
    background-color: #efefef;
}

.tablesorter-bootstrap:not(.table-inverse) .tablesorter-filter-row input.tablesorter-filter,
.tablesorter-bootstrap:not(.table-inverse) .tablesorter-filter-row select {
    color: #333;
}

.tablesorter-bootstrap .tablesorter-filter-row .tablesorter-filter.disabled {
    cursor: not-allowed;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    box-sizing: border-box;
    transition: height 0.1s ease;
}

.tablesorter-bootstrap:not(.table-inverse) .tablesorter-filter-row td {
    line-height: normal;
    text-align: center;
    padding: 0;
    vertical-align: middle;
    -webkit-transition: line-height 0.1s ease;
    -moz-transition: line-height 0.1s ease;
    -o-transition: line-height 0.1s ease;
    transition: line-height 0.1s ease;
}

.tablesorter-bootstrap .tablesorter-filter-row.hideme td {
    padding: 2px;
    margin: 0;
    line-height: 0;
}

.tablesorter-bootstrap .tablesorter-filter-row.hideme * {
    height: 1px;
    min-height: 0;
    border: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tablesorter-bootstrap .td-input {
    padding: 0;
}

.tablesorter .filtered {
    display: none;
}

.tablesorter-bootstrap .tablesorter-pager .pagedisplay {
    border: 0;
}

.tablesorter:not(.table-inverse) .tablesorter-errorRow td {
    text-align: center;
    cursor: pointer;
    background-color: #e6bf99;
}

.tablesorter-bootstrap .form-control {
    border-top: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
    border-left: 1px solid #f3f3f3;
    background: transparent;
    padding: 3px 5px;
    height: 26px;
    font-size: 12px;
    margin: 0;
    font-weight: 300;
}

.tablesorter-bootstrap .form-control:focus {
    background: #ffffff;
}

.tablesorter-bootstrap .tablesorter-headerRow .form-control {
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    background: #ffffff;
}

.tablesorter-bootstrap .td-input .form-control,
.tablesorter-bootstrap .td-input .btn:not(.shy-set-on):not(.shy-set-off):not(.not-tablesorter-bootstrap) {
    height: 26px;
    border-radius: 0;
    padding: 2px;
    line-height: 1;
}

.tablesorter-bootstrap .td-input .input-group-btn .btn:not(.not-tablesorter-bootstrap) {
    padding: 2px 6px;
}

.tablesorter-bootstrap .tablesorter-filter-row .btn:not(.not-tablesorter-bootstrap) {
    height: 26px;
    width: 100%;
    border-radius: 0;
    margin: 0;
    font-size: 12px;
    padding: 3px 10px;
    background: transparent;
    color: #000000;
}

.tablesorter-bootstrap .tablesorter-filter-row .btn:hover:not(.not-tablesorter-bootstrap) {
    background: #ffc50d;
    color: #000000;
}

.select-count {
    font-size: 14px;
    color: #a6a6a6;
    text-align: right;
    margin: 20px 15px;
}

.select-count select {
    margin-left: 5px;
}

.form-inline .input-group.form-date {
    width: 115px;
}

.form-inline .input-group.form-date .form-control {
    padding-left: 5px;
    padding-right: 5px;
}

.form-inline .form-group.separate {
    padding-left: 10px;
    padding-right: 10px;
}

.switch {
    width: 68px;
    height: 22px;
    position: relative;
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
}

.switch input {
    display: none;
}

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #e3e3e3;
    transition: .3s;
    border-radius: 20px;
}

.switch .slider:before {
    content: "ВЫКЛ";
    font-size: 10px;
    color: rgba(0, 0, 0, 0.2);
    position: absolute;
    right: 15px;
    top: 5px;
}

.switch .slider:after {
    content: "";
    height: 20px;
    width: 20px;
    position: absolute;
    left: 1px;
    top: 1px;
    background-color: #ffffff;
    transition: .2s;
    border-radius: 20px;
}

.switch input:checked+.slider {
    background-color: #ffc202;
}

.switch input:focus+.slider {
    box-shadow: 0 0 1px #ffc202;
}

.switch input:checked+.slider:after {
    transform: translateX(46px);
}

.switch input:checked+.slider:before {
    content: "ВКЛ";
    right: auto;
    left: 15px;
}

.range-slider {
    width: 100%;
    padding: 20px 0;
}

input.range-slider {
    display: none;
}

.range-slider input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 1px;
    background: #d1d1d1;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.range-slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #ffc202;
    cursor: pointer;
    border-radius: 100%
}

.range-slider input[type="range"]::-webkit-slider-thumb:hover {
    background: #ffc50d;
}

.range-slider input[type="range"]::-webkit-slider-thumb:active {
    background: #ffb101;
}

.range-slider input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #ffc202;
    cursor: pointer;
    border-radius: 100%
}

.slider-handle {
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    background: #68befc;
}

.slider-handle:hover {
    background: #ffb101;
}

.slider-handle:active {
    background: #ffb101;
}

.slider-disabled,
.slider-disabled .slider-handle {
    cursor: not-allowed;
}

.slider-track {
    background: #d1d1d1;
    box-shadow: none;
}

.slider.slider-horizontal {
    width: 185px;
    height: 20px;
    margin: 0 10px;
}

.map-popup .selected-features-controls .slider.slider-horizontal {
    width: 100px;
    height: 20px;
    margin: 0;
}

.slider.slider-horizontal .slider-track {
    height: 1px;
    margin-top: 0px;
}

.slider.slider-horizontal .tooltip.top {
    margin-top: -32px;
}

.tooltip-inner {
    background-color: #143c80;
    padding: 2px 10px;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #143c80;
}

.ibox {
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0px 7px 21px 0px rgba(211, 205, 194, 0.61);
    padding: 10px;
    margin: 0 0 25px 0;
    display: block;
    min-height: 220px;
}

.ibox-title {
    font-size: 18px;
    color: #000000;
}

.ibox-content {
    font-size: 14px;
    color: #000000;
}

.ibox-title+.ibox-content {
    padding-top: 15px;
}

.ibox-link {
    font-size: 18px;
    color: #143c80;
    text-decoration: none;
    background-color: #ffffff;
    padding: 18px 30px;
    min-height: 0;
}

.ibox-link:focus {
    text-decoration: none;
}

.ibox-link:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #ffb501;
}

.ibox-link:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #ffcf37;
}

.ibox-content.current_indicator {
    font-size: 72px;
    text-align: center;
    padding: 36px 0;
}

.tab-content {
    position: relative;
}

#tabs-main-content {
    min-height: 200px;
}

.tab-content:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.tab-content.loading:before {
    width: 100%;
    height: 100%;
    opacity: 1;
    background: url("../images/loading-line.gif") 50% 50% no-repeat;
}


/**** Карта */

.map-object {
    position: relative;
    width: 100%;
    height: 320px;
    min-height: calc(100vh - 230px);
    background: #ffffff;
}

.form-group>.map-object {
    height: 280px;
    min-height: calc(100vh - 320px);
}

.map-object .page-loader {
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}

.popup-loader {
    position: static;
}

.bg-loader {
    top: 0;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
}

.page-loader {
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.page-loader-gif {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.page-loader-label {
    position: absolute;
    transform: translate(-50%, -46%);
    left: 50%;
    top: 46%;
    color: #777;
    font-size: 1.2em;
}


/* кнопки на карте */

.map-controls {
    position: absolute;
    z-index: 1;
    top: 180px;
    left: 10px;
    max-width: 40%
}

.map-controls button {
    background-color: #ffffff;
    color: #303030;
    width: 26px !important;
    padding: 0 4px !important;
    cursor: pointer !important;
}

.map-controls .ol-rotate {
    top: unset;
    right: unset;
    position: inherit;
    padding: 0;
    margin: 0;
}

.map-controls .ol-rotate-reset {
    margin: 0 !important;
}

.map-popup {
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 5px;
    /*width: 260px;*/
    max-width: 50%;
    padding-bottom: 10px;
    overflow: auto;
    padding-right: 5px;
    padding-left: 5px;
    max-height: calc(100vh - 70px);
}

.map-popup-mobile{
    max-height: calc(100vh - 30%);
}

.map-popup .panel-body {
    overflow: auto;
}

@media (max-width: 500px) {
    .map-popup {
        max-width: 100%;
        max-height: 100%;
    }
}

.map-popup::-webkit-scrollbar {
    width: 5px;
    border-radius: 5px;
    background-color: #a5a5a5;
}

.map-popup::-webkit-scrollbar-thumb {
    border-radius: 5px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    background-color: #143c7f;
}

.map-popup::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #ffffff;
}

.map-popup .panel {
    margin-bottom: 10px;
}

.map-popup .panel .errors {
    font-size: 16px;
    color: #a94442;
}

.map-popup .panel .errors i {
    margin: 2px 0;
    display: inline-block;
}

.map-popup .panel .errors i+i {
    margin-left: 6px;
}

.map-popup .selected-features-controls>table td:first-child {
    padding-right: 30px;
}

.map-filter {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 60px;
    max-width: 80%;
    overflow: auto;
    padding-right: 5px;
    padding-left: 5px;
    max-height: calc(100vh - 250px);
}

.map-filter::-webkit-scrollbar {
    width: 5px;
    border-radius: 5px;
    background-color: #a5a5a5;
}

.map-filter::-webkit-scrollbar-thumb {
    border-radius: 5px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    background-color: #143c7f;
}

.map-filter::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #ffffff;
}

.map-filter .filter-items {
    background-color: #ffffff;
    color: #303030;
    width: 140px;
    padding: 0 4px;
    border-radius: 4px;
    -webkit-box-shadow: 2px 4px 22px rgba(211, 205, 194, 0.6);
    box-shadow: 2px 4px 22px rgba(211, 205, 194, 0.6);
    float: left;
    margin: 0 10px 10px 0;
    overflow: auto;
    max-height: calc(100vh - 250px);
}

.map-filter .filter-items::-webkit-scrollbar {
    width: 5px;
    border-radius: 5px;
    background-color: #a5a5a5;
}

.map-filter .filter-items::-webkit-scrollbar-thumb {
    border-radius: 5px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    background-color: #143c7f;
}

.map-filter .filter-items::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #ffffff;
}

.map-filter .filter-w {
    width: 160px;
}

.map-filter .filter-title {
    font-size: 14px;
    font-weight: 700;
    padding: 4px 15px;
    line-height: 20px;
    height: 28px;
    margin: 0 -4px;
    cursor: pointer;
    border-radius: 4px;
}

.map-filter .filter-title.collapsed.change {
    background: #ffbe01;
}

.map-filter .filter-body {
    padding: 4px 6px;
    font-size: 14px;
    border-top: 1px solid #f0f0f0;
}

.map-filter .filter-body label {
    font-weight: 400;
    cursor: pointer;
    margin: 2px 0;
    display: block;
}

.map-filter .filter-body .jq-checkbox {
    vertical-align: -3px;
    margin-right: 5px;
}

.map-object .ol-attribution {
    display: none !important;
}

.map-object .ol-full-screen button {
    z-index: 1;
    font-weight: 700;
    cursor: pointer;
}

.map-object .ol-control {
    background: none;
    padding: 0;
}

.map-object .ol-control:hover {
    background: none;
}

.map-object .ol-control button {
    display: block;
    height: 20px;
    width: 20px;
    line-height: 18px;
    font-family: arial;
    color: #303030;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    background-color: #ffffff;
    -webkit-box-shadow: 2px 4px 22px rgba(211, 205, 194, 0.6);
    box-shadow: 2px 4px 22px rgba(211, 205, 194, 0.6);
    border: none;
    border-radius: 4px;
    padding: 1px;
    margin: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.map-object .ol-control button:focus {
    background-color: #ffffff;
    color: #303030;
    outline: 0;
}

.map-object .ol-control button:hover {
    background-color: #ffbe01;
    color: #000000;
    outline: 0;
}

.map-object .ol-zoom {
    background-color: rgba(255, 255, 255, 0.4);
}

.map-object .ol-zoom .ol-zoom-in,
.map-object .ol-zoom .ol-zoom-out {
    border-radius: 4px;
    font-size: 16px;
    height: 26px;
    width: 26px;
    line-height: 26px;
}

.map-object .ol-zoom .ol-zoom-out {
    margin-top: 104px;
}

.map-object .ol-zoomslider-thumb {
    width: 26px !important;
    height: 26px !important;
    line-height: 26px !important;
    font-size: 16px !important;
}

.map-object .ol-zoomslider {
    background-color: transparent;
    top: 38px;
    height: 100px;
}

.map-object .ol-touch .ol-zoom .ol-zoom-out {
    margin-top: 112px;
}

.map-object .ol-touch .ol-zoomslider {
    top: 38px;
}

.map-object .ol-zoom-in.ol-has-tooltip:hover [role=tooltip],
.map-object .ol-zoom-in.ol-has-tooltip:focus [role=tooltip] {
    top: 3px;
}

.map-object .ol-zoom-out.ol-has-tooltip:hover [role=tooltip],
.map-object .ol-zoom-out.ol-has-tooltip:focus [role=tooltip] {
    top: 132px;
}

.map-object .ol-dragbox {
    background-color: rgba(255, 255, 255, 0.4);
    border-color: #143c80;
}

.map-tooltip {
    position: absolute;
    background-color: #ffffff;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    padding: 4px 10px;
    line-height: 1.2;
    border-radius: 5px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    min-width: 100px;
    text-align: center;
    font-size: 14px;
    color: #000000;
    opacity: 0.9;
}

.map-tooltip:after,
.map-tooltip:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.map-tooltip:after {
    border-top-color: #ffffff;
    border-width: 7px;
    left: 50px;
    margin-left: -7px;
}

.map-tooltip:before {
    border-top-color: #cccccc;
    border-width: 8px;
    left: 50px;
    margin-left: -8px;
}

.map-popup .panel .map-popup-content {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.map-popup .inventory-map-popup label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.map-popup .inventory-map-popup {
    max-width: 400px;
    padding: 15px;
}


/* Карта ****/


/*monitoring*/

.monitoring-table {
    font-size: 14px;
    line-height: 18px;
    max-width: 800px;
}

.monitoring-table .head {
    font-size: 12px;
    /*color: #143c80;*/
    text-align: center;
}

.monitoring-table .item {
    border-radius: 5px;
    background-color: #ffffff;
    /*box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);*/
    font-size: 14px;
    color: #afaeae;
    margin-bottom: 15px;
    padding: 7px 0px;
}

.monitoring-table .item .map-popup-content {
    box-shadow: none;
}

.monitoring-table .head,
.monitoring-table .item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 0;
    border-radius: 0;
    padding: 0;
}

.monitoring-table .head>div,
.monitoring-table .item>div {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    padding: 8px;
}

.monitoring-table .th-number,
.monitoring-table .td-number {
    width: 40px;
    text-align: center;
    white-space: nowrap;
}

.monitoring-table .th-status,
.monitoring-table .td-status {
    width: 60px;
    text-align: center;
}

.monitoring-table .th-error,
.monitoring-table .td-error {
    width: 110px;
    text-align: center;
}

.monitoring-table .th-mode,
.monitoring-table .td-mode {
    width: 120px;
    text-align: center;
}

.monitoring-table .th-update {
    width: 42px;
}

.monitoring-table .icon-update,
.panel-electric-params .icon-update {
    width: 22px;
    height: 22px;
    margin-top: -5px;
}

.monitoring-table .icon-rescan {
    width: 22px;
    height: 22px;
}

.monitoring-table .th-level>div {
    display: inline-block;
}

@media (min-width: 1100px) {
    body.monitoring-table .th-level {
        white-space: nowrap;
    }
}

@media (min-width: 992px) and (max-width: 1100px) {
    body:not(.mini-sitebar).monitoring-table .th-level {
        white-space: nowrap;
    }
}

@media (min-width: 992px) and (max-width: 991px) {
    bod.monitoring-table .th-level {
        white-space: nowrap;
    }
}

.monitoring-table .td-level>div {
    display: inline-block;
}

.monitoring-table .th-level .dim-level-list {
    margin-left: 10px;
}

.monitoring-table .th-level .dim-level-list span {
    margin: 0 2px;
}

.monitoring-table .th-level .slider.slider-horizontal {
    width: 150px;
    height: 20px;
    margin-right: 0px;
}

.monitoring-table .dim-level-current {
    min-width: 70px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    vertical-align: middle
}

.monitoring-table .dim-level-list {
    font-size: 12px;
    color: #143c80;
    /*#d1d1d1;*/
}

.monitoring-table.disabled .dim-level-list,
.map-popup .selected-features-controls .lamp.disabled .dim-level-list,
.nemagsm_dali_rescan_sensor_selected_feature span {
    color: #d1d1d1;
}

.monitoring-table .dim-level-list span {
    margin: 0 8px;
    cursor: pointer;
}

.monitoring-table.disabled .dim-level-list span,
.map-popup .selected-features-controls .lamp.disabled .dim-level-list span,
.nemagsm_dali_rescan_sensor_selected_feature span {
    cursor: not-allowed;
}

.monitoring-table .th-level .dim-level-list span {
    margin: 0 2px;
}

.monitoring-table:not(.disabled) .dim-level-list span:hover {
    color: #888888;
}

.monitoring-table .dim-level-list span.active {
    color: #143c80;
}


/* Панелька с датчиками светильника */

.panel-nemagsm-sensors tr:first-child td {
    border-top: none
}

/* Панель с электросетевыми параметрами светильника */

.panel-electric-params tr:first-child th {
    border-top: none;
    border-bottom: none
}

/**** Светильники */

.tablelamp .icon-update {
    width: 20px;
    height: 20px;
}

.tablelamp .dim-level-list,
.objectGrip .dim-level-list,
.map-popup .selected-features-controls .dim-level-list {
    font-size: 12px;
    color: #143c80;
    margin: 0 -5px;
}

.tablelamp.disabled .dim-level-list {
    color: #999999;
}

.tablelamp .dim-level-list:after,
.objectGrip .dim-level-list:after,
.map-popup .selected-features-controls .dim-level-list:after {
    content: '';
    display: block;
    clear: both;
}

.tablelamp .dim-level-list span,
.objectGrip .dim-level-list span,
.map-popup .selected-features-controls .dim-level-list span {
    margin: 0px 2px;
    padding: 0px 4px;
    cursor: pointer;
    float: left;
}

.tablelamp.disabled .dim-level-list span {
    cursor: not-allowed;
}

.tablelamp:not(.disabled) .dim-level-list span:hover,
.objectGrip:not(.disabled) .dim-level-list span:hover,
.map-popup .selected-features-controls .lamp:not(.disabled) .dim-level-list span:hover {
    color: #000000;
}

.tablelamp .dim-level-list span.active,
.objectGrip .dim-level-list span.active,
.map-popup .selected-features-controls .dim-level-list span.active {
    color: #143c80;
    cursor: default;
}


/* Светильники ****/


/**** ШУНО */

.panel .mode-work {
    font-size: 14px;
    color: #999999;
    vertical-align: middle;
    margin: 0 5px;
}

.sensors>div {
    margin: 5px 3px;
}

.sensors>div {
    margin: 5px 3px;
}

.sensors .form-group {
    margin-bottom: 0px;
}


/* ШУНО ****/


/**** Диаграммы */

.chart-legend ul {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
}

.chart-legend li {
    display: inline-block;
    margin: 10px 5px 0 5px;
    padding: 0;
}

.chart-legend li span {
    position: relative;
    padding: 5px 8px;
    border-radius: 15px;
    color: #fff;
    z-index: 2;
    display: block;
    font-size: 12px;
    line-height: 1;
}


/* Диаграммы ****/


/**** Расписание */

.panel.program .tabs-menu {
    margin: 0;
}

.panel.program .tabs-menu>li>a {
    padding: 0px 5px;
}

.panel.program .tabs-menu>li:before {
    height: 2px;
}

.table-program-switch {
    width: auto;
}

.table-program-switch>tbody>tr>td {
    vertical-align: middle;
}

.table-program-switch .delete-switch {
    color: #d1d1d1;
    font-size: 16px;
    cursor: pointer;
}

.table-program-switch .delete-switch:hover {
    color: #ca1916;
}

.table-program-switch .delete-switch.disabled {
    color: #d1d1d1 !important;
    pointer-events: none;
}


/* Расписание ****/


/**** Hint на карте */

.black_and_white {
    filter: grayscale(100%);
}

.ol-hint {
    position: absolute;
    min-width: 100px;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #ccc;
    bottom: 12px;
    left: -50px;
}

.ol-hint:after,
.ol-hint:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.ol-hint:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}

.ol-hint:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}

.ol-hint-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
}

.ol-hint-closer:after {
    content: "✖";
    color: #b3b3b3;
}

.ol-hint #hint-content {
    white-space: nowrap;
}


/* Hint карте ****/


/* групповые ошибки */

.group-controls-error {
    color: #C20000;
    font-size: 14px;
    margin: 0;
}

.group-controls-error .fa,
.group-controls-error .fas,
.group-controls-error .far {
    color: #C20000;
}

.group-controls-error .item {
    margin: 0 5px 0 0px;
    background: #f3f3f3;
    padding: 2px 4px;
    border-radius: 2px;
    cursor: default;
    display: inline-block;
    line-height: 14px;
    font-size: 14px;
}

.group-controls-error .error-count {
    vertical-align: middle;
    margin-left: -2px;
    color: #000000;
}

.popup-head-row {
    overflow: auto;
}

.modal {
    overflow: auto;
}

#sms-templates-table tfoot {
    cursor: pointer;
}

#sms-templates-table tfoot :hover {
    background: #9fbfdf;
}

#receivers {
    height: 300px;
    max-height: 300px;
}

@media (max-width: 1100px) {
    #receivers {
        flex-wrap: wrap;
        height: 600px;
        max-height: 600px;
    }
}

#table-res-1,
#table-res-2 {
    height: 300px;
    max-height: 300px;
    overflow-y: auto;
    flex-grow: 1;
}

#receivers-table {
    height: 300px;
    max-height: 300px;
    overflow-y: auto;
}

#receivers-table thead tr th {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    background: white;
}

#receiver-selected {
    height: 300px;
    max-height: 300px;
    overflow-y: auto;
    margin-left: 10px;
    top: 0;
}

#selected-table thead tr th {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    background: white;
}

.receiver-name {
    width: 20px;
}

.online {
    color: #00ad5d;
}

.offline {
    color: #ff0000;
}

.offline td {
    color: #000000;
}

.progress-bar-scale-right {
    position: absolute;
    bottom: -15px;
    font-size: 10px;
    line-height: 10px;
    padding: 2px 3px 2px 4px;
    right: -15px;
    border-radius: 2px;
    color: #000;
}


/*
.progress-bar-scale-right:after {
    bottom: 0;
    left: 50%;
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    content: "\f0de";
    position: absolute;
    pointer-events: none;
    font-weight:700;
}
*/

.scaled {
    overflow: visible;
    position: relative;
}

.progress-bar-scale-start {
    position: absolute;
    bottom: -15px;
    font-size: 10px;
    line-height: 10px;
    padding: 2px 3px 2px 4px;
    left: -10px;
    border-radius: 2px;
    color: #000;
}

.progress-bar-scale-end {
    position: absolute;
    bottom: -15px;
    font-size: 10px;
    line-height: 10px;
    padding: 2px 3px 2px 4px;
    right: -10px;
    border-radius: 2px;
    color: #000;
}

.progress-bar-cabinet-off {
    background-image: -webkit-linear-gradient(top, #ccc 0%, #ccc 100%);
    background-image: -o-linear-gradient(top, #ccc 0%, #ccc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#ccc));
    background-image: linear-gradient(to bottom, #ccc 0%, #ccc 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-cabinet-on {
    background-image: -webkit-linear-gradient(top, #FF9C07 0%, #FF9C07 100%);
    background-image: -o-linear-gradient(top, #FF9C07 0%, #FF9C07 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FF9C07), to(#FF9C07));
    background-image: linear-gradient(to bottom, #FF9C07 0%, #FF9C07 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
    background-repeat: repeat-x;
}

.scaled span {
    font-size: 0.8em;
}

.progress-bar-lamp-on {
    background-image: -webkit-linear-gradient(top, #FF9C07 0%, #FF9C07 100%);
    background-image: -o-linear-gradient(top, #FF9C07 0%, #FF9C07 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FF9C07), to(#FF9C07));
    background-image: linear-gradient(to bottom, #FF9C07 0%, #FF9C07 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
    background-repeat: repeat-x;
}


/* orgchart */

#objectDiagram .orgchart .node {
    width: auto;
    padding: 0px 2px;
    border: none;
}

#objectDiagram .orgchart {
    background: #F4F6F9;
    padding-top: 0;
}

#objectDiagram .orgchart>table:first-child {
    margin: 0px auto
}

#objectDiagram .orgchart .node .content {
    height: auto;
}

#objectDiagram .orgchart .node .title {
    padding-left: 0px;
    padding-right: 0px;
}

#objectDiagram .orgchart .active .title {
    background-color: #00ad5d;
}

#objectDiagram .orgchart .active .content {
    border-color: #00ad5d;
}

#objectDiagram .orgchart .disabled .title {
    background-color: #ff0000;
}

#objectDiagram .orgchart .disabled .content {
    border-color: #ff0000;
}

#objectDiagram .orgchart .unknown .title {
    background-color: #999999;
}

#objectDiagram .orgchart .unknown .content {
    border-color: #999999;
}

#objectDiagram .orgchart .unknown {
    filter: grayscale(100%);
}

#objectDiagram .orgchart .edge {
    display: none;
}

#objectDiagram .orgchart .lines .downLine {
    height: 5px;
}

#objectDiagram .orgchart .lines:nth-child(3) td {
    height: 10px;
}

#objectDiagram .orgchart .title a {
    color: white;
}

.objectGrip.orgchart {
    background: #F4F6F9;
    display: block;
}

.objectGrip.orgchart .node {
    max-width: 176px;
    width: 100%;
    min-width: 40px;
    padding: 0px;
}

.objectGrip.orgchart .p-2 {
    padding: 0px !important;
}

.objectGrip.orgchart .node .content {
    min-height: 22px;
    height: auto;
    white-space: unset;
    display: grid;
    align-items: center;
}

.objectGrip.orgchart .active .title {
    background-color: #00ad5d;
}

.objectGrip.orgchart .active .content {
    border-color: #00ad5d;
}

.objectGrip.orgchart .disabled .title {
    background-color: #ff0000;
}

.objectGrip.orgchart .disabled .content {
    border-color: #ff0000;
}

.objectGrip.orgchart .unknown .title {
    background-color: #999999;
}

.objectGrip.orgchart .unknown .content {
    background: #e0e0e0;
    border-color: #999999;
}

.objectGrip.orgchart .unknown {
    filter: grayscale(100%);
}

.objectGrip.orgchart .title a {
    color: white;
}

.objectGrip.orgchart .node .title {
    padding-left: 0px;
    padding-right: 0px;
    height: unset;
    align-items: center;
    display: grid;
}

.b24-widget-button-position-bottom-right {
    right: 85px!important;
    bottom: 10px!important;
}

.monitoring-presentation-btn .btn {
    padding: 5px 5px;
    line-height: 1;
}

.monitoring-presentation-btn .btn i {
    color: #bbb;
}

.error-filter {
    cursor: pointer;
}

.objectGrip.orgchart .title-name {
    width: 100%;
}

.objectGrip.orgchart .title-diagram {
    width: 100%;
}

.tree-search-item {
    padding: 9px 2px;
    display: block;
}

.tree-search-item a {
    color: #fff;
}

.icon-hierarchy-error {
    color: #C20000;
}

#objectDiagram .orgchart .node .title-name {
    width: 100%;
}

#objectDiagram .orgchart .node .title-group-number {
    width: 10vh;
    padding-left: 5px;
    font-size: 1.1em;
}

#objectDiagram .orgchart .node .title-group-number a:link {
    text-decoration: none;
}

.block-info-table {
    width: 100%;
}

.block-info {
    padding: 0.5rem 1rem;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}

.block-info-style-1 {
    color: #231f20;
    border-color: #f0f0f0;
    border-width: 1px;
    border-style: solid;
    background: white;
    width: 100%;
}

.icon-device_icon {
    padding-left: 0.4rem;
    padding-right: 1.4rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 18px;
}

.block-info .body-info {
    margin: 0;
    font-size: inherit;
    font-weight: 700;
}

.cursor-default {
    cursor: default !important;
}

.refbooks-sections .input-group-addon {
    font-size: 13px;
}

.vertical-middle {
    vertical-align: middle !important;
}

.nemagsm-dali-rescan-hover:not(.disabled):hover {
    color: #646464;
    cursor: pointer;
}

.background-color-one-contactor-on {
    background-color: #ffeb3b !important;
}

.color-default-yellow {
    color: #ffb101 !important;
}

.color-default-error {
    color: #C20000 !important;
}

.chart_green_glade {
    padding: 10px;
}

.bg-on {
    background-color: #00ad5d;
}

.bg-off {
    background-color: #ff0000;
}

.green-glade-progress {
    overflow: unset;
    background-image: none;
    background-color: unset;
    height: 13px;
    margin: 0px;
    padding: 0px;
}

.green-glade-bar {
    border-left: 1px solid #f4f6f9;
    border-right: 1px solid #f4f6f9;
}

.green-glade-tooltip {
    cursor: pointer;
}

.green-glade-tooltip::after {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 8px 8px 8px 8px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    color: #FFF;
    content: attr(data-tooltip);
    margin-top: -24px;
    opacity: 0;
    padding: 3px 7px;
    align-self: center;
    -webkit-user-modify: read-write-plaintext-only;
    position: absolute;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.green-glade-tooltip:hover::after {
    opacity: 1;
    visibility: visible;
}

.chart_green_glade .col-sm-2 {
    line-height: 15px;
}

.chart_green_glade span {
    font-size: 12px;
}

.popover-header {
    margin: 0 !important;
}

.row-l {
    margin-left: -20px;
}

.small-text {
    font-size: 12px !important;
}

.normal-text {
    font-size: 13px !important;
}

.large-text {
    font-size: 15px !important;
}


/**** Метеостанция */

.table-weather-station {
    margin: 0 0 20px 0;
}

.table-weather-station,
.table-weather-station>thead>tr>th,
.table-weather-station>thead>tr>td,
.table-weather-station>tbody>tr>th,
.table-weather-station>tbody>tr>td {
    border: 0;
}

.table-weather-station>thead>tr>th {
    font-size: 14px;
    font-weight: 300;
    color: #57bdf9;
    line-height: 1.4;
    text-align: center;
    padding: 10px 15px;
}

.table-weather-station>tbody>tr>th {
    font-size: 11px;
    font-weight: 300;
    color: #b8b8b8;
    text-align: left;
    vertical-align: middle;
    padding: 10px 15px;
}

.table-weather-station>tbody>tr>td {
    text-align: center;
    vertical-align: middle;
    padding: 10px 15px;
    height: 70px;
}

.table-weather-station>tbody>tr+tr>th,
.table-weather-station>tbody>tr+tr>td {
    border-top: 1px solid #f4f4f4
}

.weather-box.panel {
    margin-top: 10px;
}

.weather-box .icon-wind-indicator {
    vertical-align: -4px;
}

.weather-box .icon-wind-indicator.icon-small {
    opacity: 0.3;
}

.weather-box .weather-item-info,
.weather-box .weather-item-temperature {
    text-align: center;
    max-width: 160px;
    margin: 0 auto;
    min-height: 90px;
    padding: 10px 0;
}

.weather-box .value {
    font-size: 24px;
    color: #143c7f;
    font-weight: 500;
}

.weather-box .value.small {
    font-size: 16px;
}

.weather-box .name {
    font-size: 11px;
    font-weight: 300;
    color: #b8b8b8;
}

.weather-box .weather-item-temperature .value {
    font-size: 48px;
    color: #fa9b00;
    line-height: 1;
}

.weather-box .weather-item-temperature .icon-temperature {
    opacity: 0.1;
    line-height: 48px;
    vertical-align: -2px;
    margin-right: 5px;
}

.weather-box .image-weather {
    display: inline-block;
    width: 90px;
    height: 50px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/weathers/image-weather.png);
}

@media (max-width: 1199px) {
    .table-weather-station>thead>tr>th {
        padding: 8px 10px;
    }
    .table-weather-station>tbody>tr>td {
        padding: 6px 10px;
        height: 60px;
    }
    .weather-box .weather-item-info,
    .weather-box .weather-item-temperature {
        min-height: 82px;
    }
    .weather-box .value {
        font-size: 22px;
    }
    .weather-box .weather-item-temperature .value {
        font-size: 42px;
    }
}


/* Метеостанция ****/


/**** ШУНО */

.desc-group {
    display: inline-table;
    text-align: left;
}

.cabinet_controls .form-group {
    margin-bottom: 0;
    padding-bottom: 5px;
}

.cabinet_controls .panel-heading-action .btn-group {
    margin-right: 7px;
}

.cabinet_controls .panel-heading-action .shy-set-auto {
    padding-right: 10px;
}

.cabinet_controls .mode-work {
    margin: -5px 0 0 0;
}

.status.shy-set-auto {
    margin-top: 3px
}

.cabinet_controls .panel-body .desc-group {
    padding-left: 10px;
}


/* ШУНО ****/


/* бывший monitoringgroup.css ****/

.grip-content>.tab-pane {
    display: none;
}

.grip-content>.active {
    display: block;
}

.group-controls-error {
    color: #C20000;
    font-size: 14px;
    margin: 0;
}

.group-controls-error>span {
    margin-right: 5px;
}

.group-controls-error .item {
    margin: 0 5px 0 0px;
    background: #f3f3f3;
    padding: 2px 4px;
    border-radius: 2px;
    cursor: default;
    display: inline-block;
    line-height: 14px;
    font-size: 14px;
}

.group-controls-error .error-icon {
    display: inline-block;
    line-height: 24px;
    float: none;
    width: 20px;
    height: 22px;
    vertical-align: middle;
    margin: -1px 0;
    font-size: 16px;
}

.mini-shield.ozu {
    font-size: 11px;
    line-height: 22px;
}

.group-controls-error .error-count {
    vertical-align: middle;
    margin-left: -2px;
    color: #000000;
}

.connect-controls {
    white-space: nowrap;
}

.connect-controls .item {
    margin: 0;
}

.slider .tooltip-inner {
    white-space: nowrap;
}

.slider .tooltip {
    pointer-events: none;
}

.group-controls-error .item.error-filter {
    background: #f1f1f1;
    cursor: pointer;
    border: 1px solid #ddd;
}

.group-controls-error .item.error-filter.filtered {
    background: #ddd;
    border: 1px solid #d2d2d2;
}

.group-controls-error .error-filter .error-icon {
    cursor: pointer;
}


/**** бывший monitoringgroup.css */

.not-allowed {
    cursor: not-allowed !important;
}

.not-events {
    pointer-events: none;
}

.w-fit-content {
    width: fit-content !important;
}

.svg-image svg {
    width: 100%;
    height: auto;
}

.vl {
    border-left: 1px solid rgba(0, 0, 0, .1);
}

.total-time-schedule-table-head th {
    border-top: none;
    font-weight: 500;
}

@media (max-width: 575px) {
    .schedule-editor {
        margin-top: 50px!important;
    }
    .map-filter {
        top: 50px;
    }
}

.table-border-top-none tr:first-child th,
.table-border-top-none tr:first-child td {
    border-top: none;
}

.dataTables_processing {
    padding: 0!important;
    height: 50px!important;
}

.map-object-w-100 canvas {
    width: 100%;
}

.problem-add {
    width: 70%;
}

@media (max-width: 1100px) {
    .problem-add {
        width: 100%;
    }
}


.inventory_map_popup .v-expansion-panel-header {
    padding: 16px 10px;
}

.inventory_map_popup .v-expansion-panel-header .text-right {
    margin-right: 20px;
}