body { background: #f4f6f9; }
.bg-marinho { background: #1f3a5f; }
.card { border-color: #e3e7ee; }
.linha-zerada > td { background-color: #fff1f1 !important; }
.linha-zerada > td:first-child { box-shadow: inset 4px 0 0 #dc3545; }
.form-label.obrigatorio::after { content: " *"; color: #dc3545; }
.tabela-estoque td, .tabela-estoque th { white-space: nowrap; }
.tabela-estoque td:first-child { white-space: normal; }
@media (min-width: 576px) { .tabela-estoque td:first-child { min-width: 14rem; } }
.linha-item:last-child { border-bottom: 0 !important; }
.js-itens .linha-item:only-child .js-remover { visibility: hidden; }
.js-saldo:empty { display: none; }
@media (max-width: 575.98px) {
  .acoes-principais { width: 100%; }
  .acoes-principais .btn { flex: 1 1 100%; }
  h1.h3 { font-size: 1.35rem; }
}
@media (max-width: 575.98px) {
  .tabela-estoque td, .tabela-estoque th { padding-left: .5rem; padding-right: .5rem; }
  .tabela-estoque .dropdown-toggle::after { display: none; }
}
