.app-asset-statrpt{
    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;
                line-height: 28px;
                margin-left: 6px;
                margin-right: 5px;
            }
        }
        .asset-header-select {
            .ant-select-selection__rendered {
                margin-left: 10px;
                margin-right: 10px;
                .ant-select-selection-selected-value {
                    font-size: 12px;
                }
            }
        }
        .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-asset-statrpt-header-discribteSpan {
                        padding-left: 8px;
                    }
                }
            }
        }
        &-assetProperty {
            width: 100px !important;
            .ant-select-selection {
                border-radius: 4px 0 0 4px;
                background: #eee;
                border-right: 0;
            }
        }
        &-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;
        }
        .print, .export, .import {
            cursor: pointer;
            margin-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%;
            }
        }
        
        &-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 {
            .select_range_label{
                width: 25% !important;
            }
            .ant-form-item-label{
                width: 21% !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;
                    }
                }
            }
        }
    }

    &-content {
        display: flex;
        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: 35px;
        display: inline-block;
        width: 100%;
    }
    .total-footer-right {
        text-align: right;
        padding: 0 8px;
    }

    &-footer {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        margin: 10px 0;
        height: 36px;
    }
}

.active-asset-option {
    font-size: 12px;
}

.mk-layout .app-asset-statrpt-content {
    border-left: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9
}