/* Booked Appointments
------------------------------------------------------------------------------------ */
body table.booked-calendar th .monthName a {
	color: rgba(255, 255, 255, 0.75);
}

body .booked-appt-list .timeslot button .spots-available,
body table.booked-calendar th .monthName a:hover {
	color: #ffffff;
}

body table.booked-calendar td {
	border-color: #e5e5e5 !important;
}

body table.booked-calendar thead tr {
	border: none;
}

body #booked-profile-page input.button-primary[type="submit"]:hover, body .booked-list-view button.button:hover, body .booked-list-view input.button-primary[type="submit"]:hover, body table.booked-calendar input.button-primary[type="submit"]:hover, body .booked-modal input.button-primary[type="submit"]:hover, body table.booked-calendar thead, body table.booked-calendar thead th, body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover, body #booked-profile-page .booked-profile-header, body #booked-profile-page .booked-tabs li.active a, body #booked-profile-page .booked-tabs li.active a:hover, body #booked-profile-page .appt-block .google-cal-button > a:hover {
	background: #ca0808 !important;
}

body #booked-profile-page input.button-primary[type="submit"]:hover, body table.booked-calendar input.button-primary[type="submit"]:hover, body .booked-list-view button.button:hover, body .booked-list-view input.button-primary[type="submit"]:hover, body .booked-modal input.button-primary[type="submit"]:hover, body table.booked-calendar th, body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover, body #booked-profile-page .booked-profile-header, body #booked-profile-page .appt-block .google-cal-button > a:hover {
	border-color: #ca0808 !important;
}

body table.booked-calendar td.today .date span {
	border: 2px solid #ca0808;
}

body table.booked-calendar td.today:hover .date span {
	background: #ca0808 !important;
}

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 {
    -webkit-border-radius: 2.3em;
    -moz-border-radius: 2.3em;
    border-radius: 2.3em;
}

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

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

body .booked-modal input.button-primary[type="submit"]:hover,
body div.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover{
	border-color: inherit!important;
}

body div.booked-calendar .bc-col .date span{
	background: transparent!important;
}

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName{
	font-size: 14px;
}

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 .date,
body .booked-appt-list .timeslot button .spots-available{
	-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;
}