/* rote.biz Harbor Branding */

/* Header / Navbar */
.header {
  background: #fff !important;
  border-bottom: 3px solid #4CAF50 !important;
}

/* Primary buttons */
.btn-primary, .btn.btn-primary {
  background-color: #4CAF50 !important;
  border-color: #4CAF50 !important;
}
.btn-primary:hover, .btn.btn-primary:hover {
  background-color: #388E3C !important;
  border-color: #388E3C !important;
}

/* Links */
a {
  color: #2196F3 !important;
}
a:hover {
  color: #1976D2 !important;
}

/* Active nav items */
.nav-link.active, .nav .active {
  border-bottom-color: #4CAF50 !important;
}

/* Login page */
.sign-in-form .title {
  color: #4CAF50 !important;
}

/* Accent colors */
.progress-bar, .badge-primary {
  background-color: #4CAF50 !important;
}

/* Selection/focus */
input:focus, select:focus, textarea:focus {
  border-color: #4CAF50 !important;
  box-shadow: 0 0 0 0.15rem rgba(76, 175, 80, 0.25) !important;
}

/* Sidebar active */
.nav-group-content .nav-link.active {
  color: #4CAF50 !important;
}

/* Logo sizing in header */
.branding img, .nav-brand img {
  max-height: 32px !important;
  width: auto !important;
}

/* Login page title */
.login-title, .title {
  color: #4CAF50 !important;
}
