bodyPay {
    color: #000;
    overflow-x: hidden;
    height: 100%;
    background-color: #4e73df;
    background-repeat: no-repeat
}

.cardPay {
    padding: 18px 18px 18px 18px;
    border-radius: 8px;
    box-shadow: 0px 4px 8px 0px #6384e4;
    margin-top: 6px;
    margin-bottom: 14px
}

.border-line {
    border-right: 1px solid #BDBDBD
}

.text-sm {
    font-size: 13px
}

.text-md {
    font-size: 18px
}

.image {
    width: 60px;
    height: 40px
}

::placeholder {
    color: grey;
    opacity: 1
}

:-ms-input-placeholder {
    color: grey
}

::-ms-input-placeholder {
    color: grey
}

input {
    padding: 2px 2px 2px 2px;
    border: none;
    border-bottom: 1px solid lightgrey;
    margin-bottom: 5px;
    margin-top: 2px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    letter-spacing: 0.4px;
    font-weight: 600
}
textarea {
    padding: 2px 2px 2px 2px;
    border: none;
    border-bottom: 1px solid lightgrey;
    margin-bottom: 5px;
    margin-top: 2px;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    letter-spacing: 0.4px;
    font-weight: 600
}
    textarea:focus {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border-bottom: 1px solid #EF5350;
        outline-width: 0
    }

input:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid #EF5350;
    outline-width: 0
}

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}

.btnpay-red {
    background-color: #EF5350;
    color: #fff;
    padding: 8px 25px;
    border-radius: 50px;
    font-size: 18px;
    letter-spacing: 2px;
    border: 2px solid #fff
}
.btnpay-default {
    background-color: #BDBDBD;
    color: #fff;
    padding: 8px 25px;
    border-radius: 50px;
    font-size: 18px;
    letter-spacing: 2px;
    border: 2px solid #fff
}

.btnpay-red:hover {
        box-shadow: 0 0 0 2px #EF5350
    }

.btnpay-red:focus {
    box-shadow: 0 0 0 2px #EF5350 !important
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #EF5350
}

@media screen and (max-width: 575px) {
    .border-line {
        border-right: none;
        border-bottom: 1px solid #EEEEEE
    }
}

.sanko-bar {
    height: 3px;
    position: relative;
    margin-bottom: 12px;
    background-color: #007bff;
}

    .sanko-bar .sanko-logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) !important;
    }



#formFooter {
    background-color: #f6f6f6;
    border-top: 1px solid #dce8f1;
    padding: 25px;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

.underlineHover:after {
    display: block;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 2px;
    background-color: #56baed;
    content: "";
    transition: width 0.2s;
}

.underlineHover:hover {
    color: #0d0d0d;
}

.underlineHover:hover:after {
    width: 100%;
}


/*popup css*/
.popup_view .modal-dialog {
    max-width: 1200px;
    width: 100%;
}

.pre-cost {
    text-decoration: line-through;
    color: #a5a5a5;
}

.space-ten {
    padding: 10px 0;
}

/*
body {
    background: rgb(204,204,204);
}

page[size="A4"] {
    background: white;
    width: 21cm;
    height: 29.7cm;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5cm;
    box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
}

@media print {
    body, page[size="A4"] {
        margin: 0;
        box-shadow: 0;
    }
}*/
footerDiv {
    clear: both;
    position: relative;
    height: 200px;
    margin-top: -200px;
}

.btnpay-info {
    background-color: #2196f3;
    color: #fff;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 16px;
    letter-spacing: 2px;
    border: 2px solid #fff
}

    .btnpay-info:hover {
        box-shadow: 0 0 0 2px #4dabf5
    }

    .btnpay-info:focus {
        box-shadow: 0 0 0 2px #4dabf5 !important
    }