@charset "UTF-8";

/**
    Table
 */

/**
    Tabs
 */

.ui.table.sticky-header thead tr {
  position: sticky;
  z-index: 1000;
  top: 32px;
}

.ui.table.dwn {
  border-radius: 0;
  border: 1px solid #c4c4c4;
  border-bottom: 1px solid #595959;
}

.ui.table.dwn thead tr:first-child th:first-child,
.ui.table.dwn thead tr:first-child th:last-child {
  border-radius: 0;
}

.ui.table.dwn thead tr th {
  border-radius: 0;
  background: #1b79bf;
  color: #fff;
  font-weight: 300;
  font-size: 11px;
  padding: 4px 7px 4px 7px !important;
}

.ui.table.dwn tbody tr td {
  font-size: 12px;
  padding: 3px 2px 3px 5px !important;
}

.ui.table.dwn tbody tr td.is-positive {
  color: #08731f;
}

.ui.table.dwn tbody tr td.is-negative {
  color: #b21818;
  font-style: italic;
}

.ui.table.dwn tbody tr td.empty,
.ui.table.dwn tbody tr td div.none {
  color: #ccc;
  font-style: italic;
  text-align: left;
}

.ui.table.dwn.compact {
  border: none;
}

.ui.table.dwn.compact tr th {
  background: none;
  padding: 5px 10px;
  border-left: none !important;
  font-weight: bold;
  border-bottom: 2px solid #1b79bf;
  color: #1b79bf;
}

.ui.table.dwn.compact tfoot tr td {
  background: #d4d4d4;
  font-weight: bold;
  font-size: 12px;
}

.ui.table.dwn.sortable thead th.sorted {
  background: #85c1ee;
}

.ui.table.dwn.sortable thead th.sorted.descending:after {
  content: "  \2191";
}

.ui.table.dwn.sortable thead th.sorted.ascending:after {
  content: "  \2193";
}

.ui.table.dwn.celled tr th:not(:first-child) {
  border-left: 1px solid #186ba9;
}

.ui.table.dwn.striped tbody tr:nth-child(2n) {
  background: #cde5f8;
}

.ui.table.dwn.selectable tbody tr:hover {
  background: #082439 !important;
  color: #fff !important;
}

.ui.table.dwn.selectable tbody tr:hover td {
  border-left: 1px solid #0e4066;
}

.ui.table.dwn.selectable tbody tr:hover td:first-child {
  border-left: none !important;
}

.ui.table.dwn.selectable tbody tr:hover td.is-positive {
  color: #96e79f;
}

.ui.table.dwn.selectable tbody tr:hover td.is-negative {
  color: #ffb9b9;
}

.ui.menu.dwn.mini {
  font-size: 12px !important;
}

.ui.menu.dwn .item {
  background-color: #eeeeee !important;
  border-radius: 0 !important;
  margin-right: 3px !important;
  padding: 3px 10px !important;
}

.ui.menu.dwn .item .ui.floating.label {
  left: 75%;
}

.ui.menu.dwn .item.active {
  background-color: #1b79bf !important;
  color: #fff !important;
  border-color: #1b79bf !important;
  border-radius: 0 !important;
}

.ui.menu.dwn .item:last-child {
  border-right: none !important;
}

.ui.segment.small-padding {
  padding: 1rem 0.5rem;
}

.ui.segment.borderless {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.ui.segment.attached {
  margin: 0 !important;
  width: 100%;
  max-width: 100%;
}

.ui.segment.dwn:not(.inverted) {
  border-top: 2px solid #629f5b !important;
}

