/* Booked Appointments
------------------------------------------------------------------------------------ */
body table.booked-calendar th .monthName a {
	color: rgba(255,255,255,0.75);
}
body table.booked-calendar th .monthName a:hover {
	color: #ffffff;
}

body .booked-form input[type=radio] {
	top: 5px;
}

body div.booked-calendar-wrap div.booked-calendar,
body div.booked-calendar .booked-appt-list .timeslot .timeslot-people button, body .booked-modal input[type=submit], body .booked-modal button{
	border-radius: 0;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col .date .number {
	line-height: 50px !important;
}

body .booked-modal input[type=submit],
body .booked-modal button, 
body .booked-calendar button{
	padding: 9px 12px 8px;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today .date span{
	box-shadow: unset;
}

body .booked-form .field input[type=text], 
body .booked-form .field input[type=password]{
	padding: 1em 1.8em 0.65em;
	letter-spacing: -0.4px;
	font-size: 1em;
	font-weight: 300;
	box-sizing: border-box;
	border: unset;
}

body .booked-form .field input[type=text], body .booked-form .field input[type=password], body .booked-form .field input[type=tel], body .booked-form .field input[type=email], body .booked-form .field textarea,
body .booked-modal .bm-window,
body .booked-modal .bm-window .booked-scrollable,
body .booked-modal .bm-window p.booked-title-bar,
body .booked-appt-list{
	border-radius: 0;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today .date span{
	color: #ffffff!important;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.entryBlock,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.active .date .number,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.active .date,
body div.booked-calendar .bc-col:hover .date,
body div.booked-calendar .bc-col:hover .date span,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today:hover .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today:hover .date span{
	color: #ffffff!important;
	background: #ba4a4d!important;
}
body .booked-modal input[type=submit].button-primary,
body div.booked-calendar .booked-appt-list .timeslot .timeslot-people button {
	color: #ffffff !important;
	background: #d95e61 !important;
	border-color: #d95e61 !important;
}
body div.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover,
body .booked-modal input[type=submit].button-primary:hover{
	background: #ba4a4d !important;
	border-color: #ba4a4d !important;
}

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.days .bc-col{
	font-size: 12px;
	padding: 11px 0 10px;
}