﻿

.main-container {
    width: 100%;
    padding-bottom: 30px;
}

.payment-container{
    background-color: #e4f0fb;
    width: 90%;
    height: 650px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
}

.payment-container .text
{
    /*background: url('../images/OnlinePayment/textbg.png') no-repeat;*/   
    font-size: 12px;
    height: 135px;
    background-color: #2878ba;
}

.payment-container .text > p {
    text-align:justify; 
    width: 280px; 
    color:White;   
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
}

/* PAYMENT CONFIRMATION */

.payment-confirm-container{
    background-color: #e4f0fb;
    width: 90%;
    height: 540px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
}

.payment-confirm-container .Globaltext {
    font-size: 12px;
    height: 230px;
    background-color: #2878ba;
}

.payment-confirm-container .Globaltext > p {
    text-align:justify; 
    width: 280px; 
    color:White;   
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    text-decoration: none;
}

.payment-confirm-container .Globaltext > p > a {
    text-align:justify; 
    color:White;   
    text-decoration: none;
}

.payment-details {
    margin-top: 20px;
    padding-bottom: 20px;
    /*padding-left: 20px;*/
    width: 280px;
    height: 420px;
    margin-left: auto;
    margin-right: auto;
}

.payment-details-container {
    width: 90%;
    height: 160px;
    margin-left: auto;
    margin-right: auto;
}

.confirmation-details-container {
    padding-top: 30px;
    height: 100px;
    width: 72%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
}

.confirmation-details {
    width: 250px;
    height: 25px;
    padding-bottom: 10px;
    font-weight: bold;
}

.confirmation-details > span:first-child {
    float: left;
    text-align: left;
    width: 150px;
    margin-right: 8px;
}

.confirmation-footer {
    padding-top: 20px;
    height: 150px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
}

