.proteus-table[data-v-2b5b156f] table > tbody > tr {
  height: 1px;
}
.proteus-table[data-v-2b5b156f] table > tbody > tr td {
  height: inherit;
}
@supports (-moz-appearance: none) {
.proteus-table[data-v-2b5b156f] table > tbody > tr td {
    height: 100%;
}
}
.status[data-v-2b5b156f] {
  border-left: 8px solid;
  height: 100%;
}
.status-done[data-v-2b5b156f] {
  border-color: #4caf50;
}
.status-done .theme--light.v-icon[data-v-2b5b156f] {
  color: #4caf50;
}
.status-pending[data-v-2b5b156f] {
  border-color: #ff9800;
}
.status-pending .theme--light.v-icon[data-v-2b5b156f] {
  color: #ff9800;
}
.status-failed[data-v-2b5b156f] {
  border-color: #f44336;
}
.status-failed .theme--light.v-icon[data-v-2b5b156f] {
  color: #f44336;
}
.status-cancelled[data-v-2b5b156f],
.status-expired[data-v-2b5b156f] {
  border-color: #9e9e9e;
}
.status-cancelled .theme--light.v-icon[data-v-2b5b156f],
.status-expired .theme--light.v-icon[data-v-2b5b156f] {
  color: #9e9e9e;
}
