body {
    font-family: "Lucida Sans Unicode", "Lucida Grande", "Helvetica", "Arial", "sans-serif";
    font-size: 14px;
    color: gray;
}

button {
    font-family: "Lucida Sans Unicode", "Lucida Grande", "Helvetica", "Arial", "sans-serif";
    font-size: 12px;
    color: blue;
}

select {
    font-family: "Lucida Sans Unicode", "Lucida Grande", "Helvetica", "Arial", "sans-serif";
    font-size: 12px;
    color: blue;
}

input {
    font-family: "Lucida Sans Unicode", "Lucida Grande", "Helvetica", "Arial", "sans-serif";
    font-size: 14px;
    color: blue;
}

.error {
    border: 1px solid red;
    background-color: #ffe6e6;
}

fieldset {
    font-family: "Lucida Sans Unicode", "Lucida Grande", "Helvetica", "Arial", "sans-serif";
    font-size: 20px;
}


/* Bloc central contenant #navigation et #contenu */

#centre {
    width: 100%;
    /* -> 5 */
    overflow: hidden;
    /* -> 5 */
}


/* Menu de navigation */

#navigation {
    width: 180px;
    float: left;
    /* -> 6 */
}

#navigation ul {
    margin: 0;
    padding: 20px 10px 20px 10px;
    list-style: none;
}


/* Contenu */

#contenu {
    margin-left: 200px;
    /* -> 8 */
    padding: 10px 20px;
}

#contenu> :first-child {
    margin-top: 10px;
}

#contenu p,
#contenu li {
    line-height: 1.5;
}


/*ajout pour marquer un document regle, accepte, facturer */

table.dataTable td.regle {
    color: blue;
}

table.dataTable td.reglepartiel {
    color: yellow;
}

.row_selected {
    color: red;
}

.entreeLe {
    color: blue;
    font-style: bold
}

.paye {
    color: green;
    font-style: bold
}

.error {
    border: 1px solid red;
}

/* Surcharge datepicker BULMA */
.datetimepicker-dummy input {
    background-color: white !important;
    opacity: 1 !important;
}

.datetimepicker-dummy-wrapper {
    background-color: white !important;
    opacity: 1 !important;
}

.datetimepicker-dummy .datetimepicker-dummy-wrapper {
    border-color: #00d1b2;
    background-color: #fff;
    border-radius: 4px;
    color: #363636;
}