﻿/* Request Quote, Thank You, Print Summary */

.quote-summary,
.sales-team-summary,
.customer-info-summary,
.financing-summary {
    border: 1px solid #d6d6d6;
    padding: 10px 20px 20px;
    margin: 10px 0;
}

    .financing-summary {
        padding-top: 23px;
    }

        .financing-summary .financing-promo {
            padding: 0;
        }

            .financing-summary .financing-promo .financing-promo-contents {
                padding: 20px;
            }

.fence-item .gate-info,
.fence-item .catalog-info,
.segment-item,
.customer-info-summary .details {
    margin-left: 34px;
    color: #848484;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.quote-summary .total-estimate {
    color: #5e0d0d;
    font-size: 18px;
    font-weight: bold;
    margin-left: 5px;
}

.quote-summary .fence-item {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transition: opacity 200ms linear;
}

    .quote-summary .fence-item .fence-length {
        font-size: large;
        font-weight: bold;
    }

    .quote-summary .fence-item .cost-estimate,
    .quote-summary .fence-item .fence-length {
        line-height: 24px;
    }

    .quote-summary .fence-item .cost-estimate {
        font-size: 14px;
        font-weight: bold;
        color: #5e0d0d;
    }

    .quote-summary .fence-item .counter {
        height: 24px;
        width: 24px;
        margin: 0 10px 0 0;
        background: #5b5b5b;
        color: #fff;
        border-radius: 50%;
        display: inline-block;
        font-size: 15px;
        line-height: 15px;
        font-weight: 700;
        padding-top: 4px;
        text-align: center;
    }

.fence-removal-section .cost-estimate {
    font-size: 14px;
    font-weight: bold;
    color: #5e0d0d;
}

.fence-removal-section {
    margin-bottom: 5px;
}

.customer-info-summary {
    padding: 10px 20px;
}

    .customer-info-summary .section {
        margin: 15px 0;
    }

        .customer-info-summary .section .header {
            font-weight: bold;
            color: #000;
            font-size: 14px;
        }

        .customer-info-summary .section .details {
            margin-left: 0;
        }

.company-contact {
    padding: 0 15px;
}

    .company-contact .info {
        margin: 5px 0px;
        font-style: italic;
        font-size: 14px;
    }

    .company-contact .details {
        font-weight: bold;
        font-size: 18px;
    }

        .company-contact .details a {
            font-size: 14px;
            display: block;
            margin: 5px 0;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }


.fence-list-heading {
    margin-bottom: 0.4em;
}