/* BEGIN STYLESHEET */
/* Direct stylesheet authoring is an advanced feature. Knowledge of CSS required.*/

/* Removes blue outline from clicked buttons across entire project */
button:focus{
    outline: none;
}

/* Glowing border style for widgets and boxes */
.psc-borderGlow {
  border: 0.75px solid #FFFFFF;
  box-shadow: 0px 0px 12px #12FF00;
  border-radius: 5px;
  overflow: visible;
}

/* Green to white gradient style, needs this Expression Binding code on component props.bar.style.background as well:
 *  "linear-gradient(0.25turn, #12FF00 "+{this.custom.greenStart}+"%, #FFFFFF "+{this.custom.whiteStart}+"%, #FFFFFF "+{this.custom.whiteEnd}+"%)"  */
.psc-progressGradient {
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    transition: background 0.3s ease !important;
}

/* Glowing border style for progress bar components */
.psc-gaugeGlow {
  border: 0.75px solid #FFFFFF;
  box-shadow: 0px 0px 12px #12FF00;
  border-radius: 5px;
  overflow: none;
}

/* Changes color of checkbox icons in table components across entire project */
.ia_tableComponent[data-component="ia.display.table"] .ia_checkbox__checkedIcon {
    color: #757575
}
.ia_tableComponent[data-component="ia.display.table"] .ia_checkbox__uncheckedIcon {
    color: #dcdada
}

/* Remove white background built in to map marker popup component */
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    background: #00000000;
}

/* Change background style of the Alarm Journal Toolbar */
.ia_alarmTableComponent__toolbar {
    background-color: #151515;
    border-bottom: none;
}

/* Change the background style of the pagination number circle */
div.ia_pager__page--active {
	background: #757575;
}

/* Change the header background style of the table component */
div.th-container.ia_table__headContainer {
	background: #1e1f21;
}

/* Remove drop shadow from popups */
.ia_popup {
  box-shadow: none !important;
}

/*Make the size of a popup window automatic
div.ia_popup {
    width: auto !important;
    height: auto !important;
  } */
/* BEGIN STYLE CLASSES */
.psc-Device\/ChartHeader {
  color: var(--neutral-90);
  font-weight: normal;
}

.psc-Device\/LargeLabel {
  color: var(--neutral-80);
  font-family: Roboto;
  font-size: 34px;
}

.psc-Device\/LargeSublabel {
  color: var(--neutral-80);
  font-family: Roboto;
  font-size: 32px;
}

.psc-Device\/MediumLabel {
  color: var(--neutral-70);
  font-family: Roboto;
  font-size: 20px;
}

.psc-Device\/Name {
  color: var(--neutral-70);
  font-family: Roboto;
  font-size: 18px;
  font-weight: bold;
}

.psc-Device\/SmallLabel {
  color: var(--neutral-50);
  font-family: Roboto;
  font-size: 16px;
}

.psc-Device\/StateBorder {
  border-color: #CC2CC7;
  border-style: solid;
  border-width: 3px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  margin: 8px;
  padding: 4px;
}

.psc-Device\/XSmallLabel {
  color: var(--neutral-50);
  font-family: Roboto;
  font-size: 14px;
}

.psc-Exchange\/IconManager\/console {
  border-color: #00000052;
  border-style: solid;
  border-width: 1px;
  font-size: 0.875rem;
  font-weight: 300;
  padding: 0.5rem;
}

.psc-Exchange\/IconManager\/icon {
  padding: 0.5rem;
}
.psc-Exchange\/IconManager\/icon:hover {
  border-color: var(--toggleSwitch--selected);
  border-style: solid;
  border-width: 1px;
}

.psc-Exchange\/IconManager\/icon-selected {
  background-color: var(--toggleSwitch--selected);
}

.psc-Exchange\/IconManager\/icon-tooltip {
  font-size: 1.25rem;
}

.psc-Exchange\/IconManager\/typography-header {
  font-size: 0.875rem;
  font-weight: 500;
}

.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-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;
}
.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-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\/Annika-Formatting\/Buttons {
  background-color: #151515;
  border-color: #757575;
  border-style: solid;
  border-width: 0.5px;
  color: #FFFFFF;
  font-family: Roboto;
  font-size: 24px;
  font-weight: normal;
}

