/**
 * Styles relating to the recurring plan modal
 */

.modal-header {
  background: #282D2F;
  color: #F5F9FC;
  text-align: center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.modal-header .close {
  color: white;
}
.modal-subhead {
  background-color: #F5F9FC;
  border-bottom: 1px solid #E4EDF2;
  padding: 20px 0;
  text-align: center;
}
.modal-subhead p.title {
    color: #333;
}

p.displayMsg {
    color: #ff0000;
    font-size: 12px;
}

#buttonsRecurringIntervals * {
  display: inline-block;
  margin: 0 4px;
}
#buttonsRecurringIntervals .btn.active {
  border-color: #2e6da4;
  box-shadow: none;
  text-shadow: none;
}
.modal-footer {
  background-color: #F5F9FC;
  border-top: 1px solid #E4EDF2;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  text-align: center;
}
.modal-footer .btn-back {
  font-size: .857em;
}
.modal-recurring-amount label {
  font-family: inherit;
  font-size: .857em;
  font-weight: bold;
  color: #333;
}
.modal-recurring-amount .modal-body {
  padding: 18px 0;
  text-align: left;
}
.modal-recurring-amount .alert-payment-validation {
  margin-bottom: 0;
  margin-top: 18px;
}
.modal-recurring-amount .table-review-schedule th:first-of-type,
.modal-recurring-amount .table-review-schedule td:first-of-type {
  text-align: center;
}
.modal-recurring-amount .table-review-schedule {
  margin-bottom: 10px;
}
.modal-recurring-amount .col-pagination {
  text-align: center;
}
.modal-recurring-amount .pagination {
  margin: auto;
  width: 100%;
}
.modal-recurring-amount #pagingInfo {
  line-height: 30px;
}
.modal-recurring-amount .col-view-full-schedule {
  text-align: left;
  line-height: 22px;
}
.modal-recurring-amount a.btn-close {
  color: #224323;
  display: inline-block;
  position: absolute;
  right: 28px;
  margin-top: -7px;
}
.modal-recurring-amount a.btn-close:hover {
  color: black;
}
.btn-close span.lnr-pencil {
  padding-left: 3px;
}
.btn-close span.btn-text {
  font-size: .857em;
  display:block;
  margin-right: 4px;
}
.modal-recurring-amount #partReviewSchedule p.title,
.modal-recurring-amount #partConfirmSchedule p.title {
  margin: 15px 0px 0px 0px;
  line-height: 20px;
}
.modal-recurring-amount #partConfirmSchedule .col-xs-6:first-of-type {
  padding-right: 0;
}
.modal-recurring-amount #partConfirmSchedule .col-xs-6:first-of-type .btn-close {
  right: 12px;
}
.modal-recurring-amount #partConfirmSchedule hr {
  border-bottom: 1px solid #E4EDF2;
  margin: 0px auto;
  width: 94%;
}
.modal-recurring-amount .YourPaymentPlanExplanation {
  padding-left:20px;
}
.modal-recurring-amount .YourPaymentPlanExplanationSubtext {
  font-style: italic;
  font-size: 12px;
  margin: 0px 0px 15px 0px;
}
.modal-recurring-amount .recurringSums {
  font-weight: bold;
  font-size: 12px;
  padding-right: 0px;
  padding-top:15px;
}
.modal-recurring-amount .recurringSumsPayments {
  margin-left: 25px;
}
.modal-recurring-amount .recurringSumsTotal {
  /*margin-left: 15px; */
}
.modal-recurring-amount .recurringTotalPayments,
.modal-recurring-amount .recurringTotalAmount {
  padding-left: 3px;
}
.modal-recurring-amount .setupConfirmBtn{
    margin: 30px 10px 0px 0px;
}
.modal-cancel-plan .modal-body {
  padding: 40px auto;
}
.modal-cancel-plan .modal-footer {
  text-align: right;
}
#modalCustomPayment .btn{
  padding:6px 12px;
  font-size: 14px;
}
#modalCustomPayment label{
  float: none;
  width: auto;
  text-align: left;
  padding:8px 0px; 
}
#modalCustomPayment input[type=text], 
#modalCustomPayment input[type=password], 
#modalCustomPayment input[type=email]{
   font-size: 14px;
   padding:6px 12px;
}
#modalCustomPayment .form-group {
    margin-bottom: 15px;
}
#modalCustomPayment a.group-btn, .btn-group .btn{
  font-size: 14px;
  padding: 6px 12px;
}
.modal-subhead .btn-dark:hover{
  border-right: 1px solid #282D2F;
}
#modalCustomPayment a.group-btn:last-child, .btn-group .btn:last-child{
    border-right: 1px solid #282D2F;
}
@media only screen and (min-width: 768px) {
  .modal-recurring-amount .col-pagination {
    text-align: left;
  }
  .modal-recurring-amount .col-view-full-schedule {
    text-align: right;
    padding-top: 13px;
  }
}
.recurringScheduleMessages ul > li {
  font-size: .9em;
}
