.container-fluid .panel-body {
  height: 700px;
  padding: 0px;
}
.container-fluid .panel-body.panel-regular-table {
  overflow-y: auto;
}
.container-fluid .panel-body table.flex-table {
  position: relative;
}
.container-fluid .panel-body th.sticky {
  background-color: white;
  position: sticky;
  top: 145px;
}
.container-fluid .panel-body th.sticky-2nd-row {
  top: 200px;
}
@media (max-width: 400px) {
  .container-fluid .panel-body th.sticky {
    background-color: white;
    position: sticky;
    top: 110px;
  }
  .container-fluid .panel-body th.sticky-2nd-row {
    top: 165px;
  }
}
.container-fluid .panel-body table.flex-widths.flex-table-aligned thead > tr {
  overflow-y: scroll;
  overflow-x: hidden;
}
