html.noscroll {
	overflow: hidden !important;
	}
body.search_language {
	height: 100vh !important;
	min-height: 400px !important;
	position: relative !important;
	}
search_language {
	right: 10px !important;
	bottom: 10px !important;
	position: absolute !important;
	}
filer_results {
	font-size: 16px !important;
	min-height: 125px !important;
	position: relative !important;
	-webkit-font-smoothing: antialiased !important;
	outline: none !important;
	filter: none !important;
	-o-touch-callout: none !important;
	-ms-touch-callout: none !important;
	-moz-touch-callout: none !important;
	-webkit-touch-callout: none !important;
	touch-callout: none !important;
	-o-user-select: none !important;
	-ms-user-select: none !important;
	-moz-user-select: none !important;
	-webkit-user-select: none !important;
	user-select: none !important;
	}
filer_results *:not(.fas):not(.far):not(.fal):not(.fab) {
	font-family: "Open Sans", "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif !important;
	}
filer_popup_wrapper {
	top: 0 !important;
	left: 0 !important;
	opacity: 0 !important;
	width: 100% !important;
	height: 100vh !important;
	content: " " !important;
	display: table !important;
	z-index: 10000 !important;
	position: fixed !important;
	visibility: hidden !important;
 	background: rgba(0, 0, 0, 0.4) !important;
	-o-transition: opacity 0.3s 0s, visibility 0.3s 0s !important;
	-ms-transition: opacity 0.3s 0s, visibility 0.3s 0s !important;
	-moz-transition: opacity 0.3s 0s, visibility 0.3s 0s !important;
	-webkit-transition: opacity 0.3s 0s, visibility 0.3s 0s !important;
	transition: opacity 0.3s 0s, visibility 0.3s 0s !important;
	}
filer_popup_wrapper[active] {
	opacity: 1 !important;
	visibility: visible !important;
	-o-transition: opacity 0.3s 0s, visibility 0s 0s !important;
	-ms-transition: opacity 0.3s 0s, visibility 0s 0s !important;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0s !important;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s !important;
	transition: opacity 0.3s 0s, visibility 0s 0s !important;
	}
filer_popup_wrapper filer_popup {
	display: table-cell !important;
	vertical-align: middle !important;
	-o-transform: translateY(-40px) !important;
	-ms-transform: translateY(-40px) !important;
	-moz-transform: translateY(-40px) !important;
	-webkit-transform: translateY(-40px) !important;
	transform: translateY(-40px) !important;
	-o-backface-visibility: hidden !important;
	-ms-backface-visibility: hidden !important;
	-moz-backface-visibility: hidden !important;
	-webkit-backface-visibility: hidden !important;
	backface-visibility: hidden !important;
	-o-transition-property: -o-transform !important;
	-ms-transition-property: -ms-transform !important;
	-moz-transition-property: -moz-transform !important;
	-webkit-transition-property: -webkit-transform !important;
	transition-property: transform !important;
	-o-transition-duration: 0.3s !important;
	-ms-transition-duration: 0.3s !important;
	-moz-transition-duration: 0.3s !important;
	-webkit-transition-duration: 0.3s !important;
	transition-duration: 0.3s !important;
	}
filer_popup_wrapper[active] filer_popup {
	-o-transform: translateY(0) !important;
	-ms-transform: translateY(0) !important;
	-moz-transform: translateY(0) !important;
	-webkit-transform: translateY(0) !important;
	transform: translateY(0) !important;
	}
filer_popup_wrapper filer_popup > * {
	display: block;
	max-width: 90vw;
	background: #fff;
	position: relative;
	border-radius: 5px;
	margin: 0 auto !important;
	}
filer_popup_wrapper[active] filer_popup > * {
	width: 400px !important;
	display: table !important;
	max-width: 90vw !important;
	background: #fff !important;
	position: relative !important;
	border-radius: 5px !important;
	margin: 0 auto !important;
	}
