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

.psc-MyScaleText{
	font-size:  1vw;
}
.psc-MyScaleText2{
	font-size:  7.5vw;
}

/* BEGIN STYLE CLASSES */
.psc-ColorPicker\/color_slider {
  padding-left: 10px;
  padding-right: -3px;
}

.psc-ColorPicker\/color_slider_handle {
  background-position: } .psc-ColorPicker\/color_slider_handle .slider-handle {width: 5px; margin-top: -10px; height: 24px; border-width: 1px; border-radius: 0;} {;
}

.psc-ColorPicker\/rounded_border {
  border-color: #D2D2D2;
  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;
}

.psc-statusShape\/alert {
  fill: #FFFF00;
}

.psc-statusShape\/fault {
  fill: #FF0000;
}

.psc-statusShape\/manualStop {
  background-color: #FF9300;
}

.psc-statusShape\/running {
  fill: #00FF00;
}

.psc-statusShape\/starting {
  background-color: #0000FF;
}

.psc-status\/alert {
  background-color: #FFFF00;
}

.psc-status\/fault {
  background-color: #FF0000;
}

.psc-status\/manualStop {
  background-color: #FF9300;
}

.psc-status\/running {
  background-color: #00FF00;
  color: #000000;
}

.psc-status\/starting {
  background-color: #0000FF;
}
