.reservations_calendar .calendar_row {
	display: flex;
	gap: 1px;
	padding: 1px;
	margin-bottom: 2px;
}

.reservations_calendar .calendar_header {
	flex-grow: 1;
	flex-basis: 0;
	font-size: 14px;
	text-align: center;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #494373;
}

.reservations_calendar .calendar_item {
	flex-grow: 1;
	flex-basis: 0;
	min-height: 100px;
	padding: 5px 5px 2px 5px;
}

.reservations_calendar .calendar_item.secondary {
	background-color: #d9d9d9;
	color: #fff;
}

.reservations_calendar .calendar_item.white {
	background-color: #f7f7f7;
	color: #000;
}

.reservations_calendar .date {
	font-size: 12px;
	text-align: center;
	margin-bottom: 5px;
}
.reservations_calendar .calendar_item.white .date {
	color: #494373;
	font-weight: 600;
	font-size: 14px;
}
.reservations_calendar .calendar_item.secondary .date {
	color: #b8b8b8 !important;
}

.reservations_calendar .reservation_item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 12px;
	padding: 5px;
	border-radius: 5px;
	margin-bottom: 3px;
}

.reservations_calendar .reservation_item a {
	color: #000;
}

.reservations_calendar .reservation_item a:hover {
	text-decoration: none;
}

.reservations_day {
	display: flex;
}

.reservations_day .tables_list {
	width: 250px;
}

.reservations_day .tables_list .table_line {
	display: flex;
	align-items: center;
	height: 36px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.reservations_day .reservations_list {
	width: calc(100% - 250px);
	overflow: auto;
}

.reservations_day .reservations_list .table_line {
	display: flex;
	align-items: center;
	height: 36px;
	border-bottom: 1px solid #ddd;
	width: fit-content;
	position: relative;
}
.reservations_day .reservations_list .table_line:nth-child(1) {
	background-color: #494373;
	border-bottom: 0px;
	color: #fff;
}

.reservations_day .reservations_list .table_line .separator {
	border-right: 1px solid #ddd;
	height: 100%;
	width: 100px;
	flex-basis: 100px;
	flex-grow: 0;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.reservations_day .reservations_list .table_line .double_separator {
	border-right: 1px solid #ddd;
	background-color: #ddd;
	height: 100%;
	width: 22px;
	/*flex-basis: 2px;
	flex-grow: 0;
	flex-shrink: 0;*/
}

.reservations_day .reservations_list .reservation_item_container {
	position: absolute;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.reservations_day .reservations_list .reservation_item {
	padding: 5px;
	width: 100%;
	height: 38px;
	overflow: hidden;
	font-size: 12px;
	display: flex;
	align-items: center;
}

.reservations_day .reservations_list .reservation_item:hover {
	text-decoration: none;
}

#reservations_form {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: #00000090;
	z-index: 2000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px;
}

#reservations_form > .content {
	background-color: #fff;
	border-radius: 5px;
	padding: 15px;
	width: 100%;
	max-width: 800px;
	position: relative;
}

#reservations_form .customers_popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: #00000090;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px;
}

#reservations_form .customers_popup_inner {
	background-color: #fff;
	border-radius: 5px;
	padding: 15px;
	width: 90%;
	max-width: 600px;
}

#reservations_form .src_results_content {
	max-height: 300px;
	overflow: auto;
	border: 1px solid #ccc;
	padding: 5px 5px 0 5px;
	min-height: 200px;
}

#reservations_form .customer_box {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 10px;
	display: block;
	text-decoration: none;
	color: #000;
}

#reservations_form .customer_box:hover {
	background-color: #000;
	color: #fff;
}

#reservations_form .customers_form_popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: #00000090;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px;
}

#reservations_form .customers_form_popup_inner {
	background-color: #fff;
	border-radius: 5px;
	padding: 15px;
	width: 90%;
	max-width: 400px;
}

#reservations_form .loader {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	background-color: #00000090;
	width: 100%;
	height: 100vh;
}

#reservations_form .loader > .content {
	background-color: #fff;
	border-radius: 5px;
	padding: 15px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#reservations_form .form-group label {
	text-transform: uppercase;
	background-color: #c2e0f2;
	padding: 4px 10px;
	color: #494373;
	font-size: 12px;
	font-weight: 800;
}
#reservations_form .form-group input.form-control,
#reservations_form .form-group select.form-control {
	border-top: 0px !important;
	border-left: 0px;
	border-right: 0px;
	border-radius: 0px;
	border-color: #c2e0f2;
}

.table-responsive .table.table-reservation {
	border-spacing: 0 4px;
	border-collapse: separate;
}
.table-responsive .table.table-reservation td {
	border-top: 2px solid #dee2e6 !important;
	border-bottom: 2px solid #dee2e6 !important;
}
