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;
}

/* DataTables responsive global (scroll wrappers) */
.dataTables_wrapper,
.dataTables_wrapper .dataTables_scroll,
.dataTables_wrapper .dataTables_scrollHead,
.dataTables_wrapper .dataTables_scrollHeadInner,
.dataTables_wrapper .dataTables_scrollBody,
.dataTables_wrapper .dataTables_scrollFoot {
    width: 100% !important;
    max-width: 100%;
}

.dataTables_wrapper .dataTables_scrollHeadInner table,
.dataTables_wrapper .dataTables_scrollBody table {
    width: 100% !important;
}

.dataTables_wrapper .dataTables_scrollBody {
    overflow-x: auto !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
}

/* Modernisation visuelle DataTables sans changer le comportement JS/AJAX */
.dataTables_wrapper {
    background: #ffffff;
    border: 1px solid #dbdbdb;
    border-radius: 12px;
    padding: 0.75rem;
    box-shadow: 0 1px 2px rgba(10, 10, 10, 0.06);
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto;
    overflow-y: hidden;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    margin-bottom: 0.5rem;
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
    border: 1px solid #dbdbdb;
    border-radius: 8px;
    padding: 0.35rem 0.6rem;
    background: #ffffff;
    color: #363636;
}

.dataTables_wrapper table.dataTable {
    border-collapse: separate !important;
    border-spacing: 0;
    width: 100% !important;
    max-width: none !important;
}

.dataTables_wrapper table.dataTable thead th {
    background: #f5f7fb;
    color: #363636;
    font-weight: 600;
    border-bottom: 1px solid #dbdbdb !important;
}

.dataTables_wrapper table.dataTable tbody td {
    border-bottom: 1px solid #ededed !important;
    vertical-align: middle;
}

.dataTables_wrapper table.dataTable tbody tr:hover {
    background: #f8fbff;
}

.dataTables_wrapper table.dataTable tbody tr.is-selected,
.dataTables_wrapper table.dataTable tbody tr.row_selected {
    background: #00d1b2 !important;
    color: #ffffff !important;
}

.dataTables_wrapper table.dataTable tbody tr.is-selected td,
.dataTables_wrapper table.dataTable tbody tr.row_selected td {
    color: #ffffff !important;
}

.dataTables_wrapper .dataTables_info {
    color: #7a7a7a;
    font-size: 0.9rem;
}

.dataTables_wrapper .dataTables_paginate {
    padding-top: 0.5rem;
}

.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate a {
    border: 1px solid #dbdbdb !important;
    border-radius: 8px;
    background: #ffffff !important;
    color: #4a4a4a !important;
    margin-left: 0.25rem;
    padding: 0.3rem 0.6rem !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #00d1b2 !important;
    border-color: #00b89c !important;
    color: #ffffff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate a:hover {
    background: #f0f0f0 !important;
    color: #363636 !important;
}

/* Vue clients: confinement horizontal de la DataTable principale */
#liste .dataTables_wrapper {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
}

#liste #flexme {
    width: max-content;
    min-width: 100%;
}

/* Vue /reglement_list: confinement DataTable colonne de droite */
#reglementColumns {
    width: 100%;
    max-width: 100%;
}

#reglementColumns > .column {
    min-width: 0;
}

#listeReglement {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

#listeReglement .dataTables_wrapper {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}
