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

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


.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);
                    }
                }
            }
        }
    }
}


._ClusterCommonModule_ {
    
    
    
    padding-top: inherit; 
    
    .info_table ._Table_ .ant-table-body {
        min-height: 600 / @px-unit;
    } 
    .clusterModal ._Table_ .ant-table-body {
        min-height: 500 / @px-unit;
    } 
}
.holidayRadioGroup{
    label{
        width: 45%;
    }
}



.syncinfo_modal {
    ._Table_ .ant-table-body {
        min-height: 200 / @px-unit;
    } 
}

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

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


._SymServer_ {
    .gap-divider {
        margin-top: 0;
        margin-bottom: 0;
    }
}
._SNMP_ {
    .subform {
        display: flex;
        justify-content: space-between;
        .box {
            width: 50%;
        }
    }
}


._AutoRegister_ {
    
    
    
    padding-top: inherit; 
    
    .online_bg {
        color: @successColor;
    }
    .offline_bg {
        color: @errorColor;
    }
}



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



._BPSLimit_{
    padding: 20 / @px-unit;
}
._Email_ {
    height: 90%;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 75px !important;
    .ant-divider-horizontal {
        margin: 5px 0;
    }
}

._UPnP_ {
    
    
    
    padding-top: inherit; 
    
}

._WIFI_ {
    .header-btn-group {
        display: flex;
        justify-content: space-between;
        .btn {
            align-self: center;
        }
    }
    .wifi-info-container {
        padding: 0 20px;
        margin-top: 10px;
        border: 1px solid @--component-border;

        .boss {
            font-weight: bold;
        }

        p {
            margin-bottom: 5px;
        }
    }
    .table-body {
        margin: 0;
        text-align: center;
    }
    .ant-table-body {
        min-height: 150px;
    }
    .wifi {
        & + {
            path:second-child {
                fill: @iconActiveWifi; 
            }
        }
        &.s_05 {
            
            .svgOut(@iconActiveWifi);
        }
    }
}



._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;
    } 
}

._TCPIP_ {
    width: 100%;
    .table-item {
        margin: 0;
        text-align: center;
        .delete-icon {
            cursor: pointer;
            &:hover {
                svg {
                    & + {
                        path:first-child {
                            fill: #f00 !important;
                            opacity: 0.3 !important;
                        }
                    }
                }
            }
        }
    }

    .info-container {
        padding: 0 10px;
        margin-top: 10px;
        border: 1px solid @tableBorderN;;
        .label-normal-wrapper {
            width: 150px !important;
        }
    }

    .input-enabled:hover:not(.ant-input-disabled) {
        
    }

    ._Table_ {
        .ant-table-content {
            min-height: 260 / @px-unit;
        }
    }
}

._RouteTable_ {
    width: 100%;
    .table-header {
        user-select: none;
    }
    .delete-icon {
        cursor: pointer;
        &:hover {
            svg {
                & + {
                    path:first-child {
                        fill: #f00 !important;
                    }
                }
            }
        }
    }
}

.netCardMenber_checkbox .ant-checkbox-wrapper{
    margin-left: 0;
    margin-right: 6 / @px-unit;
}
.netCardMenber_checkbox .ant-checkbox-wrapper:last-child{
    margin-right: 0;
}

.testSuc{
    color: rgb(0, 255, 0);
    width: 250 / @px-unit;
}
._PhoneSetting_ {
    .container {
        display: flex;
        width: 100%;
    }
}

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


._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;
    }
}


._SGCC_ {
    .row-flex {
        display: flex;
        > div {
            margin-right: 50px;
        }
    }
}



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


._Pppoe_ {
    
    
    
    padding-top: inherit; 
    
}


._IPSpeakerCfgModal_{
    
}

._Port_ {
    
    
    
    padding-top: inherit; 
    
}

._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;
    }
   
}

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



._HubSensor_ {
    
    
    

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

    .line-row {
        display: flex;
    }
}



._PtzConfig_ {
    padding-left: 20 / @px-unit;
    padding-top: 20 / @px-unit;
}


._AlarmHubNew_ {
    
    
    

    .line-row {
        display: flex;
    }
}


._RealDisplay_{
    ._Table_ .ant-table-body{
        min-height: 240/@px-unit;
        .fail{
            color: @errorColor;
        }
        .ant-table-cell{
            word-break:break-all;
        }
    }
}

._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;
        }
    }
}

._DeveloperLog_ {
    .FlexLine{
        display: flex;
        .LogLevel{
            margin-left: 100 / @px-unit;
        }
    }
    ._Table_ .ant-table-body {
        min-height: 500 / @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;
    }
}


._AlgorithmVersion_ {
    .TextNormal{
        color:@pageTextN
    }
    .TextRed{
        color:@errorColor
    }
}

._CfgManage_ {
    .ConfirmTip{
        padding-top: 8/@px-unit;
        padding-bottom: 8/@px-unit;
    }
    .ExportButton{
        padding-top: 8/@px-unit;
        padding-bottom: 8/@px-unit;
    }
}


