/* general form elements begin */

.leasing-approval .form-control{
  color: #2e7fb4;
}
.leasing-approval .form-control::placeholder{
  color: #999;
}
.leasing-approval .form-control:hover {
  background: #ffffff;
}
.leasing-approval .form-control:focus {
  border-color: rgba(200,200,200,0.5);
  outline: 0 none;
  color: #2e7fb4;
}
.leasing-approval textarea.form-control {
  height: 100px;
}
.leasing-approval .captcha-img{
  width: 100px;
  background-color: #fff;
  padding: 3px 0;
  border-radius: 5px;
}
/* general form elements end */


/* General leasing approval styling start*/
.leasing-approval{
  background: #d6ebfb;
  background-image: url(../images/leasing-approval/webcar-leasing-bg.jpg);
  background-size: 2560px;
  background-position: center 40px;
  background-repeat: no-repeat;
}
.leasing-approval .bg_gradient{
  height:300px;
  background: rgba(255,255,255,0); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255,255,255,0.3)', endColorstr='rgba(255,255,255,0',GradientType=0 );
  position: fixed;
  z-index: 1;
  width: 100%;
}
.leasing-approval .c-red{
  color:#d31414;
}
.leasing-approval .info_icon_square{
  margin-right: 6px;
}

.leasing-approval .c-grey{
   color: rgba(0, 0, 0, 0.5);
}
/* General leasing approval styling end*/


/*-------------------------------Branding-------------------------------*/


.leasing-brand-container{
  /*padding: 0 15px;
  margin:0 1px;*/
}

.leasing-brand-container .brand-top-row{
  border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  height: 5px;
  background-color: #006c40;
}
.leasing-brand-container .brand-bottom-row{
  height: 13px;
  background-color: #66cc33;
}

/*-------------------------------Leasing approval content-------------------------------*/


#leasing-approval-content{
  margin: 0 15px;
  margin-right: 0;
}
.approval-header, .approval-text, .approval-c-form{
  margin-left: 29%;
}
.approval-c-form form{
  width: 100%;
}
.approval-header h1{
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 131px;
  color:#006c40;
  margin-bottom: 0;
  padding-bottom: 0;
  white-space: nowrap;
  display: inline-block;
  padding-left: 10px;
}
.approval-text{
  margin-right: -15px;
}
.approval-text p{
  font-size: 1.125rem;;
  font-weight: 300;
  line-height: 1.2;
  color:rgba(51,51,51,0.8);
  margin-bottom: 30px;
}
.approval-text h3{
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 0;
  padding-bottom: 17px;
}
.approval-c-form h2{
  color: #2e7fb4;
  font-weight: 400;
  font-size: 1.68rem;
  line-height: 1.3;
}
.leasing-approval .go-back{
  display: inline-block;
  font-size: 0.87rem;
  color:rgba(0, 0, 0, 0.5);
  font-weight: 600;
  padding: 6px 10px;
  margin-left: -10px;
}
.leasing-approval .go-back i{
  margin-right: 3px;
}
.leasing-approval .go-back:hover{
  color:rgba(0, 0, 0, 1);
}
.leasing-message-01,
.leasing-message-02,
.leasing-message-03{
  background-color: #6acc33;
  border-radius: 5px;
  line-height: 1.3;
  display: inline-block;
  padding: 10px 15px;
  color:#fff;
  font-style: italic;
  font-size: 1.18rem;
  margin-bottom: 26px;
}
.leasing-message-01 img{
  vertical-align: baseline;
}
.leasing-message-02,
.leasing-message-03{
  /*background-color: #d8c920;*/
  background-color: #a4a4a4;
}
.leasing-message-02 img,
.leasing-message-03 img{
  display: none;
}
#rangeAvans, #rangeLuni{
  margin-bottom: 4.5rem;
}
.approval-c-form{
  margin-bottom: 100px;
}
.leasing-approval .l-required::after{
  content: "*";
  color:#d31414;
}


