/* NuGet Package: nvTable.js
 * Version 1.19
 */
/* NuGet package: nvColors.scss
   Version 1.3.2
*/
/* NuGet package: nvColors.scss */
/* Planning Categories */
/* Special Conditions */
/* NuGet Package: NVFrameworkScss
 * Version 1.1.1
 */
/* NuGet Package: NVFrameworkScss
 * Version 1.1.1
 */
/* Variables */
/*****  Print Stylesheet Helpers  *****/
/*****   Glyphs   *****/
/*****   Colors   *****/
/***** 508-compliant background-to-text color map *****/
/***** Widget Colors *****/
/***** Button Colors ****/
/***** Link Colors *****/
/*****   End Colors *****/
/***** Input Styles ****/
/* Mixins */
/* NuGet Package: NVFrameworkScss
 * Version 1.1.1
 */
/*******   Icon classes   ********/
/*****  Print Stylesheet Helpers  *****/
/*****   Glyphs   *****/
/*****   Colors   *****/
/***** 508-compliant background-to-text color map *****/
/***** Widget Colors *****/
/***** Button Colors ****/
/***** Link Colors *****/
/*****   End Colors *****/
/***** Input Styles ****/
/****   All of this will be replaced by new color package. Will need to test svg stuff in the pkg   ****/
/****   END stuff to be replaced by new color package.   ****/
:root {
  --portal-login__login-container-width: 280px;
  --portal-login__header-max-height: 100px;
  --portal-login__header-container-top-bottom-padding: 10px;
  --portal-login__header-container-height: calc(var(--portal-login__header-max-height) - (2 * var(--portal-login__header-container-top-bottom-padding)));
}

/*  Default element styles
--------------------------------------------------------------------*/
html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  background: linear-gradient(180deg, #4b91cd 10%, #114995 35%);
  background-repeat: no-repeat;
  background-attachment: fixed;
}

p {
  margin-top: 0.846rem;
}

a.nv-as-link.dark-mode {
  color: #e0e7eb;
}
a.nv-as-link.dark-mode:hover, a.nv-as-link.dark-mode:focus {
  color: white;
}

/*  Header
--------------------------------------------------------------------*/
.portal-header {
  background: white;
  margin: 0;
  padding: 0 1.5rem;
  max-height: var(--portal-login__header-max-height);
}
.portal-header-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 1rem;
  padding: var(--portal-login__header-container-top-bottom-padding) 0;
  height: var(--portal-login__header-container-height);
}
.portal-header__logo__link {
  display: block;
}
.portal-header__logo__image {
  margin: 0;
  max-height: var(--portal-login__header-container-height);
}
.portal-header__title {
  margin: 0;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  max-height: var(--portal-login__header-container-height);
  overflow: hidden;
  color: #323232;
}

.topNotification {
  margin-bottom: 0;
}

