﻿:root {
    --main-color: #199849;
    --main-color-dark: #068235;
}

body { padding-left: 0px; margin: 0px; height: 100%; overflow: hidden; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-size: cover;}
.view-left-menu{  width:260px; margin-top:15px; }
.view-left-menu ul{ list-style:none; padding:0px; margin:0px; margin-left:3px;  }
.view-left-menu > ul > li > div{ display:flex; vertical-align:central; align-items:center; }
.view-left-menu > ul > li > div span{ font-size:13px; line-height:30px; width:100%; opacity:0.7; display:inline-block; }
.view-left-menu > ul > li > div i{ width:90px; margin-right:7px; transition:all 0.3s; opacity:0.7; font-size:15px; text-align:center; }
.view-left-menu > ul > li > ul{ margin-left:32px;  padding-left:40px; border-left:1px solid #e2e2e2; }
.view-left-menu ul li li div{ display:flex; align-items:center; }
.view-left-menu > ul > li ul span{ line-height:30px; width:100%; font-size:11px; }
.view-left-menu > ul > li > ul ul{ padding-left:15px; border-left:1px solid #e2e2e2; }
.view-left-menu ul li div{ cursor:pointer; transition:all 0.2s; }
.view-left-menu ul li div:hover{ color:var(--main-color); }
.view-left-menu div:hover > i{ color:var(--main-color); opacity:1 !important; }
.view-left-menu div:hover > span{ color:var(--main-color); opacity:1 !important; }
.view-left-menu ul li ul { display:none; overflow:hidden; transition:all 0.3s; }
.view-left-menu-selected span{ color:var(--main-color); font-weight:600; opacity:1 !important; }
.view-left-menu-selected i:first-child{ opacity:1; color:var(--main-color); }
.view-left-menu i.fabric-ChevronDownMed { font-size:10px; margin-right:5px }
.view-left-menu-logo{ cursor:pointer; width:220px; margin:20px 0 0 25px; height:30px; font-size:15px }


.wio-ui-WindowButtonsNextRow i::before{
    transition: transform 0.3s;
    display:inline-block;
}
.wio-ui-WindowButtonsNextRow i.fabric-PinnedSolid:active::before {
    transform: scale(0.8);
}

.wio-ui-WindowButtonsNextRow i.fabric-PinnedSolid::before {
    transform:rotate(-45deg);
}

.view-left-menu > ul > li > div::before {
    display: block;
    width: 10px;
    background-color: var(--main-color);
    height: 25px;
    content: '';
    position: absolute;
    border-radius: 10px;
    margin-top: 0px;
    opacity: 0;
    margin-left: -13px;
    transition: all 0.3s;
}

.view-left-menu > ul > li > div::after {
    display: block;
    width: 30px;
    background-color: #fff;
    height: 30px;
    content: '';
    position: absolute;
    border-radius: 5px;
    margin-top: 0px;
    opacity: 1;
    transition: all 0.3s;
    z-index: -1;
    margin-left: 17px;
    transform: scale(0.1);
    opacity: 0;
    box-shadow: 0 2px 5px 1px rgba(0,0,0,0.02);
}

.view-left-menu > ul > li > div.view-left-menu-selected::before {
    opacity: 1;
    margin-left: -10px !important;
}

.view-left-menu > ul > li > div.view-left-menu-selected::after {
    opacity: 1;
    transform: scale(1);
}
.view-page{display:flex; }
.view-left {  box-shadow:inset 0 0 3px 0.5px rgba(0,0,0,0.05); box-sizing:border-box; border-right:1px solid rgba(0,0,0,0.1);  background-size:100% 100%; transition: all 0.3s;   width: 70px;   }
.view-center { width:100%;  }
.view-header-chev {
    box-shadow: inset 0 0 8px 0.5px rgba(0,0,0,0.15);
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 16px;
    font-size: 5px;
    text-align: center;
    padding: 0px !important;
    color: #fff !important;
    background-color: var(--main-color-dark);
    display: inline-block;
    position: absolute;
    margin-left: -9px;
    margin-top: 13px;
    transition: all 0.2s;
    border: 1px solid rgba(0,0,0,0.15);
}

    .view-header-chev:hover {
        font-size: 10px;
        border: 1px solid rgba(0,0,0,0.2);
    }


.view-left-nav-pnl{ overflow-y:auto; overflow-x:hidden; }

.view-left-icon{box-shadow:inset -1px 15px 15px 0.1px rgba(0,0,0,0.1);   background-color:var(--main-color-dark); font-family:'Arial Narrow';  overflow:hidden;transition: all 0.3s;  width:70px; cursor:pointer; height: 45px;  }
.view-left-icon > div{ display:inline-flex; opacity:0.9; margin-top:10px; }
.view-left-icon > div{ display:inline-flex; opacity:0.9; margin-top:10px; }
.view-left-icon-logo { margin-left:20px; margin-right:20px; margin-top:2px; overflow:hidden; opacity:0.9;  }

.view-left-icon p 
{
    margin: 0px 0 0 10px;
    text-transform: uppercase;
    padding: 0px;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
}

.view-left-icon span{ display:block; font-weight:300;margin-top:-3px; width:200px; }

.view-header-left { display:inline-flex; align-items:center; width:100%; color:#fff;  }
.view-header { background-size:100% 55px;  display:flex; height:45px; padding-left:10px; background-color:var(--main-color-dark); width:100%; box-sizing:border-box; }
.view-header > div{   }

.view-header-center{ display:inline-flex; align-items:center; }
.view-search-bar {background-color:rgba(0,0,0,0.15); margin-top:0px; z-index:95;  display:inline-flex;  overflow:hidden;  margin-left:auto; margin-right:10px; border-radius:3px;  }
.view-search-bar-input input {  width: 200px; color:#fff; line-height:30px;  height:30px;   padding-bottom:5px; padding-left:10px;   border: 0px; background-color: transparent; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; transition:all 0.3s; }
.view-search-bar-input input::placeholder { color:#ffffff98; }
.view-search-bar-input input:active { background-color:var(--color-dark)  }     
.view-search-bar-input input:focus { background-color:var(--color-dark)  }
.view-search-bar-icon { cursor: pointer; color:#fff; opacity:0.7; transition: all 0.3s;   display: flex; align-items: center;  }
.view-search-bar-icon:hover { opacity:1;  }

.view-search-bar-icon i{ font-size:15px; opacity:0.8;   }
.view-search-bar-icon:hover > i{ opacity:1;  }
.view-search-bar-icon i.fabric-ChevronDown{ font-size:10px; margin-left:5px; }
.view-search-bar-button { font-size: 16px; font-weight:bold;  color:#fff;  cursor:pointer; transition:all 0.3s;  overflow:hidden; display:inline-block; line-height:30px; width:30px; align-items:center; text-align:center; }
.view-search-bar-button:hover { background-color:rgba(0,0,0,0.25) !important;  color:#fff;  }
.view-search-bar-button i {    }
.view-search-bar-button span{ display:inline-block; margin-left:10px; }
.view-search-bar-panel{      margin-top: 50px !important;  margin-left: -10px !important;   width: 420px !important; }
.view-search-bar-panel #vw-search-items{  overflow:auto; }

.view-error-panel{  padding:50px; height:100px; text-align:center;  font-size:16px; color:orange; }
.view-error-panel i { font-size: 60px;  opacity: 0.5; display: block; margin-bottom:20px; }
.view-search-bar-search{ overflow:hidden;  height:30px; width:200px;padding-left: 10px;  transition:all 0.3s; }
.view-search-bar-search div.view-search-bar-icon{ overflow:hidden; width:0px; display:inline-flex; align-items:center; }
.view-search-bar-search-on{ width:300px }
.view-search-bar-search-on div.view-search-bar-icon{ width:60px; text-align:center;  }

.view-header-buttons-browser {
     transition: all 0.1s;
    position: relative;
    height: 30px;
    overflow: hidden;
    margin-left:10px;
    margin-right:10px;
 }
 
.view-search-bar-btn {
    height: 30px;
}

.view-popup-list {
    display: none;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 20px -20px;
    position: absolute;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    z-index: 99;
}
.view-popup-list a i { font-size: 12px; }
.view-popup-list a { position: absolute; border: 1px solid #e2e2e2; background-color: #fff; line-height: 30px; height: 30px; width: 30px; text-align: center; border-radius: 30px; margin-top: -15px; right:-15px; }
.view-popup-list a:hover i { color: var(--main-color) !important}
.view-popup-list ul{ list-style:none; padding:5px 0 5px 0; margin:0px; }
.view-popup-list ul li{ cursor:pointer;   color:#000; line-height:30px; padding:5px; font-size:14px !important; padding-left:20px; padding-right:20px; display:flex; align-items:center; }
.view-popup-list ul li:not(:last-child){   border-bottom:1px solid #eeeeee;  }
.view-popup-list ul li.selected{ color:var(--main-color) !important; font-weight:bold; }
.view-popup-list ul li.selected i{ color:var(--main-color) !important; opacity:1; }
.view-popup-list ul li i{ margin-right:10px; font-size:17px !important; color:#000; opacity:0.6; }
.view-popup-list ul li:hover { background-color:#f8f8f8; color:var(--main-color);  }
.view-popup-list ul li:hover i{ color:var(--main-color); opacity:1; }


.view-logo{ display:inline-flex; width:85px; height:25px; background-repeat:no-repeat; }
.view-breadcrumb{ height:30px; display:inline-flex; align-items:center;  }
.view-breadcrumb > i { font-size:10px; opacity:0.5;  }
.view-breadcrumb div {  padding-left:10px; display:inline-flex; align-items:center; }
.view-breadcrumb div i { padding-left:10px; padding-right:10px; font-size:10px; opacity:0.5;  }
.view-breadcrumb span {  white-space: nowrap; overflow: hidden;  text-overflow: ellipsis; display: inline-block;  font-size: 15px;  font-weight: 600; opacity:0.7;   }
.view-breadcrumb div span:last-child {   font-weight: 600; opacity:1; }
/*.view-logo{ display:inline-flex; width:130px; height:45px; margin-top:30px; margin-left:30px; background-size:145px; margin-bottom:20px; background-repeat:no-repeat; }*/
.view-header-right {  display: flex; align-items:center; }
 
.view-header-buttons{ list-style:none;  overflow:hidden;padding:0px; margin:0 20px 0 20px; display:inline-flex;   }
.view-header-buttons li {  background-size:cover; margin-left:10px; box-sizing:border-box; cursor:pointer; color:#fff;  width:30px; height:30px; line-height:30px;  border-radius:3px; text-align:center; font-size:15px; transition:all 0.3s; }
.view-header-buttons li.view-avatar {  }
.view-header-buttons li.view-avatar:hover { transform:scale(0.90)  }
.view-header-buttons li i{ opacity:0.6; }
.view-header-buttons li:hover { background-color:rgba(0,0,0,0.2);  color:#fff;   }
.view-header-buttons li:hover i{  opacity:1; }
.view-header-noti {
    display: block;
    padding: 2px;
    font-size: 11px;
    display: none;
    border: 4px solid var(--main-color-dark);
    line-height: 16px !important;
    width: 16px !important;
    position: absolute;
    margin-top: -40px;
    margin-left: -10px;
    background-color: #fff;
    border-radius: 16px;
    height: 16px !important;
    color: var(--main-color);
}


.view-right-panel{right:-500px; transition:all 0.3s; box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;background-color:#fff; width:300px; position:absolute; z-index:99999; top:0px; height:100%; }
.view-right-panel-close{ display:inline-block; padding:20px; font-size:18px; opacity:0.5;   }
.view-right-panel-close:hover{  opacity:1;   }
.view-right-panel-ul { list-style:none; padding:0px; margin:0px; }
.view-right-panel-ul li{ transition:all 0.3s; cursor:pointer; padding:14px; font-size:15px;  padding-left:20px; display:flex; align-items:center;  }
.view-right-panel-ul li:not(:last-child){  border-bottom:1px solid #eeeeee; }
.view-right-panel-ul li i { opacity:0.6; width:25px; display:inline-block;   }
.view-right-panel-ul li:hover { background-color:#f8f8f8; color:var(--main-color);   }
.view-right-panel-content { height:calc(100% - 65px) }

.view-user-panel-icon{ margin-left:calc(50% - 60px); background-size:cover; cursor:pointer; border-radius:120px;  width:120px; height:120px; box-shadow: 0 0 2px 1px #e2e2e2; border:5px solid #fff; transition:all 0.3s; line-height:120px; text-align:center; color:#aeaeae; font-size:30px; }
.view-user-panel-icon:hover { transform:scale(1.05);  }
.view-user-panel-name{  padding:10px; text-align:center; font-size:15px; }
.view-avatar-remove{position: absolute;right: 60px;font-size: 18px; color:#ccc; display:none; }
.avatar-panel:hover a.view-avatar-remove{ display:block; }

.view-frame{ position:relative;  width:100%; overflow:hidden; height:calc(100% - 55px); }
.view-frame-shadow{   }
.view-frame iframe{ border:0px;  width:100%; height:100%; }

.view-frame-progress{ height:5px;  transition:all 0.3s; background-color:#fff; width:0px; position:absolute; top:0px; left:0px; z-index:1; }

.view-right-panel-tab{ border-bottom:1px solid #e2e2e2; box-sizing:border-box; height:37px; margin-bottom:5px; }
.view-right-panel-tab ul{ list-style:none;  display:flex;padding:0px; margin:0px; }
.view-right-panel-tab ul li{ flex:1 1; cursor:pointer; display:block; text-align:center; padding:10px; font-size:12px; font-weight:bold;  text-transform:uppercase; }
.view-right-panel-tab ul li.selected{ cursor:pointer; border-bottom:3px solid var(--main-color); color:var(--main-color); }
.view-right-panel-tab ul li:hover{  color:var(--main-color); }
.view-right-panel-tab ul li span{ display:inline-block; background-color:var(--main-color); color:#fff; border-radius:3px; margin-top:-10px; position:absolute; padding:0 3px 0 3px;  }

.view-right-panel-ul-list{ overflow:auto; height:calc(100% - 30px) }
.view-right-panel-ul-list ul { list-style:none; padding:0px; margin:0px; }
.view-right-panel-ul-list ul li{ flex:1 1; align-items:stretch; transition:all 0.3s; cursor:pointer;  opacity:0.7; margin-bottom:2px; font-size:13px;  display:flex;  justify-content:stretch;  }
.view-right-panel-ul-list ul li:not(:last-child){  border-bottom:1px solid #eeeeee; }
.view-right-panel-ul-list ul li i { opacity:0.6; width:25px; display:inline-block;   }
.view-right-panel-ul-list ul li:hover { background-color:#f8f8f8; opacity:1;  }
.view-right-panel-ul-list ul li:hover i { opacity:1; }
.view-right-panel-ul-list ul li p{ padding:0px; margin:0px; margin-bottom:5px; font-size:14px;  }
.view-right-panel-ul-list ul li span { display:block; margin-top:2px; font-size:13px; opacity:0.9; }
.view-right-panel-ul-list ul li div { padding:10px 5px 5px 5px; }

.view-right-panel-ul-list-action{  justify-content: center; cursor:pointer;  width:30px;   text-align:center; height:65px; display:flex; align-items:center;  }
.view-right-panel-ul-list-action:hover{ color:var(--main-color); background-color:#eeeeee }

.view-user-icon{ border-radius:5px; margin-left:10px; height:50px; width:50px; background-color:#fff; line-height:50px; text-align:center; font-size:16px; }


.view-right-panel-ul-list-read-true{ border-left:2px solid #ccc }
.view-right-panel-ul-list-read-false{ border-left:2px solid var(--main-color) }

.view-loading{ width:100%; height:200px; text-align:center; display:flex; align-items:center; display:none; }
.view-loading img{ width:50px; padding-top:90px   }

.view-progress{ display:none; width:100px; background-color:#fff;  margin-right:20px; padding:2px; height:5px; border-radius:8px; overflow:hidden; }
.view-progress div{  width:0px; height:5px;background-color:var(--main-color-dark); border-radius:5px;  transition:all 0.3s;}


.view-bubble {
    position: absolute;
    padding: 15px;
    background: var(--main-color);
    border-radius: 5px;
    color: #fff;
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
    display: none;
    transition: all 0.3s;
    opacity: 0;
    transform: translateY(10px);
}

    .view-bubble:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 0 10px 10px;
        border-color: var(--main-color) transparent;
        display: block;
        width: 0;
        z-index: 1;
        top: -10px;
        left: calc(50% - 10px);
    }
.view-bubble-show {
    opacity: 1;
    transform: translateY(0px);
}
.view-bubble-hide {
    opacity: 0;
    transform: translateY(10px);
}


.view-login{ display:flex; width:100%; flex-direction:row; height:100%; }
.view-login > div{   }
.view-login-main{ width:50%; box-sizing:border-box; padding:30px;   }
.view-login-logo img{ width:130px; margin-bottom:30px; }
.view-login-image{ width:50%; position:relative;  background-size:cover; box-sizing:border-box; }
.view-login-image-bg{ width:100%; height:50%; position:absolute; bottom:0px;background: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 50%); }
.view-login-image-bg2{ width:100%; height:100%; z-index:0; position:absolute; top:0px;background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 50%); }


.view-login-inputs{ display:flex;  align-content:center; align-items:center; height:calc(100% - 150px); width:100%; }
.view-login-inputs > div{ margin-left:auto; margin-right:auto; }
.view-login-inputs h1{ font-size:30px; padding:0px; margin:0px; font-family:Roboto; margin-bottom:5px; font-weight:300; letter-spacing:-3px;  }
.view-login-inputs h3{ font-size:16px; padding:0px; margin:0px; font-size:17px; margin-bottom:30px; padding-left:6px; font-family:Roboto; font-weight:300;  }
.view-login-inputs p{ display:block; font-size:15px; padding:0px; font-family:Roboto;margin:0px; margin-bottom:5px; }

.view-login-input{ margin-bottom:20px; }
  
.view-login-input span { display:block; color:red; margin-top:5px; }
.view-login-input input {   outline: none !important; font-size:16px !important;  font-weight:bold; display: inline-block; background-color:#fff; border-radius: 5px;  transition:all 0.3s; width:400px;  padding:15px;  box-sizing:border-box; border:2px solid #ccc; }
.view-login-input input:focus {outline: none !important; background-color:#fff; border: 2px solid #22B259;  }
.view-login-input input::placeholder { font-size:16px !important;   color:rgba(0,0,0,0.3);  }
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{  -webkit-box-shadow: 0 0 0 30px white inset !important; font-size:16px !important;   color:rgba(0,0,0,0.3); }

.view-login-btn{ margin-top:20px; background-color:var(--main-color); color:#fff !important; display:inline-block; border-radius:5px; border:0px !important;  transition:all 0.3s;   }
.view-login-btn:hover{ background-color:var(--main-color-dark) !important; color:#fff !important;  }

.view-login-btns{ margin-top:30px; border-top:1px solid #e2e2e2; padding-top:30px; }
.view-login-btns a{ display:block; padding:5px 5px 5px 0; }
.view-login-btns a:hover{ color:#22B259;  }

.view-login-input-error { color:red;  }
.view-login-input-error input{ color:red !important; border-color:red !important  }

.view-login-content{ padding:100px; padding-top:30px; color:#fff; z-index:1; position:absolute;  }
.view-login-content ul{list-style:none; padding:0px; margin:0px; }
.view-login-content ul li:not(:first-child){ display:none; }
.view-login-content section{display:block; }
.view-login-content li span{display:block; margin-top:30px; }
       
.view-login-content > div{ display:flex; float:right; margin-top:70px; }
.view-login-content > div a{ margin-left:10px;  font-size:14px; transition:all 0.3s;   background-color:#fff;  text-align:center; height:30px; width:30px; line-height:30px; border-radius:30px; background-color:#fff }
.view-login-content > div a:hover{ transform:scale(1.2);   }
        
.view-login-content-more{ margin-left:-10px; box-shadow: rgba(0, 0, 0, 0.8) 0px 25px 20px -20px; transition:all 0.3s; background-color:#fff; display:inline-flex;  align-items:center; height:45px; line-height:45px; padding-left:20px; padding-right:20px; border-radius:30px; margin-top:60px; background-color:#fff; }
.view-login-content-more i{ font-size:27px; position:absolute; transition:all 0.3s;   }
.view-login-content-more:hover i{ margin-left:10px;   }
.view-login-content-more:hover{ box-shadow: rgba(0, 0, 0, 1) 0px 25px 20px -20px;  }
.view-login-content-more span{ display:inline-block; margin-left:45px;   }

.view-login-content-bottom{ position:absolute; margin:60px; bottom:0px; display:flex; width:calc(100% - 120px) }
.view-login-content-bottom > a { cursor:pointer;transition:all 0.3s; display:flex; margin:10px; border-radius:5px; width:calc(50% - 20px); box-shadow: rgba(0, 0, 0, 0.8) 0px 25px 20px -20px; transition:all 0.3s; background-color:#fff; }

.view-login-content-bottom > a i{color:#ccc; transition:all 0.3s; }
.view-login-content-bottom > a:hover{ transform:scale(1.05); color:#22B259; width:calc(50% - 20px); box-shadow: rgba(0, 0, 0, 1) 0px 25px 20px -20px;  }
.view-login-content-bottom > a:hover i{  opacity:1;color:#22B259;  }
.view-login-content-bottom > a > div span{  display:block; font-size:13px;   }
.view-login-content-bottom > a > div p{  display:block; padding:0px; margin:20px 0 5px 0; font-size:16px; font-weight:bold;  }
.view-login-content-bottom > a > div:first-child { padding:30px; font-size:30px; display:flex; align-content:center; align-items:center;  }
 