/**
 * Overrides related to [credentialed] recurring payments
 */
.btn-cred-plan-setup,
.btn-cred-plan-edit,
.btn-cred-plan-delete {
  text-shadow: none;
  padding: 6px 12px;
  font-size: 14px;
}
.btn-cred-plan-setup {
  border-radius: 0;
}
.btn-cred-plan-edit {
  border-radius: 0;
  border-right: none;
  border-left: none;
}
.btn-cred-plan-delete {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-cred-plan-edit.disabled,
.btn-cred-plan-delete.disabled {
  color: #989898;
}
.input-group.disabled .preloaded-account-input {
  cursor: default;
}
.btn-cred-plan-setup {
  border: none;
  color: #e5e5e5;
  width: 110px;
}
.btn-cred-plan-setup:hover {
  color: white;
  border: none;
}
.btn-cred-view-plan {
  display: block;
}
.modal-view-plan .modal-subhead,
.modal-view-plan .view-confirm-schedule {
  display: none;
}
.modal-recurring-amount .btn,
.modal-cancel-plan .btn {
  display: inline-block!important;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  text-shadow: none;
  cursor: pointer;
  color: auto;
  background: auto;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#buttonsRecurringIntervals .btn {
  outline: none!important;
}
#buttonsRecurringIntervals .btn.active {
  box-shadow: 1px 1px 2px #333333;
}
#alertPaymentReqs, #alertFullPaymentError, #alertFullPaymentWithRollupError, #alertRecurringError, #alertMaxPaymentError {
  margin-top: 30px;
  margin-bottom: 0;
}
#alertPaymentReqs .col-xs-12,
#alertPaymentReqs .alert,
#alertMaxPaymentError .col-xs-12,
#alertMaxPaymentError .alert,
#alertFullPaymentError .col-xs-12,
#alertFullPaymentError .alert{
  margin-bottom: 0;
}
.modal-recurring-amount .btn.active,
.modal-cancel-plan .btn.active {
  display: inline-block!important;
}
.modal-recurring-amount label {
  line-height: 1.428571429em;
  display: inline-block;
  max-width: 100%;
  width: 100%;
  font-size: 11.998px;
  float: none!important;
  text-align: left;
  padding: 8px 0;
}
.modal-recurring-amount .form-control {
  font-size: inherit;
}
.modal-recurring-amount .btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.modal-recurring-amount .form-group {
  margin-bottom: 15px;
  line-height: 20px;
  font-size: 14px;
  color: #555;
}
.modal-recurring-amount input {
  color: inherit;
}
.modal-recurring-amount .input-group-addon {
  padding: 6px 12px!important;
}
.modal-recurring-amount .table>tbody>tr>td {
  padding: 6px 12px!important;
}
.modal-recurring-amount .table td {
  border: 1px solid #ddd;
}
.modal-recurring-amount p.title {
  text-align: left;
  color: inherit;
  font-size: inherit;
  margin: 0;
  line-height: inherit;
}

.zone input.form-control {
  background: none;
  border: none;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  padding: 0 12px;
  width: 100%;
  text-align: center;
  height: 15px;
  line-height: 15px;
  bow-shadow: none;
}
.zone .input-group-addon {
  background: none;
  border: none;
}
.zone input.form-control:focus {
  background: none;
  box-shadow: none;
  border: none;
}
.plans .card .is-plan label,
.zone .manual-input-label {
  color: #84878c;
  font-size: 15px;
}
