        }

        
        .picData_progress {
            margin: 0 8px 7px 5px;
            background: @ai_progress_default;
            height: 14/@px-unit;
            position: relative;
            color: @pageTextA;
            display: flex;
            align-items: center;

            .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;
            }
            
            .progress_label {
                position: absolute;
                right: 0;
                line-height: 14/@px-unit;
                top: 0;
            }
        }

        .picData_smallImgContent {
            width: 268/@px-unit;
            height: 112/@px-unit;
            margin-bottom: 8/@px-unit;

            img {
                display: inline-block;
                width: 120/@px-unit;
                height: 100%;
                margin: 0 5/@px-unit 0 5/@px-unit;
            }
        }

        .picData_imgAndInfo {
            overflow: hidden;
            margin: 35/@px-unit 0px 22/@px-unit 0px;
        }

        .picData_smallImgContent {
            width: 132/@px-unit;
            float: left;
        }

        .picData_info {
            display: inline-block;

            .label-normal-container {
                height: 18/@px-unit;
                padding: 0px !important;
            }

            color: @buttonNormalTextN;
        }


        .picData_labelCheck {
            background: @ai_labelCheck_bg;
            height: 32/@px-unit;
            line-height: 32/@px-unit;
            padding: 5/@px-unit 10/@px-unit;
            display: flex;
            flex-direction: row;
            justify-content: space-between;

            .ch_number {
                height: 20/@px-unit;
                line-height: 20/@px-unit ;
                color: @ai_labelCheck_font;
            }

            .label-normal-container {
                height: 20/@px-unit;
                padding: 0px !important;
                color: @ai_labelCheck_font;
                .label-normal {
                    color: @ai_labelCheck_font;
                }
            }

            .ant-checkbox {
                top: 0px;
            }
        }

    }

    
    .human_detect {
        .compliantIcon{
            font-size: 150/@px-unit;
            margin-top: -200/@px-unit;
            margin-left: 150/@px-unit;
            &:hover {
                svg {
                    & + {
                        path:first-child {
                            fill: @iconColorN !important;
                        }
                    }
                }
            }
        }
        .compliantIcon_operatemonitor{
            font-size: 120/@px-unit;
            position: absolute;
            bottom: 0;
            margin-left: 150/@px-unit;
            &:hover {
                svg {
                    & + {
                        path:first-child {
                            fill: @iconColorN !important;
                        }
                    }
                }
            }
        }
        .picData_human_detect_imgAndInfo {
            margin-top: 20/@px-unit;
            height: 156/@px-unit;

            display: flex;
            flex-direction: row;
            justify-content: center;

            .human_detect_width140 {
                width: 140/@px-unit
            }

            .human_detect_width268 {
                width: 268/@px-unit
            }

            .picData_imgContentByPic {
                height: 137/@px-unit;
                margin: 0;
                float: left;

                img {
                    display: inline-block;
                    height: 100%;
                    margin: 0 5/@px-unit 0 5/@px-unit;
                    max-width: 120/@px-unit;
                }

                .pic_humanImg {
                    height: 100%;
                    margin: 0;
                    width: 120/@px-unit;
                    float: left;
                    text-align: center;
                }

                .nonmoperson-face {
                    height: 60%;
                    width: 80/@px-unit;
                    float: right;
                }

                .face {
                    height: 137/@px-unit;
                    margin: 0;
                    float: right;
                    margin-left: 30/@px-unit;
                }
            }

            .pic_humanImg {
                height: 100%;
                margin: 0;
                width: 120/@px-unit;
                float: left;
                text-align: center;
            }

            .person {
                margin-left: 10/@px-unit;
                display: inline-block;
                height: 100%;
                max-width: 120/@px-unit;
                width: auto;
            }

            .nonmoperson-face {
                height: 60%;
                width: 80/@px-unit;
                float: right;
            }

            .face {
                height: 137/@px-unit;
                margin: 0;
                float: right;
                margin-left: 30/@px-unit;
            }
        }
    }

    
    .vehicle_detact {
        .picData_vehicle_detect_imgAndInfo {
            margin-top: 10/@px-unit;
            height: 166/@px-unit;
            display: flex;
            flex-direction: row;
            justify-content: center;

            .picData_imgContentByPic {
                position: relative;
                width: 140/@px-unit;
                height: 155/@px-unit;
                margin: 0;
                float: left;

                img {
                    width: 120/@px-unit;
                    display: inline-block;
                    height: 100%;
                    margin: 0 5/@px-unit 0 5/@px-unit;
                }

                .vehicle {
                    width: 120/@px-unit;
                    height: 120/@px-unit;
                    display: block;
                    margin: 0 auto;
                    position: absolute;
                    top: 0/@px-unit;
                    left: 5/@px-unit;
                }

                .plate {
                    width: 120/@px-unit;
                    height: 32/@px-unit;
                    display: block;
                    margin: 0 auto;
                    position: absolute;
                    top: 121/@px-unit;
                    left: 5/@px-unit;
                }
            }

            .picData_info {
                height: 166/@px-unit;

                .plateWhiteListDB {
                    width: 120/@px-unit;
                    height: 30/@px-unit;
                    line-height: 30/@px-unit;
                    text-align: center;
                    margin-top: 54/@px-unit;
                    float: left;
                    border: 1/@px-unit solid @vehicle_whiteplate_borderColor;
                    background-color: @vehicle_whiteplate_bgColor;
                    color: .color_N(@vehicle_whiteplate_bgColor)[];
                }

                .plateBlackListDB {
                    width: 120/@px-unit;
                    height: 30/@px-unit;
                    line-height: 30/@px-unit;
                    text-align: center;
                    margin-top: 54/@px-unit;
                    float: left;
                    background-color: @vehicle_blackplate_bgColor;
                    color: .color_N(@vehicle_blackplate_bgColor)[];
                    border: 1px solid @vehicle_blackplate_borderColor;
                }

                .plateNormalListDB {
                    display: none
                }

            }
        }
    }
}
.infotext{
    width: 115/@px-unit;
    display: flex;
}
.info_label{
    max-width: 70/@px-unit;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.info_val{
    max-width: 45/@px-unit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

._IVSScheme_ {
    .cap-item-container {
        display: inline-block;
        width: 100px;
        height: 100px;
        border: 1px solid rgba(166, 170, 178, .5);
        margin-right: 10px;
    }
    .disabled-cap-item-container {
        border: 1px solid rgba(166, 170, 178, .2);
    }
    .cap-item {
        width: 100px;
        height: 100px;
        margin-right: 10px;
        font-size: 100px !important;
        cursor: pointer;
    }
    .active {
        svg {
            path:first-child {
                fill: @current !important; 
            }
            path:nth-child(2) {
                fill: @current !important; 
            }
            
            linearGradient {
                stop:first-child {
                    stop-color: @current !important; 
                }
                stop:last-child {
                    stop-color: transparent !important; 
                }
            }
        }
    }
    .disabled {
        svg {
            path:first-child {
                fill: @--placeholder !important;
            }
            path:nth-child(2) {
                fill: @--placeholder !important;
            }
            
            linearGradient {
                stop:first-child {
                    stop-color: @current !important; 
                }
                stop:last-child {
                    stop-color: transparent !important; 
                }
            }
        }
    }
    .active.disabled {
        .active;
        svg {
            opacity: 0.5; 
        }
    }
    .scene-container {
        max-height: 595px;
        overflow-y: auto;
        .scene-box {
            width: '50%';
            margin-top: 15px;
            .scene-title {
                display: flex;
                padding: 9px;
                margin-bottom: 10px;
                font-size: 14px;
                font-weight: bolder;
                color: .color_N(@ai_scene_bg)[];
                justify-content: space-between;
                align-items: center;
                background-color: @ai_scene_bg !important;
                span:first-child {
                    cursor: default;
                    user-select: none;
                }
            }

            &:first-child {
                margin-top: 0;
            }
        }
    }
    .hide {
        display: none;
    }
}


._Backup_ {
    ._BackupSelector_ {
        ._BackupSelector_fistline,
        ._BackupSelector_secondline ,
        ._BackupSelector_thirdline ,
        ._BackupSelector_fourline  {
            display: flex;
            ._BackupSelector_formatbutton,
            ._BackupSelector_scanbutton,
            ._BackupSelector_typeselect,
            ._BackupSelector_streamtypeselect {
                margin-left: 30/@px-unit;
            }
            ._BackupSelector_diskSize {
                margin-left: 40/@px-unit;
                width: 300 / @px-unit;
            }
        }
        ._BackupSelector_button {
            width: 100%;
            .right {
                float: right;
                margin-left: 30/@px-unit;
            }
        }
    }
    ._BackupGrid_ {
        ._Table_ {
            margin-bottom: 25/@px-unit;
        }
        ._Table_ .ant-table-body {
            min-height: 290 / @px-unit;
            tbody {
                .ant-table-row {
                    &.ant-table-row-selected {
                        td {
                            background: transparent;
                        }
                    }
                    .ant-table-cell {
                        &.ant-table-column-sort {
                            background: transparent;
                        }
                    }
                }
            }            
        }        
        .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;
        }
        ._BackupGrid_button {
            width: 100%;
            .label-div-Container {
                margin-top: -10/@px-unit;
            }
            .right {
                float: right;
                margin-left: 30/@px-unit;
            }
            ._BackupGrid_capacity {
                margin-left: 140/@px-unit;
                text-align: right;
            }
            ._BackupGrid_process {
                display: flex;
                padding-top: 10/@px-unit;
                width: 70%;
                ._BackupGrid_timebackupTip {
                    width: 250/@px-unit;
                }
            }
        }
    }
}
._BackupSelector_formatModal {
    ._BackupSelector_formatTip,
    ._BackupSelector_formatType {
        width: 100%;
        .label-normal-wrapper {
            width: 100% !important;
            text-align: center;
        }
        .ant-radio {
            top: 0;
        }
        .ant-radio-wrapper:first-child .ant-radio{
            left: 2px;
        }
    }
    .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;
        }
    }
}
._BackupPopUpFile_Modal {
    width: 1200/@px-unit !important;
    ._Table_ .ant-table-body {
        min-height: 290 / @px-unit;
        td.ant-table-column-sort {
            background: transparent;
        }
    }
}

