body {
	font-size: 14px !important;
	line-height: 1.4em !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #4d4d4f;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

a:hover {
	cursor: pointer !important;
}

a[data-toggle]:hover {
	text-decoration: none !important;
}

a[data-toggle]:active {
	text-decoration: none !important;
}

a[data-toggle]:visited {
	text-decoration: none !important;
}

a[data-toggle]:link {
	text-decoration: none !important;
}

p {
	color: #58585a;
	font-size: 14px;
	line-height: 1.4em;
	margin: 0 0 1em;
	font-family: 'Open Sans', sans-serif;
	/* 	text-align: justify; */
}

.language-text-left {
	margin-right: 0px !important;
	color: #c0c0c0 !important;
}

h3 {
	color: #636466;
	margin-bottom: 20px !important;
}

td {
	text-align: justify;
}

.strict-periods-div {
	padding-left: 0px;
}

.select-field {
	width: 100%
}

.search-add-remove {
	width: 20px;
}

.language-text {
	color: #c0c0c0 !important;
}

.language-link-right {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.language-link-span {
	position: relative;
	display: block;
	padding-top: 4px !important;
	padding-bottom: 0 !important;
	padding-left: 15px;
	padding-right: 30px;
	height: 28px;
}

.language-link-left {
	position: relative;
	display: inline !important;
	padding: 0px !important;
	color: #777 !important;
}

.language-text-right {
	margin-left: 0px !important;
	color: #c0c0c0 !important;
}

.navbar-nav>li>a, .navbar-brand {
	padding-top: 4px !important;
	padding-bottom: 0 !important;
	height: 28px;
}

.navbar-text {
	margin-top: 7px !important;
	margin-bottom: 0 !important;
	height: 28px;
}

.navbar {
	min-height: 32px !important;
	margin-bottom: 5px;
	box-shadow: 0px 8px 6px -2px rgba(0, 0, 0, .05), inset 0 -1px 0
		rgba(0, 0, 0, .1);
	border-radius: 0px !important;
}

.navbar-custom {
	border: 0px;
	background-color: white;
	margin-bottom: 30px !important;
	/* 	margin-top: 10px; */
}

.map-item {
	margin-bottom: 15px;
}

.slick-dots {
	position: absolute;
	bottom: -20px !important;
}

/* div.map-item > * { */
/* 	margin-right:10px; */
/* } */

/* .list-remove { */
/* 	display: inline; */
/* } */
.smooth-panel {
	background-color: #FAFAFA;
	background-image: linear-gradient(to bottom, #FFFFFF, #F2F2F2);
	background-repeat: repeat-x;
	border: 1px solid #D4D4D4;
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
	margin-bottom: 14px;
	padding: 9px 14px;
	text-align: justify;
}

.light-panel {
	background-color: #FDFDFD;
	border: 1px solid #EFEFEE;
	border-radius: 4px;
	margin-bottom: 14px;
	padding: 9px 14px;
	text-align: justify;
}

.transparent-panel {
	border: none;
	margin-bottom: 14px;
	text-align: justify;
}

.padding-bottom {
	padding-bottom: 8px;
}

.padding-top {
	padding-top: 10px;
}

.padding-top-small {
	padding-top: 5px;
}

.padding-top-large {
	padding-top: 20px;
}

.margin-bottom {
	margin-bottom: 5px;
}

.margin-bottom-medium {
	margin-bottom: 15px !important;
}


.margin-top-medium {
	margin-top: 15px !important;
}

.margin-left {
	margin-left: 5px !important;
}

.margin-bottom-big {
	margin-bottom: 20px;
}

.margin-top-big {
	margin-top: 20px;
}

.margin-right {
	margin-right: 5px !important;
}

.no-margin {
	margin: 0;
}

.no-top-margin {
	margin-top: 0;
}

.no-padding {
	padding: 0;
}

.no-padding-left {
	padding-left: 0px !important;
}

.no-padding-right {
	padding-right: 0px !important;
}

.map-remove, .map-add, .list-remove, .list-add {
	display: inline;
	font-size: 24px;
}

.validation-error {
	border-color: #B94A48;
	color: #B94A48;
}

input.validation-error, select.validation-error, textarea.validation-error
	{
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.datetime {
	display: inline-block;
	font-size: 11.844px;
	line-height: 14px;
	vertical-align: baseline;
	white-space: nowrap;
}

.nowrap-small-label {
	display: inline-block;
	font-size: 11.844px;
	line-height: 14px;
	vertical-align: baseline;
	white-space: nowrap;
}

.inlined-span {
	display: inline-block;
	line-height: 14px;
	vertical-align: baseline;
	white-space: nowrap;
}

.content-box {
	margin-bottom: 20px;
}

.content-box .title {
	background-color: #999999;
	border-radius: 3px;
	color: #FFFFFF;
	display: inline-block;
	font-weight: bold;
	line-height: 14px;
	padding: 2px 4px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	vertical-align: baseline;
	white-space: nowrap;
}

.content-box .content {
	background-color: #F7F7F9;
	border: 1px solid #E1E1E8;
	border-radius: 4px;
	margin-bottom: 5px;
	margin-top: 4px;
	padding: 5px;
}

.content-box.failure {
	color: #B94A48;
}

.content-box.failure .content {
	background-color: #F2DEDE;
	border-color: #EED3D7;
	color: #B94A48;
}

.content-box.failure .title {
	background-color: #B94A48;
}

.content-box pre {
	max-height: 160px;
}

.table td.header, .table th.header {
	font-weight: bold;
	text-align: right;
}

.form-table td.field-label, .form-table th.field-label {
	text-align: right;
}

.form-table th, .form-table td {
	padding: 4px;
}

.table td.left, .table th.left {
	text-align: left;
}

.table td.right, .table th.right {
	text-align: right;
}

.table td.center, .table th.center {
	text-align: center;
}

.text_center {
	text-align: center;
}

.table td.bold, .table th.bold {
	font-weight: bold;
}

.no-margin {
	margin: 0;
}

.no-border th, .no-border td {
	border: none;
}

.fieldset th, .fieldset td {
	border-top: 0;
}

.progress-legent {
	border-radius: 4px;
	display: inline-block;
	height: 18px;
	margin-right: 6px;
	width: 18px;
}

.progress-legent.inserts {
	background-color: #4BB1CF;
	background-image: linear-gradient(to bottom, #5BC0DE, #339BB9);
	background-repeat: repeat-x;
}

.progress-legent.deletes {
	background-color: #5EB95E;
	background-image: linear-gradient(to bottom, #62C462, #57A957);
	background-repeat: repeat-x;
}

.ui-timepicker-div .ui-widget-header {
	margin-bottom: 8px;
}

.ui-timepicker-div dl {
	text-align: left;
}

.ui-timepicker-div dl dt {
	float: left;
	clear: left;
	padding: 0 0 0 5px;
}

.ui-timepicker-div dl dd {
	margin: 0 10px 10px 45%;
}

.ui-timepicker-div td {
	font-size: 90%;
}

.ui-tpicker-grid-label {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

.ui-timepicker-rtl {
	direction: rtl;
}

.ui-timepicker-rtl dl {
	text-align: right;
	padding: 0 5px 0 0;
}

.ui-timepicker-rtl dl dt {
	float: right;
	clear: right;
}

.ui-timepicker-rtl dl dd {
	margin: 0 45% 10px 10px;
}

.controls img {
	padding-left: 10px;
	padding-right: 10px;
}

.controls span {
	padding-left: 10px;
	padding-right: 10px;
}

.first-in-row {
	margin-left: 0 !important;
}

.thumbnail img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 150px !important;;
}

.thematic-thumbnail  a>img, .thematic-thumbnail>img {
	margin-right: auto;
	margin-left: auto;
}

.thematicCollection-thumbnail-div {
	height: 230px !important;
}

.thematic-thumbnail  img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 230px !important;
}

.thematic-thumbnail {
	display: block;
	margin-bottom: 20px;
	line-height: 1.42857143;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
}

.thumbnail>h6 {
	max-height: 65px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
}

.thematic-thumbnail>h6 {
	max-height: 33px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
}

.thematic-thumbnail>p {
	max-height: 63px;
	font-size: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	text-align: left;
}

.overflow-when-no-wrap {
	text-overflow: ellipsis !important;
	overflow: hidden;
}

textarea {
	resize: vertical;
}

q:before, q:after, edmfieldlabel:before, edmfieldlabel:after {
	content: "";
}

q:before, q:after, edmfieldlabel:before, edmfieldlabel:after {
	content: "";
}

edmfieldlabel.pull-right {
	border-left: 0 none;
	border-right: 5px solid #EEEEEE;
	float: right;
	padding-left: 0;
	padding-right: 15px;
}

.pull-right {
	float: right;
}

edmfieldlabel {
	border-left: 5px solid #EEEEEE;
	margin: 0 0 20px;
	padding: 0 0 0 15px;
}

edmfieldlabel.pull-right p, edmfieldlabel.pull-right small {
	text-align: right;
}

edmfieldlabel p {
	font-size: 13px;
	font-weight: 300;
	line-height: 1.25;
	margin-bottom: 0;
}

p {
	margin: 0 0 10px;
}

edmfieldlabel.pull-right p, edmfieldlabel.pull-right small {
	text-align: right;
}

edmfieldlabel small {
	color: #999999;
	display: block;
	line-height: 20px;
}

small {
	font-size: 85%;
}

.add:hover, .add:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

button.add {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

.add {
	font-size: 26px;
	font-weight: bold;
	line-height: 20px;
	filter: alpha(opacity = 20);
	color: #058ec5 !important;
	text-shadow: 0 1px 0 grey !important;
	opacity: .9;
}

.close {
	font-size: 26px !important;
	color: #058ec5 !important;
	text-shadow: 0 1px 0 grey !important;
	opacity: .9 !important;
	right: 0px !important;
}

.remove {
	font-size: 30px;
	font-weight: bold;
	color: #058ec5 !important;
}

button.remove {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

.login {
	float: right;
}

#search-div {
	background-color: #d1d3d4 !important;
	margin-bottom: 15px;
}

.header-images {
	margin-bottom: 15px;
}

/* .btn { */
/* 	-webkit-border-radius: 15px; */
/* 	-moz-border-radius: 15px; */
/* 	border-radius: 15px; */
/* 	padding-left: 10px !important; */
/* 	padding-right: 10px !important; */
/* } */
.form-search .input-append .search-query {
	-webkit-border-radius: 15px !important;
	-moz-border-radius: 15p !important x;
	border-radius: 15px !important;
}

/* button.btn, input[type="submit"].btn { */
/* 	background-color: #058ec5 !important; */
/* 	background-image: none !important; */
/* } */

/* a.clear { */
/* 	background-color: #a2a0a0 !important; */
/* 	background-image: none !important; */
/* 	color: #fff !important; */
/* } */
.btn-success {
	-moz-border-radius: 5px;
	border-radius: 5px;
}

a.clear {
	color: #fff;
	background-color: #a2a0a0;
	height: 28px;
	padding-top: 3px;
	border-color: #989696;
}

a.clear:focus {
	color: #fff;
	background-color: #969494;
	border-color: #838181;
}

a.clear:hover {
	color: #fff !important;
	background-color: #969494;
	border-color: #838181;
}

button.search {
	color: #fff;
	height: 28px;
	padding-top: 3px;
	background-color: #058ec5;
	border-color: #3c9d43;
	background-color: #058ec5;
}

a.search:focus {
	color: #fff;
	background-color: #399941;
	border-color: #2c7431;
}

a.help-button {
	color: #058ec5;
	height: 28px;
	padding-top: 3px;
}

.search-btn {
	height: 28px;
	padding-top: 3px;
}

.simple-search-btn {
	height: 32px !important;
	padding-top: 4px !important;
}

a.help-button i {
	width: 20px;
}

a.help-button:hover {
	color: #3c9d43 !important;
}

.rdf_view {
	color: #058ec5;
	background-color: #f0f2f1 !important;
	border: none;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

span.search-label {
	min-height: 26px !important;
	margin-top: 1px !important;
	background-color: #f0f2f1;
	border-radius: 5px 5px 5px 5px !important;
}

.rdf_view:hover {
	color: #3c9d43;
	background-color: #d6d8da !important;
}

.search-filter {
	color: #636466;
	border-left: 4px solid #058ec5;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: normal !important;
	margin-bottom: 15px;
}

.search-facets .accordion-group {
	border: none;
	border-bottom: 2px solid #636466;
	border-radius: 0px !important;
}

.search-facets .accordion {
	margin-bottom: 5px !important;
}

.search-facets .accordion-inner {
	border-top: 2px solid #058ec5;
	max-height: 390px;
	overflow-y: auto;
	overflow-x: auto;
}

.search-facets .accordion-toggle {
	color: #58585a !important;
	font-weight: bold;
}

.accordion-inner .checkbox, .accordion-inner .radio {
	position: relative;
	display: block;
	margin-top: 3px;
	margin-bottom: 3px;
}

.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #058ec5 !important;
	text-decoration: none;
	background-color: #fff;
	border-right: 1px solid #ddd !important;
	border-left: 1px solid #ddd !important;
	border-top: none !important;
	border-bottom: none !important;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover,
	.pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover
	{
	z-index: 3;
	color: #58585a !important;
	cursor: default;
	background-color: white !important;
	border-color: white !important;
	border-right: 1px solid #ddd !important;
	border-left: 1px solid #ddd !important;
	border-top: none !important;
	border-bottom: none !important;
}

.thumbnail dd {
	border-bottom: 1px solid #9f9fa2;
}

.thumbnail h6 a {
	color: #58585a;
	font-size: 15px;
	font-weight: bold;
}

.thematic-thumbnail h6 a {
	color: #58585a;
	font-size: 15px;
	font-weight: bold;
}

.thumbnail .item_view {
	color: #58585a !important;
	background-image: none !important;
	background-color: #f0f2f1 !important;
	border: none !important;
}

.thematic-thumbnail .item_view {
	color: #58585a !important;
	background-image: none !important;
	background-color: #f0f2f1 !important;
	border: none !important;
}

/* .page-header { */
/* 	color: #636466; */
/* 	border-left: 4px solid #2cbc37; */
/* 	padding-left: 10px; */
/* 	padding-top: 10px; */
/* 	padding-bottom: 0 !important; */
/* 	margin: 0 !important; */
/* 	font-weight: normal !important; */
/* 	border-bottom: 0; */
/* } */
table.no-border td, table.no-border th {
	border-bottom: none;
}

table.fieldset td, table.fieldset th {
	border-bottom: 1px solid #058ec5;
	border-top: none !important;
}

div.fieldset {
	color: #58585a;
}

.control-label {
	color: #58585a !important;
}

div.fieldset a {
	color: #058ec5;
}

hr.fieldset {
	margin-top: 1px;
	margin-bottom: 1px;
	border: 0;
	border-top: 1px solid #058ec5;
	padding-bottom: 10px;
	margin-left: -15px;
	margin-right: -15px;
}

hr.items {
	border-top: 1px solid #058ec5;
}

hr.collections {
    border-width: 3px;
    border-color: #d1d3d4 !important;
    margin-top: 10px;
    margin-bottom: 10px !important;
}

hr.fieldset-semantics {
	margin-top: 1px;
	margin-bottom: 1px;
	border: 0;
	border-top: 1px solid #B6008D;
	padding-bottom: 10px;
}

hr.fieldset-geonames {
	margin-top: 7px;
	margin-bottom: 0px;
	border: 0;
	border-top: 1px solid #c2c3c5;
}

.footer {
	background-color: #222021 !important;
	/* 	margin-top: 50px; */
	/* 	padding: px 0 0 0; */
}

.before-footer {
	margin-top: 70px;
}

.text_footer {
	color: #fff;
}

.footer  a {
	color: #058ec5;
}

.footer .green_text {
	color: #058ec5;
}

.green_for_icons {
	color: #058ec5;
}

.footer img {
	padding: 4px;
	margin-bottom: 0px !important;
}

.info_header, .terms_header {
	color: #636466;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 0 !important;
	margin: 0 !important;
	font-weight: normal !important;
	border-bottom: 0;
}

.terms_text h2 {
	color: #636466 ! important;
}

.terms_text a {
	color: #058ec5;
}

.terms_header {
	border-left: 4px solid #058ec5;
}

.info_header h4 {
	float: left;
	position: relative;
	top: 15px;
	margin-left: 5px;
}

select {
	background-size: 24px 20px;
	background-position: right center !important; . border-radius (2px);
	/* border: 1px solid #fff; */ . box-shadow;
	color: #888;
	outline: none;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	line-height: 20px;
}

/* .btn { */
/* 	text-shadow: none !important; */
/* } */

/*  .wordcloud { */
/*         margin: 0px; */
/*         width: 550px; */
/*         height: 280px; */
/*         border: none; */
/*         position: relative; */
/* top: -40px; */

/*       } */
.wordcloud a:hover {
	color: #2cbc37 !important;
}

.wordcloud span.w10, .wordcloud span.w9, .wordcloud span.w8, .wordcloud span.w7
	{
	text-shadow: 0px 1px 1px #ccc;
}

.wordcloud span.w3, .wordcloud span.w2, .wordcloud span.w1 {
	text-shadow: 0px 1px 1px #fff;
}

.cloud-container h3 {
	color: #636466;
	font-weight: normal !important;
	padding-left: 10px !important;
	margin-top: 5px;
	margin-bottom: 5px;
}

.cloud-container h3 .gree {
	color: #058ec5;
}

.modal-title {
	color: #058ec5;
}

.enriched_count {
	color: #B6008D;
}

.validator_count {
	color: #eb038e;
}

.carousel-control.right, .carousel-control.left {
	background-image: none;
}

@media ( min-width : 1200px) {
	.container {
		width: 1270px;
	}
	.wordcloud {
		margin: auto;
		width: 100%;
		height: 310px;
		border: none;
		position: relative;
		top: 0px;
		vertical-align: top;
		/* 		background-color: #f0f2f1; */
		border-radius: 4px;
		margin-top: 10px;
		/* 		box-shadow: 3px 3px 20px 3px #d1d3d4; */
	}
	.cloud-container {
		position: absolute;
		width: 100%;
		top: 0;
	}
	.map-col {
		padding-right: 0px !important;
	}
	.cloud-col {
		padding-left: 0px !important;
	}
}

@media ( max-width : 1200px) {
	.wordcloud {
		margin: auto;
		width: 100%;
		height: 220px;
		border: none;
		position: relative;
		top: 0px;
		vertical-align: top;
		border-radius: 4px;
	}
	.container {
		padding-right: 5px;
		padding-left: 5px
	}
	.map-col {
		text-align: center;
	}
}

@media ( max-width : 768px) {
	.select2-selection__rendered {
		font-size: 12px !important;
	}
	.thumbnail {
		border: none;
		background-color: #f0f2f1;
		color: #58585a;
		font-size: 12px;
		padding: 10px;
		position: relative;
	}
	.thematic-thumbnail {
		border: none;
		background-color: #f0f2f1;
		color: #58585a;
		font-size: 12px;
		padding: 5px;
		position: relative;
	}
	.separated-search-field {
		margin-bottom: 5px;
	}
	.search-field-group {
		margin-bottom: 0px;
	}
	.cloud-row {
		text-align: center;
	}
	.random-item-rights {
		margin-bottom: 30px;
	}
	.nav-enrichments li a {
		font-size: 18px !important;
	}
}

/* .edm-entity-result { */
/* 	padding-right: 0px; */
/* } */
.select2-container--open .select2-selection--single {
	border-radius: 0 !important;
}

.select2-container--open .select2-selection--multiple {
	border-radius: 0 !important;
}

@media ( min-width : 768px) {
	.cloud-row {
		display: flex;
		align-items: center;
	}
	.random-item-row {
		display: flex;
		align-items: center;
	}
	.thematic-container {
		padding-left: 0px;
	}
	.nav-enrichments li a {
		font-size: 24px !important;
	}
}

/* .select2-selection--single { */
/* 	border-radius: 15px 15px 15px 15px ; */
/* } */

/* .select2-selection--multiple { */
/* 	border-radius: 15px 15px 15px 15px ; */
/* } */
.thumbnail-footer {
	bottom: 0;
	margin-bottom: 7px;
}

.entity-view-body {
	max-height: calc(100vh - 180px);
	overflow-y: auto;
}

.thumbnail>dl {
	margin-bottom: 20px;
	overflow-y: auto;
}

.overflow {
	text-overflow: ellipsis !important;
	overflow: hidden;
}

.form-control {
	border-radius: 5px 5px 5px 5px !important;
}

@media ( min-width : 992px) {
	.facetspanel.collapse {
		display: block;
	}
	.keyword-div {
		padding-right: 0px !important;
	}
	.left-half-field-div {
		padding-right: 0px !important;
	}
	.right-half-field-div {
		padding-left: 0px !important;
	}
	.left-half-field {
		border-radius: 5px 2px 2px 5px !important;
	}
	.right-half-field-div .select2-selection--single {
		border-radius: 2px 5px 5px 2px !important;
	}
	.left-half-field-div .select2-selection--single {
		border-radius: 5px 2px 2px 5px !important;
	}
	.right-half-field-div .select2-selection--multiple {
		border-radius: 2px 5px 5px 2px !important;
	}
	.left-half-field-div .select2-selection--multiple {
		border-radius: 5px 2px 2px 5px !important;
	}
	.ekt-voc-subtree-panel {
		/* 		padding: 20px; */
		/* 		margin-bottom: 25px; */
		
	}
	.ekt-voc-subtree-entries-panel {
		max-height: 650px;
		overflow-y: auto;
	}
	.ekt-voc-subtree-panel h3 {
		padding-right: 60px;
	}
	.right-column-item-page {
		padding-left: 30px;
	}
	

	
}



@media ( max-width : 768px) {
	.parent-period {
		margin-bottom: 20px;
	}
	.period-group {
		padding-top: 10px;
	}
	h4.group {
		margin-bottom: 110px;
	}
	.record-view-thumbnail {
		border: 0;
		max-height: 250px;
		max-width: 100%;
		 box-shadow: 0px 2px 10px 0px #A4A4A4;
	}
	.sc_map_img {
		border: 0;
		height: auto;
		width: 80%;
	}
	.person-items {
		margin-top: 10px;
		border-left: 0px !important;
	}
	
	
/* 	.slider-row { */
/* 		height: 330px; */
/* 	} */
}

@media ( min-width : 768px) {
	.parent-period {
		margin-bottom: 20px;
	}
	.thumbnail {
		border: none;
		background-color: #f0f2f1;
		color: #58585a;
		font-size: 12px;
		padding: 10px;
		height: 510px;
		position: relative;
	}
	.thematic-thumbnail {
		border: none;
		background-color: #f0f2f1;
		color: #58585a;
		font-size: 12px;
		padding: 10px;
		height: 370px;
		position: relative;
	}
	.thumbnail-footer {
		position: absolute;
		bottom: 0;
		margin-bottom: 7px;
	}
	.modal.modal-wide .modal-dialog {
		width: 80%;
	}
	.entity-view-body {
		max-height: calc(100vh - 300px);
		overflow-y: auto;
	}
	.record-view-thumbnail {
		border: 0;
		height: auto;
		max-width: 100%;
		max-height: 250px;
		box-shadow: 0px 2px 10px 0px #A4A4A4;
	}
	.saas-services-logo {
		border: 0;
		height: auto;
		max-width: 160px;
	}
	.thumbnail>dl {
		margin-bottom: 20px;
		max-height: 250px;
		overflow-y: auto;
	}
	.overflow {
		text-overflow: ellipsis !important;
		white-space: nowrap;
		overflow: hidden;
	}
	.timeline-slick-prev:before, .timeline-slick-next:before {
		color: white !important;
		font-size: 40px !important;
		text-shadow: 0 0 3px #000;
	}
	.timeline-slick-prev {
		left: 2px !important;
		z-index: 1000;
		height: 40px !important;
		width: 40px !important;
		font-size: 40px !important;
	}
	.timeline-slick-next {
		right: 2px !important;
		z-index: 1000;
		height: 40px !important;
		width: 40px !important;
		font-size: 40px !important;
	}
	.timeline-content {
		overflow-x: hidden;
		overflow-y: hidden;
		padding-left: 0;
	}
	.search-add-remove {
		padding-left: 0px;
		padding-right: 0px;
	}
	.sc_map_img {
		border: 0;
		height: auto;
		width: 100%;
	}
	.vertical-align-justify-center-for-large {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.slider-row {
		height: 430px;
	}
}


.slider-manual {
	
    max-height: 330px !important;
    box-shadow: 0px 2px 10px 0px #A4A4A4;
    margin: 5px;
}


.row.vertical-align {
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav-entity {
	color: #058ec5;
}

.cloud-father {
	position: relative;
}

.carousel .item div {
	width: 100% !important;
}

#randomItem, #randomItem a {
	color: #636466 !important;
}

#randomItem a:hover {
	color: #058ec5 !important;
	text-decoration: none !important;
}

#randomItem {
	/* background-color: #e6e7e8; */
	/* width: 100%; */
	/* padding: 20px; */
	height: auto;
	/* 	min-height: 200px; */
	overflow: visible;
}

.section h4 {
	border-bottom: 2px solid #d1d3d4;
	padding: 10px;
	font-weight: normal !important;
	color: #058ec5 !important;
	font-size: 24px !important;
	padding-left: 0px;
	margin-bottom: 20px;
	margin-top: 25px;
}

.section h2 {
	font-weight: normal !important;
	font-size: 20px !important;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
}

.section small {
	font-size: 16px !important;
}

#randomItem .random_title {
	font-size: 18px;
	padding-bottom: 8px;
	font-weight: bold;
}

#randomItem .random_creator {
	font-size: 16px;
	padding-bottom: 12px;
	font-style: italic;
}

#randomItem .thumbnail {
	padding: 15px;
	height: 140px;
	background-color: #fff;
	padding-top: 60px;
}

/* .vertical-center { */
/*   min-height: 100%;  Fallback for browsers do NOT support vh unit */
/*   min-height: 100vh; These two lines are counted as one :-)       */

/*   display: flex; */
/*   align-items: center; */
/* } */
.select2-container-multi {
	display: block;
}

.accordion-heading .accordion-toggle {
	display: inline-block;
	padding-top: 8px;
	padding-right: 2px;
	padding-bottom: 8px;
	padding-left: 12px;
	
}


.accordion-heading {
	padding-bottom: 6px;
}


.accordion-inner {
	/* 	padding: 9px 15px; */
	border-top: 1px solid #e5e5e5;
}

.header-logo {
	white-space: nowrap;
	padding-top: 10px;
	padding-bottom: 10px;
}

img.header-logo-logo {
	border: 0;
	height: auto;
	max-width: 100%;
	max-height: 100px;
}

img.header-logo-logo-small {
	border: 0;
	height: 47px;
	max-width: 100%;
}

img.header-europeana-stamp {
	height: 50px;
	margin-left: 10px;
}
/* .edm-entity-result { */
/* 	padding-right: 0px; */
/* } */
img.espa-stamp {
	height: 35px;
	margin-left: 20px;
}

img.header-ekt-logo {
	margin-left: 20px;
	max-height: 50px;
}

img.header-ekt-logo-small {
	max-width: 100%;
}

img.header-europeana-stamp-small {
	height: 47px;
	margin-top: 6px;
	margin-bottom: 6px;
}

.header-logo-saas {
	padding-left: 0px
}

.header-logo-saas img {
	border: 0;
	max-width: 100%
}

.masthead a {
	color: #058ec5;
}

.enrichment-container a {
	color: #B6008D;
}

.validator-container a {
	color: #ec008c !important;
}

.info_text h3, a {
	color: #058ec5;
}

.info_text  a {
	color: #058ec5;
}

.info_text  a {
	color: #058ec5;
	font-weight: bold;
}

.organisation_logo {
	max-width: 100%;
	max-height: 140px !important;
	padding-top: 4px;
	padding-bottom: 15px;
}

.organisation_logo_in_list {
	max-width: 100%;
	max-height: 130px !important;
	margin-bottom: 10px;
}

.record_view_organisation_logo {
	margin-right: 3px;
	max-width: 100%;
	max-height: 50px !important;
	float: left;
}

.record_view_collection_logo {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 100%;
	max-height: 100px !important;
	padding-bottom: 0px;
}

.organisations_background {
	background-color: #f0f2f1;
	margin-top: 15px;
	margin-bottom: 25px;
	border-radius: 5px;
	padding-top: 10px;
}

.organisations_header {
	font-size: 21px;
	vertical-align: bottom;
}

.organization_label {
	color: #5D5C5C;
	font-size: 24px;
	vertical-align: middle;
}

.organization_label_icon {
	color: #058ec5;
	font-size: 24px;
	vertical-align: bottom;
}

.organisation_title {
	color: #5D5C5C;
	font-size: 23px;
	margin-bottom: 6px;
}

.organisation_url {
	margin-bottom: 6px;
}

.organisation_url a {
	font-weight: bold;
	font-size: 15px;
	color: #58585a !important;
}

.collection_logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 70px !important;;
	padding-bottom: 10px;
	padding-right: 10px;
	margin-left: 0px;
	margin-top: 13px;
}


.collection_logo_in_list {
    display: block;
    max-width: 100%;
    max-height: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.collection_title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 6px;
}

.collection_url {
	margin-bottom: 6px;
}

.collection_url a {
	font-size: 14px;
	color: #58585a !important;
}

.collection_type {
	font-size: 16px;
	margin-bottom: 6px;
}

/* .description { */
/* 	margin-bottom: 20px; */
/* } */
.green_text {
	color: #058ec5;
}

.preservator_text {
	color: #337ab7;
}

.organization_pagination a {
	background-color: #f0f2f1 !important;
}

.organization_pagination .active>a {
	background-color: #f0f2f1 !important;
}

.organization_title_panel {
	padding-top: 2px;
	margin-bottom: 10px;
}

.organization_panel {
	background-color: white;
	border-radius: 4px;
	margin-bottom: 20px;
	border-bottom-color: #a8a9ad;
	border-bottom-style: solid;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

@media ( min-width : 992px) {
	.browse_collection {
		padding-left: 25px;
		padding-bottom: 20px;
	}
	.type_facet {
		text-align: justify;
		padding-bottom: 20px;
	}
	.organization_pagination .pagination-sm {
		float: right;
		margin-top: 0px !important;
		margin-bottom: 0px !important;
		vertical-align: bottom;
		padding-bottom: 10px;
		margin-right: 20px;
	}
	.join_promo_img {
		text-align: left;
	}
	.slick-prev:before, .slick-next:before {
		color: gray !important;
		font-size: 40px !important;
	}
	.slick-prev {
		left: 0px !important;
		z-index: 1000;
		height: 40px !important;
		width: 40px !important;
		font-size: 40px !important;
	}
	.slick-next {
		right: 0px !important;
		z-index: 1000;
		height: 40px !important;
		width: 40px !important;
		font-size: 40px !important;
	}
	.my-carousel .row {
		padding-left: 45px !important;
		padding-right: 45px !important;
	}
	#randomItem img {
		max-height: 200px;
		max-width: 100%;
		margin-bottom: 8px;
	}
	.random_provider {
		text-align: right;
		font-style: italic;
	}
}

/* 	.record_view_organisation_logo_div { */
/* 		padding-left: 3px; */
/* 		padding-right: 0px; */
/* 		padding-top: 5px; */
/* 	} */
@media ( max-width : 992px) {
	.facet-external-div {
		padding: 5px;
		background-color: rgb(240, 242, 241);
		border-radius: 4px;
	}
	.browse_collection {
		padding-bottom: 20px;
	}
	.type_facet {
		padding-bottom: 20px;
	}
	.pagination>li>a, .pagination>li>span {
		padding: 3px 10px !important;
	}
	.organization_pagination .pagination-sm {
		float: right;
		margin-top: 10px !important;
		margin-bottom: 0px !important;
		vertical-align: bottom;
		padding-bottom: 10px;
		margin-right: 20px;
	}
	#randomItem img {
		max-height: 240px;
		max-width: 100%;
		margin-bottom: 8px;
	}
	.random_provider {
		text-align: center;
		font-style: italic;
	}
	.join_promo_img {
		text-align: center;
	}
	.join_promo_btns {
		text-align: center;
	}
}

@media ( min-width : 1200px) {
	.sumbol {
		max-width: 15%;
	}
	.logos {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.follow-ekt {
		color: white;
		font-size: 1.2em;
		margin-top: 30px;
		text-align: center;
	}
	.logos-terms p {
		text-align: right;
	}
}

@media ( max-width : 1200px) {
	.sumbol {
		max-width: 25%;
	}
	.logos {
		padding-top: 14px;
		padding-bottom: 10px;
		text-align: center;
	}
	.follow-ekt {
		color: white;
		font-size: 1.2em;
		text-align: center;
	}
	.logos-terms p {
		text-align: center;
	}
}

.info_gray {
	max-width: 20%;
}

a:focus, a:hover {
	color: #058ec5 !important;
	text-decoration: underline;
}

.organization_label_div {
	padding-right: 0px;
}

/* type_facet_value{ */
/* 	white-space: nowrap; */
/* 	display: inline-block; */
/* } */
type_facet_value {
	display: inline-flex;
	flex-flow: row nowrap;
	max-width: 100%;
	/* or width:100% if you want the spans to take all available space */
}

.firstText {
	flex: 1;
	white-space: pre;
	overflow: hidden;
	text-overflow: ellipsis;
}

.lastText {
	white-space: nowrap;
	margin-top: 1px;
}

.lastTexPeriods {
	white-space: nowrap;
	margin-left: 0px;
}

.text-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
}

.no_wrap {
	white-space: nowrap;
}

.padding-right {
	padding-right: 48px;
}

.manuals .cover {
	max-height: 230px !important;
	box-shadow: 0px 2px 10px 0px #A4A4A4;
	margin: 5px;
}

.manuals .larger-cover {
	max-height: 300px !important;
	box-shadow: 0px 2px 10px 0px #A4A4A4;
	margin: 5px;
}

.manuals .both_cover {
	max-height: 250px !important;
	margin: 5px;
}

.manuals .cover-lg {
	max-height: 350px !important;
	box-shadow: 0px 2px 10px 0px #A4A4A4;
	margin: 10px;
}

.survey_img {
	max-width: 100%;
	max-height: 400px; margin-left : auto;
	margin-right: auto;
	margin-left: auto;
}

.banner_img {
	max-height: 270px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}


.presentations .cover {
	max-height: 80px !important;
	width: 110px;
	box-shadow: 0px 2px 10px 0px #A4A4A4;
	margin: 5px;
}

.press .cover {
	margin-top: 10px;
	max-height: 20px !important;
}

.vertical-align-justify-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.vertical-align {
	display: inline-flex;
	align-items: center;
}

.rights-icon-selection {
	height: 26px;
	padding: 1px !important;
	/* 	position: absolute; */
}

.rights-text-selection {
	font-size: 12px !important;
}

.select2-results__option {
	font-size: 12px !important;
}

.rights-icon {
	height: 26px;
}

.rights-text {
	margin-left: 5px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]
	{
	background-color: #d3ebef !important;
	color: #58585a !important;
}

.rights-icon-item-page {
	max-height: 28px !important;
	margin-top: 2px;
}

.rights-icon-item-page-small {
	max-height: 22px !important;
	margin-bottom: 0px !important;
}

.left-panel-item-page {
	padding-top: 7px;
	padding-bottom: 7px;
}

.bottom-border-item-page {
	border: 0;
	border-bottom: 1px solid #a7a9ab;
}

.light-gray {
	background-color: #f0f2f1;
}

.right-column-title-link {
	color: #058ec5;
	font-weight: bold;
}

.right-column-title {
	font-weight: bold;
}

.right-column-title-link-not-available {
	font-weight: bold;
}

.enrich-comment {
	color: #909090;
	font-size: 11px;
	fill: #909090;
	margin-right: 5px;
	margin-top: 5px;
}

.enrich-comment-star {
	color: #058ec5;
	fill: #058ec5;
	font-size: 19px;
}

.main-search .select2-selection {
	border: 1px solid #ccc !important;
}

.searchculture-map-image {
	max-height: 220px;
	max-width: 100%;
	display: block !important;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
}

.persons-image {
	max-width: 100%;
	display: block !important;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
}

.slider-image {
	max-height: 330px;
	max-width: 100%;
	text-align: center;
	display: block !important;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
}

.searchculture-inv-image {
	max-height: 210px;
	max-width: 100%;
	display: block !important;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
}

.semantics-validator-image {
	max-height: 100%;
}

.europeana-image {
	/* 	max-height: 260px; */
	max-width: 100%;
	margin-left: 0px;
	margin-top: 80px;
	padding-right: 50px;
}

.placeholder-text {
	color: #b1b1b1;
}

.select2-selection__placeholder {
	color: #b1b1b1 !important;
}

.select2-selection__rendered {
	padding: 0 8px !important;
}

.select2-selection--multiple {
	border-radius: 5px !important;
}

.select2-selection--single {
	border-radius: 5px !important;
}

.gray-hr {
	border-width: 3px;
	border-color: #d1d3d4 !important;
	margin-top: 15px !important;
	margin-bottom: 10px !important;
}

.gray-hr-sf-top-level {
	border-width: 3px;
	border-color: #d1d3d4 !important;
	margin-top: 25px !important;
	margin-bottom: 30px !important;
}



.ekt-super-type-link {
	color: #5D5C5C;
}

/* .ekt-type-link { */
/* 	color: #58585a; */
/* } */
/* .ekt-type-link:hover { */
/* 	color: #B6008D !important; */
/* 	text-decoration: underline; */
/* } */


.institution-collection-link {
	color: #58585a;
}

.institution-collection-link:hover {
	color: #058ec5 !important;
	text-decoration: none;
}

.ekt_types_label_div .list-unstyled {
	margin-bottom: 20px;
}

.ekt_types_label_div {
	/* 	margin-bottom: 10px; */
	
}

.ekt_types_paragraph {
	padding-top: 8px;
}

.timeline-slick-prev, .timeline-slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 140px;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	margin-top: -10px\9;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.timeline-slick-next:before {
	content: '→';
}

.timeline-slick-prev:before {
	content: '←';
}

.timeline-slick-prev:before, .timeline-slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.timeline-content {
	overflow-x: scrol;
	overflow-y: hidden;
	padding-left: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice
	{
	margin-top: 3px !important;
}

.toggle.ios, .toggle-on.ios, .toggle-off.ios {
	border-radius: 20px;
}

.toggle.ios .toggle-handle {
	border-radius: 20px;
}

.timeline-periods {
	color: #333 !important;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
}

.timeline-periods p {
	color: #333 !important;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
}

.highcharts-tooltip span {
	z-index: 99999 !important;
}

.highcharts-legend span {
	z-index: 1 !important;
}

.highcharts-tooltip>span {
	background: rgba(255, 255, 255, 0.85);
	border: 1px solid silver;
	border-radius: 3px;
	box-shadow: 1px 1px 2px #888;
	padding: 2px;
	margin: 1px;
}

.gray {
	color: #909090;
}

.pop {
	/* 	cursor: pointer; */
	/* 	font-size: 15px; */
	margin-left: 3px;
	padding-right: 10px;
}

.checkbox {
	padding-top: 2px !important;
}

.popover-content {
	padding: 9px 14px;
	max-height: calc(100vh - 200px);
	overflow-y: auto;
}

.popover {
	max-width: 476px !important;
	padding-top: 12px;
	padding-bottom: 12px
}

.field-mode .select2-container--default .select2-selection--single {
	background-color: #f0f2f1;
}

.slick-slide:focus {
	outline: none;
}

*::-webkit-input-placeholder { /* WebKit browsers */
	color: #b1b1b1 !important;
}

*:-moz-placeholder { /* Mozilla Firefox <18 */
	color: #b1b1b1 !important;
	opacity: 1;
}

*::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #b1b1b1 !important;
	opacity: 1;
}

*:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #b1b1b1 !important;
}

