/* BEGIN STYLESHEET */
/* Toast Notification CSS animations */
@keyframes slide-in-right-enter {
	from {transform: translateX(125%);}
	to {transform: translateX(0%);}
}

@keyframes slide-in-right-exit {
	from {transform: translateX(0%);}
	to {transform: translateX(125%);}
}

@keyframes slide-in-left-enter {
	from {transform: translateX(-125%);}
	to {transform: translateX(0%);}
}

@keyframes slide-in-left-exit {
	from {transform: translateX(0%);}
	to {transform: translateX(-125%);}
}

@keyframes slide-in-top-enter {
	from {transform: translateY(-125%);}
	to {transform: translateY(0%);}
}

@keyframes slide-in-top-exit {
	from {transform: translateY(0%);}
	to {transform: translateY(-125%);}
}

@keyframes slide-in-bottom-enter {
	from {transform: translateY(125%);}
	to {transform: translateY(0%);}
}

@keyframes slide-in-bottom-exit {
	from {transform: translateY(0%);}
	to {transform: translateY(125%);}
}

@keyframes fade-in {
	from {opacity: 0;}
	to {opacity: 1;}
}

@keyframes fade-out {
	from {opacity: 1;}
	to {opacity: 0;}
}

/* END Toast configuration */

:root {
	--bg-color-pass: #00FF00;
}

@property --color-check-pass {
	syntax: "<color>";
	inherits: false;
	initial-value: #00FF0033;
}
/* BEGIN STYLE CLASSES */
.psc-Header\/DropDown {
  background-color: var(--neutral-20);
  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: #003E69;
  color: #E7F5FF;
  font-size: 14px;
  line-height: 17px;
  fill: #FFFFFF;
}

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

.psc-Header\/Popup {
  background-color: #D5D5D5;
}

.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 {
  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:last-child {
  border-bottom-color: var(--neutral-60);
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.psc-Menu\/Item:hover {
  background-color: var(--callToActionHighlight);
}

.psc-Menu\/Menu {
  background-color: var(--neutral-30);
}

.psc-NumericInputUnits {
  margin-left: 7px;
}

.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-bottom: 12px;
  margin-left: 12px;
  margin-right: 12px;
  margin-top: 12px;
}

.psc-Page\/Page {
  border-left-color: var(--neutral-60);
  border-left-style: solid;
  border-left-width: 1px;
  font-size: 14px;
  line-height: 20px;
}

.psc-Page\/Text {
  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;
}

.psc-UserManagement\/Headers {
  background-color: #2B2B2B;
  color: #FFFFFF;
  font-family: Arial;
  font-size: 20px;
  font-weight: lighter;
  text-align: start;
  text-indent: 6px;
}

.psc-UserManagement\/InputFont {
  font-family: Arial;
  font-size: 14px;
}

.psc-UserManagement\/LeftVerticalHeaderBar {
  border-left-color: #4A4A4A63;
  border-left-style: solid;
  border-left-width: 1px;
}

.psc-UserManagement\/SectionHeaders {
  font-family: Arial;
  font-size: 15px;
  margin-bottom: 9px;
}

.psc-UserManagement\/TableEditorIcons {
  cursor: pointer;
  margin-bottom: 1px;
  margin-top: 5px;
}

.psc-banner {
  background-color: #AAAAAA;
  border-color: #808080;
  border-style: none;
  font-family: inherit;
  font-size: 16pt;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}

.psc-button {
  background-color: #D5D5D5;
  color: #000000;
  font-family: roboto;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  fill: #D5D5D5;
}

.psc-card\/card-title {
  background-color: #D3D3D3;
  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;
  font-weight: bold;
}

.psc-check_event_data_label {
  color: #AAAAAA;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.psc-check_event_description_label {
  color: #AAAAAA;
  font-size: 12px;
  font-weight: bold;
}

.psc-exchange\/toast\/demo\/button\/clear {
  background-color: var(--neutral-40);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: var(--neutral-100);
  cursor: pointer;
  font-size: 12px;
  margin: 1px;
  padding: 5px;
  padding-bottom: 1px;
  padding-top: 1px;
  text-align: right;
}

.psc-exchange\/toast\/demo\/button\/location-active {
  background-color: var(--neutral-30);
  border-color: var(--neutral-40);
  border-style: inset;
  border-width: 2px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.psc-exchange\/toast\/demo\/button\/location-default {
  background-color: var(--neutral-40);
  border-color: var(--neutral-30);
  border-style: outset;
  border-width: 2px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.psc-exchange\/toast\/demo\/text\/header-primary {
  color: var(--neutral-100);
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.psc-exchange\/toast\/demo\/text\/header-secondary {
  color: var(--neutral-100);
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}

.psc-exchange\/toast\/demo\/text\/label {
  color: var(--neutral-80);
  font-size: 16px;
  font-weight: normal;
  text-align: left;
}

.psc-exchange\/toast\/message\/expansion {
  background-color: var(--callToActionHighlight);
  border-color: var(--neutral-100);
  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;
  color: var(--neutral-100);
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  margin: 2px;
  overflow: visible;
  padding: 2px;
  text-align: left;
}

.psc-exchange\/toast\/message\/icon {
  cursor: pointer;
  padding: 6px;
}

.psc-exchange\/toast\/message\/label {
  padding: 10px;
  padding-bottom: 4px;
  padding-top: 4px;
}

.psc-exchange\/toast\/message\/root {
  background-color: var(--infoSecondary);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: var(--neutral-100);
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  overflow: visible;
  text-align: center;
}

.psc-generalLabel {
  font-family: roboto;
  font-size: 12px;
  font-weight: bold;
}

.psc-inputBox {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.psc-label\/general_label {
  font-weight: bold;
}

.psc-paper {
  border-color: #AAAAAA;
  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;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
}

.psc-paper-title {
  background-color: #D3D3D3;
  border-color: #777777;
  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;
  font-weight: bold;
}

.psc-process-root {
  padding: 10px;
}

.psc-processBanner {
  font-family: roboto;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

.psc-process\/process_control {
}

.psc-section {
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
}

.psc-tab_index_container {
  padding: 10px;
}

.psc-table\/data_check_description_label {
  font-size: 12px;
  font-weight: bold;
}

.psc-table\/data_header_horizontal {
}

.psc-table\/data_header_vertical {
}

.psc-validation\/fail {
  background-color: #FF000055;
}
.psc-validation\/fail:disabled {
  background-color: #FF000055;
}

.psc-validation\/pass {
  background-color: #00FF0055;
}
.psc-validation\/pass:disabled {
  background-color: #00FF0055;
}

.psc-validation\/warn {
  background-color: #FFA50055;
}
.psc-validation\/warn:disabled {
  background-color: #FFA50055;
}

.psc-version-text {
  color: #AAAAAA;
  font-size: 0.6rem;
}

@keyframes psc-Header\/Alarm_Active-anim {
  0% {
    color: #E7F5FF;
    fill: #E7F5FF;
  }
  100% {
    color: #FF2E2E;
    fill: #FF2E2E;
  }
}
.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;
}
