dd {
	padding-bottom: 0.5em;
}

#header {
	width: 100%;
	background-image: url('https://lobid.org/images/clouds.jpg');
	background-repeat: repeat-x;
}

#header #butterfly {
	height: 25px;
}

input#owner {
	width: 100% !important;
}

.search-field {
	padding: 2px;
	padding-right: 10px !important;
	padding-left: 10px !important;
}

#search-results {
	margin-top: 2em;
}

#stars-all {
	margin-top: 2em;
}

.pagination-and-facets {
	padding: 2px;
	padding-right: 10px !important;
	padding-left: 10px !important;
}

.col {
	padding: 2px !important;
}

.fill {
	width: 100% !important;
}

.add-and-button {
	width: 100%;
}

#query-select {
	width: 100%;
}

#resources-query-advanced {
	width: 100%;
}

ul#root {
	padding-left: 0;
	padding-bottom: 10px;
}

ul.facet {
	padding-left: 0;
}

ul.facet li {
	list-style-type: none;
}

.nav-pills li.active a {
	background-color: #eee !important;
	color: #555 !important;
}

.ui-helper-hidden-accessible {
	display: none;
}

.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	float: left;
	display: none;
	min-width: 160px;
	padding: 4px 0;
	margin: 2px 0 0 0;
	list-style: none;
	background-color: #ffffff;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	text-decoration: underline;
	color: blue;
	z-index: 100 !important;
}

#map {
	position: relative;
	width: 400px;
	height: 400px;
}

.map {
	float: none;
	width: 100%;
	height: 170px;
}

.items-map {
	float: none;
	width: 100%;
	height: 250px;
}

table {
	table-layout: fixed;
}

.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th,
	.table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td,
	.table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
	padding: 3px !important;
}

.nrw-logo {
	height: 50px;
}

.footer img {
	height: 20px;
}

.intro {
	padding-top: 10px;
}

.footer {
	margin-top: 30px;
}

.pagination {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	height: 30px !important;
}

.pagination li a {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

.facet {
	margin-top: 2px;
}

.facet .facet-label {
	color: #004678 !important;
}

.leaflet-container a {
	color: #004678 !important;
}

/* Tweaks for Bootstrap update from 3.1.1 to 3.2.0: */

.form-inline .input-group {
      width: 100%;
}

.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn {
      width: 1px !important;
}

.form-inline .input-group .form-control {
        width: 100%;
}

.scrollable-menu {
    height: auto;
    max-height: 400px;
    width: 100%;
    overflow-x: hidden;
}

#resourcesQuery {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.nav li a {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

li .dropdown-header{
	padding-left: 10px !important;
}

.navbar-brand {
	padding-top: 13px !important;
}

#facet-filter {
	border: 1px solid rgba(0, 70, 120, 0.5);
	background-color: rgba(0, 70, 120, 0.1);
	font-size: x-small;
	color: #333333;
}

.ui-slider .ui-slider-handle {
	width: 8px !important;
	margin-left: -4px !important;
}

.ui-slider .ui-slider-range {
	background-color: #E6E6E6;
}

#issued-range {
	border: 0;
	text-align: center;
	width: 100%;
}

#issued-div {
	width: 100%;
	text-align: center
}

#slider-range {
	width: 100%;
	margin-top: 5px;
}

#issued-chart {
	width: 100%;
	height: 50px;
	cursor: pointer;
}

.facet-checkbox {
	vertical-align: bottom;
	position: relative;
	top: -1px;
}

.marker-cluster span {
	line-height: 10px !important;
}

.marker-cluster-place {
	background-color: rgba(47, 153, 76, 0.4);
}

.marker-cluster-place div {
	background-color: rgba(47, 153, 76, 0.4);
}

/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-place {
	background-color: rgb(47, 153, 76);
}

.leaflet-oldie .marker-cluster-place div {
	background-color: rgb(47, 153, 76);
}

.marker-cluster-area {
	background-color: rgba(238, 25, 33, 0.2);
}

.marker-cluster-area div {
	background-color: rgba(238, 25, 33, 0.2);
}

/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-area {
	background-color: rgb(238, 25, 33);
}

.leaflet-oldie .marker-cluster-area div {
	background-color: rgb(238, 25, 33);
}

@media print {
  a[href]:after {
    content: none;
  }
  .hide-in-print {
    display: none;
  }
}

h5 {
	font-size: larger;
}

.json-ld-icon {
	margin-left: 1px;
	float:right;
	height: 1.4em
}

#usage-policy {
	margin-top: 20px;
	/*
	setting standard background-color for .alert-info
	https://getbootstrap.com/docs/3.3/components/#alerts
	*/
	background-color: #d9edf7;
}
