/* https://learnui.design/tools/data-color-picker.html#single */

@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400);

html,

html {
    scroll-behavior: smooth;
}

body {
    background-color: white;
    width: 100%;
    height: 100%;
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 0.9em;
    color: #001A33;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    line-height: 1.8em;
}

.bold {
    font-weight: 700;
}

sup {
    vertical-align: super;
    font-size: 50%;
}

.navHead_inactive,
.navHead_active {
    margin-top: 30px;
    color: #626a73;
    font-weight: 700;
    font-size: 1em;
    text-decoration: none;
    border-bottom: 1px #001A33 dotted;
}


.navBookmark_inactive,
.navBookmark_active {
    color: #626a73;
    font-weight: 400;
    font-size: 0.7em;
    text-decoration: none;
    margin-block-start: 0.4em;
    margin-block-end: 0.4em;
    text-align: left;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    line-height: 2.5em;
}

.navBookmark_active {
    color: #c9008c;
    /* color: #001A33; */
    font-weight: 500;
}

.navHead_active {
    /* color: #001A33 */
    color: #c9008c;
}

.recommendations {
    font-size: 1.2em;
    line-height: 1.9em;
}

a:link {
    color: #001A33;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px #001A33 dotted;
}

a:visited {
    font-style: italic;
    color: rgb(75, 82, 89);
}

.page_footer {
    background-color: #EFECEA;
}

img {
    width: 85%;
    max-height: 1000px;
    object-fit: contain;
    display: block;
}

h1 {
    font-weight: 700;
    font-size: 2.2em;
    text-decoration: none;
}

h2 {
    font-weight: 700;
    font-size: 1.2em;
    line-height: 1.5em;
    letter-spacing: .06em;
    margin-block-start: 0.83em;
    margin-block-end: 0.0em;
}

h3 {
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-size: 1.5em;
    color: rgb(201, 0, 140);
    margin-bottom: 35px;
}

h4 {
    font-weight: 400;
    font-size: 14px;
    color: #999;
    border-bottom: 1px solid #111;
    border-color: rgba(17, 17, 17, .2);
}

h5 {
    font-weight: 700;
}

h6 {
    font-weight: 700;
    letter-spacing: .06em;
    font-style: normal;
    text-align: left;
    font-size: 1.2em;
    color: rgb(201, 0, 140);
    margin-block-start: 0.83em;
    margin-block-end: 0.0em;
}

h7 {
    font-size: 0.9em;
    font-weight: 500;
    font-style: italic;
    color: rgb(201, 0, 140);
    line-height: 1.4em;
    text-align: right;
}

/* Notes */

hr.mid {
    width: 90%;
    height: 0;
    /* border-top: 1px dashed rgba(0,26,51, 0.6); */
    margin-bottom: 10px;
    margin-top: 10px;

}

p.footnote {
    font-size: .9em;
    line-height: 1.25em;
    font-style: italic;
}

ol.img_markup {
    color: rgb(201, 0, 140);
    font-weight: 400;
}

.img_marker {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 1.5em;
    font-weight: 700;
    color: #fff;
    line-height: 40px;
    text-align: center;
    background: rgb(201, 0, 140);
    position: absolute;
}

.rad_img_callout {
    border-radius: 50%;
    border-color: rgba(201, 0, 141, 0.9);
    border-style: dashed;
    border-width: 2px;
}


/* -----Tables------ */
table {
    /* border-collapse: collapse; */
    padding: 5px;
    border-spacing: 0px;
}

thead {
    border-bottom: 1px solid #111;
}

th {
    font-weight: 700;
    border-bottom: 1px solid #111;
    background-color: rgb(255, 255, 255);
    padding: 7px;
}

th.recommended_variant {
    font-weight: 700;
    border-bottom: 1px solid #111;
    background-color: rgb(255, 255, 255);
    color: #c9008c;
    padding: 7px;
}

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

tr:hover {
    background-color: rgba(201, 0, 141, 0.247);
}

td {
    padding-left: 10px;
    padding-right: 10px;
    justify-self: center;
    text-align: center;
}

tr td.recommended_variant {
    padding-left: 10px;
    padding-right: 10px;
    justify-self: center;
    text-align: center;
    color: #c9008c;
}

#Phius_CORE_cert_table_drawings td {
    text-align: left;
}

#Phius_CORE_cert_table_specs td {
    text-align: left;
}

td:nth-child(1) {
    text-align: left;
    font-weight: 500;
    font-size: 13px;
}

#tbl_vertBarLeft {
    border-left: 0.5px solid rgba(0, 26, 51, 0.3);
}



/* ----Charts----- */
.chart_head {
    background-color: #FFF;
    font-size: 1.2em;
    font-weight: 700;
    padding-left: 22px;
    padding-top: 22px;
    padding-bottom: 10px;
    margin-top: 35px;
    border-bottom: 1px solid #001A33;
}

.chart_body {
    border-bottom: 1px solid #001A33;
    width: 900px;
    object-fit: contain;
    margin-bottom: 35px;
}

.chart_body_side_by_side {
    border-bottom: 1px solid #001A33;
    width: 450px;
    object-fit: contain;
    margin-bottom: 35px;
}

svg .legend {
    fill: #FFF;
}

svg .legend_line {
    stroke: #001A33;
    stroke-width: 0.5px;
    stroke-dasharray: 2 2;
}

svg text.legend_txt {
    fill: #111;
    font-size: 13px;
    text-anchor: start;
}

svg text.axis_label {
    font-weight: 500;
    font-size: 1.2em;
    text-anchor: middle;
}

svg text.chart_notes {
    font-style: italic;
    font-weight: 500;
    fill: rgb(201, 0, 140);
    font-size: 0.8em;
}

