/* 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 #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,
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,
body #booked-profile-page .booked-profile-appt-list .appt-block .status-block,
.addeventatc,
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons a,
body #booked-profile-page .booked-tab-content,
body #booked-profile-page .booked-profile-header,
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!important;
}

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 {
	text-align: center;
	padding: 0.7em 2.4em 0.55em;
	font-size: 0.875em;
	font-weight: 600;
}

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

body #booked-page-form input[type="text"],
body #booked-page-form input[type="password"],
body #booked-page-form input[type="email"],
body #booked-page-form textarea,
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 {
	padding: 0.9em 1.8em 0.75em;
	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.active:hover .date span,
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-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today:hover .date {
	color: #ffffff !important;
	background: #ba4a4d !important;
}

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: #ffffff !important;
	background: #d95e61 !important;
	border-color: #d95e61 !important;
}

body .booked-modal button.cancel:hover {
	color: #ffffff !important;
	background: #ba4a4d !important;
	border-color: #ba4a4d !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;
}

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 .date span {
	background: transparent !important;
}

body #booked-profile-page .booked-profile-appt-list .appt-block .booked-fea-buttons > a.delete {
	width: auto;
	border-color: transparent !important;
	position: relative;
}

body #booked-profile-page .booked-profile-appt-list .appt-block .booked-fea-buttons > a.delete > i {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
}

body #booked-profile-page .booked-profile-appt-list .appt-block .booked-fea-buttons{
	align-items: center;
}

body #booked-profile-page .booked-profile-appt-list .appt-block .status-block{
	padding: 2px 12px 0px;
}

body #booked-profile-page .appt-block .booked-cal-buttons .google-cal-button{
	padding: 0.6rem 0.65rem 0.5rem 40px;
}

body #booked-profile-page .appt-block .booked-cal-buttons .google-cal-button .addeventatc_icon{
	top: 0.4rem;
}

body #booked-profile-page button{
	padding: 11px 12px 10px;
}