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


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

    .line-row {
        display: flex;
    }
}

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

._DateConfig_.MainPage {
    .label-normal-behind {
        &.pl-0 {
            padding-left: 0rem !important;
        }

        .label-normal-container {
            padding-top: 0rem !important;

            button {
                margin-left: 1.5rem;
            }
        }
    }

    .holidayRadioGroup {
        label {
            width: 45%;
        }
    }
}

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



.detailTime {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.errStatus {
    color: @errorColor;
}
.warnStatus {
    color: @warningColor;
}
.hdd_health_modal {
    ._Table_ .ant-table-body {
        min-height: 200 / @px-unit;
    } 
}


._Group_ {
    padding-left: 20 / @px-unit;
    padding-top: 20 / @px-unit;
    padding-right: 10 / @px-unit;
    width: 100%;
    ._Table_ {
        .ant-table {
            background-color: @pageBodyBg;
            .ant-table-content {
                height: 450 / @px-unit;
                overflow-y: auto;
            }
        }
    }
    .ant-modal {
        .ant-modal-body {
            min-height: 498 / @px-unit;
            overflow-y: auto;
            .ant-tabs .ant-tabs-content {
                [id*="Auth"] {
                    .label-div-Container:not(:first-child) {
                        display: inline-block;
                        width: 190 / @px-unit
                    }
                }
                [id*="Monitor"] {
                    .label-div-Container:not(:first-child) {
                        display: inline-block;
                        width: 70 / @px-unit
                    }
                }
                [id*="Replay"] {
                    .label-div-Container:not(:first-child) {
                        display: inline-block;
                        width: 70 / @px-unit
                    }
                }
                [id*="Voice"] {
                    .label-div-Container:not(:first-child) {
                        display: inline-block;
                        width: 70 / @px-unit
                    }
                }
            }
        }
    }

    .ant-tabs-nav .ant-tabs-tab-btn {
        width: 150/@px-unit !important;
        min-width: 150 / @px-unit;
   }
   
   .tabText {
       overflow: hidden;
       white-space: nowrap;
       -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
   }
}



._User_ {
    padding-left: 20 / @px-unit;
    padding-top: 20 / @px-unit;
    padding-right: 10 / @px-unit;
    width: 100%;
    ._Table_ {
        .ant-table {
            background-color: @pageBodyBg;
            .ant-table-content {
                height: 450 / @px-unit;
                overflow-y: auto;
            }
        }
        .not-show {
            display: none;
        }
    }
    .ant-modal {
        .ant-modal-body {
            min-height: 498 / @px-unit;
            height: 580 / @px-unit;
            overflow-y: auto;
            .ant-tabs .ant-tabs-content {
                [id*="Auth"] {
                    .label-div-Container:not(:first-child) {
                        display: inline-block;
                        width: 190 / @px-unit
                    }
                }
                [id*="Monitor"] {
                    .label-div-Container:not(:first-child) {
                        display: inline-block;
                        width: 70 / @px-unit
                    }
                }
                [id*="Replay"] {
                    .label-div-Container:not(:first-child) {
                        display: inline-block;
                        width: 70 / @px-unit
                    }
                }
                [id*="Voice"] {
                    .label-div-Container:not(:first-child) {
                        display: inline-block;
                        width: 70 / @px-unit
                    }
                }
                .label-normal-container  {
                    padding: 5/@px-unit 0 !important;
                }
            }
        }
    }
   .ant-tabs-nav .ant-tabs-tab-btn {
        width: 150/@px-unit !important;
        min-width: 150 / @px-unit;
   }
   
   .tabText {
       overflow: hidden;
       white-space: nowrap;
       -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
   }
}

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

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

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



._Multicast_ {
    padding: 22 / @px-unit;
    .behindSpan {
        padding: 5 / @px-unit;
    }
}

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


._NetCloud_ {
    .tip {
        width: 20rem;
        word-wrap:break-word;
        word-break:break-all;
    }
    .qrcodes {
        display: flex;
        width: 800px;
        height: 350px;
        margin-top: 30px;
        margin-left: 20px;
        .qrbox {
            display: flex;
            width: 300px;
            height: 250px;
            flex-direction: column;
            justify-content: space-between;
            .qrImg {
                width: 215px;
                height: 215px;
                padding: 5px;
                background-color: @QRCodeBg;
                img {
                    width: 100%;
                    height: 100%;
                }
            }
            p {
                margin: 0;
                font-size: 14px;
                font-weight: 400;
                color: .color_N(@pageBodyBg)[];
            }
        }
    }
    .step{
        height: 212px,
    }
    .wrap{
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        .left_part{
            min-width: 40rem;
        }
    }
}

.modal-button {
    button {
        width: 100%;
    }
}




._RecordPlan_ {
    .childLableContainer-d-inlineBlock {
        &>div {
            display: inline-block;
        }
    }  
    .labelCheckBox-behind-labelText {
        .label-normal-container {
            padding-top: 0 !important;
            padding-bottom: 0 !important;
        }
    }  
}
._Email_ {
    height: 90%;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 75px !important;
    .ant-divider-horizontal {
        margin: 5px 0;
    }
}



._BPSLimit_{
    padding: 20 / @px-unit;
}


._IPSpeaker_{
    padding: 20 / @px-unit;
    .blueIEBrowser {
        .svgOut(@IEBrowerColor);
    }
    .manage-grid-successIcon {
        .svgOut(@successIcon);
        .svgFont(20);
    }
    .manage-grid-errorIcon {
        .svgOut(@errorColor);
        .svgFont(20);
    }
}


._AlarmCenter_ {
    .divider {
        margin: 5 / @px-unit 0;
    }
}

._Port_ {
    
    
    
    padding-top: inherit; 
    
}

._AutoRegister_ {
    
    
    
    padding-top: inherit; 
    
    .online_bg {
        color: @successColor;
    }
    .offline_bg {
        color: @errorColor;
    }
}


._VideoStream_ {
    width: 100%;

    .stream-content {
        display: flex;
    }
    .label-normal-container {
        padding-top:5 / @px-unit  !important;
        padding-bottom: 5  / @px-unit !important;
    }

    .form {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }
   
}



._PoeManage_{
    .online {
        .svgOut(@successIcon);
        .svgFont(20);
    }
    .offline {
        .svgOut(@errorIcon);
        .svgFont(20);
    }
    .info-line {
        display: flex;
        align-items: center;
        margin-bottom: 10 / @px-unit;
        .linked {
          margin-right: 60 /@px-unit;
          .title{
            margin-right: 60/@px-unit;
          }
        }
      }
    .tips-panel {
        margin-top: 10 / @px-unit;
    }
    ._Table_ .ant-table-body {
      min-height: 450 / @px-unit;
    }  
}

._PhoneSetting_ {
    .container {
        display: flex;
        width: 100%;
    }
}



._GBCertManage_ {
    .delete-icon {
        cursor: pointer;
        font-size: 2.5rem;
        &:hover {
            svg {
                & + {
                    path:first-child {
                        fill: #f00 !important;
                    }
                }
            }
        }
    }
    .download-icon {
        cursor: pointer;
    }
    ._Table_ .ant-table-body {
        min-height: 350 / @px-unit;
    } 
}


._FourG_ {
    width: 100%;
    .Row{
        display: flex;
        align-items: center;
    }
    .wifi {
         svg path:nth-child(2){
             fill: #0293ff; 
        }
        &.s_05 {
            
            .svgOut(#0293ff);
        }
    }
    .ant-input-affix-wrapper-disabled {
        background-color: @--component-bg-disable;
    }
}


._ImageStream_ {
    .ImageMain {
        height: 740 /@px-unit;
    }
    .FlexLine{
        display: flex;
        .Second{
            margin-left: 10 / @px-unit;
        }
        .label-normal-behind {
            margin-left: 8 / @px-unit;
        }
    }
}
.ChannelGroup{
    .ant-checkbox-wrapper{
        width: 150 / @px-unit;
        margin-left: 5 / @px-unit;
    }
}
.CheckAll{
    margin-left: 5 / @px-unit;
    .ant-checkbox-indeterminate{
        .ant-checkbox-inner{
            border-color: @current;
        }
    }
}



.point-default {
    width: 26/@px-unit;
    height: 26/@px-unit;
    .svgFont(26);
    pointer-events: initial !important;
}

.point-unconnect {
    .svgOut(@--error-6);
    &:hover {
        .svgOut(@--error-6) !important;
    }
}

.point-connect {
    .svgOut(@--success-6);
    &:hover {
        .svgOut(@--success-6) !important;
    }
}

._PicMapManage_ {

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    .in-dragging {
        cursor: grabbing
    }

    .page-view {
        display: flex;
        position: relative;
        height: 100%;

        .channel-list {
            flex: none;
            background-color: @--bg;
            z-index: 999;
            height: 100%;
            width: 200/@px-unit;
            padding-bottom: 14/@px-unit;
            border-right: 1/@px-unit solid @--component-border;
            @channelFontColor: .color_N(@preview_Left_Bg)[];
            overflow-y: auto;
            overflow-x: hidden;

            .chnlist_tooltip {
                .ant-tooltip-content {
                    .ant-tooltip-inner {
                        word-spacing: normal;
                        word-break: break-word;
                    }
                }
            }

            .chItem {
                display: flex;
                align-items: center;
                padding: 3/@px-unit;
                height: 31/@px-unit;
                cursor: pointer;

                .chItem_title {}


                &:hover {
                    .chItem_title {
                        color: .color_N(@preview_ChnlBgA)[]
                    }

                    background-color: @preview_ChnlBgA;

                    .chItem_btn {
                        display: inline-block;
                    }
                }


                &_cameraIcon {
                    .svgOut(@channelFontColor);
                    margin-left: 20/@px-unit;
                    width: 30/@px-unit;
                    height: 30/@px-unit;
                }

                ._cameraIcon_active {
                    .svgOut(@iconColorA);
                }

                &_title {
                    margin-left: 15/@px-unit;
                    width: 120/@px-unit;
                    color: @preview_ChnlTextN;
                }

                &_btn {
                    padding: 0 !important;
                    border: 0 !important;
                    background: none !important;
                    height: 30/@px-unit;
                    display: none;
                }

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

        .map-content {
            flex: auto;
            display: flex;
            width: 100%;
            align-items: center;
            justify-content: center;

            .drag-feedback {
                cursor: pointer;
                pointer-events: none;

                .detail {
                    height: 22/@px-unit;
                    line-height: 22/@px-unit;
                    display: flex;
                    position: relative;
                    left: -60/@px-unit;
                    pointer-events: initial !important;

                    &:hover .delete-icon {
                        display: initial;
                    }

                    .delete-icon {
                        position: relative;
                        top: -4/@px-unit;
                        .svgFont(30);
                        .svgOut(@--navTitle-bg);

                        svg{
                            line-height: 22/@px-unit;
                        }
                        
                        display: none;
                    }

                    .showName {
                        text-align: center;
                        width: 140/@px-unit;
                        border-radius: 3/@px-unit;
                        background-color: @--navTitle-bg;
                        color: .color_A(@--navTitle-bg)[];

                        &:hover {
                            background-color: @--primary-6;
                            color: .color_A(@--primary-6)[];
                        }
                    }
                }
            }

            .picMap {
                width: 100%;
                height: 100%;
            }

            .map-upload {
                width: 100%;
                height: 100%;

                &>.label-div-Container {
                    width: 200/@px-unit;
                    position: absolute;
                    right: 20/@px-unit;
                    top: 10/@px-unit;
                }
            }

            .ant-empty {
                cursor: pointer;
                height: 500/@px-unit;
                width: 500/@px-unit;

                .ant-empty-image {
                    height: 300/@px-unit;
                    width: 500/@px-unit;
                    .NotFoundContent{
                        .svgFont(300);
                    }
                }
            }
        }
    }
}


._IPSpeakerCfgModal_{
    
}


._SGCC_ {
    .row-flex {
        display: flex;
        > div {
            margin-right: 50px;
        }
    }
}


._Pppoe_ {
    
    
    
    padding-top: inherit; 
    
}
._SNMP_ {
    .subform {
        display: flex;
        justify-content: space-between;
        .box {
            width: 50%;
        }
    }
}


._ChannelName_ {
    
    
    
    padding-top: inherit; 
    height: 100%;
    
    .ChannelList {
        height: 90%;
        overflow-y: auto;

        .gutter-row {
            padding: 0 10px;
        }
    }
}

._OSD_ {
    overflow-y: hidden !important;
    
    
    

    &.MainPage .ant-spin-container{
        display: flex;
        
    }

    &plugin {
        .ptz_container {
            display: flex;

            .step_zoom_container {
                display: flex;
                flex-direction: column;
                justify-content: center;

                ._PtzZoom_ {
                    width: 80%;
                }
            }
        }
    }

    &config {
        margin: 0 20/@px-unit;
        overflow-y:auto;
        .channelTitleColor{
            .colorBox(@posCheckbox);
            
            .ant-checkbox + span {
                padding: 0;
            } 
        }

        .title {
            display: flex;
            justify-content: space-between;
            

            &_checkbox {
                flex: 2;
                &.use_switch .label-normal {
                    float: right;
                    margin-left: 15/@px-unit;
                }
            }

            .setting_button {
                flex: 1;
                display: flex;
                justify-content: flex-end;
            }
        }

        .show_extend {
            display: flex;
        }
        .cover_zone_container {
            display: flex;
            .label-normal-wrapper {
                width: auto !important;
                
                min-width: auto;
            }
        }

        

        .cover_zone {
            width: 30/@px-unit;
            height: 30/@px-unit;
            padding: 0;
            margin: 5/@px-unit;
    
            &.selected {
                color: @buttonNormalTextA !important;
                border-color: @formInputBgA !important;
    
                &:focus {
                    color: @buttonNormalTextA !important;
                    border-color: @formInputBgA !important;
                }
            }
    
            &[disabled] {
                opacity: .5;
                &:hover,
                &:active,
                &.active{
                    opacity: .5;
                }
            }
        }

        
        
        

        .privacy_mask {
            display: flex;
            justify-content: space-between;
            
        }

        .color_picker {
            &_button {
                display: inline-block;
                cursor: pointer;
                width: 50/@px-unit;
                display: flex;
                align-items: center;
                justify-content: center;

                svg {
                    width: 10/@px-unit;
                    height: 10/@px-unit;
                    margin-top: 5/@px-unit;
                    margin-left: 6/@px-unit;
                }
            }

            &.disabled {
                .color_picker_button {
                    cursor: not-allowed;
                    pointer-events: none;
                }
            }
        }

        .color_picker_container {
            position: absolute;
            z-index: 2;

            .twitter_picker {
                position: fixed;
                z-index: 10;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
            }
        }

        &_exceptch {
            
            max-height: 660/@px-unit;
            min-height: 400/@px-unit;
            padding-right: 60/@px-unit;
            > div:first-child {
                display: inline-block;
            }
        }
    }

    &table {

        .ant-table-container {
            width: 550/@px-unit !important;
        }
        .editable-cell-value-wrap {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            line-height: normal;
        }

        .label-normal-wrapper {
            width: auto !important;
            min-width: auto;
        }
    }

    .AlarmInput-channel-select {
        .label-normal-container {
            display: flex;
            align-items: center;
        }
    }
}


._IPSpeakerCfgModal_{
    
}

.copy-modal__wrap{
    max-height: 400 / @px-unit;
    overflow: hidden;
    overflow-y: auto;
}

.copy-modal__item{
    display: flex;
    flex-wrap: wrap;
}



._AlarmHubNew_ {
    
    
    

    .line-row {
        display: flex;
    }
}



._RemoteDevice_ {
    width: 100%;
    ._AllDevice_ {
        .all-device-upper {
            display: flex;
            justify-content: space-between;
            .upper-left {
                display: flex;
                align-items: center;
                line-height: 48/@px-unit;
                .IPSegments-wraper {
                    margin-left: 52/@px-unit !important;
                }
            }
            .upper-right {
                display: flex;
                align-items: center;
            }
        }
        .all-device-table {
            .table-header-bar {
                display: flex;
                justify-content: space-between;
                align-items: center;
                .header-left {
                    flex-grow: 1;
                }
                .header-right {
                    flex-shrink: 0;
                }
                .ant-tabs {
                    .ant-tabs-nav {
                        &::before {
                            content: none;
                        }
                        .ant-tabs-tab:not(:first-of-type) {
                            margin-left: 20/@px-unit;
                        }
                        .ant-tabs-tab-btn {
                            height: 40/@px-unit;
                            line-height: 40/@px-unit;
                            padding: 0 8/@px-unit;
                            text-align: center;
                            min-width: 118/@px-unit;
                            width: auto;
                        }
                    }
                }
            }
            .table-bottom-bar1 {
                display: flex;
                justify-content: space-between;
                line-height: 32/@px-unit;
                
            }

            .table-bottom-bar2 {
                display: flex;
                line-height: 32/@px-unit;
                
            }
        }
    }
    ._AddedDevice_ {
        .table-header-bar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 64/@px-unit;
            .ant-tabs {
                .ant-tabs-nav {
                    &::before {
                        content: none;
                    }
                    .ant-tabs-tab:not(:first-of-type) {
                        margin-left: 20/@px-unit;
                    }
                    .ant-tabs-tab-btn {
                        height: 40/@px-unit;
                        line-height: 40/@px-unit;
                        padding: 0 8/@px-unit;
                        text-align: center;
                        min-width: 118/@px-unit;
                        width: auto;
                    }
                }
            }
        }
        .blueIEBrowser {
            .svgOut(@IEBrowerColor);
        }
        .table-bottom-bar {
            display: flex;
            line-height: 48/@px-unit;
            
        }
        .manage-table-icon-wrapper {
            display: flex;
            justify-content: center;
            align-items: center;
        }
        ._Table_ .ant-table-body {
            min-height: 180 / @px-unit;
        }
    }

    .remoteDevice-table {
        ._Table_ .ant-table-body {
            min-height: 180 / @px-unit;
        } 
        .ant-table-cell {
            &.ant-table-column-sort {
                background: transparent;
            }
        }
    }
    .grid-successIcon {
        .svgOut(@successIcon);
    }
    .grid-wifiIcon {
        .svgOut(@current)
    }
    .grid-infoIcon {
        .svgOut(@warningColor)
    }
    .grid-errorIcon {
        .svgOut(@errorIcon)
    }
    .grid-unInitIcon {
        .svgOut(@warningColor)
    }
    .manage-grid-unInitIcon {
        .svgOut(@warningColor);
        .svgFont(20);
    }
    .manage-grid-errorIcon {
        .svgOut(@errorIcon);
        .svgFont(20);
    }
    .manage-grid-successIcon {
        .svgOut(@successIcon);
        .svgFont(20);
    }
    .grid-deleteIcon {
        .svgHover(@errorColor)
    }
    .grid-previewIcon {
        cursor: pointer;
    }
    .table-hidden {
        height: 0;
        overflow: hidden;
    }
}
.deviceTip.ant-tooltip {
    max-width: 400 / @px-unit !important;
}
.__ModifyDeviceForm__ {
    .label-radio-wrapper {
        .ant-radio-wrapper {
            width: 150/@px-unit;
        }
    }
    ._Table_ .ant-table-body {
        min-height: 160 / @px-unit;
    }
}
.addDevice-modal {
    .ant-form-item-has-error {
        .ant-input {
            border-color: @errorColor;
        }
    }
    .modify-labelInputNumber {
        .ant-input-number {
            width: 100%;
        }
    }
}

._RemoteDevInit_ {
    .ant-modal-body {
        height: 600/@px-unit;
    }
    .step1-footer {
        display: flex;
        flex-direction: row-reverse;
    }
    .step2-footer {
        display: flex;
        justify-content: space-between;
        .step2-footer-right {
            display: flex;
        }
    }
    .step3-footer {
        display: flex;
        justify-content: space-between;
        .step3-footer-right {
            display: flex;
        }
    }
    .step4-footer {
        display: flex;
        flex-direction: row-reverse;
    }
    .initSuccess {
        color: green;
    }
    .initFailed {
        color: red;
    }
    .label-radio-wrapper {
        .ant-radio-wrapper {
            width: 150/@px-unit;
        }
    }
    ._Table_ .ant-table-body {
        min-height: 200 / @px-unit;
    }
}

.__useModeErrorModal__ {
    .ant-modal-body {
        height: 260/@px-unit;
    }
}
.remote-init-failed-table {
    ._Table_ .ant-table-body {
        min-height: 200 / @px-unit;
    }
}

.IPSegments_modal {
    width: 560/@px-unit !important;
    .labelRadioGroup  {
        display: flex;
    }
    .IPSegments-ipInput {
        display: flex;
        align-items: center;
        .label-normal-wrapper {
            width: 240/@px-unit !important;
        }
        .IPSegments-middle {
            margin-left: 10/@px-unit;
            margin-right: 10/@px-unit;
        }
    }
}


._RemoteTableInfoModal_ {
    .RemoteTable{
        .remoteInfo-table{
            .ant-table-thead {
                display: none;
            }
        }
    }
}


._MoreSetModal_ {
    ._MidTitleDivider_ {
        margin-top: 0;
    }
}
.allDevice_PlugAndPlay_behind {
    line-height: normal;
}


._AlarmGroupManage_ {
    
    
    

    width: 100%;
    height: 100%;

    .line-row {
        display: flex;
    }
}



._RemotePassword_ {
    
    
    

    .line-row {
        display: flex;
    }
}



._HubSensor_ {
    
    
    

    width: 100%;
    height: 100%;
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;

    .line-row {
        display: flex;
    }
}


._GAVI_ {
    .same-line {
        display: flex;
        align-items: center;
        .label-div-Container {
            margin-right: 30/@px-unit !important;
        }
    }
    .check-box-group {
        .sdd-checkboxGroup-container {
            .ant-checkbox-group {
                display: flex;
                .ant-checkbox-wrapper {
                    margin-right: 30/@px-unit !important;
                }
            }
        }
    }
    .online {
        color: @successColor;
    }
    .offline {
        color: @errorColor;
    }
}

._RealDisplay_{
    ._Table_ .ant-table-body{
        min-height: 240/@px-unit;
        .fail{
            color: @errorColor;
        }
        .ant-table-cell{
            word-break:break-all;
        }
    }
}


._UpgradeIpc_ {
    .DeviceUpgrade{
        float: left;
        margin-top: 8 / @px-unit;
    }
    .DeviceType {
        float: right;
    }
    .onlineIcon {
        .svgOut(@successColor);
        .svgFont(20);
    }
    .offlineIcon {
        .svgOut(@warningColor);
        .svgFont(20);
    }
    .errorIcon {
        .svgOut(@errorColor);
        .svgFont(20);
    }
    .LeftButton{
        float: left;
    }
    .RightButton{
        float: right;
        margin-left: 10 / @px-unit;
    }
    ._Table_ .ant-table-body {
        min-height: 500 / @px-unit;
    } 
    
    .label-normal-wrapper.label-button{
        line-height: 0px;
    }
}
.UpgradeIPC_Attention{
    margin-top: 20 / @px-unit;
}


._PtzConfig_ {
    padding-left: 20 / @px-unit;
    padding-top: 20 / @px-unit;
}


._ImageAttr_{
    
    .ant-tabs-left > .ant-tabs-nav .ant-tabs-tab{
        padding: 0 5/@px-unit 0 0;
    }
    .ant-tabs-left > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab{
        margin:5/@px-unit 0 0 0;
    }
    .ant-tabs-left{
        margin-left: -10/@px-unit;
    }

    
    .ant-picker{
        width: 127/@px-unit;
    }
    .label-normal-behind {
        
        min-width: 25/@px-unit !important;
        
        width: auto;
    }
    *:focus{
        outline-width: 0px; 
    }
    .ant-tabs-content-holder{
        min-height: 250/@px-unit;
    }
    
    .ant-spin-container {
        .ant-row {
            flex-flow: row nowrap;
        }
    }
}
._SideView_{
    ._ImageAttr_{
        .ant-tabs-nav{
            .ant-tabs-tab-btn{
                min-width:auto;
                padding-left:10/@px-unit;
                width: 188/@px-unit;
                height: 36/@px-unit;
                text-align: left;
                border: 0/@px-unit;
                line-height: 36/@px-unit;
                background-color: inherit;
            }
            .ant-tabs-tab-active {
                .ant-tabs-tab-btn{
                    background-color: @current;
                    color: .color_A(@current);
                }
            }
        }
        
        .ant-tabs-nav .ant-tabs-tab-disabled .ant-tabs-tab-btn{
            color: @pageTextD;
        }
    }
}

._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;
        }
    }
}

