/* QuickCal
------------------------------------------------------------------------------------ */
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-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons a,
body #booked-profile-page .booked-profile-appt-list .appt-block .status-block,
.addeventatc,
body #booked-profile-page input[type="submit"].button-primary, 
body #booked-profile-page button.button-primary, 
body .booked-list-view input[type="submit"].button-primary, 
body .booked-list-view button.button-primary, 
body .booked-calendar input[type="submit"].button-primary, 
body .booked-calendar button.button-primary, 
body .booked-modal input[type="submit"].button-primary, 
body .booked-modal button.button-primary,
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-appt-list,
body .booked-modal .bm-window,
body .booked-modal .bm-window .booked-scrollable,
body .booked-modal .bm-window p.booked-title-bar,
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 div.booked-calendar .bc-col:hover .date,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today .date{
	color: #222!important;
	border-color: #fdb1aa;
	background: #fdb1aa!important;
}

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

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.today.active:hover .date span,
body div.booked-calendar .bc-col .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.prev-date .date span{
	background: transparent!important;
}

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 #booked-profile-page input[type="submit"].button-primary, 
body #booked-profile-page button.button-primary, 
body .booked-list-view input[type="submit"].button-primary, 
body .booked-list-view button.button-primary, 
body .booked-calendar input[type="submit"].button-primary, 
body .booked-calendar button.button-primary, 
body .booked-modal input[type="submit"].button-primary, 
body .booked-modal button.button-primary,
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: #222!important;
	border-color: #fdb1aa!important;
	background-color: #fdb1aa!important;
}

body #booked-profile-page input[type="submit"].button-primary:hover,
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{
	color: #fdb1aa!important;
	border-color: #fdb1aa!important;
	background: #ffffff!important;
}

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

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

body #booked-profile-page .booked-profile-appt-list .appt-block .booked-fea-buttons > a.delete{
	border-color: transparent!important;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

body #booked-profile-page .appt-block .booked-cal-buttons .google-cal-button .addeventatc_icon{
	top: 50%;
	transform: translateY(-50%);
}

body .addeventatc .addeventatc_icon{
	width: 1.28571428571em;
  height: 1.28571428571em;
	background-size: 1.28571428571em 1.28571428571em;
}