#doris-booking-tee-time-form,
#doris-booking-tee-time-complete-form,
#my-bookings {
  border: 1px solid #f8f8f8;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 8px;
}
#my-bookings {
  padding: 16px;
}
#my-bookings p {
  margin-left: 8px;
}
.frontpage-card #my-bookings {
  border: none;
  box-shadow: none;
  padding: 0;
}
#doris-booking-tee-time-form h4,
#doris-booking-tee-time-complete-form h4,
#my-bookings h4 {
  margin: 0 0 24px 0;
}
#doris-booking-tee-time-form h6,
#doris-booking-tee-time-complete-form h6,
#my-bookings h6 {
  margin: 0;
}
#doris-booking-tee-time-complete-form select,
#doris-enter-scores-form select {
  width: 90%;
  margin-left: 8px;
}
#doris-booking-tee-time-complete-form input[type="checkbox"],
#doris-enter-scores-form input[type="checkbox"] {
  margin: 12px 0 0 24px;
}
.row.slot-header {
  background: #595959;
  margin: 0;
  padding: 4px 8px;
  color: #fff;
}
.js input.form-autocomplete {
  background-position: 99% center;
}
ul.slot-tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul.slot-tabs li {
  display: inline-block;
  background: #f8f8f8;
  border: 1px solid #595959;
  color: #000;
  font-size: 0.9rem;
  margin-bottom: 16px;
  padding: 4px 8px;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
ul.slot-tabs li.active {
  background: #595959;
  color: #fff;
  padding: 4px 8px;
  font-size: 0.9rem;
}
.slot-tab-content {
  display: none;
}
.slot-tab-content.active {
  display: inherit;
}
.cart-icon img {
  height: 20px;
  width: auto;
  margin-left: 24px;
}
.cart {
  height: 24px;
  padding: 6px 0 0 0;
}
.instructions {
  margin: 0 auto 16px auto;
  padding: 8px;
  width: 90%;
  border: 1px solid #000;
  border-radius: 8px;
}
#timer {
  display: none;
}
#timer.active {
  display: block;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  background: #eb1c2d;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 501;
  width: 100%;
  height: 32px;
  line-height: 32px;
}
#hold-button {
  display: block;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  background: #f8f8f8;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 551;
  width: 100%;
  height: 84px;
  line-height: 84px;
  box-shadow: 0 -5px 5px -5px #333;
}
#hold-button .button {
  width: 60%;
  margin: 8px auto 24px auto;
  padding: 8px 0;
  background: #13ae13;
  color: #fff;
  font-size: 1.5rem;
}
#float-buttons {
  display: block;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  background: #f8f8f8;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 551;
  width: 100%;
  height: 84px;
  line-height: 84px;
  box-shadow: 0 -5px 5px -5px #333;
}
#float-buttons .button {
  width: 30%;
  margin: 8px auto 24px auto;
  padding: 8px 0;
  background: #13ae13;
  color: #fff;
  font-size: 1.5rem;
}

/* Booking Card */
.booking-card {
  position: relative;
  padding: 0 8px;
  margin: 0 0 8px 0;
  border-bottom: 1px solid #595959;
}
.booking-card label {
  font-size: 0.7rem;
  font-weight: 600;
}
.booking-card .player,
.booking-card .cart {
  font-size: 1.25rem;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.booking-card .booked-by {
  display: inline-block;
  font-size: 0.75rem;
}
.booking-card .op form {
  display: inline;
  margin: 0;
  padding: 0;
}
.circle-indicator {
  width: 8px;
  height: 8px;
  background: #595959;
  border-radius: 50%;
  display: inline-block;
  margin: 4px 0 4px 8px;
  padding: 0;
}
.player-name {
  display: inline-block;
  margin: 4px 0 4px 8px;
}
.role-indicator {
  display: inline-block;
  margin: 4px 0 4px 8px;
}
.contact-card-container {
  margin: 4px 0 4px 8px;
  padding: 0;
  position: relative;
  display: inline-block;
}
.contact-card {
  display: none;
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 1000;
  background: #f8f8f8;
  padding: 16px;
  width: 280px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.contact-card.active {
  display: block;
}
.contact-card div {
  margin: 0 0 8px 0;
}
.contact-card .mailto {
  display: none;
}
.page-view-bookings .messages {
  display: none;
}
