/* _content/eTrakLogic/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.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[b-28c51l22dq] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-28c51l22dq] {
  color: #0077cc;
}

.btn-primary[b-28c51l22dq] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-28c51l22dq], .nav-pills .show > .nav-link[b-28c51l22dq] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-28c51l22dq] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-28c51l22dq] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-28c51l22dq] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-28c51l22dq] {
  font-size: 1rem;
  line-height: inherit;
}

/* Left IN FLOW, as the last row of #page-content-wrapper's flex column.

   This is the rule that actually governs the footer. PR 432 removed the same
   position:absolute from site.css and nothing changed, because THIS file is ASP.NET's
   scoped stylesheet: it is emitted into eTrakLogic.styles.css, loads after site.css,
   and its generated [b-xxxxxxxxxx] attribute selector outranks a bare element rule on
   specificity. Editing site.css could never have won.

   Out of flow it measured 100% of the nearest positioned ancestor rather than of its
   flex parent, so it started after the 220px sidebar and ran 220px past the right edge
   of the window - a horizontal scrollbar on every page. That scrollbar then stole 15px
   of viewport height, which is where the second, vertical scrollbar came from: fixing
   the width removes both. */
.footer[b-28c51l22dq] {
  white-space: nowrap;
  line-height: 60px;
}
