    width: 25/@px-unit;
}

.ant-tabs-dropdown .ant-tabs-dropdown-menu-vertical .ant-tabs-dropdown-menu-item {
    min-width: 152/@px-unit;
}


._SideView_ {
    min-width: 1280px;
    height: 100%;
    background-color: @setUpContentBg;
    .ant-tabs {
        .ant-tabs-bar {
            border-bottom-color: @setUpContentBg;

            .ant-tabs-nav-container {
                height: 50px;

                .ant-tabs-nav-wrap {
                    .ant-tabs-nav {
                        .ant-tabs-tab {
                            width: 200 / @px-unit;
                            height: 50px;
                            text-align: center;
                            background: @pagetabBgN; 
                            color: .color_N(@pagetabBgN)[]; 
                            border: 1px solid @tabBorder;
                            margin: 0;

                            &.ant-tabs-tab-active {
                                background: @tabBgA;
                                color: @tabTextA;
                            }
                        }

                        .ant-tabs-ink-bar {
                            visibility: hidden;
                        }
                    }
                }
            }
        }
    }

    .m-side-container {
        height: 100%;
        width: 12.5%;
        min-width: 100px;
        overflow-y: auto;
        background: @SideMenuBg;
    }

    .m-main-page {
        height: 100%;
        background: @setUpBodyBg;

        & > div {
            background: @setUpContentBg;
            width: 100%;
            height: 100%;
        }

        .MainPage {
            padding: 16 / @px-unit;
            padding-bottom: 66 / @px-unit;
            
            &.noFixedButton {
                padding-bottom: 0px;
            }
        }
        @media screen and (-webkit-min-device-pixel-ratio: 1.1),
            (-ms-high-contrast: active),
            (-ms-high-contrast: none) {
            .MainPage {
                
                &:not(.noFixedButton) {
                    height: calc(100% - 66px);
                    overflow-y: auto;
                }
            }
        }

        .content-container {
            overflow-x: hidden;
            overflow-y: auto;
        }
    }
    .ant-spin-nested-loading,
    .ant-spin-container {
        position: static;
        height: 100%;
    }
    ._SideTabView_ {
        height: 100%;
        overflow-y: hidden;
        ._SideTabView_Tabmenu{
            .ant-tabs-nav .ant-tabs-tab-btn{
                
                border-top: 0px;
                border-left: 0px;
            }
        }
    }
    ._SideTabView_ > .ant-col {
        position: static;
        height: 100%;
    }
    
    ._SideTabView_ > .ant-col > .ant-row:nth-child(2) {
        height: calc(100% - 50px);
        overflow-y: auto;
    }
}




.userDropMenu{
    &.iconDropMenu{
        min-width: 130/@px-unit !important;
    }
}
.task_userBtn {
    min-width: 45/@px-unit ;
}













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


._BottomPanel_ {
    
    display: flex;
    flex-direction: column;
    background-color: @preview_center_bottom_Bg;
    ._BottomPanel_bottom_btn {
        height: 50px;
        display: flex;
        align-items: center;
        overflow: hidden;
    }
    ._BottomPanel_bottom_timeline {
        height: 92px;
    }
    ._BottomPanel_bottom_select {
        .ant-checkbox-disabled + span {
            color: .color_D(@preview_center_bottom_Bg) [];
        }
    }
    
    
    
}





.home_settingBtn{
    .cus_icons{
        .svgHover(@homeTaskIconColorA);
        margin: 0 15/@px-unit !important;
    }
}

.home_settingBtn:hover{
    .cus_icons{
        .svgOut(@homeTaskIconColorA);
    }
}