.form-checkbox label {
	font-weight: 500 !important;
	margin-left: 10px !important;
}

.other-label {
	padding-top: 10px;
	font-weight: 500 !important;
}

.affix {
	top: 20px;
	width: 285px;
	padding-right: 20px;
}

.subjects .affix {
	top: 20px;
	width: 185px;
	padding-right: 20px;
}

.bs-docs-sidenav li.active {
	background-color: #d3ebef;
}

.bs-docs-sidenav li {
	border-left: 4px solid #058ec5;
}

.articles li {
	margin-bottom: 15px;
}

.publications h3 {
	margin-bottom: 20px;
}

ol.custom-counter {
	margin: 0 0 1.5em;
	padding: 0;
	counter-reset: item;
}

ol.custom-counter>li {
	/*   margin: 0; */
	/*   padding: 0 0 0 2rem; */
	/*   text-indent: -2.0rem; */
	list-style-type: none;
	counter-increment: item;
}

.form-btn {
	/* 	text-indent: 0rem!important; */
	margin-left: 26px;
}

ol.custom-counter>li:before {
	display: inline-block;
	width: 2.5rem;
	color: #2cbc37;
	padding-right: .5rem;
	font-weight: bold;
	font-size: 18px;
	text-align: right;
	content: counter(item) '.';
}

