﻿@media print {
    .page-break {        
        padding-top: 80px;
        -moz-page-break-before: always;
        page-break-before: always;
    }
}

body {
    color: #000000;
    background: #ffffff;
}

#SizingInputs * {
    font-size: 1em !important;
}
#ResultsContainer *, #OutputsContainer * {
    font-size: 0.95em !important;
}

a {
    text-decoration: underline;
    color: #0000ff;
}

h3 {
    color: black;
    margin: 10px !important;
}

h4 {
    color: black;
    margin: 10px !important;
}

#bodyContainer {
    border: none !important;
}

#contentArea {
    margin-left: 0px !important;
    position: absolute !important;
    top: 0px !important;
    left: 0px !important;
}

.SizingSection {
    border: none 0px white;
}

.separator {
    border-top: none 0px white;
    margin-top: 10px;
}

#SizingApplicationName {
    margin-left: 0px;
    margin: 2px !important
}

.ProductImage {
    height: 0px;
    padding-left: 0px;
    width: 0px;
}

    .ProductImage * {
        display: none;
    }

#sideBarContainer, .footerContainer, .button, .fieldLinkSmall, .SizingInstructions {
    border: none 0px white;
    width: 0px;
    height: 0px;
    display: none !important;
}

button, input[type=button], input[type=submit] {
    display: none;
}

#ctl00_ThrowTest {
    display: none;
}

footer {
    display: none !important;
}

br {
    display: none;
}

input {
    border: none !important;
}

    input[type=text] {
        width: 85px !important;
    }

    input[type="number"], input[type=decimal] {
        width: 50px !important;
        text-align: right !important;
    }

select {
    border: 1px inherit #ffffff
}

input[type=text], input[type=number], input[type=decimal], select, textarea {
    padding: 0 !important;
    height: 20px !important;
}

.fieldValue.include-units + .fieldUnit {
    border: none !important;
    background-color: transparent !important;
    padding: 0 !important;
    line-height: 20px !important;
}

.fieldLineItem {
    margin: 2px !important;
    flex-direction: row !important;
    display: block;
    height: 20px !important;
}

    .fieldLineItem * {
        width: unset;
        margin: 0 2px 0 2px !important;
    }

    .fieldLineItem span:has(>.fieldValue) {
        align-items: unset !important;
    }

.disclaimerTitle {
    margin-top: 10rem;
    margin-bottom: 1rem;
}

/*#WaterHeaterSavingsTable {
    font-size: 0.9em !important;
}

#ComparisonDetailsTableMobile {
    font-size: 0.9em !important;
}

#outputsContainer {
    font-size: 0.9em !important;
}*/

.fieldValue.currency {
    position: relative;
}

    .fieldValue.currency input {
        padding-left: 20px !important;
    }

    .fieldValue.currency::after {
        content: "$";
        position: absolute;
        left: 8px;
        top: 5%;
        transform: unset;
        color: #000;
    }

.gapRow {
    display: none;
}

.fieldName {
    width: 135px;
}