@charset "ISO-8859-1";

.bootstrap-table .fixed-table-container .table thead th .th-inner {
  overflow: inherit;
}
.table-header-rotated td.id {
  font-weight: bold;
}
.table-header-rotated th {
  height: 120px;
  white-space: nowrap;
}
.table-header-rotated th:not(.id) > div {
  transform: translate(-9px, 0px) rotate(-90deg);
  width: 30px;
}
.table-header-rotated th > div > span {
  padding: 5px 10px;
} 
