﻿/* Palette de couleur par défaut : violet */
/*----------------------------------------*/
/*-- Personalisation --*/
/*---------------------*/
body {
    color: #7b5280;
}

/* Général */
/*---------*/
.ge-violet-nw {
    background-color: #5A2861;
    color: white;
    text-align: left;
    border: solid 1px;
    border-radius: 5px;
}
    .ge-violet-nw:disabled {
        border: hidden;
    }
.ge-saisie {
    width: 100%;
    color: #7b5280;
    text-align: left;
    border: solid 1px;
    background-color: #f1f1f1;
    border-radius: 5px;
}
    .ge-saisie:disabled {
        border: hidden;
    }
.ge-saisie-nw {
    color: #7b5280;
    background-color: #f1f1f1;
    text-align: left;
    border: solid 1px;
    border-radius: 5px;
}
    .ge-saisie-nw:disabled {
        border: hidden;
    }
/* Prévision */
/*-----------*/
.prevision {
    width: 100%;
    overflow-y: scroll;
    font-size: 0.8rem;
    border: solid;
    border-color: #7b5280;
    border-width: 1px;
}
.pr-table {
    width: 100%;
}

    .pr-table td {
        border: solid;
        border-color: #7b5280;
        border-width: 1px;
    }

.pr-entete {
    border: solid;
    border-color: #7b5280;
    border-width: 1px;
    background-color: #5A2861;
    color: white;
    text-align: right;
}

.pr-entete-col {
    border: solid;
    border-color: #7b5280;
    border-width: 1px;
    background-color: #5A2861;
    color: white;
    text-align: right;
    text-align: center;
}
.pr-separation-en-dessous {
    border-bottom: double;
    border-color: #7b5280;
}
.pr-jours-ouvres {
    border: solid;
    border-color: #bfa58b;
    border-width: 1px;
    background-color: #5A2861;
    color: white;
    text-align: left;
}
/* Graphique */
/*-----------*/
.graphique {
    width: 100%;
    overflow-y: scroll;
    font-size: 0.8rem;
    border: solid;
    border-color: #7b5280;
    border-width: 1px;
}
.gr-table {
    width: 100%;
}

    .gr-table td {
        border: solid;
        border-color: #7b5280;
        border-width: 1px;
    }
.gr-entete-col {
    border: solid;
    border-width: 1px;
    border-color: #7b5280;
    text-align: center;
    color: #7b5280;
    background-color: #f1f1f1;
}

.gr-entete {
    border: solid;
    border-color: #7b5280;
    border-width: 1px;
    color: #7b5280;
    background-color: #f1f1f1;
    text-align: right;
}
