#hb-add-resa {
	display: none;
	background: #fff;
	margin-bottom: 20px;
	padding: 2px 20px 10px;
	position: relative;
}

#hb-add-resa-close {
	color: #FF6344;
	font-size: 18px;
	position: absolute;
	right: 5px;
	top: 5px;
}

.hb-resa-date-wrapper,
.hb-resa-people-wrapper,
.hb-resa-accom-wrapper {
	float: left;
	box-sizing: border-box;
	padding-right: 20px;
}

.hb-resa-accom-wrapper {
	padding-right: 0;
}

.hb-resa-date-wrapper,
.hb-resa-accom-wrapper {
	width: 25%;
}

.hb-resa-people-wrapper {
	width: 12%;
}

.hb-resa-date-wrapper input,
.hb-resa-people-wrapper select,
.hb-resa-accom-wrapper select {
	width: 100%;
}

#hb-admin-comment {
	height: 100px;
}

#ui-datepicker-div {
	z-index: 99 !important;
}

#hb-resa-price-error,
#hb-create-resa-error,
#hb-resa-customer,
#hb-resa-customer-details {
	display: none;
}

#hb-resa-price {
	color: #222;
	font-size: 1.3em;
	font-weight: bold;
	margin: 1em 0;
}

.hb-price-breakdown-section {
	display: block;
}

#hb-create-resa-error,
.hb-price-breakdown-title {
	font-weight: bold;
}

#hb-resa-customer-details input[type="text"] {
	max-width: 400px;
}

#hb-resa-check-submit,
#hb-resa-check-submit-ajax,
#hb-resa-customer-submit,
#hb-resa-customer-submit-ajax {
	float: left;
}

#hb-resa-check-submit,
#hb-resa-customer-submit { 
	margin-right: 10px;
}

#hb-resa-check-submit-ajax,
#hb-resa-customer-submit-ajax {
	margin-top: 16px;
}

.hb-resa-table thead td {
	font-size: 14px;
}

.hb-resa-table {
	table-layout: fixed;
}

.hb-resa-num-column {
    white-space: nowrap;
    width: 4%;
}

.hb-resa-status-column {
    width: 9%;
}

.hb-resa-price-column {
    width: 10%;
}

.hb-resa-check-in-out-column {
    width: 9%;
}

.hb-resa-accom-column {
    width: 10%;
}

.hb-resa-info-column {
    width: 13%;
}

.hb-resa-comment-column {
    width: 13%;
}

.hb-resa-customer-column {
    width: 13%;
}

.hb-resa-received-column {
    width: 9%;
}

.hb-resa-actions-column {
    width: 9%;
}

.hb-resa-table a:focus {
	box-shadow: none;
}

.hb-resa-more-info-toggle {
	font-size: 11px;
}

.hb-less-info-link,
.hb-less-info-toggle-link .hb-more-info-link {
	display: none;
}

.hb-less-info-toggle-link .hb-less-info-link {
	display: inline;
}

.hb-resa-more-info-content {
	display: none;
}

.hb-resa-status,
.hb-payment-status {
	border-radius: 5px;
	color: #fff;
	cursor: default;
	display: inline-block;
	font-weight: bold;
    max-width: 90%;
	overflow: hidden;
	padding: 6px 9px 6px;
	text-overflow: ellipsis;
    white-space: nowrap;
}

.hb-payment-status {
    margin-top: 5px;
}

.hb-resa-new,
.hb-resa-pending,
.hb-resa-not-fully-paid {
	background: #ffbb3e;
}

.hb-resa-processing {
	background: #ccc;
}

.hb-resa-confirmed,
.hb-resa-paid {
	background: #5dc807;
}

.hb-resa-unpaid,
.hb-resa-cancelled {
	background: #ff6344;
}

.hb-resa-table .dashicons-yes:before {
	color: #5dc807;
	font-size: 27px;
}

.hb-resa-table .dashicons-no:before {
	color: #ff6344;
	font-size: 24px;
}

.hb-resa-table .payment-action {
    color: #FF943E;
    font-size: 16px;
    font-weight: bold;
    vertical-align: sub;
}

.hb-resa-added td {
	background: #C7F1A6;
}

.hb-resa-deleting td {
	background: #ffd3d4;
}

.hb-resa-table td {
	transition: background 0.4s;
}

.hb-ajaxing.hb-resa-updating {
	display: inline;
}

.hb-resa-section {
	margin-bottom: 35px;
}

.hb-select-options-title {
    font-weight: bold;
    margin-bottom: 4px;
}

.hb-quantity-option label {
    font-weight: normal;
}

.hb-quantity-option input,
.hb-multiple-option {
    margin-bottom: 5px;
}

.hb-input-paid,
.hb-to-be-paid-details .button-primary {
    margin-bottom: 5px;
}