@charset "UTF-8";
.v-data-table td, .v-data-table th {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.v-data-table th {
  height: 35px !important;
  font-size: 12px !important;
}
.v-data-table th:first-child {
  border-radius: 6px 0 0 0;
}
.v-data-table th:last-child {
  border-radius: 0 6px 0 0;
}
.v-data-table td {
  height: 35px !important;
  font-size: 10px !important;
}
.status {
  border-radius: 5px !important;
  margin: 3px !important;
  padding: 10px !important;
  display: table;
}
.v-data-footer, .v-data-footer__select, .v-data-footer__icons-before, .v-data-footer__icons-after {
  height: 40px !important;
  padding: 0px !important;
}
.detail-table tr {
  background-color: whitesmoke;
}

/* Background Color do Cabeçalho */
.theme--light.v-data-table > .v-data-table__wrapper > table > thead > tr > th {
  background: #e9e9e9;
}
.theme--dark.v-data-table > .v-data-table__wrapper > table > thead > tr > th {
  background: #e9e9e9;
}