._PbRightPanel_ {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    height: 100%;
    &bottom {
        width: 100%;
        height: 60 / @px-unit;
        padding: 0 10px 4px 10px;
        margin-top: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: @playback_Right_Bg;
    }
    &bottom_x {
        width: 100%;
        height: 60 / @px-unit;
        padding: 0 10px 4px 10px;
        margin-top: auto;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        background-color: @preview_Right_Bg;
    }
    &bottom_item {
        width: 66 / @px-unit;
        height: 40 / @px-unit;
        text-align: center;
        
        
        background-color: @playback_Right_iConBtn_bg;
        border: 1 / @px-unit solid @buttonNormalBorderN;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    &bottom_icon {
        font-size: 30 / @px-unit !important;
    }
    .label-normal-wrapper {
        width: 290px !important;
    }
    ._PbRightPanel_bottom_itemLeft{
        width: 100%;
        height: 40 / @px-unit;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        .label-normal-wrapper {
            width: 50px !important;
        }
    }
    ._PbRightPanel_chl_divider {
        margin: 5 / @px-unit 0;
    }
    ._PbRightPanel_chl_table {
        flex: 1;
        overflow: hidden;
        position: relative;
        min-height: 150 / @px-unit;
        width: 290px;
        margin-top: 14 / @px-unit;
        .ant-table-body {
            min-height: auto !important;
            max-height: none !important;
            -ms-max-height:none  !important;
            tbody {
                .ant-table-row {
                    &.ant-table-row-selected {
                        td {
                            background: transparent;
                        }
                    }
                    .ant-table-cell-ellipsis {
                        text-align: left !important;
                        &.ant-table-column-sort {
                            background: transparent;
                        }
                    }
                }
            }
        }
        .ant-checkbox-indeterminate .ant-checkbox-inner {
            border: 1px solid @pageBorderN;
        }
        ._Table_ {
            height: 100%;
            .ant-table {
                & > .ant-table-container {
                    display: flex;
                    height: 100%;
                    flex-direction: column;
                    .ant-table-header{
                        overflow: visible !important;
                        height:auto;
                    }
                    tr {
                        td {
                            height: 40px;
                        }
                    }
                    th {
                        height: 40px !important;
                    }
                }
                ::-webkit-scrollbar {
                    width: 0px;
                }
            }
            .ant-table-fixed-header{
                height: 95%;
            }
            .m-table-showEmpty {
                height: 100%;
                .ant-table-wrapper {
                    height: 100%;
                    .ant-spin-nested-loading {
                        height: 100%;
                        .ant-spin-container {
                            height: 100%;
                        }
                    }
                }
            }
        }
    }
    ._Table_ div:first-child{
        height: 100%;
    }
    .ant-table-thead div:first-child{
        height: auto ;
    }
    ._PbRightPanel_fish_eye {
        width: 290px !important;
    }
    ._Eptz_ {
        width: 290px !important;
        .label-normal-wrapper {
            width: unset !important;
        }
        .range-content .label-normal-wrapper{
            width: 90 / @px-unit !important;
        }
    }
    .right_orgin_hide {
        display: none;
    }
    .right_orgin_flex {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .calender_box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .chl_table {
        height: 350 / @px-unit;
    }
    .playback_channel_show {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .playback_channel_none {
        display: none;
    }
    ._PbRightPanel_rightpanel_show {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0px 8px;
        height: 100%;
    }
    ._PbRightPanel_rightpanel_hide {
        display: none;
    }
    .mask_datum {
        position: relative;
        width: 100%;
    }
    .mask_panel {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 10;
        
        
    }
    .mask_panel_all {
        height: 90%;
    }
    .mask_panel_show {
        display: block;
    }
    .mask_panel_hide {
        display: none;
    }

}





.header-Timer {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.timeLine {
    position: relative;
}




.side-button {
    background-color: transparent;
    border: none;
    outline: none;
}

.sideMenu {
    .ant-menu {
        &:not(.ant-menu-horizontal) .ant-menu-item-selected {
            background-color: @SideMenuItemBg;
            color: @SideMenuTextA;

            a {
                color: @SideMenuTextN;
            }
        }

        &.sideMenuBody {
            height: 100%;
            border-right: 1px solid @BottomBarBorder !important;
            background-color: @SideMenuBg;
            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;
                    }
                    .anticon {
                        &.cus_icons {
                            left: 2 / @px-unit;
                            visibility: hidden;
                            position: relative;
                            top: 6 / @px-unit;
                            .svgFont(25);
                            .svgOut();
                        }

                        &.display-icon {
                            visibility:visible;
                        }
                    }

                    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;
                                .svgFont();
                                &.placeholder {
                                    visibility: hidden;
                                }
                            }
                        }
                        .cus_icons {
                            .svgOut(
                                @SideMenuItemSvgN,
                                @SideMenuItemSvgN,
                                @SideMenuItemSvgN
                            );
                        }
                    }

                    
                    &.ant-menu-submenu-open {
                        .ant-menu-submenu-title {
                            span {
                                
                                color: @SideMenuTextA;
                            }

                            .ant-menu-submenu-arrow {
                                &::before,
                                &::after {
                                    background: @SideMenuArrowSvgA;
                                }
                            }
                            
                            .cus_icons {
                                .svgOut(
                                    @MenuViewSubItemSvgA,
                                    @MenuViewSubItemSvgA,
                                    @MenuViewSubItemSvgA
                                );
                            }
                        }
                    }

                    
                    &:hover:not(.ant-menu-submenu-open) {
                        .ant-menu-submenu-title {
                            span {
                                color: @SideMenuTextA;

                                
                            }
                        }
                    }

                    .ant-menu-item {
                        padding-left: 24px !important;
                        &.ant-menu-item-selected {
                            .anticon {
                                &.cus_icons {
                                    visibility: visible;
                                }
                            }
                            a {
                                color: @SideMenuSubItemSelectTextA;
                            }
                            .anticon {
                                &.cus_icons {
                                    visibility: visible;
                                    .svgOut(@SideMenuSubItemSelectSvgA);
                                }
                            }
                        }
                        
                        a {
                            color: @sideMenuItemTextN;
                        }
                        
                        &:hover:not(.ant-menu-item-selected) {
                            a {
                                color: @sideMenuItemTextA;
                            }
                        }
                    }
                    
                    .ant-menu-sub {
                        background-color: @setUpContentBg;
                        width: 99.5% !important;
                    }
                }
            }
        }
    }
}



