ol.steps {
    margin: 13px 0;
    padding-left: 40px;
}
.form-control-static {
    font-size: 1.2em;
}
.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.content .btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.wizard-form label {
    font-size: 1.2em;
    font-weight: normal;
}

/* Date ranges */
.inline-container, .date-range-container {
    display: inline-block;
    position:relative;
}

div.date-range-container .form-control-feedback {
    top: 0;
    right: 0;
}

/* Benefits List */
ul.benefits {
    font-size: 1.1em;
}

ul.benefits li {
    margin-bottom: 0.5em;
}

ul.benefits li span.benefitsHeader {
    color: #dc702e;
    font-weight: bold;
}

/* Alert overwrite */
.alert > * {
    font-size: 1.2em;
}

/* Feedback Icons */
.has-feedback .form-control-feedback {
    top: 0;
    right: 15px;
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px;
}

div.select-container .form-control-feedback {
    right: 25px;
}

div.radio-inline-container .form-control-feedback {
    right: -45px;
    top: -5px;
}

/* Jobgroups */
.jobgroup {
    position: relative;
}
.remove-jobgroup {
    position:absolute;
    top:10px;
    right:10px;
    cursor:pointer;
    z-index: 9999;
}

/* Dropzone */
.dropzone {
    border: 2px dashed #dc702e;
    border-radius: 5px;
}