    display: flex;
    flex-direction: row;
}
.save_Btn {
    margin-right: 10 / @px-unit;
}


._RebootTimePicker_ {
    margin-left: 0 !important;
    .time-selector {
        margin-left: 5 / @px-unit;
    }
}



._PtzZoom_ {
    margin: 10 / @px-unit 0 0 7.5 / @px-unit;
    -webkit-touch-callout: none; 
    -webkit-user-select: none; 
    -khtml-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
    &wrap{
        display: flex;
        align-items: center;
    }
    &part {
        width: 60 / @px-unit;
        height: 26 / @px-unit;
        background-color: @preview_right_ptzZoom_Bg;
        display: flex;
        align-items: center;
        justify-content: center;
    }    
    
    &wrap:first-child{
        ._PtzZoom_part:not(:last-child) {    
            border-bottom: 1 / @px-unit solid @preview_right_ptzZoom_border_ColorN;
            border-right: 1 / @px-unit solid @preview_right_ptzZoom_border_ColorN;
        }
        ._PtzZoom_part:last-child {    
            border-bottom: 1 / @px-unit solid @preview_right_ptzZoom_border_ColorN;
        }
    }  
    &wrap:last-child{
        ._PtzZoom_part:not(:last-child) {    
            border-right: 1 / @px-unit solid @preview_right_ptzZoom_border_ColorN;
        }
    }
    & &Icon {
        .svgFont(25);
        cursor: pointer;
    }
}


._ScheduleModal_ {
    
    padding-top: inherit; 
}

.ant-drawer-wrapper-body {
    background-color: #2A2E33;
    .ant-drawer-header {
        background-color: #2A2E33;
        .ant-drawer-title {
            color: #fff;
        }
    }
}

