

._AcuPickIcon_{
    &.hide {
        display: none;
    }
    .active{
        svg path:nth-of-type(1){
            fill:@current!important;
        }
    }
    .close_icon, .search_icon {
        display: none !important;
    }
}

.acupick {
    &-region, &-canvas{
        width: 100%;
        height: 100%;
        position: absolute;
        &-hide {
            top: -10000 / @px-unit;
            z-index: 0;
        }
        &-show {
            z-index: 1001;
            top: 0;
            left: 0;
        }
    }
}

._PtzSet_ {
    height:200/ @px-unit;
    padding-left: 15 / @px-unit;
    width: 100%;
    -webkit-touch-callout: none; 
    -webkit-user-select: none; 
    -khtml-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
    .label-normal-container {
        padding-top: 0 !important;
    }
    .btnGroups{
      display: flex;
      width: 180/ @px-unit;
      flex-wrap: wrap;
    }
    .btn{
       width:87/ @px-unit !important;
   
    }
    .btn3{
        width:60/ @px-unit!important;
    }
    .inputWrap{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        >span{
          margin-left:10/ @px-unit;
          color:@pageTextN;
          font-size:14/ @px-unit
        }
    }
  .vertical{
    margin-top:40/ @px-unit;
  }
  .show{
      display: '';
  }
  .hidden{
      display: none;
  }
}


._PtzCtrl_ {
    
    
    
    padding-top: inherit; 
    position: relative;
    -webkit-touch-callout: none; 
    -webkit-user-select: none; 
    -khtml-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
    &header_bg {
        width: 150 / @px-unit;
        height: 150 / @px-unit;
        margin: 25 / @px-unit 0 15 / @px-unit 25 / @px-unit;
        position: relative;
        & &_icon {
            .svgFont(150);
            svg {
                & + {
                    path{
                        fill: @preview_right_ptzBg; 
                    }
                }
            }
        }
    }
    &header_el {
        width: 151 / @px-unit;
        height: 151 / @px-unit;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        position: absolute;
        justify-content: flex-start;
        cursor: pointer;
        top: 0;
        left: 0;
        .anticon{
            font-size: 50 / @px-unit!important;
        }
    }
    .active{
        svg path:nth-of-type(1){
            fill:@current!important;
        } 
    }
}


.hard-disk-management-table .ant-table-body{
    min-height: 230 / @px-unit !important;
}
.hardDiskManagement_state{
  display: flex;
  justify-content: center;
  align-items: center;
  .grid-infoIcon {
    .svgOut(@warningColor)
  }
}


._PtzStep_ {
    width: 180 / @px-unit;
    height: 48 / @px-unit;
    margin: 0 0 0 7.5 / @px-unit;
    background-color: @preview_right_ptzStep_Bg;
    -webkit-touch-callout: none; 
    -webkit-user-select: none; 
    -khtml-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
    .label-normal-container {
        display: flex;
        padding: 0 !important;
    }
    &label {
        width: 45 / @px-unit !important;
        height: 48 / @px-unit !important;
        line-height: 48 / @px-unit !important;
        margin-left: 4/ @px-unit;
        text-align: center !important;
        padding-right: 0;
    }
    &slider {
        width: 120 / @px-unit !important;
        line-height: 48 / @px-unit !important;
        .labelSlider-float-left,
        .labelSlider-float-right {
            width: 0 / @px-unit;
        }
        .labelSlider-center {
            margin: 0 / @px-unit;
            .ant-slider {
                margin-top: 9 / @px-unit !important;
                margin-bottom: 9 / @px-unit !important;
            }
            .ant-slider-mark-text,
            .ant-slider-mark-text-active {
                color: @preview_right_ptzStepMask_ColorN;
                font-size: 12 / @px-unit;
            }
            .ant-slider-step {
                .ant-slider-dot {
                    width: 0;
                    height: 0;
                    border: none;
                }
            }
        }
    }
}



