/* _content/Dot.Pwr.Web/Pages/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. */
.btn-primary[b-9sfta9wofi] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-9sfta9wofi], .nav-pills .show > .nav-link[b-9sfta9wofi] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-9sfta9wofi] {
  border-top: 1px solid #e5e5e5;
}

.border-bottom[b-9sfta9wofi] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-9sfta9wofi] {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy[b-9sfta9wofi] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-9sfta9wofi] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

/* IDOT customizations */
.navbar .navbar-brand[b-9sfta9wofi] {
  font-size: 1rem;
  white-space: unset;
}
.navbar .navbar-title[b-9sfta9wofi] {
  white-space: unset;
  display: flex;
  align-items: center;
}
.navbar .navbar-title a[b-9sfta9wofi] {
  color: white;
  text-decoration: none;
}
.navbar .navbar-title h1[b-9sfta9wofi] {
  font-size: 1rem;
  font-weight: 400;
}
.navbar .environment-label[b-9sfta9wofi] {
  background-color: #ffc107;
}

.skip-to-main-content[b-9sfta9wofi] {
  background: white;
  color: blue;
  font-weight: 700;
  left: 50%;
  padding: 10px;
  position: absolute;
  transform: translate(-50%, -125%);
  transition: transform 0.3s;
  z-index: 1;
}

.skip-to-main-content:focus[b-9sfta9wofi] {
  transform: translate(-50%, 2%);
}
