﻿
.modal-backdrop {
    display: none;
}

label.dd-selected-text {
    font-weight: normal !important;
}

.responsive {
    width: 100%;
    max-width: 80px;
    height: auto;
}

.button-icon {
    height: 40px !important;
    vertical-align: bottom !important;
}

.justify-content-between {
    padding-bottom: 16px !important;
}

.due-date-bg {
    /* height: 36px; */
    background-color: rgba(238, 103, 35, 0.15);
    padding-top: 4px;
    /* padding-left: 12px; */
    /* padding-right: 12px; */
    padding-bottom: 4px;
    /* width: fit-content; */
    margin-bottom: 8px;
    /*margin-left: 16px;*/
}

.cta2[disabled] {
    background-color: #e7dfdb;
    color: #b5afaf;
}

.cta2 {
    height: 36px;
    background-color: #EE6723;
    color: #FFFFFF;
    width: 100%;
    border: none;
    border-radius: 4px;
    margin-top: 32px;
    font-family: Helvetica;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    margin: 0px;
}

hr.new2 {
    content: "";
    display: block;
    height: 8px;
    background-image: url('../../Images/strip.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.modal-header {
    padding: 15px;
    border-bottom: 5px solid #ee6723 !important;
    /*background-image: url('../../Images/strip.png');*/
}

.header {
    background-color: #FFFFFF;
}

.strip {
    vertical-align: bottom;
    width: 100%;
    height: 8px;
}

.container {
    width: 83%;
}

.header:after {
    content: "";
    display: block;
    height: 6px;
    background-image: url(../Images/strip.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.logo-container {
    width: 83%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container {
    width: 83%;
}

.strip {
    vertical-align: bottom;
    width: 100%;
    height: 8px;
}

.cta:hover {
    background-color: #FB722D;
    border: 2px solid #EE6723;
}

.cta:focus {
    background-color: #EB621E;
    border: 0px solid #FFFFFF;
    outline: none;
}

.cta {
    height: 36px;
    background-color: #EE6723;
    color: #FFFFFF;
    width: 45%;
    border: none;
    border-radius: 4px;
    margin-top: 32px;
    font-family: Helvetica;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    margin: 0px;
}

@media only screen and (max-width: 470px) {

    .payment-label {
        font-size: 18px !important;
        line-height: 20px !important;
        font-weight: bold !important;
    }

    .logo-container {
        width: 90%;
    }

    .container {
        width: 90%;
    }

    .cta {
        height: 36px;
        width:50%;
    }
}