.flexBetween(){
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hdd-modal {
  width: 1010 /@px-unit !important;
  height: 600 /@px-unit;
 
  .btn-wrap {
    .flexBetween();
    .right {
      .flexBetween();
      .label-div-Container:last-child{
        margin-left: 10/@px-unit;
      }
    }
  }
  .warning-tip{
    margin-top: 15 /@px-unit;
  }
}


._AlarmController_ {
    margin-top: 20 / @px-unit;
    .mode {
        display: flex;
        align-items: center;

        .label {
            width: 150 / @px-unit;
            height: 30 / @px-unit;
            line-height: 30 / @px-unit;
        }

        .textItem {
            width: 30 / @px-unit;
            height: 30 / @px-unit;
            margin: 0 6 / @px-unit;
            line-height: 30 / @px-unit;
        }

        .radioItem {
            width: 30 / @px-unit;
            height: 30 / @px-unit;
            line-height: 16 / @px-unit;
            margin: 0 7 / @px-unit 0 5 / @px-unit;
            padding: 0 !important;
        }
    }

    .status {
        display: flex;
        align-items: center;

        .label {
            width: 150 / @px-unit;
            height: 30 / @px-unit;
            line-height: 30 / @px-unit;
        }

        .checkboxItem {
            width: 30 / @px-unit;
            height: 30 / @px-unit;
            margin: 0 7 / @px-unit 0 5 / @px-unit;
            padding: 0 !important;
        }
    }
}



._IntelliAreaRuleBtn_ivs-color{
    svg path:first-child {
                    fill: @current !important; 
                }
      
}

.LayoutOcxLeft{    
    .leftOcx{        
        width: 450/@px-unit;
        height: 337/@px-unit;
    }
}
.ocxRight{   
    padding-left: 15/@px-unit;
    flex: 1;
}
.ocxBottom{
    padding-top: 15/@px-unit;
    width: 450/@px-unit;
    height: 120px;
}
._Input-Test_ {
    margin-left: 0 !important;
}


@length :46/@px-unit;
@close :34/@px-unit;
.WinPreviewWarp {
    overflow: hidden;
    
    .ant-modal {
        
        width: 472px !important;
    }
    .ant-modal-close {
        width: @length;
        height: @length;
        .ant-modal-close-x{
            width: @length;
            height: @length; 
            line-height: @length;
        }
    }
    .ant-modal-header {
        padding: 12/@px-unit;
        .ant-modal-title {
            width: calc(~"100% - @{close}");
            height: 22/@px-unit;
            overflow: hidden;
            .TransparentTitle {
                color: @MenuViewBg;
            }
            .NormalTitle {
                color: .color_N(@modalTitleBg)[];
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }
        }
    }
    .ant-modal-body {
        padding: 0;
        .WinPreview {
            padding: 0 !important;
        }
    }
    .ant-modal-footer {
        display: none;
    }
}


._WinSecAuth_ {
    width: 600/@px-unit !important;
    .ant-modal-footer {
        padding: 5/@px-unit 16/@px-unit 50/@px-unit 16/@px-unit;
        .label-normal-container {
            float: right;
            margin-left: 30/@px-unit;
        }
    }
    .pd-active > svg path:first-child{
        fill:@pdEyeIconA !important; 
    }

    .pd-default > svg path:first-child{
        fill:none !important; 
    }
}



._FishEye_ {
    position: relative;
    margin-bottom: 0 / @px-unit;
    
    
    
    
    &title{
        padding: 0 10/@px-unit;
        line-height: 40/@px-unit;
        color: .color_N(@fisheye_title)[];
        font-size: 14/@px-unit;
        background-color: @fisheye_title;
        -webkit-touch-callout: none; 
        -webkit-user-select: none; 
        -khtml-user-select: none; 
        -moz-user-select: none; 
        -ms-user-select: none; 
        user-select: none;
    }
    &wrap{
        padding: 10/@px-unit 0/@px-unit;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    &item{
        height:40/@px-unit;
        width:40/@px-unit;
        margin:10/@px-unit;
        font-size:40/@px-unit!important;
        svg:hover {
            path:first-child {
            fill:@fisheye_iconHover!important;
            }
        }
    }
    &active{
        svg path:first-child{
            fill:@fisheye_actColor!important;
        }
        svg:hover {
            path:first-child {
            fill:@fisheye_actColor!important;
            }
        }
    }
    .show{
        display: '';
    }
    .hide{
        display: none;
    }
  
}

._CompliantInfoModal_ {
    .ant-tabs-tab-active {
        .label-normal-container  {
            .label-normal  {
                color: @current;
            }
        }
    }
    &left {
        display: flex;
        align-items: center;
        height: 32/@px-unit;
        .label-div-Container{
            margin-left: 20/@px-unit;
        }
        span {
            color: @pageTextN;
        }
    }
    ._WorkClothes_ {
        .left-tip {
            visibility: hidden;
        }
        .warning-tip {
            color: @errorColor !important;
        }
    } 
    .ant-checkbox-wrapper + .ant-checkbox-wrapper {
        margin-left: 0px !important
    }

}


._OSDPlugin_ {
    
    width: 460/@px-unit;
    padding: 5/@px-unit;
    &ocx {
        width: 450/@px-unit;
        height: 337/@px-unit;
    }
}


.add-content-box {
    padding-top: 8/@px-unit;
    .box {
        display: inline-block;
        width: 100%;
        border: 1px solid @tableBorderN;
        margin-right: 8px;
        font-size: 14rem;
        font-weight: 400;
        vertical-align: top;
        .item {
            margin: 0;
            text-indent: 10px;
            overflow: hidden; 
            text-overflow: ellipsis; 
            white-space: nowrap; 
            user-select: none;
            text-align: left;
            cursor: default;
        }
        table {
            border: 0 !important;
            .ZD-highlight-row{
                background-color: @tableBgA;
                p{
                    color: @tableTextA;
                }
            }
        }
    }

    .sub {
        display: inline-flex;
        .reducer {
            align-self: flex-start;
            transform: translateY(0.5rem);
            margin-left: 8/@px-unit;
        }
        .label-normal-container {
            padding-top: 0px !important;
        }
        ._Table_ {
            .ant-table {
                border-top: 0;
                border-left: 0;
                border-right: 0;
            }
        }
    }
}



._UploadFiles_ {
    
    padding-top: inherit; 
    input {
        width: 95%;
        margin-right: 15/@px-unit;
    }
}
.uploadBtn{
    height: 10/@px-unit;
}
.uploadBtn_div{
    display: flex;
}


.WinPreview {   
    .WinPreview_ocx {
        background-color: @iconBgColor;
        height: 285/@px-unit;
        img {
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
        }
        &_ocx {
            width: 100%;
            height: 100%;
        }
    }
    &_footer{
        position: relative;
        top: 0;
        background-color: @winpreview_footer_Bg;
        padding: 0 10/@px-unit;
        flex-direction: row-reverse;
        align-items: center;
        .sub_footer {
            height: 40/@px-unit;
            display: flex;
            align-items: center;
        }
        .footer_control {
            flex:1;
            span {
                padding: 0 10/@px-unit;
                width: 90/@px-unit;
            }
            .control_slider,.ant-slider-disabled{
                flex:1;
                position: relative;
                margin:0!important;
                line-height: 12/@px-unit;
                .ant-slider-rail {
                    background-color: @sliderBgN !important;
                    height: 3/@px-unit;
                }
                .ant-slider-handle{
                    width: 8/@px-unit!important;
                    height: 8/@px-unit!important;
                    margin-top: -3/@px-unit;
                    border-radius: 0;
                }
            }
        }
        .footer_button {
            position: relative;
            justify-content: space-between;
            .footer_icon {
                display: flex;
                padding: 0 10/@px-unit;
                justify-content: flex-start;
                align-items: center;

                }
                .cus_icons{
                    .svgOut(.color_N(@winpreview_footer_Bg)[]);
                    &.disabled_icons{
                        .svgDisabled(.color_D(@winpreview_footer_Bg)[]);
                    }
                }
                span {
                    display: inline-block;
                    width:35/@px-unit;
                }
                .activeButton {
                    .svgOut(@current);
                }
            .timePeriods {
                position: absolute;
                top: 8/@px-unit;
                right: 0;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                
                &:hover > .timeButton {
                    display: flex;
                    z-index: 1; 
                }
                
                .timeButton {
                    display: none;
                    justify-content: center;
                    align-items: center;
                    cursor:pointer;
                    width: 34/@px-unit;
                    height: 22/@px-unit;
                    box-sizing: content-box;
                    border-radius: 5/@px-unit;
                    background-color: @buttonNormalBgN;
                    padding: 2/@px-unit 2/@px-unit;
                    margin: 0 2/@px-unit;
                    font-size: 13/@px-unit;
                    color: .color_N(@buttonNormalBgN)[];
                }
                .activeButton {
                    display: flex;
                    border: 0;
                    color: @buttonActiveTextN;
                    background-color: @buttonActiveBgA;
                }
            }
        }
    }
}



._ImportResult_ {
    @oprationHeight: 50 / @px-unit;

    .statusContainer {
        height: @oprationHeight;
        line-height: @oprationHeight;
        padding: 0 10 / @px-unit;
        border-bottom: 1 / @px-unit solid @pageBorderN;
        .status {
            float: left;
            display: flex;
            justify-content: center;
            align-items: center;

            .successIcon {
                .svgOut(@successIcon);
            }
            .errorIcon {
                .svgOut(@errorIcon);
            }
        }
    }
    .resultContainer {
        width: 100%;
        height: calc(@stepMainHeight_Exp - @oprationHeight);
        overflow-y: auto;

        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;

        .resultCard {
            position: relative;
            width: 220 / @px-unit;
            height: 180 / @px-unit;
            margin: 8 / @px-unit;
            background-color: @aiPanel_cardBg;

            .cardPic {
                width: 100%;
                height: 150 / @px-unit;

                img {
                    width: 100%;
                    height: 100%;
                }
            }
            .buildStatus {
                width: 100%;
                height: 30 / @px-unit;
                line-height: 30 / @px-unit;
                background-color: @aiPanel_box_bottom-color;
                cursor: pointer;

                .success {
                    color: @successColor;
                }
                .error {
                    color: @errorColor;
                }
            }
        }
    }
}



._BackupWindow_ {
    
    padding-top: inherit; 
}
.backupModal{
    width: 650/@px-unit !important;
    .label-normal-container {
        padding-top: 0 !important;
    }
}

._RemoteAlarmOutput_ {
    
    padding-top: inherit; 
}


@ant-modal-height-height: 42/@px-unit;
@arrow-icon-bg: @modalTitleBg;
@content-header-bg: @--menu-bg;
@content-spilt: @--split;

.acupick_window {
    height: 100%;
    width: 100% !important;
    max-width: none;
    .ant-modal-content {
        height: 100%;
        min-width: 1280/@px-unit;
        min-height: 900/@px-unit;
        .ant-modal-body {
            padding: 0;
            height: calc(100% - @ant-modal-height-height);

            .operation-button {
                display: flex;
                position: absolute;
                top: 6/@px-unit;
                left: 6/@px-unit;
                .normal-icon {
                    cursor: pointer;
                }
                .collect-icon {
                    .svgOut(@buttonNormalBgN);
                    .svgHover(@iconHover)
                }
                .hide-icon {
                    svg {
                        path:first-child {
                            fill: none
                        }
                        g {
                            path {
                                fill: #707070 !important;
                            }
                        }
                    }
                    &:hover {
                        svg {
                            g {
                                path {
                                    fill: @current !important;
                                }
                            }
                        }
                    }
                }
                .hide-active-icon {
                    visibility: visible;
                    svg {
                        path:first-child {
                            fill: none
                        }
                        g {
                            path {
                                fill: @current !important;
                            }
                        }
                    }
                }
                .collect-active-icon {
                    visibility: visible;
                    .svgOut(#cfb400);
                }
            }

            .window-main-container {
                position: relative;
                display: flex;
                height: 100%;
            }
            .window-container-left {
                top: 0;
                left: 0;
                position: absolute;
                display: flex;
                width: 428/@px-unit;
                height: 100%;
                flex-shrink: 0;
                transition: left 0.3s linear;
                z-index: 1000;
                .hover-hidden-arrow {
                    position: absolute;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    cursor: pointer;
                    background-color: @modalTitleBg;
                    width: 24/@px-unit;
                    height: 64/@px-unit;
                    border-radius: 2/@px-unit;
                    top: 50%;
                    right: 0;
                    transform: translate(0, -50%);
                    .hover-icon {
                        .svgFont(24)
                    }
                }
                .condition-wrapper {
                    height: 100%;
                    width: 100%;
                    display: flex;
                    flex-flow: column;
                    border-right: 1/@px-unit solid @--split;
                    .condition-header {
                        line-height: 60/@px-unit;
                        box-sizing: border-box;
                        height: 61/@px-unit;
                        padding-left: 20/@px-unit;
                        border-bottom: 1/@px-unit solid @--split;
                        border-right: 1/@px-unit solid @--split;
                        background-color: @content-header-bg;
                    }
                    .img-wrapper {
                        display: flex;
                        padding: 20/@px-unit;
                        background-color: @pageBodyBg;
                        align-items: center;
                        justify-content: center;
                        height: 428/@px-unit;
                        .condition-image {
                            max-width: 100%;
                            height: 100%;
                            &.defaultIcon {
                                max-width: 50%;
                                height: 50%;
                            }
                        }
                    }
                    .condition-form-wrapper {
                        flex: 1;
                        padding-left: 20/@px-unit;
                        background-color: @content-header-bg;
                        .compact-picker-wrapper {
                            display: flex;
                            .label-div-Container {
                                width: 50%;
                            }
                        }        
                    }
                }
            }
            .hide-container-left {
                left: -428/@px-unit;
            }
            .window-left-blank, .window-right-blank {
                display: flex;
                align-items: center;
                justify-content: center;
                flex-shrink: 0;
                width: 32/@px-unit;
                box-sizing: border-box;
                background-color: @content-header-bg;
                border-left: 1/@px-unit solid @--split;
                border-right: 1/@px-unit solid @--split;
                .arrow-icon {
                    .svgFont(20)
                }
            }
            .window-container-right {
                height: 100%;
                flex-shrink: 0;
                width: 400/@px-unit;
                min-width: 400/@px-unit;
                padding: 10/@px-unit;
                .record-preview-panel {
                    width: 100%;
                    height: 100%;
                    display: flex;
                    flex-direction: column;
                }
                .record-preview-header {
                    height: 41/@px-unit;
                    width: 100%;
                    box-sizing: border-box;
                    background-color: @modalTitleBg;
                    line-height: 40/@px-unit;
                    border-bottom: 1/@px-unit solid @--split;
                    padding-left: 20/@px-unit;
                }
                
                
                
            }
            .window-container-middle {
                position: relative;
                display: flex;
                height: 100%;
                overflow: hidden;
                flex-grow: 1;
                .hover-show-arrow {
                    position: absolute;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    background-color: @modalTitleBg;
                    cursor: pointer;
                    width: 24/@px-unit;
                    height: 64/@px-unit;
                    border-radius: 2/@px-unit;
                    top: 50%;
                    left: 0;
                    transform: translate(0, -50%);
                    .hover-icon {
                        .svgFont(24)
                    }
                }
                .result-wrapper {
                    display: flex;
                    width: 100%;
                    height: 100%;
                    flex-direction: column;
                    .result-header {
                        display: flex;
                        justify-content: space-between;
                        align-items: center;
                        line-height: 60/@px-unit;
                        box-sizing: border-box;
                        padding-right: 20/@px-unit;
                        height: 61/@px-unit;
                        border-bottom: 1/@px-unit solid @--split;
                        background-color: @content-header-bg;
                        .ant-tabs-nav {
                            .ant-tabs-tab-btn {
                                height: 60/@px-unit;
                                line-height: 60/@px-unit;
                            }
                        }
                        .return-button {
                            margin-left: 20/@px-unit;
                        }
                    }
                    ._SideView_ {
                        min-width: 0;
                    }
                    .result-up-bar {
                        display: flex;
                        box-sizing: border-box;
                        justify-content: space-between;
                        align-items: center;
                        padding-right: 20/@px-unit;
                        flex-wrap: wrap;
                        min-height: 61/@px-unit;
                        border-bottom: 1/@px-unit solid @--split;
                        background-color: @content-header-bg;
                        .left-bar-wrapper {
                            display: flex;
                            .label-div-Container {
                                margin-left: 20/@px-unit;
                            }
                        }
                        .right-bar-wrapper {
                            display: flex;
                            .label-div-Container {
                                margin-left: 20/@px-unit;
                            }
                        }
                    }
                    .result-down-bar {
                        line-height: 60/@px-unit;
                        box-sizing: border-box;
                        padding-left: 16/@px-unit;
                        padding-right: 16/@px-unit;
                        display: flex;
                        justify-content: space-between;
                        height: 61/@px-unit;
                        border-top: 1/@px-unit solid @--split;
                        background-color: @content-header-bg;
                        .down-bar-left {
                            display: flex;
                            align-items: center;
                        }
                        .down-bar-right {
                            .pageLine {
                                min-width: 0;
                                margin-top: 0;
                                .pageLineLeft {
                                    order: 2;
                                }
                                .pageLineRight {
                                    order: 1;
                                    margin-right: 20/@px-unit;
                                }
                            }
                        }
                    }
                    .img-card-group {
                        flex: 1;
                        overflow-y: auto;    
                        .card-group-wrapper {
                            display: flex;
                            flex-wrap: wrap;
                            padding: 8/@px-unit;
                            padding-right: 0/@px-unit;
                            padding-left: 0/@px-unit;
                        }
                        .searching-mask, .no-result-mask {
                            height: 100%;
                            width: 100%;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                        }
                        .card-item-wrapper {
                            width: 266/@px-unit;
                            border: 1/@px-unit solid @--split;
                            margin: 6/@px-unit;
                            .card-content {
                                position: relative;
                                padding: 6/@px-unit;
                                cursor: pointer;
                                background-color: @content-header-bg;
                                .operation-button {
                                    display: flex;
                                    position: absolute;
                                    top: 6/@px-unit;
                                    left: 6/@px-unit;
                                    .normal-icon {
                                        cursor: pointer;
                                        visibility: hidden;
                                    }
                                    .collect-icon {
                                        .svgOut(@buttonNormalBgN);
                                        .svgHover(@iconHover)
                                    }
                                    .hide-icon {
                                        svg {
                                            path:first-child {
                                                fill: none
                                            }
                                            g {
                                                path {
                                                    fill: @hideIconNormalColor !important;
                                                }
                                            }
                                        }
                                        &:hover {
                                            svg {
                                                g {
                                                    path {
                                                        fill: @current !important;
                                                    }
                                                }
                                            }
                                        }
                                    }
                                    .hide-active-icon {
                                        visibility: visible;
                                        svg {
                                            path:first-child {
                                                fill: none
                                            }
                                            g {
                                                path {
                                                    fill: @current !important;
                                                }
                                            }
                                        }
                                    }
                                    .collect-active-icon {
                                        visibility: visible;
                                        .svgOut(#cfb400);
                                    }
                                }
                                &:hover {
                                    .operation-button {
                                        .normal-icon {
                                            visibility: visible;
                                        }
                                    }
                                }
                                .small-img-wrapper {
                                    height: 150/@px-unit;
                                    text-align: center;
                                    padding-bottom: 6/@px-unit;
                                    .card-image {
                                        height: 100%;
                                        max-width: 100%;
                                    }
                                }
                                .smallface-img-wrapper {
                                    height: 150/@px-unit;
                                    display: flex;
                                    padding-bottom: 6/@px-unit;
                                    .smallface-img {
                                        width: 50%;
                                    }
                                    .smallface-info {
                                        width: 50%;
                                        padding: 8/@px-unit;
                                    }
                                    .card-image {
                                        height: 100%;
                                        max-width: 100%;
                                    }
                                    .label-normal-container {
                                        padding: 0 !important;
                                    }
                                }
                                .similar-wrapper {
                                    margin: 0 8px 7px 5px;
                                    background: @ai_progress_default;
                                    height: 14/@px-unit;
                                    position: relative;
                                    color: @pageTextA;
                                    line-height: 1;
                                    .progress_item {
                                        display: inline-block;
                                        height: 100%;
                                    }
                        
                                    .progress_red {
                                        background: @ai_progress_red;
                                    }
                        
                                    .progress_orange {
                                        background: @ai_progress_orange;
                                    }
                        
                                    .progress_blue {
                                        background: @ai_progress_blue;
                                    }

                                    .percent-num {
                                        position: absolute;
                                        right: 0;
                                    }
                                }
                            }
                            .card-footer {
                                display: flex;
                                align-items: center;
                                padding-left: 8/@px-unit;
                                .label-div-Container {
                                    flex-grow: 1;
                                }
                                .channel-name {
                                    margin-right: 12/@px-unit;
                                }
                            }
                        }
    
                    }
                    .card-wrapper-selected {
                        border: 1/@px-unit solid @current !important;
                    }
                }
                .labelSlider-float-left, .labelSlider-float-right {
                    line-height: initial;
                }            
            }
        }
    }
    ._tabCard_ {
        flex: 1;
        display: flex;
        flex-direction: column;
        ._Table_ {
            flex: 1;
            margin-top: 0;
            .ant-table > .ant-table-container .ant-table-tbody .ZD-selected-row td  {
                .hide-icon.cus_icons:not(.noHover):not(:hover):not(.disabled_icons) svg path:first-child {
                    fill: none;
                }
                .cus_icons.active:not(.noHover):not(:hover):not(.disabled_icons) svg path:first-child {
                    fill: @current;
                }
                .collect-active-icon {
                    visibility: visible;
                    .svgOut(#cfb400);
                }
                
            }
            .ant-table .ant-table-body {
                min-height: 250/@px-unit !important;
            }
        }
    }
    .result-header-right {
        display: flex;
        .ant-tabs-nav {
            .ant-tabs-tab-btn {
                height: 30/@px-unit !important;
                line-height: 30/@px-unit !important;
                min-width: 150/@px-unit !important;
            }
        }
        .ant-tabs.ant-tabs-top {
            
            margin-right: 10/@px-unit;
            flex-direction: row;
        }
    }
}

.label-sort-btn-wrapper {
    height: 32/@px-unit;
}
.icon-sort-btn-wrapper{
    display: inline-block;
    div {
        line-height: 18/@px-unit;
    }
    .icosortActiveBtn{
        svg{
            &+{
                path:first-child{
                    fill: @current !important;
                }
            }
        }
    }
    .sort-icon-up, .sort-icon-down {
        .svgFont(16)
    }
}

.acuPick-search-backup {
    .check-group-wrapper {
        display: flex;
    }
    .fileType_blank {
        display: inline-block;
        width: 8/@px-unit;
        height: 8/@px-unit;
        margin-right: 10/@px-unit;
    }
    .fileType_general {
        background: @general;
    }
    .fileType_detect {
        background: @detect;
    }
    .fileType_alarm {
        background: @alarm;
    }
    .fileType_detectAlarm {
        background: @detectalarm;
    }
    .fileType_ivs {
        background: @ivs;
    }
    .fileType_pos {
        background: @pos;
    }
    .fileType_jpg {
        background: @jpg;
    }
    .fileType_card {
        background: @card;
    }
}
._rightBottom_ {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


._ImportBaseContainer_ {
    max-width: 450 / @px-unit;
    margin: 0 auto;
    text-align: center;

    .channelList {
        padding: 10 / @px-unit 0;
        border-bottom: 1 / @px-unit solid @pageBorderN;
    }
}


._AiRuleTable_ {
    
    padding-top: inherit; 
    width: 590 / @px-unit; 
    ._Table_ {
        .ant-table-body {
            min-height: 150 / @px-unit;
        }
        .ant-table-body {
            .editable-cell-value-wrap {
                padding: 0 0;
            }
        }
        .add {
            .svgOut(.color_N(@tableBgN)[]);
        }
        .ant-table.ant-table-bordered {
            & > .ant-table-container {
                table {
                    border-top: 0px;
                    & > tbody {
                        tr {
                            
                            
                            
                            &.ZD-selected-row {
                                background-color: @tableOddBgN !important;
                                td {
                                    color: .color_A(@tableOddBgN)[] !important;
                                }
                            }
                            
                            &.ZD-selected-row.ZD-highlight-row {
                                background: @tableBgA  !important;
                                td {
                                    color: .color_A(@tableBgA)[] !important;
                                }
                            }
                            
                            &.ZD-unselected-row.ZD-highlight-row {
                                background: @tableBgA  !important;
                            }
                        }
                    }
                }
            }
        }
    }
}


._ApplyTo_ {
    max-height: calc(100vh - 50vh);
    height: auto;
    overflow-y:auto;
    .check-box-group-container{
        width: 100% !important;
    }
    .check-box-group-wrapped{
        width: 100% !important;
    }
    .checkBoxRow{
        width: 100%;
        display: flex;
        justify-content: space-between;
        .checkBoxItem-all{
            display: flex;
            align-items: center;
        }
        .checkBoxItem{
            width: 46%;
        }
        .rightItem{
            display: flex;
            justify-content: center;
        }
    }
    .label-normal-behind{
        
        line-height: 28 / @px-unit;
    }
}

.schedule-wrapper {
    ._ScheduleComponent_ {
        padding-top: 0px;
        .button-container {
            .ant-btn {
                width: 100 / @px-unit;
            }
        }
        .main-container {
            border-color: transparent;
            padding-top: 0px;
            padding-bottom: 0px;
            overflow: visible;
            .label {
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }
            .copyBtn {
                background-color: @buttonNormalBgN;
                color: @buttonNormalTextN;
                height: 32 / @px-unit;
                line-height: unset;
                width: 100 / @px-unit;
                margin-left: 16 / @px-unit;
                border: 1px solid @buttonNormalBorderN;
            }

            &:nth-of-type(odd) {
                .dayplan {
                    background-color: @schedulePlanOddBg;
                }
            }

            .dayplan {
                background-image: linear-gradient(90deg, @timePlanBorderN 1px, transparent 0),
                    linear-gradient(90deg, @timePlanBorderN 1px, transparent 0);
                background-size: 4.17% 99%;
                background-color: @schedulePlanEvenBg;
                border-color: @tableBorderN;
                margin-bottom: 0px;
                height: 0.714rem;

                .handle {
                    z-index: 1;
                }

                .track {
                    &.timeplan-motion {
                        background: @detect;
                    }
                    &.timeplan-alarm {
                        background: @alarm;
                    }
                    &.timeplan-ivs {
                        background: @ivs;
                    }

                    &.timeplan-pos {
                        background: @pos;
                    }

                    &.timeplan-gernal {
                        background: @general;
                    }
                    &.timeplan-orange{
                        background: @detectalarm;
                    }
                    &.timeplan-smd{
                        background: @smd;
                    }
                    &.timeplan-fr{
                        background: @faceRecognition;
                    }
                    &.whiteMode{
                        background: @whiteMode
                    }
                }
            }
        }

        .circle {
            &.timeplan-motion {
                background: @detect;
            }

            &.timeplan-alarm {
                background: @alarm;
            }

            &.timeplan-ivs {
                background: @ivs;
            }

            &.timeplan-pos {
                background: @pos;
            }

            &.timeplan-gernal {
                background: @general;
            }
            &.timeplan-orange{
                background: @detectalarm;
            }
            &.timeplan-smd{
                background: @smd;
            }
            &.timeplan-fr{
                background: @faceRecognition;
            }
            &.whiteMode{
                background: @whiteMode
            }
        }

        .timeplan-ruler {
            border-bottom: 0.07142857rem solid @timePlanBorderN;
            div{
                border-left-color: @timePlanBorderN;
            }
            .ruler-text {
                white-space: nowrap;
            }
        }

        .slider-container {
            
            .dayplan{
                &.general:hover{
                    background: @planGeneral !important;
                }
                &.alarm:hover{
                    background: @planAlarm !important;
                }
                &.mdtalarm:hover{
                    background: @planDetectalarm !important; 
                }
                &.ivs:hover{
                    background: @planIvs !important; 
                }
                &.pos:hover{
                    background: @planPos !important; 
                }
                &.motion:hover,
                &.AIMode:hover{
                    background: @planDetect !important;
                }
                &.InfraredMode:hover{
                    background: @planDetectalarm !important;
                }
                &.WhiteMode:hover{
                    background: @planIvs !important;
                }
                &.smd:hover{
                    background: @planSmd !important;
                }
                &.fr:hover{
                    background: @planFaceRecognition !important;
                }
            }
        }
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
    }
    .ant-tooltip-inner {
        background-color: @popover_BgN;
    }
    .ant-tooltip-arrow-content {
        --antd-arrow-background-color: @popover_BgN;
        background-color: @popover_BgN;
    }
    .timer-box {
        display: flex;
        .ant-input,
        p {
            background-color: @popover_BgN;
            color: @pageTextN;
        }
    }

    .label-normal-behind {
        &.pl-0 {
            padding-left: 0px !important;
        }

        .label-normal-container {
            padding-top: 0px !important;

            button {
                margin-left: 1.5rem;
            }
        }
    }

    .ant-drawer-content-wrapper {
        width: 935 / @px-unit;
        top: 258 / @px-unit;
        left: 50%;
        transform: translateX(-50%);

        .ant-drawer-content {
            background: @modalBg;
            border: 1px solid @modalBorder;

            .ant-drawer-header {
                background: @modalTitleBg;
                border-bottom-color: @modalTitleBorder;

                .ant-drawer-title {
                    color: @modalTitleText;
                }
            }

            .ant-drawer-body {
                &:last-child {
                    button {
                        float: right;
                        margin-left: 20 / @px-unit;
                    }
                }
            }
        }
    }
}



._SplitScreen_ {
    position: relative;
    margin-bottom: 0 / @px-unit;
    &title{
        padding: 0 10/@px-unit;
        line-height: 40/@px-unit;
        color: @pageTextN;
        font-size: 14/@px-unit;
        background-color: @fisheye_title;
        -webkit-touch-callout: none; 
        -webkit-user-select: none; 
        -khtml-user-select: none; 
        -moz-user-select: none; 
        -ms-user-select: none; 
        user-select: none;
    }
    &wrap{
        padding: 10/@px-unit 0/@px-unit;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    &item{
        height:40/@px-unit;
        width:40/@px-unit;
        margin:10/@px-unit;
        font-size:40/@px-unit!important;
        svg:hover {
            path:first-child {
                fill:@fisheye_iconHover!important;
            }
        }
    }
    &active{
        svg path:first-child{
            fill:@fisheye_actColor!important;
        }
        svg:hover {
            path:first-child {
                fill:@fisheye_actColor!important;
            }
        }
    }  
}


.TargetSamplingContainer {
    width: 100%;
    
    height: @stepMainHeight_Exp;

    .canvasIcon  {
        display: none !important;
    }
    .canvasBox {
        position: relative;
        width: 100%;
        
        height: @stepMainHeight_Exp;
    }
}


._PicViewList_ {
    
    height: 700/@px-unit;
    .ant-row{
        max-height: 680/@px-unit;
        overflow:auto;
    }
    .ant-spin-nested-loading {
        .ant-spin-container {
            .ant-list-empty-text{
                display: none;
            }
        }
    }
}



.draw {
    &-region, &-canvas{
        width: 100%;
        height: 100%;
        position: absolute;
        &-hide {
            top: -10000 / @px-unit;
            z-index: 0;
        }
        &-show {
            z-index: 1001;
            top: 0;
            left: 0;
        }
    }
}

._PicDetailsPanel_ {
    
    padding: 0 16/@px-unit 16/@px-unit 16/@px-unit; 
    .label-normal-container {
        padding: 0px !important;
        height: 30/@px-unit;
        .label-normal{
            height: 30/@px-unit;
        }
        .label-normal-wrapper{
            height: 30/@px-unit;
        }
    }
}
.ant-divider-horizontal.ant-divider-with-text{
    margin: 10/@px-unit
}
.person_div{
    padding-top: 5/@px-unit;
}

._PicDetailsNonMotor_ {
    
    padding: 16/@px-unit;; 
    padding: 0px !important;
        height: 30/@px-unit;
        .label-normal{
            height: 30/@px-unit;
        }
        .label-normal-wrapper{
            height: 30/@px-unit;
        }
}



._PicDetailHuman_ {

    .label-normal-container {
        height: 30/@px-unit;
        .label-normal{
            height: 30/@px-unit;
        }
        .label-normal-wrapper{
            height: 30/@px-unit;
        }
    }

    .redClass {
        .label-normal  {
            color: @errorColor;
        }
        color: @errorColor;
    }
}


._PicDetailOperateMonitor_ {
    .label-normal-container {
        height: 30/@px-unit;
        .label-normal{
            height: 30/@px-unit;
        }
        .label-normal-wrapper{
            height: 30/@px-unit;
        }
    }
    .redClass {
        .label-normal  {
            color: @errorColor;
        }
        color: @errorColor;
    }
}

._PicDetailsVehicle_ {
    
    padding: 16/@px-unit;; 
    .label-normal-container {
        padding: 0px !important;
        height: 30/@px-unit;
        .label-normal{
            height: 30/@px-unit;
        }
        .label-normal-wrapper{
            height: 30/@px-unit;
        }
    }
}

.startAndEndTimePicker {
    .time-select-wrapper {
        display: flex;
        width: 100%;
        &>div {
            width: 100%;
            padding-top: 0rem !important;
            &>div {
                width: 100%;
    
            }
        }    
    }
}
._SetMore_ {
    
    padding-top: inherit; 
}
._setMoreView_ .checkboxListByRow .checkboxList {
    .label-div-Container {        
        display: inline-block;
        width: 50%;
    }
}





._MaterialSelection_ {
    @oprationHeight: 50 / @px-unit;

    .oprationContainer {
        height: @oprationHeight;
        padding: 0 10 / @px-unit;
        border-bottom: 1 / @px-unit solid @pageBorderN;
    }
    .materialContainer {
        width: 100%;
        height: calc(@stepMainHeight_Exp - @oprationHeight);
        overflow-y: auto;

        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
        
        .materialCard {
            position: relative;
            width: 220 / @px-unit;
            height: 180 / @px-unit;
            margin: 8 / @px-unit;
            background-color: @aiPanel_cardBg;

            .checkbox {
                position: absolute;
                top: 0;
                left: 10 / @px-unit;
            }
            .cardPic {
                width: 100%;
                height: 100%;

                img {
                    width: 100%;
                    height: 100%;
                }
            }
        }
    }
}

._RemoteAlarmLight_ {
    
    padding-top: inherit; 
}

.event-handler {
    
    .ant-space-item {
        margin-right: 0px !important;
    }
    .flex{
        display: flex;
       .set-style{
            display: flex;
            align-items: center;
           .text{
               display: inline-block;
               width:180px;
               text-align: right;
               margin-right:10px;
           }
       }
       .left{
            .text{
                text-align: left;
            }
       }
       
    }
}

._RemoteAudio_ {
    
    padding-top: inherit; 
}


.fixed-button {
    position: fixed;
    bottom: 0;
    right: 0;
    height: 66 / @px-unit;
    padding: 17 / @px-unit 10 / @px-unit;
    background-color: @BottomBarBg;
    border-top: 1px solid @BottomBarBorder;
    &.halfwidth {
        width: 87.5%;

        
    }
    &.fullwidth {
        width: 87.5%;
    }
    
    .label-normal-container {
        padding: 0 !important;
        margin: 0 10px;
    }
}
.absolute-button {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 66 / @px-unit;
    padding: 17 / @px-unit 10 / @px-unit;
    background-color: @BottomBarBg;
    border-top: 1px solid @BottomBarBorder;
    width: 100% !important;
    
        
        .label-normal-container {
            padding: 0 !important;
            margin: 0 10px;
        }
}
.fixed-button,
.absolute-button {
    button {
        display: inline-block;
    }
    .left {
        float: left;
    }
    .right {
        float: right;
    }
}

._PtzLink_ {
    
    height: 450px;
    overflow-y: auto;
    margin: 10px;
}


._ChannelSelect_ {
    
    padding-top: inherit; 
    .check-box-group-wrapped {
        .ant-checkbox-group .ant-checkbox-wrapper {
            width: 160 / @px-unit !important;
            margin-top: 10 / @px-unit;
        }
        .label-normal-wrapper {
            width: 100% !important;
        }
        .ant-checkbox-wrapper + .ant-checkbox-wrapper {
            margin-left: 0;
        }
    }
    width: 400 / @px-unit !important;
    ._ChannelSelect_box {
        overflow-y:auto;
        height: 250 / @px-unit;
    }  
}


._AlarmOutChn_ {
    
    padding-top: inherit; 
}


.SoundLight {
    width: 100%;
    display: inline-block;
}
.SoundConfigSpace {
    margin-right: 48/@px-unit !important;
}

.audioFile {
    display: flex;
    .audioCheckBox{
        display: inline-block;
    }
    .audioSelect{
        display: inline-block;
    }
}

.http-push {
    display: flex;
    .label-normal-behind {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        word-wrap: normal;
    }
}




.PoliceNumber_wrap{
    
}

._ManageModal_{
    .btn-list{
        display: flex;
        .manage-btn{
            margin-right: 20px;
        }
    }
}


._IPSpeakerModal_{
    .blueIEBrowser {
        .svgOut(@IEBrowerColor);
    }
    .manage-grid-successIcon {
        .svgOut(@successIcon);
        .svgFont(20);
    }
    .manage-grid-errorIcon {
        .svgOut(@errorColor);
        .svgFont(20);
    }
}

.IPSpeaker_wrap {
    display: flex;
    align-items: center;
}


.MultipleLinkage_tableModal {
    .playTimes,
    .delayTime {
        text-align: center;
        line-height: 20 / @px-unit;
    }
    ._Table_  {
        .ant-table-body {
            .editable-cell-value-wrap {
                padding:  0px 0px 0px 0px;
            }
            .editable-cell-value-wrap:hover {
                border-width: 0px;
                padding:  0px 0px 0px 0px;
            }
        }
    }
    .MultipleLinkage_buttons {
        div {
            display: inline-block;
        }
    }
    .filename-selector-container {
        .label-normal-container, .label-normal-wrapper, .filename-selector {
            width: 100% !important;
        }
    }
}
.setting-modal {
    .video {
        width: 580px;
        height: 450px;
    }

    .form {
        width: 250px;
        height: 450px;