/* BEGIN STYLE CLASSES */
.psc-components\/Card {
  background-color: #FAFAFA;
  border-color: #D5D5D5;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  box-shadow: 0px 2px 4px rgba(0, 0, 40, 0.15);
  margin: 5px;
}

.psc-components\/Center_Text {
  text-align: center;
}

.psc-components\/Row {
  margin-bottom: 2px;
  margin-top: 2px;
}

.psc-components\/accordion {
  background-color: #6FAAE2;
  color: #0056A6;
  font-family: Roboto;
  font-size: 12pt;
  font-weight: bold;
}

.psc-components\/dashbordTitle {
  font-family: Roboto;
  font-size: 15px;
  font-weight: bold;
  padding-left: 20px;
  text-align: left;
}

.psc-components\/embedded-view {
  border-color: #000000;
  border-style: dashed;
  border-width: 1px;
}

.psc-components\/link-example1 {
  color: #3682A6;
  font-family: Verdana;
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
  line-height: 32px;
  text-transform: uppercase;
}
.psc-components\/link-example1:hover {
  background-color: #9BA2A4;
}

.psc-components\/link-example2 {
  color: #243E4A;
  font-family: serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
  text-shadow: #666060;
}
.psc-components\/link-example2:hover {
  background-image: material/heart;
  border-style: solid;
}

.psc-components\/menu-tree1 {
  background-color: #79B2E5;
  color: #1D1010;
  font-family: Verdana;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}

.psc-components\/menu-tree1-items {
  font-family: Verdana;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}

.psc-components\/view-instance {
  border-color: #1F0808;
  border-style: double;
  border-width: 1px;
  font-family: Merriweather;
  font-size: 16pt;
  font-weight: bold;
  text-align: center;
}

.psc-dataAnalyze\/realTime {
  font-family: inherit;
  font-size: 15px;
  text-align: center;
}

.psc-framework\/Card\/Bold_Text {
  font-weight: bold;
}

.psc-framework\/Card\/Card {
  background-color: #FAFAFA;
  border-color: #D5D5D5;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  box-shadow: 0px 2px 4px rgba(0, 0, 40, 0.15);
  margin: 5px;
}

.psc-framework\/Card\/Embedded {
  margin: 5px;
}

.psc-framework\/Card\/Item {
  padding-bottom: 4px;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 4px;
}

.psc-framework\/Card\/Item_Border {
  border-bottom-color: #D5D5D5;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.psc-framework\/Card\/Row {
  margin-bottom: 2px;
}

.psc-framework\/Card\/Title {
  background-color: #E6EAEEAD;
  border-bottom-color: #D5D5D5;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #2E2E2E;
  font-size: 12px;
  font-weight: bold;
  padding-left: 6px;
  padding-right: 6px;
  text-transform: uppercase;
  fill: #2E2E2E;
}

.psc-framework\/Card\/Value {
  color: #000080;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
}

.psc-framework\/Card\/label {
  color: #8E8E8E;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  margin-right: 10px;
  text-transform: uppercase;
}

.psc-framework\/TableCardLayout\/label {
  color: #2B2B2B;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
}

.psc-framework\/header {
  border-bottom-color: var(--neutral-50);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-weight: 500;
  text-align: start;
}

.psc-framework\/pageTitle {
  color: var(--neutral-80);
  font-size: 20px;
  font-weight: 600;
  line-height: 48px;
}

.psc-framework\/sidebar-items {
  font-size: 14px;
  padding-left: 1rem!important;
}
.psc-framework\/sidebar-items:hover {
  background-color: var(--callToActionHighlight);
  cursor: pointer;
}
.psc-framework\/sidebar-items:last-child {
  border-bottom-style: none;
}
.psc-framework\/sidebar-items:first-child {
  border-top-color: var(--neutral-50);
  border-top-style: solid;
  border-top-width: 1px;
}

.psc-framework\/sidebar-items-mobile {
  font-size: 14px;
  padding-left: 1rem!important;
}
.psc-framework\/sidebar-items-mobile:hover {
  background-color: var(--callToActionHighlight);
  cursor: pointer;
}
.psc-framework\/sidebar-items-mobile:first-child {
  border-top-color: var(--neutral-50);
  border-top-style: solid;
  border-top-width: 1px;
}