.added-value h4 {
	margin-top: 30px;
}

.join_promo {
	background-color: #d1d3d4;
	margin-bottom: 5px;
	border-radius: 4px;
}

.join_promo_message {
	margin-right: 10px;
}

.join_promo_btns {
	white-space: nowrap;
}

.join_promo a {
	margin-right: 8px;
	margin-top: 4px;
	margin-bottom: 4px;
}

span.fixed-span {
	display: inline-block;
	width: 50px;
}

span.invisible {
	visibility: hidden;
}

.gray_light {
	color: #eeeeee;
}

.cc-banner {
	background-color: rgba(209, 211, 212, 0.9) !important;
	border-top-color: #b1b1b1 !important;
	/* 	font-size: 13px !important; */
	padding: 5px !important;
	padding: 25px !important;
}

.masthead i {
	width: 20px;
}

.header-logo-info-span {
	min-width: 20px;
	display: inline-block;
}

.header-logo-info {
	height: 18px;
}

.header-larger-logo-info {
	height: 22px;
	margin-right: 10px;
}

.person-logo {
	height: 30px;
	padding-bottom: 9px;
}

.system-logo {
	border: 0;
	height: auto;
	width: 50px;
	margin-right: 10px;
}

.pie-title {
	position: relative;
	top: 10px;
}

