@import url(https://fonts.googleapis.com/css?family=Nunito);.navbar-laravel {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

th {
  font-weight: bold;
}

.ntb {
  padding-top: 3px !important;
  border-top: none !important;
}

.cerbadge {
  border-radius: 55px;
  font-weight: normal;
  letter-spacing: 0em;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.invoice-status-open {
  color: red;
}

.invoice-status-closed {
  color: green;
}

.invoice-status-cancelled {
  color: grey;
}

.invoice-status-review {
  color: orange;
}

.invoice-status-allocate {
  color: purple;
}

