/* css reset start */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-spacing: 0; }

/* css reset end */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

body {
  background-color: #CCCCCC;
  font-size: 16px;
  font-family: sans-serif;
  --title-bar-height: 70px; }

.title-bar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: var(--title-bar-height);
  padding: 10px;
  background: #202634;
  color: #CCCCCC;
  margin-left: calc(var(--sidebar-width) + var(--search-filter-width)); }
  .title-bar img {
    height: 30px;
    width: 30px;
    justify-content: center;
    align-items: center;
    padding: 10px; }
  .title-bar img.litecheck-logo {
    margin-right: auto;
    width: auto; }
  .title-bar #read_only_subscriber_name {
    display: inline-block;
    justify-content: center;
    align-items: center;
    font-size: 1.6em;
    border-radius: 5px;
    padding: 1em;
    background-color: #F44336;
    color: #1c1d1f;
    padding: 0.2em;
    margin-top: 0.5em; }
  .title-bar .data-read-only {
    align-self: center; }

.page-title {
  align-self: center; }

.header-nav {
  margin-left: auto; }
  .header-nav a {
    display: inline-block; }
  .header-nav a:hover {
    text-decoration: none; }

a:link {
  text-decoration: none;
  color: #4971B7; }
a:link:hover {
  text-decoration: underline; }
a:visited {
  color: #2196F3; }
a.plain-link {
  color: #1c1d1f; }

a.tel-link:link {
  text-decoration: underline;
  color: blue; }

#announcement-container {
  margin-left: calc(var(--sidebar-width) + var(--search-filter-width)); }
  #announcement-container.filter-sidebar-open {
    padding-left: 0.5em; }
  #announcement-container .announcement {
    display: block;
    margin: 0.33em; }
    #announcement-container .announcement .announcement-content-container {
      background-color: #2196F3;
      border: 2px solid #0c7cd5;
      padding: 0.75em; }
    #announcement-container .announcement .announcement-title {
      font-size: 1.2em;
      font-weight: bold; }
    #announcement-container .announcement .announcement-content {
      font-size: 0.8em; }
    #announcement-container .announcement a:link, #announcement-container .announcement a:visited {
      color: #800080; }
    #announcement-container .announcement *[data-priority="1"] {
      background-color: #FF9800;
      border: 2px solid #cc7a00; }
    #announcement-container .announcement *[data-priority="2"] {
      background-color: #F44336;
      border: 2px solid #ea1c0d; }
    #announcement-container .announcement ol#onboarding_task_list {
      list-style-type: decimal;
      padding-left: 1em; }

.page-content {
  display: flex;
  flex-direction: column;
  margin-left: var(--sidebar-width);
  overflow-x: auto;
  padding-top: 1em;
  margin-top: 1em;
  padding-bottom: 0.5em;
  background-color: #FFFFFF;
  color: #1c1d1f;
  transition: padding-left 200ms ease; }
  .page-content--barShowing {
    padding-left: 7rem;
    transition: padding-left 200ms ease; }

.page-content:not(:has(.search-filter-container)) {
  padding-left: 1.3em; }

h2 {
  font-size: 1.6em; }

footer {
  color: #1c1d1f;
  background-color: #FFFFFF; }

#page-footer-links {
  padding: 0.5em;
  text-align: center; }

a.icon.icon--view:hover {
  background-color: lightgray; }

pre {
  font-family: Consolas, monospace; }

ul.bullet-list {
  list-style-type: disc;
  padding-left: 1.5em; }

.half-width-column {
  width: 50%; }

.page-numbers {
  margin: 0.5em;
  text-align: center; }
  .page-numbers a:link, .page-numbers a {
    color: #4971B7;
    text-decoration: none;
    padding: 0.25em; }
    .page-numbers a:link.current_page, .page-numbers a.current_page {
      text-decoration: underline; }
  .page-numbers .page-set-icons {
    display: inline-block; }
    .page-numbers .page-set-icons a {
      padding: 0; }
  .page-numbers > a {
    vertical-align: super; }

.page-content ul {
  list-style-type: disc;
  padding-left: 1.5em; }

.search-result-count {
  padding-left: 0.5em; }

.clearfix {
  clear: both; }

.validation_summary {
  background-color: #F44336;
  border: 1px solid #ea1c0d;
  padding: 0.5em; }
  .validation_summary h3 {
    font-size: 1.5em; }
  .validation_summary ul {
    padding-left: 1em;
    list-style-type: disc; }

summary {
  outline: none; }

