div.wizard  section {
    padding: 10px;
}

form#wizard-steps-salarie {
    height: 100%;
}
form#wizard-steps {
    height: 100%;
}

div.wizard {
    height: 100%;
}

div.steps-wrapper {
    height: 100%;
}

div.steps-wrapper > div.content {
    height: calc(100% - 139px);
    overflow-y: auto;
    overflow-x: hidden;
}

div.steps-wrapper > div.steps {
    padding: 10px 0 0 0;
}

div.steps-wrapper > div.actions {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}


