.ccavenue_image {
    border:1px solid #ccc; border-radius:4px; padding:4px 6px 4px 6px; margin:0px 3px 6px 8px;
}
.image {
    border:1px solid #ccc; border-radius:4px; padding:4px 6px 4px 6px; margin:0px;
}
.ccav_wait {
   color:#777; font-weight: bold; font-size:16px;
}
.ccav_black {
   color:#000;
}
.ccsubmit {
    height: 30px;
    padding: 5px 10px;
    background-color: #60ACD2;
    border: 1px solid #276989;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
}
.ccav_submit {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    white-space: nowrap;
    padding: 5px 14px;
    font-size: 12px;
    line-height: 1.42857;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #555;
    background-color: #fff;
    border-color: #ccc;
}
.ccav_submit:hover {
    color: #fff;
    background-color: #00aff0;
    border-color: #008abd;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#module_form .panel-footer {
    height:78px;
}
.pay_text br {
  display:block;
  margin:3px 0;
}
.pay_text {
   text-transform:capitalize;
   font-size:15px;
   font-family:Roboto;
}
.cc_ercode {
    color: #a94442;
    margin-bottom:25px;
    padding-left:39px;
}
.cc_ertitle {
   color: #a94442;
   margin-bottom:0;
}
.pay_text p {
   white-space: pre-line;
}
.card {
    position: relative;
    display: block;
    margin-bottom: .75rem;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid rgba(0,0,0,.125);
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    padding:1.25rem;
}
.margin10 {
    margin-bottom:10px;
}
.bold {
    font-weight:bold;
}
