
.document-view {
    max-width: 1000px;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
}

.document-view table {
    border-collapse: collapse;
    width: 90%;
    margin: 0 auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.document-view td {
    padding: 0.3rem;
    width: 40%;
    border: 1px solid;
}

.document-view td.small {
    width: 10%;
    text-align: center;
}

.document-view td.small-15 {
    width: 15%;
    text-align: center;
}

.document-view td.small-20 {
    width: 20%;
    text-align: center;
}

.document-view td:first-of-type {
    font-size: 1.1rem;
    padding-left: 1rem;
}

/*.document-view td + td {*/
/*    width: 100%;*/
/*}*/

.document-view tr.no-border td, td.no-border {
    border: 0ch;
}

.document-view tr.no-t-b-border td, td.no-t-b-border {
    border-bottom: 0ch;
    border-top: 0ch;
}

.document-view tr.no-t-border td, td.no-t-border {
    border-top: 0ch;
}

.document-view tr.no-b-border td, td.no-b-border {
    border-bottom: 0ch;
}

.document-view .info {
    height: 150px;
}

.document-view .logo {
    line-height: 35px;
    height: 35px;
}

.document-view .logo span {
    display: inline-block;
    vertical-align: middle;
}

.document-view .logo img {
    max-width: 35px;
}

.document-view .text-right {
    text-align: right;
}

.document-view .text-center {
    text-align: center;
}

.document-view td.header {
    font-weight: 500;
    font-size: 2rem;
}

.document-view td.signature {
    min-width: 200px;
}

.w-100 {
    width: 100%;
}

.w-25 {
    width: 25%;
}

.h-100 {
    height: 100%;
}

.document-view form {
    margin-bottom: 0;
}

.document-view input:not([disabled]),
.document-view textarea:not([disabled]),
.document-view select:not([disabled]) {
    background-color: rgba(28, 200, 138, 0.1);
}

.document-view input:not([disabled]) input[type="checkbox"] {
    background-color: rgba(28, 200, 138, 0.1);
}

.document-view input[type="checkbox"]:checked {
    background-color: #0d6efd;
}