#steps .step .complete {
  background-color: #a80012 !important;
}
div#reqFullText {
  width: 100%;
  padding: 5px 15px;
  text-align: right;
}
.reqInnerText {
  font-size:13px;
}
#reqFullText span, .redText {
  color: #ff0000;
}
label.error {
	color: red;
	font-weight: 600;
}
.alert-primary {
    color: #fff;
    background-color: #333;
    border-color: #b8daff;
}
.alert.alert-dark {
  background-color: #666;
  color: #fff;
  font-weight: 600;
}
