#map {
height:100%;
width:100%;
z-index: 1;
}

#navDetails, #main {
	display: none;
}

.error {
	color: red !important;
}

.top-15 {
	margin-top: 15px;
}

.bottom-15 {
	margin-bottom: 15px;
}

.sidebar {
	padding-left: 15px;
}

.leftPad25 {
	padding-left: 25px;
}

#errorLayers {
	display: none;
}

/* CSS */

.custom-popup {
    border-radius: 2px;
    color: #504e4e;
    font-family: 'Molengo', sans-serif;
    font-size: 12px;
    line-height: 10px;
    height: 10 px ;
    max-height: 500px;
	width: 400px;
    }

.leaflet-popup-tip {
    background: #e7e7e7;
    border: none;
    box-shadow: none;
    }

.leaflet-popup-content-wrapper {
   background: #e7e7e7;
   border-radius: 2px;
   }

.leaflet-popup {
    position: absolute;
    text-align: center;
    }

.leaflet-popup-content {
    margin-top: 20px;
    margin-right: 2px;
    padding-right: 12px;
    min-width: 100 px !important;
    max-height: 400px;
	width: 400px;
    overflow: auto;
    }
.sidebar {
  will-change: transform;
}