body {
    color: #494949;
    font-weight: 600;
    overflow-x: hidden;
    min-width: 1192px;
}

a, img, video, audio {
    outline: none;
    text-decoration: none !important;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}
  
.btn {
    border-radius: 0 !important;
    font-weight: 600;
}

.stationDesc .slider.slider-horizontal .tooltip.tooltip-main.in,
.stationDesc .slider.slider-vertical .tooltip.tooltip-main.in { opacity: 1 !important; }

.alert-bg {
    position: fixed;
    z-index: 9999;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #e0e0e0;
    opacity: 0.9;
    filter: alpha(opacity=90);
    text-align: center;
}

.alert-position {
    position: absolute;
    top: 200px;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
    width: 400px;
    height: 200px;
    
}

.invalidForm {
    border-color: #dc3545 !important;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: none  !important;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E);
    background-repeat: no-repeat !important;
    background-position: center right calc(0.375em + 0.1875rem) !important;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
}

.textGradient {
    position: absolute;
    top: 0px;
    height: 30px;
    width: 100%;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 69%, rgba(255,255,255,0.08) 70%, rgba(255,255,255,1) 81%);
    background: -webkit-gradient(left top, right top, color-stop(69%, rgba(255,255,255,0)), color-stop(70%, rgba(255,255,255,0.08)), color-stop(81%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 69%, rgba(255,255,255,0.08) 70%, rgba(255,255,255,1) 81%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 69%, rgba(255,255,255,0.08) 70%, rgba(255,255,255,1) 81%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 69%, rgba(255,255,255,0.08) 70%, rgba(255,255,255,1) 81%);
    background: linear-gradient(to right, rgba(255,255,255,0) 69%, rgba(255,255,255,0.08) 70%, rgba(255,255,255,1) 81%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
}

.editElement .btn {
    margin: 4px;
}

.slider.slider-horizontal {
    width: 30px;
    margin: 0 20px;
}

.stationDesc .slider.slider-horizontal {
    width: 90%;
    margin: 0 20px;
}

.ui-dialog {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.ui-dialog.ui-widget-content {
    background: #3B535F !important;
}

.ui-dialog .ui-dialog-title {
    color: #fff;
    display: block;
    width: calc(100% - 70px);
}
    
.ui-dialog .ui-dialog-title .dialog-title-left {
    display: block;
    float: left;
    width: 48%;
    text-align: left;
    line-height: 0px;
}

.ui-dialog .ui-dialog-title .dialog-title-left i {
    width: 22px;
    height: 22px;
    vertical-align: middle;
}


.ui-dialog .ui-dialog-title .dialog-title-right {
    display: block;
    float: left;
    text-align: right;
    width: 48%;
}
    
.ui-dialog .ui-dialog-titlebar-close {
    line-height: 0 !important;
    font-size: 14px;
    font-weight: 600;
    border: none;
}
                    
.ui-dialog .ui-dialog-titlebar-close:before {
    content: 'X';
    border: none;
}
                    
.ui-dialog .ui-dialog-titlebar {
    padding: 2px 6px;
    font-size: 14px;
    font-weight: 600;
    color: #494949;
}
                                        
.ui-dialog .ui-dialog-title-menu {
    position: absolute;
    right: 24px;
    top: 4px;
    background: #3B535F !important;
    padding: 0 6px;
}
                                                                
.ui-dialog .ui-dialog-title-menu a {
    padding: 0 2px;
    color: #fff;
}
.ui-dialog .ui-dialog-titlebar-close {
    color: #fff;
    background: #3B535F !important;
}

.modal {
    width: 100% !important;
}

.modal-dialog .modal-content {
    border: 0px;
    border-radius: 0 !important;
    background: none;
}

.modal-dialog .modalContent {
    position: relative;
    top: 0px;
    left: 0px;
    height: 600px;
    overflow-y: auto;
}

.modal-dialog .modal-textarea {
    position: relative;
    top: 0px;
    left: 0px;
    height: 600px;
    width: 100%;
    resize: none;
}

.modal-dialog .modal-content .modal-header {
    background: #3B535F !important;
    padding: 4px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #FFF !important;
    height: 32px;
    border-radius: 0 !important;
}
.modal-dialog .modal-content .modal-header h5 {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #FFF !important;
    padding-left: 8px;
}

.modal-dialog .modal-content .modal-header .close {
    color: #FFF;
    padding: 12px 20px 0px 0px;
    text-shadow: none;
    font-weight: 600;
    opacity: 1;
}

.modal-dialog .modal-content .modal-body,
.modal-dialog .modal-content .modal-footer {
    background: #fff;
    border-radius: 0 !important;
}

.bgFirst {
    background: url(/images/bg.png) no-repeat top left fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.form-group input[type="checkbox"] {
    vertical-align: middle;
    margin-left: 10px;
}

/*
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(50, 50, 50, 0.3);
}
::-webkit-scrollbar-track {
    background-color: rgba(50, 50, 50, 0.2);
}
*/

::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    border-radius: 10px;
    background-color: #FEFEFE;
}
	    
::-webkit-scrollbar
{
    width: 12px;
    background-color: #FEFEFE;
}
		    
::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.2);
    background-color: #FCFCFC;
}
				

input[type="time"]::-webkit-clear-button {
    display: none;
}
input[type="time"]::-ms-clear {
    display: none;
}

a, button {
    outline: 0 !important;
}

.smallText {
    font-size: 12px;

}

.divider {
    width: 100%;
    height: 1px;
    margin: 4px 0;
    border-bottom: 1px solid #e0e0e0;
}

.menuTop {
    background: rgb(254,254,254);
    background: linear-gradient(180deg, rgba(254,254,254,1) 0%, rgba(245,245,245,1) 48%, rgba(227,227,227,1) 100%);
    height: 80px;
    width: 100%;
}
                
.menuTop .stationLogo {
    float: left;
    width: 42px;
    height: 24px;
    margin: 25px 10px;
    cursor: pointer;
}
                                    
.menuTop .menuWays {
    float: left;
    height: 24px;
    margin: 25px 10px;
}
                                                
.menuTop .menuWays .menuWaysTitle.active,
.menuTop .menuWays .menuWaysSubTitle {
    color: #137BBE !important;
    font-weight: 600;
    cursor: pointer;
}

.menuTop .menuWays .menuWaysTitle,
.menuTop .menuWays .menuWaysTitle a {
    color: #9E9E9E !important;
    font-weight: 600;
    cursor: pointer;
}
                                                                        
.menuTop .menuSettings {
    position: absolute;
    right: 20px;
    top: 25px;
}

.menuTop #menuSettingsItem {
    position: absolute;
    width: 250px;
    top: 30px;
    left: -200px !important;
    z-index: 10;
}
                
.menuTop #menuSettingsItem .dropdown-item:hover {
    width: 248px;
}
                                                                
.menuTop .menuSettings i {
    font-size: 20px;
    color: #137BBE;
    margin: 6px;
}

.menuTop .menuSettings span {
    font-weight: 500;
    color: #909090;
}
                                                                                                                        
.menuTop .menuSettings .dropdown-item:active {
    background: #e0e0e0;
}

.menuTop .menuUsername {
    float: right;
    margin-top: 27px;
    margin-right: 100px;
    width: 100px;
    color: #137BBE;
    white-space: nowrap;
}
                
