.status-open,
.status-posted {
  background: #e4f5ed;
  color: #246e50;
}

.status-closed,
.status-locked,
.status-void {
  background: #eff1f2;
  color: #637176;
}

.status-draft {
  background: #fff3d2;
  color: #75570f;
}

#journal-modal {
  width: min(1100px, calc(100% - 2rem));
}

#journal-lines .form-control {
  min-width: 130px;
}

#journal-lines select.form-control {
  min-width: 260px;
}

tfoot th {
  border-top: 2px solid var(--ink);
  font-size: .9rem;
}

@media print {
  .sidebar,
  .topbar,
  .tabs,
  form,
  .btn {
    display: none !important;
  }

  .main {
    margin: 0;
  }

  .page {
    max-width: none;
    padding: 0;
  }

  .card {
    border: 0;
    box-shadow: none;
  }
}
