body {
    margin: 0;
    padding: 0;
}

#map {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-left: 0px;
    padding-right: 0px;

}

#sidebar {
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 70px;
    width: 400px;
    border-radius: 5px;
    overflow: auto;
    background: rgba(255, 255, 255, 1.0);
    font-family: "Helvetica";
    padding-left: 10px;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.map-overlay {
    font: bold 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
    position: absolute;
    width: 25%;
    top: 0;
    left: 0;
    padding: 10px;
}

.map-overlay .map-overlay-inner {
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.20);
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 10px;
}

.map-overlay label {
    display: block;
    margin: 0 0 10px;
}

.map-overlay input {
    background-color: transparent;
    display: inline-block;
    width: 100%;
    position: relative;
    margin: 0;
    cursor: ew-resize;
}

#menu {
    background: #fff;
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
    border-radius: 7px;
    width: 220px;
    border: 0px solid rgba(0, 0, 0, 0.4);
    font-family: 'Helvetica', sans-serif;
}

#menu a {
    font-size: 14px;
    color: #404040;
    display: block;
    margin: 0;
    z-index: 2;
    font-weight: bold;
    border-radius: 0px;
    padding: 0;
    padding: 10px;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    text-align: center;

}

#menu a:last-child {
    border: none;
}

#menu a:hover {
    background-color: #D8D8D8;
    color: #404040;
}

#menu a.active {
    background-color: #4da83b;
    color: #ffffff;
}

#menu a.active:hover {
    background: #339933;
}

.legend {
    background-color: #fff;
    border-radius: 3px;
    max-width: 20%;
    bottom: 30px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.10);
    font: 12px/20px Helvetica, Arial, sans-serif;
    padding: 5px;
    position: absolute;
    right: 10px;
    z-index: 1;
    visibility: hidden;
    transition: 0.3s, visibility 0s, opacity 0.3s linear;
}

.legend:hover{
    max-width: 60%;
    transition:0.3s;

}

.pad10px {
    padding: 10px;
}

.legend h4 {
    margin: 0 0 10px;
}

.legend div span {
    border-radius: 20%;
    display: inline-block;
    height: 15px;
    margin-right: 5px;
    width: 15px;
}
.legend div {
    max-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}



.description {
    background-color: #0006;
    border-radius: 3px;
    bottom: 30px;
    left: 30px;
    box-shadow: 0px 0px 0px 5px #0006;
    font: 12px/20px Helvetica, Arial, sans-serif;
    padding: 10px;
    font-family: Helvetica;
    font-size: 14px;
    position: absolute;
    width: 25%;
    color: white;
    z-index: 1;
    max-height: 15%;
    min-height:125px;
    visibility: hidden;
    transition: 0.3s, visibility 0s, opacity 0.3s linear;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*display: none;*/
/*pointer-events: none;*/
.description:hover {
    max-height: 50%;
    background-color: #0009;
    box-shadow: 0px 0px 0px 5px #0009;
}


.description h3 {
    margin: 0 0 10px;
}

.description div span {
    border-radius: 20%;

    display: inline-block;
    height: 10px;
    margin-right: 5px;
    width: 10px;
}

.border-shadow-left {
    border-left: 1px solid #00000000;
    box-shadow: #000000 inset,-44px -120px 80px
}



.tg {
    border-collapse: collapse;
    border-spacing: 0;
}

.tg td {
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding: 10px 5px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
    border-color: black;
}

.tg th {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 5px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
    border-color: black;
}

.tg-0lax {
    text-align: left;
    vertical-align: top;
    height: 12px;
    padding: 0 0 0 5px;
}

.tg-gradient-wetland-use-intensity-color {
    background-image: linear-gradient(#d92120, #fffebe, #3b85bc);
    border-radius: 5px;
    width: 30px
}
.tg-gradient-wetland-use-intensity-nodata {
    background-image: linear-gradient(#AAAAAA, #AAAAAA, #AAAAAA);
    border-radius: 5px;
    width: 30px
}

.tg-gradient-water-occurence {
    background-image: linear-gradient( #001d46,#bfdfff);
    border-radius: 5px;
    width: 30px
}

.tg-gradient-potential-wetlands {
    background-image: linear-gradient(#440154, #228a8e,#fde725);
    border-radius: 5px;
    width: 30px
}


