body {
	margin:0;
	padding:0;
	font-family: sans-serif;
	background-size:cover;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.alert-div {
	position:fixed;
	top:70px;
	right:0;
	width:300px;
	min-height:50px;
	padding:20px;
	z-index:99999999999999999!important;
	background-color:#0c57bf;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	/*border-left: dotted 2px #fff;
	border-top: dotted 2px #fff;
	border-bottom: dotted 2px #fff;
	/*border-style: ;*/
	transform: translateX(100%);
	transition: transform 0.5s ease-in-out;
}
.open-alert {
	transform: translateX(0);
}
.inputBox input,.inputBox textarea,.selectBox select {
	font-size:20px;
	border-radius:4px;
	width:100%;
	padding-left:10px;
	border:solid 2px #5f93c1a3;
	outline:none;
	color: #000;
}
.inputBox input,.selectBox select {
	height:50px;
}
.inputBox textarea {
	height:100px;
}

.inputBox label {	
	position:absolute;
	top:5px;
	left:20px;
	padding: 7px 0;
	padding-left:10px;
	font-size:18px;
	color: #5f93c1a3;
	font-weight:500;
	pointer-events:none;
	transition: .5s;
}
.field-hint {
	color: #5f93c1a3;
}
.inputBox label span,.selectBox label span {
	font-size: 15px;
	padding-left:5px;
}
.inputBox input:focus ~ label, .inputBox input:valid ~ label {
	top:-15px;
	left:20px;
	padding-bottom:0;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	background-color:#fff;
	font-size: 13px;
}
.inputBox input:focus,textarea:focus {
	border:solid 2px #0c57bf;
}
.selectBox label {
	position:absolute;
	top:-15px;
	left:20px;
	padding-bottom:0;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	background-color:#fff;
	font-size:13px;
	color: #dadce0;
}
.inputBox input:focus ~ label, .inputBox textarea:focus ~ label {
	color:#0c57bf;
}
.selectBox select:focus {
	border:solid 2px #0c57bf;
}
.selectBox select:focus ~ label {
	color: #0c57bf;
}

.inputBox textarea:focus ~ label, .inputBox textarea:valid ~ label {
	top:-15px;
	left:20px;
	padding-bottom:0;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	background-color:#fff;
	font-size: 13px;
}

.inputBox textarea:focus ~ label {
	color: #0c57bf;
}

input[type="submit"] {
	background:transparent;
	border:none;
	outline:none;
	color:#fff;
	background: #03a9f4;
	padding:10px 20px;
	cursor:pointer;
	border-radius:5px;
}


.booking-div {
	background-color: #f58222;
	margin-bottom: 5px;
	color:#fff;
	text-align:center;
	padding:5px;
	border:1px dotted #eee;
	border-radius:5px;
	transition: all 0.2s ease-in-out;
}
.booking-div:hover {
	background-color:#ed8987;
	transition: all 0.2s ease-in-out;
}

.booking-div span{
	position:relative;
	background: url('checkbox.png') no-repeat left;
	background-size:40px;
	width:20px;
	height:20px;
	float:left;
	padding:10px;

}


.selected-booking-div {
	background-color:#02a1db;
	margin-bottom: 5px;
	color:#fff;
	text-align:center;
	padding:5px;
	border:1px dotted #eee;
	border-radius:5px;
	transition: all 0.2s ease-in-out;
}
.selected-booking-div:hover {
	background-color:#ed8987;
	transition: all 0.2s ease-in-out;
}


.selected-booking-div span{
	position:relative;
	background: url('checkbox.png') no-repeat right;
	background-size:40px;
	width:20px;
	height:20px;
	float:left;
	padding:10px;

}

#timing-loader {
	position:relative;
	left:20%;
	width:60%;
}
/*search css*/
#search_open a.fancybox-close {
	position:absolute;
	top:-6px;right:0;
}
#search_open .fancybox-wrap {
	width: auto !important;
    height: 100vh !important;
    position: absolute !important;
    top: 10px !important;
    left: 0 !important;
    opacity: 1 !important;
    overflow: visible !important;
    display: block !important;
}