/*
 * Sitemap: DPL-Kopf/Pager aus pricelist.css.
 * Encoding: ASCII-only.
 */

#sm-root {
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 18px;
	font-family: Arial, Helvetica, sans-serif;
}

#sm-root .dpl-head-main {
	grid-template-columns: minmax(165px, 1fr) auto auto auto auto auto;
	gap: 7px;
	align-items: center;
}

#sm-root .dpl-search-control .dpl-search .dpl-filter-input {
	width: calc(100% - 4px);
}

#sm-root .dpl-search-control .dpl-search::after {
	right: 8px;
}

#sm-root .dpl-search-clear {
	right: 28px;
}

#sm-root .sm-btn-all.active,
#sm-root .sm-btn-all.active:hover {
	border-color: #d9dfe2;
	background: #eef1f2;
	color: #4f5a60;
	box-shadow: none;
}

#sm-root .sm-btn-all.active::after {
	content: none;
}

#sm-root .dpl-toolbar {
	margin: 8px 0;
}

.sm-browse {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 3px;
	margin: 10px 0 14px;
}

.sm-browse-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 22px;
	height: 22px;
	padding: 0 5px;
	border: 1px solid #d0d5d8;
	border-radius: 2px;
	background: #f7f8f9;
	color: #245b84;
	font-size: 11px;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
}

.sm-browse-btn:hover,
.sm-browse-btn.active {
	border-color: #990000;
	background: #bb0000;
	color: #fff;
}

.sm-browse-digits {
	min-width: 38px;
	padding: 0 7px;
}

.sm-empty {
	margin: 18px 0 0;
	color: #687279;
	font-size: 12px;
}

.sm-table h2 {
	margin: 0;
}
