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

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



.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;
        }
    }
}
.startAndEndTimePicker {
    .time-select-wrapper {
        display: flex;
        width: 100%;
        &>div {
            width: 100%;
            padding-top: 0rem !important;
            &>div {
                width: 100%;
    
            }
        }    
    }
}
.setting-modal {
    .video {
        width: 580px;
        height: 450px;
    }

    .form {
        width: 250px;
        height: 450px;

        .label {
            width: 5.5rem !important;
        }

        .label-normal {
            width: 5.3rem !important;
        }

        .wrapped {
            width: auto !important;
            padding-top: 5px;
        }

        .label-wrapper {
            
            transform: translateY(-1px);
            .labelSlider{
                .labelSlider-center{
                    margin-left: 0;
                }
            }
        }

        .label-behind {
            position: absolute;
            right: 45px;
        }

        .label-div-Container {
            width: 350px;
        }

        .area {
            width: 22px;
            height: 22px;
            cursor: pointer;
        }

        .selected {
            border: 3px solid #13161b;
        }
    }
}


._RecordBack_ {
    padding-top: inherit;
    .editable-cell-value-wrap {
        height: auto;
    }
    ._Table_ .ant-table-body {
        min-height: 600 / @px-unit;
    }
}
.recordinfo-footer-btn {
    display: inline-block;
    .label-div-Container {
        display: inline-block;
        &:first-child {
            margin-right: 10 /@px-unit;
        }
    }
}

.live {
   .liveBtn {
        .label-normal-container {
            padding-top: 0px !important;
            padding-bottom: 0px !important;
        }
        background-color: red !important;
        color: white !important;
    } 
    margin-left: 8 / @px-unit;
    margin-right: 8 / @px-unit;
    @media all and (-ms-high-contrast:none) {
        
        
        margin-top: 11 / @px-unit;
    }
}




.header-HelpAlarm {
    cursor: pointer;
    &:hover {
        .svgHover(@homeTaskIconColorA);
    }
}


.swiper-container {
	overflow:hidden;
	direction:ltr;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	
	z-index:1;
}
.swiper-wrapper {
    position:relative;
    margin-top: -10px;
	width:100%;
	height: 42vh !important;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
	height: 42vh !important;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}



._MenuView_ {
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
    &.bgImage {
        background-image: url('/static/media/@{themeMainImage}.jpg');
    }
    .MenuView-Carousel{
        color: @MenuViewItemTitleTextN;
        width: 95%;
        height: 95%;
        position: absolute;
        top: 4vh;
        
        margin-left: 3%;
        background-color: @MenuViewBg;
    }
    .MenuView-Carousel-Page {
        padding: 5vh 1vw;
    }
    .ant-card {
        background-color: inherit;
        color: @MenuViewItemTitleTextN;
        cursor: pointer;
    }
    .ant-card-grid {
        box-shadow: none;
        padding: 1vw;
    }
    .MenuView-Card:hover {
        position: relative;
        z-index: 1;
        color: @MenuViewItemTitleTextA;
        box-shadow: 0 0px 8px @MenuViewItemShadowA;
        .ViewItem-CardItem-Message {
            color: @MenuViewItemContentTextA;
        }
        background-color:@MenuViewBgA !important;
    }
    .ant-image-img {
      width: 7.5vw;
    }
    .ViewItem-CardItem {
        height: 22vh;
        .ViewItem-CardItem-Row{
            height: 100%;
        }
    }
    .ViewItem-CardItem-Icon {
        font-size: 0;
        font-weight: bold;
    }
    .ViewItem-CardItem-Title {
        font-size: 1.3rem;
        font-weight: bold;
    }
    .ViewItem-CardItem-Message {
        font-size: 1.1rem;
        color: @MenuViewItemContentTextN;
    }
    .pageContain {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 57vh;
        left: 41vw;
        .label-normal-wrapper{
            height: 44/@px-unit;
        }
    }
    .pagination {
        z-index: 20;
        width: 100%;
        text-align: center;
    }
    .swiper-pagination-switch {
        position: relative;
        display: inline-block;
        width: 12/@px-unit;
        height: 12/@px-unit;
        border-radius: 50%;
        background: @MenuViewPageSwitchSvgN !important;
        margin: -1/@px-unit 10/@px-unit;
        border: transparent;
        cursor: pointer;
    }
    .swiper-active-switch {
        width: 16/@px-unit;
        height: 16/@px-unit;
        margin: -2/@px-unit 10/@px-unit;
        background: @MenuViewPageSwitchSvgA !important;
    }
    .swiper-button {
        font-weight: bold;
        z-index: 20;
        &.prev {
            &:hover {
                color: @MenuViewPageSwitchSvgA;
            }
        }
        &.next {
            &:hover {
                color: @MenuViewPageSwitchSvgA;
            }
        }
        &[disabled], &[disabled]:hover{
            .cus_icons{
                .svgDisabled(@MenuViewPageSwiperSvgD); 
            }        
        }
        &:not([disabled]){
            .cus_icons{
                .svgOut(@MenuViewPageSwiperSvgN);
            }
        }
    }

    
    [class*="m-h-icon"] {
        display: inline-block;
        width: 80/@px-unit;
        height: 80/@px-unit;
    }
}