._Update_ {
    .ant-btn::before {
        background: none!important;
     }
    .UpdateLine {
        display: flex;
        align-items: center;
        .update_Label {
            width: 110 / @px-unit;
        }
        .checkUpdateText {
            width: 150 / @px-unit;
        }
        .update_text {
            width: 140 / @px-unit;
        }
    }
    .UpdateButton {
        width: 119 / @px-unit;
    }
    .NewestVersion {
        padding-top: 8 / @px-unit;
        padding-bottom: 8 / @px-unit;
        color: @successColor;
    }
    .newVersion {
        padding-top: 8 / @px-unit;
        padding-bottom: 8 / @px-unit;
        .findNewVersion {
            color: @errorColor;
            margin-right: 5 / @px-unit;
            width: 150 / @px-unit;
        }
        .updatePanel {
            height: 200 / @px-unit;
            width: 620 / @px-unit;
            padding: 0 10 / @px-unit;
            border: 1 / @px-unit solid;
            border-color: @pageBorderN;
            overflow: auto;
        }
        .UpdateButton {
            width: 119 / @px-unit;
            margin-left: 500 / @px-unit;
        }
    }
    .newVersionLink {
        color: @current;
    }
    .SystemUpgrade_wrapped {
        min-width: 610/@px-unit;
    }
}



