body{
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #1E465F;
}
.navbar {
    background-color: #212121;
    font-weight: bold;
    color: #FFFFFF;
}
div#map-container {
     padding-bottom: 0px;
     padding-top: 0px;
     overflow: auto;
     -webkit-overflow-scrolling:touch;
     border: 0px;
     position: absolute;
     top: 200;
     left: 0;
     width: 100%;
     height: 100%;
}
.slmapapi2-map-container {
    width: 100%;
    height: 100%;
}

.slmapapi2-map-container .leaflet-container {
    background-color: #1E465F; /* SL_OCEAN_COLOR */
}
.leaflet-control-zoom {
    z-index: 1100;
    visibility: hidden;
}
.leaflet-control-attribution a,
.leaflet-control-attribution a:hover {
    color: black !important;
}
.mapTile {
    position:absolute;
    left:0px;
    bottom:0px;
    margin: 0px 0px 0px 0px;
}
.mapText {
    left:0px;
    display: block;
    position:absolute;
}
.SlPopUp {
}
.leaflet-popup-content-wrapper {
    font-size: 16px;
}

/* Overlay code */
#overlaybtns {
    position: absolute;
    left: 0px;
    top: 75px;
    z-index: 1000;
    background-color: rgba(0,0,0,0.0);
    color: white !important;
}
#overlaybtns div {
    background-color: rgba(0,0,0,0.75);
    margin-bottom: 5px;
    padding: 15px;
    cursor: pointer;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
#overlaybtns a {
    color: white;
}
#overlaybtns a:hover {
    color: #D8D6D6;
    text-decoration: none;
}
.paneloverlay {
    position: absolute;
    left: 125px;
    top: 75px;
    z-index: 1100;
    visibility: hidden;
}
.overlayheader {
    background: #212121;
    color: #ffffff;
    font-size: 24px;
    padding: 5px;
}
.ocbod {
    background-color: rgba(0,0,0,0.5);
    color: #ffffff;
    height: 100%;
    padding: 5px;
    opacity: 0.95;
    width: 300px;
    height: 400px;
    border: 1px solid #212121;
}
.overlaycontent {
    overflow: auto;
    width: 290px;
    height: 400px;
}
.overlaycontent a, .overlaycontent a:hover {
  font-weight: bold;
  color: white !important;
}
.overlaycontent div {
    display: block;
    padding-bottom: 1px;
    color: white !important;
}
.overlayicons img {
    max-height: 25px;
}
.overlaydismiss {
    float: right;
    max-width: 24px;
    max-height: 24px;
}