/* BEGIN STYLE CLASSES */
.psc-CUSTOM\/Analog_Value {
  color: var(--info);
  font-weight: bold;
  text-align: center;
}

.psc-CUSTOM\/Basic_Button {
  background-color: #AAAAAA;
  border-style: inset;
  border-width: 3px;
  color: #000000;
  text-transform: uppercase;
}

.psc-CUSTOM\/Basic_Label {
  color: var(--neutral-100);
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.psc-CUSTOM\/Digital_Label {
  background-color: var(--neutral-20);
  border-color: var(--neutral-30);
  border-style: ridge;
  border-width: 3px;
  color: var(--neutral-100);
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  fill: var(--neutral-30);
}

.psc-CUSTOM\/Digital_Label_Alarm {
  background-color: var(--neutral-30);
  border-color: var(--error);
  border-style: double;
  border-width: 3px;
  color: var(--error);
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  fill: var(--neutral-30);
}

.psc-CUSTOM\/Digital_Label_Status {
  background-color: var(--neutral-80);
  border-color: var(--neutral-30);
  border-style: ridge;
  border-width: 3px;
  color: var(neutral-20);
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  fill: var(--neutral-30);
}

.psc-CUSTOM\/textbox-focus {
}
.psc-CUSTOM\/textbox-focus:active {
  border-color: #006400;
  border-style: solid;
  border-width: 2px;
}

.psc-Header\/DropDown {
  background-color: var(--neutral-10);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: var(--neutral-100);
  margin-bottom: 10px;
  margin-top: 10px;
}

.psc-Header\/Header {
  background-color: #11181D;
  color: #E7F5FF;
  font-size: 14px;
  line-height: 17px;
  fill: #FFFFFF;
}

.psc-Header\/Icon {
  cursor: pointer;
  fill: #FFFFFF;
}

.psc-Menu\/All_Header {
  background-color: var(--neutral-80);
  color: var(--neutral-10);
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  text-transform: none;
}

.psc-Menu\/Item_Horizontal {
  background-color: unset;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}
.psc-Menu\/Item_Horizontal:hover {
  background-color: #0D72B633;
}

.psc-Menu\/Item_Vertical {
  background-color: var(--neutral-20);
  border-bottom-style: none;
  border-top-color: var(--neutral-60);
  border-top-style: solid;
  border-top-width: 1px;
  color: var(--neutral-80);
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}
.psc-Menu\/Item_Vertical:last-child {
  border-bottom-color: var(--neutral-60);
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.psc-Menu\/Item_Vertical:hover {
  background-color: var(--callToActionHighlight);
}

.psc-Menu\/Menu_Horizontal {
  background-color: #00000000;
  border-style: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #FFFFFF;
}

.psc-Menu\/Menu_Vertical {
  background-color: var(--neutral-30);
  border-bottom-color: var(--neutral-60);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: var(--neutral-60);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: var(--neutral-60);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: var(--neutral-60);
  border-top-style: solid;
  border-top-width: 1px;
}

.psc-Page\/Alarm\/Alarm {
  border-bottom-style: none;
  border-left-color: var(--neutral-40);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: var(--neutral-40);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-style: none;
}

.psc-Page\/Alarm\/Page {
  background-color: var(--neutral-20);
}

.psc-Page\/Bold {
  font-weight: bold;
}

.psc-Page\/Margins {
  margin-left: 12px;
  margin-right: 12px;
}

.psc-Page\/Page {
  font-size: 14px;
  line-height: 20px;
}

.psc-Page\/Text {
  color: var(--neutral-100);
  font-size: 14px;
  line-height: 20px;
}

.psc-Title\/Icon {
  fill: var(--neutral-90);
}

.psc-Title\/Text {
  color: var(--neutral-90);
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  margin-left: 6px;
  fill: var(--neutral-90);
}

.psc-Title\/Title {
  background-color: var(--neutral-30);
  border-bottom-color: var(--neutral-60);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-top-color: var(--neutral-60);
  border-top-style: solid;
  border-top-width: 1px;
}

@keyframes psc-CUSTOM\/AlarmBorder-anim {
  0% {
    border-color: #000000;
    border-style: dashed;
    border-width: 2px;
  }
  100% {
    border-color: #FF0000;
    border-style: dashed;
    border-width: 2px;
  }
}
.psc-CUSTOM\/AlarmBorder {
  animation-name: psc-CUSTOM\/AlarmBorder-anim;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@keyframes psc-CUSTOM\/Analog_Value_Alarm-anim {
  0% {
    color: var(--info);
    font-weight: bold;
  }
  100% {
    color: var(--error);
    font-weight: bold;
  }
}
.psc-CUSTOM\/Analog_Value_Alarm {
  animation-name: psc-CUSTOM\/Analog_Value_Alarm-anim;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes psc-Header\/Alarm_Active-anim {
  0% {
    color: #FFFFFF;
    fill: #FFFFFF;
  }
  100% {
    color: #FFCCCC;
    fill: #FFCCCC;
  }
}
.psc-Header\/Alarm_Active {
  animation-name: psc-Header\/Alarm_Active-anim;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