.margin-top {
	margin-top: 10px;
}

.item-control-static {
	padding-top: 7px;
	margin-bottom: 0;
}

/* .vertical-align { */
/* 	display: flex !important; */
/* 	align-items: center !important; */
/* } */
.margin-top-large {
	margin-top: 30px;
}

.margin-top-middle {
	margin-top: 22px;
}

.margin-bottom-large {
	margin-bottom: 30px;
}

.gray-link {
	color: #636466 !important;
}

.gray-link:hover {
	color: #058ec5 !important;
	text-decoration: none !important;
}

.black-link {
	color: #58585a !important;
}

.black-link:hover {
	color: #058ec5 !important;
	text-decoration: none !important;
}

.dark-gray {
	color: #636466;
}

.searchculture-img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
}

.help-image-no-shadow {
	border: 0;
	height: auto;
	width: 80%;
	margin-top: 30px;
	margin-bottom: 30px;
}

.help-image {
	border: 0;
	height: auto;
	width: 80%;
	box-shadow: 3px 3px 3px #aaa;
	box-shadow: 3px 3px 20px 3px #aaa;
	margin-top: 30px;
	margin-bottom: 30px;
}

.enrichments-field {
	border: 0;
	height: 150px;
	margin-bottom: 10px;
}

.help-image-actual-size {
	border: 0;
	height: auto;
	box-shadow: 3px 3px 3px #aaa;
	box-shadow: 3px 3px 20px 3px #aaa;
	margin-top: 30px;
	margin-bottom: 30px;
}

