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

.modern-menu {
  display: flex;
  justify-content: space-around;
  background-color: #2c3e50;
  padding: 10px 0;
  border-radius: 5px;
}

.modern-menu .psc-nav-item {
  color: #ecf0f1;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 15px;
  border-radius: 5px;
  transition: background-color 0.3s, color 0.3s;
}

.modern-menu .psc-nav-item:hover {
  background-color: #34495e;
  color: #ffffff;
}

.modern-menu .psc-nav-item .psc-icon {
  margin-right: 5px;
}

/* BEGIN STYLE CLASSES */
.psc-AdHocTrends\/CancelButton {
  border-top-left-radius: 4px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0px;
}

.psc-AdHocTrends\/CancelButtonMobile {
  border-top-left-radius: 8px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 0px;
}

.psc-AdHocTrends\/Control {
  padding: 1px;
}

.psc-AdHocTrends\/ControlBar {
  padding-bottom: 8px;
  padding-left: 14px;
  padding-right: 16px;
  padding-top: 16px;
}

.psc-AdHocTrends\/DropDown {
  background-color: var(--neutral-10);
  color: var(--neutral-90);
}

.psc-AdHocTrends\/FullRadius {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.psc-AdHocTrends\/FullRadiusMobile {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.psc-AdHocTrends\/FunctionBar {
  background-color: var(--neutral-20);
  padding-bottom: 2px;
  padding-left: 8px;
  padding-right: 16px;
  padding-top: 2px;
}

.psc-AdHocTrends\/FunctionTitle {
  font-size: 12px;
  font-weight: bold;
  text-align: right;
}

.psc-AdHocTrends\/Header {
  background-color: var(--neutral-30);
  border-color: var(--neutral-50);
  border-style: solid;
  border-width: 1px;
}

.psc-AdHocTrends\/HeaderTitle {
  font-weight: bold;
}

.psc-AdHocTrends\/LeftRadius {
  border-top-left-radius: 4px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0px;
}

.psc-AdHocTrends\/LeftRadiusMobile {
  border-top-left-radius: 8px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 0px;
}

.psc-AdHocTrends\/MobileControl {
  padding: 1px;
}

.psc-AdHocTrends\/MobileControlBar {
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
}

.psc-AdHocTrends\/MobileFunctionBar {
  background-color: var(--neutral-20);
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
}

.psc-AdHocTrends\/RightRadius {
  border-top-left-radius: 0px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 4px;
}

.psc-AdHocTrends\/RightRadiusMobile {
  border-top-left-radius: 0px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 8px;
}

.psc-AdHocTrends\/SaveLoadButton {
  border-top-left-radius: 0px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 4px;
}

.psc-AdHocTrends\/SaveLoadButtonMobile {
  border-top-left-radius: 0px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 8px;
}

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

.psc-Buttons\/Gray {
  background-color: #AAAAAA;
  background-image: linear-gradient(180deg, rgba(205,205,205,1) 0%, rgba(200,200,200,1));
  border-color: #B4B4B4;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: var(--neutral-60);
  cursor: pointer;
  font-size: clamp(8px,0.8vmin,10px);
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
  fill: #FFFFFF;
}

.psc-Buttons\/Green {
  background-image: linear-gradient(180deg, #00FF00 0%, #00D900 100%);
  border-color: #00AC00;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
  fill: #FFFFFF;
}

.psc-Buttons\/Red {
  background-color: #FF0000;
  background-image: linear-gradient(180deg, #FF4747 0%, #FF0000 100%);
  border-color: #D90000;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
  fill: #FFFFFF;
}

.psc-CSS\/dropdownHeight {
  background-image: }.iaDropdownCommon_options_modal {  max-height: 80%;  }{;
}

.psc-CSS\/tabContainer {
  background-image: }.ia_tabContainerComponent__content {     border-left: none;     border-right: none;     border-bottom: none;}{}.ia_tabContainerComponent__tabMenuRight--modern {     border-bottom: none }.ia_tabContainerComponent__tab--modern {border-bottom: none;};
}

.psc-CheckBox\/General {
  background-color: #47A9E6;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
  stroke: #47A9E6;
}

.psc-Header\/Banner {
  color: var(--neutral-80);
  font-size: 14px;
  font-weight: bolder;
  line-height: 17px;
  text-transform: uppercase;
  fill: #FFFFFF;
}

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

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

.psc-Header\/Text {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  text-indent: 10px;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .psc-Header\/Text {
    font-size: 16px;
    font-weight: bold;
    text-indent: 10px;
    text-transform: uppercase;
  }
}

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

.psc-Menu\/Item {
  background-color: var(--neutral-20);
  border-style: none;
  color: var(--neutral-80);
  font-size: clamp(10px,0.65vw,14px);
  line-height: 16px;
  text-transform: uppercase;
}
.psc-Menu\/Item:last-child {
  border-style: none;
}
.psc-Menu\/Item:hover {
  background-color: var(--callToActionHighlight);
}

.psc-Menu\/Item_NoHover {
  background-color: var(--neutral-20);
  border-style: none;
  color: var(--neutral-80);
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}

.psc-Menu\/Item_Selected {
  background-color: #000000;
  border-color: #424242;
  border-style: solid;
  border-width: 1px;
  color: #D5D5D5;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}

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

.psc-Menu\/Menu_1 {
  background-color: var(--neutral-20);
}
.psc-Menu\/Menu_1:checked {
  background-color: #E70C0C;
  border-bottom-style: solid;
  border-left-style: none;
  border-right-style: none;
  border-top-style: none;
}

.psc-ProcessIcon\/GasText {
}

.psc-ProcessIcon\/PVEngUnit {
  color: var(--neutral-80);
  font-size: clamp(6px,0.8vmin,12px);
  text-align: center;
}

.psc-ProcessIcon\/PVHeader {
  color: var(--neutral-80);
  font-size: clamp(10px, 1.25vmin,15px);
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
}

.psc-ProcessIcon\/PVValue {
  color: var(--qual-8);
  cursor: pointer;
  font-size: clamp(6px,1vmin,20px);
  text-align: center;
  text-transform: uppercase;
}

.psc-ProcessIcon\/PVValueInAlarm {
  color: #D90000;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .psc-ProcessIcon\/PVValueInAlarm {
    font-size: 12px;
    text-transform: uppercase;
  }
}

.psc-ProcessIcon\/borders {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.psc-UI\/hoverUnderline {
}
.psc-UI\/hoverUnderline:hover {
  cursor: pointer;
  text-decoration: underline;
}

.psc-UI\/hoverUnderlineObject {
}
.psc-UI\/hoverUnderlineObject:hover {
  border-bottom-color: var(--neutral-60);
  border-bottom-style: solid;
  border-bottom-width: 2px;
  cursor: pointer;
}

.psc-UI\/staticUnderLineObject {
  border-bottom-color: var(--neutral-60);
  border-bottom-style: solid;
  border-bottom-width: 2px;
}

.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-View\/Background {
  background-color: var(--neutral-30);
}

.psc-View\/Background_dark {
  background-color: var(--neutral-50);
}

.psc-View\/CardRound {
  border-color: var(--neutral-40);
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 3px 3px 10px #2B2B2B50;
  margin: 1%;
}

.psc-View\/CardSquare {
  border-color: var(--neutral-40);
  border-style: solid;
  border-width: 1px;
  box-shadow: 3px 3px 10px #2B2B2B50;
  margin: 1%;
}

.psc-View\/TextHeader {
  color: var(--neutral-70);
  font-size: clamp(16px,1vmin,20px);
  font-weight: bold;
  text-indent: 10px;
  text-transform: uppercase;
}

.psc-View\/TextSubHeader {
  color: var(--neutral-70);
  font-size: clamp(14px,1vmin,18px);
  font-weight: bold;
  text-indent: 10px;
  text-transform: uppercase;
}

.psc-View\/TextTitle {
  color: var(--neutral-70);
  font-size: 18px;
  text-indent: 10px;
}
@media (max-width: 600px) {
  .psc-View\/TextTitle {
    font-size: 14px;
  }
}

@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: 3s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

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