* {
    box-sizing: border-box;
}

html {
    margin: 0 !important;
    padding: 0 !important;
    -webkit-print-color-adjust: exact;
}

body {
    margin: 0 !important;
    padding: 0 !important;
    background-color: #FAFAFA;
    font: 12pt "Tahoma";
}

.page {
    page-break-after: always;
    page-break-inside: avoid;
    width: 216mm;
    height: 277mm;
    margin: 0mm auto;
    background-color: white;
    position: relative;

}

.page-h {
    page-break-after: always;
    page-break-inside: avoid;
    width: 277mm;
    height: 216mm;
    margin: 0mm auto;
    background-color: white;
    position: relative;
}

@page {
    size: 216mm 279mm;
    margin: 0;
}

@page-h {
    size: 280mm 216mm;
    margin: 0;
}

#backgroundimage {
    position: absolute;
    width: 216mm;
    opacity: 0.25;
}

.titlepage_background {
    width: 100%;
}

.titlepage_docname {
    font-family: 'Allerta', sans-serif;
    color: #FFFFFF;
    font-size: 54px;
    font-weight: lighter;
    letter-spacing: -1.5px;
    text-shadow: 3px 3px 12px #000000;
    height: 0px;
    overflow: visible;
    text-align: right;
    position: relative;
    top: 440px;
    right: 20px;
    left: auto;
    display: block;
    z-index: 2;
}

.titlepage_infoblock {
    margin-top: 100px;
    margin-bottom: 100px;
}

.titlepage_table {
    width: 100%;
}

.titlepage_row {
    background-color: #ffffff !important;
}

.titlepage_companyinfo_block {
    padding-right: 40px;
}

.titlepage_companyname {
    font-family: 'Anaheim', sans-serif;
    color: #2B59A8;
    font-size: 34px;
    text-align: right;
    margin: -10px 0px 5px 0px;
}

.titlepage_companyinfo {
    font-family: 'Anaheim', sans-serif;
    color: #2B59A8;
    font-size: 26px;
    text-align: right;
    margin: -4px 0px -4px 0px;
}


.titlepage_companylogo_block {
    padding-left: 40px;
}

.titlepage_companylogo {
    max-height: 100px;
    max-width: 300px;
}

.titlepage-footer-image {
    height: 34px;
}

.section-titlepage_top {
    position: absolute;
    width: 100%;
}

.section-titlepage-code {
    font-family: 'Allerta', sans-serif;
    color: #2a59a8;
    font-size: 120px;
    font-weight: lighter;
    letter-spacing: -1.5px;

    position: absolute;
    top: 20px;
    left: 30px;

}

.section-titlepage_docname {
    font-family: 'Allerta', sans-serif;
    color: #FFFFFF;
    font-size: 60px;
    font-weight: lighter;
    letter-spacing: -1.5px;
    text-shadow: 3px 3px 12px #000000;

    text-align: right;
    position: relative;
    top: 240px;
    right: 50px;
    left: auto;
    display: block;
    z-index: 2;
}

.section-titlepage-background {
    top: 0px;
    width: 100%;
    clear: none;
    clear: none;
    z-index: 0;
    position: absolute;
    float: left;
}

