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;
  border: 1px solid lightgray;
} */
.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 #336066;
}

.btn-primary,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
  color: black !important;
  background-color: #77a5aa !important;
  border: #77a5aa !important;
}

.btn-primary:hover {
  color: whitesmoke !important;
  background-color: #336066 !important;
  border: #336066 !important;
}

.btn-info,
.btn-info:active,
.btn-info:visited,
.btn-info:focus {
  color: black !important;
  background-color: #77a5aa !important;
  border-color: #77a5aa !important;
}

.btn-info:hover {
  color: whitesmoke !important;
  background-color: #336066 !important;
  border-color: #336066 !important;
}


html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

table {
  white-space: nowrap;
}