/* Id: 7.856521.1661793121
 * Generated: Mar 13, 2023 9:14:24 PM
 */
    .basic div#left,
.basic.inPage #left,
.basic.pdfViewer.pdf #left {
    display: none;
}

@media print {
    #pdf-viewer {
		display: none!important;
  	}
    .basic #not-sidebar>div {
        display: none;
    }

    /*.basic div#not-sidebar:before {content: "Printing not allowed on Basic Edition. Available only on Premium Editions.";display: block;font-size: 20px;}*/
    .basic.inPage #left,
    .basic.pdfViewer.pdf #left {
        display: block !important;
        width: 100%;
    }

    .basic.inPage #left .basic-printonly,
    .basic.pdfViewer.pdf #left .basic-printonly {
        max-width: 500px;
        margin: 0 auto;
        border: 1px solid #333;
        padding: 15px;
        border-radius: 4px;
        background-color: #eee !important;
        font-size: 16px;
    }

    .printOnly img {
        width: 500px;
        height: auto;
    }

    div.breadcrumb {
        margin-bottom: 0;
        text-align: center;
    }

    .basic-group {
        display: none;
    }

    div#main {
        max-height: calc(100vh - 3cm);
    }

    #not-sidebar .addToToolbox {
        display: none;
    }

    .elementgroup.row.basic-group {
        display: none;
    }

    .subsubsection.content,
    .subsection.content,
    .paragraph.content {
        padding: 0;
    }

    #not-sidebar>.publication,
    .subsubsection.content,
    .subsection.content,
    .paragraph.content {
        flex: 4 1 100%;
        max-width: 100%;
    }

    .utility,
    .topNav,
    nav.pubTopNav,
    #right,
    div.pubNav-Parent,
    div#sidebar,
    div#toTop {
        display: none;
    }

    .printOnly {
        position: fixed;
        top: 0;
        left: -5%;
        bottom: 0;
        right: 0;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        opacity: .15;
        transform: rotate(-45deg);
    }

    .printOnly * {
        text-align: center;
        line-height: 1.1;
    }

    div#footer {
      display: none;
    }

    .printCopyright {
      display: block;
      position: fixed;
      line-height: 12px;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      font-size: 15px;
    }

    #footer .twoColumnsRightHeavy {
        text-align: center;
    }

    #footer .twoColumnsRightHeavy p {
        margin: 0;
        font-size: 12px;
    }

    .content.content~div#right,
    div.pubNav-Parent {
        width: 100%;
        flex: 0 0 100%;
        font-size: 100%;
    }

    .nacha-logo a[href]:after,
    ul.navpath a[href]:after,
    span.jqtree-title a[href]:after {
        content: normal;
    }

    #main .content h1 {}

    #main .content h2 {}

    #main .content h3 {}

    #main .content p {}

    table.zoomable, table {
        page-break-inside: avoid;
        overflow: visible
    }

	tbody {
	    page-break-inside: auto;
        page-break-after: auto	
	}

    tr {
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group
    }

    tfoot {
        display: table-footer-group
    }

    @page {
        size: 8.5in 11in;
        margin: 5in;

        @bottom-left {
            content: "NACHA";
        }
  
		@bottom-right {
            content: "Page "counter(page);
        }
    }
}

      