.section-titlepage_companylogo_block {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.section-titlepage_companylogo {
    max-height: 120px;
    max-width: 300px;
}

.left-header,
.right-header {
    height: 120px;
    margin: 0;
    padding: 0;
    background-size: 100%;
}


.page:nth-child(even) .left-header,
.page:nth-child(even) .right-header {
    background-image: url(/images/header-image-left.png);
    ;
}

.page:nth-child(odd) .left-header,
.page:nth-child(odd) .right-header {
    background-image: url(/images/header-image-right.png);
}



.header-image {
    position: absolute;
    width: 216mm;
    z-index: 1;
}

.header-text {
    padding-top: 50px;
    padding-left: 35px;
    text-shadow: 3px 3px 12px #000000;
    float: left;
    z-index: 2;
}

.header_section-number {
    font-family: 'Allerta', sans-serif;
    color: #FFFFFF;
    font-size: 40px;
    float: left;
}

.header_section-name {
    font-family: 'Allerta', sans-serif;
    color: #FFFFFF;
    font-size: 40px;
    font-weight: lighter;
    letter-spacing: -1.5px;
    float: left;
    padding-left: 35px;
}

.small-header {
    width: 100%;
    background-color: #2d5aa8;
}

.page-title {
    font-family: 'Anaheim', sans-serif;
    color: #2d5aa8;
    font-size: 30px;
    padding: 10px 0px 10px 25px;
}

.subheader {
    padding-bottom: 15px;
}

.subheader-frame {
    width: 500px;
    min-height: 35px;
    padding-top: 2px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: #aad8f3;
}

.subheader-text {
    padding-top: 0px;
    padding-left: 30px;
    font-family: 'Anaheim', sans-serif;
    font-size: 24px;
    color: #FFFFFF;
}

.subheader-content {
    margin-right: 30px;
    font-family: 'Anaheim', sans-serif;
    font-size: 14px;
}

.subheader-content-paragraph {
    padding-left: 30px;
}

.subsubheader-title {
    font-family: 'Anaheim', sans-serif;
    font-size: 20px;
    color: #2d5aa8;
    padding-left: 30px;
    padding-bottom: 0px;
    position: relative;
}

.subsubheader-content-paragraph {
    padding-left: 30px;
    margin-top: 5px;
}

.table-container {
    font-family: 'Anaheim', sans-serif;
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 5px;
    padding-bottom: 15px;
}

table {
    border-collapse: collapse;
    width: 100%;
}

tr:nth-child(odd) {
    background-color: #aad8f3;
}

tr:nth-child(even) {
    background-color: #C5E4F6;
}

th {
    text-align: center;
}

th:last-child {
    border-top-right-radius: 18px;
}

th:first-child {
    border-top-left-radius: 18px;
}

th:last-child {
    border-top-right-radius: 18px;
}

.table-th {
    border: solid;
    border-color: #ffffff;
    color: #3e3e3e;
    padding-top: 5px;
    padding-bottom: 5px;
}

.table-td {
    vertical-align: text-top;
    width: 250px;
    color: #3e3e3e;
    border: solid;
    border-color: #ffffff;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 20px;
}

.table-top-left-round {
    border-top-left-radius: 18px;
}

.table-top-right-round {
    border-top-right-radius: 18px;
}

.table-bottom-left-round {
    border-bottom-left-radius: 18px;
}

.table-bottom-right-round {
    border-bottom-right-radius: 18px;
}

.tableOfContents-container {
    width: 90%;
    margin: auto;
    margin-top: 20px;
}

.tableOfContents-container table {}

.tableOfContents-container tr {
    background-color: white !important;
}

.tableOfContents-container th {
    color: #1F4493;
    font-family: 'Anaheim', sans-serif;
    font-size: 18pt;
    text-align: left;
    white-space: nowrap;
}

.tableOfContents-container td {
    color: #1F4493;
    font-family: 'Anaheim', sans-serif;
    font-size: 14pt;
    padding: 0;
}

.tableOfContents-title {
    padding-left: 30px !important;
    width: auto;
    white-space: nowrap !important;
    border-collapse: collapse;
}

.tableOfContents-filler {
    border-bottom-style: dotted;
    border-color: #C5E4F6;
    width: 100%;
}

.tableOfContents-number {}

.swp-table-entryslot {
    width: 500px;
    font-size: 12px;
    color: #ffffff;
    border: solid;
    border-color: #ffffff;
    padding-left: 5px;
    padding-bottom: 20px;
}

.safe-work-practice-subsection {
    font-family: 'Anaheim', sans-serif;
    margin-left: 30px;
    margin-right: 30px;
    padding-bottom: 10px;
    overflow: hidden;
    position: relative;
}

.swp-subsection-title {
    font-size: 22px;
    color: #2d5aa8;
    position: relative;
}

.swp-subsection-textbox {
    color: #3e3e3e;
    background-color: #aad8f3;
    border-radius: 10px;
    padding: 8px;
    margin: 0;
}

.swp-small-block-left {
    position: relative;
    width: 250px;
    padding-right: 10px;
    float: left;
}

.swp-small-block-middle {
    position: relative;
    width: 250px;
    padding-left: 10px;
    padding-right: 5px;
    float: left;
}

.swp-small-block-right {
    position: relative;
    width: 250px;
    padding-left: 10px;
    float: right;
}

.swp-subsection-blocklist {
    min-height: 145px;
    list-style: none;
    color: #3e3e3e;
    background-color: #aad8f3;
    border-radius: 10px;
    padding: 10px;
    margin: 0;
}

.swp-subsection-blocktext {
    min-height: 145px;
    list-style: none;
    color: #3e3e3e;
    background-color: #aad8f3;
    border-radius: 10px;
    padding: 10px;
    margin: 0;
}

.swp-subsection-ordered-blocklist {
    color: #3e3e3e;
    background-color: #aad8f3;
    border-radius: 10px;
    padding: 8px 10px 8px 25px;
    margin: 0;
}

.sjp-subsection-textbox {
    color: #3e3e3e;
    background-color: #aad8f3;
    border-radius: 10px;
    padding: 8px;
    margin: 0;
}

.sjp-subsection-block {
    color: #3e3e3e;
    background-color: #aad8f3;
    border-radius: 10px;
    padding: 8px 10px 8px 25px;
    margin: 0;
}

.sjp-ordered-list {
    margin-top: 5px;
}

.sjp-ordered-list-element {
    padding-bottom: 3px;
}

.sign-box-container {
    font-family: 'Allerta', sans-serif;
    font-size: 14px;
    width: 100%;
    margin: auto;
}

.sign-box {
    display: inline-block;
    width: 48%;
    padding-top: 50px;
    left: 14px;
    position: relative;
}

.sign-box-text {
    text-align: center;
    margin: 5px;
}

.inline-fillbox {
    width: 200px;
    position: relative;
    top: 15px;
}

.checklist-check-box {
    margin: 2px;
    height: 15px;
    width: 15px;
    background-color: #ffffff;
    border-style: solid;
    border-color: #2d5aa8;
    border-width: 2px;
}

.checklist-initial-box {
    height: 20px;
    background-color: #ffffff;
    border-style: solid;
    border-color: #2d5aa8;
    border-width: 1px;
}

.red-text {
    color: red;
}

.page-footer {
    width: 216mm;
    position: absolute;
    bottom: 20px;
}

.page-footer-h {
    width: 280mm;
    position: absolute;
    bottom: 20px;
}

.page:nth-child(even) > .page-footer > :nth-child(1) {
    width: 60px;
    height: 16px;
    background-color: #214194;
    border-radius: 20px;
    margin-top: 1px;
    margin-left: 32px;
    text-align: center;
    float: left;
}

.page:nth-child(even) > .page-footer > :nth-child(2) {
    float: right;
    width: 565px;
    height: 21px;
    background: url(images/right-document-footer-image.png) no-repeat;
    background-size: 565px 18px;
}

.page:nth-child(even) > .page-footer > :nth-child(2) > img {
    display: none;
}

.page:nth-child(odd) > .page-footer > :nth-child(1) {
    width: 60px;
    height: 16px;
    background-color: #214194;
    border-radius: 20px;
    margin-top: 1px;
    margin-right: 32px;
    text-align: center;
    float: right;
}

.page:nth-child(odd) > .page-footer > :nth-child(2) {
    float: left;
    width: 565px;
    height: 21px;
    background: url(images/left-document-footer-image.png) no-repeat;
    background-size: 565px 18px;
}

.page:nth-child(odd) > .page-footer > :nth-child(2) > img {
    display: none;
}

.page-number {
    font-family: 'Allerta', sans-serif;
    position: relative;
    color: #ffffff;
    font-size: 11px;
    top: 1px;
}

.document-footer-image {
    height: 18px;
}


.csa-icon {
    width: 50px;
    display: block;
    margin: auto;
}

.section4-checklist-table-td {
    width: 25px;
    color: #3e3e3e;
    border: solid;
    border-color: #ffffff;
}

.section4-checklist-table-td-name {
    font-weight: bold;
    color: #3e3e3e;
    border: solid;
    border-color: #ffffff;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.section4-checklist-table-td-subname {
    color: #3e3e3e;
    border: solid;
    border-color: #ffffff;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.section4-fallprotection-td1 {
    width: 150px;
    color: #3e3e3e;
    border: solid;
    border-color: #ffffff;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.section4-fallprotection-td2 {
    width: 300px;
    color: #3e3e3e;
    border: solid;
    border-color: #ffffff;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.section4-fallprotection-img {
    height: 100px;
    border-style: solid;
    border-color: #214194;
    display: block;
    margin: auto;
}

.section4-lockouttag-table-entryslot {
    height: 25px;
    color: #ffffff;
    padding-left: 5px;
}

.section4-slinginspection-table-th {
    padding-left: 5px;
    padding-right: 5px;
    border: solid;
    border-color: #ffffff;
}

.section4-slinginspection-table-td {
    width: 500px;
    height: 25px;
    border: solid;
    border-color: #ffffff;
}

.section6-table-container {
    margin-left: 30px;
    margin-right: 30px;
    font-family: 'Anaheim', sans-serif;
    font-size: 14px;
}

.section6-table-td-bodypart {
    width: 70px;
    border: solid;
    border-color: #ffffff;
    text-align: center;
}

.section6-table-td-typeprotection {
    width: auto;
    border: solid;
    border-color: #ffffff;
    padding-right: 15px;
}

.section6-table-td-requiredby {
    width: 250px;
    border: solid;
    border-color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
}

.section6-table-td-associatedtask {
    border: solid;
    border-color: #ffffff;
    padding-right: 6px;
}

.csa-table-td {
    height: 68px;
    font-size: 15px;
    color: #3e3e3e;
    background-color: #aad8f3;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
}

.section6-table-td-icon {
    border: solid;
    border-color: #ffffff;
    padding: 15px;
}

.section6-table-td-desc1 {
    border: solid;
    border-color: #ffffff;
    padding-left: 10px;
}

.section6-table-td-desc2 {
    width: 230px;
    border: solid;
    border-color: #ffffff;
    padding: 10px;
}

.section6-ppe-table-th {
    text-align: center;
    border: solid;
    border-color: #ffffff;
    padding-left: 5px;
    padding-right: 5px;
}

.section6-ppe-table-td-name {
    font-weight: bold;
    border: solid;
    border-color: #ffffff;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.section6-ppe-table-td {
    font-size: 14px;
    text-align: center;
    border: solid;
    border-color: #ffffff;
    padding-top: 2px;
    padding-bottom: 2px;
}

.section6-ppe-table-td2 {
    font-size: 14px;
    width: 350px;
    text-align: center;
    border: solid;
    border-color: #ffffff;
    padding-top: 2px;
    padding-bottom: 2px;
}

#section8-acknowledgement-box {
    width: 100%;
}

