/**
 * Simple-Scada (https://simple-scada.com)
 * Copyright 2021 ООО "Симпл-Скада". All rights reserved.
 * License agreement: https://simple-scada.com/eula
**/

.s-unsel{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.s-activeCur{cursor:pointer}.s-tbl{table-layout:fixed;text-align:center;border-spacing:0;width:100%;cursor:default}.s-tbl td{overflow:hidden;border-right:solid;border-bottom:solid;border-width:1px;padding:0}.s-wi{border:solid 2px orange!important;box-sizing:border-box}.s-warn{color:#000!important;background:#ffeb3b!important}.s-alarm{color:#fff!important;background:#f44336!important}.s-cbDiv{border-radius:2px;cursor:pointer;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3),0 2px 3px rgba(0,0,0,.05);box-shadow:0 1px 4px rgba(0,0,0,.3),0 2px 3px rgba(0,0,0,.05)}.s-cbMark{width:20px;height:20px}.s-trSection{width:90%;margin-left:5%;margin-top:24px;font-size:18px;color:#fff;background:#424242;box-shadow:0 16px 32px 0 rgba(0,0,0,.3)}.s-trSectionTitle{height:52px;padding-left:24px;padding-right:24px;line-height:58px;color:#d6d6d6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.s-trGroupsZone{height:100%;padding-left:24px;padding-right:24px}.s-trGroup{width:32%;height:46px;font-size:16px;line-height:46px;float:left;margin-top:8px;cursor:pointer;border-radius:2px;background:#5c5c5c}.s-trGroup:hover{background:#747474}.s-trGroupCaption{padding-left:16px;padding-right:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.s-intervalList{position:absolute;width:280px;height:320px;background:#424242;border-style:solid;border-color:#333;border-width:1px;border-radius:2px;box-shadow:0 3px 10px rgba(0,0,0,.4);display:none}.s-intervalMain{width:100%;height:10%;background:#424242;line-height:32px;text-indent:16px;font-size:14px;color:#fff;cursor:pointer;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1)}.s-intervalMainSel{width:100%;height:10%;background:#414549;line-height:32px;text-indent:16px;font-size:14px;color:#fff;cursor:pointer;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1)}.s-intervalSub{width:100%;height:10%;background:#3a3a3a;line-height:32px;text-indent:32px;font-size:14px;color:#fff;cursor:pointer;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1)}.s-intervalSubSel{width:100%;height:10%;background:#494949;line-height:32px;text-indent:32px;font-size:14px;color:#fff;cursor:pointer;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1)}.s-intervalSub:hover{background:#424242}.s-intervalMain:hover{background:#494949}.treeButton{width:100%;height:32px;border:none;background:#424242;color:#d2d2d2;text-align:left;padding:0;font-size:14px;border-bottom:1px solid #313131;cursor:pointer;white-space:nowrap;overflow:hidden}.treeButton:hover{background-color:#515151}.treeButton:focus{outline:0!important}.treeActive{background:#515151;color:#fafad2}.treeSpan{margin-right:16px;margin-top:4px;display:inline-block}.treeImg{opacity:.7;vertical-align:middle;padding-left:8px;padding-right:8px;padding-top:4px;padding-bottom:4px;display:inline-block}.treeImgFolder{content:url(images/ms_folder.png)}.treeImgDown{position:absolute;right:6px;margin-top:1px}.treeExpandZone{max-height:0;overflow:hidden;margin-left:16px}.msgMenu{position:absolute;top:0;bottom:0;display:flex;overflow:hidden}.msgTreeZone{background:#424242;width:320px;height:100%;box-shadow:1px 0 2px #00000047}.msgGroups{position:fixed;top:40px;bottom:0;width:260px;float:left;overflow-y:auto;overflow-x:hidden;background-color:#424242}.msgBackBtn{height:40px;float:left}.msgZone{width:100%;height:100%;min-width:640px;background-color:#353535}.msgControlPanel{position:fixed;width:100%;height:40px;background-color:#424242;box-shadow:0 1px 2px #00000047}.msgTableZone{position:fixed;top:40px;bottom:0;overflow-y:auto;overflow-x:auto;width:640px;background-color:#353535;box-shadow:#292929 -2px 2px 2px 0}.msgTable{width:100%;min-width:640px;color:#fff;border-spacing:0;border-collapse:separate;cursor:default;table-layout:fixed}.msgTable td,.msgTable th{text-align:left;padding:8px;vertical-align:top;white-space:nowrap;overflow-x:hidden;text-overflow:ellipsis;border-bottom:solid 1px #2c2c2c}.msgTable th{font-weight:400;white-space:nowrap;color:#c9c9c9;background-color:#2c2c2c}.msgAlarm:hover>td{background-color:#66554f}.msgWarning:hover>td{background-color:#5d5c54}.msgNormal:hover>td{background-color:#5b5b5b}.msgAlarm{background-color:#51443f}.msgAlarm td:first-child{background-color:#ff4a12;border:solid;border-width:4px;border-color:#51443f}.msgWarning{background-color:#515049}.msgWarning td:first-child{background-color:#ffef60;border:solid;border-width:4px;border-color:#515049}.msgUser{background-color:#4d484e}.msgUser td:first-child{background-color:#ce93d8;border:solid;border-width:4px;border-color:#4d484e}.msgNormal{background-color:#4f4f4f}.msgNormal td:first-child{background-color:#f0f0f0;border:solid;border-width:4px;border-color:#4f4f4f}.msgConfirmCell{cursor:pointer;color:#90ee90}.msgConfirmCell:hover{background-color:rgba(255,255,255,.1)}