._ChannelInfo_ {
    .FlexLine{
        display: flex;
        ._Table_{
            width: 40%;
        }
        ._Table_ .ant-table-body {
            min-height: 500 / @px-unit;
        } 
        .RightPane{
            margin-left: 40 / @px-unit;
        }
    }
    .channelState{
        .svgOut(@successIcon);
        .svgFont(20);
    }
}

._RecordInfo_{
    .recordTable{
        width: 80vw;
    }
    ._Table_ .ant-table-body {
        min-height: 360 / @px-unit;
    } 
}

._AlgorithmVersion_ {
    .TextNormal{
        color:@pageTextN
    }
    .TextRed{
        color:@errorColor
    }
}

._DeveloperLog_ {
    .FlexLine{
        display: flex;
        .LogLevel{
            margin-left: 100 / @px-unit;
        }
    }
    ._Table_ .ant-table-body {
        min-height: 500 / @px-unit;
    } 

}

._DefaultCfg_ {
    .DefaultCfgLine {
        display: flex;
        padding-top: 8 / @px-unit;
        padding-bottom: 8 / @px-unit;
        width: 800 / @px-unit;
        .wrapCol{
            flex:inherit;
            button {
                width: 130 / @px-unit;
            }
        }
        .DefaultTip {
            margin-left: 40 / @px-unit;
            display: flex;
            align-items: center;
        }
    }
}


