﻿/* Buttons */
#mlo-widget .btn-primary {
    color: #fff;
    background-color: #F60;
    border-color: transparent;
    font-family: franklin-gothic-atf, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
    padding: 15px 10px;
}
#mlo-widget .btn-primary-dark {
    color: #fff;
    background-color: black;
    border-color: transparent;
    font-family: franklin-gothic-atf, sans-serif;
    font-weight: 600;
    font-style: normal;
	text-transform: uppercase;
    border-radius: 0;
    padding: 15px 10px;
}
#mlo-widget .btn-primary:hover {
    background-color: #1a1a1a;
    border-color: #1a1a1a;
    color: #FFF !important;
}
#mlo-widget .btn-primary-dark:hover {
    background: #b5b5b9;
    border-color: #b5b5b9;
    color: #000;
}
#mlo-widget a.btn-primary:not([href]):not([tabindex]) {
    color: white;
}


/* Quote Container Header */
#mlo-widget .quote_container_header {
    text-align: left;
}
#mlo-widget .quote_container_header img {
    margin-bottom: 10px;
}#mlo-widget p.provided-by {
    font-size: 0.85rem;
}


/* Match Table Heights */
.hp-table-container .hp-table, .pcp-table-container .pcp-table {
    min-height: 565px;
}
     @media only screen and (max-width: 40em) {
         .hp-table-container .hp-table, .pcp-table-container .pcp-table {
                min-height: auto;
            }
     }

/* Table COntainers */
#mlo-widget h3, #mlo-widget .h3 {
    font-size: 1.2rem;
    font-style: italic;
}
#mlo-widget h3 i, #mlo-widget .h3 i {
    font-size: 0.6rem;
    position: relative;
    top: -11px;
	color: #808080;

}
#mlo-widget h3 .has-tip, #mlo-widget .h3 .has-tip{
    border-bottom: none;
}
#mlo-widget p.small, #mlo-widget p.small{
    font-size: 0.65rem;
    margin: 0;
    min-height: 67px;
}
.quote_container {
    text-align: left;
}

/* Slideers */
#mlo-widget .noUi-connect {
    background: #F60 !important;
}

#mlo-widget .reduce-emphasis {
    font-size: 0.8rem !important;
}

#mlo-widget ul.quote_table li span.quote-table-value {
    font-size: 0.9rem;
    font-weight: bold;
    color: #F60;
    text-align: right;
    float: right;
    padding-right: 0.7rem;
}

#mlo-widget span.highlighted {
    font-size: 0.9rem;
    color: #F47E11;
    font-weight: bold;
}

#mlo-widget p.notify {
    text-align: center;
    color: #F47E11;
}

#mlo-widget p.largest {
    font-size: 1.2rem;
}

#mlo-widget p.large {
    font-size: 1.1rem;
}
#mlo-widget #cpoCalculate.disabled {
    cursor: not-allowed;
    background-color: #F60;
    border-color: #F60;
    opacity: 0.3;
}

#mlo-widget .outer_quote_container {
    border: none;
}

/* Warranty Selector */
    .filter-warranty-container label {
        margin: 15px 0 0 0;
    }
    .filter-warranty-container i.WarrantyState {
        font-size: 1.2rem;
        position: relative;
        margin-right: 3px;
        color: #bababa;
    }
    .filter-warranty-container i.WarrantyState.fa-check-square {
        color: #88c850;
    }

/* Loader */
#mlo-widget .finance-loader img {
    margin-left: 0px;

}

/* Modals */
.modal {
    max-width: 1100px !important;
}
.modal.video-wrapper {position: relative;
    padding-bottom: 40.25%;
    padding-top: 25px;
}
.modal.video-wrapper iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

#mlo-widget .finance-type {
    font-style: normal !important;
}

.alert-box.warning {
    background-color: #F60;
    border-color: #F60;
    color: #fff;
}

.alert-box {
    border-style: solid;
    border-width: 1px;
    display: block;
    font-weight: normal;
    margin-bottom: 1.25rem;
    position: relative;
    padding: 0.875rem 1.5rem 0.875rem 0.875rem;
    font-size: 0.8125rem;
    transition: opacity 300ms ease-out;
    background-color: #008cba;
    border-color: #0078a0;
    color: #fff;
}