.section8-acknowledgement-text {
    text-align: center;
    padding-top: 5px;
}

.section8-employee-cert-box1 {
    width: 250px;
    height: 20px;
}

.section8-employee-cert-box2 {
    width: 150px;
    height: 20px;
}

.section10-table-td1 {
    vertical-align: text-top;
    width: 120px;
    color: #3e3e3e;
    border: solid;
    border-color: #ffffff;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 5px;
    padding-bottom: 20px;
}

.section10-table-td2 {
    vertical-align: text-top;
    color: #3e3e3e;
    border: solid;
    border-color: #ffffff;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 20px;
}

.section13-table-td {
    text-align: center;
    color: #3e3e3e;
    border: solid;
    border-color: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.section13-table-td1 {
    width: 120px;
    text-align: center;
    color: #3e3e3e;
    border: solid;
    border-color: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.section13-table-td2 {
    width: 60px;
    text-align: center;
    color: #3e3e3e;
    border: solid;
    border-color: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.section13-table-td-part {
    width: 200px;
    text-align: center;
    color: #3e3e3e;
    font-weight: bold;
    border: solid;
    border-color: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.section13-table-td-section {
    text-align: center;
    color: #3e3e3e;
    font-weight: bold;
    border: solid;
    border-color: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.section14-indicents-table-th1 {
    width: 400px;
    border: solid;
    border-color: #ffffff;
    color: #3e3e3e;
    padding-top: 5px;
    padding-bottom: 5px;
}

.section14-indicents-table-th2 {
    border: solid;
    border-color: #ffffff;
    color: #3e3e3e;
    padding-top: 5px;
    padding-bottom: 5px;
}

.section14-indicents-table-td-head {
    color: #3e3e3e;
    border: solid;
    border-color: #ffffff;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.section14-indicents-table-td {
    height: 80px;
    vertical-align: text-top;
    color: #3e3e3e;
    border: solid;
    border-color: #ffffff;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 20px;
}

.section14-indicents-table-p {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 15px;
}

.section14-indicents-table-p-div {
    width: 360px;
    height: 50px;
    background-color: white;
    border-radius: 10px;
    margin: 0px 10px 10px 10px;
}

.section14-checklist-table-th {
    border: solid;
    border-color: #ffffff;
    color: #3e3e3e;
}

.section14-checklist-table-td {
    width: 85px;
    color: #3e3e3e;
    border: solid;
    border-color: #ffffff;
}

.section14-checklist-table-td-name {
    font-weight: bold;
    color: #3e3e3e;
    border: solid;
    border-color: #ffffff;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.section14-checklist-table-td-subname {
    color: #3e3e3e;
    border: solid;
    border-color: #ffffff;
    padding-left: 40px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.section14-checklist-table-td-subsubname {
    color: #3e3e3e;
    border: solid;
    border-color: #ffffff;
    padding-left: 80px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.section14-checklist-describebox {
    width: 650px;
    height: 60px;
    background-color: white;
    border-radius: 10px;
    margin: 10px 10px 10px 10px;
}

.section14-checklist-table-freq {
    width: 200px;
    height: 65px;
    color: #3e3e3e;
    border: solid;
    border-color: #ffffff;
}

.section14-checklist-table-training {
    width: 85px;
    height: 50px;
    color: #3e3e3e;
    border: solid;
    border-color: #ffffff;
}

.section14-definitions-table-td {
    color: #3e3e3e;
    border: solid;
    border-color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.whmis-icon {
    width: 82px;
    margin-top: 2px;
}

.section14-whmis-table-td {
    text-align: center;
    color: #3e3e3e;
    border: solid;
    border-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.ghs-icon {
    width: 120px;
    display: block;
    margin: auto;
}

.section4-jha-table-td {
    font-size: 14px;
    text-align: center;
    vertical-align: top;
    border: solid;
    border-color: #ffffff;
    padding: 10px 5px;
    width: 33%;
}

.whmis-table-td {
    vertical-align: middle;
    text-align: center;
    width: 250px;
    color: #3e3e3e;
    border: solid;
    border-color: #ffffff;
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 20px;
}

/*@media print {
    .page {
        margin: 0;
        border: none;
        border-radius: none;
        width: 216mm;
        min-height: 280mm;
        background: #ffffff;
        page-break-after: always;
    }
    .page-h {
        margin-left: -120px;
        margin-top: 120px;
        border: none;
        border-radius: none;
        width: 280mm;
        min-height: 216mm;
        background: #ffffff;
        page-break-after: always;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    }
}*/
