/* _content/WebInt/Views/Shared/_Layout.cshtml.rz.scp.css */
/* 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[b-blvml7f5hh] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-blvml7f5hh] {
  color: #0077cc;
}

.btn-primary[b-blvml7f5hh] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-blvml7f5hh], .nav-pills .show > .nav-link[b-blvml7f5hh] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-blvml7f5hh] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-blvml7f5hh] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-blvml7f5hh] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-blvml7f5hh] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-blvml7f5hh] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

.my-footer[b-blvml7f5hh] {
    position: absolute;
    line-height: 2rem;
    width: 100%;
}

.dropdown-submenu[b-blvml7f5hh] {
    position: relative;
}

.dropdown-submenu > .dropdown-menu[b-blvml7f5hh] {
    top: 0;
    left: 100%;
    margin-top: -1px;
    display: none; /* This is overridden when .show is added */
    position: absolute;
    z-index: 1000;
}

.dropdown-submenu > .dropdown-menu.show[b-blvml7f5hh] {
    display: block;
}


/* Mobile styles */
@media (max-width: 575px) {
    .responsive-padding[b-blvml7f5hh] {
        padding: 5px;
    }
}

/* Desktop styles */
@media (min-width: 576px) {
    .responsive-padding[b-blvml7f5hh] {
        padding: 0px;
    }
}

/* Default (desktop) */
.dynamic-submenu-style[b-blvml7f5hh] {
    padding: 0;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
}

/* Mobile-specific overrides */
@media (max-width: 575px) {
    .dropdown-menu.dynamic-submenu-style[b-blvml7f5hh] {
        padding: 5px !important;
        margin: 5px !important;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3) !important;
        border-radius: 0.25rem !important;
    }
}




