/*行政执法文书模板*/
.document {
}

.document-table .table > :not(caption) > * > * {
    line-height: 2;
    min-width: 100px;
}

.document .document-table .table p {
    margin-bottom: 0;
}


.document .document-bd > :not(caption) > * > * {
    line-height: 2;
    /*    min-width:100px;*/
}

.document .document-bd .table p {
    margin-bottom: 0;
}

.document .opinion {
    min-height: 5rem;
    text-align: left;
}

.document .sign {
    text-align: right;
    padding-right: 1rem;
    display: flex;
    align-items: center;
}


    .document .sign span {
        display: inline-block;
    }

    .document .sign .sign-name {
        flex: 1;
        text-align: right;
    }


    .document .sign .sign-date {
        width: 8rem;
    }

    .document .sign .sign-name img {
        width: 8rem;
        height: 5em;
    }

/*文书模板表格输入*/
.document .document-bd .table td {
    border-color: #bbb;
    width: 50px;
}

.document .document-bd .table-form {
    width: 100%;
    padding: 0 5px;
    border-color: #80bdff;
    box-shadow: 0 0 0 1px #ddd;
    border-radius: 2px;
}

.document .document-bd .table .table-form:focus {
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 1px #ddd;
    border-radius: 2px;
}
/*文书模板纯文字输入*/
.document .document-bd .document-article {
    font-size: 18px !important;
    line-height: 3;
    letter-spacing: 1px;
}

    .document .document-bd .document-article .fill-cont {
        padding: 0 1rem;
        min-width: 8rem;
        border-bottom: 1px solid #000;
        text-align: center;
        color: #f14e4e;
    }

    .document .document-bd .document-article .article-body p {
        line-height: 2.5;
    }

        .document .document-bd .document-article .article-body p .mud-checkbox {
            width: 100%;
            font-size: 18px !important;
        }
