/* 
    Created on : 28-May-2018, 19:50:07
    Author     : brian
*/
.cf-finance-calculator-section {
    background: #0E934B;
    color: #eeeeee;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
}

.cf-finance-calculator-section>h2 {
    font-family: "HouschkaLight";
    padding-top: 20px;
}

.cf-finance-calculator-input {
    color: #000;
    padding: 10px;
    margin-bottom: 20px;
}

.cf-finance-calculator-input .panel {
    margin-bottom: 0;
}

.cf-finance-calculator-output-container {
    background: #ffffff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 15px;
}

.cf-finance-calculator-output {
    font-size: 1.3em;
    color: #444444;
    padding: 10px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .cf-finance-calculator-output {
        font-size: 1em;
    }
    
    .cf-finance-calculator-output .btn-xl {
        padding: 10px 35px;
    }
}

.cf-finance-calculator-output a {
    /*    color: #ffffff;*/
}

.cf-table {
    width: 100%;
}

.cf-table th, .cf-table td {
    padding-left: 10px;
    padding-right: 10px;
}

.cf-table .monthly th, .cf-table .monthly td {
    font-size: 1.5em;
    background: #0E934B;
    color: #ffffff;
    font-family: "HouschkaLight";
    font-weight: bold;
}

.cf-table .monthly th {
    border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
}

.cf-table .monthly td {
    border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
}

.cf-table .apply th, .cf-table .apply td,
.cf-table .contact th, .cf-table .contact td {
    padding-top: 20px;
}

.cf-table .border-bottom {
    border-bottom: 1px solid #cccccc;
}

.cf-apply-container .bootstrap-select {

}

.cf-apply-container .bootstrap-select .btn {
    font-size: 15pt;
    padding: 4px 12px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.cf-dob-inputs .bootstrap-select.form-control:not([class*="col-"]) {
    width: 30% !important;
}

.cf-representative-example, .cf-partners {
    background: #ffffff;
    padding-bottom: 25px;
}

.cf-bullets {
    background: #ffffff;
    padding-bottom: 25px;
    padding-top: 25px;
    color: #0E934B;
    font-family: "HouschkaMedium";
    font-size: 21pt;
}

@media (max-width: 767px) {
    .cf-bullets > div > div > div {
        margin: 10px 0;
        border-bottom: 1px solid #eeeeee;
        padding-bottom: 8px;
    }
    
    .cf-bullets > div > div > div:last-of-type {
        padding-bottom: 0;
        border-bottom: none;
    }
}

.cf-representative-example .title, .cf-partners .title {
    color: #0E934B;
    font-family: "HouschkaMedium";
}

.htmlbg1, .htmlbg2, .htmlbg3, .htmlbg4 {
    background: url(../../../images/other/car-finance/car-finance-bg1.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.cf-form-error {
    font-size: 12px;
    font-weight: bold;
    background: #ffeeee;
    padding: 5px 10px;
    margin-left: 5px;
    margin-right: 5px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid #CF8785;
    border-top: none;
}

#addressesContainer {
    
}

legend.addressLabel {
    margin-bottom: 5px;
    border-bottom: 0;
    font-size: 12pt;
    font-weight: 500;
}

.cf-address-container {
    width: 50%;
    display: inline-block;
}

@media (max-width: 767px) {
    .cf-address-container {
        width: 100%;
        display: block;
    }
}

.address-group {
    padding: 10px;
    background: #eeeeee;
    border-radius: 4px;
    border: 1px solid #cccccc;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .cf-address-container:nth-child(odd) .address-group {
        margin-right: 5px;
    }

    .cf-address-container:nth-child(even) .address-group {
        margin-left: 5px;
    }
}

.address-group > .form-group > input {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-bottom: 0;
}

.address-group > .form-group > input:first-of-type {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.address-group > .form-group > input:last-of-type {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: 1px solid #cccccc;
}

.address-group > .form-group:last-of-type {
    margin-bottom: 0;
}