._BackupWarterMark_Modal {
    width: 900/@px-unit !important;
    height: 650/@px-unit !important;
    ._BackupWarterMark_fistline,
    ._BackupWarterMark_secondline,
    ._BackupWarterMark_thirdline {
        display: flex;
        ._BackupWarterMark_fileaddress,
        ._BackupWarterMark_progress {        
            margin-left: 30/@px-unit;
            width: 600/@px-unit !important;
        }
        ._BackupWarterMark_wartermarkinfo {
            textarea {
                resize: none;
            }
            .label-normal {
                margin-left: 6/@px-unit;
                width: 125/@px-unit !important;
            }
            .label-normal-wrapper {
                width: 600/@px-unit !important;
            }
        }
    }
    ._Table_ .ant-table-body {
        min-height: 350 / @px-unit;
    }  
}

._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;
    } 
}


._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;
}


._VersionInfo_ {
    .SystemVersion {
        width: auto !important;
    }
    .achor_info {
        .label-normal {
            color: @achor_infoColor;
            cursor: pointer;
            &:hover {
                color: @achor_infoHoverColor;
            }
        }
    }
    .serialNumber {
        width: 216px;
        height: 216px;
        padding: 8px;
        background-color: #FFF;
    }
}


.plateNoClass {
    padding-left: 0 !important;
}
._AlarmSiren_behind_btn {
    .label-div-Container {
        .label-normal-container {
            padding: 0 !important;
        }
    }
}

