/* 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 > tbody > tr:nth-child(2n+1) > td {
    background-color: inherit !important;
}
body table.booked-calendar > tbody > tr:nth-child(2n) > td {
    background-color: inherit;
}
body table.booked-calendar td.prev-date .date,
body table.booked-calendar td.prev-date:hover .date,
body table.booked-calendar td.prev-date:hover .date span {
    background: #fff8ef !important;
    color: #a5958c !important;
}
body table.booked-calendar td:first-child {
    border-color: #f3e8da !important;
}

body table.booked-calendar td .date .number {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    width: 58px;
    height: 58px;
    line-height: 57px;
    font-size: 18px !important;
}


body table.booked-calendar > tbody tr.entryBlock td {
    background: #fefbf7 !important;
}
body table.booked-calendar tr.week td.active .date,
body table.booked-calendar tr.entryBlock {
    background: #fefbf7 !important;
}
body table.booked-calendar tr.week td.active:hover .date {
    background: #ffffff !important;
}
body table.booked-calendar td:hover .date {
    background: #ffffff !important;
}
body table.booked-calendar thead th .monthName {
    height: 34px;
    font-size: 32px;
    font-weight: 700;
}
body table.booked-calendar thead tr th {
    border: none;
}
body table.booked-calendar thead tr.days th {
    padding: 29px 0;
    font-size: 21px;
    font-weight: 700;
    border: none !important;
}
table.booked-calendar thead tr.days th + th {
    border-left: 1px solid red !important;
}
body table.booked-calendar {
    border-bottom: none !important;
    border-collapse: separate !important;
}
body table.booked-calendar thead th .page-right, body table.booked-calendar thead th .page-left {
    color: #fff !important;
    width: 56px;
    height: 56px;
    line-height: 56px;
    border-radius: 50%;
    text-align: center;
    font-size: 11px;
}
.booked-icon-arrow-left:before {
    font-family:'fontello';
    content: '\e94c';
}
.booked-icon-arrow-right:before {
    font-family:'fontello';
    content: '\e94d';
}
body table.booked-calendar th .page-left:hover,
body table.booked-calendar th .page-left {
    left: 30px;
    top: 30px;
}
body table.booked-calendar th .page-right:hover,
body table.booked-calendar th .page-right {
    right: 30px;
    top: 30px;
}
body table.booked-calendar th {
    padding: 41px 0;
}
body .booked-calendar-wrap .booked-appt-list h2 {
    font-size: 21px;
    font-weight: 700;
    text-transform: none;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .spots-available {
    font-weight: 400;
    text-transform: none;
    font-size: 1em;
    line-height: 1.6em;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button {
    float: right;
    margin: 0 0 0 10px;
    padding: 0.5em 1em;
    font-size: 15px;
    font-weight: 400;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-time i.booked-icon {
    margin-right: 3px;
}
#newAppointmentForm .button,
#newAppointmentForm button {
    padding: 0.5em 1em;
    font-size: 15px;
    font-weight: 400;
}