.NavTabs{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.NavTabs .tab{display:inline-block;position:relative;cursor:pointer;height:40px;line-height:40px;color:var(--light-tx1)!important;background:var(--bg2)!important;border-right:1px solid #ededf5;padding:0 25px;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.NavTabs .tab i{margin-left:20px}@media (max-width:700px){.NavTabs .tab i{margin-left:5px}}@media (max-width:700px){.NavTabs .tab{height:30px;line-height:30px;font-size:11px;padding:0 10px}}.NavTabs .tabActive{background-color:var(--bg1)!important;font-weight:500}.NavTabs i{border-radius:50%;margin-left:5px;padding:4px}.NavTabs .tab i:hover{color:#fff;background-color:#ccc}.Window{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;--iconSize:12px;width:400px;height:400px;position:absolute;left:0;top:0;display:grid;grid-template-columns:6px auto 6px;grid-template-rows:6px auto 6px;grid-template-areas:"nw n ne" "w content e" "sw s se";-webkit-box-shadow:0 1px 3px rgba(0,0,0,.3);box-shadow:0 1px 3px rgba(0,0,0,.3)}.Window .windowFooter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;background:var(--bg1);padding:10px 20px 8px 20px}.Window .mainNoResize{grid-template-columns:auto;grid-template-rows:auto;grid-template-areas:"content"}.Window .nw{grid-area:nw;cursor:nw-resize;background:var(--bg1)}.Window .ne{grid-area:ne;cursor:ne-resize;background:var(--bg1)}.Window .n{grid-area:n;cursor:n-resize;background:var(--bg1)}.Window .sw{grid-area:sw;cursor:sw-resize;background:var(--bg1)}.Window .se{grid-area:se;cursor:se-resize;background:var(--bg1)}.Window .s{grid-area:s;cursor:s-resize;background:var(--bg1)}.Window .w{grid-area:w;cursor:w-resize;background:var(--bg1)}.Window .e{grid-area:e;cursor:e-resize;background:var(--bg1)}.Window .windowMainContent{grid-area:content;background:var(--bg2);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:auto}.Window .title,.Window .windowMainContent{display:-webkit-box;display:-ms-flexbox;display:flex}.Window .title{cursor:move;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;padding:10px;padding-top:6px;background:var(--bg1)}@media (max-width:700px){.Window .title{display:none}}.Window .windowContent{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;position:relative;overflow:auto;-webkit-transition:all .3s;transition:all .3s;background-color:var(--bg1)}.Window .windowContentInner{padding:10px;font-size:14px}.Window .ifr{width:100%;height:100%;background:#000;border:0}.Window .ifrCover{position:absolute;left:0;top:0;width:100%;height:100%;background-color:transparent;display:none}.Window .caption{font-weight:500;font-size:15px;color:var(--tx1);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.Window .titleElements{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:0 20px}@media (max-width:700px){.Window .titleElements{display:none}}.Window .icon{cursor:pointer;color:var(--tx1);margin-left:30px;opacity:.2}@media (max-width:700px){.Window .icon{display:none}}.no-radius{border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;-webkit-box-shadow:none;box-shadow:none;border-right:1px solid var(--border);border-bottom:1px solid var(--border)}.no-radius .e,.no-radius .n,.no-radius .ne,.no-radius .nw,.no-radius .s,.no-radius .se,.no-radius .sw,.no-radius .w{border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.withTransition{-webkit-transition:all .25s ease-in;transition:all .25s ease-in}.Dialog{height:auto}.Dialog .maximize,.Dialog .minimize{display:none}.Dialog .e,.Dialog .n,.Dialog .ne,.Dialog .nw,.Dialog .s,.Dialog .se,.Dialog .sw,.Dialog .title,.Dialog .w{cursor:default}.Dialog .s,.Dialog .se,.Dialog .sw{background:var(--bg1)}.Dialog .e,.Dialog .w{background:linear-gradient(180deg,var(--bg1) 0,var(--bg1) 39px,var(--bg1) 0,var(--bg1))}.Dialog .el-input__inner,.Dialog .el-textarea__inner{background-color:var(--bg2)!important}.Tab{position:absolute;left:0;top:0;width:100%;height:100%;grid-template-columns:1fr;grid-template-rows:1fr;grid-template-areas:"content";-webkit-box-shadow:none;box-shadow:none}.Floater{border-radius:0}.Floater .title{padding:0}.Floater .icon{background-position:center 1px}.Floater .caption{font-size:12px;position:relative;top:-3px;font-weight:500}.Floater .e,.Floater .w{background:linear-gradient(180deg,var(--bg1) 0,var(--bg1) 20px,var(--bg2) 0,var(--bg2))}.progress{font-size:60%;float:right;margin-right:10px;margin-top:5px}.refreshElement i{opacity:.5;cursor:pointer}.TrayIcon{cursor:pointer;position:relative;font-size:11px;min-width:29px;height:29px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--tx1);margin:0 10px}.TrayIcon:hover{opacity:.5!important}@media (max-width:500px){.TrayIcon{margin:0 5px!important}}.TrayIcon i{opacity:.7;font-size:18px}.TrayIcon img{height:17px}.TrayIcon .number{position:absolute;right:0;top:0;background:#b10909;color:#eee;padding:1px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:50%;font-size:10px;min-width:14px;text-align:center}.TrayAvatar{margin-left:10px;font-weight:500;font-size:13px;color:var(--tx1)}.TrayAvatar,.TrayAvatar .user{display:-webkit-box;display:-ms-flexbox;display:flex}.TrayAvatar .user{-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.TrayAvatar .userAvatar{width:30px;height:30px;margin-right:33px;background-size:cover;background-position:50%;border-radius:50%}@media (max-width:650px){.TrayAvatar .userAvatar{margin-right:10px}}@media (max-height:950px){.TrayAvatar .userAvatar{width:24px;height:24px}}.TrayAvatar .userName{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:650px){.TrayAvatar .userName{display:none}}.TrayAvatar .userName .material-design-icon{color:#a4afb7;margin:0 16px}.TrayAvatar .logoMollitiam{background:#000;width:61px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.TrayAvatar .logoMollitiam img{height:30px}.TrayBar{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:500px){.TrayBar{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.TrayBar .impName{margin-left:10px}@media (max-width:1000px){.TrayBar .impName{display:none}}.NotificationsList .item{font-size:13px}.NotificationsList .item .enc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:4px}.NotificationsList .item i{opacity:.6;font-size:11px}.NotificationsList .item b{font-weight:500}.NotificationsList .item span{display:block}.NotificationsList .el-card{margin-bottom:5px}.NotificationsList .el-card__body{padding:10px}.NotificationsList .noData{text-align:center;margin:10px 0}.NotificationsList .clearBut{text-align:center;margin-bottom:20px}.NotificationsList .el-button--text{padding-left:10px!important;padding-right:10px!important}.AppsMenu{-webkit-box-shadow:3px 3px 6px rgba(0,0,0,.1607843137254902);box-shadow:3px 3px 6px rgba(0,0,0,.1607843137254902)}.AppsMenu .el-menu{display:none}@media (max-width:800px){.AppsMenu .el-menu{display:block}}.AppsMenu .el-menu .el-menu-item i{margin-right:10px}.AppsMenu .bigMenu{display:grid;grid-template-areas:"search icons" "apps   categories";grid-template-columns:1fr 180px;padding:10px;background:#ececec}@media (max-width:800px){.AppsMenu .bigMenu{display:none}}.AppsMenu header{grid-area:search;margin-bottom:10px}.AppsMenu header .el-input__prefix{top:10px}.AppsMenu main{grid-area:apps;border-left:1px solid #d4d4d4;border-right:1px solid #d4d4d4;padding:10px 20px}.AppsMenu main .apps{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.AppsMenu main .apps .item{font-size:12px;font-weight:500;padding:20px;-webkit-box-shadow:var(--shadow1);box-shadow:var(--shadow1);cursor:pointer;-webkit-transition:all .25s;transition:all .25s;margin:10px;background:var(--bg1)}.AppsMenu main .apps .item:hover{-webkit-box-shadow:var(--shadow1hover);box-shadow:var(--shadow1hover);-webkit-transform:translateY(-1px);transform:translateY(-1px)}.AppsMenu main .credits{font-size:12px}.AppsMenu main .credits .back{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;opacity:.5;-webkit-transition:all .5s;transition:all .5s;cursor:pointer}.AppsMenu main .credits .back:hover{opacity:.8}.AppsMenu main .credits .back img{width:24px;margin-right:20px}.AppsMenu main .credits h1{text-align:center;border-bottom:1px solid #d4d4d4;padding-bottom:10px;font-size:15px;font-weight:500;text-transform:uppercase;margin-bottom:20px}.AppsMenu main .credits a{border-bottom:1px dashed #ccc}.AppsMenu main .credits .list{display:grid;grid-template-columns:repeat(2,1fr)}.AppsMenu main .credits .list p{margin-right:10px}.AppsMenu main .credits table{margin:auto}.AppsMenu main .credits table tr{vertical-align:top}.AppsMenu main .credits table td{padding:5px;width:50%}.AppsMenu main .credits table td p{margin:0;margin-bottom:10px}.AppsMenu main .credits table td p:last-child{margin-bottom:0}.AppsMenu main .credits table td:nth-child(odd){font-weight:500;text-align:right}.AppsMenu main .credits table .memory{line-height:23px;padding-top:30px}.AppsMenu main .credits table .memory p{max-width:600px;margin:auto;text-align:center}.AppsMenu nav{grid-area:categories;font-size:12px;font-weight:500;padding-left:10px;cursor:pointer}.AppsMenu nav .item{padding:5px;margin-bottom:4px;-webkit-transition:all .25s;transition:all .25s}.AppsMenu nav .item.active{background:var(--main-theme-color);color:#fff}.AppsMenu .icons{grid-area:icons;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.AppsMenu .icons img{opacity:.5;margin-top:8px;width:24px;margin-left:20px;cursor:pointer;-webkit-transition:all .25s;transition:all .25s}.AppsMenu .icons img:hover{opacity:.8}.AppsMenu .creditsContainer{max-height:30vh;overflow:auto}.UserMenu{background:#fff;width:283px;-webkit-box-shadow:3px 3px 6px rgba(0,0,0,.1607843137254902);box-shadow:3px 3px 6px rgba(0,0,0,.1607843137254902);padding-top:40px;padding-bottom:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:500}.UserMenu .avatar{width:108px;height:108px;border-radius:50%;background-size:cover;position:relative;-webkit-box-shadow:1px 1px 4px 0 rgba(0,0,0,.15) inset;box-shadow:inset 1px 1px 4px 0 rgba(0,0,0,.15)}.UserMenu .avatar .uploadIcon{width:35px;height:35px;border-radius:50%;background:#fff;-webkit-box-shadow:0 3px 3px rgba(0,0,0,.1607843137254902);box-shadow:0 3px 3px rgba(0,0,0,.1607843137254902);position:absolute;right:0;bottom:0;background-image:url(/img/camera.svg);background-position:50%;background-size:18px;background-repeat:no-repeat;cursor:pointer}.UserMenu .name{margin-top:25px;margin-bottom:5px;font-size:15px;color:#4d4f5c}.UserMenu .email{font-size:12px;color:#82819b;margin-bottom:30px}.UserMenu .logout{border-top:1px solid #b1b1c2;margin-top:36px;padding-top:31px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:186px;cursor:pointer;-webkit-transition:all .25s;transition:all .25s;opacity:.7}.UserMenu .logout:hover{opacity:1}.UserMenu .logout div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#82819b;text-transform:uppercase;font-size:14px}.UserMenu .logout div img{height:22px;margin-right:17px}.Desktop{width:100vw;height:100vh;display:grid;grid-template-columns:auto;grid-template-rows:fit-content(300px) auto}.Desktop .el-menu{border-radius:0;border-top-left-radius:0;border-top-right-radius:0}.Desktop .el-submenu.is-active .el-submenu__title,.Desktop .el-submenu__title{border-bottom:1px solid rgba(0,0,0,.1)}.Desktop .el-submenu.is-active .el-submenu__title i:first-of-type,.Desktop .el-submenu__title i:first-of-type{display:none}.Desktop .el-menu-item{border-bottom:1px solid rgba(0,0,0,.1)}.Desktop .el-menu-item:last-of-type{border-bottom:0}.Desktop .el-menu-item i{display:none}.Desktop .panel{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;background:var(--bg2);min-height:40px;-webkit-box-shadow:inset 0 3px 6px 0 rgba(0,0,0,.4);box-shadow:inset 0 3px 6px 0 rgba(0,0,0,.4)}.Desktop .panel .shadowCover{position:absolute;left:0;top:0;width:100%;height:9px;background:var(--bg2);z-index:1}.Desktop .panel .shadowCover2{position:absolute;right:0;top:0;width:7px;height:39px;background:var(--bg2);z-index:1}.Desktop .panel .left{background-image:url(/img/logoStart.png);background-position:50%;background-repeat:no-repeat;background-size:contain;width:220px;background-color:#14373d;height:40px;cursor:pointer;z-index:10}@media (max-width:700px){.Desktop .panel .left{background-image:var(--start);background-color:transparent;width:30px;margin-left:10px}}.Desktop .panel .middle{-webkit-box-flex:1;-ms-flex:1;flex:1;z-index:10;overflow:auto;position:relative}@media (max-width:700px){.Desktop .panel .middle{max-height:50px}}.Desktop .panel .middle::-webkit-scrollbar{height:5px}.Desktop .panel .middle::-webkit-scrollbar-thumb{background:#bbb;border-radius:20px}.Desktop .panel .right{z-index:10;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.Desktop #configMenu{top:0}.Desktop .inner{background:#f9f9f9 url(/img/wallpaper.jpg) 50%;background-size:cover;position:relative;overflow-x:hidden}.Desktop .inner .menu{-webkit-box-shadow:var(--box);box-shadow:var(--box);display:block;width:calc(100% - 18px);max-width:1200px;position:absolute;left:9px;top:9px}@media (max-width:800px){.Desktop .inner .menu{width:220px;left:0;top:0}}.Desktop .UserMenu{position:absolute;right:9px;top:9px}