.cardRate {
  font-weight: bold;
  font-size: 200%;
  display: inline-block;
  margin-top: 10px;
  color:#555555;
}

.inputChargeAmount {
  width:90%;
  text-align: right;
  font-size: 130%;
  line-height: 2.0;
}


.predefined {
  margin: 0 auto;
  min-width: 210px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
}

.list_rect {
  display: flex;
}

.list_rect.arr_4steps li {
  width: 25%;
}

.list_rect li {
  list-style-type: none;
  background-color: #f8f8f8;
  text-align: center;
  vertical-align: middle;
  padding: 12px;
  border: 1px solid;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list_rect li.active {
  color: #fff;
  font-weight: bold;
  background-color: #2763c5;
}


form.isSubmitting button.btnT02 {
  background-color: #cccccc;
  color: #666666;
}


button:disabled,
button[disabled] {
  background-color: #cccccc;
  color: #666666;
  cursor: not-allowed;
}


ul.errorlist {
  color: #d40000;
  font-size: 14px;
  font-weight: 700;
  margin-top: 5px;
  position: relative;
}


.alertBorder {
  border: 2px solid #ed174c;
  clear: both;
  padding: 6px;
}
