/* nav */

nav {
    position: fixed;
    z-index:23;
    top: 0;
    width:100%
}
nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #e9e9e9;
  position: relative;
}

nav ul li {
  display: inline-block;
}

nav ul li a {
font-size: 4em;
  color: #292929;
  text-decoration: none;
  padding: 17px;
  display: block;
}

nav ul li:hover {
  background: lightgrey;
}

nav ul ul {
  position: absolute;
  min-width: 200px;
  background: lightgrey;
  display: none;
}

nav ul ul li {
  display: block;
  background: #e3e3e3;
}

nav ul li i {
  color: #292929;
  float: right;
  padding-left: 20px;
}

nav a.burger {
    text-align: right;
    background: lightgrey;
    color: #292929;
font-size: 4em;
    padding: 0.6em;
    cursor: pointer;
    display: none;
}

/* @media screen and ( max-width: 1100px) { */
/*   nav a.burger { */
/*     display: block; */
/*   } */

/*   nav ul li { */
/*     display: none; */
/*     position: static; */
/*     background: #e3e3e3; */
/*   } */

/*   nav ul ul { */
/*     position: static; */
/*     background: #e3e3e3; */
/*   } */
/* } */
nav a.active  {
    background-color: #2196F3;
    color: white;
}

nav .icon {
}
nav .search-container{
    width:120px;
    margin-left: 15px;
    margin-bottom: 10px;
}
nav  button.search-button {
    margin-right: 16px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

th {
    width:50px;
    height: 50px;
    text-align:center;
}

.xy {
    width:50px;
}
.legenditem{
    width: 240px;
    display:inline-block;

}
.legend{
  width: 500px;
}
.box {
  height: 15px;
  width: 15px;
  border: 1px solid black;
  clear: both;
  display: inline-block;
}

.login {
    top: 80px;
    position: relative;
    text-align: center;
}

.map {
    display:block
}

.tools {

    display:block
}


.imgcase {
    height:50px;
    width:50px;
    position:absolute;
    z-index:1;
}
.main {
 padding-top:3em;
}
