@import url("https://wwftaranto.com/gis/css/fonts/aller/stylesheet.css");
@import url("https://wwftaranto.com/gis/css/fonts/bebas-neue/stylesheet.css");
/*@import url("bootstrap.min.css");*/
@import url("https://wwftaranto.com/gis/css/greenroad.css");

html, body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

.map {
  height: 500px;
  width: 100%;
  background-color: #edebe0;
}

.half-map {
  float: left;
  height: 500px;
  width: 50%;
  background-color: #edebe0;
}

.banner {
	width: 100%;
	height: 12%;
	background-color: #edebe0;
	display:table;
}
.footInfoDB {
	width: 100%;
	height: 6%;
	background-color: #b8afad;
	display:table;
}
.swipe {
	width: 100%;
	height: 2%;
	background-color: #b8afad;
}
.content {
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}
.full-map {
	width: 100%;
	height: 80%;
	background-color: #edebe0;
	/*border-top-color: #39ab39;
	border-top-style: solid;
	border-top-width: 3px;*/
}
.legenda {
	width: 100%;
	height: 10%;
	background-color: #edebe0;
}

.marker {
  width: 24px;
  height: 24px;
  font-size: 24px;
}

#popup {
  background: red;
}

#myposition > .ol-mouse-position {
  position: relative;
  margin-left:20px;
  font-size: 30px;
}

.export-geojson {
  position: absolute;
  top: 65px;
  left: 8px;
  background: rgba(255,255,255,0.4);
  border-radius: 4px;
  padding: 2px;
}

.ol-touch .export-geojson {
  top: 80px;
}

.export-geojson a {
  display: block;
  color: white;
  font-size: 16px;
  font-family: 'Lucida Grande',Verdana,Geneva,Lucida,Arial,Helvetica,sans-serif;
  font-weight: bold;
  margin: 1px;
  text-decoration: none;
  text-align: center;
  border-radius: 2px;
  height: 22px;
  width: 22px;
  background: rgba(0,60,136,0.5);
}

.ol-touch .export-geojson a {
  font-size: 20px;
  height: 30px;
  width: 30px;
  line-height: 26px;
}

.export-geojson a:hover {
  background: rgba(0,60,136,0.7);
}

.list-group-item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.popover {
  z-index: auto;
  width: 240px;
}

.popover-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.popover-content {
  height: 200px;
  overflow-y: auto;
}

.popover-content img {
  max-width: 208px;
}

.bannerT {
	position: absolute;
	width: 100%;
	background-color: #edebe0;
	top: 0px;
	max-height: 7%;
	display: table;
}
.swipeT {
	width: 100%;
	position: absolute;
	height: 2%;
	background-color: #b8afad;
	bottom: 7%;
}
.footInfoDBT {
	position: absolute;
	width: 100%;
	height: 7%;
	background-color: #b8afad;
	bottom: 0px;
}
.lGR {
	position: absolute;
	width: 30%;
	bottom: 27%;
	left: 1%;
}
.lP {
	position: absolute;
	width: 30%;
	bottom: 27%;
	left: 30%;
}
.CW {
	position: relative;
}
.bGR {
	position: relative;
	width: 15%;
	max-height: 7%;
	top: 1%;
	left: 1%;
	float: left;
	display:block;
}
.bP {
	position: relative;
	width: 70%;
	top: 1%;
	left: 0%;
	float: left;
	display:block;
}
.bG {
	position: relative;
	width: 15%;
	top: 1%;
	right: 0;
	float: left;
	display:block;
}
.imgB {
	position: relative;
	width: auto;
	max-height: 100px;
	 overflow:hidden;
}


 div#container{
		border: 1px solid green;
		overflow: auto;
		width: 100%;
		height: 15%;
		background-color: #edebe0;
		border-bottom-color: #39ab39;
		border-bottom-style: solid;
		border-bottom-width: 3px;
	}

	div#sidebar{
		float: left;
		display: inline;
		width: 10%;
		border: 1px solid #FF831F;
		margin: 5px;
		background: #FFC18F;
	}