._VideoOperationPanel_ {
    padding: 4 / @px-unit;
    display: flex;
    align-items: center;
    .operation-icon {
        font-size: 32 / @px-unit;
        padding: 2 / @px-unit;
        
        .svgOut(.color_N(@preview_center_bottom_Bg)[]);
        &.disabled_icons{
            .svgDisabled(.color_D(@preview_center_bottom_Bg)[]);
        }
    }
    .operation-divider {
        height: 26 / @px-unit;
        margin-top: 4 / @px-unit;
        background-color: @ocxBg;
    }
    .audio-box {
        display: flex;
        align-items: center;
    }
    .rule-draw{
        display: inline-block;
        position: relative;
    }
    .intel_detect {
        display: inline-block;
        position: relative;
    }
    .intel_detect_inner {
        height: 40 / @px-unit;
        background-color: @tableOddBgN;
        position: absolute;
        top: 0;
        left: 40 / @px-unit;
        padding: 2 / @px-unit 0 0 10 / @px-unit;
        z-index: 10;
    }
    .intel_detect_show {
        display: inline-block;
    }
    .intel_detect_hide {
        display: none;
    }
    .cut_box {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding-left: 10 / @px-unit;
        .ant-picker {
            width: 122px !important;
        }
        .label-normal-container a {
            
            color: @buttonNormalBorderN;
        }
        .label-normal-wrapper {
            height: 32px;
            line-height: 32px;
        }
        .ant-picker {
            height: 32px;
        }
        .ant-picker-input {
            height: 22px;
        }
    }
    .cut_line {
        .label-div-Container {
            width: 170px !important;
        }
    }
    .cut_show {
        display: flex;
    }
    .cut_hide {
        display: none;
    }
    .progress_text {
        
        width: auto;
    }
    .cut_operation {
        
        
        height: 32px;
        
        text-align: center;
        width: 30px;
        background-color: @buttonNormalBgN;
        border: 1px solid @buttonNormalBorderN;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .cur-icon {
        .svgFont(28);
    }
    .ivs-color {
        svg {
            & + {
                path:first-child {
                    fill: @current !important; 
                }
            }
        }
    }
    .audio-box-slider {
        width: 120 / @px-unit;
    }
    .select-ivs-btn {
        width: 48px;
    }
    .ivs-button {
        border-color: @current !important;
        color: @current !important;
    }
}
._operation_smd_ {
    display: flex;
    .label-normal-container {
        padding: 4px 0 !important;
    }
    .labelText-wrapper {
        width: 90px;
    }
}
.cutPanel_rangePicker{
    @media screen and (max-width: 1280px) {
        min-width: 300 / @px-unit;
    }
}
.intel_detect-contain{
    width: 400 / @px-unit !important;
    .labelCheckboxGroup{
        width: 400 / @px-unit !important;
    }
}

.direct-label{
    width: 66 / @px-unit!important;
}
.direct-wrap{
    width: 110  / @px-unit !important;
}


._RegionofInterest_ {
    
    
    
    height: 100%;
    position: relative;
    padding: 40/@px-unit 0;
}


._TagListPanel_ {
    display: flex;
    flex-direction: column;
    align-items: center;
    
    
    
    
    
    
    
    
    
    
    &bottom {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 60 / @px-unit;
        padding: 0 10px 4px 10px;
        display: flex;
        justify-content: space-between;
    }
    &bottom_item {
        width: 66 / @px-unit;
        height: 40 / @px-unit;
        text-align: center;
        background-color: @playback_Right_iConBtn_bg;
        border: 1 / @px-unit solid @buttonNormalBorderN;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    &bottom_icon {
        font-size: 30 / @px-unit !important;
    }
    .timePiker-box {
        width: 290px;
        margin: 10 / @px-unit 0;
    }
}


._FileListPanel_ {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    &bottom {
        width: 100%;
        height: 60 / @px-unit;
        padding: 0 10px 4px 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    &bottom_mix {
        display: flex;
        flex-direction: row;
        width: 140 / @px-unit;
        justify-content: flex-start;
    }
    &bottom_item {
        width: 66 / @px-unit;
        height: 40 / @px-unit;
        text-align: center;        
        
        background-color: @playback_Right_iConBtn_bg;
        border: 1 / @px-unit solid @buttonNormalBorderN;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    &bottom_item_lock {
        line-height: 50 / @px-unit;
    }
    &bottom_icon {
        font-size: 30 / @px-unit !important;
    }
    &timer_piker {
        width: 290px;
        margin: 10 / @px-unit 0;
    }
    ._Table_ {
        margin-top: 0;
        flex: 1;
        overflow: hidden;
        .m-table-showEmpty{
            height: 100%;
            .ant-table-wrapper {
                height: 100%;
            }
        }
        .ant-table {
            & > .ant-table-container {
                tr {
                    td {
                        height: 40px;
                    }
                }
                th {
                    height: 40px !important;
                }
            }
        }
    }
}




.header-bar{
    position: absolute;
    top: 0;
    height: 40 / @px-unit;
    display: flex;
    align-items: center;
    width: 100%;
    .count-icon-bright {
        width: 30%;
        svg {
            & + {
                path:first-child {
                    fill: @current !important; 
                }
            }
        }
    }
    .count-icon{
        width: 30%;
    }
    .count-icon-disabled {
        pointer-events: none;
        width: 30%;
    }
    .right-icon{
        float: right;
        margin-right: 10 / @px-unit;
        padding-left: 60 / @px-unit;
    }
}


.intereting-modal{
    width: 100% !important;
    height: 100%;
    .ant-modal-content{
        height: 100%;
        .ant-modal-body{
            height: 93%;
            display: flex;
            flex-direction: column;
            padding-bottom: 0;
            .intereting-modal-header {
                flex-shrink: 0;
                height: 40 / @px-unit;
                .header-bar {
                    width: 300 / @px-unit !important;
                    margin-top: 20 / @px-unit;
                }
            }           
            .intereting-modal-wrap{
                position: relative;
                height: 100%;
                overflow-y: scroll;
                flex-grow: 1;
                
                .interet-card-wrap{
                    width: 300 / @px-unit;
                    float: left;
                    margin-right: 20 / @px-unit;
                    margin-bottom: 10 / @px-unit;
                }
            }
        }
    }
}

.intereting-footer{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    .all-label{
        width: 50 / @px-unit !important;
    }
}


._RegionofInterest_ {
    .list-wrap{
        height: 100%;
        .flat-list {
            height: 100%;
            padding: 10 / @px-unit;
            overflow-y: scroll;
            .win-view{
                
                
                margin-top: 0px;
                margin-bottom: 20000px;
            }
        }
        .footer-bar{
            position: absolute;
            bottom: 0;
            height: 40 / @px-unit;
            display: flex;
            width: 100%;
            .footer-item{
                display: flex;
                flex:1;
                justify-content: center;
                align-items: center;
                .left-arrow:hover{
                    color: @anchorTextA;
                    cursor:pointer
                }
                .right-arrow:hover{
                    color: @anchorTextA;
                    cursor:pointer
                }
            }
        }
        
    }

}


._TagList_ {
    width: 290px;
    ._Table_ .ant-table-body {
        min-height: 500 / @px-unit;
    }
    .tag-list-top-wrapper {
        padding-bottom: 0 !important;
    }
    .tag-list-top {
        width: 290px;
        height: 36 / @px-unit;
        line-height: 36 / @px-unit;
        text-align: center;
        border-top: 1 / @px-unit solid @tableBorderN;
        border-left: 1 / @px-unit solid @tableBorderN;
        border-right: 1 / @px-unit solid @tableBorderN;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .ant-pagination-simple-pager{
        
        color: @playback_Right_Font_N;
        input{
            color: @formInputTextN;
        }
    }
    
    .ant-pagination-next,
    .ant-pagination-prev{
        .svgOut(@playback_Right_Font_N);
        &.ant-pagination-disabled{
            .svgDisabled(@playback_Right_Font_D);
        }
    }

    .ant-spin-container .ant-table-pagination {
        display: flex !important;
    }
    
    
    
    
    ._Table_ {
        margin-top: 0;
        .ant-table {
            & > .ant-table-container {
                tr {
                    td {
                        height: 40px;
                    }
                }
                th {
                    height: 40px !important;
                }
            }
        }
    }
}


._FileList_ {
    width: 290px;
    overflow: hidden;
    .fileList_type_icon {
        display: flex;
        padding-left: 20 / @px-unit;
        align-items: center;
        .svgHover(@iconColorN);
    }
    .fileList_type_cub {
        display: flex;
        height: 20 / @px-unit;
        width: 20 / @px-unit;
        justify-content: center;
        align-items: center;
        margin-right: 6 / @px-unit;
    }
    .fileList_type_lock {
        font-size: 20 / @px-unit;
    }
    .type_color_fileList_general {
        background-color: @general;
    }
    .type_color_fileList_ivs {
        background-color: @ivs;
    }
    .type_color_fileList_alarm {
        background-color: @alarm;
    }
    .type_color_fileList_detect {
        background-color: @detect;
    }
    .type_color_fileList_pos {
        background-color: @pos;
    }
    .type_color_fileList_card {
        background-color: @card;
    }
    .fileList_type_lock_hide {
        display: none;
    }
    .ant-pagination-simple-pager{
        
        color: @playback_Right_Font_N;
        input{
            color: @formInputTextN;
        }
    }
    
    .ant-pagination-next,
    .ant-pagination-prev{
        .svgOut(@playback_Right_Font_N);
        &.ant-pagination-disabled{
            .svgDisabled(@playback_Right_Font_D);
        }
    }
    .ant-spin-container .ant-table-pagination {
        display: flex !important;
    }
    .ant-checkbox-indeterminate .ant-checkbox-inner {
        border: 1px solid @pageBorderN;
    }
    .ant-spin-nested-loading {
        height: 100%;
    }
    .ant-spin-container {
        height: 100%;
        flex: 1;
        display: flex;
        flex-direction: column;
        .ant-table {
            flex: 1;
            overflow: hidden;
            &>.ant-table-container {
                height: 100%;
                min-height: 350 / @px-unit;
                .ant-table-content {
                    overflow-y: scroll;
                    height: 100%;
                }
                .ant-table-header {
                    overflow: visible !important;
                    height: auto;
                }
            }
        }
        .ant-table-fixed-header{
            height: 95%;
        }
        thead {
            position: sticky;
            top: 0;
            z-index: 1;
        }
        ::-webkit-scrollbar {
            width: 0px;
        }
    }
}

._FileList_card {
    width: 290px;
    border: none;
    background-color: @tableOddBgN;
    color: @pageTextN;
    margin-top: 20 / @px-unit;
    .ant-card-body {
        padding: 16px !important;
    }
}
.tag-list-top {
    color: @playback_Right_Font_N;
    width: 290px;
    height: 36 / @px-unit;
    line-height: 36 / @px-unit;
    text-align: center;
    border-top: 1 / @px-unit solid @tableBorderN;
    border-left: 1 / @px-unit solid @tableBorderN;
    border-right: 1 / @px-unit solid @tableBorderN;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


._TagListTable_ {
    .label-normal-behind {
        &.pl-0 {
            padding-left: 0 / @px-unit !important;
        }

        .label-normal-container {
            padding-top: 0 / @px-unit !important;

            button {
                margin-left: 1.5rem;
            }
        }
    }
    .date-range-picker {
        .validity-picker {
            width: 500 / @px-unit !important;
        }
    }
    .modal-footer {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        justify-content: flex-end;
    }
    .btn-left {
        margin-right: 10 / @px-unit;
    }
    .taglist-tabel {
        margin-top: 8 / @px-unit;
    }
    ._tag_list_panel_ {
        .label-normal-behind {
            .label-normal-container {
                padding: 0 !important;
            }
        }
    }
    ._Table_ .ant-table-body {
        min-height: 280 / @px-unit;
    } 
}


._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;
        }
    }
}

._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;
    }
}



.win-view {
    .target-card {
        margin-bottom: 10/ @px-unit;
    }
}
.target-card{
    height: 150/ @px-unit;
    
    background-color: @aiPanel_cardBg;
    border: 1 / @px-unit solid @pageBorderN;
    
    position: relative;
    .card-content{
        height: 125/ @px-unit;
        img{
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
    }
    .card-bottom{
        position: absolute;
        bottom: 0/ @px-unit;
        width: 100%;
        
        height: 25/ @px-unit;
        display: flex;
        align-items: center;
        padding: 10/ @px-unit;
        background-color: @aiPanel_box_bottom-color;
        color: .color_N(@aiPanel_box_bottom-color)[];
    }

    .tool-bar{
        background-color: @aiPanel_box_bottom-color;
        height: 30px;
        position: absolute;
        top: 0px;
        width: 100%
    }
}

.selected{
    border: 1 / @px-unit solid @current;
}

._FileLockTable_ {
    .label-normal-behind {
        &.pl-0 {
            padding-left: 0 / @px-unit !important;
        }

        .label-normal-container {
            padding-top: 0 / @px-unit !important;

            button {
                margin-left: 1.5rem;
            }
        }
    }
    .date-range-picker {
        .validity-picker {
            width: 500 / @px-unit !important;
        }
    }
    .modal-footer {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        justify-content: flex-end;
    }
    .btn-left {
        margin-right: 10 / @px-unit;
    }
    .lock_tabel {
        margin-top: 8 / @px-unit;
    }
    ._lock_list_panel_ {
        .label-normal-behind {
            .label-normal-container {
                padding: 0 !important;
            }
        }
    }
    ._Table_ .ant-table-body {
        min-height: 288 / @px-unit;
    } 
}


._BottomPanel_bottom_select {
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    .bottom_select_left {
        width: 180 / @px-unit;
        height: 50px;
        line-height: 50px;
        padding: 0 / @px-unit 16 / @px-unit;    
                   
        color: .color_N(@--toolbar-bg)[];
    }
    .bottom_select_center {
        flex-grow: 1;
        height: 50px;
        line-height: 50px;
        display: flex;
        flex-direction: row;
        align-items: center;
        position: relative;
        
        .label-div-Container{                        
            .ant-checkbox-wrapper{
                color: .color_N(@--toolbar-bg)[];
            }
        }
    }
    .bottom_select_right {
        width: 260 / @px-unit;
        height: 50px;
        line-height: 50px;
        padding: 16 / @px-unit;
        display: flex;
        flex-direction: row;
        align-items: center;
        
        .operation-icon{
            .svgOut(.color_N(@--toolbar-bg)[]);
        }
    }
    .bottom_select_slider {
        width: 168 / @px-unit;
    }
    .mask_center {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 2;
        
        
    }
    .mask_center_show {
        display: block;
    }
    .mask_center_hide {
        display: none;
    }
}


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


._ClusterDevice_ {
    
    
    
    padding-top: inherit; 
    
}



@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;
}

._MainStreamDisc_ {
    padding:20 / @px-unit;
    width: 100%;
}

._SymServer_ {
    .gap-divider {
        margin-top: 0;
        margin-bottom: 0;
    }
}

._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;
        }
    }
}


._SnapDisc_ {
    padding:20 / @px-unit;
    width: 100%;
}

._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;;
                            }
                        }
                    }
                }    
            }    
        }    
    }
}


._TimeDelay_{
    .switch-tip{
        margin-top: 18 / @px-unit;;
    }
}


._Aging_{
    .hdd-mode-swrap{
        margin-bottom: 10 /@px-unit;
        .hdd-mode {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
    }
}


._MachineConfig_ {
    
    
    
    padding-top: inherit; 
    
    .ant-row .label-normal-container {
        min-width:550/@px-unit;
    }
    .syncRemoteCheckBox .label-normal-container>.label-normal-wrapper{
        width: auto !important;
    }
}
.holidayRadioGroup{
    label{
        width: 45%;
    }
}

._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%;
}

._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;
        }
    }
}

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


.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;
}

.clusterControl {
    display: flex;
    .open {
        padding-right: 20 / @px-unit !important;
    }
}

.RaidHotSpare_FlexLine{
    display: flex;
    .AddTo{
        margin-left: 15 / @px-unit;
    }
}
._RaidHotSpare_ {
    ._Table_ .ant-table-body {
        min-height: 450 / @px-unit;
    } 
}

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

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