._OnlineMaintenance_ {
    .DateExport{
        display: flex;
        padding-top: 30 / @px-unit;
        padding-left: 20 / @px-unit;
        .ExportTip{
            margin-left: 20 / @px-unit;
            margin-top: 13 / @px-unit;
        }
    }
}


@minModalConentWidth: 1800 / @px-unit; 
@modalFooterHeight: 60 / @px-unit; 
@preEmptyHeight: 140 / @px-unit; 
@modalPicContentHeight: calc(100vh - @navMenuHeight - @modalFooterHeight - @preEmptyHeight); 

._FaceLib_ {
    margin: 0;
    top: 0;
    width: 100vw !important;
    height: 100% !important;
    min-width: @minModalConentWidth;

    .ant-modal-header{
        width: 100%;
    }
    .ant-modal-body{
        width: 100%;
        max-width: 100%;
    }
    .ant-modal-content {
        border: none !important;
        width: 100vw;
        height: 100%;
        min-width: @minModalConentWidth;
        position: absolute;
        top: 0;
        left: 0;
        overflow-y:auto !important;
        overflow-x: auto !important;
        .ant-modal-footer {
            position: absolute;
            overflow: hidden;
            height: @modalFooterHeight;
            width: 100%;
            bottom: 0/@px-unit;
            right: 0/@px-unit;
        }

        .picContent {
            width: 100%;
            display: flex;
            flex-wrap: nowrap;
            height: 100%;

            .picLeftContent {
                width: 100%;
                height: @modalPicContentHeight;
                padding-top: 0.5rem;
                padding-left: 0.5rem;
                overflow-y: auto;
                .intel_face_box_passby {
                    width: 355/@px-unit;
                    height: 162/@px-unit;
                    margin-right: 1rem;
                    margin-bottom: 1rem;
                    background-color: @aiPanel_cardBg;
                    position: relative;
                    float: left;
                    cursor: pointer;
                    .PersonPic {
                        display: block;
                        height: 135/@px-unit;
                        width: 120/@px-unit;
                        float: left;
                    }
                    .intel_faceInfo_box_passby{
                        width: 220/@px-unit;
                        height: 100%;
                        float: left;
                        padding-right: 10/@px-unit;
                        padding-left: 5/@px-unit;
                        &>div {
                            overflow: hidden;
                            white-space: nowrap;
                            text-overflow: ellipsis;
                        }
                    }
                }
                .picCardItem {
                    width: 280/@px-unit;
                    height: 162/@px-unit;
                    margin-right: 1rem;
                    margin-bottom: 1rem;
                    margin-top: 1px; 
                    margin-left: 1px;
                    background-color: @aiPanel_cardBg;
                    position: relative;
                    float: left;
                    cursor: pointer;

                    .PersonPic {
                        display: block;
                        height: 135/@px-unit;
                        width: 45%;
                        float: left;
                    }

                    .InfoContent {
                        width: 55%;
                        height: 100%;
                        float: left;
                        padding-right: 10/@px-unit;
                        padding-left: 5/@px-unit;
                        &>div {
                            overflow: hidden;
                            white-space: nowrap;
                            text-overflow: ellipsis;
                        }
                    }



                }
            }

            .picRightContent {
                width: 480 / @px-unit;
                height: @modalPicContentHeight;
                overflow-y: auto;
                .checked_div{
                    position:relative;
                    width: 150/@px-unit;
                    height: 150/@px-unit;
                    float: left;
                }
                .delete_icon{
                    position: absolute;
                    left:2rem;
                    top: 1rem;
                }
                .Thumbnail {
                    display: block;
                    width: 120/@px-unit;
                    height: 135/@px-unit;
                    float: left;
                    background-color: pink;
                    margin: 1rem 2rem;
                }
            }
        }
        .picContentLoading{
            width: 100%;
            height: 100%;
        }
        .active {
            box-shadow: 0 0 3/@px-unit 2/@px-unit @current;
        }
        .buildStatus {
            width: 100%;
            position: absolute;
            bottom: 0;
            left: 0;
            height: 25px;
            line-height: 25px;
            background-color: @aiPanel_box_bottom-color;


        }

        .pageLine {
            margin-top: 10/@px-unit;
            display: flex;
            justify-content: space-between;
        }

        .ant-modal-body {
            padding: 10/@px-unit 24/@px-unit;
        }
    }
}
.modifyConfig {
    float: right;
}


