﻿html .navbar-nav.nav-pills .nav-item .nav-link.active {
  color: white;
  background: #007bff;
}
html .navbar-nav.nav-pills .nav-item .nav-link:not(.active) {
  color: #212529;
  background: #f8f9fa;
}
html body {
  /*padding-bottom: 5rem;*/
}
#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}
.blazored-toast-container {
  z-index: 1100 !important;
}
.modal-dialog:focus {
  outline: none;
}
.drag-drop-zone {
  border: 3px dashed #e68710;
  padding: 0.5rem 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eee;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2);
  color: #aeaeae;
  font-size: 1rem;
  cursor: pointer;
  margin: 1.5rem 0 2rem 0;
  position: relative;
}
.drag-drop-zone:hover {
  background-color: #f5f5f5;
}
.drag-drop-zone input[type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.pac-container {
  z-index: 100000;
}
.custom-control-lg .custom-control-label::before,
.custom-control-lg .custom-control-label::after {
  top: 0.1rem !important;
  left: -2rem !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
}
.custom-control-lg .custom-control-label {
  margin-left: 0.5rem !important;
  font-size: 1rem !important;
}
span.form-group {
  position: relative;
}
span.form-group .invalid-tooltip {
  left: 0;
  white-space: nowrap;
  max-width: none;
}
span.form-group .valid-tooltip {
  display: none;
}
span.form-group .form-control:disabled ~ .invalid-tooltip {
  display: none;
}
.list-group-item.border-left-success,
.card.border-left-success,
.list-group-item.border-left-warning,
.card.border-left-warning,
.list-group-item.border-left-danger,
.card.border-left-danger,
.list-group-item.border-left-info,
.card.border-left-info {
  position: relative;
}
.list-group-item.border-left-success:before,
.card.border-left-success:before,
.list-group-item.border-left-warning:before,
.card.border-left-warning:before,
.list-group-item.border-left-danger:before,
.card.border-left-danger:before,
.list-group-item.border-left-info:before,
.card.border-left-info:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10px;
}
.list-group-item.border-left-success:before,
.card.border-left-success:before {
  background: #28a745;
}
.list-group-item.border-left-warning:before,
.card.border-left-warning:before {
  background: #ffc107;
}
.list-group-item.border-left-danger:before,
.card.border-left-danger:before {
  background: #dc3545;
}
.list-group-item.border-left-info:before,
.card.border-left-info:before {
  background: #17a2b8;
}
.typeahead-list {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  padding: 1px;
}
.typeahead-list .blazored-typeahead {
  border: 0 !important;
  outline: 0 !important;
}
.typeahead-list .blazored-typeahead .blazored-typeahead__controls input {
  border-radius: 0;
}
.typeahead-list .blazored-typeahead .blazored-typeahead__controls input:focus {
  outline: 0 !important;
}
.typeahead-list .list-group {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  margin: 0 -1px 0 -1px;
  max-height: 163px;
  overflow-y: auto;
  line-height: 1;
}
.typeahead-list.is-valid {
  border-color: #28a745;
}
.typeahead-list.is-invalid {
  border-color: #dc3545;
}
.nav-link .badge-nav-link {
  color: #fff;
  background: #007bff;
}
.nav-link.active .badge-nav-link {
  color: #212529;
  background: #f8f9fa;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
}