@sideMenuBackGroundColor: @secondNavBgColorNo13; 
@sideMenuSelectedColor: #ecf4ff; 


@loginForgetPasswordHoverColor: #ffffff; 
@loginIconColor: @btnHoverColorNo2; 


@font-size-normal: 12rem; 

@skin-black: #001529;
@skin-blue: #1890ff;


@base-rem-size: 14px;


html,
body {
    font-size: @base-rem-size;
}


@media screen and (min-device-width: 3000px) {
    html,
    body {
        font-size: 2 * @base-rem-size;
    }
}

@px-unit: 14rem;


@tagOnlinebg: rgba(39, 208, 90, 0.1);
@tagOnlineborder: rgba(39, 208, 90, 0.35);
@tagOnlineColor: #27d05a;
@tagOfflinebg: rgba(197, 205, 214, 0.2);
@tagOfflineborder: #c5cdd6;
@tagOfflineColor: #4e5c6b;
@tagSwitchbg: rgba(28, 121, 244, 0.1);
@tagSwitchColor: #1c79f4;
@tagSwitchborder: rgba(28, 121, 244, 0.35);
@tagSwitchAlarmbg: rgba(233, 70, 58, 0.1);
@tagSwitchAlarmColor: #e9463a;
@tagSwitchAlarmborder: rgba(233, 70, 58, 0.35);
@tagSwitchWarnbg: rgba(248, 120, 45, 0.1);
@tagSwitchWarnColor: #f8782d;
@tagSwitchWarnborder: rgba(248, 120, 45, 0.35);





@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: 800/@px-unit;
        .ant-modal-body {
            padding: 0;
            height: calc(100% - @ant-modal-height-height);
            .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;
                .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;
                    .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%;
                        }
                    }
                    .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%;
                }
                .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%;
                                    }
                                }
                                .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;
                }            
            }
        }
    }
}

.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;
    }
}

.add-content-box {
    padding-top: 8/@px-unit;
    .box {
        display: inline-block;
        width: 100%;
        border: 1px solid #4b515c;
        margin-right: 8px;
        font-size: 14rem;
        font-weight: 400;
        vertical-align: top;
        .active {
            color: #fff;
            background-color: #52555a;
            cursor: pointer;
            opacity: 1;
        }
        .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 !important;
                color: @pageTextA !important;
            }
        }
    }

    .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;
                border-bottom: 1px solid #4b515c;
            }
        }
    }
}


._AiRulePlugin_ {
    width: 460/@px-unit;
    padding: 5/@px-unit;
    
    padding-top: inherit; 
    &ocx {
        width: 450/@px-unit;
        height: 337/@px-unit;
    }
    &button, &divider {
        width: 450/@px-unit;
    }   
    &filter {
        div {
            display: inline-block;
        }
    }
    button {
        width: 100/@px-unit;
    }
    .left {
        float: left;
    }
    .right {
        float: right;
    }
    .ant-radio-wrapper {
        display: block;
    }
    .ant-radio-wrapper {
        margin-right: 0/@px-unit;
    }
    .ant-radio, span.ant-radio + * {
        vertical-align: top;
    }
}



._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: transparent !important;
                            }
                            &.ZD-highlight-row {
                                background: @tableBgA  !important;
                            }
                        }
                    }
                }
            }
        }
    }
}



.ai_result_window {
    width: 100vw !important;
    height: 100% !important;
    margin: 0 !important;
    max-width: 100% !important;
    top: 0;
    .ant-spin-nested-loading {
        width: 100%;
    }
    .ant-modal-header {
        width: 100vw;
        height: 100vh;
        overflow-y: auto !important;
        overflow-x: auto !important;
        min-width: 1280 / @px-unit;
    }
    .ant-modal-body {
        width: 100%;
        padding-left: 12 / @px-unit !important;
        padding-right: 0px !important;
        padding-top: 0px !important;
        max-width: 100% !important;
    }
    .ant-modal-content {
        top: 0;
        border: none !important;
        left: 0;
        width: 100vw;
        height: 100vh;
        overflow-y: auto !important;
        overflow-x: auto !important;
        min-width: 1280 / @px-unit;
        ._AiSearchResultWindow_left {
            margin-left: 15 / @px-unit;
            .ant-divider {
                margin: 1 / @px-unit !important;
            }
            width: calc(100vw - 400px) !important;
            
        }
        ._AiSearchResultWindow_left_top {
            .allCheckWrap {
                min-width: 100 / @px-unit;
            }
            .all1024CheckWrap {
                min-width: 100 / @px-unit;
                padding-left: 30 / @px-unit;
            }
            .allCheckBehind {
                width: auto !important;
                min-width: 70 / @px-unit;
            }
            display: flex;
            flex-direction: row;
            .label-div-Container {
                margin-right: 12 / @px-unit;
            }
            .sort_span {
                height: 55 / @px-unit;
                line-height: 55 / @px-unit;
                margin-right: 12 / @px-unit;
                margin-left: 12 / @px-unit;
            }
            .iconSortBtn {
                display: inline-block;
                margin-top: 7 / @px-unit;
                margin-left: 5 / @px-unit;
            }
            .icosortActiveBtn {
                svg {
                    & + {
                        path:first-child {
                            fill: @current; 
                        }
                    }
                }
            }
            .search_progress {
                margin-left: 15 / @px-unit;
            }
            .cus_icons {
                .svgFont(20);
            }
        }
        ._PicDataview_ {
            
            height: 700 / @px-unit;
        }
        ._AiSearchResultWindow_right {
            width: 400 / @px-unit !important;
            min-width: 400 / @px-unit !important;
            ._AiSearchResultWindow_right_ocx {
                padding: 10 / @px-unit;
            }
        }
    }
}
.tagadd_modal {
    .tag_defaultBtn {
        float: left;
    }
}
.tag_BtnDiv {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.tag_RightBtnDiv {
    display: flex;
    flex-direction: row;
}
.save_Btn {
    margin-right: 10 / @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;
    }
}

