﻿:root {
    --findes-background1: #ebebeb; /* -2 */
    --findes-background2: var(--dx-color-main-bg); /* #ffffff;*/
    --findes-background3: #0173C7;
    --findes-backgroundForm: #f5f5f5; /* -1 */
    --findes-menucolor: #0f6cbd;
    --findes-menuheadercolor: #0e62ab;
    --findes-menuheadercolor2: #f8f9fa;
    --findes-button: var(--dx-color-primary); /* #337ab7;*/
    --findes-rowselect: #afddfe;
}

.picBlueButton {
    color: white;
    background-color: var(--dx-color-primary);
}

.picRedButton {
    color: white;
    background-color: red;
}

.gridRowNotReady {
    background-color: #5C005C;
    color: whitesmoke;
}

.gridRowInaktiv {
    background-color: orange;
    color: whitesmoke;
}

.gridRowRechnungMahnsperre {
    color: mediumorchid !important;
}

.gridRowRechnungOffen {
    color: royalblue !important;
}

.gridRowRechnungFaellig {
    color: red !important;
}

.gridRowRechnungBezahlt {
    color: var(--dx-color-text) !important;
}

.gridRowBelegOffen {
    color: royalblue !important;
}

.gridRowBelegTeilweise {
    color: forestgreen !important;
}

.gridRowBelegKomplett {
    color: var(--dx-color-text) !important;
}

.gridRowPositionOffen {
    color: royalblue !important;
}

.gridRowPositionTeilweise {
    color: forestgreen !important;
}

.gridRowPositionKomplett {
    color: var(--dx-color-text) !important;
}

.gridRowPositionFehler {
    color: red !important;
}

.gridRowPositionDisabled {
    color: lightgrey !important;
}

.gridRowPositionMahnung1 {
    color: var(--dx-color-text) !important;
}

.gridRowPositionMahnung2 {
    color: orange !important;
}

.gridRowPositionMahnung3 {
    color: red !important;
}

.gridRowPositionMahnung4 {
    color: whitesmoke !important;
    background-color: red !important;
}

.gridRowPositionMahnung5 {
    color: whitesmoke !important;
    background-color: red !important;
}

.gridRowWochende {
    background-color: #eaeaea;
}

