.bg-gradient-primary {
    background-color: #999999 !important;
    background-image: linear-gradient(180deg,#7A7A7A 10%,#999999 100%);
}

.sidebar-dark .nav-item .nav-link {
    color: #ffffff !important;
}

.text-primary {
  color: #00D013 !important;
}

.btn-success {
    background-color: #00D013 !important;
    border-color: #00C612 !important;
    color: #ffffff !important;
}

.btn-success:hover {
    background-color: #00A00D !important;
    border-color: #00900C !important;
    color: #ffffff !important;
}

.badge-success {
  color: #fff;
  background-color: #00D013;
}

.painel_login a {
    color: #00D013 !important;
    text-decoration: none;
    background-color: transparent;
}

.painel_login a:hover {
    color: #00920D !important;
    text-decoration: underline;
}

.bg-login-image {
    background: url("/images/login_image.jpg");
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position: center;
    background-size: cover;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #00D013;
  background-color: #00D013;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #00D013;
}

.topbar .navbar-search select {
  font-size: .85rem;
  height: auto;
}

.bg-light {
  background-color: #e3e3e3 !important;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #00D013;
  border-color: #00D013;
}

.page-link:hover {
  z-index: 2;
  color: #00920D;
  text-decoration: none;
  background-color: #eaecf4;
  border-color: #dddfeb;
}

.page-link {
  color: #00D013;
}

.sidebar-brand-text {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