svg .axis_line {
    /* stroke:#8E8883; */
    stroke: #001A33;
    stroke-width: 1.5px;
}

svg .tick line {
    /* Gridlines */
    stroke: rgb(181, 181, 181);
    stroke-width: 0.5px;
}

svg .tick text {
    font-size: 1em;
}

path.plot_line {
    fill: none;
    stroke-width: 3px;
}

path.plot_line_rValue {
    fill: none;
    stroke-width: 1px;
    stroke: rgba(0, 26, 51, 0.7);
    stroke-dasharray: 5, 3;
}

svg .leader_line {
    fill: none;
    stroke-width: 0.05em;
    stroke: rgb(201, 0, 140);
}



/*------- Envelope Charts-------- */
svg .ph_ach_target {
    stroke: rgba(201, 0, 140, 0.6);
    stroke-width: 0.1em;
    stroke-dasharray: 10, 5;
}

svg .arrow_HL {
    fill: rgb(201, 0, 140);
}

svg .irc_ach_target {
    stroke: rgba(0, 26, 51, 0.6);
    stroke-width: 0.1em;
    stroke-dasharray: 10, 5;
}

svg .typ_ach {
    stroke: #001A33;
    stroke-width: 0.15em;
}

svg .arrow_typ_ach {
    fill: #001A33;
}

/* #chart_svg_airtightness > g > g.ach_hl_makers > g.hl_marker_3 > text */
svg .ach_hl_makers {
    font-style: italic;
    font-weight: 500;
    fill: rgb(201, 0, 140);
    font-size: 0.8em;
}

svg .rVal_marker_1 {
    fill: white;
    stroke: #001A33;
    stroke-width: 0.2em;
}

svg .rVal_marker_2 {
    fill: #fac679;
}

svg .rVal_marker_3 {
    fill: #b4d895;
}

svg .rVal_marker_4 {
    fill: #6ab07d;
}

svg .rVal_marker_5 {
    fill: #ffa600;
}

svg .rVal_marker_6 {
    fill: #de425b;
}



/* ----PER Chart---- */
svg rect.Heating {
    /* fill:#684664; */
    fill: #6ab07d;
    /* fill: #4282BB; */
    stroke-width: 1px;
    stroke: white;
}

svg rect.Cooling {
    fill: #a3c087;
    /* fill: #8E6C8A; */
    /* fill: #81B2DB; */
    stroke-width: 1px;
    stroke: white;
}

svg rect.DHW {
    fill: #d3d19d;
    /* fill: #B396AD; */
    /* fill: #9EC4E2; */
    stroke-width: 1px;
    stroke: white;
}

svg rect.Elec_Lights {
    fill: #f1b487;
    /* fill: rgb(214, 172, 206); */
    /* fill: #CEDEEE; */
    stroke-width: 1px;
    stroke: white;
}

svg rect.Elec_Equip {
    fill: #ea8165;
    /* fill: rgb(214, 172, 206); */
    /* fill: #CEDEEE; */
    stroke-width: 1px;
    stroke: white;
}

svg rect.Misc_Pumps__Fans {
    fill: #de425b;
    /* fill: rgb(214, 172, 206); */
    /* fill: #CEDEEE; */
    stroke-width: 1px;
    stroke: white;
}

svg text.chart_data_label {
    font-size: 0.9em;
    font-weight: 500;
    fill: white;
}

svg text.chart_col_label {
    font-size: 0.9em;
    font-weight: 500;
}

svg text.chart_col_label_small {
    font-size: 0.7em;
    font-weight: 500;
}


/* ----Heating + Cooling Demand Chart---- */
svg rect.Heat_Demand,
svg rect.Peak_Heat_Load {
    fill: #CB6D69;
    pip stroke-width: 2px;
    stroke: white;
}

svg rect.Total_Cooling_Demand,
svg rect.Peak_Cooling_Load,
svg rect.Peak_Sensible_Cooling_Load {
    fill: #82B2D9;
    stroke-width: 2px;
    stroke: white;
}

svg line.limit_line {
    stroke: rgba(201, 0, 141, 0.9);
    stroke-width: 2px;
    stroke-dasharray: 10, 2;
}

/* -----Seasonal Demand ----- */
#Losses>rect,
#Gains>rect {
    stroke-width: 2px;
    stroke: white;
}

#Losses>rect.Walls_\(AG\),
#Losses>rect.Walls_\(BG\) {
    /* fill: #4583B8; */
    fill: #1a80c4;
}

#Losses>rect.Roofs,
#Losses>rect.Floor_Slabs,
#Losses>rect.Suspended_Floor {
    fill: #5491cb;
    /* fill: #83B3D9;     */
}

#Losses>rect.Windows {
    fill: #78a3d2;
    /* fill: #9FC3E0;     */
}

#Losses>rect.Thermal_Bridges,
#Losses>rect.TB_\(Perimeter\),
#Losses>rect.TB_\(BG\) {
    /* fill: #CEDEEE;    */
    fill: #98b5d9;
}

#Losses>rect.Ventilation,
#Losses>rect.Ventilation_\(Basic\),
#Losses>rect.Ventilation_\(Addn\'l\) {
    /* fill: #E2EAF4;    */
    fill: #b5c8e0;
}

#Gains>rect.Heating_Demand,
#Losses>rect.Cooling_Demand,
rect.Heating_Demand,
rect.Cooling_Demand {
    fill: rgba(201, 0, 141, 0.5);
    stroke: rgb(201, 0, 141);
    stroke-width: 3px;
}

#Gains>rect.North,
#Gains>rect.East,
#Gains>rect.South,
#Gains>rect.West,
#Gains>rect.Horizontal,
#Gains>rect.Sum_opaque_areas {
    fill: #E1ABA9;
}

#Gains>rect.Internal_Gains {
    fill: #CA6D6A;
}