main .table-container {
  margin-top: -6px;
  margin-bottom: 0;
}
main .table-container .table-title {
  display: block;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 0.875em;
}
main .table-container .actions {
  text-align: right;
  margin-bottom: 15px;
}
main .table-container .actions button {
  display: inline-block;
  padding: 15px 25px;
  border: none;
  border-radius: 5px;
  background-color: #00497E;
  color: #FFF;
  text-transform: uppercase;
  transition: background-color 0.227s linear;
  cursor: pointer;
}
main .table-container .actions button:hover {
  background-color: #00406D;
}
main .table-container .actions button .icon {
  margin-right: 5px;
}
main .dataTables_wrapper {
  display: grid;
  grid-template-areas: "header" "table" "footer";
}
main .dataTables_wrapper > .row:first-child {
  grid-area: "header";
}
main .dataTables_wrapper > .row:nth-child(2) {
  grid-area: "table";
}
main .dataTables_wrapper > .row:nth-child(3) {
  grid-area: "footer";
}
main .dataTables_wrapper > .row:first-child, main .dataTables_wrapper > .row:nth-child(3) {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
main .dataTables_wrapper > .row:nth-child(3) div {
  width: 100%;
}
main .dataTables_filter label {
  position: relative;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
main .dataTables_filter label::before {
  content: "\f002";
  display: block;
  height: 100%;
  position: absolute;
  right: 6px;
  top: 1px;
  background-color: #FFF;
  font-weight: bold;
}
main .dataTables_filter input {
  width: 300px;
  max-width: 100%;
  height: 35px;
  padding: 8px;
  padding-right: 25px;
  border: 1px solid #767676;
  border-radius: 5px;
}
main .dataTables_length select {
  padding: 8px;
  border: 1px solid #767676;
  border-radius: 5px;
}
main table.dataTable, main table.custom-table {
  width: 100%;
  min-width: 100%;
  padding: 10px 15px;
  background-color: #F1F1F3;
  border-radius: 5px;
  border-collapse: separate;
  border-spacing: 0 5px;
  font-size: 0.875em;
}
main table.dataTable thead tr th, main table.custom-table thead tr th {
  background-color: #00497E;
  color: #FFF;
}
main table.dataTable tbody tr, main table.custom-table tbody tr {
  height: -moz-fit-content;
  height: fit-content;
  cursor: default;
}
main table.dataTable tbody tr:nth-child(odd):not(.even, .odd) td, main table.dataTable tbody tr.odd td, main table.custom-table tbody tr:nth-child(odd):not(.even, .odd) td, main table.custom-table tbody tr.odd td {
  background-color: #FFF;
}
main table.dataTable tbody tr:nth-child(odd):not(.even, .odd).details + tr td, main table.dataTable tbody tr.odd.details + tr td, main table.custom-table tbody tr:nth-child(odd):not(.even, .odd).details + tr td, main table.custom-table tbody tr.odd.details + tr td {
  background-color: #FFF;
}
main table.dataTable tbody tr:nth-child(even):not(.even, .odd) td, main table.dataTable tbody tr.even td, main table.custom-table tbody tr:nth-child(even):not(.even, .odd) td, main table.custom-table tbody tr.even td {
  background-color: #F1F1F3;
}
main table.dataTable tbody tr:nth-child(even):not(.even, .odd).details + tr td, main table.dataTable tbody tr.even.details + tr td, main table.custom-table tbody tr:nth-child(even):not(.even, .odd).details + tr td, main table.custom-table tbody tr.even.details + tr td {
  background-color: #F1F1F3;
}
main table.dataTable tbody tr:hover td, main table.dataTable tbody tr.selected td, main table.custom-table tbody tr:hover td, main table.custom-table tbody tr.selected td {
  background-color: rgba(76, 197, 244, 0.3333333333);
}
main table.dataTable tbody tr td, main table.custom-table tbody tr td {
  padding: 15px;
  vertical-align: middle;
}
main table.dataTable tbody tr td[data-ativo], main table.custom-table tbody tr td[data-ativo] {
  position: relative;
  padding-left: 30px;
}
main table.dataTable tbody tr td[data-ativo]::before, main table.custom-table tbody tr td[data-ativo]::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
main table.dataTable tbody tr td[data-ativo="0"]::before, main table.custom-table tbody tr td[data-ativo="0"]::before {
  background-color: #C50000;
  box-shadow: 0 0 1px 1px #C50000;
}
main table.dataTable tbody tr td[data-ativo="1"]::before, main table.custom-table tbody tr td[data-ativo="1"]::before {
  background-color: #007E00;
  box-shadow: 0 0 1px 1px #007E00;
}
main table.dataTable tbody tr td.acoes a, main table.dataTable tbody tr td.acoes button, main table.custom-table tbody tr td.acoes a, main table.custom-table tbody tr td.acoes button {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 5px;
  background-color: #00497E;
  color: #FFF;
  text-decoration: none;
  font-size: 0.875em;
  transition: all 0.227s linear;
  cursor: pointer;
}
main table.dataTable tbody tr td.acoes a:hover, main table.dataTable tbody tr td.acoes button:hover, main table.custom-table tbody tr td.acoes a:hover, main table.custom-table tbody tr td.acoes button:hover {
  background-color: #00406D;
}
main table.dataTable tbody tr td.acoes a:not(:last-child), main table.dataTable tbody tr td.acoes button:not(:last-child), main table.custom-table tbody tr td.acoes a:not(:last-child), main table.custom-table tbody tr td.acoes button:not(:last-child) {
  margin-right: 5px;
}
main table.dataTable tbody tr td.acoes a.negative, main table.dataTable tbody tr td.acoes button.negative, main table.custom-table tbody tr td.acoes a.negative, main table.custom-table tbody tr td.acoes button.negative {
  border: 2px solid #333;
  background-color: transparent;
  color: #333;
}
main table.dataTable tbody tr td.acoes a.negative:hover, main table.dataTable tbody tr td.acoes button.negative:hover, main table.custom-table tbody tr td.acoes a.negative:hover, main table.custom-table tbody tr td.acoes button.negative:hover {
  color: #FFF;
  background-color: #C50000;
  border-color: #C50000;
}
main table.dataTable tbody tr td .icon, main table.custom-table tbody tr td .icon {
  display: inline-block;
  margin-right: 5px;
}
main table.dataTable thead th, main table.dataTable thead td, main table.dataTable tbody th, main table.dataTable tbody td, main table.custom-table thead th, main table.custom-table thead td, main table.custom-table tbody th, main table.custom-table tbody td {
  padding: 15px;
}
main table.dataTable thead th.acoes, main table.dataTable thead td.acoes, main table.dataTable tbody th.acoes, main table.dataTable tbody td.acoes, main table.custom-table thead th.acoes, main table.custom-table thead td.acoes, main table.custom-table tbody th.acoes, main table.custom-table tbody td.acoes {
  text-align: center;
}
main table.dataTable thead th:first-child, main table.dataTable thead td:first-child, main table.dataTable tbody th:first-child, main table.dataTable tbody td:first-child, main table.custom-table thead th:first-child, main table.custom-table thead td:first-child, main table.custom-table tbody th:first-child, main table.custom-table tbody td:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  overflow: hidden;
}
main table.dataTable thead th:last-child, main table.dataTable thead td:last-child, main table.dataTable tbody th:last-child, main table.dataTable tbody td:last-child, main table.custom-table thead th:last-child, main table.custom-table thead td:last-child, main table.custom-table tbody th:last-child, main table.custom-table tbody td:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
}
main ul.pagination {
  display: flex;
  justify-content: center;
  list-style-type: none;
}
main ul.pagination li:not(:last-child) {
  margin-right: 5px;
}
main ul.pagination li a {
  box-sizing: border-box;
  display: inline-grid;
  place-items: center;
  min-width: 35px;
  min-height: 35px;
  padding: 0 15px;
  border-radius: 5px;
  background-color: #00497E;
  font-size: 0.875em;
  text-decoration: none;
  text-align: center;
  color: #FFF;
}
main ul.pagination li a:hover {
  background-color: #00406D;
  transition: background-color 0.227s linear;
}
main ul.pagination li.disabled a {
  background-color: #395F7A;
  cursor: not-allowed;
}
main ul.pagination li.active a {
  background-color: #07334E;
  cursor: not-allowed;
}

@media all and (max-width: 900px) {
  main .table-container {
    max-width: 100%;
    overflow-x: auto;
  }
}/*# sourceMappingURL=main-tables.css.map */