.help-image-smaller {
	border: 0;
	height: 200px;
	width: auto%;
	box-shadow: 3px 3px 3px #aaa;
	box-shadow: 3px 3px 20px 3px #aaa;
	margin-top: 30px;
	margin-bottom: 30px;
}

.help-image-much-smaller {
	border: 0;
	height: 80px;
	width: auto%;
	box-shadow: 3px 3px 3px #aaa;
	box-shadow: 3px 3px 20px 3px #aaa;
	margin-top: 30px;
	margin-bottom: 30px;
}

.ekt-voc-subtree-panel i {
	margin-right: 5px;
}

.less-margin-hr {
	margin-top: 5px;
	margin-bottom: 5px;
}

.less-margin-hr-collection {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}

.text-align-center {
	text-align: center;
}

.image_in_page_headers {
	max-height: 200px;
	max-width: 100%;
	padding-top: 20px;
	margin: 0 0 20px;
}

.image_in_page_headers_larger {
	max-height: 240px;
	max-width: 100%;
	padding-top: 20px;
	margin: 0 0 20px;
}

blockquote h1 {
	font-size: 30px !important;
}

blockquote h1 span i {
	margin-right: 10px;
}

blockquote h1 {
	margin-top: 0px !important;
	margin-bottom: 10px;
}

