﻿.quickpaycontent {
    width: 100%;
    background: #fff;
    padding: 20px 10px;
    font-size: 14px;
    height: 100%;
}

.lightFont {
    font-weight: 300;
}

.servicefeild {
    display: flex;
}

.amountfeild {
    display: flex;
}

.paydetail
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
}

.btn-primary {
    color: #fff;
    background-color: #D50037;
    border-color: #b40829;
}

.bdbox {
    border: 1px solid #D4D4D4;
    border-left-color: rgb(212, 212, 212);
    border-left-style: solid;
    border-left-width: 1px;
    padding: 9px;
    border-left: 0px;
}

.SecurityCode {
    font-weight: normal;
    font-size: 18px;
}

.note {
    font-weight: normal;
    font-size: 14px;
    color: #202945;
}




.SubmitDebit, .SubmitCredit {
    transition: all 0.3s;
    min-width: 100px;
    max-height: 30px;
    background-color: #D50037;
    border: 1px solid #D50037;
    color: #FFFFFF;
    font-size: 13px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 1rem;
    padding-right: 1rem;
}

    .SubmitDebit:hover, .SubmitCredit:hover {
        transition: all 0.3s;
        background-color: transparent;
        border: 1px solid #D50037;
        color: #D50037;
    }

@media(max-width: 768px) {
    .servicefeild {
        display: block;
    }

    .amountfeild {
        display: block;
    }
}

.topheading {
    font-size: 24px;
    font-weight: normal;
}

.billcontent {
    height: 400px;
    padding-left:-100px;
}

.anchorcontent {
    color: #D50037;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

/* visited link */
a.anchorcontent:hover {
    color: #D50037;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

.divpaddingleft {
    padding-left: 50px;
}


/*confirmation box style end*/
.bootbox .modal-content {
    font-weight: 300;
    font-size: 15px;
    padding: 0px 0px 0px;
    text-align: left;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.bootbox .modal-title {
    font-weight: 300;
    font-size: 15px;
}

@media only screen and (max-width: 767px) and (min-width: 650px) {
    .bootbox .modal-dialog {
        position: absolute;
        width: 100%;
        left: 10%;
        top: 0%;
        margin: 0;
    }
}



.btn-beyonmoney {
    transition: all 0.3s;
    min-width: 100px;
    max-height: 30px;
    background-color: #0047ba;
    border: 1px solid #0047ba;
    color: #FFFFFF;
    font-size: 13px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 1rem;
    padding-right: 1rem;
}

    .btn-beyonmoney:hover {
        border: 1px solid #0047ba;
        color: #0047ba;
    }