a {
  color: #28595d !important;
}

.sidebar.sidebar-pills .nav-link.active,
.sidebar.sidebar-pills .nav-link:hover {
  color: #fff !important;
  background: #28595d !important;
}

.sidebar.sidebar-pills .nav-link.active .nav-icon,
.sidebar.sidebar-pills .nav-link:hover .nav-icon {
  color: #fff !important;
}

.bg-dark {
  background: #28595d !important;
}

.btn-primary {
  background: #28595d !important;
  border-color: #28595d !important;
  color: #fff !important;
}

.btn-danger {
  color: #fff !important;
}

.breadcrumb {
  display: none;
}

.mx-negative {
  margin-left: -16px;
  margin-right: -16px;
}

.form-group label {
  width: 100%;
}

