#load{
    width:100%;
    height:100%;
    position:fixed;
    z-index:9999;
    background:url("https://media.giphy.com/media/I2bzXOckI8XVAlvNr8/giphy.gif") no-repeat center center rgba(0,0,0,0.25)
}

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

body:after {
  /* content: "UNDER CONSTRUCTION"; */
  font-size: 12em;
  color: rgba(52, 166, 214, 0.3);
  z-index: 9999;
	text-align: center;


  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

	-webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  -o-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;

}

#map {
	position:fixed;
	width: 100%;
	height: 100%;
	z-index: 0;

	/* bottom: 10px; */
}


.header {
	z-index: 100;
	font: 14px/16px Arial, Helvetica, sans-serif;
	background: white;
	background: rgba(252, 252, 255, 0.85);
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	border-radius: 2 px;
	position: absolute;
	width: 100%;
	height: 100px;
	padding: 18px 18px;
}

/* .footer {
	z-index: 100;
	width: 100%;
	padding: 10px;
	background: #56585a;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	border-radius: 2 px;
	position: absolute;
	bottom: 0;
    height: 100px;
} */

/* .logo {
	height: 80px;
	margin: 5px;
} */

/* .social-title {
    background-color: transparent;
    text-align: right;
    letter-spacing: 2px;
    color: #FFFFFF;
    font-size: 10px;
    line-height: 12px;
    font-family: lato, sans-serif;
    font-weight: 300;
    padding-top: 5px;
    margin-bottom: 20px;
} */


#viewer_tittle{
    letter-spacing: 2px;
    color: #007499;
    font-size: 16px;
    line-height: 25px;
    font-weight: 900;
	font-variant: small-caps;
	margin-top: 10px;
	margin-bottom: 5px;
}

.leaflet-draw{
	position:absolute;
	display: inline-block;
  top: 45px;
	/* left:260px; */
}

.easy-button-container{
	position:absolute;
	display: inline-block;
	/* top: 105px; */
}

.leaflet.left{

	left-position:relative;
}




/* #cockles_logo{ */
	 /* display: block; */
	/* margin-left: auto; */
	/* margin-right: auto; */
/* } */

/* Panel Layers style */

.leaflet-control-layers {
	padding: 4px;
	background: rgba(255,255,255,0.85);
	box-shadow: -2px 0 8px rgba(0,0,0,0.3);
	padding: 10px;
	margin-top: 0px;
	margin-left: 0px;
	left:5px;
	max-height: 500px;
	/* height: 70% */
	overflow-y: scroll;
	color: #007499;
}

.leaflet-control-layers-scrollbar{

/* 	height: 60%; */
	overflow-y: scroll;
}

.leaflet-layerstree-header label{
	font-size: 12px;
}

.leaflet-layerstree-header-label{
	font-weight: bold;
	font-size: 14px;
}

.leaflet-layerstree-header-name {
    padding-left: 0.5em;}



.parasites{

  background-color: #FFFFE5;
	font-weight: normal;
  color: black;
	border-collapse: separate;
	padding: 5px;

}

.featureInfo caption, td, th{
	 padding: 0px 3px;
	 border: 1px solid #ddd;
	 border-collapse: collapse;
}

.featureInfo th{
text-transform: capitalize;
background-color: #EEEEEE;
}


.featureInfo caption{
	background: #D3AC51;
	font-weight: bold;
	color: black;
	padding: 5px;
}

/* Change cursor when mousing over clickable layer */
/* .leaflet-clickable {
  cursor: pointer !important;
} */
/* Change cursor when over entire map */
.leaflet-container {
  cursor: pointer !important;
}

/* Adjust width to table*/

.leaflet-popup-content {
     width:auto !important;
}

. leaflet-top{
	max-height: 70%
}

.leaflet-bar button{
	/* font-size: 18px; */
	/* font-weight: bold; */
	/* font-family: lato, Roboto, Arial, "Droid Sans", sans-serif; */
	color:#505050;
}

#infoButton {
  margin-left: -2px;
  margin-bottom: 2px;
}
