@media print {
}

@media print {
    .pagebreak {
        page-break-before: always;
    }

    a:link:after, a:visited:after {
        content: none;
    }

    a {
        color: blue !important;
    }

    .pdf-section,
    .pdf-sub-section {
        page-break-inside: avoid;
    }
}

table {
    page-break-inside: auto
}

tr {
    page-break-inside: avoid;
    page-break-after: auto
}

thead {
    display: table-header-group
}

tfoot {
    display: table-footer-group
}

thead {
    display: table-header-group;
}

tfoot {
    display: table-footer-group;
}

#pdf .pdf-noprint {
    display: none;
}

#pdf .grid-section {
    font-weight: bold;
}

#pdf .grid-sub-total {
    font-weight: bold;
}

/* Prevents page breaks inside and around the elements with the class no-breaks in the pdf document */
#pdf .no-breaks {
    break-before: avoid;
    break-inside: avoid;
    break-after: avoid;
}

#pdf .pdf-header {
    margin-bottom: 21px;
}

#pdf .pdf-header-right {
    text-align: right;
}

/* right columns of header, to facilitate align-text:right */
#pdf .pdf-header-right > div.col { 
    display:block;
}

#pdf .pdf-protectedb-title {
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
}

#pdf .pdf-logo {
}

#pdf .pdf-header .pdf-logo {
}


#pdf .pdf-tombstone {
}

#pdf .pdf-tombstone-title {
    font-family: Arial;
    font-size: 20px;
}

#pdf .pdf-tombstone-body {
    background-color: #fff;
    border: 2px solid;
    border-color: #bebebe;
    margin-bottom: 21px;
    padding: 30px;
}

#pdf .pdf-field {
    margin-bottom: 10px;
}

#pdf .row {
    margin-left: 0px;
    margin-right: 0px;
}

#pdf .pdf-field-label {
}

    #pdf .pdf-field-label > label {
        margin-bottom: -5px;
        font-weight: bold;
    }

#pdf .pdf-field-description {
}


#pdf .pdf-field-value {
}

#pdf .pdf-section {
    padding: 10px;
}

#pdf .pdf-section-header {
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

#pdf .pdf-sub-section-header {
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    margin-top:15px;
}

#pdf .pdf-person-heading {
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}


#pdf .pdf-section-details {
}

#pdf .pdf-section-details-header {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    margin-top:15px;
}

#pdf .pdf-footer {
    margin-bottom: 30px;
}

.grid-section {
    font-weight: bold;
}

.grid-sub-total {
    font-weight: bold;
}

/* Change the default font color to black*/
body#pdf {
    color: #000;
    font-size: 14px;
}

.section-hidden {
    display: none !important
}

/* 
Supporting Documents css to hide columns
    For entity form generated sub grids of supporting documents
    Hide the columns and headers.
*/
table[data-entity='rp_appcontentattachment'] [data-column='rp_annotationid'],
table[data-entity='rp_appcontentattachment'] [data-column='rp_displayorder'],
table[data-entity='rp_appcontentattachment'] [data-column='a_09fb6a3509b2e811814f480fcfeac981.rp_hyperlink_1036'],
table[data-entity='rp_appcontentattachment'] [data-column='a_09fb6a3509b2e811814f480fcfeac981.rp_hyperlink'] {
    display: none !important
}

.pdf-container {
    content: " ";
    display: table;
    clear: both
}

.col {
    display: table-cell;
    padding-right: 10px;
}

#pdf .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12 {
    padding-left: 0px;
}