body {
    margin-bottom: 10px;
}

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
  html {
    font-size: 18px;
  }
}

.container, .container-fluid, .content-area {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}

.content-area .content-area .table-responsive {
    overflow-x: auto;
}

.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;
}

.d-flex.flex-grow-1,
.content-area {
    min-width: 0;
}

.navbar-custom {
    position: sticky;
    top: 0;
    z-index: 1030; /* above table header/tooltips */
    width: 100%;
}