/* Calendar */

table.booked-calendar tr.days th {
	border: 1px solid #ddd !important;
	font-size: 13px!important;
}
table.booked-calendar td,
table.booked-calendar td+td {
	border-width: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
body table.booked-calendar td:last-child,
body table.booked-calendar td:first-child {
	border-width: 2px;
}
/* Booked form */
body .booked-form .field .checkbox-radio-block label {
	padding-left: 1.4em;
}

/* Login form */

#booked-profile-page i.fa {
	color: inherit;
}

/* User profile header */
#booked-profile-page div.booked-user-avatar {
	width: 50px;
	height:50px;
}
#booked-profile-page div.booked-user-avatar img {
	-webkit-border-radius: 50%;
	    -ms-border-radius: 50%;
			border-radius: 50%;
}
#booked-profile-page .booked-user h3 strong {
	font-weight:400;
}

/* User profile content */
#booked-profile-page div.booked-tab-content {
	-webkit-border-radius: 0;
	    -ms-border-radius: 0;
			border-radius: 0;
}
body .booked-calendar-wrap {
	margin-bottom: 0;
}
body .booked-calendar-wrap .booked-appt-list .timeslot:last-child {
	overflow: hidden;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people {
	height: auto;
	overflow: hidden;
}
.booked-icon-arrow-left:before { content: '\e94f';}
.booked-icon-arrow-right:before { content: '\e94e';}
.booked-icon-arrow-left:before,
.booked-icon-arrow-right:before { font-family: fontello; }

body .booked-calendar-wrap .booked-appt-list h2{
	font-size: 1em;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button{
    padding: 2em 1.35em 1.85em;
	border-radius: 0;
}

body table.booked-calendar td .date .number{
	width: 40px;
	height: 40px;
	line-height: 41px;
}
body table.booked-calendar th {
	height: auto;
	position: relative;
	padding: 1.8rem 0 !important;
}
body table.booked-calendar th .page-right {	right: 31px;}
body table.booked-calendar th .page-left {	left: 31px;}
body table.booked-calendar th .page-right,
body table.booked-calendar th .page-left {	
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
	font-size: 2rem!important;
}
body table.booked-calendar th .monthName {
	font-size: 18px!important;
}
body table.booked-calendar th .monthName a {
	display: block;
	padding-top: 1em;
	font-size: 0.9em!important;
}
@media(max-width: 720px){
	body .booked-calendar-wrap table.booked-calendar thead th .page-left, 
	body .booked-calendar-wrap table.booked-calendar thead th .page-right {
		margin-top: 0;
	}
}

body .booked-calendar-wrap .booked-appt-list .timeslot .spots-available,
body table.booked-calendar .booked-appt-list .timeslot button .spots-available, 
body .booked-calendar-wrap .booked-appt-list .timeslot button .spots-available {
	font-size: 13px;
}
body table.booked-calendar .booked-appt-list{
	padding: 30px 15px 10px;
}

#customerChoices .field{
	line-height: 1.2em;
}

/* Version 2.4 */
body div.booked-calendar-wrap div.booked-calendar,
body .booked-appt-list,
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: 0;
	box-shadow: none;
}

body .booked-modal button,
body .booked-modal input[type="submit"] {
	padding: 2.15em 3em 2em;
}

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.top .bc-col{
	padding: 1.8rem 0;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName{
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 700;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.days .bc-col {
    font-weight: 400;
    padding: 11px 0;
    font-size: 13px;
}

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-left{
	left: 15px;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .page-right{
	right: 15px;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col .date .number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    display: inline-block;
    border-radius: 50%;
    width: 3.1rem;
    height: 3.1rem;
    line-height: 3rem !important;
}
body .booked-appt-list .timeslot{
	flex-wrap: wrap;
}
body div.booked-calendar-wrap.small .booked-appt-list h2{
	margin-bottom: .6em;
}

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 .booked-profile-appt-list .appt-block .booked-cal-buttons a,
body #booked-profile-page .appt-block .booked-cal-buttons .google-cal-button {
	padding: .8em 1em;
	border-radius: 0;
}

#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td a,
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;
}

body #booked-profile-page .booked-profile-appt-list .appt-block{
	text-align: left;
}

body #booked-profile-page .booked-profile-appt-list .appt-block .status-block{
	padding: 1px 12px 0px;
}


body .booked-appt-list .timeslot:hover {
	background: none;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col{
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

body .booked-list-view a.booked_list_date_picker_trigger.booked-dp-active,
body.theme-jude div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.active.today .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-body .bc-row.week .bc-col.next-month:hover .date span, 
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-month:hover .date span{
	color: inherit!important;
}

body .booked-appt-list .timeslot .timeslot-time{
	font-weight: 400;
}

body .booked-calendar .booked-appt-list .timeslot button .spots-available, 
body .booked-calendar-wrap .booked-appt-list .timeslot button .spots-available{
	color: inherit!important;
}

body .booked-modal .bm-window,
body .booked-form .booked-appointments,
body .booked-modal .bm-window .booked-scrollable,
body .booked-modal .bm-window p.booked-title-bar{
	border-radius: 0;
}

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

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

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

/* small */

body div.booked-calendar-wrap.small div.booked-calendar .bc-body .bc-row.week .bc-col .date .number{
	margin: 0;
}

body div.booked-calendar-wrap.small div.booked-calendar .bc-body .bc-row.week .bc-col.prev-date:hover .date span,
body div.booked-calendar-wrap.small div.booked-calendar .bc-body .bc-row.week .bc-col.prev-date .date span{
	background: transparent!important;
}

body div.booked-calendar-wrap.small .booked-appt-list, 
body .booked-calendar-wrap.small .booked-appt-list {
	max-height: 180px;
	overflow-y: auto;
}

.addeventatc .addeventatc_icon{
	display: none;
}

.theme-jude .addeventatc{
	line-height: 1.5em!important;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
		 transition: all 0.3s ease;
}

body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons a,
body #booked-profile-page .appt-block .booked-cal-buttons > div{
	margin: 0;
}

body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons{
	flex-wrap: wrap;
	gap: .5em;
}

body div.booked-calendar-wrap.small div.booked-calendar .bc-head .bc-row .bc-col .monthName{
	font-size: 1em;
	line-height: 1.47058824em;
	height: auto;
}

#booked-profile-page a.user{
	font-weight: 500;
}

#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tr td{
	border-width: 0!important;
}

#ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header a::before{
	font-family: inherit;
}

#ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header .ui-datepicker-prev, 
#ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header .ui-datepicker-next{
	top: auto;
}

#ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header .ui-datepicker-title{
	font-size: 14px;
}

#ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header .ui-datepicker-next{
	right: 15px;
}

#ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header .ui-datepicker-prev {
	left: 15px;
 }