/* Pay My Bill */




.body-up {
    margin-top: -45px;
}


/* printable area */

.icon-print {
    float: right;
}

.app-receipt {
    background: #424242;
    color: #fff;
    padding: 2em;
    position: relative;
}

.print-receipt {
    font-size: 1.5em;
    color: #dcdcdc;
    right: 20px;
    cursor: pointer;
}

.print-friendly {
    font-size: 1.5em;
    line-height: 1;
    position: absolute;
    top: .75em;
    right: 2.5em;
    color: #aaa;
    font-weight: bold;
    cursor: pointer;
}

    .print-friendly.relative {
        position: relative;
        top: 0;
        right: 0;
        float: right;
    }

.show-for-print {
    display: none;
}

.app-receipt h2 {
    color: #fff;
    margin-bottom: 20px;
}

.app-receipt h2, .app-complete-lang h2 {
    font-size: 2em;
}

.app-receipt h3 {
    text-align: right;
    color: #dcdcdc;
    font-size: 1.1em;
}

.app-complete-lang .row {
    margin-bottom: 1.8em;
}

.app-complete-lang .receipt-icon {
    font-size: 2.5em;
    color: #076191;
    line-height: 1.7;
}

.app-receipt-secondary-content {
    background: #076191 !important;
    margin: 2em 0 0;
    padding: 3em 0;
    color: #fff;
}

    .app-receipt-secondary-content h2 {
        color: #fff;
    }

.corp-page-hero {
    background: url( ../../../../assets/images/hero-bg.jpg) left center repeat-x;
    min-height: 100px;
    margin-bottom: 30px;
}

    .corp-page-hero h1 {
        color: #FFF;
        font-weight: 300;
        padding: 0 10px;
        margin: .4em 0;
    }

.corp-c1b-bg-container {
    margin-bottom: 10px;
}
/*
.receipt-frame div {
	background-color: #ffffff;
}
*/
.receipt-frame p {
    margin: 0px;
    padding-left: 10px;
    line-height: 2.5;
    font-size: 14px;
}
/*
.receipt-frame div:nth-child(2n+0) {
	background-color: #DAEBF5;
}
*/
.receipt-frame .column {
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

    .receipt-frame .column:nth-child(1) p {
        font-weight: 500;
    }

.receipt-header {
    position: relative;
    /*      background-color:#e8e8e8;*/
}

.receipt {
    height: 20px;
}

.receipt-columns {
    padding: 30px;
}

.receipt:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    height: 15px;
    background: linear-gradient( 45deg, transparent 33.333%, #e8e8e8 33.333%, #e8e8e8 66.667%, transparent 66.667% ), linear-gradient( -45deg, transparent 33.333%, #e8e8e8 33.333%, #e8e8e8 66.667%, transparent 66.667% );
    background-size: 20px 50px;
    background-position: 0 -35px;
}

.spacer {
    background-color: #ffffff !important;
}

.block-override {
    display: flex;
    background-color: #e8e8e8;
}

.check-mark-image {
    background-image: url( /assets/images/checkmark_green_circle.png);
    /*
		-webkit-filter: hue-rotate(85deg) saturate(75%); 
		filter: hue-rotate(85deg) saturate(75%);
*/
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 7vw;
    max-height: 80px;
    min-height: 50px;
    position: relative;
    top: 40px;
    left: 45%;
    margin-top: -50px;
}

.accent {
    font-weight: 600 !important;
}




/* end printable area */





dd.accordion-navigation.active span.title {
    background-color: #5394BE;
    color: #FFF;
    border-radius: 3px;
}

.accordion .accordion-navigation > a,
.accordion dd > a,
.accordion .accordion-navigation > span,
.accordion dd > span { /* Added span tags to the css 7/24/14 - Jeremy */
    background: #DAEBF5;
    color: #222222;
    padding: .25rem 1rem;
    display: block;
    border-radius: 3px;
    margin-bottom: 1px;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 1rem;
}

.accordion p {
    font-family: inherit;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    text-rendering: optimizeLegibility;
}

.accordion fieldset {
    border: 1px solid #bebebe;
    border-radius: 3px;
    margin: 0;
}

.accordion hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.accordion form {
    padding: 0;
    margin: 0;
}

.payment-disabled {
    background: #DAEBF5 !important;
    border: 1px solid #DAEBF5 !important;
    box-shadow: none !important;
}

.chat-scripts {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 200px;
    overflow: auto;
    margin-bottom: 15px;
}

.standard-tool-tip i.icon-help-circled.help-tip-icon.no-print {
    color: #424242;
    cursor: help;
}

.express-tool-tip i.icon-help-circled.help-tip-icon.no-print {
    color: #fff;
    cursor: help;
}

.confirmation-frame {
    padding-bottom: 15px;
}

.confirmation-header {
    padding-top: 0px !important;
}

#icon-printer {
    position: relative;
    top: 0px;
    right: 0px;
    height: 0px;
    font-size: 1.1rem;
    width: auto;
}

