.fleetTable th {
    text-align: center;
    letter-spacing: 0.5px;
    padding-left: 2px;
    padding-right: 2px;
}

.fleetTable {
  width: 100%;
  border-collapse: collapse;
}

.fleetTable tr {
  text-align: center;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: black;
  height: 50px;
}

.fleetTable thead tr, .reportTable thead tr {
  color: white !important;
  background-color: rgb(223, 40, 40) !important;
  border: none !important;
}

.fleetTableHolder, .invoiceHolder {
  background-color: lightgray;
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
  min-height: 230px;
  position: relative;
  box-shadow: 7px 9px 10px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
  padding: 20px;
  padding-top: 60px;
  max-height: 70vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

.reportTableHolder {
  min-height: 230px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  margin-bottom: 20px;
  padding: 20px;
  max-height: 70vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

.overflowXS {
  overflow-x: scroll;
}

.fleetTable td {
    border-right: 1px solid black;
    padding-left: 2px;
    padding-right: 2px;
}

.fleetTable td:first-child {
  border-left: 1px solid black;
}

.fleetTable td:last-child {
  border-right: 1px solid black;
}

.fleetTable tbody td:last-child {
  display: flex;
  justify-content: center;
  padding: 3px;
}

.reportTable td {
  border-right: 1px solid black;
  padding-left: 1px;
  padding-right: 1px;
}

.reportTable td:first-child {
  border-left: 1px solid black;
}

.reportTable td:last-child {
  border-right: 1px solid black;
}

.reportTable tbody td:last-child {
  display: flex;
  justify-content: center;
  padding: 3px;
}

.reportTable tr:nth-child(even), .reportTable tr:nth-child(even){
  background-color: #f2f2f2;
}

.form-table {
  max-height: 65vh;
}

.pt10 {
  padding-top: 10px !important;
}