blockquote.person h1 {
	margin-top: 5px !important;
	margin-bottom: 10px;
}

blockquote.person {
	margin: 0px !important;
}

blockquote .small:before, blockquote footer:before, blockquote small:before
	{
	content: '' !important;
}

.ekt-repositories {
	color: #ea762c;
}

.ekt-repositories-2 {
	color: #58585a;
}

.ekt-ejournals {
	color: #2f6aa1;
}

.ekt-eadd {
	color: #00a9c2;
}

.ekt-econtent {
	color: #b8185e;
}

.ekt-epublishing {
	color: #5d5d5e;
}



.ekt-ejournals-2 {
	color: #58585a;
}

.ekt-eproceedings {
	color: #f07e23;
}

.ekt-eproceedings-2 {
	color: #58585a;
}

.ekt-ebooks {
	color: #ed2822;
}

.ekt-ebooks-2 {
	color: #58585a;
}

.ekt-openabekt {
	color: #4c6496;
}

.ekt-openabekt-2 {
	color: #e4494f;
}

.ekt-openabekt-3 {
	color: #58585a;
}

.blue_text {
	color: #00a2e3;
}

.footer-img-aggregator {
	height: 65px;
}

.footer-img-econtent {
	height: 45px;
}

.footer {
	padding: 20px;
}