filer_popup_wrapper filer_popup > *[not_closeable] {
	-o-animation: shake .5s linear !important;
	-ms-animation: shake .5s linear !important;
	-moz-animation: shake .5s linear !important;
	-webkit-animation: shake .5s linear !important;
	animation: shake .5s linear !important;
	}
filer_popup_wrapper filer_popup filer_content {
	padding: 20px !important;
	display: block !important;
	color: #595959 !important;
	min-width: 100% !important;
	max-width: 100% !important;
	overflow-y: auto !important;
	overflow-x: hidden !important;
	position: relative !important;
	text-align: center !important;
	display: table-cell !important;
	vertical-align: middle !important;
	box-sizing: border-box !important;
	}
filer_popup_wrapper filer_popup filer_content spinner {
	width: 50px !important;
	height: 50px !important;
	display: block !important;
	margin-bottom: 25px !important;
	margin: 0 auto;
	position: relative;
	display: inline-block;
	border-left: 1px solid rgba(0, 126, 229, .15);
	border-right: 1px solid rgba(0, 126, 229, .15);
	border-bottom: 1px solid rgba(0, 126, 229, .15);
	border-top: 1px solid rgba(0, 126, 229, .8);
	-o-animation: filer_rotation .5s infinite linear;
	-ms-animation: filer_rotation .5s infinite linear;
	-moz-animation: filer_rotation .5s infinite linear;
	-webkit-animation: filer_rotation .5s infinite linear;
	animation: filer_rotation .5s infinite linear;
	border-radius: 100%;
	}
@-webkit-keyframes filer_rotation {
	from {
		-webkit-transform: rotate(0deg);
		}
	to {
		-webkit-transform: rotate(359deg);
		}
	}
@-moz-keyframes filer_rotation {
	from {
		-moz-transform: rotate(0deg);
		}
	to {
		-moz-transform: rotate(359deg);
		}
	}
@-ms-keyframes filer_rotation {
	from {
		-moz-transform: rotate(0deg);
		}
	to {
		-moz-transform: rotate(359deg);
		}
	}
@-o-keyframes filer_rotation {
	from {
		-o-transform: rotate(0deg);
		}
	to {
		-o-transform: rotate(359deg);
		}
	}
@keyframes filer_rotation {
	from {
		transform: rotate(0deg);
		}
	to {
		transform: rotate(359deg);
		}
	}

filer_results,
filer_results results,
filer_results results result {
	display: block !important;
	}
filer_results:not([preview]) results {
	position: relative !important;
	}
filer_results results,
filer_results loading,
filer_results filer_message {
	max-width: 650px !important;
	}
filer_results loading {
	margin-top: 2em !important;
	}
filer_results results result {
	margin-top: .75em !important;
	}
filer_results results result filedata,
filer_results results result extra {
	display: block !important;
	}
filer_results results overview {
	font-size: 0.75em !important;
	overflow: hidden !important;
	white-space: nowrap !important;
	display: inline-block !important;
	text-overflow: ellipsis !important;
	width: -o-calc(100% - 45px) !important;
	width: -ms-calc(100% - 45px) !important;
	width: -moz-calc(100% - 45px) !important;
	width: -webkit-calc(100% - 45px) !important;
	width: calc(100% - 45px) !important;
	}
filer_results results filters {
	width: 45px !important;
	height: 16px !important;
	text-align: right !important;
	position: relative !important;
	display: inline-block !important;
	}
filer_results results overview,
filer_results results filters {
	color: #808080 !important;
	}
filer_results results filters i,
filer_results results filters options[advanced_search] filegroups filegroup label {
	cursor: pointer !important;
	}
filer_results results filters i {
	position: absolute;
	}
filer_results results filters i:nth-child(1) {
	right: 22px;
	}
filer_results results filters i:nth-child(2) {
	right: 7.5px;
	}
filer_results results filters i[hidden] {
	visibility: hidden !important;
	}
