html, body, #map {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
body {
  padding-top: 50px;
}
input[type="radio"], input[type="checkbox"] {
  margin: 0;
}
#loading {
  position: absolute;
  width: 220px;
  height: 19px;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -110px;
  z-index: 20001;
}
.sidebar-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.sidebar-table {
  position: absolute;
  width: 100%;
  top: 150px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow: auto;
}
.leaflet-sidebar {
  z-index: 1020;
}
.leaflet-sidebar > .leaflet-control {
  padding: 0px;
}
.leaflet-sidebar .close {
  display: none;
}
.leaflet-control-layers label {
  font-weight: normal;
  margin-bottom: 0px;
}
.leaflet-control-layers-group-name {
  font-weight: bold;
  margin-bottom: .2em;
  display: block;
}
.leaflet-control-layers-group {
  margin-bottom: .5em;
}
.leaflet-control-layers-group label {
  padding-left: .5em;
}
.table {
  margin-bottom: 0px;
}
.navbar .navbar-brand {
  font-weight: bold;
  font-size: 25px;
  color: white;
}
.navbar-collapse.in {
  overflow-y: hidden;
}
.typeahead {
  background-color: #FFFFFF;
  color: grey;
  font-weight: bold;
}
.tt-dropdown-menu {
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  margin-top: 4px;
  padding: 4px 0;
  width: 100%;
  max-height: 300px;
  overflow: auto;
}
.tt-suggestion {
  font-size: 14px;
  line-height: 20px;
  padding: 3px 10px;
}
.tt-suggestion.tt-cursor {
  background-color: #0097CF;
  color: #FFFFFF;
  cursor: pointer;
}
.tt-suggestion p {
  margin: 0;
}
.tt-suggestion + .tt-suggestion {
  border-top: 1px solid #ccc;
}
.typeahead-header {
  margin: 0 5px 5px 5px;
  padding: 3px 0;
  border-bottom: 2px solid #333;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
@media (max-width: 992px) {
  .navbar .navbar-brand {
    font-size: 18px;
  }
}
@media (max-width: 767px){
  .url-break {
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}
/* Print Handling */
@media print {
  .navbar {
    display: none !important;
  }
  .leaflet-control-container {
    display: none !important;
  }
}


        .well{
		position: absolute;
		z-index: 1048;
		top: 63px;
		left: 10px;
		    padding: 12px !important;
		}
		
		#baselayer{
		position: absolute;
		z-index: 1048;
		top: 129px;
		left: 10px;
		
	background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;

		}
		
		#lalign {
    display: block;
    padding: 12px;
    text-indent: 0px;
}

#ialign {
    width: 13px;
    height: 13px;
    padding: 0px;
    margin:0px;
    vertical-align: bottom;
    position: relative;
    top: -3px;
    *overflow: hidden;
}