.menuTop .menuLogs {
    float: right;
    margin-top: 27px;
    margin-right: 50px;
    width: 20px;
}


.menuTop .menuLogs a {
    font-weight: 500;
    color: #909090;
}


.menuTop .stationSearchArea {
    float: right;
    width: 250px;
    margin-top: 25px;
    margin-right: 90px;
}

.container {
    position: absolute;
    top: 100px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    padding: 0px !important;
    margin: 0px !important;
}

.container #waysTree {
    position: relative;
    width: 100%;
    padding-right: 10%;
    padding-left: 10%;
    margin-right: auto;
    margin-left: auto;
}


.container .stationsTreeLeft {
    position: absolute;
    top: 0px;
    bottom: 30px;
    left: 0px;
    width: 200px;
    padding: 2px;
}

.container .stationsTreeLeft .stationsTreeLeftHeader {
    position: absolute;
    top: 0;
    width: 100%;
    height: 30px;
    background: #5697CD;
    border-top-right-radius: 6px;
    text-align: center;
    padding: 3px;
    color: #fff;
}


.container .stationsTreeLeft .stationsTreeLeftArea {
    position: absolute;
    top: 31px;
    bottom: 0;
    width: 100%;
    overflow-y: auto;
    background: #E6E6E6;
}

.container #stationsTree {
    position: absolute;
    top: 0;
    bottom: 30px;
    left: 201px;
    right: 201px;
    padding: 10px;
    overflow-y: auto;
}

.container .stationsTreeRight {
    position: absolute;
    top: 0px;
    bottom: 30px;
    right: 0px;
    width: 200px;
    padding: 2px;

}

.container .stationsTreeRight .stationsTreeRightHeader {
    position: absolute;
    top: 0;
    width: 100%;
    height: 30px;
    background: #5697CD;
    border-top-left-radius: 6px;
    text-align: center;
    padding: 3px;
    color: #fff;
}

.container .stationsTreeRight .stationsTreeRightArea {
    position: absolute;
    top: 31px;
    bottom: 0px;
    width: 100%;
    overflow-y: auto;
    background: #E6E6E6;
}

.container .stationsTreeLeft .stationsTreeLeftArea .stationsTreeLeftContent,
.container .stationsTreeRight .stationsTreeRightArea .stationsTreeRightContent {
    position: relative;
    width: 100%;
}

.container #stationsMonitoring {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 28px;
    background: #fff;
}

.container #stationsMonitoring .headerMonitoring {
    position: relative;
    left: 0;
    right: 0;
    background: #5697CD;
    padding: 2px 6px;
    color: #fff;
    cursor: pointer;
}

.container #stationsMonitoring .bodyMonitoring {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    overflow-y: auto;
    background: #fff;
}

.container #stationsMonitoring .listMonitoring {
    position: relative;
    font-size: 12px;
}

.container #stationsMonitoring .listMonitoring .itemMonitoring {
    width: 100%;
    clear: both;
    display: block;
    padding-left: 6px;
    border-bottom: 1px solid #e0e0e0;
}

.container #stationsMonitoring .listMonitoring .datetimeMonitoring {
    width: 130px;
    display: block;
    float: left;
}

.container #stationsMonitoring .listMonitoring .stationMonitoring {
    width: 200px;
    display: block;
    float: left;
}

.container #stationsMonitoring .listMonitoring .nameMonitoring {
    width: 300px;
    display: block;
    float: left;
}

.container #stationsMonitoring .listMonitoring .userMonitoring {
    width: 80px;
    display: block;
    float: left;
    display: none;
}

.container #stationsMonitoring .listMonitoring .valueMonitoring {
    width: 200px;
    display: block;
    float: left;
}

.container .card.card-red {
    background: #FBCCCC;
    border: 2px solid #dc3545 !important;
    margin: 4px;
    border-radius: 0.25rem;    
}

.container .card.card-grey {
    background: #CCCCCC;
    border: 2px solid #AAA9A9 !important;
    margin: 4px;
    border-radius: 0.25rem;    
}

.container .card.card-blue {
    background: #91CCF4;
    border: 2px solid #6AA9E7 !important;
    margin: 4px;
    border-radius: 0.25rem;    
}

.container .card .card-header,
.container .card .card-body,
.container .card .card-header,
.container .card .card-body {
    padding: 2px;
}

.container .card .card-header .datetime {
    font-size: 10px;
}

.container .card.card-red .card-header {
    background: #FBCCCC;
    min-height: 25px;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.container .card.card-grey .card-header {
    background: #CCCCCC;
    min-height: 25px;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.container .card.card-blue .card-header {
    background: #91CCF4;
    min-height: 25px;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
    
.container .card .card-body {
    background: #fff;
    padding: 4px;
    border-radius: 0.25rem;    
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    min-height: 40px;
    font-weight: 300;
    font-size: 14px;
}

    
.container #waysTree .wayItem,
.container #stationsTree .wayItem {
    position: relative;
    cursor: pointer;
    float: left;
    margin: 10px;
}
                    
.container #waysTree .wayItem .stationCount,
.container #stationsTree .wayItem .stationCount {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 12px;
    color: #fff;
    padding: 3px;
}
                                            
.container #waysTree .wayItem .stationCount .fail,
.container #accordionStations .fail {
    color: #EE3A41;
}
                                                
.container #waysTree .wayItem .accessDenied {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #fff;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    filter: blur(1.5em);
    cursor: default;
}
                                                                                                
.container #waysTree .wayItem .wayItemName {
    display: block;
    text-align: center;
    margin: 10px auto;
}
                                                                                                            
.container #waysTree .wayItem .wayImg {
    position: relative;
    width: 100%;
    max-height: auto;
}
                                                                                                                        
.container #waysTree .wayItem .wayImg img {
    margin: 0 auto;
    width: 100%;
    max-height: 100px;
}
                                                                                                                                    
.container #waysTree .dpoArm {
    width: 100%;
    text-align: right;
    margin-right: 40px;
}

.container #stationsTree .charsFilterArea {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding: 0 10px;
    border-bottom: solid 1px #E6E6E6;

}

.container #stationsTree .charsFilterArea a {
    color: #494949;
}

.container #stationsTree .charsFilterArea .charsFilterComma {
    color: #E6E6E6;
}
                                                                                                                                                
.container #stationsTree .stationsList li {
    position: relative;
    display: table-cell;
    float: left;
    width: 200px;
    color: #494949;
    background: #F2F2F2;
    border-radius: 6px;
    height: 100px;
    padding-top: 30px;
    margin: 10px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}
                                                                                                                                                                                                
.container #stationsTree .stationsList li:hover {
    background: #CCE3F1;
}
                                                                                                                                                                                                        
.container #stationsTree .stationsList li span {
    color: #595959;
}
                                                                                                                                                                                                            
.container #stationsTree .stationsList li .stationDesc {
    display: block;
    font-size: 12px;
    font-weight: 400;
}

.container #stationsTree .stationsList li .stationCameras {
    position: absolute;
    top: 6px;
    right: 6px;
    font-size: 12px;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}
                                
.container #stationsTree .stationsList li .camerasFail {
    color: #EE3A41;
}
                                    
.container #stationsTree .camerasList {
    width: 100%;
    float: left;
}
                                            
.container #stationsTree .camerasList .camerasTop {
    width: 100%;
    font-weight: 300;
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 20px;
    padding: 0 10px;
    padding-bottom: 6px;
    font-style: italic;
}


