.error-summary {
	padding: 15px; border-radius: 10px; border: 1px solid transparent; color: rgb(185, 74, 72); margin-bottom: 20px; background-color: rgb(252, 248, 227);
}
ul.breadcrumb li {
	list-style: none;
}
.breadcrumb > li   li::before {
	padding: 0px 5px; color: rgb(43, 102, 142); content: ">";
}
.pagination {
	margin: 20px 0px; border-radius: 4px; padding-left: 0px; display: inline-block;
}
.pagination > li > a {
	padding: 6px 12px; border: 1px solid rgb(221, 221, 221); width: auto; color: rgb(51, 122, 183); line-height: 1.4285; text-decoration: none; margin-left: -1px; float: left; display: inline; position: relative; background-color: rgb(255, 255, 255);
}
.pagination > li > span {
	padding: 6px 12px; border: 1px solid rgb(221, 221, 221); width: auto; color: rgb(51, 122, 183); line-height: 1.4285; text-decoration: none; margin-left: -1px; float: left; display: inline; position: relative; background-color: rgb(255, 255, 255);
}
.pagination > .active > a {
	border-color: rgb(51, 122, 183); color: rgb(255, 255, 255); z-index: 2; cursor: default; background-color: rgb(51, 122, 183);
}
.pagination > .active > a:focus {
	border-color: rgb(51, 122, 183); color: rgb(255, 255, 255); z-index: 2; cursor: default; background-color: rgb(51, 122, 183);
}
.pagination > .active > a:hover {
	border-color: rgb(51, 122, 183); color: rgb(255, 255, 255); z-index: 2; cursor: default; background-color: rgb(51, 122, 183);
}
.pagination > .active > span {
	border-color: rgb(51, 122, 183); color: rgb(255, 255, 255); z-index: 2; cursor: default; background-color: rgb(51, 122, 183);
}
.pagination > .active > span:focus {
	border-color: rgb(51, 122, 183); color: rgb(255, 255, 255); z-index: 2; cursor: default; background-color: rgb(51, 122, 183);
}
.pagination > .active > span:hover {
	border-color: rgb(51, 122, 183); color: rgb(255, 255, 255); z-index: 2; cursor: default; background-color: rgb(51, 122, 183);
}
.list-view .pagination li {
	text-indent: 0px; padding-right: 0px; padding-left: 0px; border-bottom-color: currentcolor; border-bottom-width: medium; border-bottom-style: none; display: inline;
}
.pagination > li:first-child > a {
	margin-left: 0px; border-top-left-radius: 4px; border-bottom-left-radius: 4px;
}
.pagination > li:first-child > span {
	margin-left: 0px; border-top-left-radius: 4px; border-bottom-left-radius: 4px;
}
.pagination > .disabled > a {
	border-color: rgb(221, 221, 221); color: rgb(119, 119, 119); cursor: not-allowed; background-color: rgb(255, 255, 255);
}
.pagination > .disabled > a:focus {
	border-color: rgb(221, 221, 221); color: rgb(119, 119, 119); cursor: not-allowed; background-color: rgb(255, 255, 255);
}
.pagination > .disabled > a:hover {
	border-color: rgb(221, 221, 221); color: rgb(119, 119, 119); cursor: not-allowed; background-color: rgb(255, 255, 255);
}
.pagination > .disabled > span {
	border-color: rgb(221, 221, 221); color: rgb(119, 119, 119); cursor: not-allowed; background-color: rgb(255, 255, 255);
}
.pagination > .disabled > span:focus {
	border-color: rgb(221, 221, 221); color: rgb(119, 119, 119); cursor: not-allowed; background-color: rgb(255, 255, 255);
}
.pagination > .disabled > span:hover {
	border-color: rgb(221, 221, 221); color: rgb(119, 119, 119); cursor: not-allowed; background-color: rgb(255, 255, 255);
}
.pagination > li:last-child > a {
	border-top-right-radius: 4px; border-bottom-right-radius: 4px;
}
.pagination > li:last-child > span {
	border-top-right-radius: 4px; border-bottom-right-radius: 4px;
}
.breadcrumb a {
	float: none;
}
a.crumbshome {
	float: left;
}
