.hb-customers-section {
	margin-bottom: 20px;
}

.hb-customers-section-toggle {
	cursor: pointer;
	display: table;
}

.hb-customers-section-toggle .dashicons-arrow-up {
	display: none;
}

.hb-customers-table .hb-table-head-data,
.hb-customers-table .hb-table-data {
	width: 22%;
}

.hb-customers-table .hb-table-head-data-customer-id,
.hb-customers-table .hb-table-data-customer-id {
	white-space: nowrap;
	width: 4%;
}

.hb-customers-table .hb-table-head-data-action,
.hb-customers-table .hb-table-data-action {
	width: 8%;
}

.hb-customer-deleting {
	background: #ffd3d4;
}

#hb-export-customers {
	display: none;
	padding: 2px 20px 10px;
}

.hb-ajaxing.hb-resa-updating {
	display: inline;
}

.hb-textarea-edit-resa,
.hb-input-edit-customer {
	margin-bottom: 5px;
}

.hb-customers-filter input {
	width: 300px;
}

.hb-customers-filter select {
	vertical-align: top;
}

.hb-customer-edit-wrapper {
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	margin-bottom: 10px;
	padding: 5px 10px;
	position: absolute;
	right: 10px;
	text-align: left;
	width: 240px;
	z-index: 99;
}

.hb-table-row {
	position: relative;
}

.hb-select-edit-customer {
	max-width: 400px;
	width: 100%;
}