/* 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 .bc-body .bc-row.week .bc-col .date .number {
	line-height: 50px !important;
}

.booked-form .button{
	transition: .3s all;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col .date span{
	box-shadow: none!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,
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-fea-buttons > a.delete:hover,
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-fea-buttons > button.delete:hover{
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

body #booked-profile-page .appt-block .booked-cal-buttons .google-cal-button,
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons a{
	border-radius: 0;
}

body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons a{
	border-radius: 0;
}

body #booked-profile-page .booked-profile-appt-list .appt-block .status-block,
body #booked-page-form input[type=submit]{
	border-radius: 2em;
}

body .booked-upload-wrap{
	max-width: 200px;
}

.booked-profile-appt-list{
	padding: 0 30px;
}

body .booked-upload-wrap span{
	margin-top: -10px;
}

body #booked-profile-page .booked-profile-appt-list .appt-block button{
	border-radius: 2em;
}

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-wrap div.booked-calendar .bc-body .bc-row.week .bc-col .date span{
	background: transparent!important;
	color: inherit!important;
}

body .booked-appt-list .timeslot .spots-available,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today .date span{
	color: inherit!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,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col:hover .date{
	background: #FC5640!important;
	color: #ffffff!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{
	background: #FC5640!important;
	border-color: #FC5640!important;
	color: #ffffff!important;
}

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

body div.booked-calendar .bc-head{
	background: #ffcb47!important;
	border-color: #ffcb47!important;
	color: #ffffff!important;
}

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

body #booked-profile-page input[type=submit],
body #booked-profile-page button,
body .booked-modal button.cancel,
body .booked-modal input[type=submit].button-primary,
body .booked-calendar button{
	font-size: 1.063em;
	padding: 0.68em 2.5em;
	line-height: 1.2857em;
	text-transform: uppercase;
    border-radius: 2em;
    box-sizing: border-box;
}

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-head .bc-row .bc-col .monthName a{
	top: 0;
}

body #booked-profile-page .booked-profile-appt-list .appt-block .booked-fea-buttons{
	float: none;
	margin-bottom: 1em;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col .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;
}