filer_results results filters options {
	right: 0 !important;
	top: 30px !important;
	display: none !important;
	color: #7b8994 !important;
	max-width: 2050% !important;
	cursor: default !important;
	position: absolute !important;
	border-radius: 5px !important;
	padding: 10px 15px !important;
	background: #f6f9fc !important;
	box-sizing: border-box !important;
	border: 1px solid #d0d4d9 !important;
	-o-animation: scale 0.25s !important;
	-ms-animation: scale 0.25s !important;
	-moz-animation: scale 0.25s !important;
	-webkit-animation: scale 0.25s !important;
	animation: scale 0.25s !important;
	}
filer_results results filters options[advanced_search] {
	text-align: initial !important;
	}
filer_results results filters options[advanced_search] advanced_options_title,
filer_results results filters options[advanced_search] advanced_options_subtitle {
	display: block !important;
	color: #2895F1 !important;
	white-space: nowrap !important;
	}
filer_results results filters options[advanced_search] advanced_options_title {
	font-size: 120% !important;
	}
filer_results results filters options[advanced_search] advanced_options_subtitle {
	margin-top: 10px !important;
	}
filer_results results filters options[advanced_search] filegroups {
	max-height: 65vh !important;
	overflow-y: auto !important;
	}
filer_results results filters options[advanced_search] filegroups,
filer_results results filters options[advanced_search] filegroups filegroup {
	display: block!important;
	white-space: nowrap !important;
	}
filer_results results filters options[advanced_search] filegroups filegroup:nth-child(1) {
	margin-top: 2.5px !important;
	}
filer_results results filters options[advanced_search] filegroups filegroup {	
	overflow: hidden !important;
	margin-bottom: 2.5px !important;
	text-overflow: ellipsis !important;
	}
filer_results results filters options[advanced_search] button {
	color: #007ee5;
	min-width: 200px;
	border-color: #007ee5;
	display: block !important;
	cursor: pointer !important;
	font-size: 14px !important;
	background: none !important;
	border: 1px solid !important;
	padding: 14px 13px !important;
	border-radius: 5px !important;
	margin: 15px auto 0 !important;
	box-shadow: 0 1px 2px 0px rgba(255, 255, 255, .25) !important;
	}
filer_results results filters options[advanced_search] button:hover {
	color: #fff !important;
	background-color: #007ee5 !important;
	}	
filer_results results filters options:before,
filer_results results filters options:after {
	top: -16px !important;
	right: 3px !important;
	border: solid transparent !important;
	content: " " !important;
	height: 0 !important;
	width: 0 !important;
	position: absolute !important;
	pointer-events: none !important;
	-o-transform: rotate(180deg) !important;
	-ms-transform: rotate(180deg) !important;
	-moz-transform: rotate(180deg) !important;
	-webkit-transform: rotate(180deg) !important;
	transform: rotate(180deg) !important;
	}
filer_results results filters options:before {
	border-color: rgba(123, 137, 148, 0) !important;
	border-top: 1px solid #7b8994 !important;
	border-width: 8px !important;
	}
filer_results results filters options:after {
	border-color: rgba(246, 249, 252, 0) !important;
	border-top-color: #f6f9fc !important;
	border-width: 8px !important;
	}
filer_results results filters options filter_option {
	display: block !important;
	cursor: pointer !important;
	overflow: hidden !important;
	line-height: 120% !important;
	white-space: nowrap !important;
	font-weight: initial !important;
	text-overflow: ellipsis !important;
	}
filer_results results filters options filter_option:not(:last-of-type) {
	margin-bottom: 2.5px !important;
	}
filer_results results filters options filter_option[selected],
filer_results results filters options filter_option:hover {
	color: #2895F1 !important;
	}
filer_results results result filedata filetype,
filer_results results result filedata filepath {
	display: inline !important;
	}
