/* BEGIN STYLE CLASSES */
.psc-Features\/Security\/UserManagement\/Headers {
  color: #1b2b37;
  font-family: Arial;
  font-size: 20px;
  font-weight: lighter;
  text-align: start;
  text-indent: 6px;
}

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

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

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

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

.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: #1d2b37;
  color: #FFFFFF;
  fill: #FFFFFF;
}

.psc-Header\/Icon {
  cursor: pointer;
  fill: #11B5E2;
}

.psc-Menu\/All_Header {
  background-color: #1d2b37;
  color: #FFFFFF;
  font-family: Roboto;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  text-transform: none;
}

.psc-Menu\/Fondo_menusA {
  background-color: #1d2b37;
  border-style: none;
  color: #FFFFFF;
  font-family: Roboto;
  font-size: 0.9rem;
  line-height: 17px;
}

.psc-Menu\/Item_Horizontal {
  background-color: #1d2b37;
  color: #FFFFFF;
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
}
.psc-Menu\/Item_Horizontal:hover {
  background-color: #FF8000;
  color: #FFFFFF;
  font-family: Roboto;
  font-weight: bold;
  fill: #FFFFFF;
}

.psc-Menu\/Item_Vertical {
  background-color: #1d2b37;
  border-bottom-style: none;
  border-top-color: #CCC;
  border-top-style: solid;
  border-top-width: 1px;
  color: #FFFFFF;
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
}
.psc-Menu\/Item_Vertical:last-child {
  border-bottom-color: #CCC;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.psc-Menu\/Item_Vertical:hover {
  background-color: #FF8000;
  color: #FFFFFF;
  font-family: Roboto;
  font-weight: bold;
}

.psc-Menu\/Menu_Horizontal {
  background-color: #1d2b37;
  border-style: none;
  color: #FFFFFF;
  font-family: Roboto;
}

.psc-Menu\/Menu_Vertical {
  background-color: #1d2b37;
  font-family: Roboto;
}

.psc-Page\/Alarm\/Alarm {
  border-bottom-color: #FA2222;
  border-bottom-style: none;
  border-left-color: #F20A33;
  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\/DeviceAlarmLabel {
  color: #DA0E03;
  font-family: Roboto;
  font-weight: bold;
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: center;
}

.psc-Page\/Alarm\/DeviceOKLabel {
  color: #33BD3D;
  font-family: Roboto;
  font-weight: bold;
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: center;
}

.psc-Page\/Alarm\/Page {
  background-color: #FFFFFF;
}

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

.psc-Page\/MapIcon {
  background-color: #1d2b37;
  border-style: none;
  border-top-left-radius: 55%;
  border-top-right-radius: 55%;
  border-bottom-left-radius: 55%;
  border-bottom-right-radius: 55%;
  cursor: pointer;
  opacity: 0,84;
  outline-color: #FF8C00;
  outline-style: solid;
  outline-width: 2px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 4px;
}

.psc-Page\/Margins {
  margin-left: 12px;
  margin-right: 12px;
}

.psc-Page\/Page {
  background-color: #FFFFFF;
  font-size: 14px;
  line-height: 20px;
}

.psc-Page\/Text {
  color: var(--neutral-100);
  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;
}

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