/* Flex Classes */
.flex {
  display: flex;
  flex-wrap: nowrap;
}

.flex-grow-1 {
  flex-grow: 1;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-items-center {
  align-items: center;
}

.align-items-end {
  align-items: end;
}

.justify-content-end {
  justify-content: flex-end;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.w-full {
  width: 100%;
}

/*! CSS Used from: ./styles/all.css?v=1632318780839 */
html {
  height: 100%;
  font-size: 16px !important;
}

body {
  margin: 0;
  height: 100%;
  font-family: var(--font-family, "Lato-Regular");
}

body > #wrapper {
  position: relative;
}

#anet-logo-header {
  display: none;
  height: 25%;
  min-height: 180px;
  margin-left: 15%;
}

header h1,
footer h1 {
  font-size: 1.333em;
  line-height: 1.187em;
  margin: 0 0 7px;
}
header strong,
footer strong {
  font-weight: bold;
}
header ul,
footer ul {
  margin: 0 1.5em 1.5em 1.5em;
  list-style-type: disc;
}
header a,
footer a {
  color: var(--p-primary-color, #0078a3);
  text-decoration: underline;
}
header a:hover,
footer a:hover {
  text-decoration: none;
  color: var(--p-primary-hover-color, #00668b);
}

header {
  z-index: 50;
  color: var(--p-text-color, #334155);
  background: var(--p-content-background, #ffffff);
}
header img {
  border-style: none;
}
header input,
header textarea {
  vertical-align: middle;
}
header form {
  margin: 0;
  padding: 0;
  border-style: none;
}
header #header-container {
  display: flex;
  flex-wrap: wrap;
  margin-right: 1.5rem;
}
header #nav_menu_button {
  font-size: 1rem;
  display: block;
  background: none;
  border: none;
  color: var(--p-primary-color, #0078a3);
}
header #nav_menu_button :hover {
  background-color: var(--p-primary-hover-color, #00668b);
  border-radius: var(--p-border-radius);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  header #nav_menu_button {
    display: none;
  }
}
header #nav_container {
  display: none;
}
@media screen and (min-width: 768px) {
  header #nav_container {
    display: flex;
  }
}
header #nav {
  display: flex;
  flex-direction: column;
  visibility: hidden;
  list-style: none;
  font-size: 0.875rem;
  width: 100%;
  border-bottom: 2px solid var(--p-content-border-color, #e2e8f0);
}
@media screen and (min-width: 768px) {
  header #nav {
    flex-direction: row;
  }
}
header #nav li {
  display: none;
  float: left;
  border-bottom: 2px solid var(--p-content-border-color, #e2e8f0);
  margin-bottom: -2px;
  padding: 1rem;
}
header #nav li.active {
  border-bottom: 2px solid var(--p-primary-color, #0078a3);
}
header #nav li.active a {
  color: var(--p-primary-color, #0078a3);
}
header #nav a {
  color: var(--p-text-color, #334155);
  text-decoration: none;
  white-space: nowrap;
}
header #nav #nav_dashboard {
  display: list-item;
}
header #nav #school-name {
  font-size: 2rem;
  color: var(--p-text-color, #334155);
}
header a {
  white-space: nowrap;
}
header #school_link {
  display: none;
  color: var(--p-text-color, #334155);
  text-decoration: none;
  font-size: 2.25rem;
  margin-bottom: 0.7rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  header {
    margin: 1rem 2rem 1rem 2rem;
  }
  header #school_link {
    display: block;
  }
}
header #change_school_link {
  margin-bottom: 1rem;
}
header #change-selection {
  display: none;
  font-size: 1rem;
}
header input[type=text],
header textarea {
  background-color: #fff;
  border: 1px solid #dce3e4;
  color: #333;
}
header input[type=text]:focus,
header textarea:focus {
  border-color: #dce3e4;
}
header input[type=text],
header textarea {
  margin: 0 0 5px;
}
header textarea {
  width: 390px;
  height: 250px;
  padding: 5px;
}

