.nav-left {
  -webkit-box-shadow: 0px 19px 38px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 19px 38px rgba(0, 0, 0, 0.24);
  height: calc(100%);
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1000;
}

.nav-left .nav-head {
  height: 170px;
  background: #1D8E81;
  text-align: center;
}

.nav-left .nav-head img {
  width: 100px;
  height: 100px;
  margin: auto;
}

.nav-left .nav-head h5 {
  color: #e8db69;
  font-size: 24px;
  margin-top: 4px;
}

.nav-left .nav-tree {
  overflow: hidden;
      height: calc(100% - 170px);
}

.nav-left .nav-tree .nav-tree-h {
  font-weight: 700;
  padding: 24px;
  padding-bottom: 0;
  color: rgba(0, 0, 0, 0.53);
  font-size: 16px;
}

.nav-left .nav-tree .nav-tree-s li {
  font-weight: 500;
}

.nav-left .nav-tree .back-to-home {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-left .nav-tree .back-to-home a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgba(0, 0, 0, 0.87);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.nav-left .nav-tree .back-to-home a img {
  width: 24px;
  height: 24px;
}

.nav-left .nav-tree .back-to-home a h5 {
  vertical-align: bottom;
  padding: 4px 16px;
  font-size: 16px;
}

.nav-left .nav-tree .back-to-home a:hover {
  color: #1D8E81;
}
.detail-popup-addfile {
    width: 160px;
    height: 110px;
    position: absolute;
    z-index: 920;
    background: white;
    border-radius: 5px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.24);
    bottom: 50px;
    right: 70px;
    transform: scale(0);
    transform-origin: 100% 0;
    transition: 0.4s;
    
}


.detail-popup-addfile ul{
        padding-top: 8px;
        padding-left: 8px;
        list-style: none;
        
}

.detail-popup-addfile li{
            padding: 8px 0;
            transition: 0.1s;
            
}
.detail-popup-addfile span{
                color: #666;
                padding: 4px 16px;
                padding-right: 0;
            
}
.detail-popup-addfile li:hover{
                background-color: #F5F5F5;           
}

.show-hide {
    transform: scale(1);
}
.scada-ls-img-1 {
    float: right;
    color: #666;
    cursor: pointer;
/*     padding: 4px 12px; */
    font-size: 14px;
}

.scada-ls-img-1 {
    float: right;
    color: #666;
    cursor: pointer;
    padding: 4px 12px;
    font-size: 11px;
}

.scada-ls-table table {
    width: 100%;
    table-layout: fixed;
}

.scada-ls-table .tbl-header {
}

.scada-ls-table .tbl-content {
    height: calc(100% - 90px);
    overflow-x: auto;
}

.scada-ls-table th {
    text-align: center !important;
}

.scada-ls-table td {
    vertical-align: middle;
    text-align: center;
}

    .scada-ls-table th:nth-child(1), .scada-ls-table td:nth-child(1) {
        width: 5%;
        text-align: center;
    }

    .scada-ls-table th:nth-child(2), .scada-ls-table td:nth-child(2) {
        width: 15%;
        text-align: left;
    }

/*.scada-ls-table th:nth-child(3), .scada-ls-table td:nth-child(3) {
        width: 15%;
        text-align: left;
    }*/

.scada-header {
    padding: 6px 0;
}

.scada-header-1 {
    float: left;
    padding: 3px 7px 0 4px;
}

.scada-header-2 {
    float: left;
    padding: 3px 7px 0 4px;
}

.scada-header-3 {
    float: left;
    padding: 3px 7px 0 4px;
}

.popup-index {
    height: calc(100% - 10px);
}

.scada-index {
    height: calc(100% - 40px);
}
.dkvh-btn-01, .dkvh-btn-02, .dkvh-btn-03, .dkvh-btn-04, .dkvh-btn-05 {
  display: inline-block;
  padding: 4px 10px;
  line-height: 22px;
  color: #fff !important;
  background: #3091dc;
  border-radius: 4px; }
  .dkvh-btn-01 i, .dkvh-btn-02 i, .dkvh-btn-03 i, .dkvh-btn-04 i, .dkvh-btn-05 i {
    margin-right: 5px; }

.dkvh-btn-02 {
  background: #02b9c0; }

.dkvh-btn-03 {
  background: #038451; }

.dkvh-btn-04 {
  background: #019e8d; }

.dkvh-btn-05 {
  color: #000 !important;
  background: #ccc; }

