/* $Id$ */
/* WurLib overrides */

@media screen, projection {

.wl_icon {
    padding-left: 1rem;
  }
  
	.toggle_hide {
		display: none;
	}
	.toggle_show {
		display: block;
	}
}

.search_result {
	margin: 1em 0 0 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #336699;
	line-height: 1.5em;
	padding: 0.5em;
}

  #search_result a:not(.button) {
    font-weight: normal;
  }

.col-form-label {
	color: #6AADE4;
	font-size: 0.8rem;
}

.col-form-label, .form-control-plaintext {
	padding-top: 0;
	padding-bottom: 0;
}

.form-control-plaintext {
    line-height: 1.6em;
}

/* Force div class="records_list" below div class="object" | div class="architect" */
div.records_list {
    clear: right;
    padding-left: 1rem;
}

  div.collapse, div.collapsing {
    margin-left: 0px;
  }

div.record_title a.show_record {
  display: inline !important;
}

a.architect_isn {
    display: inline !important;
}

/**** tuin search results ****/
/* boxes surrounding result records */
.object {
}

.architect {
}

.toggle_data {
	/* align toggle data with toggle title (padding-left from .wl_icon in wurlib.css) */
	padding-left: 0px;
}

.project {
	/* align projects with toggle title (padding-left from .wl_icon in wurlib.css) */
	padding-left: 1rem;
}
.project-fields {
	/* align project fields with project title (padding-left from .wl_icon in wurlib.css) */
	padding-left: 0rem;
}

.document {
	/* align documents with toggle title (padding-left from .wl_icon in wurlib.css) */
	padding-left: 1rem;
}
.document-fields {
	/* align document fields with document title (padding-left from .wl_icon in wurlib.css) */
	padding-left: 1rem;
}

/* search result fields */
.record_title {
	font-weight: bold;
}
.record_type {
	font-style: oblique;
	font-weight: normal;
}

.record_container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.record_fields {
	flex: 1;
}

.record_images {
	width: 10rem;
}

.field_label {
	font-weight: bold;
/*	color: #666699; *//* lila */
	color:	#6AADE4; /* blauw */
}

div.thumbnail {
	margin-top: 1em;
	margin-bottom: 1em;
}
img.thumbnail {
	height: 120px; /* resize thumbnail images */
	width: 120px;
}
.thumbnail_text {
	font-size: 76%;  /* if set to 75% then font is non-linear smaller in firefox (case 9256) */
}

.toggle_that.wl_icon.complete {
    position: static;
    overflow:  visible;
    height: auto;
}