/* 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: 30px;
}

body .booked-appt-list .timeslot button .spots-available{
	color: #ffffff;
}

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

body #booked-profile-page .booked-profile-appt-list button.button-primary{
	border: none;
	border-radius: 0;
}

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{
	padding: 1.05em 1.5em .95em 3.5em;
	border-radius: 0;
}

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

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

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

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

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

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

.booked-form-wrap .login-remember input[type="checkbox"]{
	margin-right: .3em;
}


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.active .date .number,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today .date span{
	color: inherit!important;
	box-shadow: none!important;
}

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

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

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

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;
}

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

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

body.theme-pets-grooming div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today.prev-date .date span,
body.theme-pets-grooming div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.active .date span,
body.theme-pets-grooming div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today.active .date span{
	color: #404040!important;
}

body.theme-pets-grooming 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.active:hover .date span,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col:hover .date span{
	color: #fff!important;
}

body.theme-pets-grooming div.booked-calendar .booked-appt-list .timeslot .timeslot-people button[disabled],
body.theme-pets-grooming .booked-calendar-shortcode-wrap button[disabled]{
	background-color: #f0f0f0 !important;
	border-color: #f0f0f0 !important;
	color: #888 !important;
}

body .booked-appt-list .timeslot .spots-available{
	font-size: 12px;
}