nav {
  margin-bottom: 21px;
}
.nav-wrapper {
  background-color: #ffa011;
  margin-bottom: 10px;
}
.pagination li.active {
  background-color: #ffa011;
}
.brand-logo {
  margin-left: 25px;
  font-size: 20px !important;
}
@media only screen and (max-width: 992px) {
  .brand-logo {
    margin-left: 0px;
  }
}
/* Alerts ====================================== */
.alert {
  border-radius: 0;
  -ms-box-shadow: none;
  box-shadow: none;
  border: none;
  color: #fff !important;
  padding: 1px 20px 1px 20px;
}
.alert .alert-link {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}
.alert-success {
  background-color: #2b982b;
}
.alert-info {
  background-color: #00b0e4;
}
.alert-warning {
  background-color: #ff9600 !important;
}
.alert-danger {
  background-color: #fb483a !important;
}
.alert-dismissible .close {
  color: #fff;
  opacity: 1;
  border: none;
  text-shadow: none;
}
nav i.menu {
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  nav i.menu {
    display: none;
  }
}
div.tabmenu {
  background-color: #ffa011;
  margin-top: -22px;
}
div.tabmenu .tabs {
  background-color: transparent;
}
div.tabmenu .tabs .tab a {
  color: #FFFFFF;
}
#toast-container {
  top: auto !important;
  right: auto !important;
  bottom: 2%;
  left: 2%;
}
.btn {
  background-color: #008c46;
}
.btn:hover {
  background-color: #00b467;
}
.btn-filter {
  cursor: pointer;
}
th > a {
  color: rgba(0, 0, 0, 0.87);
}
@media print {
  nav {
    display: none;
  }
  * {
    font-family: Arial;
  }
  table {
    width: 100%;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
  }
  table td,
  th {
    padding: 5px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
  }
  h5 {
    font-size: 16pt;
  }
}
