body {
	background: #e9e9e9;
}

.alert {
	margin-bottom: 0.0rem;
}

.table {
	margin-bottom: 0.5rem;
}

.table tfoot th, .table tfoot td {
	padding-bottom: 0.0rem;
}

.table td {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.table th {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.pagination-sm .page-link {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

ul.feedbackPanel {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

th.wicket_orderDown {
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(../img/arrow_down.png);
}

th.wicket_orderUp {
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(../img/arrow_up.png);
}

th.wicket_orderNone {
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(../img/arrow_off.png);
}

div.wicket-aa {
	background-color: white;
	border-width: 1px;
	border-color: rgba(0, 0, 0, .42);
	border-style: solid;
	padding: 2px;
	margin: 1px 0 0 0;
	text-align: left;
}

div.wicket-aa ul {
	background-color: white;
	list-style: none;
	font-size: medium;
	padding: 2px;
	margin: 0;
}

div.wicket-aa ul li.selected {
	background-color: #808080;
	color: white;
}

.tree-node {
	padding: 0.9rem 1rem 0.9rem 0.4rem;
	white-space: nowrap;
}

td.tree {
	padding: 0rem !important;
}

div.tree-branch .tree-subtree {
	margin-left: 22px;
}

.tree-junction {
	margin-left: 22px;
}

.tree-junction-expanded {
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/chevron-down_24.png);
	opacity: 0.5;
}

.tree-junction-collapsed {
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/chevron-right_24.png);
	opacity: 0.5;
}

.breadcrumb {
	margin: 0;
	min-height: 2.0rem;
}

.breadcrumb-item {
	font-size: 1.0em;
}

.breadcrumb-item+.breadcrumb-item::before {
	margin-left: 0;
	margin-right: 0;
}