﻿body {
    margin: 0;
    padding: 0;
}
.topdiv {
    background-image: url(/static/img/paybackground.jpg);
    height: 245px;
    width: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #ffff;
    text-align: center;
}
.paddingtop20 {
    padding-top: 20px !important;
}
.paddingtop30 {
    padding-top: 30px !important;
}
.paddingtop50 {
    padding-top: 50px !important;
}
.orderNo {
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
    display: inline-block;
}
.fontsize20 {
    font-size: 20px !important;
}
.fontsize40 {
    font-size: 20px !important;
}

.fontsize14 {
    font-size: 14px !important;
}
.marginleft5 {
    margin-left: 5px !important;
}
.marginleft20 {
    margin-left: 20px !important;
}
.marginbottom10 {
    margin-bottom: 10px !important;
}
.maindiv {
    margin-top: 15%;
    padding: 0 50px;
}
.paytypediv {
    margin: 10px;
    line-height: 40px;
    border-bottom: solid 1px #f3f3f3;
    padding-bottom: 10px;
}
    .paytypediv > img {
        vertical-align: middle;
        width: 20px;
    }
    .paytypediv > i {
        float: right;
        margin-top: 10px;
        width: 15px;
        height: 15px;
        display: inline-block;
        border-radius: 50%;
        border: 1px solid #888;
        vertical-align: middle;
        position: relative;
    }
        .paytypediv > i > img {
            width: 17px;
            position: absolute;
            top: 0;
            left: 0;
        }

.display {
    display: none !important;
}
.border0 {
    border: 0px !important;
}
.btnImmediatelyPay {
    background-color: #3f6df4;
    height: 42px;
    width: 66%;
    color: #fff;
    border-radius: 20px;
    font-size: 16px;
    border: 0;
    position: fixed;
    left: 50%;
    bottom: 10%;
    margin-left: -33%;
}