
    .slice-cards-top {
      height: 55/ @px-unit;
      border-bottom: 1px solid @neutral-stroke-2-normal;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10 / @px-unit;
    }

    .slice-cards-main {
      
      display: flex;
      padding: 0 14/ @px-unit;
      flex-wrap: wrap;
      
      overflow-y: auto;
      
      
      
    }

    .cards-box {
      width: 288 / @px-unit;
      height: 174 / @px-unit;
      border: 1/ @px-unit solid @neutral-stroke-2-normal;
      margin: 8 / @px-unit;

      
      
      
      &:hover {
        .cards-bottom-action {
          display: flex;
        }
      }
    }

    .cards-box-selected {
      border-color: @brand-bg-1-selected;
    }

    .cards-img {
      
      width: 100%;
      height: 140 / @px-unit;
      background-size: cover;
    }

    .card-img-empty {
      display: flex;
      flex-direction: column;
      align-items: center;

      .empty-img {
        width: 60 / @px-unit;
        height: 60 / @px-unit;
        margin: 24 / @px-unit 0 10/@px-unit 0;
        background-image: url('/static/media/noVideo_@{theme}.png');
        background-size: cover;
      }
    }

    .cards-bottom {
      width: 100%;
      height: 32/ @px-unit;
      background-color: @neutral-bg-4-hover;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 4 / @px-unit;
      position: relative;

      .cards-bottom-action {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 32/ @px-unit;
        
        align-items: center;
        padding: 4 / @px-unit;
        background-color: @neutral-bg-4-hover; 
        flex-direction: row-reverse;
        display: none;
      }

      .cards-bottom-action-back {
        background-color: @neutral-bg-4-normal;
      }
    }
  }

  .middle-layout {
    display: flex;
    flex-direction: column !important;
    width: 100%;
    height: 100%;
    justify-content: center;
    background: @neutral-bg-5-normal;

    .ant-empty-image {
      height: 160 / @px-unit;
    }

  }
}



.smd-filter-contain {
  .label-normal-wrapper {
    width: inherit !important;
  }

  .ant-checkbox-group {
    display: flex;
    flex-direction: column;

    .ant-checkbox-wrapper {
      padding: 4 / @px-unit;
    }


  }
}


.slice-menu-panel {
  display: flex;
  flex-direction: column;
  cursor: default;

  .slice-menu-item {
    height: 36/ @px-unit;
    line-height: 36 / @px-unit;
    padding-left: 10 / @px-unit;

    &:hover {
      background-color: @brand-bg-2-selected;
    }
  }
}


._RegionofInterest_ {
  .list-wrap {
    height: 100%;

    .flat-list {
      height: 100%;
      padding: 10 / @px-unit;
      overflow-y: scroll;

      .win-view {
        
        
        margin-top: 0px;
        margin-bottom: 20000px;
      }

      .selected {
        border: 1 / @px-unit solid @brand-fg-1-active;
      }
    }

    .footer-bar {
      position: absolute;
      bottom: 0;
      height: 40 / @px-unit;
      display: flex;
      width: 100%;

      .footer-item {
        display: flex;
        flex: 1;
        justify-content: center;
        align-items: center;

        .left-arrow:hover {
          color: @brand-fg-1-hover;
          cursor: pointer
        }

        .right-arrow:hover {
          color: @brand-fg-1-hover;
          cursor: pointer
        }
      }
    }

  }

}


.intereting-modal {
  width: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  
  background-color: @neutral-bg-4-normal;
  display: flex;
  flex-direction: column;

  .intereting-modal-header {
    flex-shrink: 0;
    height: 54 / @px-unit;

    .header-bar {
      width: 300 / @px-unit !important;
      margin-top: 20 / @px-unit;
    }
  }

  .intereting-modal-wrap {
    position: relative;
    
    overflow-y: scroll;
    flex: 1 1 auto;
    padding-left: 16/ @px-unit;

    
    .interet-card-wrap {
      width: 300 / @px-unit;
      
      margin-right: 20 / @px-unit;
      margin-bottom: 10 / @px-unit;
    }

    .wrap-inner {
      
      display: flex;
      flex-wrap: wrap;
    }
  }

  .intereting-backup {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 68 / @px-unit;
    padding-left: 16/ @px-unit;
    position: relative;

    .ant-space-compact-block {
      z-index: 10;
      
    }

    .label-div-Container {
      width: 80/ @px-unit;
    }

    .all-label {
      width: 50 / @px-unit !important;
    }

    .header-bar {
      display: flex;
      height: 68 / @px-unit;
      justify-content: center;
      align-items: center;
      top: 0;
      left: 0;

      .count-icon-disabled {
        width: 60 / @px-unit;
      }

      .count-icon-bright {
        width: 60 / @px-unit;
      }

      .count-icon {
        width: 60 / @px-unit;
      }
    }
  }

  .intereting-footer {
    display: flex;
    
    align-items: center;
    height: 48 / @px-unit;
    line-height: 48 / @px-unit;
  }

  .footer-bar {
    
    
    
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;

    .footer-item {
      
      
      
      
      padding: 0 4 / @px-unit;

      .left-arrow:hover {
        color: @brand-fg-1-hover;
        cursor: pointer
      }

      .right-arrow:hover {
        color: @brand-fg-1-hover;
        cursor: pointer
      }
    }
  }



  
  

  
  
  
  
  

  
  
  

  
  
  
  
  

  
  
  
  
  

  
  
  
  
  
  
  
  
  
  
}



