@import url(https://fonts.googleapis.com/css?family=Open+Sans:300);

.body {
// custom fonts, etcetera can go here 
}

.jumbotron-flat {
  background-color: solid #4DB8FFF;
  height: 100%;
  border: 1px solid #4DB8FF;
  background: white;
  width: 100%;
text-align: center;
overflow: auto;
}
h2.loading-msg{
    margin-top: 10px;
	margin-left: 10px;
    color: #024B80;
	font-size: 24px;
	font-weight: bold;
	margin-top: 10px;
}
h2.alerton {
    margin-bottom: 0px;
    color: red;
    padding-bottom: 0px;
	font-size: 16px;
	margin-top: 10px;
}
h2.alertoff {
	display: none;
	visibility: none;
}
h3.alerton {
    margin-bottom: 0px;
    color: red;
    padding-bottom: 0px;
	font-size: 16px;
	margin-top: 10px;
}
h3.alertoff {
	display: none;
	visibility: none;
}
h4.alerton {
    margin-bottom: 0px;
    color: red;
    padding-bottom: 0px;
	font-size: 16px;
	margin-top: 10px;
}
h4.alertoff {
	display: none;
	visibility: none;
}
h5.alerton {
    margin-bottom: 0px;
    color: red;
    padding-bottom: 0px;
	font-size: 16px;
	margin-top: 10px;
}
h5.alertoff {
	display: none;
	visibility: none;
}
.paymentAmt {
    font-size: 80px; 
}

.centered {
    text-align: center;
}

.title {
 padding-top: 15px;   
}
.banner{
display:block;
margin:15px auto;
}
#card-holder-name {
    width: 50%;
}
#card-num {
    width: 50%;
}
.form-group-hidden {
	display: none;
}
img.loading {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.btn-custom {
  background-color: #2f599c;   /* button background */
  color: #ffffff;           /* text color */
  border: none;             /* remove border */
  padding: 10px 20px;       /* spacing */
  font-size: 16px;          /* text size */
  cursor: pointer;          /* pointer cursor on hover */
  border-radius: 4px;       /* rounded corners */
  transition: background-color 0.3s ease;
}

.btn-custom:hover {
  background-color: #3c6e3a;   /* darker blue on hover */
}