.psc-Page\/Annika-Formatting\/Data-Header {
  color: #dcdada;
  font-family: Roboto;
  font-size: 20px;
  font-weight: normal;
  padding-left: 15px;
}

.psc-Page\/Annika-Formatting\/Data-Outputs {
  color: #FFFFFF;
  font-family: Roboto;
  font-size: 60px;
  font-weight: normal;
}

.psc-Page\/Annika-Formatting\/Data-Units {
  color: #757575;
  font-family: Roboto;
  font-size: 20px;
  font-weight: lighter;
}

.psc-Page\/Annika-Formatting\/Graph-Header {
  color: #dcdada;
  font-family: Roboto;
  font-size: 24px;
  font-weight: lighter;
}

.psc-Page\/Annika-Formatting\/Hover {
}
.psc-Page\/Annika-Formatting\/Hover:hover {
  background-color: #808080;
}

.psc-Page\/Annika-Formatting\/LivePage-Headers {
  color: #757575;
  font-family: Roboto;
  font-size: 20px;
  font-weight: lighter;
  padding-left: 10px;
  padding-top: 10px;
}

.psc-Page\/Annika-Formatting\/LivePage-HeadersSmall {
  color: #757575;
  font-family: Roboto;
  font-size: 16px;
  font-weight: lighter;
  padding-left: 10px;
  padding-top: 10px;
}

.psc-Page\/Annika-Formatting\/Other-Header {
  color: #757575;
  font-family: Roboto;
  font-size: 26px;
  font-weight: normal;
}

.psc-Page\/Annika-Formatting\/Table-AllOtherColumns {
  background-color: #1e1f21;
  color: #dcdada;
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  padding-left: 20px;
}

.psc-Page\/Annika-Formatting\/Table-Header {
  background-color: #2a2b2d;
  color: #FFFFFF;
  font-family: Roboto;
  font-size: 18px;
  font-weight: normal;
}

.psc-Page\/Annika-Formatting\/Table-MainColumn {
  background-color: #1e1f21;
  color: #757575;
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  padding-left: 20px;
}

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

.psc-Page\/Footnote {
  color: var(--neutral-50);
  font-size: 10px;
}

.psc-Page\/Margins {
  margin-left: 12px;
  margin-right: 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-Page\/view-padding {
  padding: 8px;
}

.psc-Revolt\/AccessGroupBackground {
  background-color: #113A13;
}

.psc-Revolt\/AccessGroupCode {
  color: var(--neutral-100);
  font-family: Roboto;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2;
}

.psc-Revolt\/AccessGroupName {
  color: var(--neutral-60);
  font-family: Roboto;
  font-size: 16px;
  font-weight: bold;
}

.psc-Revolt\/Dashboard\/InfoboxKey {
  color: var(--neutral-70);
  letter-spacing: 4;
}

.psc-Revolt\/Dashboard\/InfoboxRoot {
  background-color: var(--neutral-40);
  border-color: var(--neutral-50);
  border-style: solid;
  border-width: 1px;
  font-family: Roboto;
  margin: 8px;
  padding: 4px;
}

.psc-Revolt\/Dashboard\/InfoboxTitle {
  color: var(--neutral-10);
  font-weight: bold;
  text-transform: uppercase;
}

.psc-Revolt\/Dashboard\/InfoboxValue {
  color: white;
  font-weight: bold;
}

.psc-Revolt\/ErrorMessage {
  color: var(--error);
  font-family: Roboto;
  font-size: 12px;
  font-weight: bold;
}

.psc-Revolt\/IconButtonPrimary {
  background-color: var(--neutral-70);
  color: var(--neutral-10);
}

.psc-Revolt\/ScheduleItemUnselected {
  background-color: #A38499BD;
  margin-top: 16px;
}

.psc-Revolt\/TextButtonPrimary {
  background-color: var(--neutral-70);
  color: var(--neutral-10);
  font-family: Roboto;
  font-size: 16px;
}

.psc-Revolt\/TextButtonSecondary {
  background-color: var(--neutral-20);
  color: var(--neutral-80);
  font-family: Roboto;
  font-size: 16px;
}

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

@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;
}
