#active-requests.active-page {
  width: 100%;
  max-width: none;
}

#activeRequestsList.active-sows-worksheet {
  display: block;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(125, 157, 184, .75);
  border-radius: 0;
  background: #f5f8fb;
  box-shadow: none;
}

.active-sows-table-wrap {
  width: 100%;
  overflow: auto;
  background: #fff;
}

.active-sows-table {
  width: 100%;
  min-width: 1180px;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
}

.active-sows-table th,
.active-sows-table td {
  padding: 9px 10px;
  border-right: 1px solid #c9d3dc;
  border-bottom: 1px solid #d7dee5;
  text-align: left;
  vertical-align: middle;
  color: #112d49;
  font-size: 12px;
  line-height: 1.25;
}

.active-sows-table th {
  position: sticky;
  top: 0;
  z-index: 3;
  background: #d8e5ef;
  color: #29445f;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .055em;
  text-transform: uppercase;
  white-space: nowrap;
}

.active-sows-table tbody tr:nth-child(even) td { background: #f6f8fa; }
.active-sows-table tbody tr:hover td { background: #eaf3fb; }

.active-sows-table th:first-child,
.active-sows-table td:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  width: 170px;
  min-width: 170px;
  background: #eef4f8;
  font-weight: 800;
}

.active-sows-table th:first-child {
  z-index: 4;
  background: #caddea;
}

.active-sows-table th:nth-child(2), .active-sows-table td:nth-child(2) { width: 300px; }
.active-sows-table th:nth-child(3), .active-sows-table td:nth-child(3) { width: 100px; }
.active-sows-table th:nth-child(4), .active-sows-table td:nth-child(4) { width: 145px; }
.active-sows-table th:nth-child(5), .active-sows-table td:nth-child(5) { width: 180px; }
.active-sows-table th:nth-child(6), .active-sows-table td:nth-child(6) { width: 100px; }
.active-sows-table th:nth-child(7), .active-sows-table td:nth-child(7) { width: 100px; }
.active-sows-table th:nth-child(8), .active-sows-table td:nth-child(8) { width: 105px; }
.active-sows-table th:nth-child(9), .active-sows-table td:nth-child(9) { width: 84px; border-right: 0; }

.active-sows-table .sow-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 750;
}

.active-sows-table .number-cell {
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  white-space: nowrap;
}

.active-sows-table .status-text {
  font-weight: 850;
  white-space: nowrap;
}

.active-sows-table .status-text.good { color: #17653e; }
.active-sows-table .status-text.pending { color: #875900; }
.active-sows-table .status-text.bad { color: #a6312b; }

.active-sows-open {
  min-height: 28px;
  padding: 4px 10px;
  border: 1px solid #58738d;
  border-radius: 3px;
  background: #f8fbfd;
  color: #173b5e;
  font: inherit;
  font-size: 11px;
  font-weight: 850;
  cursor: pointer;
}

.active-sows-open:hover {
  background: #173b5e;
  color: #fff;
}

.active-sows-empty {
  padding: 40px 14px;
  background: #fff;
  color: #607388;
  text-align: center;
}
