
@media (min-width: 768px) {

	.float-alert{
		position: absolute;
		z-index: 1;
		top: 120px;
		left: 0;
		right: 0;
		max-width: 1110px;
		margin-left: auto;
		margin-right: auto;
		border-radius: 4px !important;
	}

}

#SVGmain .js-svg-injector{
	height: 300px;
	width: 100%;
}

@media (max-width: 768px) {
	
	#SVGmain .js-svg-injector{
		height: auto;
	}

}

.btn-warning{
	color: #ffffff;
}


#reservation-progress {
	margin-bottom: 30px;
	overflow: hidden;
	color: lightgrey;
	padding-left: 0px;
	text-align: center;
}

#reservation-progress .active {
	color: #4dbb7b;
}

#reservation-progress.reservation-progress-cancelled .active {
	color: #b32619;
}

#reservation-progress li {
	list-style-type: none;
	font-size: 15px;
	width: 25%;
	float: left;
	position: relative;
	font-weight: 400;
}

/*Icons in the ProgressBar*/
#reservation-progress #step1:before {
	font-family: FontAwesome;
	content: "\f1d8";
}

#reservation-progress #step2:before {
	font-family: FontAwesome;
	content: "\f253";
}

#reservation-progress #step3:before {
	font-family: FontAwesome;
	content: "\f09d";
}

#reservation-progress #step4:before {
	font-family: FontAwesome;
	content: "\f00c";
}

#reservation-progress #step5:before {
	font-family: FontAwesome;
	content: "\f00d";
}

/*Icon ProgressBar before any progress*/
#reservation-progress li:before {
	width: 50px;
	height: 50px;
	line-height: 45px;
	display: block;
	font-size: 20px;
	color: #ffffff;
	background: lightgray;
	border-radius: 50%;
	margin: 0 auto 10px auto;
	padding: 2px;
}

/*ProgressBar connectors*/
#reservation-progress li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: lightgray;
	position: absolute;
	left: 0;
	top: 25px;
	z-index: -1;
}

/*Color number of the step and the connector before it*/
#reservation-progress li.active:before, #reservation-progress li.active:after {
	background: #4dbb7b;
}

#reservation-progress.reservation-progress-cancelled li.active:before, 
#reservation-progress.reservation-progress-cancelled li.active:after {
	background: #b32619;
}

/*Animated Progress Bar*/
.progress {
	height: 20px;
}

.progress-bar {
	background-color: #4dbb7b;
}

.ui-datepicker-calendar .good_date a{
	background-color: #4dbb7b !important;
	color: #ffffff !important;
}

.ui-datepicker-calendar .bad_date .ui-state-default{
	background-color: #b32619 !important;
	color: #ffffff !important;
}

.hero-tabs .btn-category{
	background-color: #f8f9fa;
    border-color: #f8f9fa;
	/* color: #000000; */
    /* background: rgba(255, 255, 255, 0.3); */
    border-color: transparent;
	box-shadow: 0 0px 40px 10px rgba(100, 100, 100, 0.15) !important;
}

.hero-tabs .input-group *:first-child{
	border-top-left-radius: 4px !important;
	border-bottom-left-radius: 4px !important;
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}

.hero-tabs .input-group *:last-child{
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
	border-top-right-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
}

@media (max-width: 768px) {

	.hero-tabs .display-2{
		font-size: 2rem !important;
	}

	.hero-tabs .btn-lg {
		padding: 0.3rem;
		font-size: 0.8rem;
		border-radius: 4px;
	}

	.hero-tabs .input-group > .form-control:not(textarea),
	.hero-tabs .input-group > .custom-select {
		height: calc(1.5em + 1.25rem + 2px);
	}

	.hero-tabs .input-group > .form-control,
	.hero-tabs .input-group > .custom-select,
	.hero-tabs .input-group > .input-group-prepend > .input-group-text,
	.hero-tabs .input-group > .input-group-append > .input-group-text,
	.hero-tabs .input-group > .input-group-prepend > .btn,
	.hero-tabs .input-group > .input-group-append > .btn {
		padding: 0.1rem 0.6rem;
		font-size: 0.8rem;
	}

}

.flatpickr-day{
	background-color: #e0f8ea;
	color: #31cf80;
}

.flatpickr-days .flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover{
	background-color: #fce5e4;
	color: #de4437;
}