.ttk-scm-app-incomeexpenses-rpt{
    width: 100%;
    height: 100%;
    padding: 10px;
    overflow: auto;
    .mk-normal-search{
        .checkboxShow-label{
            font-size: 12px;
        }
        .print, .export{
            text-align: center;
            box-sizing: border-box;
            cursor: pointer;
            font-size: 28px;
            line-height: 28px;
            margin-left: 8px;
        }
        .export{
            color: #00B38A;
            &:hover{
                border: 1px solid #00B38A !important;
            }
        }
        .print{
            color: #45ACF7;
            &:hover{
                border: 1px solid #45ACF7 !important;
            }
        }

        .ant-btn:hover {
            z-index: 2;
        }
        
        .app-sumaccount-rpt-normalSearch{
            display: inline-block;
            position: relative;
            margin-right: 8px;
            .edficon{
                font-size: 19px;
            } 
            .app-sumaccount-rpt-normalSearch-leftBtn{
                display: inline-block;
                position: absolute;
                left: 1px;
                top: 1px;
                width: 25px;
                z-index: 10;
                height: 30px;
                line-height: 30px;
                text-align: center;
                cursor: pointer;
                color: #ACACAC;
                border: none;
            }
            .app-sumaccount-rpt-normalSearch-input{
                width: 180px;
                height: 30px;
                .ant-select-selection--single{
                    height: 30px;
                    line-height: 1.1
                }
                .ant-select-arrow{
                    display: none;
                }
                .ant-select-selection__rendered{
                    height: 30px;
                    line-height: 22px;
                    margin: 0 20px;
                    .ant-select-selection-selected-value{
                        font-size: 12px;
                        line-height: 30px;
                        padding-right: 0;
                    }
                }
            }
            .app-sumaccount-rpt-normalSearch-rightBtn{
                display: inline-block;
                position: absolute;
                right: 1px;
                top: 1px;
                z-index: 10;
                height: 30px;
                width: 25px;
                line-height: 30px;
                text-align: center;
                cursor: pointer;
                color: #ACACAC;
                border: none;
            }
        }      
    }

    .mk-search .mk-search-high-search .select_range .select_range_label {
        width: 25%;
    }

    .mk-search .mk-search-high-search .ant-form-item .ant-form-item-label {
        width: 20%;
    }

    &-list {
        border-left: 1px solid #d9d9d9;
        border-bottom: 1px solid #d9d9d9;
    }

    .btn-voucher {
        border-radius: 4px 0 0 4px;
    }

    &-more {
        margin-left: -1px !important;
        border-radius: 0 4px 4px 0;
    }

    .lanmuicon_pz{
        font-size: 23px;
       // vertical-align: sub;
        color:#00B38A
    }
    .lanmuicon_scpz{
        font-size: 23px;
        //vertical-align: sub;
        color:#999
    }
    .lanmuicon_scpz:hover {
        cursor:not-allowed !important;
    }
    &-footer {
        // overflow: hidden;
        align-items: right;
        padding-top: 10px;
        height: 40px;
    }
}
.ttk-scm-app-incomeexpenses-rpt-account-select-item{
    font-size: 12px;
}
