body {
    margin: 0;
    padding: 0;
}

#map { 
    position: absolute; 
    top: 0;
    right: 0; 
    bottom: 0;
    left: 0;
    width:100%;
    height:100%; 
}

.overlay {
    background-color: rgb(86,86,86, 0.9);
    color: #fff;
    border-radius: 3px;
    font: 600 14px/20px 'Open Sans', sans-serif;
    position: absolute;
    top: 1%;
    left: 1%;
    padding: 10px;
    z-index: 1;
}

.gantt .gantt-container {
    border-radius: 3px;
    position: absolute;
    bottom: 4%;
    left: 1%;
    max-height: 40%;
    overflow-y: auto !important;
}

.overlay-inner {
    padding: 5px;
}

.overlay-inner fieldset {
    border: none;
    padding: 0;
    margin: 0 0 10px;
}

.overlay-inner fieldset:last-child {
    margin: 0;
}

.overlay-inner select {
    width: 100%;
}

.overlay-inner label {
    display: block;
    font-weight: bold;
    margin: 0 0 5px;
}

.overlay-inner button:focus {
    outline: none;
}

.overlay-inner button:hover {
    box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.10);
}

.overlay button {
    font: 600 10px/12px 'Open Sans', sans-serif;
    color: #fff;
    display: block;
    margin: 5px;
    padding: 5px 10px;
    border: none;
    cursor: pointer;
    border-radius: 3px;
}

.mapboxgl-popup-content {
    font-family: 'Open Sans', sans-serif;
}

#layerList {
    position: absolute;
    top: 300px;
    right: 0;
    bottom: 0;
    width: 240px;
    overflow: auto;
}

#layerList div div {
    width: 15px;
    height: 15px;
    display: inline-block;
}