._NetInfo_ {
    
    
    
    padding-top: inherit; 
    
    ._Table_ .ant-table-body {
        min-height: 180 / @px-unit;
    } 
}

._SFSConfig_ {
    
    
    
    padding-top: inherit; 
    .sfs_ocx {
        width: 450 / @px-unit; 
        height: 337 / @px-unit; 
        background-color: @preview_center_plugin_Bg;
    }
    .colorBox(@posCheckbox);

    
    .ant-checkbox + span {
        padding: 0;
    }
}

.ChannelList-modal {
    height: 800/@px-unit;
    .ant-modal-body {
        max-height: 600/@px-unit;
        overflow-y: auto;
        .gutter-row {
            padding: 0 10/@px-unit;
            margin-right: 10/@px-unit;
        }
    }
}

._RegionOfInterest_ {
    .form-head {
        display: flex;
        .form-head-right {
            margin-left: 30/@px-unit;
            margin-bottom: 20/@px-unit;
        }
    }
    .roi_ocx {
        
        transform-origin: left top;
    }
}

._VideoFusion_windows {
    display: flex;
    width: 1000 / @px-unit;
    flex-wrap: wrap;
    > .label-div-Container {
        margin-right: 50 / @px-unit;
    }
}



._TimeBackup_{

    .line-block{
        display: flex;
    }

    .default-interval{
        margin-left: 30 / @px-unit;
    }

    .search-btn-list{
        justify-content:flex-end;
    }
}