.UI4View{
    height: 95%;
    z-index: 400;
    position: relative;
    overflow: hidden;
    top: 4vh;

    .MenuView-Carousel-Page {
        height: 60vh;
        padding-left: 3%;
        padding-right: 3%;
    }

    .UI4View-MenuView-Card {
        padding-left: 4/@px-unit;
        padding-right: 2vw;
    }
    .UI4View-MenuView-Card:nth-child(3n) {
        padding-right:0;
    }

    .text-ellipsis {
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
        white-space: nowrap;
    }

    .hoverBorder:hover {
        color: @MenuViewItemTitleTextA;
        box-shadow: 0 0px 8/@px-unit @MenuViewItemShadowA;
    }

    .ViewItem-CardItem {
        background-color: @--menu-bg;
        border-radius: 8/@px-unit;
        padding: 4/@px-unit;
        background:no-repeat url('/static/media/menu_bg.png');
        background-size:100% 100%;
    }

    .ViewItem-CardItem-Icon {
        text-align: center;
        .ant-image-img {
            max-width: 140/@px-unit;
            max-height: 140/@px-unit;
        }
    }

    .ViewItem-CardItem-Title {
        margin-bottom: 30/@px-unit;
        font-weight: 700;
        font-size: 24/@px-unit;
        color: .color_A(@--menu-bg)[];
    }

    .ViewItem-CardItem-Message {
        font-size: 14/@px-unit;
        line-height: 24/@px-unit;
        color:.color_N(@--menu-bg)[];
    }

    .SubMenu-item {
        font-size: 14/@px-unit;
        line-height: 24/@px-unit;
        color:.color_N(@--menu-bg)[];
        padding-right: 12/@px-unit;

        &:nth-child(even) ::before {
            position: absolute;
            top: 4/@px-unit;
            height:16/@px-unit;
            left: -14/@px-unit;
            width: 1/@px-unit;
            background:.color_D(@--menu-bg)[];
            content:'';
        }

        &:hover {
            color: @--primary-6;
        }
    }

    .Bottom-Item{
        width: 100%;
        height: calc(95vh - 60vh);
        padding:3% 3% 0;
        background-color: @--bottom-bg;
        
        
        .title {
            color:.color_A(@--menu-bg)[];
            font-weight: 700;
            font-size:  18/@px-unit;
            line-height: 24/@px-unit;
            left: 14/@px-unit;
            position: relative;

            &::before {
                position: absolute;
                height:24/@px-unit;
                left: -14/@px-unit;
                width: 4/@px-unit;
                background:@--primary-6;
                content:'';
            }
        }
        .item {
            display: flex;
            justify-content: flex-start;
            margin-top: 20/@px-unit;
            padding-left: 2/@px-unit;

            .divider {
                border-left: 1/@px-unit solid @--split;
                margin: 20/@px-unit 0;
                position: relative;
                right: 8/@px-unit;
            }

            .BottomItem-CardItem {
                cursor: pointer;
                width: 100% /6;
                border-radius: 4/@px-unit;
                padding: 16/@px-unit 20/@px-unit;
                margin-right: 18/@px-unit;
                font-weight: 400;
                .BottomItem-title{
                    display: flex;
                    line-height: 30/@px-unit;
                    .home_BottomMenu {
                        margin-right: 20/@px-unit;
                    }

                    .BottomText{
                        font-size: 16/@px-unit;
                        color:.color_A(@--menu-bg)[];
                    }
                }

                .subMenu-content {
                    display: flex;
                    margin-top: 12/@px-unit;
                    flex-wrap: wrap;

                    .subMenu {
                        font-size: 14/@px-unit;
                        width: 49%;
                        line-height: 28/@px-unit;

                        color:.color_N(@--menu-bg)[];
                        &:hover {
                            color: @--primary-6;
                        }

                        &:nth-child(odd) {
                            margin-right: 2%;
                        }
                    }
                }
            }
        }
    }
}