/*-------------------------------Infographic-------------------------------*/


.leasing-infographic{
  margin-left: auto;
  text-align: center;
  width:240px;
  height: 240px;
  border-radius: 50%;
  border: 8px solid #a3d7f9;
}
.infographic-top{
  width:150px;
  margin:auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.infographic-top img{
  padding-top:22px;
}
.infographic-top span{
  display: block;
  line-height: 1;
  padding-top: 7px;
  padding-bottom: 16px;
  font-size: 0.8rem;
}
.infographic-middle{
  margin-bottom: 13px;
}
.infographic-middle h1{
  color:#59b226;
  font-size: 39px;
  margin:10px 0 2px 0;
  padding: 0;
  line-height: 1;
}
.infographic-middle span{
  font-size: 0.9rem;
  vertical-align: bottom;
}
.infographic-bottom{
  width:130px;
  margin:auto;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.infographic-bottom a{
  display: block;
  padding:12px 0;
  font-size: 0.8rem;
  color:#d31414;
  font-weight: 600;
}
.infographic-bottom a:hover{
  color:rgba(0, 0, 0, 1);
}
.leasing-infographic .info_icon {
  margin-right: 0;
}
#range_sliders{
    width: 100%;
}

.tooltip .tooltip-inner {
    background-color: #056741 !important;
    line-height: 1.3;
    padding-top: 10px;
    padding-bottom: 12px;
}
.tooltip .arrow {
    color: #056741 !important;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #056741;
  border-width: 0 5px 5px;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #056741;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    border-bottom-color: #056741;
}

.contact_container {
    width: 100%;
}

/* ------------------------------------------------------------------------- */
/*-------------------------------Media queries-------------------------------*/
/* ------------------------------------------------------------------------- */


/* [max 1310] ------------------------------------------------------------------------ */

@media (max-width:1310px){
  .leasing-approval{
    background-size: 195.42%;
  }
  .leasing-approval .bg_gradient{
    height:22.90vw;
  }
  .approval-header, .approval-text, .approval-c-form{
    margin-left: 29.2%;
  }
}


/* [max 990] ------------------------------------------------------------------------ */

@media (max-width:990px){
  .rangeslider-container{
    margin-bottom: 1rem;
  }
  .leasing-infographic{
    margin-left: auto;
    margin-right: auto;
  }
  .approval-header h1{
    font-size: 1.9rem;
  }
}


/* [max 768] ------------------------------------------------------------------------ */

@media (max-width:768px){
  .leasing-approval{
    background-position: center 55px;
  }
  .leasing-approval .go-back{
    font-size: 0.95rem;
  }
  .approval-header h1{
    display: block;
    line-height: 80px;
    font-size: 1.9rem;
  }
  .rangeslider-container{
    margin-bottom: 2.5rem;
  }
  .approval-c-form{
    margin-bottom: 60px;
  }
  .form-f-checkbox-label{
    white-space: normal !important;
  }
  #leasing-approval-content{
    margin: 0 15px;
  }
}


/* [max 578] ------------------------------------------------------------------------ */

@media (max-width:578px){
  .leasing-approval{
    background-position: -300px bottom;
    background-size: 2000px;
  }
  .approval-text, .approval-c-form{
    margin-left:-15px;
  }
  .approval-c-form{
    margin-bottom: 230px;
  }
  .approval-header{
    margin-left: 0;
  }
  .approval-header h1{
    font-size: 1.9rem;
  }
  .brand-img{
    margin: 0 auto;
  }
}


/* [max 500] ------------------------------------------------------------------------ */

@media (max-width:500px){
  
}


/* [max 360] ------------------------------------------------------------------------ */

@media (max-width:360px){
  .approval-header h1{
    font-size: 1.6rem;
  }
  .approval-c-form label{
    white-space: normal;
  }
  .leasing-approval .refresh-icon {
    margin: 10px 0 10px 5px;
  }
}
