.app-depr-detail-rpt{
    width: 100%;
    height: 100%;
    .ant-calendar-picker {
        width: 100%;
        :hover{
            .ant-calendar-picker-input:not(.ant-input-disabled)~.ant-calendar-picker-icon:after{
                color: @primary-color;
            }
        }
    }
    &-header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        background: #fff;
        align-items: center;
        .ant-select-selection {
            overflow: hidden;
            .ant-select-selection__rendered {
                display: flex;
            }
        }
        .print, .export, .import {
            cursor: pointer;
            margin-left: 8px;
        }
        &-headerDropDown {
            width: 400px !important;
            margin-right: 8px;
            .ant-select-selection {
                height: 30px;
                .ant-select-selection__rendered {
                  line-height: 28px;
                }
            }
        }
        .mk-search {
            //height: 51px !important;
            // // border-top: 1.5px solid #d9d9d9;
            .mk-normal-search {
                padding-bottom: 9px !important;
                .mk-normal-search-left {
                    height: 30px !important;
                    .app-depr-detail-rpt-discribteSpan {
                        padding-left: 8px;
                    }
                }
            }
        }
        .select-tree {
            width: 50%;
            display: flex;
            margin-bottom: 19px;
            &-label {
                width: 19.5%;
                line-height: 30px;
                text-align: right;
                color: #454545;
                padding-right: 8px;
            }
            &-wrap {
                width: 85%;
            }
        }
        &-assetProperty {
            width: 100px !important;
            .ant-select-selection {
                border-radius: 4px 0 0 4px;
                background: #eee;
                border-right: 0;
            }
            .ant-select-selection--single {
                 height: 30px !important;   
            }
        }
        &-assetClass {
            width: 150px !important;
            height: 30px !important;
            margin-right: 8px;
            .ant-select-selection {
                border-radius: 0 4px 4px 0;
            }
            .ant-select-selection--single {
                 height: 30px !important;  
            }
        }
        &-date {
            display: flex;
            // width: 180px !important;
            margin-top: 0.2px;
            margin-right: 0px !important;
            .ant-select-selection {
                border-radius: 0 4px 4px 0;
            }
        }
        .mk-span {
            // margin-left: 10px;
            // margin-right: 10px !important;
            margin-left: 8px;
            margin-right: 8px !important;
        }
        form {
            .mk_search_row:first-child {
                margin-bottom: 9px;
            }
            .mk_search_row:nth-child(2){
                .ant-form-item-label {
                    line-height: 32px;
                }
            }
            .select_range_label{
                width: 25% !important;
            }
            .ant-form-item-label{
                width: 20.5% !important;
            }
        }
        &-discribteSpan {
            font-size: 12px;
            display: inline-block;
            margin-right: 8px;
            line-height: 2.5;
        }
        .mk-normal-search {
            &-left {
                align-items: center;
                .mk-dateRangeMonthPicker {
                    .ant-calendar-picker {
                        width: 95px;
                    }
                }
                .ant-select-selection__rendered {
                    line-height: 28px;
                    margin-left: 10px;
                    margin-right: 10px;
                    .ant-select-selection-selected-value {
                        font-size: 12px;
                    }
                    .ant-select-search--inline {      
                        font-size: 12px !important;                    
                    }
                }
                .app-depr-detail-rpt-discribteSpan {
                    margin-top: 0px !important;
                }
            }
        }
        .app-depr-detail-rpt-normalSearch-cb {
            font-size: 12px !important;
        }
    }
    &-content {
        flex: 1;
        background: #fff;
        font-size: 12px;
        .operation {
           cursor: pointer;
        }

        .mk-datagrid .public_fixedDataTable_main{
            border-left: none;
        }
        .mk-datagrid .public_fixedDataTable_header .public_fixedDataTableCell_main{
            //background: #e4e4e4 !important;
            color: #333333;
            
        }
        .public_fixedDataTableCell_main{
            .anticon-youcezhankailanmushezhi{
                font-size: 28px;
                cursor: pointer;
                margin-top: 4px;
            }
        }
        .mk-datagrid .fixedDataTableLayout_rowsContainer .fixedDataTableRowLayout_rowWrapper .public_fixedDataTable_header{
            //background: #e4e4e4 !important;
        }
        .public_fixedDataTable_scrollbarSpacer{
            top: 0px;
        }
    }
    .total-footer {
        line-height: 36px;
        display: inline-block;
        width: 100%;
    }
    .total-footer-right {
        text-align: right;
        padding: 0 8px;
    }
    &-footer {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        padding-top: 10px;
        .mk-pagination {
            height: 30px;
        }
    }
    // &-footer {
    //     overflow: hidden;
    //     align-items: right;
    //     padding-top: 10px;
    // }
    &-discribteSpan {
        font-size: 12px;
        display: inline-block;
        margin-right: 8px;
        line-height: 2.5;
        margin-top: -1px;
    }
    .ant-select-selection--single {
        height: 30px !important;
        line-height: 30px;
    }
}
.app-depr-detail-rpt-account-select-item{
    font-size: 10px;
}

.app-asset-list-header-option {
    font-size: 12px;
}

.print {
    line-height: 30px;
}

.mk-layout .app-depr-detail-rpt-content { 
    border-left: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9
}