.personRegistry {
    width: 678/@px-unit;
    min-width: 678/@px-unit;
    height: 600/@px-unit;
    min-height: 600/@px-unit;

    .ant-modal-body {
        display: flex;
        width: 100%;
        height: 450 /@px-unit;
    }

    .ant-modal-footer {
        height: 66 / @px-unit;
    }

    .facePath {
        width: 140/@px-unit;
        height: 160/@px-unit;
        margin: 0/@px-unit 20/@px-unit;
        margin-right: 40/@px-unit;
        background-size: cover;
        border: 1px dashed gray;
        position: relative;
        .person_edit_image {
            position: absolute;
            width: 100%;
            height: 30/@px-unit;
            position: absolute;
            top: 129/@px-unit;
            
            opacity:0.5;
            background-color: @com_faceRegister_edit_bg;
          }
        img{
            width:100%;
            height: 100%;
        }
        .select_Icon{
            height: 100%;
            width: 100%;
            line-height: 160/@px-unit;
        }
    }

    .personConfig {
        width: 440/@px-unit;
        height: 341/@px-unit;
    }
}

.Batchregitry {
    .batchUpload {
        width: 100%;
        height: 152/@px-unit;
        display: flex;
        justify-content: space-around;
        align-items: center;

        .upload_each,
        .upload_eachIE {
            width: 46%;
            height: 100%;
            border: 1/@px-unit dashed @files_upload_box_border_color;
            cursor: pointer;
            color: @files_upload_box_font_N;
            text-align: center;
            line-height: 152/@px-unit;
            background-color: @files_upload_box_bg !important;
            .cus_icons{
                .svgOut(@files_upload_box_font_N);
            }
        }

        .upload_each:hover {
            border: 1/@px-unit dashed @--primary-5;
            color: @--primary-5;
            .cus_icons{
                .svgOut(@--primary-5);
            }
        }
        .selectTip{
            margin-top: -135/@px-unit;
        }
    }

    .uploadTips {
        width: 100%;
        margin-top: 15/@px-unit;
    }

}

