@charset "UTF-8";
.MuonW.PowerTable button:disabled {
  color: #bbb;
}
.MuonW.PowerTable div[data-name="table-container"] {
  resize: vertical;
  overflow: auto;
}
.MuonW.PowerTable div[data-name="table-container"] table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.MuonW.PowerTable div[data-name="table-container"] table thead {
  z-index: 10;
  top: 0;
  box-shadow: 0px 3px 3px -2px #ccc;
}
.MuonW.PowerTable
  div[data-name="table-container"]
  table
  thead
  tr[data-name="filters-tr"]
  th {
  padding: 0 0.2rem 0.4rem 0.2rem;
}
.MuonW.PowerTable div[data-name="table-container"] table tfoot {
  z-index: 9;
  bottom: 0;
  box-shadow: 0px -3px 3px -2px #ccc;
}
.MuonW.PowerTable
  div[data-name="table-container"]
  table
  tfoot
  tr[data-name="filters-tr"]
  th {
  padding: 0.4rem 0.2rem 0 0.2rem;
}
.MuonW.PowerTable div[data-name="table-container"] table thead,
.MuonW.PowerTable div[data-name="table-container"] table tfoot {
  position: sticky;
  text-align: left;
  background-color: white;
}
.MuonW.PowerTable
  div[data-name="table-container"]
  table
  thead
  tr[data-name="loading_bar-tr"],
.MuonW.PowerTable
  div[data-name="table-container"]
  table
  tfoot
  tr[data-name="loading_bar-tr"] {
  height: 4px;
}
.MuonW.PowerTable
  div[data-name="table-container"]
  table
  thead
  tr[data-name="titles-tr"],
.MuonW.PowerTable
  div[data-name="table-container"]
  table
  tfoot
  tr[data-name="titles-tr"] {
  text-transform: capitalize;
}
.MuonW.PowerTable
  div[data-name="table-container"]
  table
  thead
  tr[data-name="titles-tr"]
  th,
.MuonW.PowerTable
  div[data-name="table-container"]
  table
  tfoot
  tr[data-name="titles-tr"]
  th {
  padding: 0.4rem 0.2rem 0.4rem 0.2rem;
}
.MuonW.PowerTable
  div[data-name="table-container"]
  table
  thead
  tr[data-name="titles-tr"]
  th
  > button,
.MuonW.PowerTable
  div[data-name="table-container"]
  table
  tfoot
  tr[data-name="titles-tr"]
  th
  > button {
  display: block;
  color: inherit;
  background-color: transparent;
  border: none;
  font-weight: inherit;
  width: 100%;
  text-align: left;
}
.MuonW.PowerTable
  div[data-name="table-container"]
  table
  thead
  tr[data-name="titles-tr"]
  th:not([data-sortable="false"])
  button,
.MuonW.PowerTable
  div[data-name="table-container"]
  table
  tfoot
  tr[data-name="titles-tr"]
  th:not([data-sortable="false"])
  button {
  cursor: pointer;
}
.MuonW.PowerTable
  div[data-name="table-container"]
  table
  thead
  tr[data-name="titles-tr"]
  th:not([data-sortable="false"])
  button
  span::after,
.MuonW.PowerTable
  div[data-name="table-container"]
  table
  tfoot
  tr[data-name="titles-tr"]
  th:not([data-sortable="false"])
  button
  span::after {
  content: "";
  width: 1rem;
  height: 1rem;
  color: #888;
  font-size: x-small;
  position: absolute;
  padding: 0px 5px;
}
.MuonW.PowerTable
  div[data-name="table-container"]
  table
  thead
  tr[data-name="titles-tr"]
  th:not([data-sortable="false"]):not([data-dir="asc"]):not([data-dir="desc"])
  button
  > span::after,
.MuonW.PowerTable
  div[data-name="table-container"]
  table
  tfoot
  tr[data-name="titles-tr"]
  th:not([data-sortable="false"]):not([data-dir="asc"]):not([data-dir="desc"])
  button
  > span::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="1em" height="1em" version="1.1"><g><path fill="%23888888" d="M1.5 6.5l6 -6 5.962 6c-0.984,0 -4.962,0 -11.962,0z"/><path fill="%23888888" d="M13.5 9.5l-6 6 -6 -6c0,0 12,0 12,0z"/></g></svg>');
  background-size: 10px;
  background-position: 30% center;
  background-repeat: no-repeat;
}
.MuonW.PowerTable
  div[data-name="table-container"]
  table
  thead
  tr[data-name="titles-tr"]
  th:not([data-sortable="false"])[data-dir="asc"]
  button
  > span,
