﻿/*===================================================================================*/
/*	LV SPECIFIC ADDS
/*===================================================================================*/

.tman-profile .certificates > div.disabled.card-payments {
    filter: none;
}
.tman-profile .certificates > div.disabled.card-payments i {
    filter: none;
    filter: grayscale(100%);
}

/* ---- InBank ---- */
.inbank-calc {
    position: relative;
    background-color: white;
    padding: 25px 70px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
}
.inbank-calc .btn-get-offer {
    margin-top: 0px;
}
@media(max-width: 991px){
    .inbank-calc {
        padding: 25px 30px;
    }
    .inbank-calc .form-field {
        margin-bottom: 20px;
    }
    .inbank-calc .calculated-payment {
        margin-top: 30px;
        margin-bottom: 20px;
    }
}
.form-field .input-label {
    display: flex;
    align-items: end;
    margin-right: -10px;
}
@media (max-width:579px),only screen and (min-width:799px){
    .button{
        border-radius:46px;
        font-size:21px;
        height:46px;
        letter-spacing:.5px;
        line-height:46px;
        padding-left:27px;
        padding-right:20px;
        padding-top:2px
    }
    .button .icon{
        margin-left:7px;
        top:0
    }
    .button svg{
        height:18px;
        width:16px
    }
}
input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{
    -webkit-appearance:none;
    margin:0
}
input[type=number]{
    -moz-appearance:textfield
}
.form-field{
    position:relative
}
.form-field .input-label{
    font-size:8.5px;
    letter-spacing:-.35px;
    margin-bottom:8px;
    font-weight: 400;
}
.form-field .input-label.one-liner {
    padding-top: 15px;
}
.form-field .form-control{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background-color:#fff;
    border:none;
    border-radius:0;
    display:block;
    font-size:13px;
    height:30px;
    line-height:24px;
    padding-bottom:4px;
    padding-left:10px;
    padding-top:1px;
    width:100%
}
.form-field .form-control:focus{
    outline:0
}
.form-field .input-container{
    position:relative
}
.form-field .input-container:after{
    background-color:#d1d1d1;
    bottom:0;
    content:"";
    height:4px;
    left:0;
    position:absolute;
    right:0;
    z-index:0
}
.form-field.with-range-slider .input-container:after{
    display:none
}
.form-field .value-label{
    bottom:0;
    display:block;
    font-size:13px;
    height:30px;
    line-height:24px;
    line-height:28px;
    margin:auto;
    padding-bottom:4px;
    pointer-events:none;
    position:absolute;
    right:8px;
    top:0
}
.form-field .range-slider{
    bottom:-13px;
    left:0;
    position:absolute;
    right:0;
    z-index:1
}
@media (max-width:579px),only screen and (min-width:799px){
    .form-field .input-label{
        font-size:15px;
        line-height:15px;
        margin-bottom:15px;
        height: 30px;
    }
    .form-field .input-container:after{
        height:6px
    }
    .form-field .form-control{
        padding-left:14px;
        padding-top:3px
    }
    .form-field .form-control,.form-field .value-label{
        font-size:17px;
        height:40px;
        line-height:36px;
        padding-bottom:6px
    }
    .form-field .value-label{
        padding-top:1px;
        right:12px
    }
    .form-field .range-slider{
        bottom:-15.5px
    }
}


