.dashboard-page .button-actions-wrapper .button.button-primary {
  background: #B71C1B;
}
.dashboard-page .button-actions-wrapper .button.button-primary i {
  color: #ffffff;
}
.dashboard-page .button-actions-wrapper .button.button-primary:hover {
  background: #000000;
}
.dashboard-page #content {
  padding: 4rem 0;
}
.dashboard-page #content .nav-pills .nav-link {
  color: #000000;
  background: #FAFAFA;
}
.dashboard-page #content .nav-pills .nav-link:hover {
  background: #D9D9D9;
  color: #000000;
}
.dashboard-page #content .nav-pills .nav-link.active {
  background: #B71C1B;
  color: #ffffff;
}
.dashboard-page #content .views-exposed-form {
  background: #383E42;
  border-bottom: 1px solid #D9D9D9;
  align-items: flex-end;
  color: #ffffff;
  border-radius: 4px;
}
.dashboard-page #content .views-exposed-form .form-actions .button:hover {
  background: #007D40;
}
.views-table th,
.table-responsive table th {
  background: #B71C1B;
  color: #ffffff;
}
.views-table th a,
.table-responsive table th a {
  color: #ffffff;
}
.views-table tbody tr td.td-actions a,
.table-responsive table tbody tr td.td-actions a {
  color: #000000;
}
.views-table tbody tr td.td-actions a .fa,
.table-responsive table tbody tr td.td-actions a .fa,
.views-table tbody tr td.td-actions a .fas,
.table-responsive table tbody tr td.td-actions a .fas {
  color: #000000;
}
.views-table tbody tr td.is-active,
.table-responsive table tbody tr td.is-active {
  background: inherit;
}
.views-table tbody tr:nth-child(even),
.table-responsive table tbody tr:nth-child(even) {
  background: #FAFAFA;
}
.menu-row .menu-item-niv1 > a {
  border: 1px solid #D9D9D9;
  background: #E6E6E6;
  color: #000000;
}
.menu-row .menu-item-niv1 > a i.fas,
.menu-row .menu-item-niv1 > a i.fa {
  color: #707070;
}
.menu-row .menu-item-niv1 > a:hover {
  color: #ffffff;
  background: #B71C1B;
}
.menu-row .menu-item-niv1 > a:hover i.fas,
.menu-row .menu-item-niv1 > a:hover i.fa {
  color: #ffffff;
}
.menu-row .menu-item-niv1 .dropdown-menu {
  border: 1px solid #000000;
}
.menu-row .menu-item-niv1 .dropdown-menu .dropdown-item {
  padding: 0.5rem;
  color: #000000;
}
.menu-row .menu-item-niv1 .dropdown-menu .dropdown-item:hover {
  background: #B71C1B;
  color: #ffffff;
}
