/* Step Wizard */
.f1-steps { overflow: hidden; position: relative; background-color: #fff; border-radius: 3px;margin-top: 10px;margin-bottom: 10px;padding: 10px}

.f1-progress { position: absolute; top: 24px; left: 0; width: 100%; height: 1px; background: #ddd; }
.f1-progress-line { position: absolute; top: 0; left: 0; height: 1px; background: #338056; }

.f1-step { position: relative; float: left; width: 25%; padding: 0px 5px; }

.f1-step-icon {
    display: inline-block; width: 40px; height: 40px; margin-top: -5px; background: #ddd;
    font-size: 16px; color: #fff; line-height: 40px;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 25%;
    margin-left: 100px;
}
.f1-step.activated .f1-step-icon {
    background: #fff; border: 1px solid #338056; color: #338056; line-height: 38px;
}
.f1-step.active .f1-step-icon {
    background: #5fbfcf;
}

.f1-step p { color: #ccc; margin-left: 70px;}
.f1-step i { margin-left:13px; }
.f1-step.activated p { color: #338056; }
.f1-step.active p { color: #338056; }

.f1 fieldset { display: none; text-align: left; }

.f1-buttons { text-align: right; }

.f1 .input-error { border-color: #f35b3f; }