main {
  position: relative;
  overflow: visible;
  background: var(--p-surface-100, white);
  border-radius: 0.5rem;
  margin: 0rem 1rem 1rem 1rem;
  padding: 1rem;
  /* temporary legacy nav hiding while it isn't removed */
}
main #header {
  display: none;
}
main #footer {
  display: none;
}
@media screen and (min-width: 768px) {
  main {
    margin: 0rem 2rem 1rem 2rem;
  }
}

footer {
  background: var(--p-surface-100, #e5e5e5);
  z-index: 10;
  position: relative;
  bottom: 0px;
  font-size: 0.825em;
  width: 100%;
  overflow: hidden;
  padding: 1rem;
}
footer .copy {
  color: #a8a9ad;
}
footer a {
  white-space: nowrap;
}
footer .footer-column {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  footer .footer-column {
    gap: 1rem;
  }
}
footer .footer-row {
  display: flex;
  flex: 0 0 auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  footer .footer-row {
    width: auto;
    flex: 0 0 auto;
  }
  footer .footer-row.grow {
    flex-grow: 1;
    flex-basis: 0;
  }
}

/*! CSS Used from: ./styles/forms.css?v=1632318780839 */
div#popupForm div.formField {
  margin-top: 10px;
}
div#popupForm div.formField span.formError {
  display: none;
  color: red;
  float: right;
  margin-right: 5px;
  font-size: 11px;
}
div#popupForm h1.formLabel {
  display: block;
  padding: 0px 0px 5px 0px;
  margin: 0px;
  font-size: 16px;
}
div#popupForm .formInput {
  float: none;
  padding: 5px;
  width: 305px;
  font-size: 14px;
}
div#popupForm textarea.formInput {
  height: 250px;
}
div#popupForm input.formSubmit {
  padding: 2px 0px;
  margin-top: 5px;
  width: 150px;
  font-size: 1.333em;
}

/*! CSS Used from: ./styles/print.css?v=1632318780839 ; media=print */
@media print {
  body {
    width: 700pt;
    background: none;
    height: auto;
    position: relative;
  }
  #wrapper {
    height: auto;
    background: none;
  }
  #footer {
    display: none;
  }
  #header {
    display: none;
  }
  /* Hide the fresh chat button when printing */
  #fc_frame {
    display: none;
  }
}
/*! CSS Used fontfaces */
@font-face {
  font-family: Lato-Regular;
  src: url(/container/fonts/Lato-Regular.7f690e5.ttf);
}
.content-box {
  overflow: hidden;
  background: #fff;
  height: 1%;
  padding: 9px 11px 40px;
}