/*  Main Content / Sidebar
--------------------------------------------------------------------*/
.portal-login__box {
  background-color: white;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.9);
  border-radius: 6px;
  padding: 1.5rem;
}
.portal-login__box_narrow {
  background-color: white;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.9);
  border-radius: 6px;
  padding: 1.5rem;
  padding-right: 0;
}
.portal-login__sub-band {
  padding: 0.25rem 2rem 0 1rem;
  border-top: 2px solid #4b91cd;
}
.portal-login__sub-band h2 {
  color: #6B6B6B;
  font-weight: normal;
  margin-top: 0;
}
.portal-login__login__terms-and-feedback {
  text-align: center;
  margin-top: 0.75rem;
  color: #e0e7eb;
}
.portal-login__sidebar-container {
  clip-path: inset(-6px -6px 0px -6px);
  padding-right: 0;
  padding-bottom: 0;
  border-radius: 6px 6px 0 0;
}
.portal-login__sidebar_resources__list {
  list-style: none;
  margin: 0 0 0 0.75rem;
  padding: 0;
}
.portal-login__sidebar_resources__list li {
  margin-top: 0.75rem;
}
.portal-login__sidebar_resources__list li a {
  display: inline-flex;
  align-items: flex-start;
  font-size: 1rem;
}
.portal-login__sidebar_resources__list li i.nv-glyph {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.portal-login__sidebar__bubble {
  background-color: #e2f0ff;
  color: #323232;
  border-radius: 6px 0 0 6px;
  padding: 0.5rem 1rem;
  margin-bottom: 1.5rem;
}
.portal-login__sidebar__bubble:last-of-type,
.portal-login__sidebar__bubble p:last-of-type {
  margin-bottom: 0;
}
.portal-login__sidebar_tech .tech__show-more-less p:last-of-type {
  margin-bottom: 0;
}
.portal-login__custom-content-container {
  margin-top: -1.75rem;
  padding-right: 0;
  border-radius: 0 0 6px 6px;
  clip-path: inset(3px -6px -6px -6px);
}
.portal-login__custom-content__wrapper {
  padding: 0.25rem 1.5rem 0 1rem;
  border-top: 2px solid #4b91cd;
}
.portal-login__system-info-container {
  color: white;
}
.portal-login__system-info__logo {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
.portal-login__system-info__text {
  font-size: 0.846em;
}

/*  Button/input overrides for mobile/touch devices
--------------------------------------------------------------------*/
@media (max-width: 767.98px) {
  /* Global overrides */
  html {
    font-size: 18px;
  }
  input[type=text],
  input[type=password] {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }
  a.nv-as-link,
  button.nv-as-link,
  button {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
    margin: 0 !important;
    font-size: 1rem !important;
  }
}
/*  Layout: CSSGrid - Mobile / Default
--------------------------------------------------------------------*/
.portal-login {
  /*  Main grid  */
  /*  Sidebar grid  */
}
.portal-login__grid-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-template-areas: "login" "sidebar" "custom" "system";
  row-gap: 1.5rem;
  padding: 1.5rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.portal-login__login-container {
  grid-area: login;
}
.portal-login__sidebar-container {
  grid-area: sidebar;
}
.portal-login__custom-content-container {
  grid-area: custom;
}
.portal-login__system-info-container {
  grid-area: system;
}
.portal-login__sidebar-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-template-areas: "resources" "requests" "tech";
  row-gap: 1.5rem;
}
.portal-login__sidebar_resources {
  grid-area: resources;
}
.portal-login__sidebar_requests {
  grid-area: requests;
}
.portal-login__sidebar_tech {
  grid-area: tech;
}

/*  Layout: CSSGrid - Small
--------------------------------------------------------------------*/
@media (min-width: 576px) {
  .portal-login__login-container {
    margin-left: 10%;
    margin-right: 10%;
  }
  .portal-login__sidebar-container {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "resources tech" "resources requests";
    column-gap: 1.5rem;
  }
}
/*  Layout: CSSGrid - Medium
--------------------------------------------------------------------*/
@media (min-width: 768px) {
  .portal-header__title {
    margin-right: calc(var(--portal-login__login-container-width) + 3rem);
    font-size: 1.3rem;
  }
  .portal-login__grid-container {
    grid-template-columns: 3fr 1fr;
    grid-template-areas: "custom  login" "custom  sidebar" "custom  system" "custom .";
    column-gap: 2rem;
    margin-top: -6.5rem;
  }
  .portal-login__custom-content-container {
    border-radius: 4px;
    margin-top: 7rem;
    clip-path: none;
    padding: 1.5rem;
  }
  .portal-login__custom-content__wrapper {
    border: none;
    padding: 0;
  }
  .portal-login__login-container {
    min-width: var(--portal-login__login-container-width);
    margin-left: 0;
    margin-right: 0;
  }
  .portal-login__sidebar-container {
    grid-template-columns: 1fr;
    grid-template-areas: "resources" "requests" "tech";
    padding-bottom: 1.5rem;
    border-radius: 4px;
    clip-path: none;
  }
}
/*  Layout: CSSGrid - Large
--------------------------------------------------------------------*/
@media (min-width: 992px) {
  .portal-login__login-container {
    margin-left: 0;
    margin-right: 0;
  }
}