.bgImage {
    background-image:none !important;
    background-color: @--bg;
}

.BottomItem{
    
    position: relative;
    top: 25vh;
    .dividerLine{
        height: 1 / @px-unit;
        width: 95%;
        margin-left: 2vw;
        background: @MenuViewDivideLine;
    }
    .ConfigTitle{
        font-size: 1.2rem;
        margin-top: 50 / @px-unit;
        font-weight: bold;
        margin-left: 2vw;
    }
    .ItemsWrap {
        display: flex;
        flex-wrap: wrap;
    }
    .Items{
        display: flex;
        flex: 1;
        margin-top: 2vh;
        margin-left: 2vw;
        cursor: pointer;
        .BottomText{
            margin-top: 3 / @px-unit;
            margin-left: 10 / @px-unit;
        }
    }
    .Items:hover{
        color: @--primary-5;
        svg path{
            fill: @--primary-5;
        }
    }
    .home_BottomMenu{
        .svgOut(@pageTextN);
    }
}
.BottomItemTip {
    word-break: break-word;
}



.Ocx_download_bottom{
    position: fixed;
    text-align: center;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10/@px-unit 0;
    border-top: 1/@px-unit solid @ocxBorder;
    background: @ocxDownloadBar;
    color: .color_N(@ocxDownloadBar)[];
    z-index: 10000;
    span{
        padding-top: 6/@px-unit;
        display: inline-block;
    }
    a {
        text-decoration: underline;
        color: @anchorTextN;
        &:hover {
            color: @anchorTextA;
        }
    }
    .closeBtn{
        float: right;
        margin-right: 20/@px-unit;
        border: 1/@px-unit solid @buttonNormalBorderN;
        background-color: @buttonNormalBgN;
        color: .color_N(@buttonNormalBgN)[];
        border-radius: 4/@px-unit;
        padding: 4/@px-unit 10/@px-unit;
        cursor: pointer;
        &:hover{
            color: .color_A(@buttonNormalBgN)[];
        }
    }
}

.plugin_confirm_mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.45);
}

._LeCheng_ {
    .tip {
        width: 60rem;
    }
    .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)[];
            }
        }
    }
}

.modal-button {
    button {
        width: 100%;
    }
}



.H5 {
    z-Index: 9999;
    position: relative;
    .h5player {
        background-color: @ocxBg;
        .h5player_header {
            background-color: @ocxHeaderBg;
            color:.color_N(@ocxHeaderBg)[];
            height: 15/@px-unit;
            width: 100%;
            display: flex;
            justify-content: space-between;
        }
        .h5player_header_left {
            height: 15/@px-unit;
            font-size: 12/@px-unit !important;
            margin-left: 2/@px-unit;
            span {
                padding-right: 10/@px-unit;
                span {
                    padding-left: 10/@px-unit;
                }
            }
        }
        .h5player_header_right {
            display: flex;
            justify-content: flex-end;
            height: 15/@px-unit;
            font-size: 12/@px-unit !important;
            
            .cus_icons{
                .svgOut(@ocxHeaderSvgColorN);
                font-size: 12/@px-unit !important;
                margin-right: 2/@px-unit;
                display: flex;
                justify-content: flex-end;
                &:hover{
                    .svgHover(@ocxHeaderSvgColorA);
                }
            }
            .active .cus_icons{
                .svgOut(.color_A(@ocxHeaderBg)[]);
            }
        }
        .h5playerProptip {
            width: 100%;
            height: 96/@px-unit;
            position: absolute;
            text-align: center;
            font-weight: 700/@px-unit !important;
            padding-top: 15/@px-unit;
            font-size: 30/@px-unit;
            
            color: .color_A(@ocxBg)[];
            top: 50%;
            margin-top: -40/@px-unit;
        }
    }
   
}



