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

psc-color-1 {
	color : #22344c
}

psc-color-2 {
	color : #516d83
}

psc-color-3 {
	color : #9eb3c0
}

psc-color-4 {
	color : #dee7ee
}

/* BEGIN STYLE CLASSES */
.psc-crb_sim\/color_bg {
  background-color: #22344c;
}

.psc-crb_sim\/color_bg_header {
  background-color: #16202D;
}

.psc-crb_sim\/color_p2 {
  background-color: #516d83;
}

.psc-crb_sim\/color_p3 {
  background-color: #9eb3c0;
}

.psc-crb_sim\/color_p4 {
  background-color: #dee7ee;
}

.psc-crb_sim\/font_color {
  color: #FFFFFF;
}

.psc-exchange\/automotive-demo\/agv\/charged {
  background-color: #00AC00;
}

.psc-exchange\/automotive-demo\/body\/background {
  background-color: #003E694D;
}

.psc-exchange\/automotive-demo\/cells\/cards {
  background-color: #F6F6F6;
  border-color: #AAAAAA;
  border-style: solid;
  border-width: 2px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 10px;
}

.psc-exchange\/automotive-demo\/cells\/cards-mobile {
  margin-bottom: 15px;
  margin-left: 10px;
  margin-right: 10px;
}

.psc-exchange\/automotive-demo\/cells\/timer {
  border-color: #AAAAAA;
  border-style: outset;
  border-width: 4px;
}

.psc-exchange\/automotive-demo\/header\/background {
  background-color: #003E69;
}

.psc-exchange\/automotive-demo\/horizontal-menu\/not-selected {
  background-color: #F6F6F6;
  color: #000000;
}

.psc-exchange\/automotive-demo\/horizontal-menu\/selected {
  background-color: #003E6999;
  color: #FAFAFB;
}

.psc-exchange\/css-animation\/border {
  background-color: var(--neutral-10);
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 500px;
  border-bottom-right-radius: 500px;
}

@keyframes psc-exchange\/automotive-demo\/agv\/charging-anim {
  0% {
    background-color: #8AFF8A;
  }
  100% {
    background-color: #00AC00;
  }
}
.psc-exchange\/automotive-demo\/agv\/charging {
  animation-name: psc-exchange\/automotive-demo\/agv\/charging-anim;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes psc-exchange\/automotive-demo\/car\/ignition-indigo-anim {
  0% {
    fill: #4B0082;
  }
  100% {
    fill: #808080;
  }
}
.psc-exchange\/automotive-demo\/car\/ignition-indigo {
  animation-name: psc-exchange\/automotive-demo\/car\/ignition-indigo-anim;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes psc-exchange\/automotive-demo\/car\/perspective-peach-anim {
  0% {
    fill: #FFCC99;
  }
  100% {
    fill: #808080;
  }
}
.psc-exchange\/automotive-demo\/car\/perspective-peach {
  animation-name: psc-exchange\/automotive-demo\/car\/perspective-peach-anim;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes psc-exchange\/automotive-demo\/car\/scada-scarlet-anim {
  0% {
    fill: #FD0E35;
  }
  100% {
    fill: #808080;
  }
}
.psc-exchange\/automotive-demo\/car\/scada-scarlet {
  animation-name: psc-exchange\/automotive-demo\/car\/scada-scarlet-anim;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes psc-exchange\/automotive-demo\/car\/vision-vista-blue-anim {
  0% {
    fill: #7C9ED9;
  }
  100% {
    fill: #808080;
  }
}
.psc-exchange\/automotive-demo\/car\/vision-vista-blue {
  animation-name: psc-exchange\/automotive-demo\/car\/vision-vista-blue-anim;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
