/* Styles definition here */

#fbuilder .medium,
#fbuilder .small,
#fbuilder .large {

  padding-left: 18px;
  padding-right: 18px;
}

#fbuilder .top_aligned .fields .dfield {
  margin-left: 10px;
}

.ahb_m2 #fbuilder td:not(.ui-datepicker-unselectable) a.ui-state-default.used_date {
  background: #ddd;
}

.ahb_m2 #fbuilder td:not(.ui-datepicker-unselectable) a.ui-state-default:hover {
  color: #FFF;
  background: #a5238e;
}

.ahb_m2 #fbuilder td:not(.ui-datepicker-unselectable) a.ui-state-default.ui-state-active {
  background: #652c90;
}

.ahb_list {
  float: left;
}

.totalCost {
  font-size: 18px;
  padding: 1em;
  background: #f9f2ff;
  margin: 1em 0;
  border-radius: 1em;
  float: left;
}

.totalCost .n {
  font-weight: bold;
}

#fbuilder .pbSubmit:hover {
  background-color: var(--buttonHoverColor);
}

#fbuilder .pbSubmit {
  display: var(--display, inline-flex);
  align-items: center;
  justify-content: center;
  min-height: var(--buttonMinHeight);
  padding: var(--padding, 5px 20px);
  border: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  text-align: center;
  border-radius: var(--buttonBorderRadius, 3px);
  transition: all 0.2s ease;
  --has-link-decoration: var(--false);
  position: relative;
  z-index: 1;
  color: var(--buttonTextInitialColor);
  border: var(--button-border);
  background-color: var(--buttonInitialColor);
}

.currentDateSelection a {
  background-color: '#a5238e';
}

.selectedclasstitle {
  display: block;
  position: relative;
  width: 100%;
  padding: 10px 0;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  margin: 10px 0;
}

.pbSubmit {
  visibility: hidden;
}

.calendar-label {
  font-size: 1.5rem;
  padding: 0.5rem;
  background-color: #652c90;
  margin-top: 1rem;
  color: white
}

.class-calendar:nth-child(2n) .calendar-label {
  background-color: #FFA500;
}


@media only screen and (min-width: 600px) {
  .class-calendar {
    width: 50%;
    float: left;
  }

  .captcha,
  .terms-conditions {
    width: 100%;
    float: left;
  }

  .class-calendar:nth-child(2n) .fapp {
    padding-top: 5rem !important
  }

}