._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;
        }
}

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

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


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


._AlarmOutChn_ {
    
    padding-top: inherit; 
}


._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;
    }
}


._BackupWindow_ {
    
    padding-top: inherit; 
}
.backupModal{
    width: 650/@px-unit !important;
    .label-normal-container {
        padding-top: 0 !important;
    }
}


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

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


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

}

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



@IEBrowerColor: @current;
._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;
}

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



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

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

.editable-cell-value-wrap {
    width: 100%; 
    height: 30px;
    line-height:30px
}
._Input-Test_ {
    margin-left: 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;
}

._OSDPlugin_ {
    
    width: 460/@px-unit;
    padding: 5/@px-unit;
    &ocx {
        width: 450/@px-unit;
        height: 337/@px-unit;
    }
}

.passwordCheck_Box {
    span {
        display: inline-block;
        width: 32.5%;
        height: 5px;
    }
    .low {
        margin-right: 1%;
    }
    .middle {
        margin-right: 1%;
    }
    margin-top: 8px;
}
.passwordCheck_tips {
    position: absolute;
    top: 7px;
    right: -35px;
    font-size: 20px;
}
.passwordCheck_error_text {
    color: #fe4e50;
}
.passwordCheck_error_tips {
    position: absolute;
    color: #fe4e50;
    top: 10px;
    font-size: 14px;
    font-weight: bold;
}
.PasswordCheck_Row{
    .ant-input-affix-wrapper-focused{
        border-color: #4B515C !important;
    }
    .ant-input-affix-wrapper:hover{
        border-color: #4B515C !important;
    }
}
._PtzLink_ {
    
    height: 450px;
    overflow-y: auto;
    margin: 10px;
}

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

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

._RemoteAlarmLight_ {
    
    padding-top: inherit; 
}

._RemoteAlarmOutput_ {
    
    padding-top: inherit; 
}

._RemoteAudio_ {
    
    padding-top: inherit; 
}


._ScheduleModal_ {
    
    padding-top: inherit; 
}

.ant-drawer-wrapper-body {
    background-color: #2A2E33;
    .ant-drawer-header {
        background-color: #2A2E33;
        .ant-drawer-title {
            color: #fff;
        }
    }
}

.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: #4b515c;
                margin-bottom: 0px;
                height: 0.714rem;

                .handle {
                    z-index: 1;
                }

                .track {
                    &.timeplan-motion {
                        background: @detect;
                    }

                    &.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-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;
                    }
                }
            }
        }
    }
}

._SetMore_ {
    
    padding-top: inherit; 
}
._setMoreView_ .checkboxListByRow .checkboxList {
    .label-div-Container {        
        display: inline-block;
        width: 50%;
    }
}




._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;
            }
        }
    }  
}


._UploadFiles_ {
    
    padding-top: inherit; 
    input {
        width: 95%;
        margin-right: 15/@px-unit;
    }
}
.uploadBtn{
    height: 10/@px-unit;
}
.uploadBtn_div{
    display: flex;
}


@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;
    }
}

.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 {
            justify-content: space-between;
            .footer_icon {
                display: flex;
                padding: 0 10/@px-unit;
                justify-content: flex-start;
                }
                .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 {
                display: flex;
                justify-content: center;
                align-items: center;
                .timeButton {
                    display: flex;
                    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 {
                    background-color: @current;
                    border: 0;
                    color: .color_N(@current)[];
                }
            }
        }
    }
}


._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; 
    }
}

._AudioDetection_ {
    height: calc(100% - 66px);
    overflow-y: auto;
}


.flex-container {
    display: flex;
    width: 100%;

    .flex-item {
        flex: 1;
        text-align: center;
    }
}

.flex-checkbox-container {
    display: flex;
    width: 100%;
    justify-content: space-around;

    .flex-checkbox-item {
        flex: 1;
        text-align: center;
    }
}

.paging-container {
    height: 40px;
    margin-top: 20px;
    margin-left: 500px;

    .paging-text {
        display: inline-block;
        width: 200px;
        height: 40px;
        text-align: center;
    }

    .paging-icon {
        display: inline-block;
        text-align: center;
        vertical-align: middle;
    }
}


._AlarmInfo_{
    .period {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
    .table {
        min-height: 440px;
        .ant-table {
            min-height: 440px !important;
        }
        .ant-empty-normal {
            margin-top: 140px;
        }
        .table-header {
            text-align: center;
            user-select: none;
        }
        .table-icon {
            cursor: pointer;
        }
    }
    .table-text {
        position: absolute;
        right: 1.14285714rem;
        transform: translateY(-50px);
    }
    .backup {
        width: 100px;
    }
    & :nth-child(5) {
        text-align: right;
        margin-right: 1.14285714rem;;
    }
}



.detail-table {
    border: 1px solid @tableBorderN;

    .detail-list-item {
        display: flex;
        color: @tableTextN;
        border: none !important;
    
        &:hover {
            color: @tableTextA;
        }
        .detail-key {
            width: 30%;
            text-align: center;
        }
        .detail-val {
            width: 70%;
            text-align: center;
        }
        p {
            margin: 0;
        }
    }
    .detail-list-item-odd {
        background-color: @tableEvenBgN;
    }
    .detail-list-item-even {
        background-color: @tableOddBgN;;