.container .accordionName h2 {
    position: absolute;
    color: #fff;
    padding: 4px;
    bottom: 10px;
    right: 10px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

#accordionStations {
    margin-bottom: 60px;
}

#accordionStations .stationInfo table {
    width: 80%;
    border: 1px solid #111;
}

#accordionStations .stationInfo table tr {
    background: #696969;
    color: #fff;
}

#accordionStations .stationInfo table tr th {
    padding: 4px;
}

#accordionStations .stationInfo table td {
    background: #fff;
    color: #111;
    padding: 4px;
    border: 1px solid #111;
}

.widget {
    display: none;
}

.widgetCamera .cameraListItem {
    position: relative;
    padding-bottom: 4px;
}

.widgetCamera .cameraListItem:hover {
    background: #CDCDCD;
}


.widgetCamera .openCamera {
    display: block;
    vertical-align: middle;
}

.widgetCamera .wd-list-col1, .widgetCamera .wd-list-col2 {
    display: block;
    padding: 6px;
    height: 32px;
    vertical-align: middle;
}

.widgetCamera .wd-list-col2 {
    max-width: 190px;
    word-wrap: normal;
    white-space: nowrap;
}

.widgetInfo .listWav {
    text-align: center;
    padding: 10px;
}


.widgetInfo .infoIntercom {
    text-align: center;
    padding: 10px;
    padding-right: 20px;
    

}

.widgetInfo .infoIntercom object {
    vertical-align: middle;
}

.widgetCompressor1_lite,
.widgetCompressor2_lite {
    position: absolute;
    z-index: 10;
    font-size: 10px;
    padding: 8px;
    background-color: #e0e0e0;
    border-radius: 15px;
}

.widgetCompressor1_lite {
    top: 65px;
    left: 350px;
}

.widgetCompressor2_lite {
    top: 270px;
    left: 350px;
}


.list-group {
    margin: 4px;
}

.list-group .title {
    margin: 0;
    background: #3B535F;
}

.dashboardLeft .dashboardLeftWidgets ul {
    list-style: none;
}

.dashboardLeft .dashboardLeftWidgetsDisabled {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f5f5f5;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.dashboardLeftWidgetsContent .list-group {
    position: relative;
}

.dashboardLeftWidgetsContent .list-group .title {
    cursor: pointer;
}

.dashboardLeftWidgetsContent .list-group-item.body .wd-rows > div {
    visibility: hidden;
    display: none;
}

.list-group .body, .list-group .button {
    padding: 8px;
}


.list-group .button .btn {
    width: 200px;
}

.list-group .button .toggle.btn {
   width: 100px;
    height: 36px;
}

.list-group .button .toggle .btn {
    width: unset;
}

.dashboardLeftWidgets input[type=checkbox] {
    display: inline;
    

}

.dashboardLeftWidgets input[type=checkbox].form-control-sm {
    height: 20px;
    width: 20px;
}

.dashboardLeftWidgets .widgetWorktime #workStart,
.dashboardLeftWidgets .widgetWorktime #workEnd {
    display: inline;
    width: 100px;

}

.serverOhrWindow {
    position: absolute;
    top: 200px;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
    width: 340px;
}



.modal.serverOhrWindow .modal-body .btn {
    color: #111;
}

.widgetPhone .phoneItem {
    width: 100%;
    cursor: pointer;
}

.widgetPhone .phoneItem:hover {
    background: #CDCDCD;
}

.widgetPhone .phoneItemDisable {
    width: 100%;
    color: #FF0000;
    cursor: text;
}
.widgetPhone .phoneItemDisable:hover {
    background: #CDCDCD;
}

.widgetPhone .callActive,
.widgetCamera .cameraActive {
    background: #d0d0d0;
}

.widgetPhone .phoneName {
    float: left;
    width: 160px !important;
    padding: 4px 0;
    padding-left: 4px;

}

.widgetPhone .phoneNumber {
    float: left;
    width: 90px !important;
    padding: 4px 0;
    padding-right: 4px;
}

.list-group li i {
    position: relative;
    padding: 0;
    margin: 0 2px;
    margin-top: 3px;
    width: 25px !important;
    height: 25px !important;
    vertical-align: top;
}


.list-group .title span {
    position: relative;
    display: inline-block;
    height: 30px;
    padding: 2px;
    color: #FFF;
}

.list-group-item {
    padding: 0px;
    margin: 0px;
    border-top: 0;
}

.list-group-item.button {
    text-align: center;
}

.list-group-item:first-child {
    border-top-left-radius: 0; 
    border-top-right-radius: 0;    
}

.navArea {
    background: #004188;
    min-width: 1224px;
}

.navArea .nav {
    position: relative !important;
    float: left;
    height: 100px;
}

.navArea .nav-top li .nav-link {
    color: #fff;
    height: 100px;
    padding-top: 35px;
}

.navArea .nav-top li .dropdown-menu .dropdown-item {
    color: #666;
    padding: 10px;
}

.navArea .nav-top li a.active {
    background: #0097EF !important;
}

.nav-pills .show > .nav-link {
    background: none;
}


.navArea .nav-pills .nav-link {
    border-radius: 0;
}


.navArea .navLogo {
    position: relative;
    float: left;
    width: 200px;
    height: 100px;
}

.navArea .navLogo {
    background: url('/images/ScadaLogo.png') center no-repeat;
}

.navArea .navTime {
    position: relative;
    float: left;
    width: 200px;
    height: 100px;
}

.navArea .navUser {
    position: relative;
    float: left;
    width: 200px;
    height: 100px;
}

.container .usersArea,
.container .devicesArea {
    width: 100%;
    padding: 10px;
}
        
.container .usersArea .usersTable,
.container .devicesArea .devicesTable,
.toArea .toTable {
    width: 100%;
}

.toArea .toTable tr th {
    background: #e0e0e0;
}

            
.container .usersArea .usersTable .userNotActive {
    color: #e0e0e0;
}
                
.container .usersArea .usersTable tr td,
.container .devicesArea .devicesTable tr td {
    vertical-align: top;
    padding: 10px;
}

.container .usersArea .usersTable tr td .userPosition {
    font-weight: 500;
    font-size: 12px;
}

.modal {
    min-width: 860px;
}

.modal .modal-body .modal-danger {
    background: #FF0000;
}

/*
.modal .modal-dialog {
    max-width: 80%;
    min-width: 800px;
}
*/
                    
.modal .userFormArea label, .modal .cameraFormArea label {
    width: 250px;
}
                        
.modal .userFormArea textarea, .modal .cameraFormArea textarea {
    resize: none;
    width: 100%;
    height: 120px;
}


.modal .permissionFormArea .permissionArea .permissionAll {
    position: absolute;
    right: 10px;
    top: -30px;

}


.modal .permissionFormArea .permissionArea {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    height: 100%;
}

.modal .permissionFormArea .permissionArea .permissionItem {
    position: relative;
    float: left;
    padding: 4px;
    margin: 2px;
    min-width: 80px;
}

.modal .permissionFormArea .permissionSave {
    position: relative;
    width: 100%;
}

.modal .permissionFormArea .permissionItem label,
.modal .permissionFormArea .permissionItem input
{
    height: 16px;
}


.modal .userMsg,
.modal .opcMsg,
.modal .stationMsg,
.modal .noteMsg,
.modal .deviceMsg,
.settingsMsg {
    height: 40px;
    padding: 10px 0;
    color: red;
}
            
