#calendar_dispo > * {
	font-family: var(--obe-font);
}

.obeh .hidden {
	visibility: hidden !important;
}

.obeh .hover {
	background-color: #E9E9E9 !important;
	pointer-events: none;	
}

.obeh .hover:hover {
	color: white;
}

.obeh .controls-calendar button {
	padding: 10px 15px !important;
	background-color: var(--obe-accent-background);
	color: #fff;
	text-align: center !important;
	border-radius: 50% !important;
}

.obeh .controls-calendar button:not([disabled]):not(.hover):hover  {
	outline: 1px solid var(--obe-accent-color);
	background-color: transparent;
}

.obeh .controls-calendar button:disabled {
	background-color: #E9E9E9 !important;
}

.obeh .controls-calendar i {
	padding-left: 0 !important;
}

.obeh .fa {
	font-size: inherit !important;
	font-weight: 600 !important;
}

.obeh .noAvalability h2 {
	font-size: 26px !important;
}

.obeh table.calendar tr {
	background-color: white !important;
}

.obeh table.calendar tr:second-child {
	margin-top: 2% !important;
}

.obeh table.calendar th {
	border: 0;
	width: 70px !important;
	max-width: 70px !important;
	background-color: white !important;
	color: #aaa !important;
	font-size: 20px !important;
	font-weight: 600 !important;
	text-align: center !important;
}

.obeh td {
	text-align: center !important;
	padding: 0 !important;
}

.obeh table .calendar td {
	background-color: transparent !important;
	border: 0;
	max-width: 70px !important;
	border-right: 0 !important;
	border-bottom: 0 !important;
	text-align: center !important;
	font-weight: 600 !important;
	font-size: 20px !important;
	padding: 3px !important;
}

.obeh .calendar td.date-passed {
	color: #d2d2d2;
	border-color: #d2d2d2;
}

.obeh .calendar td.date-unavailable {
	color: #d44646;
	border-color: #d44646;
}

.obeh .calendar td.date-checkout {
	color: darkblue;
	border-color: darkblue;
}

.obeh .calendar td span {
	cursor: pointer;
	display: flex !important;
	width: 100% !important;
	border: 1px solid !important;
	float: left;
	min-height: 90px;
	flex-direction: column;
	justify-content: space-around;
}

.obeh .calendar td span div {
	flex: 1 0 auto;
}

.obeh .calendar td.date-passed span {
	cursor: auto;
}

.obeh .calendar td.available span {
	border-color: green !important;
	color: green !important;
}

.obeh .calendar td.restriction span {
	border-color: orange !important;
	color: orange !important;
}

.obeh .calendar td span div.calendar-day {
	font-size: 20px !important;
	font-weight: 600 !important;
	text-align: center !important;
	line-height: 50px;
}

.obeh .calendar td span div.calendar-booking-price-before-offer {
	line-height: 10px;
	min-height: 10px;
}

.obeh .calendar td span div.calendar-booking-price-before-offer strike {
	font-size: 12px;
	line-height: 10px;
	color: red;
}

.obeh .calendar td span div.calendar-booking-price {
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
}

.obeh .calendar td span div.calendar-booking-min-los {
	min-height: 17px;
}

.obeh .calendar td span div.calendar-booking-min-los .calendar-booking-min-los-days {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	border-bottom: dotted 1px;
}

.obeh .calendar td span div.calendar-booking-not-available {
	font-size: 13px;
	line-height: 16px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.obeh .calendar td span div.calendar-booking-price-per-day {
	margin-top: 1px;
	font-weight: 400;
	font-size: 10px;
	line-height: 8px;
}

.obeh .calendar td.start span,
.obeh .calendar td.active span {
	color: #fff !important;
	background-color: #8aaf76;
}

.obeh .calendar td.end span {
	background-color: #66aa41 !important;
	color: #fff !important;
}

.obeh .button_search {
	cursor: pointer;
	border-radius: 8px !important;
	padding: 20px !important;
	float: right !important;
	background-color: var(--obe-accent-background);
	color: white;
}

.obeh .calendar-legend {
	text-align: left !important;
	padding-right: 0px;
}

.obeh .calendar-legend label {
	display: inline-block !important;
	font-size: 13px;
	color: #6d6d6d;
	margin-right: 10px !important;
	line-height: 16px;
}

.obeh .calendar-legend label:last-child {
	margin-right: 0px !important;
}

.obeh .calendar-legend label::before {
	content: "";
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	border: 2px solid;
	margin-right: 4px;
}

.obeh .calendar-legend label.available::before {
	border-color: #66aa41;
}

.obeh .calendar-legend label.restriction::before {
	border-color: #ce9513;
}

.obeh .calendar-legend label.unavailable::before {
	border-color: #d44646 !important;
}

.obeh .message-restriction {
	padding: 20px;
	margin-top: 20px;
}

.obeh .message-restriction.active,
.obeh .message-restriction.m-fixed {
	background-color: #ce9513;
	color: #fff;
}

@media (max-width: 600px) {
	.obeh table {
		width: 100% !important;
	}

	.obeh .controls_calendar {
		margin-bottom: 6% !important;
	}

	.obeh .tbody {
		width: 90% !important;
	}

	.obeh .header {
		padding: 3px 3px 3px 3px !important;
	}

	.sohohotel-main-content table td {
		padding: 2px 2px !important;
	}


	.sohohotel-main-content table th {
		font-size: 16px !important;
	}

	.sohohotel-main-content table td {
		max-width: 50px !important;
	}

	.obeh .calendar td span div.calendar-booking-not-available {
		display: none;
	}

	.obeh .calendar td span div.calendar-booking-min-los .calendar-booking-min-los-days {
		font-size: 10px;
		line-height: 13px;
	}

	.obeh .calendar td span div.calendar-booking-price {
		font-size: 10px;
		line-height: 13px;
	}

	.obeh .calendar td span div.calendar-day {
		font-size: 14px !important;
		line-height: 20px;
	}

	.obeh .calendar td span {
		min-height: 60px;
	}

}
