#result-navigation ,
#collection-navigation{
	float: right;
	text-align: right;
	padding-bottom: 10px;
    z-index: 1000;
}

.custom-navigation {
	margin-top: 2px;
}

.detail-media {
	width: 100%;
	margin-bottom: 42px;
	/* In case google map is above media */
	clear:both;
}

.detail-media-viewer {
	width:100%;
	height:500px;
	border: 1px solid #ccc;
}

.detail-media-figure {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
}

.detail-media-caption-title {
	display: block;
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	padding: 0;
}

.detail-media-caption {
    display: block;
    margin: 0;
    padding: 1em 0;
    font-size: 14px;
}

.detail-media-icons {
	width: 136px;
	padding-right: 21px;
}

.detail-media-icons-i {
	margin: 0 0 21px;
}

.detail-media-icons-i-img {
	max-width: 115px;
	display: inline-block;
	padding: 7px;
	border: 1px solid #ccc;
}

.detail-media-icons-i-img-active {
	border-color: #49bb1b;
}

.viewer-icon {
	float: right;
}

.detail-map {
	float: right;
	margin-left: 42px;
}

#map {
	width: 275px;
	height: 275px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	background: white;
}

.detail-info {
	margin-bottom: 28px;
	border-bottom: 1px dotted #c8c8c8;
	padding-bottom: 14px;
	width: 50%;
}

table.context {
	/*margin-bottom: 21px;*/
}

.detail-info-icon {
	float: left;
	margin-right: 14px;
	padding: 7px;
	border: 1px solid #ccc;
	max-width: 150px;
}

.detail-div table .key,
.context .contextkey {
	padding-right: 28px;
	font-weight: bold;
	min-width: 225px;
	text-align: left;
}

.tree-node-icon {
	position: relative !important;
}

.detail-info-share {
	padding-top: 14px;
}

.detail-info-share-i {
	margin-right: 7px !important;
}

.annotations-title {
	margin-bottom: 14px;
}

.annotations-i {
	padding-top: 7px;
	width: 700px;
	margin-bottom: 21px;
}

.annotations-i-action {
	float: right;
	margin-right: 2px;
}

.annotations-i-upload {
	float: left;
	margin: 3px 7px 11px 0;
	border: 1px solid #ccc;
	padding: 7px;
}

.annotations-i-upload-img {
	max-width: 150px;
	display: block;
}

.annotations-i-title {
	font-size: 18px;
	margin-bottom: 3px;
}

.annotations-i-message {
	margin-bottom: 4px;
}

.annotations-i-info {
	font-size: 13px;
	color: #939393;
}

.annotations-i-info-field {
	color: #f88700;
}

#annotations .no-records {
	margin-bottom: 21px;
}

#annotations-new {
	padding-top: 14px;
	border-top: 1px dotted #c8c8c8;
}

.watstaathier {
	border: 1px solid #bdbdbd;
	margin: 0 !important;
	display: block;
	padding: 0 !important;
}

.refresh-cap {
	font-size: 12px;
	display: inline-block;
	margin-left: 56px;
}

.watstaatdaartoch {
	width: 243px;
}

.btn-submit {
	margin-top: 21px;
}

.detail-div {
	width: 100%;
	margin-bottom: 42px;
	clear: both;
	padding: inherit
}

@media (max-width: 768px) {
	.tree ul {
		padding-bottom: 0 !important;
	}
}

@media (max-width: 400px) {
	.detail-media-viewer {
		height: 350px;
	}
}

@media print {
	.printen-niet-toestaan {
		display: none;
	}
}

.digitaliseren-button {
	opacity: 0.8;
}

.digitaliseren-button:hover {
	opacity: 1;
}

.resultjump, .relationresultjump {
	width: 100px;
}

#resultjumpsubmit {
	height: 31px;
}

.custom-navigation-ga-naar {
    display: block;
    margin-bottom: 15px;
}

.detail-media-icons-i-slide {
    display:inline-block;
    margin-top: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.scans-number {
    float: right;
}

.scans-gotoPlaceholder span{
	display: none;
}

.scans-gotoPlaceholder .gotoscansubmit {
	display: none;
}

.hide-thumbnails {
	display: none;
}

.pinned-relations {
	display: flex !important;
	justify-content: center;
}

.pinned-relations-wrapper {
	margin-top: 3em !important;
	margin-bottom: 3em !important;
}

.pinned-relations .slick-prev,
.pinned-relations .slick-next {
	background-color: inherit;
	padding-right: 0.5em;
	border: none;
}

.pinned-relations .pinned-relation__image {
	height: 12em;
	width: 100%;
	object-fit: cover;
	border-radius: 1em;
}

.pinned-relations .pinned-relation__image-wrapper {
	position: relative;
}

	.pinned-relations .pinned-relation__image-wrapper:hover .pinned-relation__image {
		filter: brightness(50%);
		background-color: rgba(255,255,255,0.5);
	}

	.pinned-relations .pinned-relation__image-wrapper:hover .pinned-relation__overlay {
		opacity: 1;
	}

.pinned-relations .pinned-relation__overlay {
	opacity: 0;
	transition: 0.5s ease;
}

.pinned-relations .pinned-relation__title {
	color: white;
	font-size: 1.2em;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 75%;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.pinned-relations-dots {
	display: flex;
	justify-content: center;
}

	.pinned-relations-dots .slick-dots li {
		display: inline-block;
	}

		.pinned-relations-dots .slick-dots li.slick-active button:before {
			opacity: 0.75;
			color: black;
		}

		.pinned-relations-dots .slick-dots li button {
			font-size: 0;
			background: transparent;
			border: none;
		}

			.pinned-relations-dots .slick-dots li button:before {
				font-family: "slick";
				font-size: 4rem;
				content: "•";
				opacity: 0.25;
			}

.pinned-relations-wrapper.container {
	width: 100% !important;
}

.slick-slide {
	margin: 0 10px;
}

.slick-list {
	margin: 0 -10px;
}

#toggle-fullscreen:hover i {
	color: white;
}