﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

div.bootstrap-table.bootstrap5>div.fixed-table-container>div.fixed-table-body>div.sticky-header-container.fixed-table-container.fix-sticky>table>thead>tr>th>div.th-inner {
  padding: 0rem;
  padding-top: 4.4rem;
  padding-bottom: 0.4rem;
}

div.bootstrap-table.bootstrap5.fullscreen>div.fixed-table-container>div.fixed-table-body>div.sticky-header-container.fixed-table-container.fix-sticky>table>thead>tr>th>div.th-inner {
  padding: 0rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.card-header.smaller{
  padding: .2rem 1rem;
  font-weight: bolder;
}
.card-body.smaller{
  padding: 0 1rem;
  font-size: smaller;
  font-weight: bolder;
}