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;
}

.cursor-pointer {
    cursor: pointer;
}

.fs-7 {
    font-size: 0.8rem !important;
}
.readonly {
    pointer-events: none;
    background-color: lightgray;
}
.max-h-264 {
    max-height: 264px;
}
.max-h-463 {
    max-height: 463px;
}
.logo-small {
    max-height: 1.5em;
}
.logo-medium {
    max-height: 3em;
}
.td-overflow {
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 180px;
    overflow: hidden;
}
.td-manifest-overflow-120 {
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 120px;
    overflow: hidden;
}
.td-manifest-overflow-60 {
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 60px;
    overflow: hidden;
}
.td-manifest-overflow-80 {
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 80px;
    overflow: hidden;
}