filer_results results result filename {
	color: #2895F1 !important;
	font-size: 1em !important;
	max-width: 100% !important;
	overflow: hidden !important;
	white-space: nowrap !important;
	display: inline-block !important;
	padding-bottom: 0.05em !important;
	text-overflow: ellipsis !important;
	}
filer_results results result filename[onclick] {
	cursor: pointer !important;
	}
filer_results results result filename[onclick]:hover {
	text-decoration: underline !important;
	}
filer_results results result filedata {
	overflow: hidden !important;
	line-height: 1em !important;
	white-space: nowrap !important;
	text-overflow: ellipsis !important;
	}
filer_results results result filedata filetype {
	margin: 0 !important;
	padding: 0 0.2em !important;
	font-size: 0.75em !important;
	border-radius: 0.25em !important;
	vertical-align: baseline !important;
	text-transform: capitalize !important;
	color: #FFF !important;
	background-color: #59946B !important;
	}
filer_results results result filedata filepath {
	color: #006621 !important;
	font-size: 0.75em !important;
	margin-left: 0.3em !important;
	}
filer_results results result filedata filepath path:not(:last-child):after {
	content: attr(seperator) !important;
	padding: 0 .15em !important;
	}
filer_results results result filedata filepath path[seperator]:not(:last-child):after {
	content: attr(seperator) !important;
	}
filer_results results result extra {
	overflow: hidden !important;
	line-height: 0.9em !important;
	white-space: nowrap !important;
	text-overflow: ellipsis !important;
	}
filer_results results result extra rating {
	width: 60px !important;
	display: block !important;
	color: #e7711b !important;
	}
filer_results results result extra rating i {
	width: 1em !important;
	font-size: 0.75em !important;
	box-sizing: border-box !important;
	}
filer_results results result extra rating i.fas-star {
	color: lightgrey !important;
	}
filer_results results result extra rating i.far-star-half-alt,
filer_results results result extra rating i.fas-star {
	color: inherit !important;
	}
filer_results[preview] results result extra data:before {
	content: "-" !important;
	padding: 0 2.5px !important;
	}
filer_results results result extra rating,
filer_results results result extra data {
	float: left !important;
	}
filer_results results result extra data {
	max-width: -o-calc(100% - 60px) !important;
	max-width: -ms-calc(100% - 60px) !important;
	max-width: -moz-calc(100% - 60px) !important;
	max-width: -webkit-calc(100% - 60px) !important;
	max-width: calc(100% - 60px) !important;
	margin-top: 1px !important;
	overflow: hidden !important;
	font-size: 0.75em !important;
	white-space: nowrap !important;
	display: inline-block !important;
	text-overflow: ellipsis !important;
	color: #808080 !important;
	}
filer_results results result preview {
	display: inline-block !important;
	}
filer_results results result preview snippet {
	word-break: break-word !important;
	}
filer_results results result preview snippet attachments,
filer_results results result preview snippet deleted,
filer_results results result preview snippet found_tags,
filer_results results result preview snippet not_downloadable {
	display: block !important;
	margin-top: 7.5px !important;
	font-style: italic !important;
	}
filer_results results result preview snippet attachments ul li {
    margin-left: 10px;
    }
filer_results results result preview snippet attachments ul li:before {
    content: "-";
    padding-right: 5px;
    }
filer_results results result preview snippet not_downloadable {
	color: #D8000C !important;
	}
filer_results results result preview {
	font-size: 0.75em !important;
	}
filer_results results result preview date {
	color: #808080 !important;
	}
filer_results[preview] results result preview date:after {
	content: "- " !important;
	}
filer_results results result preview snippet {
	color: #545454 !important;
	}
filer_results results result snip {
	font-weight: bold !important;
	}
filer_results results pagination {
	display: block !important;
	font-size: 0.75em !important;
	text-align: center !important;
	margin-top: 0.95em !important;
	padding-top: 0.95em !important;
	border-top: 0.1em solid #e6e6e6 !important;
	}
