/* Buttons */
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 table.booked-calendar input[type="submit"],
body table.booked-calendar button,
body .booked-modal input[type="submit"],
body .booked-modal button {
	-webkit-appearance: none;
	display:inline-block;
	cursor: pointer;
	padding:1.75em 3.2em;
	border: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

/* 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%;
	   -moz-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;
	   -moz-border-radius: 0;
	    -ms-border-radius: 0;
			border-radius: 0;
}

body table.booked-calendar,
body table.booked-calendar thead,
table.booked-calendar thead tr:not(.days) th,
body div.booked-calendar .bc-head .bc-col{
	background-color: transparent !important;
	background: transparent !important;
}
body table.booked-calendar tr:not(.days) th,
body table.booked-calendar,
body div.booked-calendar .bc-head .bc-row .bc-col{
	border: none !important;
}

body div.booked-calendar-wrap div.booked-calendar {
	box-shadow: none !important;
}

.booked-calendar .fa-arrow-right:before,
.booked-calendar .fa-arrow-left:before,
.booked-calendar .fa-clock-four:before,
.booked-calendar .fa-clock:before {
	font-family: 'fontello';
}

.booked-calendar .fa-arrow-left:before {
	content: '\E907';
}
.booked-calendar .fa-arrow-right:before {
	content: '\E908';
}
.booked-calendar .fa-arrow-left:before,
.booked-calendar .fa-arrow-right:before {
	font-weight: normal;
}

.booked-calendar .fa-clock-four:before,
.booked-calendar .fa-clock:before {
	content: '\E8FC';
}

body table.booked-calendar thead th .monthName,
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName {
	text-transform: capitalize;
	font-size: 1.8em;
}

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.top .bc-col {
	padding: 1.7rem 0 !important;
}

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.days .bc-col {
	padding: 0.8rem 0 !important;
}

table.booked-calendar thead tr.days th,
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.days .bc-col{
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.875rem;
    padding: 19px 0 18px;
	text-transform: capitalize;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col .date .number {
	transition: .3s all;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col {
	border-bottom: 1px solid #eee !important;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row {
	border-left: 1px solid #eee !important;
}
body div.booked-calendar-wrap div.booked-calendar {
	border-radius: 0 !important;
}

table.booked-calendar thead tr.days th:first-child,
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.days .bc-col {
	border-left: 1px solid !important;
}
table.booked-calendar thead tr.days th:last-child {
	border-right: 1px solid !important;
}
table.booked-calendar thead tr.days th,
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.days .bc-col {
	border-bottom: none;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button {
	border: none !important;
	margin-top: -8px;
}

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 table.booked-calendar input[type="submit"], 
body table.booked-calendar button, 
body .booked-modal input[type="submit"], 
body .booked-modal button {
    padding: 1em 3.2em;
}

body div.booked-calendar .booked-appt-list .timeslot .timeslot-people button {
	padding: 1.25em 3.2em;
	font-size: 15px;
    margin-top: 1px;
	border-radius: 0;
}

body .booked-modal button {
	margin-top: 10px;
	border: none !important;
}

body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button[disabled], 
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button[disabled]:hover {
	opacity: 0.7;
}

body.booked-noScroll {
	position: initial !important;
}

body .booked-calendar-wrap .booked-appt-list .timeslot.timeslot-count-hidden .timeslot-time {
	padding-top: 17px;
	height: auto;
}
body .booked-calendar-wrap .booked-appt-list .timeslot.timeslot-count-hidden .timeslot-people {
	padding-top: 18px;
	padding-right: 16px;
}