.psc-framework\/sidebar-items-mobile-headers {
  background-color: var(--neutral-30);
  font-size: 14px;
  padding-left: 1rem!important;
}
.psc-framework\/sidebar-items-mobile-headers:first-child {
  border-top-color: var(--neutral-50);
  border-top-style: solid;
  border-top-width: 1px;
}

.psc-layouts\/container-A {
  background-color: var(--qual-1);
  text-align: center;
}

.psc-layouts\/container-B {
  background-color: var(--qual-2);
  text-align: center;
}

.psc-layouts\/container-C {
  background-color: var(--qual-3);
  text-align: center;
}

.psc-layouts\/container-D {
  background-color: var(--qual-4);
  text-align: center;
}

.psc-layouts\/container-E {
  background-color: var(--qual-5);
  text-align: center;
}

.psc-layouts\/container-label {
  color: var(--neutral-10);
  font-size: 18px;
  font-weight: bold;
  padding: 8px;
  text-align: center;
  text-transform: uppercase;
}

.psc-layouts\/gray-100 {
  background-color: var(--neutral-100);
  text-align: center;
}

.psc-layouts\/gray-60 {
  background-color: var(--neutral-60);
  text-align: center;
}

.psc-layouts\/gray-80 {
  background-color: var(--neutral-80);
  text-align: center;
}

.psc-layouts\/layout-card {
  background-color: var(--neutral-20);
  border-color: var(--neutral-50);
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.psc-layouts\/rounded-shadow {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.psc-typography\/data-keyValue {
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-left-color: #D35A5A;
  border-left-style: solid;
  border-left-width: 8px;
  border-right-style: none;
  border-right-width: 0px;
  border-top-style: none;
  border-top-width: 0px;
  font-size: 12px;
  line-height: 16px;
  padding-left: 4px;
  text-transform: uppercase;
}

.psc-typography\/data-kpi {
  color: #2048BF;
  font-size: 32px;
}

.psc-typography\/data-units {
  color: var(--neutral-70);
  font-size: 14px;
}

.psc-typography\/label {
  font-size: 18px;
  font-weight: bold;
}

.psc-typography\/label-centered {
  font-size: 22px;
  font-weight: normal;
  text-align: center;
}

.psc-typography\/link {
  color: var(--callToAction);
  font-size: 14px;
  line-height: 32px;
  padding-left: 8px;
  text-transform: uppercase;
}
.psc-typography\/link:hover {
  background-color: var(--callToActionHighlight);
}

.psc-typography\/list-heading {
  background-color: var(--neutral-30);
  font-size: 12px;
  letter-spacing: 1px;
  padding-left: 16px;
  text-transform: uppercase;
}

.psc-typography\/list-heading-components {
  padding-left: 8px;
}

.psc-typography\/list-item {
  border-right-color: transparent;
  border-right-style: solid;
  border-right-width: 4px;
  font-size: 14px;
  padding-left: 16px;
}
.psc-typography\/list-item:hover {
  background-color: var(--callToActionHighlight);
  cursor: pointer;
}

.psc-typography\/list-item-active {
  border-right-color: var(--callToAction);
  border-right-style: solid;
  border-right-width: 4px;
  color: var(--neutral-100);
  font-size: 14px;
  font-weight: bold;
  padding-left: 16px;
}
.psc-typography\/list-item-active:hover {
  background-color: var(--callToActionHighlight);
  cursor: pointer;
}

.psc-typography\/page-title {
  background-color: var(--neutral-20);
  border-bottom-style: none;
  border-top-color: var(--neutral-50);
  border-top-style: solid;
  border-top-width: 1px;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
}

@keyframes psc-components\/animated-label-anim {
  0% {
    background-color: #8E8888;
  }
  100% {
    background-color: #D2860C;
  }
}
.psc-components\/animated-label {
  animation-name: psc-components\/animated-label-anim;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
