<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* application CSS */

.atom, .atom * {
    display: inline-block;
    padding: 0 5px 0 0;
}


.atom input[type="radio"], .atom input[type="checkbox"] {
    margin-top: auto;
}

.btn {
    /*width: 165px;*/
    min-width: 100px;
    margin: 5px;
}

.btn-success {
    width: 195px;
    margin: 7px;
}

.text-right label {
    display: inline-block;
}

.text-right {
    text-align: right;
}

.text-right h4, .text-right h5 {
    text-align: left;
}

.text-right .btn  {
    margin: 10px auto;
    text-align: center;
}

.header {
    width: 100%;
}

.text-right .atom {
    display: block;
}


/* format the calculation area a little bit differently */
.calculation {
    margin-right: 20px;
}

.calculation input {
    width: 100px;
}

.calculation .contractor-costs input {
    width: 80px;
}

.calculated .calculation h5 {
    text-align: right;
}

.calculated .calculation h4 {
    text-align: right;
    margin-right: 50px;
}

.row-fluid .span6 {
    width: 48.618%;
    float: left;
}

@media (max-width: 600px) {
    .row-fluid .span6 {
        width: 100%;
        display: block;
    }
    .row-fluid .text-right {
        max-width: 425px;
    }
}

/* manual form */
#manual_quote_form .dimension input {
    width: 100px;
}

#manual_quote_form .dimension a.remove {
    margin-top: 10px;
    float: right;
}

#manual_quote_form .dimension .dimension-label {
    font-size: 0.8em;
    font-weight: bold;
}

#manual_quote_form .row {
    margin-left: 0px;
}

/* modal dialog stuff */

.cmodal_message {
    font-size: 18px;
    margin: 10px;
}

.cmodal .button {
    margin:10px;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.cmodal_confirm_active {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   cmodal element will be visible */
body.cmodal_confirm_active .cmodal.confirm {
    display: block;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.cmodal_alert_active {
   overflow: hidden;
}

/* Anytime the body has the loading class, our
   cmodal element will be visible */
body.cmodal_alert_active .cmodal.m_alert {
    display: block;
}

.cmodal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
}

.cmodal .area {
    top: 40%;
    margin: 350px auto;
    border-radius: 5px;
    border: 2px solid #000000;
    background: #FFFFFF;
    width: 90%;
    max-width: 500px;
}

/* end cmodal dialog stuff */


/* undoing theme CSS */
.container {
    max-width: 800px;
}

h1, h2, h3, h4, h5 {
    margin: 10px 0 3px 0;
}

/* print specific things */
.print-roof-pitch-ratio, .print-input, .print-garage-more {
    display: none;
}

.quote-form .actions {
    text-align: center;
    margin-bottom: 10px;
}

@media print {
    html {
        height: 100%;
    }

    body {
        margin: 0;
        font-size: 10pt;
        height: 100%;
    }

    #wpeden-layout-type {
        height: 99.7%;
        max-width: 950px;
        margin: 0 auto;
    }

    #wpeden-layout-type .container {
        margin: 0 auto;
    }

    .text-right {
        margin-left: 15px;
    }

    .print-input {
        display: inline-block;
    }
    .quote-form input[type="number"],  .quote-form input[type="text"],   .quote-form input[type="email"] {
        display:none;
    }
    .quote-form .print-input {
        width: 175px;
    }
    .living-area-sq-ft div.print-input, .extra-sq-ft div.print-input {
        width: 120px;
    }
    .calculation .print-input {
        width: 100px;
    }
    .calculation .contractor-costs .print-input {
        width: 80px;
    }
    #topnav-area, .actions, #reveal-div, .atom.print-hide, .btn, .screen-only {
        display: none;
    }
    .quote-form input {
        background-color: transparent;
        border: 0px solid;
    }

    /* hide / show complexities for multi-widget select methods */
    .print-roof-pitch-vague, .print-garage-one-to-three {
        display: none;
    }
    .print-garage-one-to-three.garage-2, .print-garage-one-to-three.garage-3 {
        display: block;
    }
    .print-roof-pitch-vague.steep, .print-roof-pitch-vague.verys, .print-roof-pitch-vague.notst {
        display: block;
    }
    .print-roof-pitch-ratio, .print-garage-more {
        display: block;
    }
    .match-label {
        font-size: 14px;
        font-weight: normal;
        line-height: 20px;
    }
    .print-garage-more.garage-2, .print-garage-more.garage-3 {
        display: none;
    }
    .print-roof-pitch-ratio.steep, .print-roof-pitch-ratio.verys, .print-roof-pitch-ratio.notst {
        display: none;
    }

    .footer {
        -webkit-print-color-adjust: exact;
        position: absolute;
        bottom: 0px;
        width: 100%;
        margin: 0 auto;
    }

    .row-fluid .span6 {
        width: 48.618%;
        float: left;
    }
}

/* fix fonts for mobile */
@media all and (max-width: 768px) {
    .teem-quote-form input,
    .teem-quote-form select
    {
        font-size: 16px;
    }
}</pre></body></html>