/* Modal */
#timeout-modal-background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  display: none;
  background-color: rgba(0, 0, 0, 0.4);
}
#timeout-modal-background.token-timeout {
  display: block;
}
#timeout-modal-background.token-timeout #token-timeout-modal {
  display: flex;
}
#timeout-modal-background.idle-timeout {
  display: block;
}
#timeout-modal-background.idle-timeout #idle-timeout-modal {
  display: flex;
}
#timeout-modal-background #idle-timeout-modal,
#timeout-modal-background #token-timeout-modal {
  /* Auto layout */
  display: none;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  margin: 0px;
  box-sizing: content-box;
  position: absolute;
  width: 767px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* Greyscale/White */
  background: #ffffff;
  /* Greyscale/Grey-25 */
  border: 1px solid #d9dae2;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  /* identical to box height */
  text-align: center;
  /* Button group */
}
#timeout-modal-background #idle-timeout-modal #token-modal-body,
#timeout-modal-background #token-timeout-modal #token-modal-body {
  height: 83px;
}
#timeout-modal-background #idle-timeout-modal #idle-modal-body,
#timeout-modal-background #token-timeout-modal #idle-modal-body {
  height: 100px;
}
#timeout-modal-background #idle-timeout-modal #idle-modal-body,
#timeout-modal-background #idle-timeout-modal #token-modal-body,
#timeout-modal-background #token-timeout-modal #idle-modal-body,
#timeout-modal-background #token-timeout-modal #token-modal-body {
  /* Heading */
  box-sizing: border-box;
  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px 68px;
  gap: 4px;
  width: 767px;
  background: #ffffff;
  /* Grey/Light Grey 2 */
  border-bottom: 1px solid var(--p-content-border-color, #e2e8f0);
  border-radius: 8px 8px 0px 0px;
  /* You will be signed out due to inactivity. */
}
#timeout-modal-background #idle-timeout-modal #idle-modal-body h4,
#timeout-modal-background #idle-timeout-modal #token-modal-body h4,
#timeout-modal-background #token-timeout-modal #idle-modal-body h4,
#timeout-modal-background #token-timeout-modal #token-modal-body h4 {
  margin: 0;
  height: 28px;
  /* H4 Bold */
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  align-items: center;
  text-align: center;
  /* Text/Dark Grey */
  color: var(--p-text-color, #334155);
  /* Inside auto layout */
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}
#timeout-modal-background #idle-timeout-modal #idle-modal-body p,
#timeout-modal-background #idle-timeout-modal #token-modal-body p,
#timeout-modal-background #token-timeout-modal #idle-modal-body p,
#timeout-modal-background #token-timeout-modal #token-modal-body p {
  margin: 0;
  /* Body 1 Regular */
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  /* Text/Mid Grey */
  color: #737982;
  /* Inside auto layout */
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}
#timeout-modal-background #idle-timeout-modal #idle-modal-body p b,
#timeout-modal-background #idle-timeout-modal #token-modal-body p b,
#timeout-modal-background #token-timeout-modal #idle-modal-body p b,
#timeout-modal-background #token-timeout-modal #token-modal-body p b {
  font-weight: 700;
}
#timeout-modal-background #idle-timeout-modal #idle-modal-footer,
#timeout-modal-background #idle-timeout-modal #token-modal-footer,
#timeout-modal-background #token-timeout-modal #idle-modal-footer,
#timeout-modal-background #token-timeout-modal #token-modal-footer {
  box-sizing: border-box;
  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 24px;
  gap: 16px;
  width: 767px;
  height: 76px;
  /* Grey/Light Grey 2 */
  border-top: 1px solid var(--p-content-border-color, #e2e8f0);
  /* Button */
  /* Submit */
}
#timeout-modal-background #idle-timeout-modal #idle-modal-footer #idle-signout,
#timeout-modal-background #idle-timeout-modal #token-modal-footer #idle-signout,
#timeout-modal-background #token-timeout-modal #idle-modal-footer #idle-signout,
#timeout-modal-background #token-timeout-modal #token-modal-footer #idle-signout {
  box-sizing: border-box;
  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 6px 14px;
  gap: 10px;
  /* Body 1 Bold */
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  width: 119px;
  height: 33px;
  /* Primary */
  border: 2px solid var(--p-primary-color, #0078a3);
  border-radius: 4px;
  /* Text/Accessible Green */
  color: var(--p-primary-color, #0078a3);
  background-color: #ffffff;
}
#timeout-modal-background #idle-timeout-modal #idle-modal-footer #idle-continue,
#timeout-modal-background #idle-timeout-modal #idle-modal-footer #token-signout,
#timeout-modal-background #idle-timeout-modal #token-modal-footer #idle-continue,
#timeout-modal-background #idle-timeout-modal #token-modal-footer #token-signout,
#timeout-modal-background #token-timeout-modal #idle-modal-footer #idle-continue,
#timeout-modal-background #token-timeout-modal #idle-modal-footer #token-signout,
#timeout-modal-background #token-timeout-modal #token-modal-footer #idle-continue,
#timeout-modal-background #token-timeout-modal #token-modal-footer #token-signout {
  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  gap: 10px;
  width: 120px;
  height: 33px;
  /* Body 1 Bold */
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  /* Primary */
  background: var(--p-primary-color, #0078a3);
  border-radius: 4px;
  border-style: none;
  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 0;
  /* Anet/ Text/ White */
  color: #ffffff;
  /* identical to box height */
  text-align: center;
}

/*# sourceMappingURL=style.css.257318c.map */