.usersArea .usersSearch,
.devicesArea .devicesSearch {
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
}
                    
.usersArea .usersSearch  .filterUsers,
.usersArea .devicesSearch  .filterDevices {
    float: left;
    margin: 10px;
}
                            
.usersArea .usersSearch .filterUsers .filterTitle,
.usersArea .devicesSearch .filterDevices .filterTitle {
    float: left;
    margin: 12px 4px;
}
                                    
.usersArea .usersSearch  .filterUsers .filterSelect,
.devicesArea .devicesSearch  .filterDevices .filterSelect {
    float: left;
    width: 200px;
}
                                            
.usersArea .searchUsers,
.devicesArea .searchDevices {
    float: right;
    margin: 20px 0px;
    width: 200px;
}


.container .migrationsArea {
    margin: 20px 0;
    width: 100%;
    padding: 20px;
}

.container .migrationsArea .migrationsTable {
    width: 100%;
}

.container .migrationsArea .migrationsTable tr th {
    border-bottom: 1px solid #e0e0e0;
}

.container .migrationsArea .migrationsTable tr td {
    padding: 10px
}

.container .migrationsDescr {
    border-top: 1px solid #a0a0a0;
    margin-top: 40px;
    width: 100%;
    font-size: 12px;
}


.container .asuuvSelect {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 200px;
}

.container .asuuvSelect a {
    color: #494949 !important;
}

.container .asuuvSelect a:hover {
    color: #969696 !important;
}
                                                        
.container .loginArea {
    margin: 5% auto;
    width: 400px;
    padding: 20px 50px;
}

.container .loginTitle {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    font-weight: 600;
    font-size: 22px;
}


.container .loginMsg {
    height: 40px;
    padding: 10px 0;
    color: red;
}

.container .loginArea label {
    font-weight: 600;
    clear: both;
}

.container .loginArea input, .container .loginArea button {
    font-weight: 600;
    clear: both;
}

.container .loginArea .btn {
    font-weight: 600;
    width: 100%;
    clear: both;
}

.container .loginArea p {

    clear: both;
    margin: 20px auto;
    text-align: center;
}

.container .dashboard {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 1200px;
}

.container .dashboard .dashboardLeft {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 300px;
    border-right: 2px solid #f0f0f0;
}

.container .dashboard .dashboardLeft .dashboardLeftStations {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 300px;
    height: 64px;
    overflow: hidden;
    padding: 6px;
    
}

.container .dashboard .dashboardLeft .dashboardLeftWidgets {
    position: absolute;
    top: 65px;
    bottom: 0px;
    padding: 0px;
    padding-bottom: 0px;
    width: 300px;
    overflow: hidden;
    overflow-y: auto;    
}

.container .dashboard .dashboardLeft .dashboardLeftWidgets .dashboardLeftWidgetsContent {
    position: relative;
    width: 100%;
    height: 100%;
}

.container .dashboard .dashboardLeft .dashboardLeftWidgets .dashboardLeftWidgetsContent .list-group .list-group-item {
    display: none;
}

.container .dashboard .dashboardLeft .dashboardLeftWidgets .dashboardLeftWidgetsContent .list-group .list-group-item:first-child {
    display: block;
}

.container .dashboard .dashboardLeft .dashboardLeftWidgets .dashboardLeftWidgetsContent .list-group .list-group-item a {
    color: #111;
}


.container .dashboard .dashboardPage {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 301px;
    width: calc(100% - 500px);
    height: 100%;
    min-height: 100%;
    padding: 0px;
}

.container .dashboard .dashboardPage .dashboardPageHeader {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100px;
}

.container .dashboard .dashboardPage .dashboardPageBody {
    position: absolute;
    top: 111px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow-y: auto;
}

.container .dashboard .dashboardPage .dashboardPageBodyContent {
    position: relative;
    width: 100%;
    height: 100%;
}

.container .dashboard .dashboardPage .dashboardPageHeader .headerLeft {
    position: absolute;
    width: 200px;
    left: 0;
    top: 0;
}

.container .dashboard .dashboardPage .headerCenter {
    position: absolute;
    width: calc(100% - 400px);
    left: 201px;
    top: 0;
    margin-top: 10px;
}
.container .dashboard .dashboardPage .headerCenterTitle {
    text-align: center;
    font-size: 20px;
    
}

.container .dashboard .dashboardPage .headerRight {
    position: absolute;
    width: 200px;
    top: 0;
    right: 0;
}

.container .dashboard .dashboardPage .planImage {
    position: relative;
}

.container .dashboard .dashboardPage .planImage .iconPlan {
    position: absolute;
    cursor: pointer;
}

.container .dashboard .dashboardPage .planImage .iconPlanDisable {
    position: absolute;
}

.container .dashboard .dashboardPage .planImage .iconPlanDisable {
    position: absolute;
    cursor: text;
}

.container .dashboard .dashboardPage .tempRowInside {
    position: relative;
    width: 100%;
}

.container .dashboard .dashboardPage .tempRowInside.warning {
    color: #FF0000;
}

.container .dashboard .dashboardPage .tempRowOutside {
    position: relative;
    width: 100%;
}

.container .dashboard .dashboardRight {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: calc(100% - 200px);
    width: 200px;
}

.container .dashboard .dashboardRight .dashboardRightTitle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 31px;
    background: #3B535F;
    border-top-left-radius: 6px; 
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 3px;
}

.container .dashboard .dashboardRight .dashboardRightSelect {
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    height: 35px;
    background: #E6E6E6;
    padding: 2px;
}

.container .dashboard .dashboardRightArea {
    position: absolute;
    top: 67px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #E6E6E6;
    overflow-y: auto;
}

.container .dashboard .dashboardRight .dashboardRightContent {
    position: relative;
    width: 100%;
    padding: 4px;
}

.planList {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translateX(-50%);
    padding-bottom: 100px;
}

.planButtons .pagination a {
    color: #111;
}

.planButtons .pagination .active {
    background: #3B535F;
    color: #fff;
}

.planStageDefault {
    display: none;
    margin: 20px;
}
.planStageDefault span {
    margin: 5px;
    color: #a0a0a0;
    font-size: 18px;
    weight: 600;
}

.planStageDefault input {
    float: left;
    width: 30px;
}

.planEditor {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 20px;
}

.planEditor .planStage {
    position: absolute;
    width: calc(100% - 200px);
    left: 0px;
    top: 0px;
    bottom: 0px;

}

.planEditor .planIcons {
    position: absolute;
    width: 200px;
    left: calc(100% - 200px);
    top: 0px;
    bottom: 0px;
    border-left: 1px solid #eeeeee;
    margin: 20px;
}

.planEditor .planIcons .planIconsList {
    list-style-type: none;
    margin: 0 10px; 
    padding: 0 5px;
}

.planEditor .planIcons .planIconsList li {
    cursor: pointer;
    display: inline; 
}

.planEditor li a.iconPlan img {
    width: 50px;
    margin: 6px;
}

.planEditor div.iconPlan {
    position: absolute;
    top: 20px;
    left: 20px;
    cursor: pointer;

}

.plansArea {
    position: relative;
    width: 100%;
    margin: 10px auto;
}

.plansArea #gallery {
    position: relative;
}

.plansArea #gallery form, .plansArea #plans form {
    padding: 20px;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
}

