.progressWizardForm {
  height: 80px;
  width: 100%;
  position: absolute;
}
.progressWizardForm .step {
  position: relative;
  width: 64px;
  height: 64px;
  left: 0px;
  margin-left: auto;
  background-image: url("../images/progress_wizard_default.png");
  background-position: -132px 0;
}
.progressWizardForm .step .symbol {
  height: 32px;
  position: absolute;
  right: 6px;
  top: 17px;
  width: 32px;
  cursor: pointer;
}
.progressWizardForm .step .symbol.blocked {
  cursor: default !important;
}
.progressWizardForm .step.left {
  background-image: url("../images/progress_wizard_default.png");
  background-position: 8px 0;
}
.progressWizardForm .step.right {
  background-image: url("../images/progress_wizard_default.png");
  background-position: -272px 0;
}
.progressWizardForm .stepsContainer {
  position: absolute;
  height: 64px;
  right: 10%;
  width: 100%;
}
.progressWizardForm .labelsContainer {
  position: absolute;
  height: 20px;
  bottom: 0px;
  width: 100%;
}
.progressWizardForm .labelContainer {
  position: relative;
  height: 20px;
  float: left;
}
.progressWizardForm .labelContainer .label {
  position: relative;
  padding-right: 50px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #fff;
}
.progressWizardForm .labelContainer .label.active {
  color: #0E62B8;
  font-weight: bold;
}
.progressWizardForm .labelContainer .label.done {
  color: #eee;
}
.progressWizardForm .stepContainer {
  height: 64px;
  background-image: url("../images/step_bg_center.png");
  float: left;
}
.progressWizardForm .stepContainer.left {
  background-image: none;
}
.progressWizardForm .step.active {
  background-image: url("../images/progress_wizard_default.png");
  background-position: -132px -128px;
}
.progressWizardForm .step.active .symbol {
  background-image: url("../images/progress_wizard_default.png");
  background-position: 0 -192px;
}
.progressWizardForm .step.left.active {
  background-image: url("../images/progress_wizard_default.png");
  background-position: 8px -128px;
}
.progressWizardForm .step.right.active {
  background-image: url("../images/progress_wizard_default.png");
  background-position: -272px -128px;
}
.progressWizardForm .step.done {
  background-image: url("../images/progress_wizard_default.png");
  background-position: -132px -64px;
}
.progressWizardForm .step.done .symbol {
  background-image: url("../images/progress_wizard_default.png");
  background-position: -28px -192px;
}
.progressWizardForm .step.left.done {
  background-image: url("../images/progress_wizard_default.png");
  background-position: 8px -64px;
}
.progressWizardForm .step.right.done {
  background-image: url("../images/progress_wizard_default.png");
  background-position: -272px -64px;
}
.progressWizardForm .stepContainer.done,
.progressWizardForm .stepContainer.active {
  background-image: url("../images/step_active_center.png");
}
/*# sourceMappingURL=ProgressWizard.css.map */