.header-bar {
  position: absolute;
  top: 54/ @px-unit;
  height: 40 / @px-unit;
  display: flex;
  align-items: center;
  width: 100%;

  .count-icon-bright {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;

    .cus_panel {
      color: @brand-fg-1-active;
    }

    
    
    
    
    
    
    
  }

  .count-icon {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .count-icon-disabled {
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
  }

  .right-icon {
    float: right;
    margin-right: 10 / @px-unit;
    padding-left: 60 / @px-unit;
  }
}


._FileList_ {
  overflow: hidden;

  .fileList_type_icon {
    display: flex;
    padding-left: 20 / @px-unit;
    align-items: center;
  }

  .fileList_type_cub {
    display: flex;
    height: 20 / @px-unit;
    width: 20 / @px-unit;
    justify-content: center;
    align-items: center;
    margin-right: 6 / @px-unit;
  }

  .fileList_type_lock {
    font-size: 20 / @px-unit;
  }

  .fileList_type_lock_hide {
    display: none;
  }

  .ant-spin-nested-loading {
    height: 100%;
  }
}

._FileList_card {
  border: 1/ @px-unit solid @neutral-stroke-2-normal;
  background-color: @neutral-bg-4-normal;
  color: @neutral-fg-2-normal;
  margin: 16/@px-unit 0;

  .ant-card-body {
    padding: 16px !important;
  }
}

.file-bottom-pagination {

  .ant-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.playback-export {
    .ant-btn-compact-first-item{
        padding: 0 8/@px-unit;
        display: flex;
        align-items: center;
        svg {
            font-size: 20/@px-unit;
            margin:0 4/@px-unit;
            path {
                fill:currentColor;
            }
        }
    }
    .ant-dropdown-trigger {
        display: flex;
        align-items: center;
        justify-content: center;
        path {
            fill:currentColor;
        }
    }
}

._Holiday_ {
    ._Table_ .ant-table-body {
        min-height: 450 / @px-unit;
    } 
}
.holidayRadioGroup{
    label{
        width: 45%;
    }
}



.win-view {
  .target-card {
    margin-bottom: 10/ @px-unit;
  }
}

.target-card {
  height: 150/ @px-unit;
  
  background-color: @neutral-bg-5-normal;
  border: 1 / @px-unit solid @neutral-fg-4-normal;
  
  position: relative;

  .card-content {
    height: 125/ @px-unit;
    position: relative;

    img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    .label-div-Container {
      position: absolute;
      top: 0 / @px-unit;
      left: 10/ @px-unit;
    }
  }

  .card-bottom {
    position: absolute;
    bottom: 0/ @px-unit;
    width: 100%;
    
    height: 25/ @px-unit;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10/ @px-unit;
    background-color: @neutral-bg-4-hover;
    
  }

  .tool-bar {
    background-color: @neutral-bg-4-normal;
    height: 30/ @px-unit;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 10;
    display: flex;
  }

  .selected {
    border: 1 / @px-unit solid @brand-fg-1-active;
  }
}


._TargetPlayBack_,._EventPlayBack_,._AcuPickPlayBack_ {

    @collapseHeaderHeight: 48 / @px-unit; 

    
    .ant-collapse {
        border: none;
        height: 100%;

        .ant-collapse-item {
            height: 100%;
        }

        .ant-collapse-header {
            padding-top: 0 / @px-unit;
            padding-bottom: 0 / @px-unit;
            border-radius: 0 !important;
            background:none !important;
            height: auto !important;
            padding: 16/@px-unit !important;
            padding-bottom: 0 !important;
            cursor: default;
        }

        .ant-collapse-header-text {
            border-top: 1px solid @neutral-stroke-2-normal;
            color: @neutral-fg-3-normal !important;
            font-size: 16 / @px-unit !important;
            font-weight: 400;
            padding: 20/@px-unit 0 12/@px-unit 0;
            
            line-height: normal;
            display: flex;
            align-items: center;
            height: 100%;
        }

        .ant-collapse-content {
            height: calc(100% - @collapseHeaderHeight);
            overflow-y: auto;
        }

        .ant-collapse-content>.ant-collapse-content-box {
            padding: 16/@px-unit;
            padding-top: 0 !important;
        }

    }

    
    .panel-header {
        display: flex;
        align-items: center;
        height: 26 / @px-unit;

        .panel-left-operation {
            display: flex;
            align-items: center;

            .panel-header-checkbox {
                width: 28 / @px-unit;
                height: 26 / @px-unit;
            }

            .panel-header-title {
                display: flex;
                align-items: center;
                width: 206 / @px-unit;
            }
        }
    }

    .panel-row-btn {
        margin-right: 4 / @px-unit;
    }

    .channel-tree {
        .channel-group{
            .channel-group-header{
                margin-right: 0!important;
                .channel-group-title{
                    color:@neutral-fg-2-normal;
                }
            }
            .channel-item{
                margin-right: 0;
            }
        }
    }
}

._WIFI_ {
    .header-btn-group {
        display: flex;
        justify-content: space-between;
        .btn {
            align-self: center;
        }
    }
    .wifi-info-container {
        padding: 0 20px;
        margin-top: 10px;
        border: 1px solid @neutral-stroke-2-normal;

        .boss {
            font-weight: bold;
        }

        p {
            margin-bottom: 5px;
        }
    }
    .table-body {
        margin: 0;
        text-align: center;
    }
    .ant-table-body {
        min-height: 150px;
    }
}


._QuotaMain_ {
    .mode-changer {
        display: flex;
        button {
            width: 300/@px-unit;
            overflow: hidden;
            padding: 0 10/@px-unit;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
    }
    .scalstat-btn {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .MainPage {
        padding: 0 !important;
    }
}


.fix-header-content{
    display        : flex;
    justify-content: center;

    .fix-header-content-item {
        text-align: center;
        cursor    : pointer;

        .fix-header-content-title {
            color   : @neutral-fg-3-normal;
        }
    }

    .active-item {
        background-color: @brand-bg-1-active;
    }
}

._Quota_ {
    .quota-bleaSpace {
        display: flex;
        .warning-tip {
            color: @status-error-fg-1-normal !important;
        }
    }
    .unquotad-warning-tip {
        width: 1000/@px-unit;
        color: @status-error-fg-1-normal !important;
    }
    .hdd-mode {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #bitrate-container {
        .ant-select-disabled.ant-select-multiple .ant-select-selection-item {
            color: @neutral-fg-disabled;
        }
        .ant-select-multiple.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
            background: @neutral-bg-1-normal;
        }
        .ant-select-disabled.ant-select-multiple .ant-select-selection-item {
            border-color: @neutral-stroke-2-normal;
        }
    }
}


._WifiAdvanced_ {
    
    
    

    .line-row {
        display: flex;
    }
}



.ui5_init-wrapper {

  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: @neutral-bg-1-normal;

  .init-nav {
    background: @neutral-bg-6-1-normal;
    color: @neutral-fg-2-normal;
    height: 56 / @px-unit;
    padding: 0 24/ @px-unit;
    line-height: 56 / @px-unit;
    font-size: 20/ @px-unit;
  }

  .init-content {
    @diffHeight: 158 / @px-unit;
    height: calc(100vh - @diffHeight);
      
    min-width: 768 / @px-unit;
    margin: 0 10%;

    .init-tab {
      @diffH: 250 / @px-unit;
      height: calc(100vh - @diffHeight - @diffH);
      
      overflow-y: auto;
    }

    .init-form-tab {
      width: 700 / @px-unit;
      margin: 0 auto;
      padding-top: 40 / @px-unit;

      .label-div-Container {
        .label-normal {
          width: 200 / @px-unit  !important;
        }

        
        
        
        
        

      }

      .time-select-wrapper {
        width: 480 / @px-unit;
        display: flex;
        >div:not(:last-child) {
          margin-right: 12 / @px-unit;
        }
        .label-normal-wrapper{
          width: 100% !important;
          .ant-picker {
            width: 100%;
          }
        }
      }
      .init-weak-password {
        margin-bottom: 8 / @px-unit ;
      }
    }
    .region-tab {
      @diffH: 220 / @px-unit;
      height: calc(100vh - @diffHeight - @diffH);  
    }

    .init-policy-tab {
      @diffH: 210 / @px-unit;
      height: calc(100vh - @diffHeight - @diffH);
      .InitGuide-Law {
        height: 100%;
        


        display: flex;
        flex-direction: column;

        .law-tabs {
          @diffW: 60 / @px-unit;
          flex: 1;
          height: calc(100% - @diffW);
          .ant-tabs-tab {
            margin: 0 10 / @px-unit;
          }
        }
        .LegalText {
          overflow-y: auto;
          margin: 24 / @px-unit;
          margin-bottom: 0;
          font-size: 14 / @px-unit;
        }

        .LicenceNoted {
          display: block;
          margin-left: 24 / @px-unit;
        }
      }
    }
  }


}
.online-tip {
  .ant-tooltip-inner {
    width: 440 / @px-unit; 
  }
}
.country-modal {
 
  .ant-modal-body {
    padding: 16 / @px-unit; 
  }
  .warn-title-wrapper {

    .warn-title-header {
      font-size: 16 / @px-unit; 
      display: flex;
      align-items: center;
      .warn-title-text {   
        margin-left: 4 / @px-unit; 
        color: @neutral-fg-1-normal;
      }
    }
    .warn-title-content {
      padding-left: 36 / @px-unit; 
      font-size: 16 / @px-unit; 
      color: @neutral-fg-3-normal;
      margin-top: 8/ @px-unit; 
    }
    .warn-title-footer {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      >* {
        margin-left: 12 / @px-unit;
      }
    }
  }
}

.ClusterLog_detailModal{
    width: 650/@px-unit !important;
    .loginfo_Table{
        height: 290/@px-unit;
    }
    ._Table_ .ant-table-body {
        min-height: 290 / @px-unit;
    } 
    .ant-modal-footer{
        height: 53 / @px-unit;
        .ClusterLog_detailButton{
            display: flex;
            justify-content: space-between;
            .ClusterLog_btnLeft {
                display: flex;
                float: left;
            }
            .label-div-Container{
                margin-left: 10 / @px-unit;
            }
        }
    }
}
.ClusterLog_timePicker {
    display: flex;
    justify-content: space-between;
    .ClusterLog_datePicker {
        display: flex;
        .ClusterLog_right {
            margin-left: 20 / @px-unit;
        }
    }
}






._SAFESecurityStatus_ {
    ._SAFESecurityStatus_title {
        background-color: inherit;
    }
    ._SAFESecurityStatus_detect {
        height: 32/@px-unit;
        width: 100/@px-unit;
    }
    .item-list-btn {
        border-color: @neutral-stroke-1-normal;
    }
}

.safeopr-table-normal {
    .ant-table-placeholder{
        display: none;
    }
}
.safeopr-configBar {
    background-color: @neutral-bg-4-normal;
    border-top: 1px solid @neutral-stroke-2-normal;
    position: absolute;
    left: 0;
}

.FireWall-tab {
    a {
        color: @neutral-fg-3-normal;
        &:hover {
            color: @brand-fg-1-normal;
        }
    }
}

.Loading-wapper {
    .ant-spin-text {
        position: initial;
        transform: initial;
        white-space: nowrap;
    }
}

.Cert {
    .ant-input-number {
        width: 100%;
    }
}

._VideoTransmission_, ._SAFESafetyWarning_, ._UserLock_, .FireWall-tab, ._publicAccountLock_, ._DOSAttack_, ._WlanAgree_, ._publicHttps_ {
    padding-bottom: 78/@px-unit;
}
._Whitelist_ {
    padding-bottom: 78/@px-unit !important;
}


._PicMapManage_ {
    
    
    
    height: 100%;
    padding-left: 0 !important;
    padding-top: 0 !important;
    padding-right: 0 !important;

    .line-row {
        display: flex;
    }
}


._SymServer_ {
    .gap-divider {
        margin-top: 0;
        margin-bottom: 0;
    }
}

._MainStreamDisc_ {
    width: 100%;
}

.flexBetween(){
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._ChanlDiscGroup_ {
  width: 100%;
  .hdd-mode {
    .flexBetween();
    margin-bottom: 10 /@px-unit;
  }
  ._Table_ .ant-table-body {
    min-height: 450 / @px-unit;
  }   
}
.hddmng-table .ant-table-body{
  min-height:192 / @px-unit !important;
}

._RaidManage_ {
    .FlexLine{
        display: flex;
        .WorkMode{
            margin-left: 15 / @px-unit;
        }
    }
    .fixed-button {
        .label-normal-wrapper {
            width: auto !important;
        }
        button {
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            min-width: 100 / @px-unit;
            &#Create, &#Celerity {
                width: auto;
                padding: 4/@px-unit 5/@px-unit;
            }
        }
    }
    ._Table_ .ant-table-body {
        min-height: 600 / @px-unit;
    } 
}

._MachineConfig_ {
    
    
    
    padding-top: inherit; 
    
    .ant-row .label-normal-container {
        min-width:550/@px-unit;
    }
    .syncRemoteCheckBox .label-normal-container>.label-normal-wrapper{
        width: auto !important;
    }
}

._StreamCombine_ {
    @padding:20 / @px-unit;
    box-sizing: content-box;
    width:calc(100% - 2 *  @padding);
    height:900 / @px-unit !important;

    .TitleBar{
        display: flex;
        height: 40 / @px-unit;
        justify-content: space-between;
        align-items: center;
        margin-top: 4 / @px-unit;

        .text{
            font-weight: bold;
            font-size: 16 / @px-unit;
        }
    }

    .ant-table-body{
        min-height: 150 / @px-unit !important;
        .table-input-select-wrapped,.table-input-select-container{
            width: 95% !important;
        }
    }
}

._SnapDisc_ {
    width: 100%;
}

._HddHealth_ {
  ._Table_ .ant-table-body {
    min-height: 220 / @px-unit;
  }   
}



.savepath{
  .label-normal-behind{
    padding-left:0 !important;
  }
}
._Iscsi_ {
    width: 100%;
    .operation-btn {
        width: 100%;
        display: flex;
        .label-div-Container {
            margin-right: 10/@px-unit;
        }
    }
    .ant-col {
        .label-div-Container {
            margin-right: 10/@px-unit;
        }
    }
    ._Table_ .ant-table-body {
        min-height: 380 / @px-unit;
    } 
}
.storage-modal {
    .footer-btn {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        .label-div-Container {
            margin-right: 15/@px-unit;
        }
    }
}


._Table_{
  .sharedFolder-table{
    .ant-table-body{
     min-height: 200/@px-unit;
   }
 }
}

.SharedFolder{
    .flex{
      display: flex;
        .label-div-Container{
          margin-right:10/@px-unit;
        }
    }
}


.SharedUsers{
    .flex{
        display: flex;
        .label-div-Container{
            margin-right:10/@px-unit;
        }
    }
}


.SharedStoragePool{
    .flex{
      display: flex;
        .label-div-Container{
          margin-right:10/@px-unit;
        }
    }
}

._ExtraStreamDisc_ {
    width: 100%;
}



.SyncProgress_LeftTime{
    padding-left: 10 / @px-unit;
}
.raidinfo_modal {
    ._Table_ .ant-table-body {
        min-height: 240 / @px-unit;
    } 
}
._RaidInfo_ {
    ._Table_ .ant-table-body {
        min-height: 450 / @px-unit;
    } 
}


.RaidHotSpare_FlexLine{
    display: flex;
    .AddTo{
        margin-left: 15 / @px-unit;
    }
}
._RaidHotSpare_ {
    ._Table_ .ant-table-body {
        min-height: 450 / @px-unit;
    } 
}



.header-homeBack{
    cursor: pointer;
    
}

.cursor {
    cursor: pointer;
    &:hover {
        color: @neutral-fg-2-normal;
    }
}


.header-contain {
    .color-menu {
        .cus_panel {
            margin-right: 0;
        }

        .iconDropBtn {
            padding: 0;
            height: 32 / @px-unit;
        }
    }
}

div.color-menu-dropdown {
    min-width: 120 / @px-unit !important;
    border-radius: 4 / @px-unit;

    .color-menu-item {
        display: flex;
        align-items: center;
        padding: 0 14 / @px-unit;
    
        .color-example {
            display: inline-block;
            margin-right: 10 / @px-unit;
            width: 16 / @px-unit;
            height: 16 / @px-unit;
            border: 1px solid @neutral-stroke-2-normal;
            border-radius: 2 / @px-unit;
        }
    }

    .ant-dropdown-menu .ant-dropdown-menu-item {
        height: 32 / @px-unit;
    }
}



.home_settingBtn{
    .cus_icons{
        margin: 0 15/@px-unit !important;
    }
}





.syncinfo_modal {
    ._Table_ .ant-table-body {
        min-height: 200 / @px-unit;
    } 
}




.userDropMenu{
    &.iconDropMenu{
        min-width: 130/@px-unit !important;
    }
}
.task_userBtn {
    min-width: 45/@px-unit ;
    >span {
        color: @neutral-fg-2-normal;
    }
}



._StreamDisc_ {
    
    .hdd-mode-swrap{
        margin-bottom: 10 /@px-unit;
        .hdd-mode {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
    }
    .table-item {
        margin: 0;
        text-align: center;
    }
    .table-input{
        width: 100% !important;
        .table-input-select-container{
            width: 100% !important;
        }
        .table-input-select-wrapped{
            width: 100% !important;
        }
    }
    
    
    
    ._Table_ .ant-table-body {
        min-height: 450 / @px-unit;
    } 

    .hddmanage-combine-table .ant-table-body {
        min-height: 150 / @px-unit;
    }

}



.TaskBarAlarmInfo {
    
    
    


}
._SubScribeModal_ {
    .label-div-Container {
        display: inline-block;
        width: 25%;
    }
}
.AlarmInfoModal {
    .settingRefresh  {
        
        .header-left {
            float: left;
        }
        .header-right {
            float: right;
        }
    }
    .refreshBtn {
        float: right;
    }
    .ant-table-filter-column {
        justify-content: center;
    }
    tr.ant-table-measure-row{
        visibility: collapse;
    }
    .device_info .ant-badge-dot {
        box-shadow: 0 0 0 0.07142857rem @status-error-fg-1-normal;
    }
}


.header-tabMenu {
    padding-left: 10 / @px-unit;
    width: 100%;
    line-height: @navMenuLineHeight;
    height: @navMenuLineHeight;

    .ant-tabs {
        &.ant-tabs {
            & > .ant-tabs-nav {
                height: @navMenuLineHeight;
                &::before {
                    border-width: 0px;
                }
                .ant-tabs-nav-list {
                    .ant-tabs-tab {
                        border: none;
                        
                    }
                }
                .ant-tabs-tab-btn {
                    padding: 0;
                    border: 0px;
                    transition:none
                }
            }
        }
    }
    .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active {
        background-color: @neutral-bg-1-selected-3 !important;
        border: none;
        color: @neutral-fg-on-1-selected !important;
    }
    .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab {
        background-color: @neutral-bg-1-selected-3;
        border: none;
        border-left: 1px solid @neutral-bg-1-selected-3;
        border-right: 1px solid @neutral-bg-1-selected-3;
        text-align: center;
        line-height: @navMenuLineHeight;
        width: unset;
        margin-right: 9/@px-unit;
        color:@neutral-fg-on-1-normal;
    }
    .ant-tabs-bar {
        border: none;
        color:@neutral-fg-on-1-normal;
        margin: 0;
    }
    .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-nav-container {
        height: @navMenuLineHeight;
    }
    .ant-tabs-nav-container {
        line-height: @navMenuLineHeight;
    }
    .ant-tabs-tab-next{
        height: @navMenuLineHeight;
        color:@neutral-fg-2-normal;
        &:hover{
            color:@neutral-fg-1-normal;
        }
    }
    .ant-tabs-tab-prev{
        height: @navMenuLineHeight;
        color:@neutral-fg-2-normal;
        &:hover{
            color:@neutral-fg-1-normal;
        }
    }

    .ant-tabs-tab {
        height: auto !important;
        width: auto !important;
        padding: 0 !important;
        
        margin-right: 12 / @px-unit !important;
        min-width: 40 / @px-unit;
        max-width: 144 / @px-unit;
        border-radius: 4 / @px-unit !important;

        & > div {
            display: flex;
            width: auto;
            margin: 5 / @px-unit 12 / @px-unit;
            
            align-items: center;
            justify-content: space-between;
            padding: 0 0.3rem;
        }

        .anticon-close{
            color:@neutral-fg-on-1-selected !important;
            margin: 0 !important;
        }

        .tab-item {
            display: flex;
            
            align-items: center;
            width: 100%;
            
            .ant-image,.tabIcon {
                display: none;
            }
            .ant-image{
                width: 25/@px-unit; 
                .ant-image-img{
                    
                    width: 16/@px-unit;
                }
            }
            .tabIcon{
                
                font-size: 20/@px-unit;
            }
            .tab-text{
                
                
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                max-width: 100 / @px-unit;
            }
        }
    }
    .ant-tabs-tab-active {
        .tab-text {
            color: @neutral-fg-on-1-selected;
        }
    }

    .ant-tabs-tab-btn:focus,
    .ant-tabs-tab-remove:focus,
    .ant-tabs-tab-btn:active,
    .ant-tabs-tab-remove:active {
       color:@neutral-fg-on-1-normal !important;
    }
    .errorCls{
        width: 100% !important;
        color: @status-error-bg-1-normal;
        text-align: center;
        font-size: @font-size-base !important;
        .errorCls_text {
            line-height: @navMenuHeight;
        }
    }
}
.ant-tabs-dropdown .ant-tabs-dropdown-menu-vertical .ant-tabs-dropdown-menu-item .header-dropdown-item span {
    
    margin-left: 0;
    text-align: left;
    width: 25/@px-unit;
}

.ant-tabs-dropdown .ant-tabs-dropdown-menu-vertical .ant-tabs-dropdown-menu-item {
    min-width: 152/@px-unit;
}
.ant-tabs-dropdown-menu{
    background-color: @neutral-bg-1-normal;
    svg {
        fill:@neutral-fg-on-1-normal;
    }

}

.live {
   .liveBtn {
        .label-normal-container {
            padding-top: 0px !important;
            padding-bottom: 0px !important;
        }
        background-color: red !important;
        color: white !important;
    } 
    margin-left: 8 / @px-unit;
    margin-right: 8 / @px-unit;
    @media all and (-ms-high-contrast:none) {
        
        
        margin-top: 11 / @px-unit;
    }
}



.detailTime {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.errStatus {
    color: @status-error-fg-1-normal;
}
.warnStatus {
    color: @status-warning-fg-1-normal;
}
.hdd_health_modal {
    ._Table_ .ant-table-body {
        min-height: 200 / @px-unit;
    } 
}


._User_ {
    padding-left: 20 / @px-unit;
    padding-top: 20 / @px-unit;
    padding-right: 10 / @px-unit;
    width: 100%;
    ._Table_ {
        .ant-table {
            .ant-table-content {
                height: 450 / @px-unit;
                overflow-y: auto;
            }
        }
        .not-show {
            display: none;
        }
    }
    .ant-modal {
        .ant-modal-body {
            min-height: 498 / @px-unit;
            height: 580 / @px-unit;
            overflow-y: auto;
            padding: 40/ @px-unit 24/ @px-unit;
            .ant-tabs .ant-tabs-content {
                [id*="Auth"] {
                    .label-div-Container:not(:first-child) {
                        display: inline-block;
                        width: 190 / @px-unit
                    }
                }
                [id*="Monitor"] {
                    .label-div-Container:not(:first-child) {
                        display: inline-block;
                        width: 70 / @px-unit
                    }
                }
                [id*="Replay"] {
                    .label-div-Container:not(:first-child) {
                        display: inline-block;
                        width: 70 / @px-unit
                    }
                }
                [id*="Voice"] {
                    .label-div-Container:not(:first-child) {
                        display: inline-block;
                        width: 70 / @px-unit
                    }
                }
                .label-normal-container  {
                    padding: 5/@px-unit 0 !important;
                }
                .user_tab_container {
                    &>.label-div-Container {
                        margin-right: 4 / @px-unit;
                    }
                }
            }
        }
    }
    .ant-tabs-nav .ant-tabs-tab-btn {
        width: 150/@px-unit !important;
        min-width: 150 / @px-unit;
    }
    .ant-popover-content {
        width: 550 / @px-unit;
    }
    .tabText {
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
}


._Onvif_ {
    padding-left: 20 / @px-unit;
    padding-top: 20 / @px-unit;
    padding-right: 10 / @px-unit;
    width: 100%;
    ._Table_ {
        .ant-table {
            .ant-table-content {
                height: 450 / @px-unit;
                overflow-y: auto;
            }
        }
        .not-show {
            display: none;
        }
    }
    .ant-modal {
        .ant-modal-body {
            min-height: 498 / @px-unit;
            overflow-y: auto;
        }
    }
 
}



._PasswordReset_ {
    .ant-divider {
        background: inherit;
    }

    .ant-divider-horizontal.ant-divider-with-text-left:after {
        border-top: 1 / @px-unit solid #13161b;
    }
    .QR_background {
        width: 205 / @px-unit;
        height: 205 / @px-unit;
        padding: 10 / @px-unit;
        background-color: @QRCodeBg;
        margin: 10 / @px-unit;
        img{
            width: 185 / @px-unit;
            height: 185 / @px-unit;
        }
    }
    
    .ant-select-single:not(.ant-select-customize-input) .ant-select-selector{
        height: 30 / @px-unit;
        .ant-select-selection-search-input {
            height: 28 / @px-unit;
        }
    }
}

.password-reset-modal {
    width:430 /@px-unit !important;
}



@col-side-container-width: 88/ @px-unit;

._SideView_ {
  min-width: 1280px;
  height: 100%;
  background-color: @neutral-bg-4-normal;

  .ant-tabs {
    .ant-tabs-bar {
      border-bottom-color: @neutral-bg-4-normal;

      .ant-tabs-nav-container {
        height: 50px;

        .ant-tabs-nav-wrap {
          .ant-tabs-nav {
            .ant-tabs-tab {
              
              height: 48 / @px-unit;
              text-align: center;
              margin: 0;

            }

            .ant-tabs-ink-bar {
              visibility: hidden;
            }
          }
        }
      }
    }
  }

  .m-side-container {
    height: 100%;
    width: 12.5%;
    min-width: 100px;
    overflow-y: auto;
    background: @neutral-bg-4-normal;
  }

  .m-col-side-container {
    height: 100%;
    width: @col-side-container-width;
    
    
    background: @neutral-bg-4-normal;
  }

  .m-main-page {
    height: 100%;
    background-color: @neutral-bg-6-normal; 
    padding: 16 / @px-unit;

    &>div {
      
      background: transparent;
      width: 100%;
      height: 100%;
    }

    .MainPage {
      background-color: @neutral-bg-4-normal;
      
      padding-bottom: @mainPagebottomH;

      
      &.noFixedButton {
        padding-bottom: @mainPagePadding;
      }
    }

    @media screen and (-webkit-min-device-pixel-ratio: 1.1),
    (-ms-high-contrast: active),
    (-ms-high-contrast: none) {
      .MainPage {
        
        height: calc(100% - @mainPagebottomH);

        
        &:not(.noFixedButton) {
          height: 100%;
          overflow-y: auto;
        }
      }
    }

    .content-container {
      background-color: @neutral-bg-4-normal;
      overflow-x: hidden;
      overflow-y: auto;
    }
  }

  .exception-main-page {
    padding: 0;
  }

  .m-col-main-page {
    width: calc(100% - @col-side-container-width);
  }

  .ant-spin-nested-loading,
  .ant-spin-container {
    position: static;
    height: 100%;
  }

  .ant-menu-inline-collapsed {
    width: @col-side-container-width;
  }

  ._SideTabView_ {
    height: 100%;
    background-color: @neutral-bg-4-normal;
    overflow-y: hidden;

    
    
    
  }

  ._SideTabView_>.ant-col {
    position: static;
    height: 100%;
  }

  
  ._SideTabView_>.ant-col>.ant-row:nth-child(2) {
    @bottomH:50 / @px-unit;
    height: calc(100% - @bottomH);
    overflow-y: auto;
  }
  
  .sideMenu {
    border-right: 1px solid @neutral-stroke-2-normal;
    .ant-menu-inline{
      border-right: 0px;
    }
    .sideMenuBody{
      background-color: @neutral-bg-4-normal;
      
      .ant-menu-submenu-selected{
        .ant-menu-submenu-title{
          color: @brand-fg-1-normal;
          .anticon{
            color: @brand-fg-1-normal;
          }
        }
      }
      
      .ant-menu-submenu-active{
        .ant-menu-submenu-title{
          color: @brand-fg-1-hover;
          .anticon{
            color: @brand-fg-1-hover;
          }
        }
      }
      
      .ant-menu-item-active{
        .ant-menu-title-content{
          color: @brand-fg-1-hover;
          .anticon{
            color: @brand-fg-1-hover;
          }
        }
        a{
          color: @brand-fg-1-hover;
        }
      }
      
      .ant-menu-item-selected{
        background-color: @brand-bg-2-selected;
        .ant-menu-title-content{
          color: @brand-fg-1-normal;
          .anticon{
            color: @brand-fg-1-normal;
          }
        }
        a{
          color: @brand-fg-1-normal;
        }
      }

      .ant-menu-item, .ant-menu-submenu{
        padding: 0px !important;
        .ant-menu-title-content,
        .ant-menu-submenu-title{
          padding: 0px !important;
          .menu-icon{
            margin-left: 12 / @px-unit;
            margin-right: 8 / @px-unit;
            width: auto !important;
            height: auto !important;
          }
        }
      }

      .ant-menu-submenu{
        .ant-menu-sub{
          .ant-menu-item{
            padding-left: 40 / @px-unit !important;
          }
        }
      }

      .ant-menu-title-content{
        display: flex;
        align-items: center;
        .menu-icon{
          .anticon{
            font-size: inherit!important;
          }
        }
        .infoBadge{
          .ant-badge-count-sm{
            right: 0px;
            margin-top: 0px !important;
            left: -5px;
            top: -10px
          }

        }

        .native-tooltip{
          max-width: calc(100% - 52px); 
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
        }
        
        >span:not(.ant-badge){
          width: calc(100% - 72px); 
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          display: flex;
          align-items: center;
          .native-tooltip{
            display: inline-block;
            max-width:90%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
          }
          .infoBadge{
            .ant-badge-count-sm{

            }
          }
        }

      }

      .ant-menu-submenu-title{
        .ant-menu-submenu-arrow{
          width: 12 / @px-unit;
          right: 8 / @px-unit;
        }
      }
    }
  }
}

._ColSideView_ {