
/* search form */

p.hb-check-dates-wrapper,
p.hb-people-wrapper {
	float: left;
	margin-right: 2%;
}

.hb-check-dates-wrapper {
	width: 33%;
}

.hb-search-fields .hb-people-wrapper,
.hb-searched-summary .hb-people-wrapper {
	width: 14%;
}

.hb-search-form-no-children  .hb-check-dates-wrapper,
.hb-search-form-no-children  .hb-people-wrapper {
	width: 32%;
}

.hb-search-form-no-children  .hb-people-wrapper {
	margin-right: 0;
}

.hb-search-form-no-children .hb-search-fields .hb-people-wrapper.hb-people-wrapper-children,
.hb-search-form-no-children .hb-searched-summary .hb-people-wrapper.hb-chosen-children {
	display: none;
}

.hb-search-fields p.hb-people-wrapper.hb-people-wrapper-last,
.hb-searched-summary p.hb-people-wrapper.hb-people-wrapper-last {
	margin-right: 0;
}

.hb-vertical-search-form .hb-search-fields p.hb-people-wrapper {
	float: left;
	width: 49%;
}

.hb-vertical-search-form .hb-searched-summary p,
.hb-vertical-search-form .hb-check-dates-wrapper {
	float: none;
	margin-right: 0%;
	width: 100%;
}

.hb-check-dates-wrapper input,
.hb-people-wrapper select {
	box-sizing: border-box;
	width: 100%; 
}

.hb-search-submit-section p {
	float: left;
}

p.hb-booking-searching {
	background: url(loader-2x.gif) no-repeat left center;
	background-size: 24px 24px;
	display: none;
	line-height: 30px;
	margin-left: 15px;
	padding-left: 30px;
}

.hb-search-error {
	color: #F04826;
}

.hb-searched-summary,
.hb-search-no-result,
.hb-search-error,
.hb-accom-list {
	display: none;
}

/* end search form */

/* accommodation selection */

.hb-booking-nb-nights,
.hb-accom-id,
.hb-accom-single-choice .hb-select-accom-multiple,
.hb-accom-multiple-choice .hb-select-accom-single,
.hb-accom-page .hb-view-accom,
.hb-accom-selected .hb-select-accom,
.hb-accom-page .hb-accom-selected .hb-select-accom-wrapper,
.hb-accom-selected-name {
	display: none;
}

.hb-accom {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-bottom: 20px;
	min-height: 90px;
	padding: 15px;
	padding-bottom: 0px;
	transition: background 0.5s;
}

.hb-accom-page .hb-accom {
	background: none;
	border: none;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
	border-top: 1px solid #ccc;
	margin-bottom: 20px;
	padding: 0;
	padding-top: 15px;
}

.hb-accom-selected {
	background: #eee;
}

.hb-accom-page .hb-accom-selected {
	background: none;
}

.hb-accom-title {
	font-weight: bold;
}

.hb-accom-img {
	display: block;
	float: right;
	margin-left: 15px;
}

.hb-accom-price {
	float: left;
	font-size: 30px;
	font-weight: bold;
	line-height: 45px;
	margin-right: 8px;
}

.hb-accom-price-caption {
	float: left;
	font-size: 12px;
	line-height: 14px;
	margin: 22px 0 15px;
}

.hb-accom-price-caption-small {
	margin-top: 8px;
}

.hb-price-breakdown,
.hb-price-bd-hide-text {
	display: none;
}

.hb-price-breakdown-title {
	display: block;
	font-weight: bold;
}

.hb-price-breakdown-section {
	display: block;
}

.hb-select-accom,
.hb-view-accom {
	float: left;
}

p.hb-select-accom {
	margin-right: 15px;
}

.hb-accom-selected .hb-accom-selected-name {
	display: block;
	font-weight: bold;
}

/* end accommodation selection */

/* booking details form */

.hb-booking-details-form,
.hb-saving-resa,
.hb-confirm-error,
.hb-paypal-setting-up,
.hb-paypal-redirecting,
.hb-resa-done-msg,
.hb-paypal-do-check-out-info
{
	display: none;
}

.hb-detail-field {
	box-sizing: border-box;
	max-width: 320px;
	width: 100%;
}

textarea.hb-detail-field {
	height: 140px;
}

.hbook-wrapper .form-error {
	color: #F04826;
	display: block;
}

.hb-saving-resa,
.hb-paypal-redirecting,
.hb-paypal-setting-up
{
	background: url(loader-2x.gif) no-repeat left center;
	background-size: 24px 24px;
	display: none;
	line-height: 30px;
	padding-left: 30px;
}

.hb-resa-summary-content {
	background: #FCFCFC;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-bottom: 22px;
	padding: 10px 17px;
}

.hb-accom-page .hb-summary-accom-wrap {
	display: none;
}

.hb-resa-deposit,
.hb-resa-done-email {
	font-weight: bold;
}

/* end booking details form */

/* misc */

.hb-processing-contact-form {
	background: url(loader-2x.gif) no-repeat left center;
	background-size: 24px 24px;
	display: none;
	float: left;
	margin-left: 10px;
	height: 24px;
	width: 24px;
}

.hb-contact-submit input {
	float: left;
}

.hb-contact-msg-send,
.hb-contact-form-error {
	display: none;
}

.hb-contact-form-error {
	color: #F04826;
}

.hb-explanation {
	font-style: italic;
}

.hbook-wrapper input[type="text"] {
	display: block;
}

.hbook-wrapper label {
	display: table;
}

.hbook-wrapper label.hb-label-choice {
	display: inline;
}

.hb-thumbnail-link {
	display: block;
	float: left;
}

.hb-thumbnail-link img {
	display: block;
}

.ui-datepicker-trigger {
	display: none;
}

.hb-single-option {
	line-height: 2;
}

.hb-quantity-option {
    margin-bottom: 5px;
}

.hb-options-form,
.hb-quantity-option,
.hb-single-option,
.hb-multiple-option {
    display: none;
}

.hbook-wrapper .hb-options-form label {
	display: inline;
}

.hb-options-total-price {
    font-weight: bold;
}

.hb-clearfix:before,
.hb-clearfix:after {
    content: " ";
    display: table;
}

.hb-clearfix:after {
    clear: both;
}

/* end misc */