@media only screen and (max-width: 746px) {
    .check-mark-image {
        top: 25px;
        margin-top: -40px;
    }
}

@media only screen and (min-width: 747px) and (max-width: 1024px) {
    .standard-payment-accordion {
        padding-bottom: 20px;
    }

    .check-mark-image {
        top: 35px;
    }
}

/* End Pay My Bill */

/* begin payoff estimator */

.trans-payoff-estimator {
    border: 1px solid #BEBEBE;
    border-radius: 3px;
    padding: 25px 20px 10px 30px;
    line-height: 1.5rem;
    margin-bottom: 20px;
}

.show-for-medium-down .trans-payoff-estimator {
    border: 1px solid #BEBEBE;
    border-radius: 3px;
    padding: 10px 20px 10px 15px;
    line-height: 1.5rem;
    margin-bottom: 20px;
}

    .show-for-medium-down .trans-payoff-estimator .snapshot-div {
        padding-left: 0.3365rem;
        padding-right: 0.5rem;
    }

.trans-payoff-estimator .sidebar.snapshot-header {
    background-color: white;
    border: none;
    border-radius: 3px;
    padding: 10px 20px 0 20px;
}

    .trans-payoff-estimator .sidebar.snapshot-header h5 {
        font-size: 1.311rem;
    }

.trans-payoff-estimator .snapshot-div {
    padding-left: 0.3365rem;
    padding-right: 1.6rem;
}

    .trans-payoff-estimator .snapshot-div .snapshot-hr {
        margin: 5px;
    }

.trans-payoff-estimator .has-tip:hover {
    color:inherit;
}

.more-info-estimate {
    margin: 0 !important;
    margin-bottom: 10px !important;
}

    .more-info-estimate p {
        margin-bottom: 0;
    }

    .more-info-estimate .estim-text {
        padding-left: 10px;
        padding-top: 15px;
    }

    .more-info-estimate .fw-regular {
        font-weight: 400;
        font-size: 1.145rem;
    }


    .payoff-table-centering{
        overflow: hidden;
        width: 100%;
        height: auto;
        padding: 10px;
        margin: auto;
    }

.payoff-table, tbody tr th, tbody tr td {
    border: hidden;
    border-collapse: separate;
    text-align: center;
    width: 100%;
}

    .payoff-table .payoff-header th {
        font-weight: 400;
        font-size: 1.145rem;
        padding-bottom: 15px;
        text-align: center;
        width: 50%;
    }

    .payoff-table .payoff-row td {
        font-weight: 300;
        font-size: 17px;
        width: 50%;
    }

#more-less-payoff-estimator {
    background-color: transparent;
    color: #424242;
    text-decoration: none;
    font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 300;
    padding-bottom: 0;
    margin: 0 0 0;
    
}
#more-less-payoff-estimator:hover {
    color:#076191; 
}


.space-payoff-estimator-mobile {
    margin-bottom: 2.9565rem;
}
/* end payoff estimator */
@media only screen and (max-width: 1024px) {
    #payoffTitleContainer {
        padding: 20px 0px 0px 0px;
        background: none;
    }
}