@border-color: #d4d4d4;
@margin-left: 60px;
@container-width: 970px;
@control-width: 120px;


.invoice-manage-upload-paper-invoice {
    height: 100% !important;
    padding-top: 0px !important;
    position: relative;

    .dx-checkbox-icon{
        width:16px;
        height:16px;
    }

    .borderless td, .borderless th {
        border: none;
    }

    .table-bottom {
        margin-bottom: 0px !important;

        .lbl-name {
            word-break: keep-all;
        }

        td {
            vertical-align: middle;
        }
    }

    .clear-both {
        clear: both;
    }

    .inline-block {
        display: inline-block;
    }


    .content-container {
        height: calc(~'100% - 40px');
        position: relative;
        margin-left: 5%;



        .header {
            .title {
                color: red;
            }

            .title-bottom-line {
                margin-top: -12px;

                .hr-red {
                    width: 10%;
                    display: inline-block;
                    float: left;
                    border-color: #de3b3b;
                }

                .line-right {
                    width: 70%;
                    display: inline-block;
                }
            }
        }

        .body {
            padding: 0px 15px;

            .comment-desc {
                font-family: 'Microsoft YaHei Bold', 'Microsoft YaHei';
                font-weight: 700;
                font-style: normal;
                font-size: 12px;
                line-height: 20px;
            }

            .invoice-content {
                max-height: 480px;
                overflow-x: hidden;
                overflow-y: auto;

                .invoice-list {
                    font-size: 13px;

                    .title-left {
                        padding-left: 5px;
                    }

                    .title-num {
                        font-weight: bold;
                        padding: 0px 2px;
                    }

                    .select-box {
                        width: 20%;
                    }

                    .label-text {
                        width: 8%;
                    }


                }
            }

            .bordre-width-60 {
                width: 80%;
                float: left;
                margin-bottom: 0px;
            }

            .margin-top-20 {
                margin-top: 20px;
            }
        }
    }
}