.hb-import-export-settings-wrapper + .hb-options-save-wrapper,
.hb-reset-settings-wrapper + .hb-options-save-wrapper,
.hb-reset-ajaxing,
.hb-reset-success-msg,
.hb-excluded-imported-settings-list,
.hb-excluded-exported-settings-list,
.hb-import-excluded-settings-unselect-all,
.hb-export-excluded-settings-unselect-all,
.hb-import-settings-wrapper,
.hb-import-existing-posts-error,
.hb-import-settings-waiting-msg {
	display: none;
}

.hb-reset-ajaxing {
	margin-left: 7px;
}

.hb-reset-ajaxing .spinner,
.hb-import-settings-waiting-msg .spinner {
	float: none;
	margin: 0 2px 0 0;
	visibility: visible;
}

.hb-reset-success,
.hb-import-success,
.hb-import-existing-posts-error-msg {
	background: #fff;
	border: 1px solid #c3c4c7;
	border-left-width: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
	padding: 1px 12px;
}

.hb-reset-success,
.hb-import-success {
	border-left-color: #00a32a;
}

.hb-import-existing-posts-error-msg {
	border-left-color: #d63638;
}

.hb-import-existing-posts-list {
	list-style-position: inside;
	list-style-type: disc;
	margin-left: 3px;
}

.hb-view-filters-default-values {
	display: none;
}

.hb-toggle-default-filters.hb-view-all-active .hb-view-filters-default-values {
	display: inline;
}

.hb-toggle-default-filters.hb-view-all-active .hb-hide-filters-default-values {
	display: none;
}

.hb-date-settings-underlined-label {
	text-decoration: underline;
}