@media only screen and (max-width:579px){
    .form-field .input-label{
        margin-bottom:8px
    }
    .form-field .value-label{
        padding-top:2px
    }
}
input[type=range]{
    width:100%
}
input[type=range].styled-slider{
    -webkit-appearance:none;
    background-color:transparent;
    height:21px
}
input[type=range].styled-slider.slider-progress{
    --range:calc(var(--max) - var(--min));
    --ratio:calc((var(--value) - var(--min))/var(--range));
    --sx:calc(10.5px + var(--ratio)*(100% - 21px))
}
input[type=range].styled-slider:focus{
    outline:none
}
input[type=range].styled-slider::-webkit-slider-thumb{
    -webkit-appearance:none;
    background:#F27A24 url(../Content/images/icons/slider-thumb.svg) no-repeat 50% scroll;
    background-size:15px 8px;
    border:none;
    border-radius:16px;
    box-shadow:none;
    height:15px;
    margin-top:-5.5px;
    width:21px
}
input[type=range].styled-slider::-webkit-slider-runnable-track{
    background:transparent;
    border:none;
    border-radius:0;
    box-shadow:none;
    height:4px
}
input[type=range].styled-slider.slider-progress::-webkit-slider-runnable-track{
    background:linear-gradient(#F27A24,#F27A24) 0/var(--sx) 100% no-repeat,transparent
}
input[type=range].styled-slider::-moz-range-thumb{
    background:#F27A24 url(../Content/images/icons/slider-thumb.svg) no-repeat 50% scroll;
    background-size:15px 8px;
    border:none;
    border-radius:16px;
    box-shadow:none;
    height:15px;
    width:21px
}
input[type=range].styled-slider::-moz-range-track{
    background:transparent;
    border:none;
    border-radius:0;
    box-shadow:none;
    height:4px
}
input[type=range].styled-slider.slider-progress::-moz-range-track{
    background:linear-gradient(#F27A24,#F27A24) 0/var(--sx) 100% no-repeat,transparent
}
input[type=range].styled-slider::-ms-fill-lower,input[type=range].styled-slider::-ms-fill-upper{
    background:transparent;
    border-color:transparent
}
input[type=range].styled-slider::-ms-thumb{
    background:#F27A24 url(../Content/images/icons/slider-thumb.svg) no-repeat 50% scroll;
    background-size:15px 8px;
    border:none;
    border-radius:16px;
    box-shadow:none;
    box-sizing:border-box;
    height:15px;
    margin-top:0;
    width:21px
}
input[type=range].styled-slider::-ms-track{
    background:transparent;
    border:none;
    border-radius:0;
    box-shadow:none;
    box-sizing:border-box;
    height:4px
}
input[type=range].styled-slider.slider-progress::-ms-fill-lower{
    background:#ef8aab;
    border:none;
    border-radius:0 0 0 0;
    border-right:0;
    height:4px;
    margin:-undefined 0 -undefined -undefined
}
@media (max-width:579px),only screen and (min-width:799px){
    input[type=range].styled-slider{
        -webkit-appearance:none;
        background-color:transparent;
        height:30px
    }
    input[type=range].styled-slider.slider-progress{
        --range:calc(var(--max) - var(--min));
        --ratio:calc((var(--value) - var(--min))/var(--range));
        --sx:calc(15px + var(--ratio)*(100% - 30px))
    }
    input[type=range].styled-slider:focus{
        outline:none
    }
    input[type=range].styled-slider::-webkit-slider-thumb{
        background-size:20px 10px;
        height:20px;
        margin-top:-7px;
        width:30px
    }
    input[type=range].styled-slider::-webkit-slider-runnable-track{
        height:6px
    }
    input[type=range].styled-slider::-moz-range-thumb{
        background-size:20px 10px;
        height:20px;
        width:30px
    }
    input[type=range].styled-slider::-moz-range-track{
        height:6px
    }
    input[type=range].styled-slider::-ms-thumb{
        background-size:20px 10px;
        height:20px;
        width:30px
    }
    input[type=range].styled-slider.slider-progress::-ms-fill-lower,input[type=range].styled-slider::-ms-track{
        height:6px
    }
}

.info-highlight {
    font-size: 24px;
}
.info-highlight span{
    font-size: 36px;
}
.calc-header {
    margin-bottom: 20px;
}

.credit-item {
    vertical-align: middle;
    margin-left: 10px;
    white-space: nowrap;
    font-size: 24px;
}
@media(min-width: 992px) {
    .calc-benefits {
        float: inline-end;
    }
}
@media(min-width: 1200px) {
    .credit-item {
        margin-left: 20px;
    }
}
.inbank-logo {
    margin-top: 5px;
    text-align: center;
}
.inbank-form-header {
    margin-top: 20px;
}
.inbank-benefits {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600;
    letter-spacing: .025em;
    line-height: 20px;
    color: #40556b;
}
@media(max-width: 992px) {
    .monthly-payment {
        margin-top: 20px;
    }
    .inbank-benefits {
        margin-top: 20px;
    }
    .inbank-logo {
        margin-top: -20px;
        text-align: left;
    }

}
#loanContactFormModal .modal-body {
    padding: 20px 35px
}

.consent-container {
    padding: 15px 30px 10px 30px;
    background-color: #f5f5f5;
}

@media(max-width: 600px) {
    .consent-container {
        padding: 10px 20px;
        background-color: #f5f5f5;
    }
}
.help-btn:hover {
    cursor: pointer;
}
.inbank-steps-dgt {
    border: 3px solid #f27a24;
    border-radius: 50%;
    color: #f27a24;
    display: block;
    font-size: 30px;
    font-weight: 600;
    height: 60px;
    line-height: 50px;
    text-align: center;
    width: 60px;
}
.bid-loan-help-btn:hover{
    cursor: pointer;
}
.bid-loan-request-btn {
    color: #3a234f;
    background-color: #F5F7FA;
    box-shadow: none;
    text-transform: initial;
    padding: .75rem 1.3rem;
    border-radius: 6.25rem;
    margin-left: 10px;
    display: inline-block;
    max-width: 170px;
    text-align: center;
}

.bid-loan-request-btn:hover,
.bid-loan-request-btn:focus,
.bid-loan-request-btn:active {
    box-shadow: none;
    background-color: #E0E6F0;
    color: #3a234f !important;
}
@media(max-width: 600px) {
    .bid-loan-request-btn {
        margin-left: -10px;
        margin-top: 4px;
        display: block;
    }
}
.inbank-promo-text {
    font-size: 1em;
    margin: 0;
    color: #40556b;
}

.inbank-promo-code {
    border: 1px dashed #ff5722;
    color: #ff5722;
    font-weight: bold;
    padding: 2px 7px;
    border-radius: 8px;
    font-size: 1em;
    white-space: nowrap;
}

.inbank-promo-highlight {
    color: #21093A;
    font-weight: bold;
    white-space: nowrap;
    text-decoration: underline;
}

.inbank-promo-code-container {
    margin-top: 20px;
    white-space: nowrap;
}
.inbank-promo-code-input {
    max-width: 120px;
    display: inline-block;
}
.inbank-promo-code-info {
    color: #40556b;
    margin-left: 5px;
}
#loanContactFormModal .small {
    line-height: 1.5em;
}
.inbank-banner-xs {
    display: block;
    padding: 10px 25px;
    margin-bottom: 15px;
    background-color: #293544;
    color: white;
}
.inbank-banner-xs .inbank-promo-code {
    color: white;
    border-color: white;
}
.inbank-banner-xs .inbank-promo-highlight {
    color: white;
}
.inbank-banner-xs:hover,
.inbank-banner-xs:active,
.inbank-banner-xs:focus{
    color: white;
}
/* ---- InBank END ---- */

