/**
 * Styles for arjang_appointments
 */
#appointments-student-register-appointment-form {
  max-width: 60rem;
  margin: 0 auto 2rem;
  padding: 2rem;
  background-color: #fff;

  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;

  -moz-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.04);
  -o-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.04);
}
#appointments-student-register-appointment-form #edit-start-time,
#appointments-student-register-appointment-form #edit-duration {
  max-width: 26rem;
}

#my-appointments-tracking-code-form {
  border-bottom: 1px solid #ddd;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
}

/**
 * hero sections
 */
body.path-appointments #hero_bg_wrapper {
  background-image: url("../asset/home-parallax.jpg");
  background-attachment: fixed;
  background-size: cover;
}
#block-appointmentshero {
  text-align: center;
  margin-bottom: 5rem;
}
#block-appointments-process-hero {
  text-align: center;
  margin-bottom: 4rem;
}


.appointment-price-desc {
  border-right: 3px solid green;
  padding: 0.5rem 1rem;
  margin: 2rem 0;
  border-bottom: 1px dashed green;
  background-color: #d1e7dd;
  text-align: center;
}

/**
 * Style for appointments calendar tables.
 */
.arjang-appointments-calendar-wrapper table {
  margin-bottom: 2rem;
  border: 1px solid #ddd;
}
.arjang-appointments-calendar-wrapper table caption {
  background-color: #f5f5f5;
  padding: 1rem 2rem !important;
  border-top: 1px solid #ddd;
}
.arjang-appointments-calendar-wrapper table caption .date {
  font-weight: bold;
  color: #000;
}
.arjang-appointments-calendar-wrapper table th {
  border: 0 !important;
  border-bottom: 1px solid #ddd !important;
}

/**
 * Stydent calendar
 */
#arjang-appointments-student-calendar {
  max-width: 60rem;
  margin: 0 auto;
  background-color: #fff;
  padding: 2rem 3rem;

  -moz-box-shadow: 0 3px 29px 0 rgba(0,0,0,0.06);
  -webkit-box-shadow: 0 3px 29px 0 rgba(0,0,0,0.06);
  -o-box-shadow: 0 3px 29px 0 rgba(0,0,0,0.06);
  box-shadow: 0 3px 29px 0 rgba(0,0,0,0.06);
}
