/* Booked */
body table.booked-calendar td, body table.booked-calendar {
	border: 1px solid #ddd !important;
	border-collapse: separate !important;
}
body .booked-form .field .checkbox-radio-block label {
	padding-left: 1.4em !important;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-right i, 
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-left i,
body table.booked-calendar thead th a .booked-icon {
	color: #fff;
}

body .booked-form .booked-appointments,
body .booked-modal .bm-window .booked-scrollable,
body .booked-modal .bm-window p.booked-title-bar,
body #booked-profile-page .booked-tab-content,
body #booked-profile-page .booked-profile-header,
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 div.booked-calendar-wrap div.booked-calendar {
	border-radius: 0;
}

body .booked-modal .bm-window button,
body .booked-modal .bm-window input[type="submit"].button-primary {
	padding: 1em 2em;
	border: 0 !important;
}

body .booked-appt-list .timeslot .spots-available {
	font-size: 0.9rem;
}

body .booked-appt-list .timeslot button .spots-available {
	font-size: 10px;
	font-weight: 700;
	transition: 0.3s all;
}

/* New */
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week div.bc-col.today.active span.date .number,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week div.bc-col.active span.date .number, 
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week div.bc-col:hover span.date .number {
	color: inherit!important;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week div.bc-col .date .number {
	color: inherit!important;
}
body div.booked-calendar-wrap div.booked-calendar,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week div.bc-col .date .number,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week div.bc-col .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week div.bc-col.prev-date:hover .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week div.bc-col.prev-date .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week div.bc-col.today.active span.date .number,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week div.bc-col.active span.date .number,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week div.bc-col:hover span.date .number,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.entryBlock,
body div.booked-calendar-wrap .booked-appt-list {
    background: 0 0!important;
	-webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week div.bc-col:hover span.date .number {
	-webkit-transition: all 0s ease;
    -ms-transition: all 0s ease;
    transition: all 0s ease;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week div.bc-col.today.prev-date .date span,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week div.bc-col.today .date span {
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}
body div.booked-calendar-wrap .booked-appt-list .timeslot:hover {
	background-color: transparent;
}
body div.booked-calendar-wrap div.booked-calendar {
	box-shadow: none;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week div.bc-col.next-month .date .number,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week div.bc-col.prev-month .date .number {
    opacity: 0.5;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.entryBlock .bc-col {
	padding: 0;
}

body div.booked-calendar-wrap .booked-appt-list {
	-webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

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

body #booked-profile-page .appt-block .booked-cal-buttons .google-cal-button,
body .booked-appt-list .timeslot .spots-available{
	font-size: 12px;
}

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

body #booked-profile-page .booked-profile-appt-list .appt-block .booked-fea-buttons > a.delete{
	border-color: transparent!important;
	width: auto;
	display: flex;
	flex-direction: column;
	justify-content: 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: unset;
	border-radius: 0;
	text-decoration: unset !important;
	padding: 1em 2.5em;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 12px;
	line-height: 150% !important;
	font-weight: 600;
	letter-spacing: 3px;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;

}

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

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

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.top .bc-col {
	border-bottom-width: 0;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.days .bc-col {
	border-width: 0 1px 0 0;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.days .bc-col:last-child {
    border-width: 0;
}

body div.booked-calendar-wrap.booked-list-view .booked-appt-list,
body .booked-appt-list {
	transform: none;
	padding: 1em;
}

.booked_custom_date_picker .ui-datepicker-title {
	margin-bottom: 0;
}