/* 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{
	background-color: transparent !important;
	background: transparent !important;
}
body table.booked-calendar tr:not(.days) th,
body table.booked-calendar{
	border: none !important;
}


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

.booked-calendar .fa-arrow-left:before {
	content: '\e91f';
}
.booked-calendar .fa-arrow-right:before {
	content: '\e920';
}

body table.booked-calendar thead th .monthName {
	text-transform: capitalize;
	font-size: 1.2em;
}

table.booked-calendar thead tr.days th{
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.875rem;
    padding: 19px 0 18px;
	text-transform: capitalize;
}

table.booked-calendar thead tr.days th:first-child{
	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{
	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 .booked-modal button {
	margin-top: 10px;
	border: none !important;
}

/*// body #booked-profile-page input[type=submit].button-primary:hover, */
/*// body table.booked-calendar input[type=submit].button-primary:hover, */



/*// body table.booked-calendar th, */

/*// body #booked-profile-page .booked-profile-header, */


/*// }*/

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;
}