.wkf-root > .wkf-definition {
    background: var(--fiche-worflow-definition-background) !important;
}

    .wkf-root > .wkf-definition span.wkf-definition-label {
        color: var(--fiche-titre-workflow-text);
    }

    .wkf-root > .wkf-definition table.ui-valcombo-container-parent {
        margin-top: 10px !important;
        margin-left: 5px !important;
    }

    .wkf-root > .wkf-definition div.ui-valcombo-container {
        height: 20px;
    }

        .wkf-root > .wkf-definition div.ui-valcombo-container button.ui-button-element {
            height: 21px;
            border-top: none !important;
        }

.wkf-root .wkf-ctype-pnl > fieldset > legend {
    float: left !important;
    padding: 0 !important;
}

.wkf-root .wkf-etape[cur="1"] .wkf-etape-header {
    background: var(--fiche-worflow-etape-first-header-background) !important;
}

.wkf-root .wkf-etape[cur="0"] .wkf-etape-header {
    background: var(--fiche-worflow-etape-others-header-background) !important;
}

    .wkf-root .wkf-ctype-pnl > fieldset > legend {
        margin-top: 2px;
    }

.fic-content-container .wkf-ctype-pnl legend:hover,
.FormPanel .wkf-ctype-pnl legend:hover {
    color: var(--fiche-panel-legend-text);
    cursor: default;
}

.wkf-ctype-ctrl-detail {
    background: var(--fiche-workflow-ctrl-detail-background);
}

.wkf-prev-av:hover, button.wkf-prev-btn:hover {
    color: var(--fiche-bouton-workflow-hover-text) !important;
    background: var(--fiche-bouton-workflow-hover-background) !important;
}

.wkf-prev-av {
    border-radius: 5px 0 0 5px !important;
}

button.wkf-prev-btn {
    border-radius: 0 5px 5px 0 !important;
}

div.wkf-admin-panel div.wkf-etape-ctrl-container,
.wkf-etape-ctrl-container {
    box-shadow: none !important;
    background: var(--wkf-ctrl-etape-background);
}

.wkf-etape-control > .wkf-control-title-type {
    background: var(--wkf-ctrl-title-background);
}

div.wkf-admin-panel-dark div.wkf-controles {
    background: var(--wkf-list-ctrl-background) !important;
}

div.wkf-admin-panel div.wkf-etape-control {
    box-shadow: none !important;
}