._ChannelState_ {
    .anticon-left, .ant-pagination-simple-pager, .anticon-right{
        color:@pageTextA
    }
      
    ._Table_ .ant-table-body {
        min-height: 600 / @px-unit;
    } 

}

._AudioOut_MainPage {
    
    
    
    padding: 30 / @px-unit; 
    .title_class {
        display: flex;
        flex-direction: row;
        .label-div-Container {
            margin-right: 15 / @px-unit;
            
        }
    }
    .content_class {
        display: flex;
        flex-direction: row;
        .label-div-Container {
            margin-right: 15 / @px-unit;
            
        }
    }
    .ant-picker .ant-picker-input input {
        width: 100 / @px-unit;
    }
}

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



._DiskInfo_ {
    
    
    
    padding-top: inherit; 
    
    .record_time_modal {
        ._Table_ .ant-table-body {
            
        } 
    }
    .detect_smart_modal {
        ._Table_ .ant-table-body {
            
        } 
    }
.label-v4-version {
    text-align: right;
}
    ._Table_ .ant-table-container {
        
    }
                            
}
.detect_smart_modal {
    .detectTips {  
        width: 600 / @px-unit !important;
    }
}
.disk_info_BtnDiv {
    display: flex;
    justify-content: flex-end;

    .btn-left {
        margin-right: 10 / @px-unit;
    }
}

.record_updata_modal {
    .label-normal-container {
        display: flex;