.faceLibModal-btns-row {
    display: flex;
    align-items: center;
    .label-div-Container {
        
        margin-right: 10px;
    }
}

.bottombtnList {
    display: flex;
    
    
    float: right;
    .label-div-Container{
        float: right;
        margin-left: 15/@px-unit;
    }
}

.dateAddModal {
    width: 260/@px-unit;
}

.intel_smallPic_box {
    width: 140/@px-unit;
    height: 160/@px-unit;
    border: 2/@px-unit solid @com_detectsmallPic_bd;
    margin: 5/@px-unit;
    float: left;

    img {
        width: 100%;
        height: 100%;
    }
}

.intel_smallPic_box_active {
    border: 2/@px-unit solid @com_detectsmallPic_select_bd;
}

.checkImgModal {
    width: 700/@px-unit  !important;
    height: 500/@px-unit;

    .ant-modal-content {
        height: 100%;
    }

    .ant-modal-body {
        height: 400/@px-unit;
        overflow-y:auto;
    }
}
.import_Table{
    height: 480/@px-unit;
    width: 800/@px-unit !important;
}
.copyTable{
    height: 300/@px-unit;
}
.fileListModal{
    width: 800/@px-unit !important;
    height: 700/@px-unit;
    
    ._Table_ .ant-table-body {
        max-height: 380/@px-unit !important;
    }
}
.import_Result{
    display: flex;
    flex-direction: row;
}
.errorCls{
    color: @errorColor !important;
}
.copy_registry_modal {
    ._Table_ {
        .ant-table-body {
            min-height: 250/@px-unit !important;
        }
    }
}

