/* BEGIN STYLE CLASSES */
.psc-AlarmJournal\/Ack {
  background-color: #FFFF8A;
  border-color: #CCCCCC;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #2E2E2E;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}

.psc-AlarmJournal\/Active_Ack {
  background-color: #FF4747;
  border-color: #CCCCCC;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}

.psc-AlarmJournal\/Clear_Ack {
  background-color: #CCFFCC;
  border-color: #CCCCCC;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #2E2E2E;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}

.psc-AlarmJournal\/None {
  background-color: #FFFFFF;
  border-color: #CCCCCC;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #2E2E2E;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}

.psc-Button\/Subtle {
  background-color: #FFFFFF00;
  border-style: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: var(--neutral-80);
  cursor: pointer;
  margin: 7px;
  padding: 7px;
}
.psc-Button\/Subtle:active {
  background-color: #364659;
  color: #F2F2F2;
}
.psc-Button\/Subtle:hover {
  background-color: #ccd0d3;
  color: #4a596a;
}

.psc-Buttons\/Alarm_bgActive {
  background-color: #FF1744;
  border-style: none;
  outline-style: none;
}

.psc-Buttons\/Cancel {
  background-color: #9e9e9e;
  border-style: none;
  color: #ffffff;
  outline-style: none;
}

.psc-Buttons\/ControlButton {
  font-size: 25px;
  text-transform: uppercase;
}

.psc-Buttons\/Delete {
  background-color: #FF1744;
  border-style: none;
  color: #ffffff;
  outline-style: none;
}

.psc-Buttons\/Disabled {
  background-color: #FFFFFF;
  border-color: #9e9e9e;
  border-style: solid;
  border-width: 1px;
  color: #9e9e9e;
  cursor: not-allowed;
  outline-style: none;
}

.psc-Buttons\/Root {
  cursor: pointer;
  font-weight: bolder;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  padding: 2px;
  text-transform: uppercase;
}

.psc-Buttons\/ShowDetails {
  background-color: #FFFFFF;
  border-color: #03a8f4;
  border-style: double;
  border-width: 1px;
  color: #03a8f4;
  cursor: pointer;
  margin-bottom: 2px;
  outline-style: none;
}

.psc-Buttons\/Standard {
  background-color: #03a8f4;
  border-style: none;
  color: #ffffff;
  cursor: pointer;
  outline-style: none;
}

.psc-Buttons\/Update {
  background-color: #ffab00;
  border-style: none;
  color: #ffffff;
  outline-style: none;
}

.psc-Buttons\/Validation {
  background-color: #4caf50;
  border-style: none;
  color: #ffffff;
  outline-style: none;
}

.psc-Component\/Icon {
  background-color: #FFFFFF00;
  border-style: none;
  color: var(--neutral-100);
}
.psc-Component\/Icon:hover {
  box-shadow: none !important;
}
.psc-Component\/Icon:disabled {
  color: var(--neutral-50);
}

.psc-Component\/PlaceHolder {
  background-color: var(--neutral-30);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.psc-Components\/AlarmStatusTable {
  font-size: 10px;
  margin: 5px;
  padding: 5px;
}

.psc-Components\/Button {
  background-color: #03a8f4;
  border-style: none;
  color: #ffffff;
  cursor: pointer;
  font-weight: bolder;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  outline-style: none;
  padding: 2px;
  text-transform: uppercase;
}

.psc-Components\/Cancel_Button {
  background-color: #9e9e9e;
  border-style: none;
  color: #ffffff;
  cursor: pointer;
  font-weight: bolder;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  outline-style: none;
  padding: 2px;
  text-transform: uppercase;
}

.psc-Components\/Chart\/Title {
  background-color: #458EB0;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bolder;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  text-align: center;
}

.psc-Components\/Check_Box {
  overflow: visible;
  overflow-x: auto;
  overflow-y: auto;
}
.psc-Components\/Check_Box:first-child {
  font-family: inherit;
}

.psc-Components\/DatetimeInput {
  margin: 10px;
}

.psc-Components\/Delete_Button {
  background-color: #ba1b1b;
  border-style: none;
  color: #ffffff;
  cursor: pointer;
  font-weight: bolder;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  outline-style: none;
  padding: 2px;
  text-transform: uppercase;
}

.psc-Components\/Disabled_Button {
  background-color: #FFFFFF;
  border-color: #9e9e9e;
  border-style: solid;
  border-width: 1px;
  color: #9e9e9e;
  cursor: not-allowed;
  font-weight: bolder;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  outline-style: none;
  text-transform: uppercase;
}

.psc-Components\/Dropdown {
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
}

.psc-Components\/Dropdown_list {
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
}

.psc-Components\/EmbeddedView {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
}

.psc-Components\/LED {
  border-bottom-color: #AAAAAA;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #AAAAAA;
  border-left-style: none;
  border-left-width: 1px;
  border-right-color: #AAAAAA;
  border-right-style: none;
  border-right-width: 1px;
  border-top-color: #AAAAAA;
  border-top-style: solid;
  border-top-width: 1px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px;
}

.psc-Components\/NavigationButton {
  background-color: #607D8B;
  border-style: none;
  color: #ffffff;
  cursor: pointer;
  font-weight: bolder;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  opacity: 0,50;
  outline-style: none;
  padding: 5p;
  text-transform: uppercase;
}

.psc-Components\/Numeric_Field {
  margin-left: 10px;
  margin-right: 10px;
}

.psc-Components\/OK_Button {
  background-color: #4caf50;
  border-style: none;
  color: #ffffff;
  cursor: pointer;
  font-weight: bolder;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  outline-style: none;
  padding: 2px;
  text-transform: uppercase;
}

.psc-Components\/OneShotButton {
  padding-bottom: 5px;
  padding-top: 5px;
}

.psc-Components\/Radio_button {
  overflow: visible;
  overflow-x: auto;
  overflow-y: auto;
}
.psc-Components\/Radio_button:first-child {
  font-family: inherit;
}

.psc-Components\/Table\/Cells {
  font-size: 12px;
}

.psc-Components\/Table\/Projects\/Footer {
}

.psc-Components\/Table\/Projects\/Rows {
  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);
  cursor: pointer;
  font-size: 12px;
  font-weight: normal;
  margin: 5px;
}

.psc-Components\/Table\/Projects\/Selection {
  background-color: #FF6D00;
  border-color: #D5D5D5;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  box-shadow: 0px 2px 4px rgba(0, 0, 40, 0.15);
  color: #FFFFFF;
  cursor: pointer;
  font-size: 12px;
  font-weight: bolder;
  margin: 5px;
}

.psc-Components\/Table\/Rows {
  font-size: 12px;
}

.psc-Components\/Table\/Table {
  font-size: 12px;
  margin: 10px;
}

.psc-Components\/Table\/hideFilterBar {
  background-image: } .tableFilter { display: none !important;}{;
}

.psc-Components\/Text_Field {
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
}

.psc-Components\/Title {
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 20px;
}

.psc-Components\/Up_Button {
  background-color: #ffab00;
  border-style: none;
  color: #ffffff;
  cursor: pointer;
  font-weight: bolder;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  outline-style: none;
  padding: 2px;
  text-transform: uppercase;
}

.psc-Components\/Update_Button {
  background-color: #ffab00;
  border-style: none;
  color: #ffffff;
  cursor: pointer;
  font-weight: bolder;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  outline-style: none;
  padding: 2px;
  text-transform: uppercase;
}

.psc-Components\/ValueUpdated {
  color: #FF8C00;
  font-weight: bolder;
}

.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\/Label {
  color: #8E8E8E;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  margin-right: 10px;
  text-transform: uppercase;
}

.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-bottom: 5px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 5px;
  text-transform: uppercase;
  fill: #2E2E2E;
}

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

.psc-Framework\/Popup\/Button {
  background-image: linear-gradient(180deg, #59B1E8 0%, #47A9E6 100%);
  border-color: #47A9E6;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
  fill: #FFFFFF;
}

.psc-Framework\/Popup\/Error {
  color: #e83a56;
  font-size: 24px;
  fill: #e83a56;
}

.psc-Framework\/Popup\/Text {
  color: #2E2E2E;
  font-size: 24px;
  fill: #6C6C6C;
}

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

.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: #003E69;
  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-Text\/Ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.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-Tooltip\/Default {
  background-color: var(--neutral-80);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: var(--neutral-10);
  font-size: 12px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
}

.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-cursorOnHover {
}
.psc-cursorOnHover:hover {
  cursor: progress;
}

@keyframes psc-AlarmJournal\/Active_Unack-anim {
  0% {
    background-color: #FF4747;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }
  100% {
    background-color: #FF4747;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    color: #D5D5D5;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }
}
.psc-AlarmJournal\/Active_Unack {
  animation-name: psc-AlarmJournal\/Active_Unack-anim;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes psc-AlarmJournal\/Clear_Unack-anim {
  0% {
    background-color: #CCFFCC;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    color: #2E2E2E;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }
  100% {
    background-color: #CCFFCC;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    color: #808080;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }
}
.psc-AlarmJournal\/Clear_Unack {
  animation-name: psc-AlarmJournal\/Clear_Unack-anim;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes psc-Animation\/Alarm_Active-anim {
  0% {
    color: --light;
    font-weight: bolder;
    fill: #E7F5FF;
  }
  100% {
    color: --medium;
    font-weight: bolder;
    fill: #FF2E2E;
  }
}
.psc-Animation\/Alarm_Active {
  animation-name: psc-Animation\/Alarm_Active-anim;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}

@keyframes psc-Animation\/Fade-anim {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.psc-Animation\/Fade {
  animation-name: psc-Animation\/Fade-anim;
  animation-delay: 1s;
  animation-direction: normal;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}

@keyframes psc-Animation\/spinner-anim {
  0% {
  }
  100% {
  }
}
.psc-Animation\/spinner {
  animation-name: psc-Animation\/spinner-anim;
  animation-delay: 0s;
  animation-direction: normal;
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes psc-Buttons\/Alarm_Active-anim {
  0% {
    border-style: none;
    color: #FFFFFF;
    font-weight: bolder;
    outline-style: none;
    fill: #E7F5FF;
  }
  100% {
    color: #000000;
    font-weight: bolder;
    fill: #FF2E2E;
  }
}
.psc-Buttons\/Alarm_Active {
  animation-name: psc-Buttons\/Alarm_Active-anim;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes psc-Header\/Alarm_Active-anim {
  0% {
    background-color: #233979;
    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;
}
