/*------------------------------------*\
   END OF LEASE CSS
\*------------------------------------*/
.eol-container {
    margin-top: -3rem;
}

.eol-tablet {
    display: none;
}

/*.faq-tab {
    position: absolute;
    top: 16rem;
    right: 0px;
    width: 180px;
    height: 80px;
    background-color: #009BF4;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
}

.faq-tab a {
    margin-top: 1rem;
    text-align: center;
    font-size: 1.500em;
    color: #FFFFFF;
    font-family: VWHeadWeb-Bold, Arial, Helvetica, sans-serif;
    text-decoration: none;
}*/


/*------------------------------------*\
   END OF LEASE SLIDER CSS
\*------------------------------------*/
input[type='range'] {
    -webkit-appearance: none !important;
    background: #EAEEED;
    width: 75%;
    height: 16px;
    border-radius: 20px;
    outline: none;
}

input[type='range']::-webkit-slider-thumb {
    width: 6px;
    height: 36px;
    margin-top: -20px;
    background-color: #CCCCCC;
    border-right: 2px solid #FFFFFF;
    border-left: 2px solid #FFFFFF;
    -webkit-appearance: none !important;
}

.eol-range-container ul.list-inline {
    width: 100%;
    margin: 0 auto;
}

.eol-range-container ul.list-inline li {
    padding-right: 4.444444%;
    color: #8994A0;
    font-size: 0.875em;
}

.eol-range-container ul.list-inline li:last-child {
    padding-right: 0;
}

/*------------------------------------*\
   END OF LEASE TABLE CSS
\*------------------------------------*/
table.table-eol-info {
    margin: 0 auto;
    padding: 0 1rem 0 1rem;
    width: 26%;
    display: inline-block;
}

table.table-eol-info thead td {
    width: 30%;
    color: #000000;
    font-size: 1.250em;
    font-family: VWHeadWeb-Bold, Arial, Helvetica, sans-serif;
}

table.table-eol-info thead td span.next {
    color: #8994A0;
    font-size: 1.000em;
    font-family: VWHeadWeb-Bold, Arial, Helvetica, sans-serif;
}

table.table-eol-info tr {
    border-spacing: 10px;
}

table.table-eol-info td {
    padding: 2rem 0 2rem 0;
    border: none;
}

table.table-eol-info td.inactive {
    color: #009BF4;
    font-size: 1.750em;
    font-family: VWHeadWeb-Bold, Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    border-top: 3px solid #F1F1F1;
    border-bottom: 3px solid #F1F1F1;
}

table.table-eol-info td.active {
    color: #009BF4;
    font-size: 1.750em;
    font-family: VWHeadWeb-Bold, Arial, Helvetica, sans-serif;
    background-color: #DCF5FF;
    border: 3px solid #BBEBFF;
}

.circle-container {
    width: 40%;
    margin: 0 auto;
}

.circle-steps {
    background: linear-gradient(to top,#009BF4,#009BF4) repeat-x center;
    background-size: 2px 2px;
    min-width: 50px;
}

.circle-active {
    background: #009BF4;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 1px solid #009BF4;
    margin: auto;
    color: #FFFFFF;
    font-size: 3.500em;
    font-family: VWHeadWeb-Bold, Arial, Helvetica, sans-serif;
}

.circle-inactive {
    background: #FFFFFF;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 1px solid #009BF4;
    margin: auto;
    color: #009BF4;
    font-size: 3.500em;
    font-family: VWHeadWeb-Bold, Arial, Helvetica, sans-serif;
}

.circle-sporadic {
    background: #EAEEED;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 1px solid #EAEEED;
    margin: auto;
    color: #FFFFFF;
    font-size: 3.500em;
    font-family: VWHeadWeb-Bold, Arial, Helvetica, sans-serif;
}

.icon-triangle {
    padding-left: 1.5rem;
    background: url("../images/icon_triangle.png") 0 0 no-repeat;
    font-size: 1.000em;
}


/*------------------------------------*\
   ACCORDION CSS
\*------------------------------------*/
.eol-image-slider-container #accordion {
    width: 100%;
}

