
/* UX2 button */
.ux2-button {
    border-radius: 4px !important;
    float: none;
    display: inline;
    line-height: 24px;
}

    .ux2-button > img {
        margin-right: 0px;
    }

    .ux2-button[disabled] {
        opacity: 0.5;
    }

        .ux2-button[disabled]:hover {
            background-color: #DFDFDF !important;
            color: #9F9F9F !important;
            border-color: #DFDFDF !important;
        }

/* POPUPS */
.dxpcModalBackground_Office2003Blue {
    background: var(--shared-grey) !important;
    opacity: 0.6;
} 

/* SPLITTER */
.splitbarV {
    float: left;
    width: 6px;
    height: 100%;
    line-height: 0;
    font-size: 0;
    border-left: solid 1px gray;
    border-right: solid 1px gray;
    background: #cbe1fb url(imgSplitter/panev.gif) 0 50%;
}

/* FLECHES NAVIGATION FICHES */
.fleche-navigation::before {
    color: var(--rackley) !important;
}

/* ICONES BANDEAUX */
.fic-bandeau-sumup_vr i[class^="fa"]::before,
.fic-bandeau-sumup_vr i[class^="fa"]::after {
    color: var(--metallic-blue) !important;
}