.errorMessage{
	width: 100%;
	margin-top: .25rem;
	font-size: .875em;
	color: #ed4c78;
}

.filepond--drop-label {
	color: #4c4e53;
}
.filepond--label-action {
	text-decoration-color: #babdc0;
}
.filepond--panel-root {
	border-radius: 2em;
	background-color: #edf0f4;
	height: 1em;
}
.filepond--item-panel {
	background-color: #595e68;
}
.filepond--drip-blob {
	background-color: #7f8a9a;
}
.file-uploader-grid{
	height: auto !important;
}
.filepond--root .filepond--drop-label {
	min-height: 10rem !important;
}
.filepond--credits {
	display: none !important;
}
.olControlAttribution {
	font-size: smaller;
	right: 3px;
	bottom: 0.5em !important;
	position: absolute;
	display: block;
}

.navbar-darkback{
	box-shadow: rgba(0, 0, 0, 0.18) 0px 1px 2px !important;
}

@media (min-width: 1400px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1440px !important;
		width: calc(100% - 32px) !important;
	}
}

.constrict{
	max-width: 980px !important;
	width: calc(100% - 32px);
}
.pagination .page:not(:last-child) {
	margin-right: .25rem;
}
.page-item:not(:first-child) .page-link {
	margin-left: 0;
}
.pagination .page a {
	min-width: 2.25rem;
	text-align: center;
	cursor: pointer;
	border-radius: .3125rem;
	padding: .375rem .75rem;
	position: relative;
	display: block;
	color: #677788;
	background-color: #fff;
	border: 0 solid #e7eaf3;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	text-decoration: none;
}
.pagination .page.selected a {
	z-index: 3;
	color: #fff;
	background-color: #0ca750;
	border-color: #0ca750;
}
.pagination .previous a {
	min-width: 2.25rem;
	text-align: center;
	cursor: pointer;
	border-radius: .3125rem;
	padding: .375rem .75rem;
	position: relative;
	display: block;
	background-color: #fff;
	border: 0 solid #e7eaf3;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	text-decoration: none;
	color: #8c98a4;
	background-color: #fff;
	border-color: #e7eaf3;
}
.pagination .first, .pagination .last{
	display: none;
}
.pagination .next a {
  border-top-right-radius: .3125rem;
  border-bottom-right-radius: .3125rem;
	min-width: 2.25rem;
	text-align: center;
	cursor: pointer;
	border-radius: .3125rem;
	padding: .375rem .75rem;
	position: relative;
	display: block;
	background-color: #fff;
	border: 0 solid #e7eaf3;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	text-decoration: none;
	color: #8c98a4;
	background-color: #fff;
	border-color: #e7eaf3;
}