body.iframe-map header .navbar {
	display: none;
}
.btn-close {
  width: 2rem;
  font-size: 1.5rem;
  display: inline-flex;
  align-items: end;
  justify-content: center;
  height: 2rem;
  padding: 0;
}
.btn-close::after {
  content:'×';
}
.feature-data-container {
	/*margin-left: -16.6%;*/
	transition: all .3s ease-in-out;
	overflow-y: auto;
	position: absolute;
	background:white;
	width: 90%;
	left: 5%;
	box-shadow: 0 0 5px 2px rgba(0,0,0,.3);
	opacity: 0;
	padding-top: 30px;
	font-size: 0.8rem;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
}
.feature-data-container.active {
	opacity: 1;
	z-index: 3;
}
@media (min-width: 992px) {
  .feature-data-container {
		position: relative;
		opacity: 1;
		left:auto;
		width: auto;
		box-shadow: none;
		padding-top: 15px;
	}
}
.map-filter-container {
	/*margin-left: -16.6%;*/
	transition: all .3s ease-in-out;
	overflow-y: auto;
	position: absolute;
	background:white;
	width: 90%;
	left: 5%;
	box-shadow: 0 0 5px 2px rgba(0,0,0,.3);
	opacity: 0;
	padding-top: 30px;
	z-index: -1;
	font-size: 0.8rem;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
}
.map-filter-container.active {
	opacity: 1;
	z-index: 3;
}
@media (min-width: 992px) {
  .map-filter-container {
		position: relative;
		opacity: 1;
		left:auto;
		width: auto;
		box-shadow: none;
		z-index: 0;
		padding-top: 15px;
	}
}
.close-map-filter,
.close-feature-data {
	position: absolute;
	right: 5px;
	top:5px;
	border-radius: 100%;
}
.mobile-controls {
	position: absolute;
	z-index: 3;
	padding: 10px 0 0 10px;
}
@media (min-width: 992px) {
	.close-map-filter {
		display: none;
	}
	.close-feature-data {
		display: none;
	}
	.mobile-controls {
		display: none;
	}
}
/*.feature-data-container.active {
	margin-left: 0;
}*/
#feature-data {
	opacity: 0;
	transition: all .3s ease-in-out;
	padding: 0 15px 15px;
}
#feature-data.active {
	opacity: 1;
}
#default-info {
	opacity: 0;
	transition: all .3s ease-in-out;
	padding: 0 15px;
	display: none;
}
#default-info.active {
	opacity: 1;
	min-height: calc(100% - 52px);
	display: block;
}
.map-filter-container{
	overflow-y: auto;
}
#map-filter {
	padding: 0 15px;
}
html, body{
	height: 100%;
}
.main-container {
	height: calc(100% - 56px);
}
body.iframe-map .main-container {
	height: 100%;
}
.main-container>.row{
	height: 100%;
}
.main-container>.row>[class*='col']{
	height: 100%;
}
.map-filter-sections, .map-filter-sections ul {
	list-style: none;
	padding-left: 15px;
}
.map-filter-sections-toggle {
	display: inline-block;
	cursor: pointer;
	font-size: 23px;
	font-weight: bold;
	vertical-align: top;
	width: 17px;
	text-align: center;
	margin-right: 3px;
}
.map-filter-sections li {
	margin: 0;
	padding: 0 7px;
	line-height: 20px;
	border-left:1px dotted rgb(100,100,100);
	white-space: nowrap;

}
.map-filter-sections li:last-child {
		border-left:none;
}
.map-filter-sections li:before {
	 position:relative;
	 /*top:-0.3em;*/
	 height:1em;
	 width:12px;
	 color:white;
	 border-bottom:1px dotted rgb(100,100,100);
	 content:"";
	 display:inline-block;
	 left:-7px;
	 vertical-align: top;
}
.map-filter-sections li:last-child:before {
	 border-left:1px dotted rgb(100,100,100);
	 width: 13px;
}
.map-filter-sections label {
	white-space: normal;
}
#map-filter-submit {
	margin: 0 15px;
}
.global-features-container {
	position: sticky;
	box-shadow: 0 0 5px 1px rgba(0,0,0,.4);
	border-radius: 5px 5px 0 0;
	padding: 15px;
	width: 96%;
	left: 2%;
	z-index: 2;
	background: white;
	max-height: 52px;
	overflow: hidden;
	bottom: 0px;
	transition: all .3s ease-out;
}
body.no-global .global-features-container  {
	display: none;
}
.global-features-toggle {
	cursor: pointer;
}
.global-features-container.active {
	overflow: scroll;
	max-height: 100%;
}
.global-features-item {
	cursor: pointer;
	margin-bottom:15px;
}
.global-features-item:hover {
	text-decoration: underline dashed;
}
.related-elements-item {
	cursor: pointer;
	margin-bottom:15px;
}
.related-elements-item:hover {
	text-decoration: underline dashed;
}
.map-legend {
	margin-bottom: 15px;
}
.map-legend-item {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}
.map-legend-item-marker {
	border-radius: 100%;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	background-color: currentColor;
}