/* BEGIN STYLE CLASSES */
.psc-BG_Color {
  background-color: #FFFFFF;
}

.psc-Background {
  background-color: #303136;
}

.psc-CB\/Close {
  background-color: #555555;
  color: #ebebeb;
}

.psc-CB\/Open {
  border-color: #555555;
  border-style: solid;
  border-width: 3px;
}

.psc-FG_Color {
  background-color: #F0F0F0;
}

.psc-handover_Nav {
}
.psc-handover_Nav:hover {
  background-color: #808080;
  color: #ebebeb;
  cursor: pointer;
  font-family: Roboto;
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
}

.psc-handover_login {
}
.psc-handover_login:hover {
  background-color: #65b0d7;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  color: #FFFFFF;
  font-family: Roboto;
  font-size: 20pt;
  font-weight: bold;
  text-align: center;
}

@keyframes psc-Alarm-anim {
  0% {
    background-color: #FF0000;
  }
  100% {
  }
}
.psc-Alarm {
  animation-name: psc-Alarm-anim;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes psc-AlarmNotification-anim {
  0% {
    color: #FF0000;
    fill: #FF0000;
  }
  100% {
  }
}
.psc-AlarmNotification {
  animation-name: psc-AlarmNotification-anim;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes psc-CB\/Trip-anim {
  0% {
    background-color: #FF0000;
    color: #FF0000;
  }
  100% {
  }
}
.psc-CB\/Trip {
  animation-name: psc-CB\/Trip-anim;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

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