
html {
    overflow-y: scroll;
}

body#wholeDocument {
    -webkit-text-size-adjust:none; 
    font-family: Helvetica, sans-serif; 
    font-size: 12px;
color: rgb(4,16,24);
    font-family: "Courier", sans-serif; 
    font-size: 15px;
    line-height: 1.44;
    
}
/* height hack to make nested divs set to 100% height work in Chrome and Firefox */
table.whole-row, table.whole-note, table#column-header {
    height: 1px;
}
table {
    border-collapse: collapse;
}
div {
    width: 100%;
    box-sizing: border-box;
    min-height: 13px;
}
div#centered, .temp {
    display: block;
    text-align: center;
}
div#centered > table, div.temp-wrapper {
    margin: 0 auto;
    text-align: left;
}
tr.outline-row > td > div, table.note-table {
    display: inline-table;
}
tr.outline-row > td > div > div, tr.outline-row > td div.note-icon, tr.note-row > td > div, table.outline-column div, table.note-table div  {
    display: inline-table;
}
div.column, div.note-filler > div {
    display: inline-block; 
}
tr#header div {
    display: inline-block;
}
div.pdf-div {
    width: 100%;
    position: relative;
    display: block;
}
object.pdf-object {
    vertical-align: middle;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
}
iframe.pdf-iframe {
    vertical-align: middle;
    width: 100%;
    height: 100%;
    border: none;
}
td,th {
    padding: 0px;
    empty-cells: show;
}
div.force-wrap {
    table-layout: fixed;
    word-wrap: break-word;
}
tr#header {

        border-bottom: 1px solid rgba(0,0,0,0.25);
    
}
/* This is the table used for just the outline column/note column and is nested in the cell for the outline column of the row */
table.outline-column td, table.outline-column-note td {
    border-bottom: 0px;
    border-left: 0px;
}
tr.outline-row > td, tr.note-row > td  {
    height: inherit;
}
table.outline-column, tr.outline-row td, tr.note-row td, div.outline-column-div, div.note-filler, tr#header td, tr#header > td > div, div.note-outline-column-div {
    height: 100%;
}
@media all and (-ms-high-contrast:none) {
    /* Target IE */
    div#centered tr.outline-row > td, div#centered tr.note-row > td, div#centered tr#header td  {
        height: 5px;
    }
}
@supports (-ms-accelerator:true) {
    /* Target MS Edge */
    div#centered tr.outline-row > td, div#centered tr.note-row > td, div#centered tr#header td  {
        height: 5px;
    }
}
tr#header div, table.outline-column, table.note-table {
    width: 100%;
}
.handle {
    white-space: nowrap;
    text-align:right;
    vertical-align: baseline;
}
td.label {
    text-align: right;
    white-space: nowrap;
}
td.label, .column {
    vertical-align: baseline;
}
tr.note-row td.label {
    /* Same row label is put in invisibly the note to keep alignment but,
    if it's a large font size, this will cause the note to be taller
    than it should be. This works around that */
    line-height: 0;
}
div.white-space {
    white-space: pre-wrap;
}


/********* START ********
Grid lines
*************************/
tr#header td > div {

}
div.note-div, div.note-filler, div.outline-column-div, tr.outline-row > td:not(.column) > div.fill-cell, div.note-outline-column-div, tr.outline-row > td:nth-of-type(1) > div  {
    
}


table#column-header {

}
table#column-header ~ table.whole-row:first-of-type {
    border-top: none;
}
tr.outline-row > td:last-of-type:not(.column) > div.fill-cell, tr.note-row > td:last-of-type:not(.note) > div.note-filler, tr#header td:last-of-type > div {

}
/* END grid lines */

table.outline-column-note {
    width: 100%;
    height: 100%;
}
.fill-cell {
    height: 100%;
    width: 100%;
}

.summary_node {
    background: rgba(0,0,0,.12);
}
    
/* To make checkbox columns always centered */
div#centered div.checkbox {
    text-align: center;
}

table.outline-column td:not(:last-of-type) {

}

/********* START ********
Expand/collapse
*************************/
.visible {

}
.hidden {
    display: none;
}
.temp {
    min-height: 0px;
}
/* END expand/collapse */

div.note-outline-column-div table {
    vertical-align: top;
}

td.empty {
    display: none;
}


/********* START ********
Image handle styles
*************************/
td.note {
    vertical-align: baseline;
}
div.handle img {
    vertical-align: middle;
}
div.note-icon {
    text-align: center;
}
img.status {
    height: 13px;
    width: 13px;
    position: relative;
    bottom: 1px;
    top: 0px;
}
img.checkbox-column {
    height: 13px;
    width: 13px;
    vertical-align: middle;
}
img.leaf {
    height: 5px;
    width: 5px;
    position: relative;
    top: -1px;
}
img.parent {
    height: 9px;
    width: 9px;
}
img.note-icon {
    height: 13px;
    width: 13px;
    position: relative;
    vertical-align: middle;
}

/* END image handle styles */


/********* START ********
Padding values
*************************/