filer_results results pagination page {
	cursor: pointer !important;
	margin: 0 .35em !important;
	min-width: 0.8em !important;
	padding: 5px 8px !important;
	min-height: 0.8em !important;
	vertical-align: top !important;
	border-radius: 0.25em !important;
	display: inline-block !important;
	border: 1px solid #e6e6e6 !important;
	}
filer_results results pagination page[current] {
	color: #e6e6e6 !important;
	}
filer_results results pagination page[current],
filer_results results pagination page[in_between] {
	cursor: default !important;
	}
filer_results results pagination page spinner {
	width: 0.5em !important;
	height: 0.5em !important;
	margin: 0.35em auto !important;
	}
filer_results results copyright {
	width: 100% !important;
	display: table !important;
	margin-top: 1.5em !important;
	font-size: 0.75em !important;
	text-align: center !important;
	color: #808080 !important;
	}
filer_results results copyright a {
	color: inherit !important;
	}
filer_results results copyright a:hover {
	text-decoration: none !important;
	border-bottom: 1px solid !important;
	}
filer_results results copyright a img {
	max-height: 0.9em !important;
	}
filer_results results result extra data:before,
filer_results results result preview date:after {
	content: "-" !important;
	margin: 0 0.45em !important;
	}
filer_results loading {
	display: block !important;
	text-align: center !important;
	color: #545454 !important;
	}
filer_results :not(button) spinner {
	margin: 0 auto !important;
	position: relative !important;
	display: inline-block !important;
	border-left: 1px solid rgba(0, 126, 229, .15) !important;
	border-right: 1px solid rgba(0, 126, 229, .15) !important;
	border-bottom: 1px solid rgba(0, 126, 229, .15) !important;
	border-top: 1px solid rgba(0, 126, 229, .8) !important;
	-o-animation: rotation .5s infinite linear !important;
	-moz-animation: rotation .5s infinite linear !important;
	-webkit-animation: rotation .5s infinite linear !important;
	animation: rotation .5s infinite linear !important;
	border-radius: 100% !important;
	}
filer_results loading spinner {
	width: 2em !important;
	height: 2em !important;
	}
filer_results loading text {
	display: block !important;
	margin-top: 0.75em !important;
	}
filer_results results filters options[advanced_search] .filer_checkbox {
	cursor:pointer;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	width: 12px;
	height: 12px;
	background-color: transparent;
	border: 1.2px solid #656565;
	-moz-transition: border-color ease 0.2s;
	-o-transition: border-color ease 0.2s;
	-webkit-transition: border-color ease 0.2s;
	transition: border-color ease 0.2s;
	}
filer_results results filters options[advanced_search] input[type=checkbox] {
	display:none !important;
	}
filer_results results filters options[advanced_search] .filer_checkbox:before,
filer_results results filters options[advanced_search] .filer_checkbox:after {
	height: 0 !important;
	content: ' ' !important;
	position: absolute !important;
	display: inline-block !important;
	box-sizing: border-box !important;
	background-color: #34b93d !important;
	border: 0px solid !important !important;
	width: 2.4px !important;
	-o-transform-origin: left top !important;
	-ms-transform-origin: left top !important;
	-moz-transform-origin: left top !important;
	-webkit-transform-origin: left top !important;
	transform-origin: left top !important;
	-o-transition: opacity ease .5 !important;
	-ms-transition: opacity ease .5 !important;
	-moz-transition: opacity ease .5 !important;
	-webkit-transition: opacity ease .5 !important;
	transition: opacity ease .5 !important;
	}
filer_results results filters options[advanced_search] .filer_checkbox:before {
	top:8.64px !important;
	left: 4.92px !important;
	-o-transform: rotate(-135deg) !important;
	-ms-transform: rotate(-135deg) !important;
	-moz-transform: rotate(-135deg) !important;
	-webkit-transform: rotate(-135deg) !important;
	transform: rotate(-135deg) !important;
	}
