.malta .card .card-header {
  border-top-color: #bf2426 !important;
  background-color: #fbe8e7;
}
.malta .card .card-header i.fa {
  color: #bf2426 !important;
}
.malta .main-header {
  background-color: #bf2426;
}
.malta .main-sidebar a.logo.brand-link {
  font-size: 18px;
  color: white;
}
.malta .sidebar .nav-link.active {
  background-color: #bf2426 !important;
}
.malta .content-header small {
  text-transform: uppercase;
  color: #666666;
  font-size: 0.5em;
  float: right;
  font-weight: bold;
}
.malta .btn.btn-primary {
  background-color: #bf2426 !important;
  border-color: #bf2426 !important;
}
.malta .modal .modal-header {
  background-color: #fbe8e7 !important;
}
.malta .page-item.active a {
  background-color: #bf2426 !important;
  border-color: #bf2426 !important;
}
.malta .modal.modal-spec-lg .modal-dialog {
  max-width: 1200px;
}
.malta .table.dataTable tbody td {
  padding: 0.25rem 0.3rem;
}
.malta .card-toggler {
  cursor: pointer;
}
.malta .content-wrapper {
  border-bottom: 1px solid #f4f6f9;
}

@media only screen and (max-width: 1000px) {
  .malta .hide1000 {
    display: none;
  }

  .card-body {
    padding: 0.5rem;
  }

  .content-wrapper > .content {
    padding: 0 0 0.1rem;
  }

  table {
    font-size: 13px;
  }
}
@media only screen and (max-width: 800px) {
  .malta .hide800 {
    display: none;
  }
}

/*# sourceMappingURL=app.css.map */
