/* 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 div.booked-calendar-wrap div.booked-calendar{
	border-radius: unset;
}

body #booked-profile-page input[type=submit],
body #booked-profile-page button,
body .booked-list-view input[type=submit],
body .booked-list-view button,
body .booked-calendar input[type=submit],
body .booked-calendar button,
body .booked-modal input[type=submit],
body .booked-modal button {
	border-radius: 50px;
}

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 .bc-col:hover .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today .date{
	color: #fff!important;
	border-color: #c6532e;
	background: #c6532e!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.active .date .number,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today.prev-date .date span,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-date .date span{
	color: inherit!important;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today:hover .date span,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today.active:hover .date span,
body div.booked-calendar .bc-col .date span,
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.prev-date .date span{
	background: transparent!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 #booked-profile-page .booked-profile-appt-list .appt-block .cancel,
body #booked-profile-page .booked-profile-appt-list .appt-block .edit,
body .addeventatc,
body #booked-profile-page input[type="submit"].button-primary,
body .booked-modal button.cancel,
body .booked-modal input[type=submit].button-primary,
body div.booked-calendar .booked-appt-list .timeslot .timeslot-people button{
	color: #fff!important;
	background: #ffb84e !important;
	border-color: #ffb84e!important;
}

body .booked-modal button.cancel{
	color: #fff!important;
}

body #booked-profile-page .booked-profile-appt-list .appt-block .cancel:hover,
body #booked-profile-page .booked-profile-appt-list .appt-block .edit:hover,
body .addeventatc:hover,
body #booked-profile-page input[type="submit"].button-primary:hover,
body .booked-modal button.cancel:hover,
body .booked-modal input[type=submit].button-primary:hover,
body div.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover{
	color: #fff!important;
	background: #c6532e !important;
	border-color: #c6532e !important;
}

body .booked-modal button,
body .booked-modal input[type="submit"]{
	padding: 1.55em 1.7em 1.55em;
}

body div.booked-calendar .bc-head .bc-col{
	border-color: #93b644 !important;
	background: #93b644 !important;
}

body div.booked-calendar .bc-row.days .bc-col{
	border-color: #B1BC41 !important;
	background: #B1BC41 !important;
}

body #booked-profile-page .booked-profile-appt-list .appt-block .booked-fea-buttons > a.delete,
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-fea-buttons > button.delete{
	border: none !important;
}

body #booked-profile-page .appt-block .booked-cal-buttons .google-cal-button .addeventatc_icon {
	display: none;
}

.addeventatc {
	font-family: inherit !important;
}

body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons a,
body #booked-profile-page .appt-block .booked-cal-buttons > div {
	margin: 0;
}

body #booked-profile-page .appt-block .booked-cal-buttons {
	gap: .5em;
	flex-wrap: wrap;
}

body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons a,
body .addeventatc {
	-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 #booked-profile-page .booked-profile-appt-list .appt-block .booked-fea-buttons > a.delete {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col{
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week:last-child .bc-col{
	border-bottom-width: 0;
}