@import "~/app-resources/less/theme.less";
.gd-invoice-print-wrapper {

    padding: 20px;

    .dx-texteditor-input {
        min-height: 26px;
    }

    .input-length {
        display: inline-block;
        /*width: 20em;*/
    }

    .borderless td,
    .borderless th {
        border: none;
        padding: 4px 8px;
        vertical-align: middle;
    }

    .notAllowed{
        cursor: not-allowed;
    }

    .dx-header-row {
        background-color: #eee;
        color: black;
        height: 35px;
        line-height: 35px;
        vertical-align: middle;
    }


    .title {
        font-family: 'Microsoft YaHei Bold', 'Microsoft YaHei Regular', 'Microsoft YaHei';
        font-weight: 700;
        font-style: normal;
        font-size: 14px;
        color: #80031A;
        line-height: 18px;
    }

    .first-row {
        margin-top: 0.5em;
        border-bottom: 1px solid #f2f2f2;

        .table {
            margin-bottom: 0.5px;
        }
    }


    .span-title {
        width: 10em;
        display: inline-block;
        text-align: right;
    }

    .span-width {
        display: inline-block;
        width: 20em;
    }

    .issuance-data {
        width: 15em;
        display: inline-block;
        text-align: right;
    }

    .row-block {
        margin-top: 0.5em;
    }

    .row-delete {
        margin-bottom: 0.5em;
    }

    .borderless .td-padding{
       padding: 11px 8px!important;
    }

    .table {
        margin-bottom: 0.5em;
    }

    .invoiceGdPrintGridContainer {
        margin-bottom: 0.5em;
    }

    .total-amount {
        background-color: #FBF4F5;
        padding: 4px 5em;
        border-radius: 4px;
    }

    .row-toolbar {

        margin-top: 1em;
        .right-part {
        	float: right;
            span {
                font-family: 'Microsoft YaHei';
                /*font-weight: 400;*/
                font-style: normal;
                color: #80031A;
                line-height: 14px;
                font-size:14px;
            }

            i{
                /*font-weight: 400;*/
                font-style: normal;
                color: #80031A;
                line-height: 14px;
                font-size:14px;
            }

            .enable-btn{
            	cursor: pointer;
            }

           .diable-btn{
           	cursor: not-allowed;
           }

        }
    }

    .row-comfirm{
    	text-align: right;

    	padding: 0.5em 0;
    	.btn-comfirm{
    		padding: 0.5em 2em;
            margin-right: 1em;
    	}
    }

  .vat-caculate-data-progress {
        width: 100%;
        border: 1px solid @color-light-gray;
        border-radius: 8px;
        height: 16px;
        text-align: center;
        line-height: 16px;
        font-weight: bold;
        color: #fff;
        overflow: hidden;


        .Bar {
            width: 50%;
            height: 16px;
            background: @color-red;
        }
    }
    
}