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

:root {
	--hei-blue: #1e5cb3;
}

/* BEGIN STYLE CLASSES */
.psc-ErrorText {
  outline-color: red;
  outline-style: solid;
  outline-width: 1;
}

.psc-IconButton {
}
.psc-IconButton:hover {
  padding-left: 5px;
  padding-right: 5px;
}

.psc-Required {
  outline-color: #CA3F49;
  outline-style: solid;
  outline-width: 1;
}
