.dashboard-table-panel{
  margin:8px 8px 10px 102px;
  padding:8px 10px 10px;
  border:1px solid #c9d7e8;
  border-radius:6px;
  background:#fff;
  box-shadow:0 4px 12px rgba(18,54,95,.06);
}
.dashboard-table-panel h2{
  margin:0;
  color:#07345e;
  font-size:18px;
  line-height:1.15;
}
#dashboardTableCount{
  display:block;
  margin:2px 0 8px;
  color:#5f7186;
  font-size:11px;
}
.dashboard-table-panel .tableWrap{
  max-height:520px;
  margin-top:6px;
  border:1px solid #d6e3f2;
  border-radius:4px;
  background:#fff;
}
#biTable.dashboard-data-table{
  min-width:1180px;
  width:100%;
  border-collapse:collapse;
  color:#07345e;
  font-size:11px;
}
#biTable.dashboard-data-table th{
  position:sticky;
  top:0;
  z-index:2;
  padding:8px 9px;
  border-bottom:1px solid #bdd3ee;
  background:#d9ecff;
  color:#07345e;
  font-weight:900;
  text-align:left;
  white-space:nowrap;
}
#biTable.dashboard-data-table td{
  max-width:240px;
  padding:7px 9px;
  border-bottom:1px solid #cddceb;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  vertical-align:middle;
}
#biTable.dashboard-data-table tbody tr:nth-child(even){background:#eef5ff;}
#biTable.dashboard-data-table tbody tr:hover{background:#dfeeff;}
.table-status{
  display:inline-flex;
  min-width:94px;
  justify-content:center;
  align-items:center;
  padding:4px 9px;
  border-radius:999px;
  color:#fff;
  font-size:10px;
  font-weight:900;
  line-height:1.1;
  text-align:center;
  white-space:nowrap;
}
.table-status.waiting{background:#f28c28;}
.table-status.working{background:#1a4c8b;}
.table-status.closed{background:#2f855a;}
.table-status.canceled{background:#9aa6b2;}
.table-status.neutral,.table-status.sla-neutral{background:#4a90e2;}
.table-status.sla-ok{background:#2f855a;}
.table-status.sla-warn{background:#f28c28;}
.table-status.sla-bad{background:#c53030;}
@media (max-width:900px){.dashboard-table-panel{margin:8px;}}