table.listagem {
  width: 100%;
  border-spacing: 1px;
}

table.listagem th { background-color: var(--color-cinza); }

table.listagem td, table.listagem th {
  padding: 5px;
}

table.listagem thead th {
  padding: 10px 5px;
  border-bottom: 1px solid #666;
  font-size: 12px;
}

table.listagem tbody tr {
  vertical-align: top;
}

table.listagem tbody th {
  border-right: 1px solid #666;
  text-align: right;
  padding: 10px;
}

table.listagem tbody tr:nth-child(2n-1) td { background-color: var(--color-cinza); }

table.listagem tbody tr:hover td { background-color: var(--color-cinza-40); }

form table.listagem tr:hover td {background-color: var(--color-cinza); }

table.listagem tbody th { padding-top: 5px; }

table.listagem tbody th {
  padding-top: 5px;
}

table.listagem tr.limpo th, table.listagem tbody tr.limpo td, tr.limpo:hover td {
  background: none;
  border: 0;
}

table.listagem tfoot td {
  padding: 10px 5px;
  border-bottom: 1px solid #666;
  text-shadow: 0 1px 0 #fff;
  font-size: 12px;
  background-color: #e5e5e5;
}

table.listagem tbody tr.marcado td {
  background-color: #B8C1FF;
}
