/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
/* ==========================================================================
   Layout Scoped CSS - CE Invoice Transfer App
   Applies brand styling to the layout elements
   ========================================================================== */

a.navbar-brand[b-dyret8k9pl] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
  font-weight: 600;
  color: #2b5065 !important;
}

a.navbar-brand:hover[b-dyret8k9pl] {
  color: #1f3d4d !important;
}

a[b-dyret8k9pl] {
  color: #2b5065;
}

a:hover[b-dyret8k9pl] {
  color: #1f3d4d;
}

/* TimeLog-specific links */
a.timelog-link[b-dyret8k9pl],
a[href*="timelog"][b-dyret8k9pl],
a[href*="TimeLog"][b-dyret8k9pl] {
  color: #e84895;
}

a.timelog-link:hover[b-dyret8k9pl],
a[href*="timelog"]:hover[b-dyret8k9pl],
a[href*="TimeLog"]:hover[b-dyret8k9pl] {
  color: #d13579;
}

.btn-primary[b-dyret8k9pl] {
  color: #fff;
  background-color: #2b5065;
  border-color: #2b5065;
  font-weight: 500;
}

.btn-primary:hover[b-dyret8k9pl] {
  background-color: #1f3d4d;
  border-color: #1f3d4d;
}

.nav-pills .nav-link.active[b-dyret8k9pl], 
.nav-pills .show > .nav-link[b-dyret8k9pl] {
  color: #fff;
  background-color: #2b5065;
  border-color: #2b5065;
}

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

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

.box-shadow[b-dyret8k9pl] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

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

.footer[b-dyret8k9pl] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
  background-color: #f8f9fa;
  border-top: 1px solid #dee2e6;
}

.navbar[b-dyret8k9pl] {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}

.navbar-light .navbar-nav .nav-link[b-dyret8k9pl] {
  color: #495057;
  font-weight: 500;
}

.navbar-light .navbar-nav .nav-link:hover[b-dyret8k9pl] {
  color: #2b5065;
}

.navbar-light .navbar-nav .nav-link.active[b-dyret8k9pl] {
  color: #2b5065;
  font-weight: 600;
}