.Ocx_download_center{
    z-Index: 9999;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: @ocxBg;
    .pluginMsg {
        left: 50%;
        top: 50%;       
        transform: translateX(-50%);
        position: absolute;
        width: auto;
        max-width: 80%;
        border-bottom: 1/@px-unit dashed @pageTextN;
        a, svg{
            color: @pageTextN;
        }
        &:hover {
            border-bottom: 1/@px-unit dashed @current;
            a, svg{ 
                color: @current;
            }
        }
    }
}


.TaskBarAlarmInfo {
    
    
    

    height: 30 / @px-unit;
}
._SubScribeModal_ {
    .label-div-Container {
        display: inline-block;
        width: 25%;
    }
}
.AlarmInfoModal {
    .settingRefresh  {
        
        .header-left {
            float: left;
        }
        .header-right {
            float: right;
        }
    }
    .refreshBtn {
        float: right;
    }
    .ant-table-filter-column {
        justify-content: center;
    }
    tr.ant-table-measure-row{
        visibility: collapse;
    }
    .device_info .ant-badge-dot {
        box-shadow: 0 0 0 0.07142857rem #ff4d4f;
    }
}


._DDNS_ {
    .label-text {
        width: 60rem;
        cursor: default;
        user-select: none;
    }
    p {
        margin: 0;
    }
    
    .netState_0{
        
        color: @pageTextN;
    }
    .netState_1{
        
        color: @successColor;
    }
    .netState_2{
        
        color: @errorColor;
    }
}

.modal-footer {
    display: flex;
    flex-direction: row-reverse;
    button {
        width: 100%;
    }
}


