.PrimaryDarkThemeColor{
  color: #dc9102;
}

div.HeaderFooterDiv{
  height: 5px;
}

a.LightFont{
  font-weight: lighter;
}

.navbar-dark .navbar-nav .nav-link{
  color: #ffffffbf;
}

.cell-vertical-align{
  vertical-align: middle!important;
}

table.dataTable.compact thead th, table.dataTable.compact thead td{
  padding: 4px 17px 4px 4px;
}

table.dataTable.compact tbody td.select-checkbox:before, table.dataTable.compact tbody th.select-checkbox:before{
  margin-top: -8px;
}

table.dataTable.compact tr.selected td.select-checkbox:after, table.dataTable.compact tr.selected th.select-checkbox:after {
  margin-top: -26px;
}

div.tooltip-inner {
  max-width: 350px;
}