.mcb-datepick-popup-wrapper,
.mcb-datepick-wrapper {
	border-radius: 6px;
	margin: 10px 0;
	position: relative;
}

.mcb-datepick-popup {
	position: relative;
}

.mcb-datepick-popup-wrapper {
	display: none;
	position: absolute;
	z-index: 99999;
}

.mcb-dp-month {
	float: left;
	padding: 0 5px 6px;
	width: 290px;
}

.mcb-dp-month-header {
	font-size: 21px;
	line-height: 60px;
	text-align: center;
}

.mcb-dp-week-header div,
.mcb-dp-day {
	box-sizing: border-box;
	float: left;
	height: 34px;
	line-height: 32px;
	padding: 1px;
	text-align: center;
	width: 14.2%;
}

.mcb-dp-day-check-in,
.mcb-dp-day-check-out {
	font-weight: bold;
}

.mcb-dp-day > a,
.mcb-dp-day > span {
	display: block;
	height: 100%;
}

.mcb-dp-day > span {
	cursor: default;
}

.mcb-dp-week-header {
	font-size: 0.75em;
	font-weight: bold;
	margin-top: -5px;
	text-transform: uppercase;
}

.mcb-dp-cmd-wrapper a {
	border-bottom: 0;
	box-shadow: none;
	border-radius: 15px;
	font-size: 18px;
	font-weight: bold;
	height: 30px;
	line-height: 27px;
	outline: none;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: 15px;
	width: 30px;
}


.mcb-dp-cmd-wrapper a.mcb-dp-disabled {
	cursor: default;
}

.mcb-dp-cmd-prev {
	left: 12px;
	text-indent: -1px;
}

.mcb-dp-cmd-next {
	right: 12px;
	text-indent: 2px;
}

.mcb-dp-cmd-close {
	border-radius: 10px;
	display: none;
	font-size: 14px;
	line-height: 20px;
	position: absolute;
	right: 4px;
	top: 4px;
	width: 20px;
	height: 20px;
}

.mcb-dp-rtl .mcb-dp-cmd-prev {
	left: auto;
	right: 12px;
}

.mcb-dp-rtl .mcb-dp-cmd-next {
	left: 12px;
	right: auto;
}

.mcb-dp-multi .mcb-dp-month:not(.first) {
	border-left-style: solid;
	border-left-width: 1px;
}

.mcb-dp-month-row + .mcb-dp-month-row {
	border-top-style: solid;
	border-top-width: 1px;
}

.mcb-datepick-legend {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	line-height: 30px;
	padding: 10px 40px 10px 15px;
	position: relative;
	text-align: center;
}

.mcb-dp-rtl {
	direction: rtl;
}

.mcb-dp-rtl .mcb-dp-week-header div,
.mcb-dp-rtl .mcb-dp-day {
	float: right;
}

.mcb-availability-calendar {
	margin-bottom: 20px;
}

.mcb-day-taken-start,
.mcb-day-taken-end {
	overflow: hidden;
	position: relative;
}

.mcb-day-taken-start:before,
.mcb-day-taken-end:before,
.mcb-day-taken-content {
	position: relative;
}

.mcb-day-taken-start:before {
	content: '';
	height: 50px;
	left: 0;
	position: absolute;
	top: 10px;
	width: 70px;
	-ms-transform: rotate(-40deg);
	transform: rotate(-40deg);
}

.mcb-day-taken-end:before {
	content: '';
	height: 50px;
	left: -25px;
	position: absolute;
	top: -33px;
	width: 70px;
	-ms-transform: rotate(-40deg);
	transform: rotate(-40deg);
}

.mcb-availability-calendar-centered {
	margin: 0 auto;
}

.mcb-avail-caption-wrapper {
	line-height: 26px;
}

.mcb-avail-caption-wrapper span {
	display: inline-block;
	float: left;
	height: 26px;
}

.mcb-avail-caption {
	box-shadow: inset 0px 0px 1px rgba(0,0,0,0.4);
	margin-right: 10px;
	width: 31px;
}

.mcb-avail-caption-text-available {
	margin-right: 40px;
}

.mcb-avail-line-break {
	display: none;
	line-height: 39px;
}

@media screen and (max-width: 480px) {
	.mcb-avail-line-break {
		display: block;
	}
}

.mcb-dp-clearfix:after {
	content: "";
	display: table;
	clear: both;
}




.mcb-datepick-wrapper,
.mcb-datepick-popup-wrapper {
	background: #fff;
	box-shadow: 0 0 30px rgba(0,0,0,0.33), 0 0 3px rgba(0,0,0,0.2);
	z-index: 99999;
}

.mcb-dp-day > span {
	color: #aaa;
}

.mcb-dp-day-past {
	color: #aaa;
}

.mcb-dp-day-check-in,
.mcb-dp-day-check-out,
.mcb-dp-day > span.mcb-dp-day-check-in,
.mcb-dp-day > span.mcb-dp-day-check-out {
	color: #444;
}

.mcb-dp-cmd-wrapper a {
	background: #333;
	color: #fff;
}

.mcb-dp-cmd-wrapper a:hover {
	background: #6f6f6f;
}