.hbc-calendar {
	position: relative;
}
.hbc-calendar:before,
.hbc-calendar:after {
	content: "";
	display: table;
	clear: both;
}
.hbc-calendar .hbc-calendar-time {
	float: left;
	width: 25%;
}
.hbc-calendar .hbc-calendar-time h3 {
	margin-top: 0 !important;
}
.hbc-calendar .hbc-calendar-time button {
	cursor: pointer;
	color: #fff;
	border: 0;
	background: #000;
	text-align: center;
	margin-top: 30px;
	letter-spacing: 1px;
	padding: 15px;
	width: 100%;
}
.hbc-calendar .hbc-calendar-time button:disabled {
	cursor: not-allowed;
}
.hbc-calendar .hbc-calendar-date {
	padding-left: 30px;
	float: right;
	width: 75%;
}
.hbc-calendar .hbc-calendar-time-picker {
	height: 442px;
	margin: 10px 0;
	overflow: auto;
}
.hbc-calendar .hbc-calendar-time-picker>div {
	border: 1px solid #eee;
	cursor: pointer;
	letter-spacing: 1px;
	color: #777;
	margin-bottom: 10px;
	padding: 15px;
	text-align: center;
}
.hbc-calendar .hbc-calendar-time-picker>div.disabled {
	cursor: not-allowed;
}
.hbc-calendar .hbc-calendar-time-picker>div:not(.disabled).selected,
.hbc-calendar .hbc-calendar-time-picker:not(.disable)>div:not(.disabled):hover {
	border: 1px solid #000;
}
.hbc-calendar .hbc-calendar-time-picker>div.disabled {
	opacity: .5;
}
.zabuto-calendar.clickable>tbody td {
	padding: 40px 20px;
}
.zabuto-calendar__day--today {
	background: #f5f5f5;
}
.badge-today {
	display: inline-block;
	color: #ffffff;
	background: #000;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	text-indent: -1px;
}
#booking-session button:disabled {
	opacity: .5;
}
.scheduled-events ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.scheduled-events ul li {
	margin: 0 0 5px 0;
}
.scheduled-events ul li .booking-date {
	background: #eee;
	font-size: 18px;
	padding: 10px 20px;
}
.scheduled-events ul li .booking-time {
	background: #fbfbfb;
	padding: 10px 20px;
}
.scheduled-events ul li .booking-time span {
	font-size: 20px;
}
.scheduled-events ul li .booking-cancel {
	float: right;
}
.badge-booked {
	position: relative;
}
.badge-booked:after {
	content: "";
	position: absolute;
    content: "";
    top: 125%;
	left: 50%;
    width: 10px;
    height: 10px;
	margin-left: -4px;
    border-radius: 99%;
    background-color: green;
}
.badge-booked.yellow:after {
	background-color: yellow;
}
.badge-booked.red:after {
	background-color: red;
}
.logged-in .booking-limit {
	border: 1px solid red;
	font-weight: 500;
	padding: 10px 20px;
	text-align: center;
}
td.selected {
	background: #000 !important;
	color: #fff !important;
}
.zabuto-calendar td.zabuto-calendar__day,
.zabuto-calendar td.zabuto-calendar__day--today {
	cursor: not-allowed !important;
	opacity: .2 !important;
}
.zabuto-calendar td.zabuto-calendar__day.enabled,
.zabuto-calendar td.zabuto-calendar__day--today.enabled {
	cursor: pointer !important;
	opacity: 1 !important;
}

form#your-profile .user-capabilities-wrap {
	display: none;
}

form#your-profile #application-passwords-section + div + h2 + table + h2 {
	display: none;
}