.wizard-row {
    display: table-row;
}
.wizard {
    display: table;
    position: relative;
}
.wizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.wizard-row:before {
    top: 23px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
}
.wizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 6px 0;
    font-size: 25px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.btn-default, .btn-circle{
    cursor: default !important;
}

.btn-default:hover{
    background: none !important;
    border: none !important;
}

h5{
    font-size: 15px;
}

h4{
    font-size: 18px;
    font-weight: 600;
}

.step-full{
    display: contents;
}

.step-full span{
    margin-left: 10px;
    margin-right: 10px;
}

#job_status-error{
    margin-top: 0px;
}

#sendVacancy.error{
    position: absolute;
    margin-top: 80px;
}