/* BEGIN STYLE CLASSES */
.psc-Button\/Subtle {
  background-color: #FFFFFF00;
  border-style: none;
  color: var(--neutral-80);
  margin: 5px;
}

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

.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-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% {
    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;
}