.LanguageButtons {
    .language {
        background-color: #007A0C !important;
        color: white !important;
    }
    .label-normal-container {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    width: 210 / @px-unit;
    @media all and (-ms-high-contrast:none) {
        
        
        margin-top: 11 / @px-unit;
    }
}


._AcuPickIcon_{
    &.hide {
        display: none;
    }
    .active{
        svg path:nth-of-type(1){
            fill:@current!important;
        }
    }
    .close_icon, .search_icon {
        display: none !important;
    }
}

.acupick {
    &-region, &-canvas{
        width: 100%;
        height: 100%;
        position: absolute;
        &-hide {
            top: -10000 / @px-unit;
            z-index: 0;
        }
        &-show {
            z-index: 1001;
            top: 0;
            left: 0;
        }
    }
}

.hard-disk-management-table .ant-table-body{
    min-height: 230 / @px-unit !important;
}
.hardDiskManagement_state{
  display: flex;
  justify-content: center;
  align-items: center;
  .grid-infoIcon {
    .svgOut(@warningColor)
  }
}


._PtzCtrl_ {
    
    
    
    padding-top: inherit; 
    position: relative;
    -webkit-touch-callout: none; 
    -webkit-user-select: none; 
    -khtml-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
    &header_bg {
        width: 150 / @px-unit;
        height: 150 / @px-unit;
        margin: 25 / @px-unit 0 15 / @px-unit 25 / @px-unit;
        position: relative;
        & &_icon {
            .svgFont(150);
            svg {
                & + {
                    path{
                        fill: @preview_right_ptzBg; 
                    }
                }
            }
        }
    }
    &header_el {
        width: 151 / @px-unit;
        height: 151 / @px-unit;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        position: absolute;
        justify-content: flex-start;
        cursor: pointer;
        top: 0;
        left: 0;
        .anticon{
            font-size: 50 / @px-unit!important;
        }
    }
    .active{
        svg path:nth-of-type(1){
            fill:@current!important;
        } 
    }
}



._PtzMenu_ {
    
    
    
    padding-top: inherit; 
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    -webkit-touch-callout: none; 
    -webkit-user-select: none; 
    -khtml-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
    &header_bg {
        position: relative;
        width: 120 / @px-unit;
        height: 120 / @px-unit;
        margin: 10 / @px-unit 0 30 / @px-unit 0;
        & &_icon {
            .svgFont(120);
            svg {
                & + {
                    path{
                        fill: @preview_right_ptzBg; 
                    }
                }
            }
        }
    }
    &header_el {
        width: 120 / @px-unit;
        height: 120 / @px-unit;
        display: flex;
        flex-wrap: wrap;
        position: absolute;
        top: 0;
        left: 0;
        .cus_icons:not(.disabled_icons):not(.noHover):hover svg path:nth-child(2) {
            fill:@current;
        }
        & &_icon {
            .svgFont(30);
            width: 30 / @px-unit;
            height: 30 / @px-unit;
            margin: 5 / @px-unit 5 / @px-unit 5 / @px-unit 5 / @px-unit;
            &:hover {
                cursor: pointer;
            }
         
        }
    }
    &btngroups{
        display: flex;
        justify-content: flex-start;
        color:@pageTextN;
        margin:-17/@px-unit 0 0 0;
        .btn3{
            width:60/ @px-unit!important;
        }
    }
}

._PtzSet_ {
    height:200/ @px-unit;
    padding-left: 15 / @px-unit;
    width: 100%;
    -webkit-touch-callout: none; 
    -webkit-user-select: none; 
    -khtml-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
    .label-normal-container {
        padding-top: 0 !important;
    }
    .btnGroups{
      display: flex;
      width: 180/ @px-unit;
      flex-wrap: wrap;
    }
    .btn{
       width:87/ @px-unit !important;
   
    }
    .btn3{
        width:60/ @px-unit!important;
    }
    .inputWrap{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        >span{
          margin-left:10/ @px-unit;
          color:@pageTextN;
          font-size:14/ @px-unit
        }
    }
  .vertical{
    margin-top:40/ @px-unit;
  }
  .show{
      display: '';
  }
  .hidden{
      display: none;
  }
}


._PtzStep_ {
    width: 180 / @px-unit;
    height: 48 / @px-unit;
    margin: 0 0 0 7.5 / @px-unit;
    background-color: @preview_right_ptzStep_Bg;
    -webkit-touch-callout: none; 
    -webkit-user-select: none; 
    -khtml-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
    .label-normal-container {
        display: flex;
        padding: 0 !important;
    }
    &label {
        width: 45 / @px-unit !important;
        height: 48 / @px-unit !important;
        line-height: 48 / @px-unit !important;
        margin-left: 4/ @px-unit;
        text-align: center !important;
        padding-right: 0;
    }
    &slider {
        width: 120 / @px-unit !important;
        line-height: 48 / @px-unit !important;
        .labelSlider-float-left,
        .labelSlider-float-right {
            width: 0 / @px-unit;
        }
        .labelSlider-center {
            margin: 0 / @px-unit;
            .ant-slider {
                margin-top: 9 / @px-unit !important;
                margin-bottom: 9 / @px-unit !important;
            }
            .ant-slider-mark-text,
            .ant-slider-mark-text-active {
                color: @preview_right_ptzStepMask_ColorN;
                font-size: 12 / @px-unit;
            }
            .ant-slider-step {
                .ant-slider-dot {
                    width: 0;
                    height: 0;
                    border: none;
                }
            }
        }
    }
}



._BaseConfig_ {
    overflow-y: auto;
    padding-left: 2%;
    width: 100%;
    padding-top: 30 / @px-unit;
    .fullTimeSelecion {
        margin-left: 20 / @px-unit;
        
    }
    .leftmargin {
        margin-left: 20 / @px-unit;
    }
    .label-normal-behind {
        margin-left: 20 / @px-unit;
    }
    .addCustomDays {
        margin-left: 20 / @px-unit;
        .check-box-group {
            .label-normal-wrapper {
                
                width: 700px !important;
                .labelCheckboxGroup {
                    display: flex;
                    .ant-checkbox-wrapper {
                        width: 200px;
                    }
                }
            }
        }
    }
    .DelExpiredFilesByChn {
        margin-left: 20 / @px-unit;
    }
    .AutoDelFaceDataSel {
        margin-left: 20 / @px-unit;
    }
}


.addCustomDays-modal {
    .ant-modal-content {
        .ant-modal-body {
            padding: 0 !important;
            padding-bottom: 30px !important;
            ._Holiday_ {
                position: relative !important;
                .ant-row {
                    .fixed-button {
                        position: absolute !important;
                        padding-top: 40px;
                        border-top: none !important;
                    }
                }
            }
        }
    }
}

._QuotaMain_ {
    .mode-changer {
        display: flex;
        button {
            width: 300/@px-unit;
            overflow: hidden;
            padding: 0 10/@px-unit;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
    }
    .scalstat-btn {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .MainPage {
        padding: 0 !important;
    }
}

._Quota_ {
    .quota-bleaSpace {
        display: flex;
        .warning-tip {
            color: @errorColor !important;
        }
    }
    .unquotad-warning-tip {
        width: 1000/@px-unit;
        color: @errorColor !important;
    }
    .hdd-mode {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #bitrate-container {
        .ant-select-disabled.ant-select-multiple .ant-select-selection-item {
            color: @pageTextD;
        }
        .ant-select-multiple.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
            background: @pageBodyBg;
        }
        .ant-select-disabled.ant-select-multiple .ant-select-selection-item {
            border-color: @pageBorderN;
        }
    }
}

._ClusterDevice_ {
    
    
    
    padding-top: inherit; 
    
}

.ClusterLog_detailModal{
    width: 650/@px-unit !important;
    .loginfo_Table{
        height: 290/@px-unit;
    }
    ._Table_ .ant-table-body {
        min-height: 290 / @px-unit;
    } 
    .ant-modal-footer{
        height: 53 / @px-unit;
        .ClusterLog_detailButton{
            display: flex;
            justify-content: space-between;
            .ClusterLog_btnLeft {
                display: flex;
                float: left;
            }
            .label-div-Container{
                margin-left: 10 / @px-unit;
            }
        }
    }
}
.ClusterLog_timePicker {
    display: flex;
    justify-content: space-between;
    .ClusterLog_datePicker {
        display: flex;
        .ClusterLog_right {
            margin-left: 20 / @px-unit;
        }
    }
}





@icon-success-color: @iconNolmal; 
@icon-warning-color: @iconFail; 
@icon-fail-color: @iconFail; 
@icon-ignore-color: @iconColorD; 
@icon-list-color: @iconListColorN; 


._SAFESecurityStatus_ {
    ._SAFESecurityStatus_title {
        background-color: inherit;
    }
    ._SAFESecurityStatus_detect {
        height: 32/@px-unit;
        width: 100/@px-unit;
    }
    .anticon.item-icon-list {
        svg .icon-cicrle-part {
            fill: @icon-list-color;
        }
    }
    .item-list-btn {
        border-color: @buttonNormalBorderN;
    }
    .item-icon-loading {
        &::after {
            border-bottom-color: @icon-success-color;
        }
    }
    .anticon.icon-status-success {
        svg .icon-cicrle-part {
            fill: @icon-success-color;
        }
    }
    .anticon.icon-status-fail {
        svg .icon-cicrle-part {
            fill: @icon-fail-color;
        }
    }
    .anticon.icon-status-ignore{
        svg .icon-cicrle-part{
            fill:@icon-ignore-color;
        }
    }
    .anticon._SAFESecurityStatus_titleIcon {
        svg .icon-cicrle-part {
            fill: @icon-success-color;
        }
    }
    .anticon.warningTips-icon {
        svg .icon-cicrle-part {
            fill: @icon-fail-color;
        }
    }
    .anticon.successTips-icon {
        svg .icon-cicrle-part {
            fill: @icon-success-color;
        }
    }
}

.safeopr-table-normal {
    .ant-table-placeholder{
        display: none;
    }
}
.safeopr-configBar {
    background-color: @BottomBarBg;
    border-top: 1px solid @BottomBarBorder;
    position: absolute;
    left: 0;
}

.FireWall-tab {
    a {
        color: @pageTextN;
        &:hover {
            color: @current;
        }
    }
}

.Loading-wapper {
    .ant-spin-text {
        position: initial;
        transform: initial;
        white-space: nowrap;
    }
}

._SAFESafetyWarning_ {
    .anticon.detail_icon {
        svg .icon-cicrle-part {
            fill: none;
        }
    }
}
.Cert {
    .anticon.detail_icon {
        svg .icon-cicrle-part {
            fill: none;
        }
    }
    .ant-input-number {
        width: 100%;
    }
    .anticon.default-select {
        svg .icon-cicrle-part {
            fill: @icon-success-color;
        }
    }
}

._VideoTransmission_, ._SAFESafetyWarning_, ._UserLock_, .FireWall-tab, ._publicAccountLock_, ._DOSAttack_, ._WlanAgree_, ._publicHttps_ {
    padding-bottom: 78/@px-unit;
}
._Whitelist_ {
    padding-bottom: 78/@px-unit !important;
}

._StreamCombine_ {
    @padding:20 / @px-unit;
    padding:@padding;
    box-sizing: content-box;
    width:calc(100% - 2 *  @padding);
    height:900 / @px-unit !important;

    .TitleBar{
        display: flex;
        height: 40 / @px-unit;
        justify-content: space-between;
        align-items: center;
        margin-top: 4 / @px-unit;

        .text{
            font-weight: bold;
            font-size: 16 / @px-unit;
        }
    }

    .ant-table-body{
        min-height: 150 / @px-unit !important;
        .table-input-select-wrapped,.table-input-select-container{
            width: 95% !important;
        }
    }
}

._P2P_ {
    
    word-break: keep-all;
    .tip {
        width: 60rem;
    }
    .qrcodes {
        display: flex;
        width: 800px;
        height: 350px;
        margin-top: 30px;
        margin-left: 20px;
        .qrbox {
            display: flex;
            width: 300px;
            height: 350px;
            flex-direction: column;
            justify-content: space-between;
            .qrImg {
                width: 210px;
                padding: 5px;
                background-color: @QRCodeBg;
            }
            p {
                margin: 0;
                font-size: 14px;
                font-weight: 400;
                color: .color_N(@pageBodyBg)[];
            }
        }
    }
}

.modal-button {
    button {
        width: 100%;
    }
}


.record-device-info, .record-device-info {
    display: flex;
    .label-normal-wrapper {
        width: 150/@px-unit !important;
    }
}
.recordBackModal {
    ._Table_ .ant-table-body {
        min-height: 500 / @px-unit;
    }
}


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

    .line-row {
        display: flex;
    }
}


._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;
    } 
}