.loading
{
    padding-top: 30px;    
    padding-bottom: 100px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;

}
.loading .text
{
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
.loading .img
{
    width: 50px;
    margin-left: auto;
    margin-right: auto;
}


/* -------------------------------------------  */


/* TRANSACTION RESULT */

.result-container{
    background-color: #e4f0fb;
    width: 90%;
    height: 450px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    font-size: 12px;
    font-weight: bold;
}

.result-container .text {
    font-size: 12px;
    height: 80px;
    background-color: #2878ba;
}

.result-container .text > p {
    text-align:justify; 
    width: 280px; 
    color:White;   
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
}

.result-details {
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 30px;
}

.result-details-content {
    margin-left: auto;
    margin-right: auto;
    width: 280px;
}

.result-details-content > span:first-child{
    float: left;
    width: 170px;
}

.result-note {
    margin-left: auto;
    margin-right: auto;
    height: 100px;
    text-align: justify;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
}

.print-button {
    text-align: left;
    margin-top: 20px;
    margin-left: 10px;
    height: 50px;

}



/*--------------------------------------------------*/

.payment-details-container .error
{
       float:left;
       left:95%;
       /*top:-5px;*/
       background:#890000;
       padding:5px 10px;    
       font-size:11px;
       color:#fff;
       text-shadow:#500 0 1px 0;
       text-align:left;
       white-space:nowrap;
       border:1px solid #500;
       -moz-border-radius:3px;
       -webkit-border-radius:3px;
       border-radius:3px;
       -moz-box-shadow:0 0 5px #700;
       -webkit-box-shadow:0 0 5px #700;
       box-shadow:0 0 5px #700;
       font-size:10px;
       margin-left:25px;
       margin-bottom: 10px;
}

    .error-margin-left {
        margin-left: 25px;
    }



.card-list {
    width: 93%;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
}

.button-list {
    width: 100%;
    height: 50px;
    padding-left: 50px;
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.card-list > span {
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-button {
    float: left;
    width: 115px;
    height: 50px;
}
   

.captcha-container {
    width: 90%;
    height: 160px;
    margin-left: auto;
    margin-right: auto;
}

.captcha {
    height: 200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.pay
{
    padding-top: 20px;
    text-align: center;
    width: 200px;
}

.capt
{
    width: 250px !important;
    padding-top: 10px;
}
.capt-textbox{
    width: 250px !important;
}

.set-width {
    width: 200px;
}
.set-input-padding{
    padding-top: 5px;
}

@media (min-width: 450px) {

    /* Online payment */
    .payment-container .text {
        /*background: url('../images/OnlinePayment/textbg.png') no-repeat;*/   
        height: 100px;
    }
    .payment-container .text > p {
        width: 380px;   
    }
    .payment-details {
        width: 280px;
        height: 420px;
        margin-left: auto;
        margin-right: auto;
    }

    /* Confirmation page*/
    .confirmation-details-container {
        width: 50%;
    }
    .payment-confirm-container .Globaltext {
        height: 190px;
    }

    .payment-confirm-container .Globaltext > p {
        width: 400px; 
    }
    .card-list {
        width: 70%;
    }
    .button-list {
        width: 75%;
    }

    /* transaction result page */
    .result-container{
        width: 80%;
    }
    .result-note {
        padding-left: 20px;
        padding-right: 20px;
    }
    .print-button {
        margin-top: 10px;
        margin-left: 20px;
    }

}

@media (min-width: 700px) {

    /* Online Payment page */
    .payment-container{
        width: 70%;
        height: 630px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 30px;
    }
    .payment-confirm-container{
        width: 70%;
        height: 480px;
        padding-top: 30px;
    }
    .payment-confirm-container .Globaltext {
        height: 170px;
    }

    .payment-confirm-container .Globaltext > p {
        width: 470px; 
    }
    .card-list {
        width: 58%;
    }
    .button-list {
        width: 60%;
    }
    .loading {  
        width: 650px;
    }
    .loading .text {
        width: 650px;
    }

    /* Transaction result page */
    .result-container{
        width: 50%;
    }

}

@media (min-width: 1000px) {
    .error-margin-left {
        margin-left: 143px !important;
    }
    .payment-details {
            width: 595px;
            height: 420px;
            margin-left: auto;
            margin-right: auto;
     }
    .payment-container .text {
        background: url('../images/OnlinePayment/textbg.png') no-repeat;   
        height: 80px;
        width: 650px;
    }

    .payment-confirm-container .Globaltext {
        background: url('../images/OnlinePayment/txtPaymentbg.png') no-repeat;   
        background-size: 100%;
        
        height: 150px;
    }
    .payment-confirm-container .Globaltext > p {
        width: 530px; 
    }
    .payment-container .text > p {
        width: 480px;  
        margin-left: auto;
        margin-right: auto;
        padding-top: 10px;
    }
    .payment-container{
        width: 650px;
        height: 530px;
    }
    .payment-confirm-container{
        width: 650px;
        height: 400px;
    }
    .payment-details-container {
        width: 380px;
        height: 60px;
    }
    .captcha-container {
        width: 680px;
        height: 160px;
    }
    .captcha {
        height: 200px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 29px;
    }
    .capt-textbox {
        padding-top: 18px;
    }
    .pay{
        padding-top: 20px;
        text-align: center;
        width: 100px;
        padding-left: 285px;
        padding-top: 100px;
    }
    .card-list {
        float: left;
        width: 250px;
        padding-left: 60px;
        padding-top: 20px;
    }
    .button-list {
        float: left;
        width: 60%;
        padding-left: 100px;
    }
    .confirmation-details-container {
        width: 37%;
    }

    /* Transaction Result*/
    .result-container{
        width: 650px;
        height: 450px;
        font-size: 12px;
        font-weight: bold;
    }
    .result-container .text {
        background: url('../images/OnlinePayment/textbg.png') no-repeat; 
        font-size: 12px;
        width: 650px;
        height: 80px;
    }
    .result-container .text > p {
        text-align:justify; 
        width: 480px; 
        line-height: 20px;
        padding-top: 15px;
        padding-left: 20px;
    }
    .result-details {
        font-size: 14px;
    }
    .result-details-content {
        width: 350px;
    }
    .result-details-content > span:first-child{
        width: 190px;
    }
    .result-note {
       width: 525px;
       font-size: 14px;
    }
    .print-button {
        margin-left: 80px;
    }
}

@media (min-width:1300px) {

    /*.payment-confirm-container{
        width: 50%;
        height: 400px;
    }*/
     /*.payment-container .text > p {
        width: 580px; 
        color:White;   
        margin-left: auto;
        margin-right: auto;
        padding-top: 20px;
    }*/
    /*.payment-confirm-container .Globaltext > p {
        width: 600px; 
    }
    .payment-confirm-container .Globaltext {
        background: url('../images/OnlinePayment/txtPaymentbg.png') no-repeat;   
        background-size: 100%;
        height: 160px;
    }*/
    /*.confirmation-details-container {
        width: 35%;
    }*/
}

/*@media (min-width: 1400px) {
     .card-list {
        padding-left: 100px;
    }
}*/


   