/*
|----------------------------------------------------------------------------
	SmartForm - PHP Working Ajax Advanced Multipurpose Form Main CSS
	Author: MGScoder
	Author URL: https://codecanyon.net/user/mgscoder
|----------------------------------------------------------------------------
*/

/*
|----------------------------------------------------------------------------
| Reservation FORM STYLE
|----------------------------------------------------------------------------
*/
#reservation-form-section .map-marker h3 {
	margin: 0 0 10px;
}
#reservation-form-section .map-marker > p {
    margin: 0;
}

/*****Reservation FORM*****/
#reservationForm {
	border: 1px solid #98AB46;
    border-radius: 10px;
	box-shadow: 0 0 5px 1px rgba(152,171,70,0.5);
    margin: 0 0 60px;
    padding: 30px;
	position: relative;
}
#reservationForm:hover {
    box-shadow: 0 0 10px 1px rgba(152,171,70,0.5);
}
#reservationForm .form-group.last {
    margin: 0;
}
#reservationForm .help-block {
    top: -25px;
}
#reservationForm .help-block ul li {
    top: 0;
}
#reservationForm .sub-text { 
	right: 20px;
	text-align: right;
    bottom: 150px;
}
#reservationForm .fa.fa-calander::before {
    content: "\f073";
}
.input-daterange .input-group-addon {
    font-size: 14px;
    font-weight: 400;
    color: #98AB46;
    text-align: center;
    background-color: #eee;
    border: 4px solid #98AB46;
	padding: 4px 10px;
}
.input-group.input-daterange > .form-control:not(:last-child) {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
.input-daterange input {
    text-align: left;
}
.mgssmartform .has-feedback.has-error.has-danger::before, .mgssmartform .has-feedback.has-success::before {
	left: -2px;
}