._ExtraStreamDisc_ {
    padding:20 / @px-unit;
    width: 100%;
}

._MachineConfig_ {
    
    
    
    padding-top: inherit; 
    
    .ant-row .label-normal-container {
        min-width:550/@px-unit;
    }
    .syncRemoteCheckBox .label-normal-container>.label-normal-wrapper{
        width: auto !important;
    }
}

.RaidHotSpare_FlexLine{
    display: flex;
    .AddTo{
        margin-left: 15 / @px-unit;
    }
}
._RaidHotSpare_ {
    ._Table_ .ant-table-body {
        min-height: 450 / @px-unit;
    } 
}

._SnapDisc_ {
    padding:20 / @px-unit;
    width: 100%;
}

.flexBetween(){
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._ChanlDiscGroup_ {
  width: 100%;
  padding:20 / @px-unit;
  .hdd-mode {
    .flexBetween();
    margin-bottom: 10 /@px-unit;
  }
  ._Table_ .ant-table-body {
    min-height: 450 / @px-unit;
  }   
}
.hddmng-table .ant-table-body{
  min-height:192 / @px-unit !important;
}

._MainStreamDisc_ {
    padding:20 / @px-unit;
    width: 100%;
}

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





.SyncProgress_LeftTime{
    padding-left: 10 / @px-unit;
}
.raidinfo_modal {
    ._Table_ .ant-table-body {
        min-height: 240 / @px-unit;
    } 
}
._RaidInfo_ {
    ._Table_ .ant-table-body {
        min-height: 450 / @px-unit;
    } 
}



._Aging_{
    .hdd-mode-swrap{
        margin-bottom: 10 /@px-unit;
        .hdd-mode {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
    }
}



._TimeDelay_{
    .switch-tip{
        margin-top: 18 / @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;;
                            }
                        }
                    }
                }    
            }    
        }    
    }
}