._AlarmGroupManage_ {
    
    
    

    width: 100%;
    height: 100%;

    .line-row {
        display: flex;
    }
}



._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;
    } 
}

._Maintenance_ {
    .AutoReboot{
        display: flex;
        .TimeSelect{
            margin-left: 5/@px-unit;
        }
    }
    .label-normal-behind {
        color: @buttonDangerTextH;
    }
}


._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;
}

._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;
        }
    }
}


._NetTest_ {
    .FlexLine {
        display: flex;
        justify-content: center;
    }
    .ipSpan {
        width: 20 / @px-unit;
        margin-top: 3 / @px-unit;
    }
    ._Table_ .ant-table-body {
        min-height: 500 / @px-unit;
    }
    
    
    
    
    
    
    .label-normal-container {
        padding: 0 5 / @px-unit !important;
    }
    ._MidTitleDivider_ {
        margin-top: 0;
    }
    .addressTest-reulst {
        height: 160 / @px-unit;
    }
    .m-c-r {
        color: @errorColor !important;
    }
    .m-c-1EB149 {
        color: @successColor;
    }
    .addressTest-content {
        input {
            width: 240 / @px-unit;
        }
        .addressTest-content {
            display: inline-block;
            vertical-align: top;
        }
    }
}



._RemotePassword_ {
    
    
    

    .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;
                
            }
            .IPSegments-wraper {
                .cross-search-button {
                    .label-button{
                        max-width: 300/@px-unit;
                    }
                }
            } 
        }
    }
    ._AddedDevice_ {
        
        .show-login-password {
            display: flex;
            align-items: center;
            width: 100%;
            justify-content: flex-start;
            .password-title {
                flex: 1;
            }
            .anticon {
                font-size: 20 / @px-unit;
            }
        }
        .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 {
    .tip{
        padding:8 /@px-unit;
    }
    .flex{
        display: flex;
    }
    width: 500/@px-unit !important;
    .IPV4{
        position: relative;
        margin-left: 10/@px-unit;
        
        
        .label-normal-behind  {
            position: absolute;
            right:1/@px-unit;
            top:8/@px-unit;
            width: 50/@px-unit !important;;
            height: 32/@px-unit!important;
            background-color: #666666 !important;
            color: #acacac;
            text-align: center;
        }
     }
     .LabelIPV4 {
        .ant-input:nth-of-type(7){
            display: none;
        }
     }

    .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;
}


._ChannelName_ {
    
    
    
    padding-top: inherit; 
    height: 100%;
    
    .ChannelList {
        height: 90%;
        overflow-y: auto;

        .gutter-row {
            padding: 0 10px;
        }
    }
}


._AlarmHubManage_ {
    ._Table_ .device-table .ant-table-body {
        min-height: 260 / @px-unit !important;
    }

    .btn-bar {
        display: flex;

        .label-div-Container {
            margin-right: 8 / @px-unit;
        }
    }

    .search-device-table {
        ._Table_ {
            margin-bottom: 8 / @px-unit;
        }
    }

    .added-device-table {

        .manage-grid-successIcon {
            .svgOut(@successIcon) !important;
            .svgFont(20);
        }

        .manage-grid-errorIcon {
            .svgOut(@errorColor) !important;
            .svgFont(20);
        }
    }
}

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



@fixButtonHeight: 66 / @px-unit;
@titleHeight: 50/@px-unit;
@leftMenuWidth:200/ @px-unit;

.manage-grid-successIcon {
    .svgOut(@successIcon) !important;
    .svgFont(20);
}

.manage-grid-errorIcon {
    .svgOut(@errorColor) !important;
    .svgFont(20);
}

._AlarmGroupManage_ {
    overflow: hidden;
    .page-view {
        display: flex;
        height: 100%;

        .armedStatus-icon{
            .svgOut(@successIcon) !important;
        }

        .left-menu {
            flex: none;
            width: @leftMenuWidth;
            border-right: 1/@px-unit solid @--component-border;

            .title {
                display: flex;
                width: 100%;
                background-color: @--navTitle-bg;
                height: @titleHeight;
                justify-content: space-between;
                align-items:center;
                padding-left: 8/@px-unit;
                font-weight: 700;
                font-size: 14/@px-unit;
                line-height: @titleHeight;
                color:.color_A(@--navTitle-bg)[];

                
                border-bottom: 1/@px-unit solid @--component-border;

                .cus_icons {
                    cursor: pointer;
                }
            }

            .group-sideMenu {
                overflow-y: auto;
                height: calc(100% - @titleHeight);
                
                .menu-item {
                    cursor: pointer;
                    display: flex;
                    height: 50/@px-unit;
                    padding: 0 10/@px-unit 0 0;
                    border-bottom: 1/@px-unit solid @--component-border;
                    line-height: 50/@px-unit;
                    .cus_icons {
                        line-height: 60/@px-unit;
                    }
                    .group-status {
                        margin-right: 4/@px-unit;
                    }
        
                    .group-name {
                        flex: 1;
                    }
        
                    .group-operation{
                        flex: none;
                        visibility: hidden;
                        cursor: pointer;
                    }


                    &:hover {
                        .group-operation{
                            visibility: visible;
                        }
                    }
                }

                .active-menu-item{
                    background-color: @--menu-bg;
                }
            }
        }

        .table-content {
            width: calc(100% - @leftMenuWidth);
            padding: 0  10/@px-unit  10/@px-unit;

            .btn-bar {
                display: flex;
                justify-content: space-between;
                width: 100%;

                .btn-left {
                    display: flex;
                }

                .label-div-Container {
                    margin-right: 8 / @px-unit;
                }
            }

            ._Table_ {
                margin-top: 0;
                height: calc(100% - @titleHeight);
                margin-right: 1/@px-unit;

                .infoIcon {
                    .svgFont(24);
                }
    
                >.m-table-showEmpty {
                    height: 100%;
                    >.ant-table-wrapper{
                        height: 100%;
    
                        .ant-table{
                            height: 100%;
                            >.ant-table-container{
                                height: 100%;
                            }
                        }
                    }
                }
    
                .ant-table-body {
                    min-height: calc(100% - @titleHeight);
                }
            }

            
            
            
            

            
            
            
            
        }
    }
}

.side-button {
    background-color: transparent;
    border: none;
    outline: none;
}


._TimeBackup_{

    .line-block{
        display: flex;
    }

    .default-interval{
        margin-left: 30 / @px-unit;
    }

    .search-btn-list{
        justify-content:flex-end;
    }
}

._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;
        }
    }
}



