            
                                                                                                                    
.wizard-header {
  background-color: #fafafa;
  border-bottom: 1px solid #E8E8E8;
  margin: 1em 0;
}

.wizard-header h1 {
  border-bottom: 0 none;
  color: inherit;
  float: left;
  font-size: 1.5em;
  margin: 0;
  padding: 0.5em;
}

.wizard-header .steps {
  float: right;
  line-height: 1.5em;
  list-style-position: inside;
  list-style-type: none;
  margin: 0;
  padding: .8em 0;
}

.wizard-header .steps li {
  display: inline-block;
  margin-right: 1em;
  vertical-align: middle;
}

.steps .number, .steps .number:hover, .steps .number:active {
  background-color: #3E79BC;
  border-radius: 50%;
  color: #fff;
  cursor: unset;
  box-shadow: none;
  display: inline-block;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  min-height: 22px;
  min-width: 22px;
}


.steps .number.step-active {
  background-color: transparent;
  border: 2px solid #077537;
  color: #077537;
}

.steps .number.step-done {
  background-color: transparent;
  border: 2px solid #555555;
  color: #555555;
}

/** Flamingo specific adjustment */
.skin-flamingo .steps .number.step-active, .skin-flamingo .steps .number.step-done {
  height: 24px;
  width: 24px;
}

.steps .name {
  color: inherit;
}

.steps .name.step-active {
  color: #077537;
}

.steps .name.step-done {
  color: #555555;
}

.steps.vertical {
  list-style-position: inside;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.steps.vertical li {
  margin-top: .5em;
}

.steps.vertical .description {
  display: block;
  line-height: normal;
  margin-left: 23px;
}

.wizard-footer {
  background-color: #fafafa;
  border-top: 1px solid #E8E8E8;
  margin-top: 2em;
  padding: .5em 1em;
  position: relative;
  text-align: right;
}

.wizard-footer .buttonwrapper.left {
  left: 1em;
  position: absolute;
}

.skin-colibri .wizard-footer .buttonwrapper.left{
  top: .1em;
}

.wizard-body .half{
  padding: 0 1%;
  float: left;
}

/* Hide some page elements when the wizard is shown. */
.document-menu,
#contentmenu,
.xdocLastModification,
.document-header + hr,
#xdocFooter {
  display: none;
}
.document-header {
  margin-bottom: 0;
}
