/* 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 table.booked-calendar td .date .number{
	line-height: 52px;
}

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

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName a,
body .booked-appt-list .timeslot .spots-available{
	font-size: 12px;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col:hover .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today .date {
	color: #ffffff;
	background: #104382;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today.active:hover .date span,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today:hover .date span,
body div.booked-calendar .bc-col .number{
	background: transparent!important;
}

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

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


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 .date span{
	color: #ffffff!important;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col:hover .date, 
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today .date{
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

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: 2px;
}

body .booked-appt-list,
body .booked-modal .bm-window,
body .booked-modal .bm-window .booked-scrollable,
body .booked-modal .bm-window p.booked-title-bar,
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{
	border-radius: 0;
}

body #booked-profile-page input[type="submit"],
body .booked-modal button.cancel,
body .booked-modal input[type=submit].button-primary,
body div.booked-calendar .booked-appt-list .timeslot .timeslot-people button{
	border-width: 2px!important;
	box-sizing: border-box;
}

body div.booked-calendar .booked-appt-list .timeslot .timeslot-people button,
body .booked-modal button.cancel{
	color: #fff!important;
	border-color: #104382 !important;
	background: #104382 !important;
}

body div.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover,
body .booked-modal button.cancel:hover{
	color: #104382!important;
	border-color: #104382 !important;
	background: transparent !important;
}

body div.booked-calendar .booked-appt-list .timeslot .timeslot-people button .spots-available{
	color: inherit!important;
}

body .booked-form input[type=radio], body .booked-form input[type=checkbox]{
	vertical-align: middle;
}

body #booked-profile-page .booked-profile-appt-list .appt-block .booked-fea-buttons > a.delete {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: auto;
	border-color: transparent!important;
}

body #booked-profile-page .booked-profile-appt-list .appt-block .status-block{
	padding-bottom: 0;
	line-height: 31px;
}

body #booked-profile-page .appt-block .booked-cal-buttons .google-cal-button .addeventatc_icon{
	top: 50%;
	transform: translateY(-50%);
}

