body {
  background-color: #f8f9fa;
  padding-bottom: 60px; /* for bottom menu */
}
.card-title {
  font-size: 1.5rem;
  font-weight: bold;
}
.bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid #dee2e6;
  box-shadow: 0 -1px 5px rgba(0,0,0,0.05);
  z-index: 1000;
}
.bottom-nav a {
  flex: 1;
  text-align: center;
  padding: 8px 0;
  color: #495057;
  font-size: 0.8rem;
}
/*
.bottom-nav a.active {
  color: #007bff;
  font-weight: 600;
}
*/

.bottom-nav a.active {
  color: #5fa74a;
  font-weight: 600;
}

.navbar a.active {
    color: #5fa74a!important;
}

@media (min-width: 768px) {
  .bottom-nav {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .desktop-nav {
    display: none;
  }
}

#header {
  /*background: #fff;*/
  z-index: 997;
  transition: all 0.5s ease;
  padding: 20px 0;
}

#header #logo h1 {
  color: #505050;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
}

#header #logo h1 a {
  color: #555;
  display: inline-block;
  text-decoration: none;
}

#header #logo h1 a span {
  color: #71c55d;
}

.kpi-card {
  min-width: 160px;
  flex: 1 1 auto;
}