/* Column text */
table.outline-column td:nth-of-type(4), div.column, tr#header div > div > div  {
    padding-left: 4px;
    padding-right: 4px;
}

table.outline-column td:nth-of-type(4), div.column, div.note-icon  {
    padding-bottom: 5px;
    padding-top: 4px;
}
/* When a note is expanded, the row it belongs to doesn't have bottom row padding, that padding goes to the bottom of the note */
table.note-expanded table.outline-column td:nth-of-type(4), table.note-expanded div.column, table.note-expanded div.note-icon {
    padding-bottom: 0px;
}
/* last-child class is set by JS */
tr.last-child table.outline-column td:nth-of-type(4), tr.last-child div.column, tr.last-child div.note-icon {
    padding-bottom: 5px;
}
/* Note text */
table.note-table td:nth-of-type(4) {
    padding-left: 4px;
    padding-right: 4px;
    margin-top: 0px;
    padding-bottom: 5px;
}
table.note-table {
    margin-top: 0px;
}
/* Set above children padding */
tr[data-state="expanded"][data-has-children="1"] table.outline-column td:nth-of-type(4), tr[data-state="expanded"][data-has-children="1"] div.column {
    padding-bottom: 5px;
}
/* When there are children and note is expanded, don't set above children padding on the row, it goes to the note */
tr[data-state="expanded"][data-has-children="1"].note-expanded table.outline-column td:nth-of-type(4), tr[data-state="expanded"][data-has-children="1"].note-expanded div.column, tr[data-state="expanded"][data-has-children="1"].note-expanded div.note-icon {
    padding-bottom: 0px;
}
/* Set above children padding on the note when it is visible */
tr[data-state="expanded"][data-has-children="1"].note-expanded + tr.note-row table.note-table td:nth-of-type(4) {
    padding-bottom: 5px;
}
/* Set last child padding on the note when it is visible, last-child class is set through JS */
tr.note-row.last-child table.note-table td:nth-of-type(4) {
    padding-bottom: 5px;
}



td.label {
    padding-top: 0px;
    padding-left: 2px;
    padding-right: 3px;
}
td.label:empty {
    vertical-align: inherit;
}
img.parent {
    padding-right: 3px;
}
img.leaf {
    padding-right: 5px;
}
/* End padding values */



table.alt-row tr.outline-row > td > div.alt-row-layer, table.alt-row tr.note-row > td > div.alt-row-layer, table.alt-row.whole-note {
    background-color: rgb(219,219,219)
}

tr.note-row td.note {
    /* padding-left: 5px;
    padding-right: 3px; */ 
    border: none;
color: rgb(73,73,73);
    font-style: italic;
    font-size: 12px;
    font-style: italic;
    font-size: 12px;
    
}
tr.note-row td.note-bg {

}
table.whole-row, table.whole-note, table#column-header, div.temp-wrapper {
width: 1347px;

}
/******************
Column widths and styles, including background. Also applies to column titles. Skip tr.note-row for the outline column.
These fold in any named styles applied to columns so any manual changes to named styles will also need to be done here
*******************/
/* When notes are set to span columns, need to override column widths */
div#centered table.span-columns {
    width: 100%;
    max-width: 100%;
}
/* Column widths + backgrounds */
tr#header td:nth-of-type(1), tr.outline-row > td:nth-of-type(1), tr.note-row > td:nth-of-type(1) { 
    width: 20px; 
    max-width: 20px; 
}
table.outline-column { 
    width: 1327px; 
    max-width: 1327px; 
}
tr#header td:nth-of-type(2), tr.outline-row > td:nth-of-type(2) { 
    width: 1327px; 
    max-width: 1327px; 
    
}

/* Column styles but not background. Separate from above because this doesn't apply to column titles. Skip tr.note-row for the outline column. */
tr.outline-row > td:nth-of-type(1), tr.note-row > td:nth-of-type(1){ 
    
}
tr.outline-row > td:nth-of-type(2) { 
    
}


/* Column header style */

tr#header div > div > div {
padding-bottom: 2px;

}
tr#header > td > div > div {
    
}


/* Level Styles */
/*****************
Level# styles – Does not include background colors. Applied to both nested outline column table and divs in non-nested row cells. Applied to row label cell of note rows.
Level# background color – Applied to both div holding nested outline column table and divs in non-nested row cells
Level# gutter color – Only applied to nested table for outline column
******************/
/* Level 1 styles */
tr.outline-row.level-1 td, tr.outline-row.level-1 div > div, tr.note-row.level-1 table.note-table td:nth-of-type(3) { 
    
}
/* Level 1 background color */
tr.level-1 > td > div.alt-row-layer > div, tr.level-1.note-row > td > div { 
    
}
/* Level 1 gutter color */
tr.outline-row.level-1 table.outline-column td:not(:last-of-type) { 
    
}

