/* input[type=checkbox] { display: none; }
input[type=checkbox] + label { background: cyan; }
input[type=checkbox]:checked + label { background: red; } */
html, body {
  height: 100%;
  padding-left: 1%;
  padding-right: 1%;
}

.button {
  background-color: grey;
  color: white;
  font-weight: bold;
}
.button:active, .button:focus {
  background-color: green;
}

#map_research {
	width: 100%;
	height: 100%;
  font-size: 25px;
	margin: 0;
	border-radius: 0px;
	border: 2px solid #3c546b;
}

/*Legend specific*/
.legend {
  padding: 6px 8px;
  font: 14px Arial, Helvetica, sans-serif;
  background: white;
  background: rgba(255, 255, 255, 0.8);
  /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);*/
  /*border-radius: 5px;*/
  line-height: 24px;
  color: #555;
}
.legend h3, h4 {
  text-align: center;
  font-size: 16px;
  margin: 2px 12px 8px;
  color: #777;
}

.legend span {
  position: relative;
  bottom: 3px;
}

.legend i {
  width: 18px;
  height: 18px;
  float: left;
  margin: 0 8px 0 0;
  opacity: 0.7;
}

.legend i.icon {
  background-size: 18px;
  background-color: rgba(255, 255, 255, 1);
}

/* this is the style of an unchecked "button" */
.input-check{
    display:inline-block;
    font-weight: 700;
    height: 3.75em;
    letter-spacing: 0.1em;
    line-height: 3.75em;
    padding: 0 2.25em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 15px;
    border-radius: 5px;
    background:black;
    color:white;
    outline:2px solid #5384db;
}
/* This is the style for a checked "button" */
.input-check.checked{
    outline:2px solid #5384db;
    background:grey;
    color:white;
    font-weight:bold
}
/* Hide the checkbox */
.input-check input{
    display:none
}

.labelPlanes {
 cursor:pointer;
}

.labelPlanes:hover {
 background-color: black;
}