/* ---- Enefit ---- */

.enefit {
    display: block;
    padding-top: 10px;
    padding-bottom: 4px;
    background-color: #F3F5F7;
    margin-bottom: 10px;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: -5px;
}

.partial-tradesmen-list .enefit {
    margin-top: -5px;
}

.secondary-specs__spec--enefit {
    text-transform: none;
    color: #3f4648;
    margin-right: 0;
}

.secondary-specs__spec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 1.25rem 0.75rem 0;
}

.secondary-specs__spec--enefit a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.secondary-specs__spec .icon {
    color: #98959c;
    margin-right: 0.5rem;
    font-size: 23px;
    margin-bottom: 0px;
}

.secondary-specs__spec i {
    margin-left: 10px;
}

.icon-enefit {
    width: 95px;
    height: 32px;
    margin-bottom: 0px;
}

.image-icon {
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.secondary-specs__spec--enefit .secondary-specs__spec__content {
    margin-top: -2px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
}

.secondary-specs__spec--enefit .icon-angle-right {
    margin-top: -2px;
    color: #3f4648;
    font-weight: 400;
    margin-left: 0.5rem;
}
/* ---- Enefit END ---- */
/*===================================================================================*/
/*	LV SPECIFIC ADDS - END
/*===================================================================================*/