._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;
        }
    }
}


._QuickPick_ {
    .page-view {
    }
}


._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;
    }
}



.label-normal-behind {
    .label-normal-container {
        padding-top: 0px !important;
    }
}

._viewAiResult_ {
    .pic_PlateNo {
        clear: left;
        text-align: center;
    }
}

._viewAiResult_ {

    
    .pic_plateImg {
        height: 80% !important;
        margin: 0;
        width: 120/@px-unit;
        float: left;
        text-align: center;

        .imageplate-panle {
            width: 100% !important;
            margin-top: 6/ @px-unit !important;
            height: 30% !important;
        }

        .pic_PlateNo {
            margin-top: 10% !important;
            clear: left;
            text-align: center;
        }
    }
}

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



.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;
}

._ExtraStreamDisc_ {
    padding:20 / @px-unit;
    width: 100%;
}

._SnapDisc_ {
    padding:20 / @px-unit;
    width: 100%;
}

._MachineConfig_ {
    
    
    
    padding-top: inherit; 
    
    .ant-row .label-normal-container {
        min-width:550/@px-unit;
    }
    .syncRemoteCheckBox .label-normal-container>.label-normal-wrapper{
        width: auto !important;
    }
}

._MainStreamDisc_ {
    padding:20 / @px-unit;
    width: 100%;
}

.RaidHotSpare_FlexLine{
    display: flex;
    .AddTo{
        margin-left: 15 / @px-unit;
    }
}
._RaidHotSpare_ {
    ._Table_ .ant-table-body {
        min-height: 450 / @px-unit;
    } 
}

._RaidManage_ {
    .FlexLine{
        display: flex;
        .WorkMode{
            margin-left: 15 / @px-unit;
        }
    }
    .fixed-button {
        .label-normal-wrapper {
            width: auto !important;
        }
        button {
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            min-width: 100 / @px-unit;
            &#Create, &#Celerity {
                width: auto;
                padding: 4/@px-unit 5/@px-unit;
            }
        }
    }
    ._Table_ .ant-table-body {
        min-height: 600 / @px-unit;
    } 
}


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


.CompliantInfoModal {
    
    
    
    .ant-checkbox-wrapper + .ant-checkbox-wrapper {
        margin-left: 0px !important
    }
    .ant-checkbox-wrapper {
        width: 120 / @px-unit;
    }
}


._RemoteStorage_ {
    .ant-divider-horizontal{
        background-color: #090c0c !important;
        margin-top: 8 / @px-unit;
        margin-bottom: 8 / @px-unit;
    }
    .FTPEnable{
        display: flex;
        .FTPRadio{
            margin-left: 100 / @px-unit;
        }
    }
    .EventPreRecord {
        display: flex;
        .PerRecord{
            margin-left: 308 / @px-unit;
        }
        .StreamType {
            margin-left: 108 / @px-unit;
        }
    }
    .TimePicker{
        display: flex;
        .Connector{
            padding-top: 10 / @px-unit;
            margin-left: 5 / @px-unit;
            margin-right: 5 / @px-unit;
        }
        .ant-checkbox-group{
            margin-left: 20 / @px-unit;
            .ant-checkbox-wrapper{
                margin-left: 0;
            }
        }
        .ant-picker-disabled{
            svg{
                opacity: 0.5;
            }
        }
    }
    .Channel{
        .label-normal{
            margin-top: 8 / @px-unit;
        }
    }
    .uploadChannel{
        display: flex;
        .label-div-Container:first-child  {
            margin-right: 109 / @px-unit;
        }
    }
}

