﻿/*主按钮栏目*/
.main-button-bar {
    padding: 3px 5px;
    border-bottom: 1px solid #e4e4e4;
}

    .main-button-bar .right {
        text-align: right;
    }

        .main-button-bar .right > button .iconfont {
            color: #3c49e0;
        }

/*主按钮栏目 End*/

/*  页面右侧关联单据信息 begin */
.right-side-part {
    background-color: #F5F7F8;
    padding: 10px 0;
    height: calc(100% - 5px);
    border: 1px solid #e4e4e4;
    overflow: auto;
    scroll-behavior: smooth;
}

    .right-side-part > .rz-card {
        margin-bottom: 3px;
    }
/*  页面右侧关联单据信息 end  */







/* 弹出对话框 begin */
.dlg {
}

    .dlg .tbl0 {
        width: 100%;
        border-spacing: 0;
        border: 0;
        border-collapse: collapse;
        font-size: 12px;
        position: relative;
        table-layout: fixed;
        background-color: #fff;
    }

        .dlg .tbl0 tbody tr:nth-child(1) {
            border-top: 1px solid #cfdadd;
        }

        .dlg .tbl0 tbody tr td:nth-child(1) {
            border-left: 1px solid #cfdadd;
        }

        .dlg .tbl0 tbody tr {
            border-bottom: 1px solid #cfdadd;
        }

            .dlg .tbl0 tbody tr td {
                border-right: 1px solid #cfdadd;
                /*border-bottom: 1px solid #cfdadd;*/
                min-width: 120px;
            }

        .dlg .tbl0 tbody td {
            height: 24px;
            word-break: break-all;
            min-height: var(--form-height) !important;
        }

        .dlg .tbl0 thead tr th:nth-child(1) {
            border-left: 1px solid #cfdadd;
        }

        .dlg .tbl0 thead tr th {
            border-right: 1px solid #cfdadd;
            /*border-bottom: 1px solid #cfdadd;*/
            min-width: 120px;
        }

        .dlg .tbl0 thead th {
            height: 24px;
            word-break: break-all;
            min-height: var(--form-height) !important;
        }

        .dlg .tbl0 td.title {
            text-align: right;
            padding: 0 5px;
        }

        .dlg .tbl0 td.content {
            text-align: right;
        }

            .dlg .tbl0 td.content span{
                border:0;
            }

            .dlg .tbl0 td.content span button :hover :focus{
                outline:none !important;
                background:red;
            }

            .dlg input{
                padding:0 3px;
            }


/* 弹出对话框 end */