._PtzMenu_ {
    
    
    
    padding-top: inherit; 
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    -webkit-touch-callout: none; 
    -webkit-user-select: none; 
    -khtml-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
    &header_bg {
        position: relative;
        width: 120 / @px-unit;
        height: 120 / @px-unit;
        margin: 10 / @px-unit 0 30 / @px-unit 0;
        & &_icon {
            .svgFont(120);
            svg {
                & + {
                    path{
                        fill: @preview_right_ptzBg; 
                    }
                }
            }
        }
    }
    &header_el {
        width: 120 / @px-unit;
        height: 120 / @px-unit;
        display: flex;
        flex-wrap: wrap;
        position: absolute;
        top: 0;
        left: 0;
        .cus_icons:not(.disabled_icons):not(.noHover):hover svg path:nth-child(2) {
            fill:@current;
        }
        & &_icon {
            .svgFont(30);
            width: 30 / @px-unit;
            height: 30 / @px-unit;
            margin: 5 / @px-unit 5 / @px-unit 5 / @px-unit 5 / @px-unit;
            &:hover {
                cursor: pointer;
            }
         
        }
    }
    &btngroups{
        display: flex;
        justify-content: flex-start;
        color:@pageTextN;
        margin:-17/@px-unit 0 0 0;
        .btn3{
            width:60/ @px-unit!important;
        }
    }
}

._PlaybackIndex_ {
    
    
    
    height: 100%;
    width: 100%;
    display: flex;
    overflow: hidden;
    &layout {
        height: 100%;
        width: 100%;
        display: flex;
    }
    &center {
        background-color: @ocxBg;
        border-left: 1px solid @ocx_Border;
        border-right: 1px solid @ocx_Border;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex: 1 1 auto;
        &_plugin {
            flex: 1 1 auto;
            display: flex;
            flex-flow: inherit; 
            .ocxLocation {
                flex-grow: 1;
            }
        }        
    }

    &right {
        
        width: 308px;
        background-color: @playback_Right_Bg;
        .ant-layout-sider-children {
            display: flex;
            flex-direction: column;
        }
    }
    
    .playback_close_icon, .playback_search_icon {
        display: none;
    }
}



._BaseConfig_ {
    overflow-y: auto;
    padding-left: 2%;
    width: 100%;
    padding-top: 30 / @px-unit;
    .fullTimeSelecion {
        margin-left: 20 / @px-unit;
        
    }
    .leftmargin {
        margin-left: 20 / @px-unit;
    }
    .label-normal-behind {
        margin-left: 20 / @px-unit;
    }
    .addCustomDays {
        margin-left: 20 / @px-unit;
        .check-box-group {
            .label-normal-wrapper {
                
                width: 700px !important;
                .labelCheckboxGroup {
                    display: flex;
                    .ant-checkbox-wrapper {
                        width: 200px;
                    }
                }
            }
        }
    }
    .DelExpiredFilesByChn {
        margin-left: 20 / @px-unit;
    }
    .AutoDelFaceDataSel {
        margin-left: 20 / @px-unit;
    }
}


.addCustomDays-modal {
    .ant-modal-content {
        .ant-modal-body {
            padding: 0 !important;
            padding-bottom: 30px !important;
            ._Holiday_ {
                position: relative !important;
                .ant-row {
                    .fixed-button {
                        position: absolute !important;
                        padding-top: 40px;
                        border-top: none !important;
                    }
                }
            }
        }
    }
}



@icon-success-color: @iconNolmal; 
@icon-warning-color: @iconFail; 
@icon-fail-color: @iconFail; 
@icon-ignore-color: @iconColorD; 
@icon-list-color: @iconListColorN; 


._SAFESecurityStatus_ {
    ._SAFESecurityStatus_title {
        background-color: inherit;
    }
    ._SAFESecurityStatus_detect {
        height: 32/@px-unit;
        width: 100/@px-unit;
    }
    .anticon.item-icon-list {
        svg .icon-cicrle-part {
            fill: @icon-list-color;
        }
    }
    .item-list-btn {
        border-color: @buttonNormalBorderN;
    }
    .item-icon-loading {
        &::after {
            border-bottom-color: @icon-success-color;
        }
    }
    .anticon.icon-status-success {
        svg .icon-cicrle-part {
            fill: @icon-success-color;
        }
    }
    .anticon.icon-status-fail {
        svg .icon-cicrle-part {
            fill: @icon-fail-color;
        }
    }
    .anticon.icon-status-ignore{
        svg .icon-cicrle-part{
            fill:@icon-ignore-color;
        }
    }
    .anticon._SAFESecurityStatus_titleIcon {
        svg .icon-cicrle-part {
            fill: @icon-success-color;
        }
    }
    .anticon.warningTips-icon {
        svg .icon-cicrle-part {
            fill: @icon-fail-color;
        }
    }
    .anticon.successTips-icon {
        svg .icon-cicrle-part {
            fill: @icon-success-color;
        }
    }
}

