﻿.nav-gutters-sticky {
    top: 0;
    position: sticky;
    z-index: 9999;
}
.headerBg {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 20px;
    background-color: #00175A;
}
.inputMargin { margin-top: 1.25rem; }
.accentBar {
    height: 4px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}
.singleOffer {
    margin-top: 20px;
    margin-bottom: 20px;
}
.modal {
    z-index: 10000;
}

.modal-text {
    color: #45618D;
    font-size: 24px;
    padding: 0.625rem;
}

.buttonbox {
    display: flex;
    flex-flow: row-reverse;
    align-content: space-evenly;
    flex-wrap: wrap;
}

.modal-button {
    border-color: #5697DD;
}

.shadow-1, .shadow-2, .shadow-3 {
    transition: 0.3s;
}
#header {
    z-index: 1040;
}
#bannerBackgroundImage {
    margin-left: 100px;
}
#totalDueCol {
    padding: 1.25rem .625rem 1.25rem 1.25rem;
}
#totalDueBanner {
    padding: 0px 10px 0px 10px;
}
#minDueCol {
    padding: 1.25rem 1.25rem 1.25rem 0.625rem;
}
#minDueBanner {
    padding: 0px 10px 0px 10px;
}

@media (max-width: 768px) {
    .fs-form-control { max-width: 17.5rem; }
    .headerBg {
        margin: 0px;
        height: 120px;
        position: absolute;
        width: 100%;
        z-index: -1;
        top: 0;
        left: 0;
    }
    .gridCol {
        display: grid;
        justify-content: center;
    }
    .input { min-width: 225px; }
    .tracker { margin-top: 100px; }
    .marginContainer { margin: 0px 20px; }
    .logo {
        display: flex;
        margin: 0 auto;
        height: 100%;
    }
    .singleOffer {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
    .mobileFullMaxWidth {
        max-width: 100%;
    }
    #minDueCol {
        padding-left: 0px;
    }
    #minDueBanner {
        padding: 0px 5px 0px 5px;
    }
    #totalDueCol {
        padding-right: 0px;
    }
    #totalDueBanner {
        padding: 0px 5px 0px 5px;
    }
    #bannerBackgroundImage {
        margin-left: 0px;
    }
    #minDueCol, #totalDueCol{
        padding: 12px;
    }
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

.modal-header {
    padding: 15px;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.carousel-inner li {
    padding: 0rem 4.25rem 0rem 0rem !important;
}

li.hero.carousel-item.dls-white-bg {
    margin-left: 2.1rem !important;
}

li.dls-deep-blue {
    padding: 0rem !important;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.OverrideHeader {
    font-family: "Helvetica Neue", Helvetica, sans-serif !important;
    font-weight: 600 !important;
    font-size: 0.9375rem !important;
    line-height: 1.375rem !important;
    text-transform: capitalize !important;
}

.is-today .pika-button {
    color: #006FCF !important;
}

.is-today:hover {
    color: #FFFFFF !important;
    background: #006FCF !important;
    border-radius: 3px !important;
}

.is-selected .pika-button {
    color: #FFFFFF !important;
    background: #006FCF !important;
}

.pika-button:hover {
    color: #FFFFFF !important;
    background: #006FCF !important;
}

#cards {
    display: flex;
    overflow: auto;
    padding: 10px 0px 10px 0px;
}

@media (max-width: 768px) {
    .card-text {
        display: flex;
        justify-content: flex-start;
    }

    .card-text-container {
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    .modal-sm {
        width: 300px;
    }
}

.paymentTable {
    max-height: 600px;
    overflow-y: scroll;
}

.paymentTablePaymentInfo {
    max-height: 500px;
    overflow-y: scroll;
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.FSCarousel::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}
@media (max-width: 575.98px) {
    .FSCarousel {
        display: flex;
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
        -ms-overflow-style: none; /* Internet Explorer 10+ */
        scrollbar-width: none; /* Firefox */
    }

    .FSCarousel-item {
        max-width: 240px;
        min-width: 214px;
        padding: 20px;
        border-radius: 10px;
        scroll-snap-align: center;
        scroll-margin: 5px;
    }
}

@media (min-width: 575.98px) {
    .FSCarousel {
        display: flex;
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
        -ms-overflow-style: none; /* Internet Explorer 10+ */
        scrollbar-width: none; /* Firefox */
    }
}

@media (max-width: 575.98px) {
    .hideOnMobile{
        display:none !important;
    }
}

@media (min-width: 575.99px) {
    .hideOnDesktop{
        display: none !important;
    }
}

.OverrideBtn {
    overflow: unset !important;
    padding: 0.5rem .25rem !important;
}
.carouselMobileControl{
    display: flex;
    z-index: 2;
    position: absolute;
    width: 100%;
    justify-content: center;
    bottom: 0;
    height: 2.75rem;
}

.FSCarouselDots{
    display: flex;
    list-style: none;
    padding: 1.25rem 0.375rem;
}


.FSCarouselDot {
    display: block;
    width: 8px;
    height: 8px;
    margin-right: 2px;
    margin-left: 2px;
    border: none;
    border-radius: 100%;
    background-color: #8e9092;
}

.FSCarouselDot-Active {
    background-color: #006fcf !important
}

@media (min-width: 600px) {
    .modal-body-content {
        width: 600px;
    }
}

@media(max-width:599px){
    .modal-body-content {
        width: 100%;
    }
}