.table-colam-bordered * {
  border: none;
}
.table-colam-bordered th {
  color: var(--main-gray-font-color);
  font-weight: bold;
}
.table-colam-bordered th,
.table-colam-bordered td {
  padding: 0 1rem;
}
.table-colam-bordered th:not(:last-child),
.table-colam-bordered td:not(:last-child) {
  border-right: 1px solid var(--main-gray-font-color);
}

table caption,
.table caption {
  caption-side: top;
}
table th,
table td,
.table th,
.table td {
  vertical-align: middle;
}
table th.td-number,
table td.td-number,
.table th.td-number,
.table td.td-number {
  text-align: right;
  background-repeat: no-repeat;
  background-position-x: 5px;
  background-position-y: center;
}
table th.td-number.td-number-positive,
table td.td-number.td-number-positive,
.table th.td-number.td-number-positive,
.table td.td-number.td-number-positive {
  background-image: url("../images/svg/arrow-up-green.svg");
  color: #048D37;
}
table th.td-number.td-number-negative,
table td.td-number.td-number-negative,
.table th.td-number.td-number-negative,
.table td.td-number.td-number-negative {
  background-image: url("../images/svg/arrow-down-red.svg");
  color: #BE1622;
}
table th.td-number.td-align-left,
table td.td-number.td-align-left,
.table th.td-number.td-align-left,
.table td.td-number.td-align-left {
  text-align: left;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
.table.dataTable thead .sorting:before,
.table.dataTable thead .sorting:after,
.table.dataTable thead .sorting_desc:before,
.table.dataTable thead .sorting_desc:after,
.table.dataTable thead .sorting_desc_disabled:before,
.table.dataTable thead .sorting_desc_disabled:after,
.table.dataTable thead .sorting_asc:before,
.table.dataTable thead .sorting_asc:after,
.table.dataTable thead .sorting_asc_disabled:before,
.table.dataTable thead .sorting_asc_disabled:after {
  bottom: 8px;
}