.safeopr-table-normal {
    .ant-table-placeholder{
        display: none;
    }
}
.safeopr-configBar {
    background-color: @BottomBarBg;
    border-top: 1px solid @BottomBarBorder;
    position: absolute;
    left: 0;
}

.FireWall-tab {
    a {
        color: @pageTextN;
        &:hover {
            color: @current;
        }
    }
}

.Loading-wapper {
    .ant-spin-text {
        position: initial;
        transform: initial;
        white-space: nowrap;
    }
}

._SAFESafetyWarning_ {
    .anticon.detail_icon {
        svg .icon-cicrle-part {
            fill: none;
        }
    }
}
.Cert {
    .anticon.detail_icon {
        svg .icon-cicrle-part {
            fill: none;
        }
    }
    .ant-input-number {
        width: 100%;
    }
    .anticon.default-select {
        svg .icon-cicrle-part {
            fill: @icon-success-color;
        }
    }
}

._VideoTransmission_, ._SAFESafetyWarning_, ._UserLock_, .FireWall-tab, ._publicAccountLock_, ._DOSAttack_, ._WlanAgree_, ._publicHttps_ {
    padding-bottom: 78/@px-unit;
}
._Whitelist_ {
    padding-bottom: 78/@px-unit !important;
}

._SymServer_ {
    .gap-divider {
        margin-top: 0;
        margin-bottom: 0;
    }
}

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