.interoperability_header {
	color: #ec008c !important;
}

.interoperability img {
	display: inline !important;
}

.footer-ekt-title {
	color: white;
	font-size: 0.85em;
	padding-top: 20px !important;
}

.footer-ekt-title-paragraph {
	margin-top: 20px;
	margin-bottom: 0px;
}

.footer-img-cc {
	height: 28px;
	padding-top: 0px !important;
}

.logos-terms p {
	font-size: 0.85em !important;
}

.voc-label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
}

.root {
	font-size: 18px;
}

label a.btn-xs {
	margin-top: 5px;
	margin-bottom: 5px;
}

.fluidMedia iframe {
	width: 100%;
	height: 400px;
}

.padding-left {
	padding-left: 15px !important;
}

.padding {
	padding: 10px 10px 10px 10px;
}

.strict-periods-div span {
	background-color: #f0f2f1;
	padding-left: 5px;
	border-radius: 5px 5px 5px 5px !important;
}

.select2-search__field:not([placeholder=""]) {
	min-width: 800px !important;
}

.moreOptions-ektPersons .select2-search__field:not([placeholder=""]) {
	min-width: 800px !important;;
}

label {
	width: 100%
}

.collapse-link {
	font-weight: 700;
	white-space: nowrap;
}

a.collapse-link:focus, a.collapse-link:hover {
	text-decoration: underline !important;
}


a.deprecated:focus, a.deprecated:hover {
	text-decoration: underline !important;
	color:#c17d11!important;
}

.collapse-link:not(.collapsed) .more_criteria {
	display: none!important;
}

.collapse-link.collapsed .less_criteria {
	display: none!important;
}

.colapse-arrow {
	font-size: 20px !important;
	font-weight: 700 !important;
	opacity: .9;
	margin-right: 5px;
	margin-left: 5px;
}


.facet-children {
	border-left: 3px dotted #cadfed;
	margin-left: 2px;
}


.facet-deprecated-children {
	border-left: 3px dotted #edd7b4;
	margin-left: 2px;
}

a.with_icons:hover, a.with_icons:focus {
	text-decoration: none !important;
}

.copy-to-clipboard {
	color: #058ec5;
	background-color: #f0f2f1 !important;
	border: none;
}

.margin-top {
	margin-top: 30px;
}

.margin-top-small {
	margin-top: 10px;
}

.simple-search-field {
	border-radius: 5px 5px 5px 5px;
}

.simple-search-panel-body {
	padding: 5px !important;
}

.simple-search {
	margin-top: 20px;
}

blockquote {
	padding-right: 0px !important;
}

.slick-slider {
	margin-bottom: 0px !important;
}

.video-responsive {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
}

.video-responsive iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}

.fa-custom-sort-date-asc, .fa-custom-sort-date-desc,
	.fa-custom-sort-date-score {
	position: relative;
	width: 38px;
}

.fa-custom-sort-date-asc::before, .fa-custom-sort-date-desc::before {
	content: "\f175  \f017 ";
	position: relative;
	right: 12px;
}

.fa-custom-sort-date-score::before {
	content: "\f175  ";
	position: relative;
	right: 11px;
}

.fa-custom-sort-date-asc::after, .fa-custom-sort-date-desc::after,
	.fa-custom-sort-date-score::after {
	position: absolute;
	width: 18px;
	top: 0px;
	right: 0px;
	font-size: 10px;
	line-height: 9px;
	font-family: "courier new", monospace;
	font-weight: bold;
}

.fa-custom-sort-date-asc::after {
	content: "1940 \A 2021";
	white-space: pre-wrap;
}

.fa-custom-sort-date-desc::after {
	content: "2021 \A 1940";
	white-space: pre-wrap;
}

.fa-custom-sort-date-score::after {
	content: "\3d \A ~";
	white-space: pre-wrap;
}

.pagination {
	margin-right: -6px;
}

.sorting-pagination {
	margin-top: 20px !important;
	margin-bottom: 0px !important;
}

.results-pagination {
	margin-top: 13px !important;
	margin-bottom: 23px !important;
}

.large-padding {
	padding: 3rem;
}

.cc-left {
	margin-right: auto;
	margin-left: auto;
	min-height: 10em;
	border: 1px solid transparent;
	border-color: black;
	width: 90%;
	right: 0;
	left: 0;
	max-width: 700px;
}

.cc-top {
	top: 3em !important;
}

.search-button-div {
	text-align: center;
}

.clear-help-button-div {
	text-align: center;
	margin-top: 15px;
}

.search-panel {
	background-color: #d1d3d4 !important;
}

.search-person-thumbnail {
	max-height: 80px !important;
	max-width: 60px;
	box-shadow: 0px 2px 10px 0px #a4a4a4;
	margin: 5px;
}

.search-person-no-thumbnail {
	max-height: 80px !important;
	max-width: 60px;
	margin: 5px;
}

.search-person-page-thumbnail {
	max-height: 100px !important;
	max-width: 80px;
	box-shadow: 0px 2px 10px 0px #a4a4a4;
	margin: 5px;
	display: inline !important;
}

.search-person-page-no-thumbnail {
	max-height: 100px !important;
	max-width: 80px;
	margin: 5px;
	display: inline !important;
}

.person-page-thumbnail {
	max-height: 135px !important;
	max-width: 90px;
	box-shadow: 0px 2px 10px 0px #a4a4a4;
	margin: 5px;
	display: inline !important;
}

.person-page-no-thumbnail {
	max-height: 135px !important;
	max-width: 90px;
	margin: 5px;
	display: inline !important;
}

.person-items {
	font-size: 17.5px;
	border-left: 5px solid #eee;
}

.person .media-left {
	min-width: 100px;
	text-align: center;
}

.person .media-body p {
	margin-bottom: 5px;
}

/* .select2-search--inline, .select2-search__field { */
/* 	width: 100% !important; */
/* } */
.panel-enrichment {
	background-color: #f0f2f1;
	border-color: #b5008c;
	padding: 10px;
	margin-left: -9px;
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	border: 1px solid transparent;
	border-radius: 4px;
}

.panel-enrichment a {
	color: #B6008D !important;
}

.panel-enrichment a:focus, .panel-enrichment a:hover {
	color: #B6008D !important;
	text-decoration: underline;
}

.tags a {
	margin-top: 10px;
}

.facet-external-div a:not([aria-expanded="true"])  .colapse-arrow-up {
	display: none
}

.facet-external-div a[aria-expanded="true"]  .colapse-arrow-down {
	display: none
}

.search-facets  a:not([aria-expanded="true"])  .colapse-arrow-filter-up
	{
	display: none
}

.search-facets a[aria-expanded="true"]  .colapse-arrow-filter-down {
	display: none
}

#map {
	height: 550px;
}

#mapInItem {
	height: 340px;
}

.marker-cluster-indiv {
	background-color: #9ecae1;
}

.marker-cluster-indiv div {
	background-color: #6baed6;
}

.leaflet-popup-content {
	width: 300px !important;
}

.alert-white {
	/* color: #8a6d3b; */
	background-color: #ffffff;
	border-color: #d5d5d5;
}

.two-line-ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -1px;
}

.leaflet-control-attribution {
	font-size: 10px;
}

.otherLabels {
	margin-left: 20px;
}