.eol-image-slider-container .card {
    border: none;
    border-radius: 0px;
}

.eol-image-slider-container .card-header {
    border-bottom: 2px solid #0DB1F4;
}

.eol-image-slider-container .card-block {
    padding: 0;
}

.eol-image-slider-container #accordion h4 a {
    margin-left: 10rem;
    color: #003C65;
    font-size: 1.000em;
    font-family: VWTextWeb-Regular, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.eol-image-slider-container #accordion h4 strong {
    color: #003C65;
    font-size: 1.125em;
    font-family: VWHeadWeb-Bold, Arial, Helvetica, sans-serif;
}

.eol-image-slider-container #accordion h4 a:hover {
    text-decoration: none;
}

.eol-image-slider-container .btn-accordion {
    float: right;
    margin-right: 10rem;
}


/*------------------------------------*\
   IMAGE COMPARISON SLIDER CSS
\*------------------------------------*/
.ba-slider {
    position: relative;
    overflow: hidden;
}

.ba-slider img {
    width: 100%;
    display: block;
}

.resize {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
}

.handle {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  margin-left: -2px;
  background-color: #FFFFFF;
  cursor: ew-resize;
}

.handle:after {
    position: absolute;
    top: 50%;
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
    content:'\21d4';
    color: #003C65;
    font-weight: bold;
    font-size: 2.500em;
    text-align: center;
    line-height: 64px;
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    transition: all 0.3s ease;
    box-shadow:
      0 2px 6px rgba(0,0,0,.3),
      inset 0 2px 0 rgba(255,255,255,.5),
      inset 0 60px 50px -30px #B4B4B4;
}

.draggable:after {
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    line-height: 48px;
    font-size: 2.000em;
}


/*------------------------------------*\
   FLEXBOX CSS
\*------------------------------------*/
.flex-item-blue-top {
    border-top: 5px solid #009BF4;
    background-color: #F7F7F7;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.flex-item-blue-top p {
    font-size: 1.125em;
    color: #003C65;
}


/*------------------------------------*\
   MEDIA QUERES
\*------------------------------------*/
@media (max-width: 1375px) {
    .eol-range-container ul.list-inline li {
        padding-right: 4.333333%;
    }
}

@media (max-width: 1250px) {
    .eol-range-container ul.list-inline li {
        padding-right: 4%;
    }
}

@media (max-width: 1200px) {
    .eol-range-container ul.list-inline li {
        padding-right: 3.999999%;
    }
}

@media (max-width: 1100px) {
    .eol-range-container ul.list-inline li {
        padding-right: 3.666666%;
    }
}

@media (max-width: 991px) {
    .eol-main {
        display: none;
    }

    .eol-tablet {
        display: block;
    }

    input[type='range'] {
        width: 80%;
    }

    .eol-range-container ul.list-inline li {
        padding-right: 3.333333%;
        font-size: 0.813em;
    }

    table.table-eol-info {
        width: 40%;
    }

    .circle-container {
        width: 100%;
    }

    .eol-image-slider-container #accordion h4 a {
        margin-left: 1rem;
    }

    .eol-image-slider-container .btn-accordion {
        float: right;
        margin-right: 1rem;
    }
}

@media (max-width: 768px) {
    .eol-container {
        margin-top: 0rem;
    }

    .eol-date-container, .eol-date-container p.sub-lead {
        text-align: center;
    }

    .eol-date-container h3 {
        font-size: 2.250em;
    }

    .eol-date-container h5 {
        font-size: 1.250em;
    }

    .eol-range-container {
        display: none;
    }

    table.table-eol-info {
        width: 100%;
        padding: 0;
    }

    table.table-eol-info thead td {
        width: 20%;
    }
}