/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.nav-pills .nav-link, .nav-pills .show > .nav-item {
  padding-top: 0.5rem;
  padding-bottom: 0.25rem;
  border-bottom: 0.25rem solid #edf4fa;
  border-radius: 0;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-item {
  background-color: transparent;
  border-bottom: 0.25rem solid #366b99;
}

.btn-primary, .btn-primary:hover {
  color: #ffffff;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 3rem;
}

.wrapped-pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  max-width: 100%;
  line-height: 1.5;
}

/*# sourceMappingURL=site.css.map */