.MuonW.PowerTable
  div[data-name="table-container"]
  table
  tfoot
  tr[data-name="titles-tr"]
  th:not([data-sortable="false"])[data-dir="asc"]
  button
  > span {
  background-image: none;
  color: #348afb;
}
.MuonW.PowerTable
  div[data-name="table-container"]
  table
  thead
  tr[data-name="titles-tr"]
  th:not([data-sortable="false"])[data-dir="asc"]
  button
  > span::after,
.MuonW.PowerTable
  div[data-name="table-container"]
  table
  tfoot
  tr[data-name="titles-tr"]
  th:not([data-sortable="false"])[data-dir="asc"]
  button
  > span::after {
  content: "▲";
  color: inherit;
  margin: 0;
}
.MuonW.PowerTable
  div[data-name="table-container"]
  table
  thead
  tr[data-name="titles-tr"]
  th:not([data-sortable="false"])[data-dir="desc"]
  button
  > span,
.MuonW.PowerTable
  div[data-name="table-container"]
  table
  tfoot
  tr[data-name="titles-tr"]
  th:not([data-sortable="false"])[data-dir="desc"]
  button
  > span {
  background-image: none;
  color: #348afb;
}
.MuonW.PowerTable
  div[data-name="table-container"]
  table
  thead
  tr[data-name="titles-tr"]
  th:not([data-sortable="false"])[data-dir="desc"]
  button
  > span::after,
.MuonW.PowerTable
  div[data-name="table-container"]
  table
  tfoot
  tr[data-name="titles-tr"]
  th:not([data-sortable="false"])[data-dir="desc"]
  button
  > span::after {
  content: "▼";
  color: inherit;
  margin: 0;
}
.MuonW.PowerTable
  div[data-name="table-container"]
  table
  thead
  tr[data-name="titles-tr"]
  th[data-key="__PT_CB__"],
.MuonW.PowerTable
  div[data-name="table-container"]
  table
  tfoot
  tr[data-name="titles-tr"]
  th[data-key="__PT_CB__"] {
  width: 1.5rem;
}
.MuonW.PowerTable
  div[data-name="table-container"]
  table
  thead
  tr[data-name="filters-tr"]
  input,
.MuonW.PowerTable
  div[data-name="table-container"]
  table
  tfoot
  tr[data-name="filters-tr"]
  input {
  width: calc(100% - 10px);
}
.MuonW.PowerTable
  div[data-name="table-container"]
  table
  thead
  tr[data-name="filters-tr"]
  input:not(:placeholder-shown),
.MuonW.PowerTable
  div[data-name="table-container"]
  table
  tfoot
  tr[data-name="filters-tr"]
  input:not(:placeholder-shown) {
  background-color: #d9ebff;
}
.MuonW.PowerTable
  div[data-name="table-container"]
  table
  thead
  tr[data-name="filters-tr"]
  input[data-is_regex="true"],
.MuonW.PowerTable
  div[data-name="table-container"]
  table
  tfoot
  tr[data-name="filters-tr"]
  input[data-is_regex="true"] {
  color: #8f0194;
  font-weight: bold;
}
.MuonW.PowerTable
  div[data-name="table-container"]
  table
  thead
  tr[data-name="filters-tr"]
  input[data-is_custom="true"],
.MuonW.PowerTable
  div[data-name="table-container"]
  table
  tfoot
  tr[data-name="filters-tr"]
  input[data-is_custom="true"] {
  color: #017599;
}
.MuonW.PowerTable div[data-name="table-container"] table tbody tr {
  box-shadow: 0 0 1px 0px #888;
}
.MuonW.PowerTable
  div[data-name="table-container"]
  table
  tbody
  tr:nth-child(2n) {
  background-color: #f9f9f9;
}
.MuonW.PowerTable
  div[data-name="table-container"]
  table
  tbody
  tr:nth-child(2n + 1) {
  background-color: #fff;
}
.MuonW.PowerTable div[data-name="table-container"] table tbody td {
  padding: 0.2rem;
  white-space: break-spaces;
  height: 2rem;
}
.MuonW.PowerTable
  div[data-name="table-container"]
  table
  tbody
  td[data-name="noResults-td"],
