/* Inventory tab badges: keep names readable and tidy. */
.v2-shell #inventoryPage .workspace > .table-panel table {
  min-width: 1160px !important;
}

.v2-shell #inventoryPage .workspace > .table-panel th:nth-child(7),
.v2-shell #inventoryPage .workspace > .table-panel td:nth-child(7) {
  min-width: 154px !important;
  width: 154px !important;
}

.v2-shell #inventoryPage .workspace > .table-panel td:nth-child(7) {
  text-align: left !important;
}

.v2-shell #inventoryPage .workspace > .table-panel .tab-status {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #5eafff !important;
  display: inline-block !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
  max-width: 138px !important;
  min-height: 0 !important;
  min-width: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  text-overflow: ellipsis !important;
  vertical-align: middle !important;
  white-space: nowrap !important;
  word-break: keep-all !important;
}

.v2-shell #inventoryPage .workspace > .table-panel .tab-status:hover {
  background: transparent !important;
  color: #d9ecff !important;
}

@media (max-width: 760px) {
  .v2-shell #inventoryPage .workspace > .table-panel th:nth-child(7),
  .v2-shell #inventoryPage .workspace > .table-panel td:nth-child(7) {
    min-width: 142px !important;
    width: 142px !important;
  }

  .v2-shell #inventoryPage .workspace > .table-panel .tab-status {
    max-width: 126px !important;
    min-width: 0 !important;
  }
}
