.base-font-style() {
    font-family: "Microsoft YaHei";
    font-style: normal;
    font-size: 14px;
    color: #1E1E1E;
    line-height: 20px;
}

.invoice-manual-add-modal-wrapper {
    .modal-dialog {
        width: 700px;
        height: 500px;

        .common-font() {
            font-weight: normal;
            font-size: 13px;
            font-family: 'Microsoft YaHei';
        }


        .modal-content {


            .modal-title {
                font-family: 'Arial Bold', 'Arial';
                font-weight: 700;
                font-style: normal;
                font-size: 16px;
                color: #CC0000;
                line-height: 20px;
            }

            .modal-body {
                width: 100%;
                /*height: 590px;
                max-height: 590px;*/
                /*overflow-y: auto;*/
                .right-title {
                    /*padding-left: 5%;*/
                }

                .txt-box {
                    width:200px;
                }

                .lbl-title {
                    text-align: left;
                    .common-font();
                }


                .dx-fieldset {
                    margin: 15px;
                    padding: 0;
                }

                .label-title-style {
                    .base-font-style;
                }

                #forceTaxCheckboxCSSP {
                    width: 100px !important;
                }
            }
        }

        .modal-footer {
            text-align: left;
        }
    }
}