.plansArea #gallery form span, .plansArea #plans form span {
    width: 150px;
    float: left;
}

.plansArea #gallery form select, .plansArea #plans form select {
    width: 300px;
    float: left;
}

.plansArea #upload form {
    min-height: 300px;
    border: 0;
}

.plansArea #upload #uploadDropzone {
    border: 2px dashed #dfdfdf;
    margin: 0 auto;
    margin-top:  10px;
}


.plansArea #upload #uploadDropzone i {
    display: block;
    color: #dfdfdf;
    font-size: 90px;
}

.plansArea #upload #uploadDropzone span {
    display: block;
    color: #dfdfdf;
    font-size: 20px;
    padding: 10px;
}

.plansArea #upload #uploadDropzone .dz-image {
    background: #dfdfdf;
}


.plansArea #imgList {
    border-top: 1px solid #F6F6F6;
    border-bottom: 1px solid #F6F6F6;
    width: 100%;
    padding: 20px;
    min-width: 300px;
    margin: 40px auto;
}

.plansArea #imgList tr:nth-child(even) {
    background-color: #F6F6F6;
}

.plansArea #imgList tr:hover {
    background-color: #F0F0F0;
}

.plansArea #imgList tr td {
    padding: 6px;
}

.plansArea #imgList tr td.imageItem {
    width: 60%;
}

.plansArea #imgList tr td .imgName {
    position: relative;
    display: block;
    clear: both;
    font-weight: 600;
}

.plansArea #imgList tr td .imgDesc {
    position: relative;
    display: block;
    clear: both;
    font-weight: 400;
}

.plansArea #imgList tr td .imgWay {
    position: relative;
    display: block;
    clear: both;
    font-weight: 400;
}

.modal-body .imgArea, .modal-body .mediaArea {
    width: 100%;
}


.mediaArea {
    position: relative;
    width: 100%;
    margin: 10px auto;
}

.mediaArea a.disabledMedia {
    color: #999;
}

.modal-body .mediaArea img, .modal-body .mediaArea video {
    width: 100%;
    height: auto;

}

.mediaArea #upload form {
    min-height: 300px;
    border: 0;
}

.mediaArea #upload #uploadDropzone {
    border: 2px dashed #dfdfdf;
    margin: 0 auto;
    margin-top:  10px;
}


.mediaArea #upload #uploadDropzone i {
    display: block;
    color: #dfdfdf;
    font-size: 90px;
}

.mediaArea #upload #uploadDropzone span {
    display: block;
    color: #dfdfdf;
    font-size: 20px;
    padding: 10px;
}

.mediaArea #upload #uploadDropzone .dz-image {
    background: #dfdfdf;
}

.mediaArea #mediaList {
    border-top: 1px solid #F6F6F6;
    border-bottom: 1px solid #F6F6F6;
    width: 98%;
    padding: 20px;
    min-width: 300px;
    margin: 40px auto;
}

.mediaArea #mediaist tr:nth-child(even) {
    background-color: #F6F6F6;
}

.mediaArea #mediaList tr:hover {
    background-color: #F0F0F0;
}

.mediaArea #mediaList tr th {
    padding: 6px;
    font-size: 12px;
}


.mediaArea #mediaList tr td {
    padding: 6px;
    font-weight: normal;
    font-size: 12px;
}

.mediaArea #mediaList tr td.mediaItem {
    min-width: 40%;
}

.mediaArea #mediaList tr td div.itemAlert {
    position: relative;
    margin-right: 4px;
    float: left;
}


.mediaArea #mediaList tr td .mediaName {
    position: relative;
    font-weight: 600;
}

.mediaArea #mediaList tr td .mediaDesc {
    position: relative;
    display: block;
    clear: both;
    font-weight: 400;
}

.mediaArea #mediaList tr td .mediaWhereView {
    position: relative;
    display: block;
    clear: both;
    font-weight: 400;
}

.settingsArea {
    width: 100%;
    padding: 20px;
}


.container .accordionName {
    position: relative;
    margin: 10px;
    width: 250px;
}


.container .wd-rows {
    width: 100%;
}

.container .wd-rows .wd-list-col1 {
    display: inline-block;
    width: 35px;
    margin-right: 10px;
    vertical-align: top;
}

.container .wd-rows .wd-list-col2 {
    display: inline-block;
    width: calc(100% - 65px);
    vertical-align: top;
}

.videoWindow {
    background: #000 !important;
    overflow: hidden !important;
    padding: 0px !important;
    margin: 0px !important;
}

.videoPlayerArea {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.videoPlayer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);    
    width: 100%;
    height: auto;
}


.scheduleTabloSimple {
    display: table;
    width: 100%;
//    min-width: 750px;
    background: #111;
    color: #fff;
    margin: 0 auto;
}
                
.scheduleTabloSimple .scheduleTabloTitle {
    width: 100%;
    background: #384A58;
    color: #fff;
}
                        
.scheduleTabloSimple .scheduleTabloTitle div {
    position: relative;
    float: left;
}

.scheduleTabloSimple .scheduleTabloTitle div:nth-child(1) {
    width: 60px;
    height: 100px;
}
                                            
.scheduleTabloSimple .scheduleTabloTitle div:nth-child(1) div {
    background: #fff;
    width: 40px;
    height: 40px;
    margin: 8px;
    padding: 0 14px;
    line-height: 36px;
    border-radius: 20px;
    font-size: 38px;
    font-style: italic;
    font-weight: 600;
    color: #384A58;
    font-family: 'Times New Roman', Times, serif;
}
                                                                                        
.scheduleTabloSimple .scheduleTabloTitle div:nth-child(2) {
    width: calc(100% - 320px);
}
                                                                                            
.scheduleTabloSimple .scheduleTabloTitle div:nth-child(3) {
    width: 130px;
    margin: 20px 0;
}
                                                                                                        
.scheduleTabloSimple .scheduleTabloTitle div:nth-child(4) {
    width: 125px;
    margin: 30px 0;
    font-size: 14px;
}
                                                                                                                
.scheduleTabloSimple .scheduleTabloTitle .titleHeadRow1 {
    display: block;    
    text-align: center;
    font-size: 22px;
}
                                                                                                                            
.scheduleTabloSimple .scheduleTabloTitle .titleHeadRow2 {
    display: block;    
    text-align: center;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
}
                                                                                                                              
.scheduleTabloSimple .scheduleTabloHeader {
    background: #CE1F2E;
}
                                                                                                                                                    
.scheduleTabloSimple .scheduleTabloHeader td {
    padding: 4px;
}
                                                                                                                                                            
.scheduleTabloSimple .scheduleTabloHeader .headerRow1,
.scheduleTabloSimple .scheduleTabloTitle .titleRow1 {
    display: block;    
    text-align: center;
    font-size: 14px;
}
                                                                                                                                                            
.scheduleTabloSimple .scheduleTabloHeader .headerRow2,
.scheduleTabloSimple .scheduleTabloTitle .titleRow2 {
    display: block;    
    text-align: center;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
}
                                                                                                                                                                                            
.scheduleTabloSimple .scheduleTabloTitle .titleRow1,
.scheduleTabloSimple .scheduleTabloTitle .titleRow2 {
    text-align: left;
}
                                                                                                                                                                                                
.scheduleTabloSimple .scheduleTabloHeader td:nth-child(2) span {
    text-align: left !important;
    margin-left: 10px;
}
                                                                                                                                                                                                        