._RecordControl_ {
    .content-wrapper {
        display: flex;
        width: 100%;
        height: 100%;
        .pagination-left, .pagination-right {
            display: flex;
            align-items: center;
            width: 50/@px-unit;
        }
        .header-titles {
            width: auto;
            max-width: 110/@px-unit;
            margin-right: 30 / @px-unit;
            .title-wrapper {
                display: flex;
                flex-direction: column;
                padding: 8/@px-unit 0;
                .header-title-item {
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    line-height: 30/@px-unit;
                }
                .header-title-first {
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    line-height: 32/@px-unit;
                }
            }
        }
        .channel-radios {
            width: auto;
            .sdd-radioGroup-container{
                height: auto;
            }
            .radio-group-wrapper {
                display: flex;
                .channel-radio-group {
                    display: flex;
                    flex-direction: column;
                    .channel-one-radio-group {
                        overflow: hidden;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        .ant-radio-group {
                            margin-top: 11/@px-unit;
                        }
                        .ant-radio-wrapper {
                            height: 30/@px-unit !important;
                            line-height: 16/@px-unit !important;
                        }

                        .ant-checkbox-group{
                            margin-top: 14/@px-unit;
                            display: flex;
                            flex-direction: column;

                            .ant-checkbox-wrapper{
                                margin-left: 0;
                                margin-bottom: 4 / @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;
    }
}

.flexBetween(){
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._ChanlDiscGroup_ {
  width: 100%;
  padding:20 / @px-unit;
  .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;
}


._RecordPlan_ {
    .childLableContainer-d-inlineBlock {
        &>div {
            display: inline-block;
        }
    }  
    .labelCheckBox-behind-labelText {
        .label-normal-container {
            padding-top: 0 !important;
            padding-bottom: 0 !important;
        }
    }  
}

._PbRightPanel_ {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    height: 100%;
    &bottom {
        width: 100%;
        height: 60 / @px-unit;
        padding: 0 10px 4px 10px;
        margin-top: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: @playback_Right_Bg;
    }
    &bottom_x {
        width: 100%;
        height: 60 / @px-unit;
        padding: 0 10px 4px 10px;
        margin-top: auto;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        background-color: @preview_Right_Bg;
    }
    &bottom_item {
        width: 66 / @px-unit;
        height: 40 / @px-unit;
        text-align: center;
        
        
        background-color: @playback_Right_iConBtn_bg;
        border: 1 / @px-unit solid @buttonNormalBorderN;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    &bottom_icon {
        font-size: 30 / @px-unit !important;
    }
    .label-normal-wrapper {
        width: 290px !important;
    }
    ._PbRightPanel_bottom_itemLeft{
        width: 100%;
        height: 40 / @px-unit;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        .label-normal-wrapper {
            width: 50px !important;
        }
    }
    ._PbRightPanel_chl_divider {
        margin: 5 / @px-unit 0;
    }
    ._PbRightPanel_chl_table {
        flex: 1;
        overflow: hidden;
        position: relative;
        min-height: 150 / @px-unit;
        width: 290px;
        margin-top: 14 / @px-unit;
        .ant-table-body {
            min-height: auto !important;
            max-height: none !important;
            -ms-max-height:none  !important;
            tbody {
                .ant-table-row {
                    &.ant-table-row-selected {
                        td {
                            background: transparent;
                        }
                    }
                    .ant-table-cell-ellipsis {
                        text-align: left !important;
                        &.ant-table-column-sort {
                            background: transparent;
                        }
                    }
                }
            }
        }
        .ant-checkbox-indeterminate .ant-checkbox-inner {
            border: 1px solid @pageBorderN;
        }
        ._Table_ {
            height: 100%;
            .ant-table {
                & > .ant-table-container {
                    display: flex;
                    height: 100%;
                    flex-direction: column;
                    .ant-table-header{
                        overflow: visible !important;
                        height:auto;
                    }
                    tr {
                        td {
                            height: 40px;
                        }
                    }
                    th {
                        height: 40px !important;
                    }
                }
                ::-webkit-scrollbar {
                    width: 0px;
                }
            }
            .ant-table-fixed-header{
                height: 95%;
            }
            .m-table-showEmpty {
                height: 100%;
                .ant-table-wrapper {
                    height: 100%;
                    .ant-spin-nested-loading {
                        height: 100%;
                        .ant-spin-container {
                            height: 100%;
                        }
                    }
                }
            }
        }
    }
    ._Table_ div:first-child{
        height: 100%;
    }
    .ant-table-thead div:first-child{
        height: auto ;
    }
    ._PbRightPanel_fish_eye {
        width: 290px !important;
    }
    ._Eptz_ {
        width: 290px !important;
        .label-normal-wrapper {
            width: unset !important;
        }
        .range-content .label-normal-wrapper{
            width: 90 / @px-unit !important;
        }
    }
    .right_orgin_hide {
        display: none;
    }
    .right_orgin_flex {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .calender_box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .chl_table {
        height: 350 / @px-unit;
    }
    .playback_channel_show {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .playback_channel_none {
        display: none;
    }
    ._PbRightPanel_rightpanel_show {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0px 8px;
        height: 100%;
    }
    ._PbRightPanel_rightpanel_hide {
        display: none;
    }
    .mask_datum {
        position: relative;
        width: 100%;
    }
    .mask_panel {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 10;
        
        
    }
    .mask_panel_all {
        height: 90%;
    }
    .mask_panel_show {
        display: block;
    }
    .mask_panel_hide {
        display: none;
    }

}





._BottomPanel_ {
    
    display: flex;
    flex-direction: column;
    background-color: @preview_center_bottom_Bg;
    ._BottomPanel_bottom_btn {
        height: 50px;
        display: flex;
        align-items: center;
        overflow: hidden;
    }
    ._BottomPanel_bottom_timeline {
        height: 92px;
    }
    ._BottomPanel_bottom_select {
        .ant-checkbox-disabled + span {
            color: .color_D(@preview_center_bottom_Bg) [];
        }
    }
    
    
    
}

._DateConfig_.MainPage {
    width: 100%;
    .label-normal-behind {
        height: 0;
        &.pl-0 {
            padding-left: 0rem !important;
        }

        .label-normal-container {
            padding-top: 0rem !important;
            button {
                margin-left: 1.5rem;
            }
        }
    }

    .holidayRadioGroup {
        label {
            width: 45%;
        }
    }
}



.detailTime {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.errStatus {
    color: @errorColor;
}
.warnStatus {
    color: @warningColor;
}
.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 {
            background-color: @pageBodyBg;
            .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;
            .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;
                }
            }
        }
    }
   .ant-tabs-nav .ant-tabs-tab-btn {
        width: 150/@px-unit !important;
        min-width: 150 / @px-unit;
   }
   
   .tabText {
       overflow: hidden;
       white-space: nowrap;
       -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
   }
}


._TagListPanel_ {
    display: flex;
    flex-direction: column;
    align-items: center;
    
    
    
    
    
    
    
    
    
    
    &bottom {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 60 / @px-unit;
        padding: 0 10px 4px 10px;
        display: flex;
        justify-content: space-between;
    }
    &bottom_item {
        width: 66 / @px-unit;
        height: 40 / @px-unit;
        text-align: center;
        background-color: @playback_Right_iConBtn_bg;
        border: 1 / @px-unit solid @buttonNormalBorderN;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    &bottom_icon {
        font-size: 30 / @px-unit !important;
    }
    .timePiker-box {
        width: 290px;
        margin: 10 / @px-unit 0;
    }
}



._RegionofInterest_ {
    
    
    
    height: 100%;
    position: relative;
    padding: 40/@px-unit 0;
}


._FileListPanel_ {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    &bottom {
        width: 100%;
        height: 60 / @px-unit;
        padding: 0 10px 4px 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    &bottom_mix {
        display: flex;
        flex-direction: row;
        width: 140 / @px-unit;
        justify-content: flex-start;
    }
    &bottom_item {
        width: 66 / @px-unit;
        height: 40 / @px-unit;
        text-align: center;        
        
        background-color: @playback_Right_iConBtn_bg;
        border: 1 / @px-unit solid @buttonNormalBorderN;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    &bottom_item_lock {
        line-height: 50 / @px-unit;
    }
    &bottom_icon {
        font-size: 30 / @px-unit !important;
    }
    &timer_piker {
        width: 290px;
        margin: 10 / @px-unit 0;
    }
    ._Table_ {
        margin-top: 0;
        flex: 1;
        overflow: hidden;
        .m-table-showEmpty{
            height: 100%;
            .ant-table-wrapper {
                height: 100%;
            }
        }
        .ant-table {
            & > .ant-table-container {
                tr {
                    td {
                        height: 40px;
                    }
                }
                th {
                    height: 40px !important;
                }
            }
        }
    }
}



._Onvif_ {
    padding-left: 20 / @px-unit;
    padding-top: 20 / @px-unit;
    padding-right: 10 / @px-unit;
    width: 100%;
    ._Table_ {
        .ant-table {
            background-color: @pageBodyBg;
            .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;
        }
    }
 
}




.header-bar{
    position: absolute;
    top: 0;
    height: 40 / @px-unit;
    display: flex;
    align-items: center;
    width: 100%;
    .count-icon-bright {
        width: 30%;
        svg {
            & + {
                path:first-child {
                    fill: @current !important; 
                }
            }
        }
    }
    .count-icon{
        width: 30%;
    }
    .count-icon-disabled {
        pointer-events: none;
        width: 30%;
    }
    .right-icon{
        float: right;
        margin-right: 10 / @px-unit;
        padding-left: 60 / @px-unit;
    }
}


._RegionofInterest_ {
    .list-wrap{
        height: 100%;
        .flat-list {
            height: 100%;
            padding: 10 / @px-unit;
            overflow-y: scroll;
            .win-view{
                
                
                margin-top: 0px;
                margin-bottom: 20000px;
            }
        }
        .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: @anchorTextA;
                    cursor:pointer
                }
                .right-arrow:hover{
                    color: @anchorTextA;
                    cursor:pointer
                }
            }
        }
        
    }

}



.intereting-modal{
    width: 100% !important;
    height: 100%;
    .ant-modal-content{
        height: 100%;
        .ant-modal-body{
            height: 93%;
            display: flex;
            flex-direction: column;
            padding-bottom: 0;
            .intereting-modal-header {
                flex-shrink: 0;
                height: 40 / @px-unit;
                .header-bar {
                    width: 300 / @px-unit !important;
                    margin-top: 20 / @px-unit;
                }
            }           
            .intereting-modal-wrap{
                position: relative;
                height: 100%;
                overflow-y: scroll;
                flex-grow: 1;
                
                .interet-card-wrap{
                    width: 300 / @px-unit;
                    float: left;
                    margin-right: 20 / @px-unit;
                    margin-bottom: 10 / @px-unit;
                }
            }
        }
    }
}

.intereting-footer{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    .all-label{
        width: 50 / @px-unit !important;
    }
}

._FileLockTable_ {
    .label-normal-behind {
        &.pl-0 {
            padding-left: 0 / @px-unit !important;
        }

        .label-normal-container {
            padding-top: 0 / @px-unit !important;

            button {
                margin-left: 1.5rem;
            }
        }
    }
    .date-range-picker {
        .validity-picker {
            width: 500 / @px-unit !important;
        }
    }
    .modal-footer {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        justify-content: flex-end;
    }
    .btn-left {
        margin-right: 10 / @px-unit;
    }
    .lock_tabel {
        margin-top: 8 / @px-unit;
    }
    ._lock_list_panel_ {
        .label-normal-behind {
            .label-normal-container {
                padding: 0 !important;
            }
        }
    }
    ._Table_ .ant-table-body {
        min-height: 288 / @px-unit;
    } 
}


._TagListTable_ {
    .label-normal-behind {
        &.pl-0 {
            padding-left: 0 / @px-unit !important;
        }

        .label-normal-container {
            padding-top: 0 / @px-unit !important;

            button {
                margin-left: 1.5rem;
            }
        }
    }
    .date-range-picker {
        .validity-picker {
            width: 500 / @px-unit !important;
        }
    }
    .modal-footer {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        justify-content: flex-end;
    }
    .btn-left {
        margin-right: 10 / @px-unit;
    }
    .taglist-tabel {
        margin-top: 8 / @px-unit;
    }
    ._tag_list_panel_ {
        .label-normal-behind {
            .label-normal-container {
                padding: 0 !important;
            }
        }
    }
    ._Table_ .ant-table-body {
        min-height: 280 / @px-unit;
    } 
}


._FileList_ {
    width: 290px;
    overflow: hidden;
    .fileList_type_icon {
        display: flex;
        padding-left: 20 / @px-unit;
        align-items: center;
        .svgHover(@iconColorN);
    }
    .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;
    }
    .type_color_fileList_general {
        background-color: @general;
    }
    .type_color_fileList_ivs {
        background-color: @ivs;
    }
    .type_color_fileList_alarm {
        background-color: @alarm;
    }
    .type_color_fileList_detect {
        background-color: @detect;
    }
    .type_color_fileList_pos {
        background-color: @pos;
    }
    .type_color_fileList_card {
        background-color: @card;
    }
    .fileList_type_lock_hide {
        display: none;
    }
    .ant-pagination-simple-pager{
        
        color: @playback_Right_Font_N;
        input{
            color: @formInputTextN;
        }
    }
    
    .ant-pagination-next,
    .ant-pagination-prev{
        .svgOut(@playback_Right_Font_N);
        &.ant-pagination-disabled{
            .svgDisabled(@playback_Right_Font_D);
        }
    }
    .ant-spin-container .ant-table-pagination {
        display: flex !important;
    }
    .ant-checkbox-indeterminate .ant-checkbox-inner {
        border: 1px solid @pageBorderN;
    }
    .ant-spin-nested-loading {
        height: 100%;
    }
    .ant-spin-container {
        height: 100%;
        flex: 1;
        display: flex;
        flex-direction: column;
        .ant-table {
            flex: 1;
            overflow: hidden;
            &>.ant-table-container {
                height: 100%;
                min-height: 350 / @px-unit;
                .ant-table-content {
                    overflow-y: scroll;
                    height: 100%;
                }
                .ant-table-header {
                    overflow: visible !important;
                    height: auto;
                }
            }
        }
        .ant-table-fixed-header{
            height: 95%;
        }
        thead {
            position: sticky;
            top: 0;
            z-index: 1;
        }
        ::-webkit-scrollbar {
            width: 0px;
        }
    }
}

._FileList_card {
    width: 290px;
    border: none;
    background-color: @tableOddBgN;
    color: @pageTextN;
    margin-top: 20 / @px-unit;
    .ant-card-body {
        padding: 16px !important;
    }
}
.tag-list-top {
    color: @playback_Right_Font_N;
    width: 290px;
    height: 36 / @px-unit;
    line-height: 36 / @px-unit;
    text-align: center;
    border-top: 1 / @px-unit solid @tableBorderN;
    border-left: 1 / @px-unit solid @tableBorderN;
    border-right: 1 / @px-unit solid @tableBorderN;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


._TagList_ {
    width: 290px;
    ._Table_ .ant-table-body {
        min-height: 500 / @px-unit;
    }
    .tag-list-top-wrapper {
        padding-bottom: 0 !important;
    }
    .tag-list-top {
        width: 290px;
        height: 36 / @px-unit;
        line-height: 36 / @px-unit;
        text-align: center;
        border-top: 1 / @px-unit solid @tableBorderN;
        border-left: 1 / @px-unit solid @tableBorderN;
        border-right: 1 / @px-unit solid @tableBorderN;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .ant-pagination-simple-pager{
        
        color: @playback_Right_Font_N;
        input{
            color: @formInputTextN;
        }
    }
    
    .ant-pagination-next,
    .ant-pagination-prev{
        .svgOut(@playback_Right_Font_N);
        &.ant-pagination-disabled{
            .svgDisabled(@playback_Right_Font_D);
        }
    }

    .ant-spin-container .ant-table-pagination {
        display: flex !important;
    }
    
    
    
    
    ._Table_ {
        margin-top: 0;
        .ant-table {
            & > .ant-table-container {
                tr {
                    td {
                        height: 40px;
                    }
                }
                th {
                    height: 40px !important;
                }
            }
        }
    }
}


._Holiday_ {
    ._Table_ .ant-table-body {
        min-height: 450 / @px-unit;
    } 
}


._PasswordReset_ {
    padding-left: 20 / @px-unit;
    padding-top: 20 / @px-unit;

    .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: @formInputTextN;
        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;
}



._Group_ {
    padding-left: 20 / @px-unit;
    padding-top: 20 / @px-unit;
    padding-right: 10 / @px-unit;
    width: 100%;
    ._Table_ {
        .ant-table {
            background-color: @pageBodyBg;
            .ant-table-content {
                height: 450 / @px-unit;
                overflow-y: auto;
            }
        }
    }
    .ant-modal {
        .ant-modal-body {
            min-height: 498 / @px-unit;
            overflow-y: auto;
            .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
                    }
                }
            }
        }
    }

    .ant-tabs-nav .ant-tabs-tab-btn {
        width: 150/@px-unit !important;
        min-width: 150 / @px-unit;
   }
   
   .tabText {
       overflow: hidden;
       white-space: nowrap;
       -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
   }
}




.win-view {
    .target-card {
        margin-bottom: 10/ @px-unit;
    }
}
.target-card{
    height: 150/ @px-unit;
    
    background-color: @aiPanel_cardBg;
    border: 1 / @px-unit solid @pageBorderN;
    
    position: relative;
    .card-content{
        height: 125/ @px-unit;
        img{
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
    }
    .card-bottom{
        position: absolute;
        bottom: 0/ @px-unit;
        width: 100%;
        
        height: 25/ @px-unit;
        display: flex;
        align-items: center;
        padding: 10/ @px-unit;
        background-color: @aiPanel_box_bottom-color;
        color: .color_N(@aiPanel_box_bottom-color)[];
    }

    .tool-bar{
        background-color: @aiPanel_box_bottom-color;
        height: 30px;
        position: absolute;
        top: 0px;
        width: 100%
    }
}

.selected{
    border: 1 / @px-unit solid @current;
}
.holidayRadioGroup{
    label{
        width: 45%;
    }
}

._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;
    }
}

._Quota_ {
    .quota-bleaSpace {
        display: flex;
        .warning-tip {
            color: @errorColor !important;
        }
    }
    .unquotad-warning-tip {
        width: 1000/@px-unit;
        color: @errorColor !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: @pageTextD;
        }
        .ant-select-multiple.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
            background: @pageBodyBg;
        }
        .ant-select-disabled.ant-select-multiple .ant-select-selection-item {
            border-color: @pageBorderN;
        }
    }
}

._BottomPanel_bottom_select {
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    .bottom_select_left {
        width: 180 / @px-unit;
        height: 50px;
        line-height: 50px;
        padding: 0 / @px-unit 16 / @px-unit;    
                   
        color: .color_N(@--toolbar-bg)[];
    }
    .bottom_select_center {
        flex-grow: 1;
        height: 50px;
        line-height: 50px;
        display: flex;
        flex-direction: row;
        align-items: center;
        position: relative;
        
        .label-div-Container{                        
            .ant-checkbox-wrapper{
                color: .color_N(@--toolbar-bg)[];
            }
        }
    }
    .bottom_select_right {
        width: 260 / @px-unit;
        height: 50px;
        line-height: 50px;
        padding: 16 / @px-unit;
        display: flex;
        flex-direction: row;
        align-items: center;
        
        .operation-icon{
            .svgOut(.color_N(@--toolbar-bg)[]);
        }
    }
    .bottom_select_slider {
        width: 168 / @px-unit;
    }
    .mask_center {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 2;
        
        
    }
    .mask_center_show {
        display: block;
    }
    .mask_center_hide {
        display: none;
    }
}

.timeLine {
    position: relative;
}



._VideoOperationPanel_ {
    padding: 4 / @px-unit;
    display: flex;
    align-items: center;
    .operation-icon {
        font-size: 32 / @px-unit;
        padding: 2 / @px-unit;
        
        .svgOut(.color_N(@preview_center_bottom_Bg)[]);
        &.disabled_icons{
            .svgDisabled(.color_D(@preview_center_bottom_Bg)[]);
        }
    }
    .operation-divider {
        height: 26 / @px-unit;
        margin-top: 4 / @px-unit;
        background-color: @ocxBg;
    }
    .audio-box {
        display: flex;
        align-items: center;
    }
    .rule-draw{
        display: inline-block;
        position: relative;
    }
    .intel_detect {
        display: inline-block;
        position: relative;
    }
    .intel_detect_inner {
        height: 40 / @px-unit;
        background-color: @tableOddBgN;
        position: absolute;
        top: 0;
        left: 40 / @px-unit;
        padding: 2 / @px-unit 0 0 10 / @px-unit;
        z-index: 10;
    }
    .intel_detect_show {
        display: inline-block;
    }
    .intel_detect_hide {
        display: none;
    }
    .cut_box {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding-left: 10 / @px-unit;
        .ant-picker {
            width: 122px !important;
        }
        .label-normal-container a {
            
            color: @buttonNormalBorderN;
        }
        .label-normal-wrapper {
            height: 32px;
            line-height: 32px;
        }
        .ant-picker {
            height: 32px;
        }
        .ant-picker-input {
            height: 22px;
        }
    }
    .cut_line {
        .label-div-Container {
            width: 170px !important;
        }
    }
    .cut_show {
        display: flex;
    }
    .cut_hide {
        display: none;
    }
    .progress_text {
        
        width: auto;
    }
    .cut_operation {
        
        
        height: 32px;
        
        text-align: center;
        width: 30px;
        background-color: @buttonNormalBgN;
        border: 1px solid @buttonNormalBorderN;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .cur-icon {
        .svgFont(28);
    }
    .ivs-color {
        svg {
            & + {
                path:first-child {
                    fill: @current !important; 
                }
            }
        }
    }
    .audio-box-slider {
        width: 120 / @px-unit;
    }
    .select-ivs-btn {
        width: 48px;
    }
    .ivs-button {
        border-color: @current !important;
        color: @current !important;
    }
}
._operation_smd_ {
    display: flex;
    .label-normal-container {
        padding: 4px 0 !important;
    }
    .labelText-wrapper {
        width: 90px;
    }
}
.cutPanel_rangePicker{
    @media screen and (max-width: 1280px) {
        min-width: 300 / @px-unit;
    }
}
.intel_detect-contain{
    width: 400 / @px-unit !important;
    .labelCheckboxGroup{
        width: 400 / @px-unit !important;
    }
}

.direct-label{
    width: 66 / @px-unit!important;
}
.direct-wrap{
    width: 110  / @px-unit !important;
}
._Email_ {
    height: 90%;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 75px !important;
    .ant-divider-horizontal {
        margin: 5px 0;
    }
}


._NetCloud_ , ._P2P_, ._LeCheng_{
    .ant-alert, .ant-alert-info {
        background-color: rgba(56, 142, 255, 0.15);
        border: 1px solid #388EFF;
        margin: 0.57142857rem 0;
        padding: 8/ @px-unit;
        color: #FFFFFF;
        .ant-alert-with-description, .ant-alert-message{
            color: #FFFFFF;
        }
    }
    .tip {
        width: 60rem;
        word-wrap:break-word;
        word-break:break-all;
    } 
    .status-point {
        display: inline-block;
        background-color: #C93435;
        width: 8/ @px-unit;
        height: 8/ @px-unit;
        border-radius: 50%;
        margin-right: 8 / @px-unit;
    }
    .point-Online {
        background-color: #28B854;
    }
    .step{
        margin-top: 24 / @px-unit;
        height: 435/ @px-unit;
        position: relative;
        background-repeat: no-repeat;
        background-size: contain;

        .step-title {
            position: absolute;
            font-size: 16/ @px-unit;
            color: #FFFFFF;
            left: 16 / @px-unit;
            top: 11 / @px-unit;
        }
        .step-text {
            
            >span {
                top: 95/ @px-unit;
                position: absolute;
                font-size: 16/ @px-unit;
                color: #FFFFFF;
            }
            .step-text-0 {
                left: 218/ @px-unit;