.tr-zero-width {
  width: 0 !important;
}

.tr-zero-height {
  height: 0 !important;
}

.tr-collapsed > * > tr > *.tr-hidden,
tr.tr-hidden,
tr.tr-filtered {
  display: none;
}

thead > tr > th[tr-sorting] {
  cursor: pointer;
  padding-right: 0.5em;
}

thead > tr > th[tr-sorting]::after {
  content: "\2195";
  float: right;
  opacity: 0.5;
  margin-right: -0.5em;
}

thead > tr > th[tr-sorting="1"]::after {
  content: "\2191";
  opacity: 1;
}

thead > tr > th[tr-sorting="-1"]::after {
  content: "\2193";
  opacity: 1;
}

.tr-empty > td {
  text-align: center;
  font-style: italic;
}

.tr-collapsed > tbody > tr > td:first-child {
  cursor: pointer;
}

.tr-collapsed > tbody > tr > td:first-child::before {
  content: none;
  display: inline-block;
  text-align: center;
  width: 1em;
  height: 1em;
  line-height: 1em;
  border-radius: 0.5em;
  color: white;
  font-weight: bold;
  margin-right: 0.2em;
  padding: 0;
  vertical-align: top;
  margin-top: 0.25em;
  background-position: center;
  background-repeat: no-repeat;
}

.tr-child > td {
  padding-left: 1.5em;
}

.tr-child > td > table{
  width: 100%;
}

.tr-header {
  width: 0.00001px;
  padding-right: 0.5em;
  /*white-space: nowrap;*/
}

/*.tr-header::after {
  content: ":";
  display: inline-block;
}*/

.tr-header:empty::after {
  display: none;
}

.tr-collapsed > tbody > tr > td:first-child::before {
  content: "";
  background-color: #36c;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  background-size: 0.5em 0.2em, 0.2em 0.5em;
}

.tr-collapsed > tbody > .tr-expanded > td:first-child::before {
  content: "";
  background-color: #c33;
  background-image: linear-gradient(#fff, #fff);
  background-size: 0.5em 0.2em;
}

.tr-loading > tbody > tr > td:first-child,
.tr-collapsed > tbody > .tr-child > td:first-child,
.tr-collapsed > tbody > .tr-empty > td:first-child {
  cursor: default;
}

.tr-loading > tbody > tr > td:first-child::before,
.tr-collapsed > tbody > .tr-child > td:first-child::before,
.tr-collapsed > tbody > .tr-empty > td:first-child::before {
  content: none
}

.tr-tools > td > div {
  display: flex;
}

.tr-tools > td > div > span {
  white-space: nowrap;
}

.tr-left {
  margin-right: auto;
}

.tr-right {
  margin-left: auto;
}

.tr-pagination > ul {
  display: flex;
  list-style: none;
  padding: 0;
}

.tr-pagination > ul > li > * {
  display: inline-block;
  text-align: center;
  min-width: 1.2em;
  height: 1.2em;
  line-height: 1em;
  border-radius: 0.5em;
  margin-right: 0.2em;
  padding: 0;
  font-size: 80%;
  vertical-align: top;
}

.tr-pagination > ul > li.tr-disabled > * {
  color: #bbb;
}

.tr-pagination > ul > li.tr-active > * {
  background-color: #36c;
  color: white;
}