.MuonW.PowerTable
  div[data-name="table-container"]
  table
  tbody
  td[data-name="rendering-td"] {
  background-color: #eee;
  text-align: center;
  padding: 20px;
}
.MuonW.PowerTable div[data-name="table-container"] table tbody textarea {
  font: inherit;
  height: 1.5rem;
  width: 100%;
  padding: 0.1rem 0.2rem;
  margin: 0;
  overscroll-behavior: none;
}
.MuonW.PowerTable
  div[data-name="table-container"]
  table
  tbody
  div[data-name="edit-block"] {
  display: flex;
  justify-content: flex-start;
}
.MuonW.PowerTable
  div[data-name="table-container"]
  table
  tbody
  div[data-name="edit-block"]:focus-within
  button[data-name="edit-submit"] {
  visibility: visible;
}
.MuonW.PowerTable
  div[data-name="table-container"]
  table
  tbody
  button[data-name="edit-submit"] {
  visibility: hidden;
  box-sizing: border-box;
  font-size: x-small;
  padding: 0px;
  margin: 0;
}
.MuonW.PowerTable div[data-name="search-container"] {
  margin-right: auto;
}
.MuonW.PowerTable
  div[data-name="search-container"]
  input[data-name="search-input"]:not(:placeholder-shown) {
  background-color: #d9ebff;
}
.MuonW.PowerTable
  div[data-name="search-container"]
  input[data-name="search-input"][data-is_regex="true"] {
  color: #8f0194;
  font-weight: bold;
}
.MuonW.PowerTable
  div[data-name="search-container"]
  input[data-name="search-input"][data-is_custom="true"] {
  color: #017599;
}
.MuonW.PowerTable div[data-name="topBar"],
.MuonW.PowerTable div[data-name="bottomBar"] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.5rem;
  padding: 0.5rem 0;
}
.MuonW.PowerTable div[data-name="stats-container"] {
  margin-right: auto;
}
.MuonW.PowerTable div[data-name="dropdown-container"] {
  margin-right: 20px;
}
.MuonW.PowerTable
  div[data-name="settings-container"]
  button[data-name="handle"],
.MuonW.PowerTable div[data-name="settings-container"] button[data-name="item"],
.MuonW.PowerTable div[data-name="actions-container"] button[data-name="handle"],
.MuonW.PowerTable div[data-name="actions-container"] button[data-name="item"] {
  cursor: pointer;
  display: block;
  color: inherit;
  background-color: transparent;
  border: none;
  width: 100%;
  text-align: left;
}
.MuonW.PowerTable div[data-name="settings-container"] div[data-name="menu"],
.MuonW.PowerTable div[data-name="actions-container"] div[data-name="menu"] {
  visibility: hidden;
  background-color: white;
  position: absolute;
  z-index: 11;
  box-shadow: 0px 0px 0px 1px #d5d5d5, 0px 0px 5px 2px #ccc;
  border-radius: 5px;
}
.MuonW.PowerTable
  div[data-name="settings-container"]
  div[data-name="menu"]
  button[data-name="item"],
.MuonW.PowerTable
  div[data-name="actions-container"]
  div[data-name="menu"]
  button[data-name="item"] {
  padding: 5px 8px;
  font-weight: normal;
}
.MuonW.PowerTable
  div[data-name="settings-container"]
  div[data-name="menu"]
  button[data-name="item"]:hover,
.MuonW.PowerTable
  div[data-name="actions-container"]
  div[data-name="menu"]
  button[data-name="item"]:hover {
  background-color: #e2e2e2;
}
.MuonW.PowerTable div[data-name="pagination-container"] button {
  background-color: transparent;
  box-sizing: border-box;
  border: 1px solid transparent;
  display: inline-block;
  min-width: 2rem;
  margin-left: 2px;
  text-align: center;
  text-decoration: none;
  padding: 0.3rem;
  cursor: pointer;
  border-radius: 3px;
  user-select: none;
}
.MuonW.PowerTable div[data-name="pagination-container"] button:hover:enabled {
  color: white;
  border: 1px solid #111;
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
}
.MuonW.PowerTable
  div[data-name="pagination-container"]
  button[data-active="true"] {
  color: #333;
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
  border: 1px solid #979797;
}
.MuonW.PowerTable div[data-name="pagination-container"] buttondisabled {
  color: #aaa;
  cursor: default;
  border: 1px solid transparent;
}
.MuonW.PowerTable div[data-type="segment"] {
  position: relative;
}
.MuonW.PowerTable div[data-status="rendering"] tr[data-name="loading_bar-tr"] {
  animation-duration: 2.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #4a8df8;
  background: linear-gradient(to right, #aecdff 8%, #1c6ff5 18%, #aecdff 33%);
  background-size: 1500px auto;
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -1500px;
  }
  100% {
    background-position: 1500px;
  }
}
