.app-asset-depreciation{
    width: 100%;
    height: 100%;
    &-header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 10px 10px 9px;
        //height: 30px;
        background: #fff;
        border: 1px solid #d9d9d9;
        border-bottom: none;
        .ant-calendar-picker {
            :hover{
                .ant-calendar-picker-input:not(.ant-input-disabled)~.ant-calendar-picker-icon:after{
                    color: @primary-color;
                }
            }
        }
        .mk-search {
            height: 51px !important;
        }
        &-left {
            height: 30px;
            .refresh {
                padding: 0 6px;
                margin-left: 8px;
            }
            >i, >span {
                vertical-align: bottom
            }
        }
        &-right {
            height: 30px;
            line-height: 30px;
            >i, >button {
                vertical-align: bottom
            }
        }
        .mk-select {
            width: 150px;
            margin-right: 8px;
            .ant-select-selection {
                height: 30px;
                .ant-select-selection__rendered {
                    line-height: 28px;
                    margin-left: 10px;
                    margin-right: 10px;
                    .ant-select-selection-selected-value {
                        font-size: 12px;
                    }
                }
            }
        }
        .ant-input {
            font-size: 12px;
        }
        .jiantou {
            display: inline-block;
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            cursor: pointer;
            color: #ACACAC;
            border: 1px solid #D9D9D9;
            border-radius: 2px;
        }

        .jiantou.disable {
            background: #eee;
        }

        .reload{
            width: 30px;
            height: 30px;
            font-size: 28px;
            border-radius: 5px;
            border: 1px solid #D9D9D9;
            cursor: pointer;
            color: #45ACF7;
            background: #fff;
            margin-left: 8px;
            &:hover{
                border-color: #45ACF7;
            }
        }

        .subjectRight{
            margin-left: 8px;
        }
        .print, .export {
            cursor: pointer;
            // width: 28px;
            height: 30px;
            text-align: center;
            line-height: 30px;
            display: inline-block;
            margin-left: 8px;
            background: #FFFFFF;
            border: 1px solid #D9D9D9;
            border-radius: 5px;
        }
        .print:hover{
            border-color: #45ACF7;
        }
        .export:hover{
            border-color: #00B38A;
        }
        .export::before {
            margin-left: 0;
            position: relative;
            right: 1px;
        }
        .ant-input {
            height: 30px;
        }

        &-assetProperty {
            width: 100px !important;
            margin-right: 0 !important;
            .ant-select-selection {
                border-radius: 4px 0 0 4px;
                background: #eee;
                border-right: 0;
            }
        }
        &-assetClass {
            width: 150px !important;
            margin-right: 8px;
            .ant-select-selection {
                border-radius: 0 4px 4px 0;
            }
        }
        .ant-calendar-picker{
            width: 95px !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;
        }
        .mk-datagrid .fixedDataTableLayout_rowsContainer .fixedDataTableRowLayout_rowWrapper .public_fixedDataTable_header{
            //background: #e4e4e4 !important;
        }
        .public_fixedDataTable_scrollbarSpacer{
            top: 0px;
        }
        .docCode {
            width: 90px;
            line-height: 35px;
            border-right: 1px solid #c2c2c2;
        }
        .anticon-youcezhankailanmushezhi {
            font-size: 28px;
            cursor: pointer;
            margin-top: 4px;
        }
    }

    .total-footer {
        line-height: 35px;
        display: inline-block;
        width: 100%;
    }

    .total-footer-right {
        text-align: right;
        padding: 0 8px;
    }
}

.active-depreciation-option {
    font-size: 12px;
}

.mk-layout .app-asset-depreciation-content {
    border-left: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9
}
