﻿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;
}

h1 {
    font-family: 'Rock Salt', cursive;
}

h1 button, h1 a.btn {
    font-family: var(--bs-font-sans-serif);
}

a {
    text-decoration: none !important;
}

a.navbar-brand {
    font-family: 'Rock Salt';
    position: relative;
}

tr.hilight > td {
    background-color: #ffff0025 !important;
}

.callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: 0.25rem;
    border-radius: 0.25rem;
}

.callout-warning {
    border-left-color: #f0ad4e;
}

.callout-danger {
    border-left-color: #dc3545;
}

@media (max-width:480px) {
    .mobile-hidden {
        display: none;
    }
}

a.navbar-brand span.beta {
    color: red;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 6pt;
    font-family: monospace;
    background-color: transparent;
}

div.wf-grid-filter-tooltip {
    font-size: xx-small;
    white-space: pre-wrap;
}

div.wf-grid-filter-tooltip div.tooltip-inner {
    text-align: left;
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
    font-size: 16px;
}