/*
	Rose Park Pediatric Dentistry
	Clean Professional Booking Page Styling
	Navy / White / Subtle Gray
*/

#events h3 {
  color: #1c316d !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  margin-bottom: 8px !important;
}

#events p.duration,
#events div.duration {
  color: #6c757d !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

#events p.description,
#events div.description {
  color: #444 !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
}

#events .selectedEvent {
  background: #f7f9fc !important;
  border: 2px solid #1c316d !important;
  border-radius: 16px !important;
  padding: 18px !important;
  box-shadow: 0 10px 24px rgba(0,0,0,0.05) !important;
}

#events input.reserve_time_btn {
  background: #1c316d !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 14px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  padding: 12px 24px !important;
  cursor: pointer !important;
  box-shadow: 0 8px 18px rgba(0,0,0,0.18) !important;
}

#events input.reserve_time_btn:hover {
  background: #152656 !important;
}

#events input.select_another_btn {
  background: #ffffff !important;
  color: #1c316d !important;
  border: 1px solid #d9dfe8 !important;
  border-radius: 14px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  padding: 12px 24px !important;
}

#events input.select_another_btn:hover {
  background: #f5f7fb !important;
}

#eventForm #start_date-block-container h3,
#eventForm #timeline-container h3 {
  color: #1c316d !important;
  font-size: 22px !important;
  font-weight: 700 !important;
}

#eventForm #save_button {
  background: #1c316d !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 14px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  padding: 14px 24px !important;
}

#eventForm #save_button:hover {
  background: #152656 !important;
}

div.ui-widget-content {
  background: #ffffff !important;
  border: 1px solid #e6e9ef !important;
  border-radius: 14px !important;
}

div.ui-widget-header {
  background: #f7f9fc !important;
  border-bottom: 1px solid #e6e9ef !important;
  color: #1c316d !important;
  font-weight: 700 !important;
}

#timeline-container table.timeline {
  border-collapse: separate !important;
  border-spacing: 6px !important;
  width: 100% !important;
}

.timeline td.not_worked_time {
  background: #f1f3f6 !important;
  border-radius: 10px !important;
  opacity: 0.6 !important;
}

.timeline td.free_time {
  background: #ffffff !important;
  border: 1px solid #dfe3ea !important;
  border-radius: 10px !important;
  color: #333 !important;
  font-weight: 600 !important;
  transition: all 0.15s ease !important;
}

.timeline td.free_time:hover {
  background: #f7f9fc !important;
  border-color: #1c316d !important;
  cursor: pointer !important;
}

.timeline td.selected_time {
  background: #1c316d !important;
  border-radius: 10px !important;
  color: #ffffff !important;
  font-weight: 700 !important;
}

.timeline td.reserved_time {
  background: #eceff3 !important;
  border: 1px solid #e1e5ec !important;
  border-radius: 10px !important;
  color: #999 !important;
}

div#loading {
  background: rgba(255,255,255,0.9) !important;
  color: #1c316d !important;
  font-weight: 700 !important;
}

#start_date-block-container .zend_form dt,
#start_date-block-container .zend_form dt b,
#start_date-block-container .zend_form dd label {
  color: #1c316d !important;
  font-weight: 600 !important;
}