filer_results results filters options[advanced_search] .filer_checkbox:after {
	-o-transform: rotate(-45deg) !important;
	-ms-transform: rotate(-45deg) !important;
	-moz-transform: rotate(-45deg) !important;
	-webkit-transform: rotate(-45deg) !important;
	transform: rotate(-45deg) !important;
	top: 4.44px !important;
	left: 0.6px !important;
	}
filer_results results filters options[advanced_search] input[type=checkbox]:checked + .filer_checkbox,
filer_results results filters options[advanced_search] .filer_checkbox.checked {
	border-color:#34b93d !important;
	}
filer_results results filters options[advanced_search] input[type=checkbox]:checked + .filer_checkbox:after,
filer_results results filters options[advanced_search] .filer_checkbox.checked:after {
	height: 6px !important;
	-o-animation: checkbox_bottom 0.2s ease 0s forwards !important;
	-ms-animation: checkbox_bottom 0.2s ease 0s forwards !important;
	-moz-animation: checkbox_bottom 0.2s ease 0s forwards !important;
	-webkit-animation: checkbox_bottom 0.2s ease 0s forwards !important;
	animation: checkbox_bottom 0.2s ease 0s forwards !important;
	}
filer_results results filters options[advanced_search] input[type=checkbox]:checked + .filer_checkbox:before,
filer_results results filters options[advanced_search] .filer_checkbox.checked:before {
	height: 14.4px !important;
	-o-animation: checkbox_top 0.4s ease 0s forwards !important;
	-ms-animation: checkbox_top 0.4s ease 0s forwards !important;
	-moz-animation: checkbox_top 0.4s ease 0s forwards !important;
	-webkit-animation: checkbox_top 0.4s ease 0s forwards !important;
	animation: checkbox_top 0.4s ease 0s forwards;
	}
filer_results results filters options[advanced_search] input[type=checkbox] + label + label {
	margin-left: 5px !important;
	}
@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
		}
	to {
		-webkit-transform: rotate(359deg);
		}
	}
@-moz-keyframes rotation {
	from {
		-moz-transform: rotate(0deg);
		}
	to {
		-moz-transform: rotate(359deg);
		}
	}
@-ms-keyframes rotation {
	from {
		-ms-transform: rotate(0deg);
		}
	to {
		-ms-transform: rotate(359deg);
		}
	}
@-o-keyframes rotation {
	from {
		-o-transform: rotate(0deg);
		}
	to {
		-o-transform: rotate(359deg);
		}
	}
@keyframes rotation {
	from {
		transform: rotate(0deg);
		}
	to {
		transform: rotate(359deg);
		}
	}
@-o-keyframes checkbox_bottom {
	0% { height: 0; }
	100% { height: 12px/2; }
	}
@-ms-keyframes checkbox_bottom {
	0% { height: 0; }
	100% { height: 12px/2; }
	}
@-moz-keyframes checkbox_bottom {
	0% { height: 0; }
	100% { height: 12px/2; }
	}
@-webkit-keyframes checkbox_bottom {
	0% { height: 0; }
	100% { height: 12px/2; }
	}
@keyframes checkbox_bottom {
	0% { height: 0; }
	100% { height: 12px/2; }
	}
@-o-keyframes checkbox_top {
	0% { height: 0; }
	50% { height: 0; }
	100% { height: 14.4px; }
	}
@-ms-keyframes checkbox_top {
	0% { height: 0; }
	50% { height: 0; }
	100% { height: 14.4px; }
	}
@-moz-keyframes checkbox_top {
	0% { height: 0; }
	50% { height: 0; }
	100% { height: 14.4px; }
	}
@-webkit-keyframes checkbox_top {
	0% { height: 0; }
	50% { height: 0; }
	100% { height: 14.4px; }
	}
@keyframes checkbox_top {
	0% { height: 0; }
	50% { height: 0; }
	100% { height: 14.4px; }
	}