:root {
  --pngp-green: #315f39;
  --pngp-green-dark: #24482b;
  --pngp-green-light: #e8f1e7;
  --pngp-blue: #2f6f8f;
  --text: #26312a;
}

.skin-green .main-header .logo,
.skin-green .main-header .navbar,
.skin-green .main-sidebar,
.skin-green .left-side {
  background-color: var(--pngp-green);
}

.skin-green .sidebar-menu > li.active > a,
.skin-green .sidebar-menu > li:hover > a {
  border-left-color: #f0c85a;
  background-color: var(--pngp-green-dark);
}

.content-wrapper,
.right-side {
  background-color: #f7faf6;
}

.app-title {
  font-weight: 700;
  letter-spacing: 0;
}

.box.box-solid.box-success > .box-header {
  background-color: var(--pngp-green);
}

.box.box-success {
  border-top-color: var(--pngp-green);
}

.help-text {
  color: #59665c;
  line-height: 1.45;
}

.sidebar-logo-wrap {
  padding: 24px 24px 0;
}

.sidebar-logo-wrap a {
  display: block;
  text-decoration: none;
}

.sidebar-aclimo-logo {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 175px;
  width: 78%;
}

.btn-default,
.btn-primary,
.btn-success,
.shiny-download-link {
  border-radius: 6px;
}

.shiny-input-container {
  width: 100%;
}

.dataTables_wrapper {
  font-size: 13px;
}

.leaflet-container {
  border-radius: 4px;
}

.home-map-page {
  height: calc(100vh - 50px);
  margin: -15px;
  min-height: 560px;
  overflow: hidden;
  position: relative;
}

.home-map-page .leaflet {
  height: 100% !important;
}

.home-map-page .leaflet-container {
  border-radius: 0;
}

.home-info-bar {
  bottom: 18px;
  left: 18px;
  position: absolute;
  right: 18px;
  z-index: 500;
}

.home-info-bar .small-box {
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.24);
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .home-map-page {
    height: calc(100vh - 50px);
    min-height: 720px;
  }

  .home-info-bar {
    bottom: 8px;
    left: 8px;
    right: 8px;
  }

  .home-info-bar .small-box {
    margin-bottom: 8px;
  }
}