dl dt {
  font-weight: bold; }
dl dd {
  margin-left: 2em;
  margin-bottom: 0.5em; }

.admin-list-item {
  padding: 0.2em; }

#input-help-popup-container {
  display: none; }
  #input-help-popup-container.popup-visible {
    display: block; }
  #input-help-popup-container #popup-background {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10; }
  #input-help-popup-container #popup-content {
    background-color: #FFFFFF;
    border: 1px solid #DBDBDB;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    max-height: 100%;
    overflow-y: auto;
    bottom: 2em;
    padding: 1em; }
  #input-help-popup-container p {
    padding-bottom: 1em; }

#popup-content > textarea {
  width: 100%;
  max-width: 100%;
  max-height: 90%;
  height: 90%; }

#popup-content > span {
  font-size: 0.7em;
  margin: 10px; }

.popup-error {
  color: #F44336; }

#popup-content > input {
  margin-top: 10px; }

table.classic-html-table {
  border: 1px solid #000; }
  table.classic-html-table tr {
    border-bottom: 1px solid #000; }
  table.classic-html-table th {
    font-weight: bold; }
  table.classic-html-table td, table.classic-html-table th {
    border-right: 1px solid #000;
    padding: 0.2em 0.5em; }

.monospaced {
  font-family: Consolas, monospace; }

*[data-item-active="false"] {
  text-decoration: line-through !important; }

.redesign {
  /** TEXT SETTINGS **/
  /** COLOR VARS **/
  /** MIXINS **/
  /* Breakpoints */
  /** TYPOGRAPHY **/
  /** FORMS **/
  /**
  Global site-wide elements
  **/
  /** GLOBAL COMPONENTS **/
  /** STRUCTURE **/
  /**
  Threshold tables
  **/ }
  .redesign * {
    box-sizing: border-box; }
  .redesign body {
    color: #292929;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5; }
    @media only screen and (min-width: 992px) {
      .redesign body {
        font-size: 18px; } }
  .redesign h1 {
    font-size: 2em;
    font-weight: bold; }
  .redesign h2 {
    font-size: 1.5em; }
  .redesign h3,
  .redesign h4,
  .redesign h5,
  .redesign h6 {
    font-size: 1.25em; }
  .redesign h1,
  .redesign h2,
  .redesign h3,
  .redesign h4,
  .redesign h5,
  .redesign h6,
  .redesign p {
    margin-top: 0;
    margin-bottom: 18px; }
  .redesign p {
    margin-bottom: 30px; }
  .redesign a {
    text-decoration: none;
    color: #018543; }
    .redesign a:hover {
      text-decoration: underline; }
  .redesign img {
    max-width: 100%;
    display: block;
    height: auto; }
  .redesign input::placeholder {
    color: #292929; }
  .redesign input[type="text"], .redesign input[type="tel"], .redesign input[type="email"], .redesign input[type="date"], .redesign input[type="number"], .redesign input[type="search"], .redesign input[type="password"] {
    background-color: #ffffff;
    border: 1px solid #a5a5a5;
    border-radius: 0;
    display: block;
    height: 50px;
    text-indent: 15px;
    width: 100%; }
  .redesign input[type="date"] {
    text-indent: 7px; }
  .redesign select {
    appearance: none;
    -webkit-appearance: none;
    background-color: #ffffff;
    background-image: url("/static/redesign_assets/img/icon-select-dropdown.svg");
    background-position: right center;
    background-repeat: no-repeat;
    border-radius: 0;
    border: 1px solid #a5a5a5;
    display: block;
    min-height: 50px;
    height: 50px;
    text-indent: 15px;
    width: 100%; }
    .redesign select:hover {
      cursor: pointer; }
  .redesign label {
    display: block;
    margin-bottom: 15px; }
  .redesign table {
    border-collapse: collapse;
    width: 100%; }
    .redesign table thead {
      background-color: #414453;
      color: #ffffff; }
    .redesign table td {
      padding: 15px 10px; }
    .redesign table tbody tr:nth-child(even) {
      background-color: #ededed; }
    @media only screen and (max-width: 767px) {
      .redesign table thead {
        display: none; }
      .redesign table tr {
        margin-bottom: 20px;
        display: block; }
      .redesign table td {
        display: block;
        text-align: right; }
        .redesign table td:before {
          content: attr(data-label) ":";
          float: left; } }
  .redesign button {
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0; }
  .redesign .icon {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-height: 50px;
    min-width: 50px; }
    .redesign .icon img {
      display: block;
      max-height: 30px;
      max-width: 30px;
      width: 100%; }
    .redesign .icon--small {
      min-height: 30px;
      min-width: 30px; }
      .redesign .icon--small img {
        max-height: 24px;
        max-width: 24px; }
    .redesign .icon--sort img {
      max-height: 20px; }
    .redesign .icon--circle {
      background-color: #414453;
      border-radius: 50%; }
      .redesign .icon--circle img {
        max-height: 20px;
        max-width: 20px; }
      .redesign .icon--circle.icon--small img {
        max-height: 15px;
        max-width: 15px; }
    .redesign .icon--red {
      background-color: #af3e3e; }
    .redesign .icon--disabled {
      cursor: disabled;
      background-color: #a5a5a5; }
  .redesign .icon--view {
    background-color: #ededed;
    border: 1px solid transparent; }
    .redesign .icon--view img {
      max-height: 24px;
      max-width: 24px; }
    .redesign .icon--view-active {
      background-color: #ffffff;
      border-color: #a5a5a5; }
  .redesign .filter {
    background-color: #ededed;
    border-radius: 5px;
    border: 1px solid transparent; }
    .redesign .filter img {
      max-height: 24px;
      max-width: 24px; }
    .redesign .filter--active {
      background-color: #018543; }
  .redesign .form__single-input {
    margin-bottom: 15px; }
  .redesign .form__input {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .redesign .form__input--submit {
      padding: 30px 0;
      text-align: center; }
  .redesign .input-group .form__single-input {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .redesign .input-group .form__single-input {
        flex: 1; }
        .redesign .input-group .form__single-input:not(:last-child) {
          margin-right: 15px; } }
  .redesign .input-group--compact input,
  .redesign .input-group--compact select {
    margin-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .redesign .input-group--compact {
      display: flex;
      max-width: 650px;
      justify-content: space-between;
      align-items: center; }
      .redesign .input-group--compact select,
      .redesign .input-group--compact input {
        max-width: 45%; } }
  @media only screen and (min-width: 992px) {
    .redesign .input-group--flex {
      display: flex;
      justify-content: space-between; } }
  .redesign .input--checkbox-group {
    flex-wrap: wrap;
    /* Customize the label (the container) */
    /* Hide the browser's default checkbox */
    /* Create a custom checkbox */
    /* Create the checkmark/indicator (hidden when not checked) */
    /* Show the checkmark when checked */
    /* Style the checkmark/indicator */ }
    .redesign .input--checkbox-group label {
      display: block;
      position: relative;
      padding-left: 35px;
      margin-bottom: 12px;
      cursor: pointer;
      font-size: 22px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      width: 100%; }
    .redesign .input--checkbox-group label input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
    .redesign .input--checkbox-group span {
      position: absolute;
      top: 0;
      left: 0;
      height: 25px;
      width: 25px;
      border: 1px solid #292929;
      background-color: #ffffff; }
    .redesign .input--checkbox-group span:after {
      content: "";
      position: absolute;
      display: none; }
    .redesign .input--checkbox-group label input:checked ~ span:after {
      display: block; }
    .redesign .input--checkbox-group label span:after {
      left: 8px;
      top: 3px;
      width: 5px;
      height: 10px;
      border: solid #292929;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .redesign .input--search {
    display: flex; }
    .redesign .input--search input {
      width: calc(100% - 50px);
      border-right: none; }
    .redesign .input--search button {
      align-items: center;
      background: #ededed;
      border: 1px solid #a5a5a5;
      display: flex;
      height: 50px;
      justify-content: center;
      width: 50px; }
  .redesign .input--pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .redesign .input--pagination label {
      margin-bottom: 0; }
  .redesign .button {
    border-radius: 25px;
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    min-height: 50px;
    min-width: 200px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    transition: background-color 0.15s;
    width: 100%; }
    .redesign .button--green {
      background-color: #018543;
      border-color: transparent;
      color: #ffffff; }
      .redesign .button--green:hover {
        background-color: #016c36; }
    .redesign .button--white {
      background-color: #ffffff;
      border-color: #292929;
      color: #292929; }
      .redesign .button--white:hover {
        background-color: #f2f2f2; }
    .redesign .button--red {
      background-color: #af3e3e;
      border-color: transparent;
      color: #ffffff; }
      .redesign .button--red:hover {
        background-color: #9c3737; }
    @media only screen and (min-width: 768px) {
      .redesign .button {
        width: auto; } }
  .redesign .tooltip {
    display: block;
    position: relative; }
    .redesign .tooltip__info {
      background-color: #018543;
      color: #ffffff;
      left: -320px;
      margin: auto;
      margin: auto;
      opacity: 0;
      padding: 15px;
      position: absolute;
      top: -50%;
      width: 300px;
      transition: opacity 0.2s; }
      .redesign .tooltip__info p {
        margin: 0; }
      .redesign .tooltip__info:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 0 10px 17.3px;
        border-color: transparent transparent transparent #018543;
        position: absolute;
        right: -17px;
        top: 10px; }
    @media only screen and (min-width: 768px) {
      .redesign .tooltip__info {
        width: 300px; } }
  .redesign .label {
    border-radius: 15px;
    color: #ffffff;
    display: inline-flex;
    min-width: 50px;
    padding: 2px 12px;
    align-items: center;
    justify-content: center; }
    .redesign .label--oos {
      background-color: #af3e3e; }
    .redesign .label--rr {
      background-color: #018543; }
    .redesign .label--small {
      font-size: 0.875em; }
  .redesign .modal {
    align-items: center;
    background-color: rgba(41, 41, 41, 0.8);
    display: none;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    transition: 0.25s opacity;
    width: 100%;
    z-index: 100; }
    .redesign .modal__container {
      border-radius: 8px;
      position: relative;
      width: 100%; }
    .redesign .modal__close {
      align-items: center;
      background-color: #ededed;
      border-radius: 50%;
      border: none;
      display: flex;
      justify-content: center;
      left: 0;
      margin: auto;
      min-height: 50px;
      min-width: 50px;
      position: absolute;
      right: 0;
      top: -50px; }
    @media only screen and (min-width: 768px) {
      .redesign .modal__container {
        max-width: 500px; }
      .redesign .modal__close {
        left: initial;
        right: -50px; } }
  .redesign .boxed {
    background-color: #ededed;
    padding: 60px 50px; }
  .redesign .thresholds__collapse {
    display: block;
    background-color: #414453;
    text-align: right;
    color: #ffffff;
    padding: 15px; }
    @media only screen and (min-width: 768px) {
      .redesign .thresholds__collapse {
        display: none; } }
  @media only screen and (min-width: 768px) {
    .redesign .thresholds thead td:nth-child(2) {
      text-align: right; } }
  .redesign .thresholds tbody tr {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap; }
    @media only screen and (min-width: 768px) {
      .redesign .thresholds tbody tr {
        display: table-row; } }
  .redesign .thresholds tbody td:first-child {
    text-align: left; }
    .redesign .thresholds tbody td:first-child:before {
      display: none; }
  .redesign .thresholds tbody td[data-label] {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .redesign .thresholds tbody td[data-label]:before {
      min-width: 60%;
      text-align: left; }
    .redesign .thresholds tbody td[data-label] input {
      margin-left: auto;
      max-width: 120px; }
  .redesign .thresholds tbody td[data-label="Unit"] {
    display: flex;
    justify-content: space-between; }
    .redesign .thresholds tbody td[data-label="Unit"] span:not(:last-child) {
      margin-left: auto;
      margin-right: 15px; }
    .redesign .thresholds tbody td[data-label="Unit"] .tooltip {
      display: inline-block; }
  @media only screen and (min-width: 768px) {
    .redesign .thresholds tbody td {
      display: table-cell; }
      .redesign .thresholds tbody td[data-label] {
        display: table-cell; } }
  @media only screen and (min-width: 768px) {
    .redesign .thresholds .collapse--hide {
      display: table-row-group; } }

.object-action-bar {
  display: block; }
  .object-action-bar a {
    color: #1c1d1f; }
  .object-action-bar .action-item {
    padding: 0.25em;
    margin: 0.25em;
    display: inline-block;
    border: 1px solid #A5A5A5;
    border-radius: 3px; }
    .object-action-bar .action-item:hover {
      background-color: #d9d9d9;
      text-decoration: none; }
    .object-action-bar .action-item img {
      width: 24px;
      height: 24px;
      vertical-align: middle;
      display: inline-block; }
    .object-action-bar .action-item .action-label {
      vertical-align: middle; }

body {
  --sidebar-width: 5em;
  --search-filter-width: 0em;
  --sidebar-background-color: #293042;
  --sidebar-background-color-active: #202634; }

body.search-filter-open {
  --search-filter-width: 12em; }

body.read-only-false {
  border-color: #293042; }

body.read-only-true {
  --sidebar-background-color: darkred;
  --sidebar-background-color-active: #a90000; }

body.sidebar-open .logo-closed {
  display: none; }

body.sidebar-closed .logo-closed {
  width: 40px;
  height: 40px; }
body.sidebar-closed .logo-open {
  display: none; }
body.sidebar-closed .img-button {
  display: none; }
body.sidebar-closed .dashboard-title {
  display: none; }
body.sidebar-closed .dashboard-children {
  display: none; }

@media screen and (max-width: 768px) {
  body {
    --sidebar-width: 0em; } }
@media screen and (min-width: 769px) {
  body.sidebar-closed {
    --sidebar-width: 5em; }

  body.sidebar-open {
    --sidebar-width: 15em; } }
.sidebar a {
  text-decoration: none; }
  .sidebar a:link {
    text-decoration: none;
    color: black; }
  .sidebar a:hover {
    text-decoration: none; }
  .sidebar a:visited {
    color: black; }

#visual-page-area {
  padding: 0;
  width: 100%; }

.container {
  width: 100%;
  min-height: 100vh;
  display: flex; }

.sidebar {
  width: var(--sidebar-width);
  height: 100vh;
  display: flex;
  position: fixed;
  flex-direction: column;
  background-color: var(--sidebar-background-color);
  overflow: hidden; }

.logo {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-top: 10px;
  padding-left: 7px; }

.sidebar .head {
  display: flex;
  gap: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
  position: sticky;
  top: 0; }

.collapse-button {
  background-color: var(--sidebar-background-color);
  border: none;
  align-items: flex-end;
  cursor: pointer; }

.collapse-arrow {
  cursor: pointer; }

.nav-item-old {
  display: flex;
  align-items: center;
  padding-top: 0.65em;
  padding-bottom: 0.65em;
  padding-left: 1.5em;
  margin-right: 5px;
  width: 100%;
  color: #CCCCCC;
  text-decoration: none; }
  .nav-item-old img {
    margin-right: 10px;
    max-height: 24px;
    width: 24px; }
  .nav-item-old a h4 {
    margin: 0;
    color: #CCCCCC; }
  .nav-item-old a {
    text-decoration: none;
    color: #CCCCCC;
    font-weight: 600; }
  .nav-item-old h4 {
    font-weight: 600;
    color: #CCCCCC; }

.nav-item-old:hover {
  background-color: var(--sidebar-background-color-active);
  border-radius: 0px 10px 10px 0px;
  text-decoration: none;
  cursor: pointer; }

.nav-item-link {
  text-decoration: none;
  color: #CCCCCC;
  cursor: pointer; }
  .nav-item-link:hover {
    text-decoration-color: var(--sidebar-background-color-active); }

#page-title {
  align-items: flex-start;
  padding: 20px;
  font-weight: 800;
  font-size: larger; }

.footer {
  display: flex;
  justify-content: space-evenly;
  margin-left: calc(var(--search-filter-width) + var(--sidebar-width)); }

.accordion {
  transition: max-height 0.4s ease-in-out; }
  .accordion.open {
    max-height: initial; }
  .accordion .dashboard-children {
    border-left: 0.1em solid #CCCCCC;
    margin-left: 2em;
    display: none; }

body.sidebar-open .accordion.open .dashboard-children {
  display: inline-block; }

.mobile-view {
  position: relative;
  z-index: 1; }
  .mobile-view .dropdown {
    top: 0;
    width: 100%;
    display: inline-block;
    cursor: pointer;
    height: 100%; }
    .mobile-view .dropdown #dropdownToggle {
      display: block;
      margin-top: 0.75em; }
    .mobile-view .dropdown .dropdown-content {
      display: none;
      position: absolute;
      min-width: 15em;
      background-color: #293042;
      opacity: 0;
      transition: opacity 0.2s ease-in-out;
      z-index: 1;
      right: 0;
      top: var(--title-bar-height); }
    .mobile-view .dropdown .dropdown-content.visible {
      display: block;
      opacity: 1;
      box-shadow: 0 4px 16px black; }
    .mobile-view .dropdown a.dropdown-option {
      display: flex;
      align-items: center;
      padding: 0.5em 1.5em;
      text-decoration: none;
      color: #fff;
      background-color: #293042; }
      .mobile-view .dropdown a.dropdown-option:hover {
        background-color: #3a4756; }
      .mobile-view .dropdown a.dropdown-option .dropdown-title {
        flex: 1;
        text-align: left;
        font-size: 1em;
        padding-left: 0.5em; }
      .mobile-view .dropdown a.dropdown-option .dropdown-icon {
        flex-shrink: 0;
        padding-right: 0.5em;
        width: 1.5em;
        height: auto; }

.mobile-side-bar {
  display: block; }

.nav-logo-container {
  display: flex; }

.mobile-logo {
  height: 6em;
  width: 9em; }

#mobile-logo {
  width: 100%; }

.card {
  border: 1px solid black;
  border-radius: 5px;
  box-shadow: 0px 3px 6px 0px #A5A5A5, 0px 3px 6px 0px #A5A5A5;
  padding-bottom: 20px;
  margin-bottom: 30px;
  width: 50%; }

.card-container {
  padding-left: 15px; }

.card-title {
  font-weight: bold; }

.card-text {
  display: flex;
  flex-direction: column; }

.info {
  padding: 3px;
  font-weight: 700; }

.overview-table {
  padding-left: 15px; }

.nav-bar-container {
  background-color: #1F252A;
  width: 95px;
  max-width: 95px;
  height: 100%;
  position: fixed;
  z-index: 10; }

.navbar-vert {
  display: flex;
  flex-direction: column; }

.navbar-brand {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.sidebar-nav {
  margin-top: 25px;
  margin-bottom: 25px; }

.dynamic-page-content {
  width: calc(100% - 95px);
  margin-left: 95px; }

.lc-logo {
  margin: 25px; }

.footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }

a .tooltip-content {
  max-width: 147px;
  max-height: 50px;
  border-radius: 25px;
  background-color: #10151A; }
  a .tooltip-contentimg {
    fill: white; }

.nav-item-hover {
  display: none;
  position: absolute;
  left: -21px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #10151A;
  color: white;
  padding: 10px 20px;
  border-radius: 25px;
  white-space: nowrap;
  height: 50px;
  align-items: center;
  transition: background-color 1s ease-in, height 500ms ease-in; }

.navbar .nav-item:hover .nav-item-hover {
  display: inline; }

.nav-item {
  position: relative; }

.nav-bottom-snap {
  align-self: center; }

.nav-item a > img, .nav-item a > svg {
  opacity: 50%; }

.navbar .active {
  stroke: #FFF;
  opacity: 100%; }

.bottom-nav-row {
  width: 95px;
  position: fixed;
  bottom: 0; }

.md-link, .md-link:link, .md-link:visited {
  color: #4971B7; }
.md-link:hover {
  decoration: underline; }

.screenshots {
  max-height: 450px;
  max-width: 450px;
  padding: 5px;
  border: 1px solid black;
  background-color: lightgray; }

.code-block {
  padding: 0.5em;
  background-color: #DBDBDB;
  border: 2px solid #c2c2c2;
  margin: 1em 0;
  width: fit-content; }

@media screen and (max-width: 768px) {
  .header-nav {
    display: none; }

  .mobile-view {
    display: block; }

  .sidebar {
    display: none; }

  .mobile-side-bar {
    display: flex; }

  #visual-page-area {
    width: 100%; }

  .title-bar {
    margin: 0; }

  #announcement-container {
    margin-left: 0; }

  .page-content {
    margin-left: 0.5em;
    margin-right: 0.5em; }

  .mobile-menu-content {
    display: none;
    position: absolute;
    min-width: 15em;
    background-color: #293042;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    z-index: 1;
    top: var(--title-bar-height); }

  .mobile-menu-content.visible {
    display: block;
    opacity: 1;
    box-shadow: 0 4px 16px black; }

  a.mobile-dropdown-option {
    display: flex;
    align-items: center;
    padding: 0.5em 1.5em;
    text-decoration: none;
    color: #fff;
    background-color: #293042; }
    a.mobile-dropdown-option:hover {
      background-color: #3a4756; }
    a.mobile-dropdown-option .dropdown-title {
      flex: 1;
      text-align: left;
      font-size: 1em;
      padding-left: 0.5em; }
    a.mobile-dropdown-option .dropdown-icon {
      flex-shrink: 0;
      padding-right: 0.5em;
      width: 1.5em;
      height: auto; } }
@media screen and (min-width: 769px) {
  .header-nav {
    display: block; }

  .mobile-view {
    display: none; }

  .mobile-sidebar {
    display: none; } }
@media print {
  body {
    --sidebar-width: 0em; }

  .container .sidebar {
    display: none; }

  .title-bar .mobile-menu-content {
    display: none; } }

/*# sourceMappingURL=main-styles.css.map */
