#header {
  background-color: #FFF;
  padding: 10px 15px 0px 15px;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.05);
}

#nav {
  padding: 25px 25px 0 25px;
}

body {
  background: none;
}

.gbtel-pay-now-button {
  cursor:pointer;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  border: 0;
  text-decoration: none;
  border-radius: 5px;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  padding: 8px 16px;
  background: #0090c5;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
}

.box-feature > .inner > .plan-div {
  padding: 20px 0 20px 0;
  border-top: 2px solid #eee;
  text-align:center;
}

.box.box-feature{
  border:1px solid #eee;
  box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.05);
}

.btn-small{
  padding:.4em .9em;
  font-size:1em;
}

.bold{
  font-weight: bold;
}

p.small {
  font-size:.9em;
}

label.small {
  font-size:.85em;
}

.plan-div input[type=checkbox] {
  vertical-align: middle;
  height:15px;
  width:15px;
  margin-top:0px;
}

.button {
  border: none;
  width: 100%;
  margin-bottom: 10px;
  cursor: pointer;
  text-align: center;
}

.button:disabled {
  background: #89d2ec;
  pointer-events: none;
}

#card {
  padding: 0.75em;
  border-radius: 8px 8px 8px 8px;
  font-size: 1em;
  width: 100%;
}

form input[type="text"], #card {
  margin-bottom: 20px;
  box-shadow: none !important;
  border: 1px solid #d0d0d0 !important;
  color: #616161 !important;
}

form input[type="text"]::placeholder {
  color: #b9b9b9;
}

div.error {
  margin: auto;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* loading icon on checkout */
/* copied from https://loading.io/css/ */
.loading {
  width: 64px;
  height: 64px;
  margin: auto;
  padding-top: 15px;
}
.loading:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #aaa;
  border-color: #aaa transparent #aaa transparent;
  animation: loading 1.2s linear infinite;
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

input.coupon_code {
  text-transform: uppercase;
}
