html, body {
  width: 100%;
  height: 100%;
  background-color: white; }

body {
  display: flex;
  flex-direction: column; }

body > #container {
  height: 100%; }

#header {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #FFFFFF;
  text-align: center;
  align-items: middle;
  border-bottom: 2px double #b7b7b780; }

#header li {
  color: #000000;
  padding: 10px 10px;
  margin-top: 5px;
  text-decoration: none;
  vertical-align: middle; }

#customer_logo {
  float: left; }

#title {
  float: left; }

#project-selection, #sub-region-selection, #logout {
  float: right; }

#download {
  float: right; }
  #download .fa-download {
    margin-right: 5px; }

#accounts-container {
  padding: 25px; }

.popover {
  max-width: 600px; }

.custom-checkbox {
  margin-right: 0px; }

.modal-body {
  overflow-y: auto;
  max-height: calc(100vh - 200px); }

/* Project page layout */
#container {
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  overflow: hidden; }

#map-statistics-container {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  border-right: 2px double #b7b7b780;
  height: 100%; }

#settings-container {
  position: relative;
  width: 300px;
  overflow: auto; }

/* Leaflet map */
#map {
  flex-grow: 1;
  height: 100%; }

.legend {
  padding: 15px;
  background-color: #FFFFFF; }

.legend-color-box {
  float: left;
  position: relative;
  right: 5px;
  top: 3px;
  width: 10px;
  height: 10px; }

/* Settings menu */
#settings-menu {
  padding: 10px;
  position: relative; }

#settings-menu .btn {
  margin-top: 5px;
  margin-left: 5px; }

.noUi-target {
  margin-bottom: 20px; }

.card-header {
  padding: .5rem 0.75rem; }

/* Statistics */
#statisticsContainer {
  position: relative;
  z-index: 1000; }

#statistics {
  border-top: 2px double #b7b7b780;
  height: 270px; }

#statistics ul.nav {
  display: block;
  float: left;
  border: none;
  background-color: #F8F8F8;
  height: 100%; }

#statistics .nav {
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 5px;
  margin-bottom: 0;
  list-style: none;
  overflow-y: auto;
  overflow-x: hidden;
  white-space: nowrap; }

div#statistics ul.nav li.nav-item a.nav-link {
  border: none;
  border-radius: 0; }

.row {
  display: flex;
  padding: 10px;
  max-height: 250px; }

#statisticsToggle {
  position: absolute;
  left: 0;
  top: -38px;
  border-radius: 5px 5px 0 0;
  cursor: pointer; }

#statistics .chart-container {
  float: left;
  flex: 1;
  max-width: 32%;
  max-height: 220px;
  position: relative; }

#myModal .chart-container {
  max-width: 90%;
  height: 350px;
  max-height: 350px;
  margin-left: 0px;
  margin-bottom: 25px; }

#statistics table {
  max-width: 32%; }

.tab-content table {
  width: 80%;
  margin-left: 10px; }

.chart-title {
  text-align: center; }

.info {
  padding: 6px 8px;
  font: 14px/16px Arial, Helvetica, sans-serif;
  background: white;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px; }

.info h4 {
  margin: 0 0 5px;
  color: #777; }

.leaflet-control {
  display: inline-block; }

.leaflet-control-attribution {
  display: block; }

.leaflet-control-layers-group-name {
  font-weight: bold; }

.leaflet-bottom.leaflet-right {
  z-index: 801; }

.leaflet-top.leaflet-right {
  z-index: 802; }

#alert {
  position: fixed;
  top: 75px;
  left: 25%;
  right: 25%;
  z-index: 7000;
  display: none; }

.bd-example-modal-lg .modal-dialog {
  display: table;
  position: relative;
  margin: 0 auto;
  top: calc(50% - 20%); }

.bd-example-modal-lg .modal-dialog .modal-content {
  background-color: transparent;
  border: none; }

.btn-outline-secondary {
  color: black; }

#map-print .legend {
  font-size: 30px;
  border-radius: 5px;
  background-color: #FFF9; }

#map-print .legend-color-box {
  width: 33px;
  height: 33px;
  border-radius: 3px; }

.modal-content {
  width: 100%; }

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2)); }

@media (min-width: 576px) {
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); } }

/*# sourceMappingURL=base.css.map */