.scheduleTabloSimple .scheduleTabloItem td {
    border-top: 1px solid #fff;
    padding: 4px;    
    text-align: center;
}
                                                                                                                                                                                                                    
.scheduleTabloSimple .scheduleTabloItem td:nth-child(2),
.scheduleTabloSimple .scheduleTabloTitle .titleHeadRow1,
.scheduleTabloSimple .scheduleTabloTitle .titleHeadRow2 {
    text-align: left;
}

.scheduleTabloSimple .scheduleRow td input,
.scheduleTabloSimple .scheduleNewLine td input {
    display: inline-block;
}

.scheduleTabloSimple .scheduleRow td input.Num,
.scheduleTabloSimple .scheduleNewLine td input.Num {
    width: 100px;
}

.scheduleTabloSimple .scheduleRow td input.StartStation,
.scheduleTabloSimple .scheduleRow td input.EndStation,
.scheduleTabloSimple .scheduleNewLine td input.StartStation,
.scheduleTabloSimple .scheduleNewLine td input.EndStation {
    width: 270px;
}

.scheduleTabloSimple .scheduleRow td input.InDateTime,
.scheduleTabloSimple .scheduleRow td input.OutDateTime,
.scheduleTabloSimple .scheduleNewLine td input.InDateTime,
.scheduleTabloSimple .scheduleNewLine td input.OutDateTime {
    width: 100px;
}

.scheduleTabloSimple .Save td {
    text-align: right;
}

/*   For TV ---------------------------- */


.scheduleTablo {
    width: 100%;
    min-width: 750px;
    background: #000;
    color: #fff;
}

.scheduleTablo .scheduleTabloTitle {
    width: 100%;
    background: #384A58;
    color: #fff;
}

.scheduleTablo .scheduleTabloTitle div {
    position: relative;
    float: left;
}

.scheduleTablo .scheduleTabloTitle div:nth-child(1) {
    margin-top: 4px;
    width: 90px;
    height: 100px;
}

.scheduleTablo .scheduleTabloTitle div:nth-child(1) img {
    width: 80px;
    height: 80px;
}


.scheduleTablo .scheduleTabloTitle div:nth-child(2) {
    width: calc(100% - 630px);
}

.scheduleTablo .scheduleTabloTitle div:nth-child(3) {
    width: 270px;
    margin: 20px 0;
}

.scheduleTablo .scheduleTabloTitle div:nth-child(4) {
    width: 260px;
    margin: 30px 0;
    font-size: 26px;
}

.scheduleTablo .scheduleTabloTitle .titleHeadRow1 {
    display: block;    
    text-align: center;
    font-size: 34px;
}

.scheduleTablo .scheduleTabloTitle .titleHeadRow2 {
    display: block;    
    text-align: center;
    font-size: 32px;
    font-style: italic;
    font-weight: 500;
}

.scheduleTablo .scheduleTabloHeader {
    background: #CE1F2E;
}

.scheduleTablo .scheduleTabloHeader td {
    padding: 4px;
}

.scheduleTablo .scheduleTabloHeader td:nth-child(1) {
    width: 280px;

}

.scheduleTablo .scheduleTabloHeader .headerRow1,
.scheduleTablo .scheduleTabloTitle .titleRow1 {
    display: block;    
    text-align: center;
    font-size: 28px;
}

.scheduleTablo .scheduleTabloHeader .headerRow2,
.scheduleTablo .scheduleTabloTitle .titleRow2 {
    display: block;    
    text-align: center;
    font-size: 28px;
    font-style: italic;
    font-weight: 500;
}

.scheduleTablo .scheduleTabloTitle .titleRow1,
.scheduleTablo .scheduleTabloTitle .titleRow2 {
    text-align: left;
}

.scheduleTablo .scheduleTabloHeader td:nth-child(2) span {
    text-align: left !important;
    margin-left: 10px;
}

.scheduleTablo tr.scheduleTabloItem {
    height: 62px;
}

.scheduleTablo .scheduleTabloItem td {
    border-top: 1px solid #fff;
    padding: 0px;    
    text-align: center;
    font-size: 38px;
}

.scheduleTablo .scheduleTabloItem td:nth-child(2),
.scheduleTablo .scheduleTabloTitle .titleHeadRow1,
.scheduleTablo .scheduleTabloTitle .titleHeadRow2 {
    text-align: left;
}

.scheduleTabloRun {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 60px;
    color: #ce1f2e;
    font-size: 40px;
}

.scheduleViewInfo {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.scheduleViewInfoArea {
    position: relative;
    height: 100%;
    min-height: 100%;
    width: 100%;
    min-width: 100%;
    background: #000;
}

.scheduleViewInfoArea img, 
.scheduleViewInfoArea video {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translateX(-50%);
    width: auto;
    height: 100%;
}

@keyframes scroll {
    0% {
       transform: translate(0, 0);
    }
    50% {
       transform: translate(0, 0);
    }
    100% {
       transform: translate(-100%, 0);
    }
}
                                                
.scheduleTablo .scheduleTabloItem .StartEndStation {
    position: relative;
}

.scheduleTablo .scheduleTabloItem .StartEndStation .marquee {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    max-width: 480px;
}
                                                         
.scheduleTablo .scheduleTabloItem .StartEndStation .marquee span {
    display: inline-block;
    animation: scroll 10s linear infinite;
}

.scheduleTablo .scheduleTabloItem .StartEndStation .marqueeGradient {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 69%, rgba(0,0,0,0.08) 70%, rgba(0,0,0,1) 81%);
    background: -webkit-gradient(left top, right top, color-stop(69%, rgba(0,0,0,0)), color-stop(70%, rgba(0,0,0,0.08)), color-stop(81%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 69%, rgba(0,0,0,0.08) 70%, rgba(0,0,0,1) 81%);
    background: -o-linear-gradient(left, rgba(0,0,0,0) 69%, rgba(0,0,0,0.08) 70%, rgba(0,0,0,1) 81%);
    background: -ms-linear-gradient(left, rgba(0,0,0,0) 69%, rgba(0,0,0,0.08) 70%, rgba(0,0,0,1) 81%);
    background: linear-gradient(to right, rgba(0,0,0,0) 69%, rgba(0,0,0,0.08) 70%, rgba(0,0,0,1) 81%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
}

/* Widgets */
.widgetTemp {
    position: absolute;
    top: 0px;
    left: 20px;
    width: 240px;
}

.widgetTime {
    width: 100%;
    height: 20px;
    text-align: center;
    font-size: 12px;
}

.widgetInfo .infoList {
    width: 100%;
    height: 30px;
}
.widgetInfo .infoList .infoListAction {
    height: 30px;
    display: inline;
}
.widgetInfo .infoList .infoListName {
    padding-left: 6px;
    vertical-align: middle;
    height: 30px;
    display: inline;
}

.widgetInfo .infoList .infoDuration {
    display: inline;
    float: right;
    padding-top: 2px;
    vertical-align: bottom;
    height: 30px;
}

.loading {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    min-height: 300px;
    padding-top: 10%;
    padding-right: 45%;
    padding-left: 45%;
    background: #fff;
    opacity: .7;
    filter: alpha(opacity=70);
    -khtml-opacity:     .7;
    -moz-opacity:       0.7;
}

.loadingWidget {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    min-height: 150px;
    padding-top: 10%;
    padding-right: 40%;
    padding-left: 40%;
    background: #fff;
    opacity: .5;
    filter: alpha(opacity=50);
    -khtml-opacity:     .5;
    -moz-opacity:       0.5;
}

.loadingWidget img {
    width: 50px;
    height: 50px;
}


.loadingModal {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 300px;
    min-with: 300px;
    padding-top: 10%;
    padding-right: 45%;
    padding-left: 45%;
    background: #fff;
    opacity: .7;
    filter: alpha(opacity=70);
    -khtml-opacity:     .7;
    -moz-opacity:       0.7;
}

.loadingModal img {
    width: 50px;
    height: 50px;
}

.container #logsContainer {
    position: relative;
    min-height: 300px;
    width: 100%;
    padding-right: 10%;
    padding-left: 10%;
    margin-right: auto;
    margin-left: auto;
}

.container #logsContainer h4 {
    position: relative;
}