._SymServer_ {
    .gap-divider {
        margin-top: 0;
        margin-bottom: 0;
    }
}


._PicturePlay_{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20/@px-unit 0;
    &box {
        display: flex;
        align-items: center;
        justify-content: left;
        cursor: pointer;
        border: 1px solid @urgentRecord_defBorder;
        background-color: @urgentRecord_defBg;
        color:@urgentRecord_defText;
        width: 210/@px-unit;
        height:32/@px-unit;
        padding: 0!important;
        >span:nth-of-type(1){
            margin: 0 30/@px-unit 0  10/@px-unit ;
        }
        .cus_icons {
            .svgHover(@iconColorN);
        }
    }
    &text {
        width: 124/@px-unit;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}


.PicturePlayWinPreviewWarp{
    .ant-modal {
        
        width: 449px !important;
    }
}


._Ptz_ {
    position: relative;
    margin-bottom: 0 / @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;
    background-color: @preview_Right_Bg; 
    min-width: 170px;
    .ant-btn{
        padding:4/ @px-unit 0!important;;
    }
    .show{
        display: '';
    }
    .hidden{
        display: none;
    }
    &wrap{
        .ant-menu-item, .ant-menu-submenu-title{
            padding:0!important;
        }
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        margin-top: 10 / @px-unit;  
        border-bottom: 1 / @px-unit solid @preview_right_ptz_borderBottom_ColorN;      
        .ant-menu{
            background: @preview_right_tabTitle_Bg !important;
            color: .color_N(@preview_right_tabTitle_Bg)[];
            height: 35 / @px-unit;
            width: 100%;
        }
        .ant-menu-horizontal {
            border-bottom-color: @preview_right_tabTitle_Bg;
            
        }
        .ant-menu-horizontal:not(.ant-menu-dark) {
            .ant-menu-submenu{
                padding:0!important;
            }
            .ant-menu-item {
                height: 30 / @px-unit;
                margin-top: 2 / @px-unit;
                line-height: 30 / @px-unit;
                width: 49%;
                display: flex;
                justify-content: center;
                span {
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }
            }
            .ant-menu-item:hover::after,
            .ant-menu-item-selected::after {
                border-bottom: 0px solid transparent;
            }
            .ant-menu-item-selected {
                background: @preview_right_ptzZoom_Bg !important;                
                border-radius: 5 /@px-unit;                
                span {                   
                    background: @preview_right_ptzZoom_Bg;
                    color: .color_A(@preview_right_ptzZoom_Bg)[];
                }                
            }
            .ant-menu-item:hover {
                color: .color_A(@preview_right_tabTitle_Bg)[];
            }
        } 
    }
    &content {
        margin-top: 15 /@px-unit;
        height:200 /@px-unit;
        background-color: @preview_Right_Bg;
    }   
    &font{
       >svg{
        font-size:30/ @px-unit!important;
        
       }
    }
   
    &icon{
        width:20 / @px-unit
    }
    &header_bg {
        width: 150 / @px-unit;
        height: 150 / @px-unit;
        margin: 25 / @px-unit 0 15 / @px-unit 25 / @px-unit;
        & &_icon {
            .svgFont(150);
        }
    }
    &header_el {
        width: 150 / @px-unit;
        height: 150 / @px-unit;
        display: flex;
        flex-wrap: wrap;
        margin: 25 / @px-unit 0 15 / @px-unit 25 / @px-unit;
        position: absolute;
        top: -25 / @px-unit;
        left: 0;
        & &_icon {
            .svgFont(40);
            width: 40 / @px-unit;
            height: 40 / @px-unit;
            margin: 5 / @px-unit 5 / @px-unit 5 / @px-unit 5 / @px-unit;
            &:hover {
                cursor: pointer;
            }
        }
    }
}


._IntelligentTrack_ {
    
    display: flex;
}


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



._UrgentRecord_ {
    
    
    
    
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-touch-callout: none; 
    -webkit-user-select: none; 
    -khtml-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
  
    &box{
        width: 210/@px-unit;
        height:32/@px-unit;
        padding: 0!important;
        display: flex;
        align-items: center;
        justify-content: flex-start;        
        cursor: pointer;
        >span:nth-of-type(1){
            margin: 0 30/@px-unit 0  10/@px-unit ;
        }
        .cus_icons {
            .svgHover(@iconColorN);
        }
    }
    &checked{
        border: 1px solid @urgentRecord_actBorder;
        background-color: @urgentRecord_actBg;
        color:.color_A(@urgentRecord_actBg)[];
    }
    &default{
        border: 1px solid @urgentRecord_defBorder;
        background-color: @urgentRecord_defBg;
        color:@urgentRecord_defText;
    }
    &text {
        width: 124/@px-unit;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}


._AlarmOut_ {
    
    
    
    padding-top: inherit; 
    position: relative;
    &up{
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: @preview_ChnlTextN;
      padding:10/@px-unit 15/@px-unit;
      ._AlarmOut_header_bg_icon{
        .svgOut(@preview_ChnlTextN);
      }
    }
    .active{
        border-color: @alramOut_actBorder;
        color:@alramOut_actText;
    }
    .label-div-Container{
        width:35/@px-unit;
        height:45/@px-unit;
    }
   

    ._AlarmOut_right_header_title {
        height: 35 / @px-unit;
        background-color: @preview_right_tabTitle_Bg;
        color: .color_N(@preview_right_tabTitle_Bg)[];
        padding-left: 10 / @px-unit;
        display: flex;
        align-items: center;
        width: 100%;
    }
    .ant-menu{
        background: @preview_right_tabTitle_Bg !important;
        color: @pageTextN;
        height: 35 / @px-unit;
        width: 100%;
    }
    .ant-menu-horizontal {
        border-bottom-color: @preview_right_tabTitle_Bg;
    }
    .ant-menu-horizontal:not(.ant-menu-dark) {
        .ant-menu-item {
            height: 30 / @px-unit;
            margin-top: 2 / @px-unit;
            line-height: 30 / @px-unit;
            width: 49%;
            padding: 0 10 / @px-unit;
            display: flex;
            justify-content: center;
            span {
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }
        }
        .ant-menu-item:hover::after,
        .ant-menu-item-selected::after {
            border-bottom: 0px solid transparent;
        }
        .ant-menu-item-selected {
            background: @preview_right_ptzZoom_Bg !important;                
            border-radius: 5 /@px-unit;                
            span {                   
                background: @preview_right_ptzZoom_Bg;
                color: @pageTextA;
            }                
        }
        .ant-menu-item:hover {
            color: @pageTextN;
        }
    } 


}
._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%;
        }
    }
}



._LocalPlay_{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20/@px-unit 0;
    &box {
        display: flex;
        align-items: center;
        justify-content: left;
        cursor: pointer;
        border: 1px solid @urgentRecord_defBorder;
        background-color: @urgentRecord_defBg;
        color:@urgentRecord_defText;
        width: 210/@px-unit;
        height:32/@px-unit;
        padding: 0!important;
        >span:nth-of-type(1){
            margin: 0 30/@px-unit 0  10/@px-unit ;
        }
        .cus_icons {
            .svgHover(@iconColorN);
        }
    }
    &text {
        width: 124/@px-unit;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

._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;
    } 
}


._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;
                }
            }
        }
    }
}

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



._QualityBtns_ {
    .popover_contain{
        .popover_icon:not(.disabled_icons):not(.noHover) svg path {
            fill: .color_N(@preview_center_bottom_Bg)[];
        }
        .popover_icon:hover:not(.disabled_icons):not(.noHover):hover svg path {
            fill: @--primary-5!important;
        }
    }
    }
  

._DisplayScale_ {
    
    
    
    padding-top: inherit; 
    
}


.detailTime {
    display: flex;