#header,
#footer,
#content {
  position: absolute;
  left: 0;
  right: 0;
}
#header {
  height: 134px;
  top: 0;
}
#footer {
  height: 110px;
  bottom: 0;
}
#content {
  top: 134px;
  bottom: 110px;
  overflow: auto;
}
#map {
  left: 375px;
  right: 0;
  height: 100%;
  position: absolute;
  min-width: 500px;
}
#sidebar {
  width: 375px;
  height: 100%;
  position: absolute;
  overflow: hidden;
}
#sidebar .tab-pane {
  padding: 20px;
  overflow-y: auto;
}
#sidebar .modal-dialog {
  margin-top: 145px;
}
#sidebar .modal-dialog {
  margin-top: 145px;
}
#sidebar .glyphicon-info-sign {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
#sidebar .glyphicon-info-sign:hover {
  color: #333;
}
#sidebar .modal-dialog .highlight {
  color: #060;
  font-weight: bold;
}
#sidebar .modal-dialog .operator {
  margin-left: 5px;
  margin-right: 5px;
}
.ui-autocomplete {
  max-width: 320px;
  max-height: 180px;
  overflow-x: hidden;
  overflow-y: auto;
}
.ui-autocomplete .ui-menu-item {
  color: #555;
  font-size: 11pt;
  line-height: 12pt;
  padding-left: 12px;
  padding-top: 0;
  padding-bottom: 0;
}
.ui-autocomplete .ui-state-focus {
  background: none;
  color: #fff;
  border: 1px solid #428bca;
  background-color: #428bca;
}
.ui-accordion-content {
  padding: 0 !important;
}
.ui-accordion-header {
  font-size: 1.0em !important;
}
.list-group {
  margin-bottom: 0;
}
.list-group a {
  color: #337AB7;
}
.list-group a:hover,
.list-group a:focus {
  color: #23527C;
  text-decoration: underline;
}
.easy-button-button {
  padding-left: 0;
  padding-right: 0;
}
.leaflet-control-dialog .leaflet-control-dialog-inner {
  padding: 3px 0;
}
.leaflet-control-dialog .leaflet-control-dialog-inner .leaflet-control-dialog-contents {
  padding: 0 5px;
  min-height: 30px;
}