.container #logsContainer #logsList .selectStation {
    font-size: 30px;
    color: #e0e0e0;
    font-weight: 600;
    padding: 15%;
    text-align: center;
}

.container #logsContainer #logsTable,
.container #logsContainer #logsList {
    position: relative;
    display: block;
    width: 100%;
}

.container #logsContainer #logsList nav {
    position: relative;
    float: right;

}

.container #logsContainer #logsList table {
    position: relative;
    width: 100%;
}

.container #logsContainer #logsTable span {
    display: inline;
}

.container #logsContainer .stationDiv {
    display: relative;
    padding: 6px;
    margin-bottom: 6px;
    float: left;
    height: 32px;
}
 
.container #logsContainer .stationFilter {
    display: inline;
    width: 150px;
}

.container #logsContainer .stationDiv .stationVarsFilter {
    display: block;
    margin-top: 4px;
}

.container #logsContainer .stationDiv .stationVarsFilterMenu {
    width: 400px;
    padding: 10px;
}

.container #logsContainer .stationDiv .stationVarsFilterMenu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.container #logsContainer .stationDiv .stationVarsFilterMenu li {
    padding: 2px;
}


.container #logsContainer table tr th {
    background: #a0a0a0;
    border: 1px solid #fff;
    color: #fff;
    padding: 6px;
    text-align: center;
}

.container #logsContainer table tr td {
    padding: 6px;
}


.container .dashboard .stationDenied {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f5f5f5;
    opacity: 0.9;
    filter: alpha(opacity=90);
    padding-top: 200px;
    text-align: center;
    font-size: 30px;
    color: red;
}

.progressReboot {
    width: 50%;
}
                  
                                                    
.loading img {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    margin-top: 10%;
}

.clear-both {
    clear: both;
}

i.icon {
    width: 16px;
    height: 16px;
    display: inline-block;  
}

i.icon.icon-home {
    background: url('/images/icons2/home.svg') center no-repeat;
}

i.icon.icon-home {
    background: url('/images/icons2/home.svg') center no-repeat;
}

i.icon.icon-save {
    background: url('/images/icons2/save.svg') center no-repeat;
}

i.icon.icon-save-active {
    background: url('/images/icons2/save-active.svg') center no-repeat;
}

i.icon.icon-light {
    background: url('/images/icons2/light.svg') center no-repeat;
}

i.icon.icon-window {
    background: url('/images/icons2/window.svg') center no-repeat;
}

i.icon.icon-light-active {
    background: url('/images/icons2/light-active.svg') center no-repeat;
}

i.icon.icon-camera {
    background: url('/images/icons2/camera.svg') center no-repeat;
}

i.icon.icon-camera-active {
    background: url('/images/icons2/camera-active.svg') center no-repeat;
}

i.icon.icon-camera2 {
    background: url('/images/icons2/camera2.svg') center no-repeat;
}

i.icon.icon-camera2-active {
    background: url('/images/icons2/camera2-active.svg') center no-repeat;
}

i.icon.icon-temp {
    background: url('/images/icons2/temp.svg') center no-repeat;
}

i.icon.icon-temp-active {
    background: url('/images/icons2/temp-active.svg') center no-repeat;
}

i.icon.icon-fire {
    background: url('/images/icons2/fire.svg') center no-repeat;
}

i.icon.icon-fire-active {
    background: url('/images/icons2/fire-active.svg') center no-repeat;
}

i.icon.icon-panel {
    background: url('/images/icons2/panel.svg') center no-repeat;
}

i.icon.icon-panel-active {
    background: url('/images/icons2/panel-active.svg') center no-repeat;
}

i.icon.icon-date {
    background: url('/images/icons2/date.svg') center no-repeat;
}

i.icon.icon-date-active {
    background: url('/images/icons2/date-active.svg') center no-repeat;
}

i.icon.icon-alert {
    background: url('/images/icons2/alert.svg') center no-repeat;
}

i.icon.icon-snow {
    background: url('/images/icons2/snow.svg') center no-repeat;
}

i.icon.icon-alert-active {
    background: url('/images/icons2/alert-active.svg') center no-repeat;
}

i.icon.icon-pult {
    background: url('/images/icons2/pult.svg') center no-repeat;
}

i.icon.icon-pult-active {
    background: url('/images/icons2/pult-active.svg') center no-repeat;
}

i.icon.icon-call {
    background: url('/images/icons2/call.svg') center no-repeat;
}

i.icon.icon-call-active {
    background: url('/images/icons2/call-active.svg') center no-repeat;
}

i.icon.icon-call2 {
    background: url('/images/icons2/call2.svg') center no-repeat;
}

i.icon.icon-call2-active {
    background: url('/images/icons2/call2-active.svg') center no-repeat;
}

i.icon.icon-warm {
    background: url('/images/icons2/warm.svg') center no-repeat;
}

i.icon.icon-warm-active {
    background: url('/images/icons2/warm-active.svg') center no-repeat;
}

i.icon.icon-control {
    background: url('/images/icons2/control.svg') center no-repeat;
}

i.icon.icon-control-active {
    background: url('/images/icons2/control-active.svg') center no-repeat;
}

i.icon.icon-scheduler {
    background: url('/images/icons2/scheduler.svg') center no-repeat;
}

i.icon.icon-scheduler-active {
    background: url('/images/icons2/scheduler-active.svg') center no-repeat;
}

i.icon.icon-tablo {
    background: url('/images/icons2/tablo.svg') center no-repeat;
}

i.icon.icon-tablo-active {
    background: url('/images/icons2/tablo-active.svg') center no-repeat;
}


i.icon.icon-camera-nb {
    background: url('/images/icons2/icon-camera.svg') center no-repeat;
}

i.icon.icon-light-nb {
    background: url('/images/icons2/icon-light.svg') center no-repeat;
}

i.icon.icon-warm-nb {
    background: url('/images/icons2/icon-warm.svg') center no-repeat;
}

i.icon.icon-alert-nb {
    background: url('/images/icons2/icon-alert.svg') center no-repeat;
}

i.icon.icon-call-nb {
    background: url('/images/icons2/icon-call.svg') center no-repeat;
}

i.icon.icon-call2-nb {
    background: url('/images/icons2/icon-call2.svg') center no-repeat;
}

i.icon.icon-alert-nb {
    background: url('/images/icons2/icon-alert.svg') center no-repeat;
}

i.icon.icon-control-nb {
    background: url('/images/icons2/icon-control.svg') center no-repeat;
}

