.invalid-feedback {
	display:block;
}

th a {
	color:inherit;
}

th > a.desc::before,
th > div > a.desc::before {
	content: "\2193";
	margin-right:.5em;
}

th > a.asc::before,
th > div > a.asc::before {
	content: "\2191";
	margin-right:.5em;
}

.errorSummary ul {
	margin:0;
}

.errorSummary.loginError ul {
	list-style:none;
}

.breadcrumbs > div.separator {
	color:rgba(255, 255, 255, .75);
	padding:.35rem;
}

.dropdown-item-highlightable:hover {
	background:rgba(0, 0, 0, .05);
}

.pagination li.active a {
	font-weight:bold;
}
