/* Calendar */
table.booked-calendar tr.days th {
	border: 1px solid #ddd !important;
}
table.booked-calendar td,
table.booked-calendar td+td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

/* Booked form */
body .booked-form .field .checkbox-radio-block label {
	padding-left: 1.4em;
}
body .booked-form .field .checkbox-radio-block label:before {
	line-height: 0.65em;
}

/* Login form */
#booked-page-form .login-remember input {
	display: inline;
	vertical-align:middle;
}

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

/* User profile header */
#booked-profile-page div.booked-profile-header {
	padding: 0 0 2em;
}
#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 table.booked-calendar tr.days th {
    font-size: 1em;
    font-weight: 300;
    padding: 1.95em 0;    
}

body table.booked-calendar thead th {
	border: none;
}
body table.booked-calendar td .date .number{
	font-size: 0.9em;
	font-weight: 300;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
}

body table.booked-calendar td.today .date span {
	border: none !important;
}

.booked-calendar-wrap .booked-appt-list h2 {
	text-transform: none;
}
.booked-calendar-wrap .booked-appt-list h2 strong{
	font-weight: 600;
}

body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button{
	padding: 0.5em 1.7em;
}

body table.booked-calendar thead th .monthName,
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName {
    font-size: 5.625em;
    font-weight: 400;
    height: initial;
}
body table.booked-calendar th .monthName a {
	vertical-align: middle;
	top: 4px;
}

body table.booked-calendar thead th .page-right, 
body table.booked-calendar thead th .page-left{
	top: 50%;
	-webkit-transform:translateY(-50%);
	    -ms-transform:translateY(-50%);
	        transform:translateY(-50%);
}

body div.booked-calendar-wrap div.booked-calendar {
	border-radius: 0;
	box-shadow: none;
}

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.top {
	margin-bottom: 2rem;
}

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.days .bc-col {
	padding: 0.8rem 0 !important;
	font-size: 1em;
    font-weight: 300;
	text-transform: capitalize;
}

.booked-calendar .page-right i {
	transition: .3s all ease;
}

.page-right i:before,
.page-left i:before,
.timeslot-range i::before,
.appointment-info i::before,
body .booked-modal .bm-window .close i::before {
	font-family: 'fontello';
	font-style: normal;
}

.page-left i:before {
	content: '\E907';
}
.page-right i:before {
	content: '\E908';
}
.timeslot-range i::before {
	content: '\E8FC';
}
.appointment-info i::before {
	content: '\E94A';
}
body .booked-modal .bm-window .close i::before {
	content: '\E916';
}

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.prev-date:hover .date span,
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 {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
body .booked-calendar button,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col .date .number {
	border-radius: 0;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today .date span {
	box-shadow: none;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col .date .number {
	font-size: 0.9em;
    font-weight: 300;
	line-height: 49px !important;
}

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName a {
	top: -1.05rem;
}

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName{
	line-height: 2.1rem;
}

body .booked-appt-list .timeslot .spots-available{
	font-size: .7em;
}

body .booked-calendar .booked-appt-list .timeslot{
	margin-bottom: 1px;
}