.table-page {
  table {
    border: 1px solid #1076ac54;
  }

  thead {
    background-color: #e7f7ff;
    border-bottom: 1px solid #1076ac54;
  }

  .alarmtable .table tbody td,
  .alarmtable .table thead th {
    /* width: auto; */
  }
  .alarmtable .table tbody td {
    font-size: 13px;
  }

  .table-striped tbody tr:nth-of-type(2n + 1) {
    background-color: #fff;
  }

  .table-striped tbody tr:nth-of-type(2n) {
    background-color: rgba(244, 244, 244, 0.8);
  }

  .sort-active {
    cursor: pointer;
    font-weight: bold;
    white-space: nowrap;
  }

  .sort-inactive {
    cursor: pointer;
    white-space: nowrap;
  }

  .card {
    background: rgba(244, 244, 244, 0.8);
  }

  .row-1.odd {
    background: #fff;
  }

  .table-striped tbody tr:nth-of-type(2n + 1):hover {
    background-color: #e7f7ff;
  }

  .table-striped tbody tr:nth-of-type(2n):hover {
    background-color: #e7f7ff;
  }

  .card-body {
    padding: 0px !important;
  }

  .col-12 {
    padding: 0px;
  }

  .svg-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    left: 0;
    top: 0;
    display: none;
    pointer-events: none;
    z-index: 999;
  }

  .svg-loader svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 60px;
  }
}

.controller-table {
  .flex-table {
    border: 1px solid #1076ac54;
  }
  .table-row-head {
    padding-top: 1rem;
    background-color: #e7f7ff;
    border-bottom: 1px solid #1076ac54;
  }
}

.table-page .update {
  border: 1px solid #888;
  font-size: 10px;
  padding: 2px 6px;
  margin: 2px 2px;
  display: inline-block;
  text-decoration: none;
}

.strikeout { text-decoration: line-through; color: red; display: inline-block; }
.found     { color: green;      display: inline-block; }
.missing   { color: #a00000;    display: inline-block; }
.mismatch  { color: #a00000;    display: inline-block; }