._Iscsi_ {
    width: 100%;
    padding:20 / @px-unit;
    .operation-btn {
        width: 100%;
        display: flex;
        .label-div-Container {
            margin-right: 10/@px-unit;
        }
    }
    .ant-col {
        .label-div-Container {
            margin-right: 10/@px-unit;
        }
    }
    ._Table_ .ant-table-body {
        min-height: 380 / @px-unit;
    } 
}
.storage-modal {
    .footer-btn {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        .label-div-Container {
            margin-right: 15/@px-unit;
        }
    }
}



._RecordPlan_ {
    .childLableContainer-d-inlineBlock {
        &>div {
            display: inline-block;
        }
    }  
    .labelCheckBox-behind-labelText {
        .label-normal-container {
            padding-top: 0 !important;
            padding-bottom: 0 !important;
        }
    }  
}

._RemoteStorage_ {
    .ant-divider-horizontal{
        background-color: #090c0c !important;
        margin-top: 8 / @px-unit;
        margin-bottom: 8 / @px-unit;
    }
    .FTPEnable{
        display: flex;
        .FTPRadio{
            margin-left: 100 / @px-unit;
        }
    }
    .EventPreRecord {
        display: flex;
        .PerRecord{
            margin-left: 308 / @px-unit;
        }
        .StreamType {
            margin-left: 108 / @px-unit;
        }
    }
    .TimePicker{
        display: flex;
        .Connector{
            padding-top: 10 / @px-unit;
            margin-left: 5 / @px-unit;
            margin-right: 5 / @px-unit;
        }
        .ant-checkbox-group{
            margin-left: 20 / @px-unit;
            .ant-checkbox-wrapper{
                margin-left: 0;
            }
        }
        .ant-picker-disabled{
            svg{
                opacity: 0.5;
            }
        }
    }
    .Channel{
        .label-normal{
            margin-top: 8 / @px-unit;
        }
    }
    .uploadChannel{
        display: flex;
        .label-div-Container:first-child  {
            margin-right: 109 / @px-unit;
        }
    }
}

.clusterControl {
    display: flex;
    .open {
        padding-right: 20 / @px-unit !important;
    }
}


._PasswordReset_ {
    padding-left: 20 / @px-unit;
    padding-top: 20 / @px-unit;

    .ant-divider {
        background: inherit;
    }

    .ant-divider-horizontal.ant-divider-with-text-left:after {
        border-top: 1 / @px-unit solid #13161b;
    }
    .QR_background {
        width: 205 / @px-unit;
        height: 205 / @px-unit;
        padding: 10 / @px-unit;
        background-color: @formInputTextN;
        margin: 10 / @px-unit;
        img{
            width: 185 / @px-unit;
            height: 185 / @px-unit;
        }
    }
    
    .ant-select-single:not(.ant-select-customize-input) .ant-select-selector{
        height: 30 / @px-unit;
        .ant-select-selection-search-input {
            height: 28 / @px-unit;
        }
    }
}

.password-reset-modal {
    width:430 /@px-unit !important;
}



._Onvif_ {
    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;
            overflow-y: auto;
        }
    }
 
}


._Holiday_ {
    ._Table_ .ant-table-body {
        min-height: 450 / @px-unit;
    } 
}
._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%;
        }
    }
}

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

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