._Dsiplay_ {
    .page-swrap{
        width: 100%;
        display: flex;
        .ant-divider-horizontal {
            margin: 5 / @px-unit;
            width:85%;
            min-width:85%;
        }
        .main-screen-swrap{
            width: 50%;
        }
        .extra-screen-swrap{
            width: 50%;
        }
    }
}

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




@fixButtonHeight: 66 / @px-unit;
@titleHeight: 50/@px-unit;

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

        .left-menu {
            flex: none;
            width: 230/@px-unit;

            .title {
                height: @titleHeight;
                padding-left: 8/@px-unit;
                font-weight: 700;
                font-size: 14/@px-unit;
                line-height: @titleHeight;

                
                border-bottom: 1/@px-unit solid @--component-border;
            }


            .hub-sideMenu {
                height: calc(100% - @titleHeight);

                .ant-menu {
                    overflow-y: auto;
                    overflow-x: hidden;

                    &:not(.ant-menu-horizontal) .ant-menu-item-selected {
                        background-color: @SideMenuBg;
                        color: @SideMenuTextA;

                        a {
                            color: @SideMenuTextN;
                        }
                    }

                    &.sideMenuBody {
                        height: 100%;
                        border-right: 1px solid @BottomBarBorder !important;
                        background-color: @SideMenuItemBg;
                        color: @SideMenuTextN;

                        &.ant-menu-inline {

                            
                            .ant-menu-item {
                                
                                margin-top: 0;
                                margin-bottom: 0;
                                width: calc(100%);
                                height: 50px;
                                line-height: 50px;

                                &::after {
                                    border-right: none;
                                }

                                .hub-item {
                                    display: flex;
                                    justify-content: space-between;
                                    align-items: center;

                                    .armedStatus-icon{
                                        .svgOut(@successIcon) !important;
                                    }
                                }

                                .anticon {
                                    &.cus_icons {
                                        .svgFont(30);
                                        flex: none;
                                        .svgOut();
                                    }
                                }

                                a {
                                    margin-left: 15 / @px-unit;
                                    font-size: 16 / @px-unit;
                                    display: inline !important;
                                    color: @SideMenuTextN;
                                }

                                &:active {
                                    background: transparent;
                                }

                                &:hover {
                                    color: @SideMenuTextA;

                                    a {
                                        color: @SideMenuTextA;
                                    }
                                }

                                &.ant-menu-item-selected {
                                    a {
                                        color: @SideMenuItemSelectTextA;
                                    }

                                    .anticon {
                                        &.cus_icons {
                                            visibility: visible;
                                            .svgOut(@SideMenuItemSelectSvgA);
                                        }
                                    }
                                }

                                .infoBadge {
                                    float: right;
                                }
                            }

                            
                            .ant-menu-submenu {

                                
                                .ant-menu-submenu-title {
                                    margin-top: 0;
                                    margin-bottom: 0;
                                    height: 50 / @px-unit;
                                    line-height: 50 / @px-unit;

                                    span {
                                        font-size: 16 / @px-unit;
                                        color: @SideMenuTextN;
                                    }

                                    &:active {
                                        background: transparent;
                                    }

                                    .ant-menu-submenu-arrow {

                                        &::before,
                                        &::after {
                                            background: @SideMenuItemSvgN;
                                        }
                                    }

                                    .anticon {
                                        &.cus_icons {
                                            position: relative;
                                            top: 5 / @px-unit;