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: none; /*0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;*/
}

html {
  position: relative;
  min-height: 100%;
}

body {
}

.ui-autocomplete-loading {
    background: url('/img/indicator.gif') no-repeat right 20px center;
}

button.btn-glyph {
    line-height: 0;
    padding: 0.375rem 0.75rem;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    height: 120px !important;
}

body {
    min-height: 100vh !important;
}

.eu-content {
    padding-bottom: 120px !important;
}