/*********************************************
Named styles info:
Padding values are not included here because they are additive and can affect a different row than the one that has the attribute
*********************************************/
/* Named Styles */
div#centered tr td .ns-ntHPSapYhYR-Heading1, .ns-ntHPSapYhYR-Heading1, div#centered .ns-ntHPSapYhYR-Heading1 div { 
    font-size: 32px;
    
}
div#centered tr td .ns-ivJMUlgfwbB-Heading2, .ns-ivJMUlgfwbB-Heading2, div#centered .ns-ivJMUlgfwbB-Heading2 div { 
    font-size: 24px;
    
}
div#centered tr td .ns-bW3Cc9NcHCZ-Heading3, .ns-bW3Cc9NcHCZ-Heading3, div#centered .ns-bW3Cc9NcHCZ-Heading3 div { 
    font-size: 18px;
    
}
div#centered tr td .ns-nM0DmqKZaLo-Heading4, .ns-nM0DmqKZaLo-Heading4, div#centered .ns-nM0DmqKZaLo-Heading4 div { 
    font-size: 15px;
    
}
div#centered tr td .ns-lOOdhOqwA2--Heading5, .ns-lOOdhOqwA2--Heading5, div#centered .ns-lOOdhOqwA2--Heading5 div { 
    font-size: 13px;
    
}
div#centered tr td .ns-iBGkItC4hKj-Heading6, .ns-iBGkItC4hKj-Heading6, div#centered .ns-iBGkItC4hKj-Heading6 div { 
    font-size: 11px;
    
}
div#centered tr td .ns-fV3gQlb-8lE-Highlight1, .ns-fV3gQlb-8lE-Highlight1, div#centered .ns-fV3gQlb-8lE-Highlight1 div { 
    font-family: "Courier", sans-serif; 
    
}
div#centered tr td .ns-bfXbBkmp1U9-Highlight2, .ns-bfXbBkmp1U9-Highlight2, div#centered .ns-bfXbBkmp1U9-Highlight2 div { 
    font-family: "Courier", sans-serif; 
    
}
div#centered tr td .ns-dQHKPgddWXN-Highlight3, .ns-dQHKPgddWXN-Highlight3, div#centered .ns-dQHKPgddWXN-Highlight3 div { 
    font-family: "Courier", sans-serif; 
    
}

/* Named Styles Backgroud Colors */
div#centered tr td .ns-bg-ntHPSapYhYR-Heading1, .ns-bg-ntHPSapYhYR-Heading1 { 
    
}
div#centered tr td .ns-bg-ivJMUlgfwbB-Heading2, .ns-bg-ivJMUlgfwbB-Heading2 { 
    
}
div#centered tr td .ns-bg-bW3Cc9NcHCZ-Heading3, .ns-bg-bW3Cc9NcHCZ-Heading3 { 
    
}
div#centered tr td .ns-bg-nM0DmqKZaLo-Heading4, .ns-bg-nM0DmqKZaLo-Heading4 { 
    
}
div#centered tr td .ns-bg-lOOdhOqwA2--Heading5, .ns-bg-lOOdhOqwA2--Heading5 { 
    
}
div#centered tr td .ns-bg-iBGkItC4hKj-Heading6, .ns-bg-iBGkItC4hKj-Heading6 { 
    
}
div#centered tr td .ns-bg-fV3gQlb-8lE-Highlight1, .ns-bg-fV3gQlb-8lE-Highlight1 { 
    background-color: rgba(255,197,0,0.25);
    
}
div#centered tr td .ns-bg-bfXbBkmp1U9-Highlight2, .ns-bg-bfXbBkmp1U9-Highlight2 { 
    background-color: rgba(246,120,137,0.25);
    
}
div#centered tr td .ns-bg-dQHKPgddWXN-Highlight3, .ns-bg-dQHKPgddWXN-Highlight3 { 
    background-color: rgba(47,139,216,0.289315);
    
}

/* Named Styles Gutter Colors */
div#centered tr td .ns-gutter-ntHPSapYhYR-Heading1, .ns-gutter-ntHPSapYhYR-Heading1 { 
    
}
div#centered tr td .ns-gutter-ivJMUlgfwbB-Heading2, .ns-gutter-ivJMUlgfwbB-Heading2 { 
    
}
div#centered tr td .ns-gutter-bW3Cc9NcHCZ-Heading3, .ns-gutter-bW3Cc9NcHCZ-Heading3 { 
    
}
div#centered tr td .ns-gutter-nM0DmqKZaLo-Heading4, .ns-gutter-nM0DmqKZaLo-Heading4 { 
    
}
div#centered tr td .ns-gutter-lOOdhOqwA2--Heading5, .ns-gutter-lOOdhOqwA2--Heading5 { 
    
}
div#centered tr td .ns-gutter-iBGkItC4hKj-Heading6, .ns-gutter-iBGkItC4hKj-Heading6 { 
    
}
div#centered tr td .ns-gutter-fV3gQlb-8lE-Highlight1, .ns-gutter-fV3gQlb-8lE-Highlight1 { 
    
}
div#centered tr td .ns-gutter-bfXbBkmp1U9-Highlight2, .ns-gutter-bfXbBkmp1U9-Highlight2 { 
    
}
div#centered tr td .ns-gutter-dQHKPgddWXN-Highlight3, .ns-gutter-dQHKPgddWXN-Highlight3 { 
    
}