i.icon.icon-box {
    background: url('/images/icons2/box.svg') center no-repeat;
}

i.icon.icon-info {
    background: url('/images/icons2/info.svg') center no-repeat;
}

i.icon.icon-operating {
    background: url('/images/icons2/operating.svg') center no-repeat;
}

i.icon.icon-play {
    background: url('/images/icons2/play.svg') center no-repeat;
}

i.icon.icon-stop {
    background: url('/images/icons2/stop.svg') center no-repeat;
}

i.map {
    width: 26px;
    height: 26px;
    display: inline-block;  
}


i.map.map-call {
    background: url('/images/icons2/map-call.svg') center no-repeat;
}

i.map.map-call2 {
    background: url('/images/icons2/map-call2.svg') center no-repeat;
}

i.map.map-camera {
    background: url('/images/icons2/map-camera.svg') center no-repeat;
}

i.map.map-light {
    background: url('/images/icons2/map-light.svg') center no-repeat;
}

i.map.map-pult {
    background: url('/images/icons2/map-pult.svg') center no-repeat;
}

i.map.map-pult {
    background: url('/images/icons2/map-pult.svg') center no-repeat;
}

i.map.map-panel {
    background: url('/images/icons2/map-panel.svg') center no-repeat;
}


@media (max-width : 320px) {
    .container #waysTree .wayItem {
        width: 100%;
        max-width: 90%;
    }

    .menuTop .menuWays .menuWaysTitle {
        display: none;
    }

    .menuTop .menuUsername {
	position: absolute;
	top: 4px;
        white-space: nowrap;
	right: 200px;	
    }
    
                                    
    .menuTop .stationSearchArea {
	display: none;
    }
}
                                                                
@media (min-width : 321px) and (max-width : 480px) {
    .container #waysTree {
	padding-right: 1%;
        padding-left: 1%;
    }

    .menuTop .menuUsername {
	position: absolute;
	top: 4px;
        white-space: nowrap;
	right: 150px;	
    }
    
    .container #waysTree .wayItem {
        width: 99%;
        min-width: 220px;
        height: auto;
    	margin: 20px auto;
    }
                                                                                        
    .menuTop .menuWays .menuWaysTitle {
        display: none;
    }
                                                                                                    
    .menuTop .stationSearchArea {
	display: none;
    }
}
                                                                                                                                        
@media (min-width : 481px) and (max-width : 768px) {
    .container #waysTree {
	padding-right: 1%;
        padding-left: 1%;
    }

    .container #waysTree .wayItem {
        width: 50%;
        min-width: 236px;
    	margin: 20px auto;
    	padding: 10px;
    }
                                                                                                                                                                
    .menuTop .menuWays .menuWaysTitle {
        display: none;
    }

    .menuTop .menuLogs {
	position: absolute;
	top: 4px;
	right: 80px;	
    }

    .menuTop .stationSearchArea {
	display: none;
    }
}
                                                                                                                                                                                                                        
@media (min-width : 769px) and (max-width : 1199px) {
    .container #waysTree {
	padding-right: 6%;
        padding-left: 6%;
    }
    .container #waysTree .wayItem {
        width: 30%;
        min-width: 210px;
        height: 160px;
    }
    .menuTop .menuLogs {
	position: absolute;
	top: 4px;
	right: 80px;	
    }

    .menuTop .menuUsername {
	position: absolute;
	top: 4px;
        white-space: nowrap;
	right: 120px;	
    }

    .menuTop .stationSearchArea {
	display: none;
    }
}
                                                                                                                                                                                                                                                        
@media (min-width : 1200px) {
    .container #waysTree {
	padding-right: 10%;
        padding-left: 10%;
    }
    .container #waysTree .wayItem {
        width: 22%;
    }
}


@-webkit-keyframes swing {
    20% {
	-webkit-transform: rotate3d(0, 0, 1, 15deg);
	transform: rotate3d(0, 0, 1, 15deg);
    }
            
    40% {
	-webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
                        
    60% {
	-webkit-transform: rotate3d(0, 0, 1, 5deg);
	transform: rotate3d(0, 0, 1, 5deg);
    }
                                    
    80% {
	-webkit-transform: rotate3d(0, 0, 1, -5deg);
	transform: rotate3d(0, 0, 1, -5deg);
    }
                                             
    to {
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    color: #137BBE;
}

.swing:hover {
    -webkit-transform-origin: top center;	
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
    animation-duration: 1s;
}   

.widgetSignal {
    position: absolute;
    width: 40px;
    right: 45px;
/*    font-size: 36px; */
    color: #137BBE;
}

.widgetSignal span i {
    cursor: pointer;
}

.signalArea {
    position: relative;
    display: none;
    width: 280px;
    background: #fff;
    border: 1px solid #666;
    z-index: 999;
    padding: 4px;    
    font-size: 12px;
    right: 100px;
    top: -10px;    
}

.signalArea div span {
    font-weight: 300;
    font-size: 12px;
}


.widgetNotes {
    position: absolute;
    width: 40px;
    right: 5px;
    font-size: 36px;
    color: #137BBE;
}

.widgetNotes .notesBadge {
    position: absolute;
    top: 0px;
    right: 0px;
    display: none;
    font-size: 10px;
    text-align: center;
    width: 30px;
}

.noteForm textarea {
    height: 120px;
    resize: none;
}

.addNote {
    display: block-inline;
    position: relative;
    float: right;
}

.archiveNote {
    display: block-inline;
    position: relative;
    float: left;
}

.addNote, .addNote:hover,
.listNotes, .listNotes:hover,
.archiveNote, .archiveNote:hover {
    color: #137BBE;
}

.notesArea {
    width: 100%;
    height: 400px;
    margin-top: 6px;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    overflow-y: auto;
}

.notesArea .notesList {
    width: 100%;
    padding: 6px;
}

.notesArea .notesList button {
    width: 100%;
    text-decoration: none;
}

.notesArea .notesList .noteTitle {
    position: relative;
    float: left;
}

.notesArea .notesList .noteDate {
    position: relative;
    float: right;
    font-size: 12px;
}

.notesArea .notesList .card-body {
    position: relative;
}

.notesArea .notesList .noteClose {
    position: absolute;
    top: 2px;
    right: 4px;
}

.noteForm textarea, .noteForm a {
    margin-top: 6px;
}

.widgetNotes ul.show {
    -webkit-animation: fadein 1s !important;
    -moz-animation: fadein 1s !important;
    -ms-animation: fadein 1s !important;
    -o-animation: fadein 1s !important;
    animation: fadein 1s !important;
}

.deviceMoreOpen {
    display: none;
}


.deviceMoreArea {
    display: none;
    width: 100%;
}

.deviceMoreItemAdd {
    width: 100%;
}

.devicesTable td:nth-child(2) {
    white-space: nowrap;
}

.deviceMoreItemAdd td:nth-child(3),
.deviceMoreItemAdd td:nth-child(4) {
    width: 150px;
}

.modal #widgetOpcVarData {
    margin-top: 10px;
    max-height: calc(100vh - 300px);
    overflow-y: auto;

}

.modal #widgetOpcVarData .widgetOpcVarDataTable {
    width: 100%;
    
}

.modal #widgetOpcVarData .widgetOpcVarDataTable tr th {
    background: #eee;
    padding: 4px;
}


@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
                                                
/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
                    
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
                                                                
/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