.marker-cluster-1 {
	background-color: rgba(250, 250, 110, 0.6);
	width: 30px !important;
	height: 30px !important;
	font-weight: bold !important;
}

.marker-cluster-1 div {
	background-color: rgba(250, 250, 110, 0.9);
	width: 20px !important;
	height: 20px !important;
	font-weight: bold !important;
}

.marker-cluster-1 span {
	line-height: 20px !important;
	font-weight: bold !important;
}

.marker-cluster-2 {
	background-color: rgba(245, 220, 80, 0.6);
	width: 30px !important;
	height: 30px !important;
	font-weight: bold !important;
}

.marker-cluster-2 div {
	background-color: rgba(245, 220, 80, 0.9);
	width: 20px !important;
	height: 20px !important;
	font-weight: bold !important;
}

.marker-cluster-2 span {
	line-height: 20px !important;
	font-weight: bold !important;
}

.marker-cluster-3 {
	background-color: rgba(239, 191, 53, 0.6);
	font-weight: bold !important;
}

.marker-cluster-3 div {
	background-color: rgba(239, 191, 53, 0.9);
	font-weight: bold !important;
}

.marker-cluster-4 {
	background-color: rgba(231, 161, 29, 0.6);
	font-weight: bold !important;
}

.marker-cluster-4 div {
	background-color: rgba(231, 161, 29, 0.9);
	font-weight: bold !important;
}

.marker-cluster-5 {
	background-color: rgba(221, 130, 7, 0.6);
	font-weight: bold !important;
}

.marker-cluster-5 div {
	background-color: rgba(221, 130, 7, 0.9);
	font-weight: bold !important;
}

.marker-cluster-6 {
	background-color: rgba(210, 99, 0, 0.6);
	font-weight: bold !important;
}

.marker-cluster-6 div {
	background-color: rgba(210, 99, 0, 0.9);
	font-weight: bold !important;
}

.marker-cluster-7 {
	background-color: rgba(196, 65, 0, 0.6);
	width: 50px !important;
	font-weight: bold !important;
	color: white;
}

.marker-cluster-7 div {
	background-color: rgba(196, 65, 0, 0.9);
	width: 40px !important;
	font-weight: bold !important;
	color: white;
}

.marker-cluster-indiv-small {
	background-color: rgba(181, 0, 140, 0.6);
	height: 30px !important;
	width: 40px !important;
	font-weight: bold !important;
}

.marker-cluster-indiv-small div {
	background-color: #ddd;
	width: 20px !important;
	height: 20px !important;
	font-weight: bold !important;
	margin-top: 4px !important;
}

.marker-cluster-indiv-small span {
	line-height: 20px !important;
}

.marker-cluster-indiv-medium {
	background-color: rgba(181, 0, 140, 0.6);
	width: 53px !important;
	font-weight: bold !important;
}

.marker-cluster-indiv-medium div {
	background-color: #ddd;
	font-weight: bold !important;
	margin-top: 4px !important;
}

.marker-cluster-indiv-large {
	background-color: rgba(181, 0, 140, 0.6);
	width: 66px !important;
	font-weight: bold !important;
}

.marker-cluster-indiv-large div {
	background-color: #ddd;
	width: 47px !important;
	font-weight: bold !important;
	margin-top: 4px !important;
}

.marker-cluster-indiv {
	border: solid;
	border-width: 1px;
	border-color: black;
}

.marker-cluster-indiv div {
	border: solid;
	border-width: 1px;
	border-color: black;
}

.search-labels-input {
	background-position: 3px 6px; /* Position the search icon */
	background-size: 17px;
	background-repeat: no-repeat; /* Do not repeat the icon image */
	width: 100%; /* Full-width */
	font-size: 14px; /* Increase font-size */
	padding: 6px 10px 4px 30px; /* Add some padding */
	border: 1px solid #ddd; /* Add a grey border */
	margin-bottom: 12px; /* Add some space below the input */
}

/* #myUL { */
/*   Remove default list styling */
/*   list-style-type: none; */
/*   padding: 0; */
/*   margin: 0; */
/* } */

/* #myUL li a { */
/*   border: 1px solid #ddd; Add a border to all links */
/*   margin-top: -1px; Prevent double borders */
/*   background-color: #f6f6f6; Grey background color */
/*   padding: 12px; Add some padding */
/*   text-decoration: none; Remove default text underline */
/*   font-size: 18px; Increase the font-size */
/*   color: black; Add a black text color */
/*   display: block; Make it into a block element to fill the whole list */
/* } */

/* #myUL li a:hover:not(.header) { */
/*   background-color: #eee; Add a hover effect to all links, except for headers */
/* } */
.wellcome p {
	font-size: 16px;
}

footer.wellcome {
	margin-top: 20px;
}

.nav-tabs {
	border-bottom: 2px solid #d1d3d4 !important;
}

.nav-tabs>li {
	float: left;
	margin-bottom: -2px !important;
}

.nav-tabs-label-only {
	color: #555 !important;
	font-size: 24px !important;
	cursor: default;
	background-color: #fff;
	position: relative;
	display: block;
	padding-left: 0px;
	padding-top: 18px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.nav-tabs>li>a, .nav-tabs>li>a:focus, .nav-tabs>li {
	color: #555 !important;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover
	{
	color: #058ec5 !important;
	cursor: default;
	background-color: #fff;
	border-top: 2px solid #d1d3d4 !important;
	border-left: 2px solid #d1d3d4 !important;
	border-right: 2px solid #d1d3d4 !important;
	border-bottom: none !important;
	border-bottom-color: transparent !important;
}

.tab_header {
	margin-top: 15px;
}

.tab_header small {
	font-size: 16px !important;
}

.label-default {
	background-color: #bdbdbd;
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 250px !important;
	overflow-y: auto;
}

.leaflet-popup-content {
	margin: 13px 13px 13px 13px !important;
}

.leaflet-popup hr {
	margin-top: 10px !important;
	margin-bottom: 7px !important;
}

.leaflet-popup .media {
	margin-top: 10px !important;
}

.institutions-panel {
	background-color: #f0f2f1;
	border-radius: 4px;
	padding: 10px;
}

.thematic-exhibition p {
	text-align: justify;
}

.facetspanel .btn-success.active {
    color: #fff;
    background-color: #036a93;
    border-color: #035b7f;
}

.facetspanel .btn-success {
    color: #fff;
    background-color: #058ec5;
    border-color: #0073a1;
}

.media-right {
    min-width: 100px;
}

.media-object {
	max-height: 150px !important;
	max-width: 110px !important;
    box-shadow: 0px 2px 10px 0px #A4A4A4;
    margin: 10px;
}


.deprecated {
	color: #c17d11;
}


.sf-1689702079 {
    color: #bf9a36!important;
}

.sf-1459167964 {
    color: #5ba252!important;
}

.sf-73942790 {
    color: #777776!important;
}

.sf-904051640 {
    color: #006487!important;
}

.sf-765226599 {
    color: #90325a!important;
}

.sf-372415443 {
    color: #4b407f!important;
}

.sf-first-level {
	font-size: 30px;
}

.sf-second-level {
	font-size: 20px;
}

.sf-first-level-home {
	font-size: 18px;
}



.childrenPanel .collapse:not(.in) {
	display: none!important;
}

.termMatch {
	background-color: #b7ffb7;
}

.label-voc-tag {
    display: inline;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    color: black;
}

.gray-hr-no-border {
	border-width: 3px;
	border-color: #d1d3d4 !important;
	margin-top: 10px;
    margin-bottom: 10px !important;
}


.tags-facet-div {
    border-top: 2px solid #058ec5;
    max-height: 490px;
    overflow-y: auto;
    overflow-x: auto;
    border-bottom: 2px solid #058ec5;
}

.institution-collection-link {
    color: #3d3d3d;
}


.collection-name {
    font-size: 16px;
    color: #3d3d3d;
    font-weight: bold;
}


