#hb-resa-cal-wrapper {
	border: 1px solid #e5e5e5;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	box-sizing: border-box;

	margin-bottom: 25px;
	padding: 5px;
	position: relative;
	width: 100%;
}

#hb-resa-cal-scroller {

	position: relative;
	width: 100%;
	overflow: auto;
}

.hb-resa-cal-table {
	background: #fff;
	border: 1px solid #e5e5e5;
      border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
}

.hb-resa-cal-table td {
	padding: 0;
}

#hb-resa-days-table {
	font-size: 13px;
	left: 254px;
	position: absolute;
	table-layout: fixed;
	top: 0;
	width: 100%;
}


#hb-resa-cal-table td.hb-resa-day-label {
	border-bottom: 2px solid #E5E5E5;
	border-right: 1px solid #e5e5e5;
	height: 80px;
	text-align: center;
	width: 40px;
}

.hb-resa-day-label span span {
	display: block;
	font-size: 12px;
}

#hb-resa-cal-table td.hb-resa-day-today {
	background: aliceblue;
	border-right-color: rgba(0,0,0,0.2);
}

#hb-resa-cal-table td.hb-resa-day-yesterday {
	border-right-color: rgba(0,0,0,0.2);
}

#hb-resa-cal-table td.hb-resa-checkinout-yesterday {
	border-right-color: rgba(0,0,0,0.2);
}

#hb-resa-cal-table td.hb-resa-checkinout-today {
	border-right-color: rgba(0,0,0,0.2);
}

#hb-resa-cal-table {
	left: 254px;
	position: absolute;
	table-layout: fixed;
	top: 0px;
	width: 100%;
}

.hb-resa-day {
	border-right: 1px solid #e5e5e5;
}

#hb-resa-cal-table td.hb-resa-day-availability {
	border-right: 1px solid #e5e5e5;
	width: 30px;
}

#hb-resa-cal-table td {
	border-bottom: 1px solid #E5E5E5;
	height: 30px;
	padding: 0;
	text-align: center;
	width: 20px;
}

#hb-resa-accom-table {
	position: relative;
	width: 250px;
	z-index: 99;
}

#hb-resa-accom-table td {
	border-bottom: 1px solid #e5e5e5;
	font-size: 13px;
	height: 30px;
	padding-left: 15px;
	text-align: left;
}

#hb-resa-accom-table td.hb-accom-title {
	font-size: 14px;
}

#hb-resa-cal-table td.hb-resa-checkinout-day {
	overflow: hidden;
	position: relative;
	width: 20px;
}

#hb-resa-cal-table tr#hb-cal-days-bottom {
	border-top: 2px solid #e5e5e5;
}

#hb-resa-accom-table td.hb-resa-cal-commands {
	border-bottom: 2px solid #e5e5e5;
	height: 80px;
	text-align: center;
}

.hb-month-picker .hb-months {
	margin-top: 15px;
	text-align: center;
}

.hb-month-picker-controls {
	margin-top: 10px;
	text-align: center;
}

.hb-month-picker a.hb-month.button{
	height: 28px;
	margin-top: 4px;
	margin-right: 3px;
	width: 80px;
}

#hb-resa-accom-table td.hb-resa-cal-commands span.calendar-range {
	display: block;
	font-weight: bold;
	margin-top: 10px;
}

#hb-resa-accom-table td#hb-commands-bottom {
	border-top: 2px solid #e5e5e5;
	position: relative;
}


#hb-resa-accom-table td.hb-resa-cal-commands div.hb-calendar-controls {
	margin: 10px auto;
	width: 110px;
}

#hb-resa-accom-table .hb-go-to-previous-two-weeks {
	margin-right: 5px;
}

#hb-resa-accom-table .hb-display-calendar {
	margin-right: 5px;
}

#hb-resa-accom-table .hb-display-calendar span.dashicons{
	vertical-align: -4px;
}

.hb-month-picker {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	display: none;
	height: 190px;
	padding: 5px;
	position: absolute;
	width: 260px;
	z-index: 109;
}


.hb-month-picker a.button {
	margin-right: 5px;
}

.hb-resa-day-call-details {
	color: #fff;
	font-weight: bold;
    position: relative;
	text-decoration: none;
    z-index: 89;
}

.hb-resa-day-call-details:hover {
	color: #fff;
	text-decoration: underline;
}

.hb-resa-day-taken {
	color: #fff;
}

.hb-resa-day-taken-checkin.hb-resa-day-taken-checkout span {
	background: #FFF;
	display: block;
	height: 36px;
	left: 8px;
	position: absolute;
	top: -3px;
	transform: rotate(30deg);
	width: 2px;
}

.hb-resa-day-taken-checkin div {
	border-right: 19px solid;
	border-top: 30px solid #fff;
	height: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
}

.hb-resa-day-taken-checkout div {
	border-right: 19px solid #FFF;
	border-top: 30px solid;
	height: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
}

.hb-resa-day-new.hb-resa-day-taken {
	background: #ffbb3e;
	border-right: 1px solid #ffbb3e;
}

.hb-resa-day-checkin-new.hb-resa-day-taken-checkin div {
	border-right-color: #ffbb3e;
}

.hb-resa-day-checkout-new.hb-resa-day-taken-checkout div {
	border-top-color: #ffbb3e;
}

.hb-resa-day-processing.hb-resa-day-taken {
	background: #ccc;
	border-right: 1px solid #ccc;
}

.hb-resa-day-checkin-processing.hb-resa-day-taken-checkin div {
	border-right-color: #ccc;
}

.hb-resa-day-checkout-processing.hb-resa-day-taken-checkout div {
	border-top-color: #ccc;
}

.hb-resa-day-confirmed.hb-resa-day-taken {
	background: #5dc807;
	border-right: 1px solid #5dc807;
}

.hb-resa-day-checkin-confirmed.hb-resa-day-taken-checkin div {
	border-right-color: #5dc807;
}

.hb-resa-day-checkout-confirmed.hb-resa-day-taken-checkout div {
	border-top-color: #5dc807;
}