button.msil-button {
    background: #2f2a85;
    color: #fff;
    border: none;
    margin: 50px auto 0px;
    float: none;
    display: block;
    padding: 10px 30px;
    border-radius: 2px;
    text-transform: uppercase;
}

#payment_Modal .modal-content {
    border-radius: 0;
    overflow: hidden;
    width: 100%;
    box-shadow: none;
    border: none;
    border-bottom: 8px solid #164b91;
}

.overlayContent .header {
    height: 55px;
    background: #164a93;
    background: linear-gradient(to bottom,#164a93 0,#133f7c 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#164a93', endColorstr='#133f7c', GradientType=0);
}

    .overlayContent .header .title {
        font-size: 18px;
        color: #fff;
        text-transform: uppercase;
        font-family: "Lato Bold",sans-serif;
        float: left;
        padding: 18px 0 0 20px;
    }

    .overlayContent .header .close {
        font-size: 12px;
        color: #fff;
        opacity: 1;
        margin-right: 20px;
        margin-top: 19px;
    }

#payment_Modal .modal-content .modal-body {
    padding: 0;
}

.content.msil-payment-popup {
    height: auto !important;
}


.modal-backdrop.fade.in {
    display: none;
}

span.yes-block {
    float: left;
    margin-right: 25px;
}

span.no-block {
    float: left;
}

.content.active.msil-payment-popup {
    display: block;
    float: left;
    width: 100%;
    padding: 15px 10px;
    background: #fafafa;
}

p.gst-verifi {
    float: left;
    width: 55%;
    margin-bottom: 0;
    margin-right: 3%;
}

.msil-form-payment {
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

input.msil-input-text {
    width: 42%;
    min-height: 41px;
    background: #fff;
    text-indent: 10px;
    font-size: 12px;
    border: solid 1px #ccc;
}

select.remark-select {
    width: 42%;
    min-height: 41px;
    background: #fff;
    text-indent: 10px;
    font-size: 12px;
    border: solid 1px #ccc;
}

button.msil-form-continue {
    float: right;
    background: #164b91;
    color: #fff;
    border: none;
    padding: 10px 25px;
    text-transform: uppercase;
}

label.error {
    float: right;
    font-size: 13px;
    font-weight: 400;
    color: red;
    margin: 2px 0px 0px;
    text-transform: initial;
    width: 228px;
    line-height: 20px;
}

input.other-ddetails {
    float: right;
    margin-top: 15px;
}

/* The Modal (background) */
.modal-payment {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: #000000b8;
    text-align: center;
}

/* Modal Content */
.payment-modal-content {
    background-color: #fafafa;
    max-width: 600px;
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    position: relative;
}
/* The Close Button */
.close-payment-model {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 20px;
}

    .close-payment-model:hover,
    .close-payment-model:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.popup-header {
    background: #164a93;
    background: linear-gradient(to bottom,#164a93 0,#133f7c 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#164a93', endColorstr='#133f7c', GradientType=0);
    line-height: 55px;
    text-indent: 15px;
    color: #fff;
}

.custom-payment-block {
    margin: 70px auto;
}

p.error-text {
    text-align: center;
    text-transform: capitalize;
    color: red;
    margin: 24px 0px 0px 0px;
    font-weight: 500;
    font-size: 18px;
}
