/* GLOBAL STYLES*/

body {
  --color-ok: #008000;
  --color-ok-on-body-background: #038C3E;
  --color-not-ok: #d40000;
  --body-color: #636363;
  --cadisco-yellow: #ffde00;
  --color-red: #d40000;
  --sp-color: #038C3E;
  --gaz-color: #AA8C14;
  --jet-color: #000000;
  --avg-color: #c00000;
  --pr-color: #6088f2;
  --cadisco-light-blue: #2c378f;
  --cadisco-dark-blue: #21286b;
  --medium-gray: #666666;
  --dark-gray: #333333;
}

BODY, TABLE, TD, P { 
font-family: Calibri, Helvetica, Verdana, Arial, Georgia, sans-serif; 
font-size: 24px;  /* taille par défaut de la police 24 px */
font-style: normal;  /* par défaut normal */
font-weight: bold; /* par défaut en gras */
text-align: center; /* par défaut le texte est centré dans le texte, les formulaires, les tableaux ...*/
background-color: #636363; /* couleur de fond de page */
vertical-align: top; 
}

TABLE { 
align: center; 
border: 0; 
padding: 4px; 
border-spacing: 0;
margin:0 auto; /* pour centrer les tableaux */
 }

FORM { 
margin: 0;
 }

/* hauteur case 150px - fond beige - police gris 24px gras // anciennes couleurs bleu pétrole e4e4ff et bleu ciel 6d6e87*/
INPUT { 
width: 100%; 
height: 100%; 
font-size: 24px; 
font-weight: bold; 
color: #404040; 
background-color: #F5F5DC; 
text-align: center; 
cursor: hand;
 }

SELECT { 
width: 100%; 
font-size: 22px; 
color: #e4e4ff; 
font-weight: bold; 
background-color: #6d6e87;
 }

TEXTAREA { 
width: 100%; 
font-size: 22px;
color: #6d6e87;
font-weight: bold;
background-color: #e4e4ff;
 }

 /* utilisé pour les barres de retour, de validation, de calcul... */
.bt_large {
height: 50px;
font-size: 20px;
 }

input.bt_large:disabled,
input.bt_large:disabled:hover {
  background-color: var(--medium-gray);
  color: #000000;
  cursor: url('images/ban.png'), pointer;  
} 


/* hauteur & largeur 70px - fond bleu - police gris 18 - cadre à effet 3D --> utilisé dans les carrés de navigation sur le côté droit */
.carre_large { 
width: 70px;
height: 70px;
font-size: 16px;
font-weight: bold;
letter-spacing : -1px ;
color: #e5e4f0;
background-color: #2c378f;
border: solid;
border-width: 2px;
border-top-color: #9697a8;
border-left-color: #9697a8;
border-bottom-color: #44454e;
border-right-color: #44454e;
vertical-align: middle; 
 }

 /* hauteur 25 px - fond rouge - police 14 blanc --> utilisé pour le bouton déconnexion */
.bt_alerte { 
height: 25px; 
font-size: 14px; 
color: #FFFFFF; 
background-color: #ff0000;
 } 

/* menus de choix de jour*/
.choix_j { 
margin: 7px; 
color: #FFFFFF; 
font-size: 20px; 
} 

/* menus de choix de stations */
.choix_st { 
margin: 7px; 
color: #000000; 
font-size: 22px;
 } 
 
/* hauteur 40px - police 16  */
.titre1 { height:40px; font-size: 16px; color: #ffde00; background-color: #2c378f; border: solid ; border-width:2px ; border-color:#474d99; vertical-align: middle; } /* lignes d'en-tête jaune fond bleu*/
.titre2 { height:40px; font-size: 16px; color: #000000; background-color: #8b88bc; border: solid ; border-width:2px ; border-color:#2c378f; vertical-align: middle; } /* lignes de totaux noir fond bleu clair*/
.titre3 { height:40px; font-size: 16px; color: #000000; background-color: #ffde00; border: solid ; border-width:2px ; border-color:#474d99; vertical-align: middle; } /* écarts de caisse noir fond jaune */
.titre4 { height:20px; font-size: 13px; color: #FFFFFF; background-color: #2c378f; border: solid ; border-width:1px ; border-color:#000000; vertical-align: middle; text-align: center; } /* titre liste de citernes */

.titre_sans { font-size: 16px; color: #ffffff; background-color: #a8a6a6; border: solid ; border-width:1px ; border-color:#000000; vertical-align: middle; text-align: center; width: 300px; } /* lignes de titre blanc sur fond gris*/

.ligne1 { height:40px; font-size: 16px; color: #000000; background-color: #c7c6d0; border: solid ; border-width:2px ; border-color:#000000; vertical-align: middle; text-align: left;} /* ligne noir sur gris clair */
.ligne2 { height:40px; font-size: 16px; color: #000000; background-color: #9e9cac; border: solid ; border-width:2px ; border-color:#000000; vertical-align: middle; text-align: left;} /* ligne noir sur gris foncé */
.ligne3 { height:40px; font-size: 16px; color: #000000; background-color: #aca19c; border: solid ; border-width:2px ; border-color:#000000; vertical-align: middle; text-align: left;} /* ligne noir sur gris rouge */
.ligne4 { height:20px; font-size: 12px; color: #FFFFFF; border: solid ; border-width: 1px ; border-color:#000000; vertical-align: middle; text-align: center;} /* liste de citernes */
.ligne_rg { height:40px; font-size: 16px; color: #FFFFFF; background-color: #ff0000; border: solid ; border-width:2px ; border-color:#000000; vertical-align: middle; text-align: left;} /* ligne rouge */

/* hauteur 25px - fond beige - police 14 --> boutons de saisie dans contrôle */
.pt_saisie { height: 25px; font-size: 14px; font-weight: bold; color: #000000; background-color: #F5F5DC; } 
.pt_affich { height: 25px; font-size: 14px; font-weight: bold; color: #000000; background-color: #F5F5DC; } 
.pt_affic2 { height: 25px; font-size: 14px; font-weight: bold; color: #000000; background-color: #d6d6b0; } /* pt_saisie plus foncé */
.gd_saisie { height: 40px; font-size: 16px; font-weight: bold; color: #000000; background-color: #F5F5DC; } 

.pt_saisie_select_multiple { font-size: 14px; font-weight: bold; color: #000000; background-color: #F5F5DC; overflow-y: auto; width: auto; } 
.pt_saisie_select_multiple option {
  font-weight: bold;
  padding: 3px;
}

.pt_bouton { height: 20px; font-size: 11px; font-weight: bold; color: #000000; background-color: #F5F5DC; } 

.bt_radio { height: 35px; width: 35px; text-align: center; background-color: #F5F5DC; } /* utilisé pour les boutons radio */

.citern_graph {height: 40px; width: 140px; margin:0px; font-size: 14px; color: #FFFFFF; border-color: #000000; border-style: solid; border-width: thin; text-align: center; } /* cadre noir épais - police 14 blanc */
.float_lin { width: 140px; font-size: 16px; color: #FFFFFF; margin-left: 0px; margin-top: 10px; margin-bottom: 10px; margin-right: 0px; float: center; } /* lignage */

.bkg_port { background: url('images/label_port.png') no-repeat bottom right; width:124px; height:40px; font-weight: bold; font-variant: small-caps; font-size: 16px; color: #000000; text-align:left; padding-top: 5px; padding-left: 5px; padding-right: 15px; letter-spacing: 2px;}
.bkg_ship { background: url('images/label_ship.png') no-repeat bottom right; width:124px; height:40px; font-weight: bold; font-variant: small-caps; font-size: 16px; color: #000000; text-align:left; padding-top: 5px; padding-left: 5px; padding-right: 15px; letter-spacing: 2px;}
.bkg_pompe { background: url('images/label_pompe.png') no-repeat bottom right; width:124px; height:40px; font-weight: bold; font-variant: small-caps; font-size: 16px; color: #000000; text-align:left; padding-top: 5px; padding-left: 5px; padding-right: 15px; letter-spacing: 2px;}

.txt_contrat { font-family: Calibri; text-align:justify; font-size: 12pt; font-weight: normal; color: #000000; background-color: #ffffff; }
.titre_contrat { font-family: Calibri; text-align:center; font-size: 20pt; font-weight: bold; background-color: #ffffff; }
.txt_d_contrat { font-family: Calibri; text-align:right; font-size: 12pt; font-weight: bold; color: #000000; background-color: #ffffff; }
.txt_g_contrat { font-family: Calibri; text-align:left; font-size: 12pt; font-weight: bold; color: #000000; background-color: #ffffff; }
.article_contrat { font-family: Calibri; text-align:left; font-size: 16pt; font-weight: bold; background-color: #ffffff; }
.puce_contrat { list-style-type : square ; }

/* listes à puce ... sans puce */
ul {
 padding: 0;
 margin: 0;
 list-style-type: none;
 }

/* élément de liste à puce */
li {
 margin-left: 5px;
 margin-bottom: 5px;
 float: left; /*pour IE*/
 }

/* affiche tous les boutons de menus en largeur 300 hauteur 100 sur une ligne avec retour à la ligne automatique en fonction de la taille de l'écran */
ul li form {
 display: block;
 float: left;   
 width: 300px;
 height: 100px;
/* line-height: 100px; hauteur de l'image de fond*/
 text-decoration: none;
 text-align: center;
 vertical-align: middle;
 }

input:hover {
 background: #d0d1cc;
 width: 100%;
 color: black;
}  

INPUT.selectio  {
 background-color: #a0a298; /*#d0d1cc*/
 width: 100%;
 color: black;
 border: solid;
 border-width: 8px;
 border-color: #2c378f;
}  
 

.reduit {
 width: 100px;
 height: 30px;
 font-size: 14px; 
 color: black;
 }

 .voir-facture {
  color: #000000;
  text-decoration: none;
  margin-left: 3px;
  margin-right: 3px;
}

.voir-facture:hover {
  color: #ffde00;
}

.facture-envoi-ok,
.facture-envoi-ok:hover {
  color: var(--color-ok);
}

.facture-envoi-nok,
.facture-envoi-nok:hover {
  color: #d40000;
}

/*
  Classes permettant d'utiliser les codes couleurs de chaque station
*/
.BBJ {
  --station-color: #ffff40;
}

.SG {
  --station-color: #68da68;
}

.BN {
  --station-color: #ff7505;
}

.AM {
  --station-color: #ff5f63;
}

.LIV {
  --station-color: #b6dde8;
}

.AER {
  --station-color: #ccc0da;
}

.HOL {
  --station-color: #969696;
}

.GDG {
  --station-color: #c00000;
}

.MNT {
  --station-color: #e7cfb7;
}

.station {
  background-color: var(--station-color);
}

/* Styles utilisés dans les popups */
.popup-title-h1 {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  color: var(--station-color);
}

/* Affiche le pointeur de survol au survol des boutons */
input[type="submit"],
input[type="button"] {
  cursor: pointer;
}

.login {
  margin-left: auto;
  margin-right: auto;  
}

/* Styles utilisés dans la gestion des absences */
.wrapper-menu-synthese-absences,
.wrapper-new-line {
  display: block;
  clear: both;
  padding: 4px;
}

.wrapper-new-line-center {
  text-align: center;
}

.wrapper-synthese-absences,
.wrapper-synthese-presences {
  display: block;
  text-align: left;
  clear: both;
}

.synthese-absences,
.synthese-presences {
  border: none;
  margin: 0;
  border-collapse: separate;
  border-spacing: 4px 0;
}

.synthese-presences-equipe {
  border: none;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  width: 100%;
}

.synthese-absences td,
.synthese-presences-equipe td {
  padding: 3px 5px;
  font-size: 14px;
}

.synthese-presences-equipe td {
  background-color: var(--station-color);
}

.synthese-presences-1-equipe td {
  width: 100%;
}

.synthese-presences-2-equipe td {
  width: 50%;
}

.synthese-presences-3-equipe td {
  width: 33%;
}

.synthese-absences .synthese-absences-header,
.synthese-presences td.synthese-presences-header {
  background-color: var(--station-color);
  padding: 3px 2px;
}

.synthese-presences-cell {
  display: inline-block;
  width: 110px;
  vertical-align: middle;
}

td.synthese-presences-date  {
  padding: 3px 12px;
}

td.synthese-presences-jour-absent {
  color: #d40000;
}

td.synthese-presences-jour-absent-cp {
  color: #31849B;
}

td.synthese-presences-jour-mois-precedent {
  background-image: linear-gradient(rgba(102,102,102,.75),rgba(102,102,102,.75)), linear-gradient(var(--station-color) , var(--station-color));
}

td.synthese-presences-jour-mois-precedent-titre2 {
  background-image: linear-gradient(rgba(102,102,102,.75),rgba(102,102,102,.75)), linear-gradient(#8b88bc,#8b88bc);
}

td.synthese-presences-jour-mois-precedent-titre1 {
  background-image: linear-gradient(rgba(102,102,102,.75),rgba(102,102,102,.75)), linear-gradient(2c378f,2c378f);
}

td.synthese-presences-total {
  color: #ffde00;
  font-size: 16px;
  font-weight: normal;
  padding-top: 5px;
  padding-bottom: 15px;
}

.synthese-presences .synthese-presences-heures {
  background-color: var(--station-color);
}

td.synthese-absences-jour-cliquable,
td.synthese-absences-salarie-cliquable,
td.synthese-presences-jour-cliquable {
  cursor: pointer;
} 

.main-title {
  background-color: #2c378f;
  color: #ffde00;
  font-size: 16px;
  line-height: 40px;
}

.absence-input-label {
  display: inline-block;
}

.form-gestion-absences {
  padding: 20px;
}

.form-gestion-absences td,
.liste-absences td,
.form-presence-saisie-manuelle td,
.form-array td {
  padding: 3px 12px;
}

.icon-absence,
.icon-saisie-manuelle {
  margin:2px 3px;
}

.gestion-absences-separateur,
.form-separator {
  background-color: #ffde00;
}

button[type=submit].gestion-absences-select-date,
button[type=submit].gestion-absences-select-date:hover {
  border: none;
  font-size: 12px;
  font-weight: normal;
  background-color: #2c378f;
  color: #ffde00;
}

button[type=submit].gestion-absences-select-date:hover {
  color: #F5F5DC;
  cursor: pointer;
}

td.gestion-absences-sous-tableau {
  padding: 0;
}

table.gestion-absences-sous-tableau {
  padding: 0;
  width: 100%;
}

.del-start-date {
  color: #d40000;
}

td.gestion-absences-jour-inutilisable {
  background-color: #666666;
}

table.menu {
  width: 100%;
}

.gestion-absences-error,
.liste-absences-error,
.presence-saisie-manuelle-error,
.error-message {
  color: #d40000;
}

.icon-action {
  padding: 3px 5px;
  color: #ffde00;
  cursor: pointer;
} 

.icon-delete {
  color: #d40000;
}

.wrapper-bottom-link {
  text-align: center;
  padding: 20px;
}

.date-factures-fournisseurs-carburant {
  width: 200px;
  font-size: 20px;
}

.table-gestion-appro td {
  padding: 3px 12px;
  white-space: nowrap;
}

.ui-datepicker table {
	background-color: #8b88bc;
}

.ui-datepicker td {
  font-size: 0.9em;
}

.taux-douanes span,
.taux-douanes input,
.form-radio span,
.form-radio input
{
  display: inline-block;
  margin: 3px;
  font-size: 14px;
  line-height: 14px;
  width: auto;
  height: auto;
  vertical-align: middle;
}


.download-pdf {
  display: block;
  margin: 7px;
}

.wrapper-pdf-links {
  display: inline-block;
  width: 100px;
  color: #ffde00;
  text-align: center;
}

.wrapper-pdf-links a {
  display: inline-block;
  margin: 3px auto;
  color: #ffde00;
  text-decoration: none;
  font-size: 14px;
}

.wrapper-pdf-links a i {
  display: inline-block;
  margin: 3px auto;
  font-size: 50px;
}

.wrapper-pdf-links-disabled a,
.wrapper-pdf-links-disabled a i
{
  color: var(--dark-gray);
  cursor: url('images/ban.png'), pointer;
}

.wrapper-douane-montant {
  display: inline-block;
  width: 250px;
  color: #ffde00;
  text-align: center;
  vertical-align: top;
}

.wrapper-douane-montant span {
  font-size: 18px;
}

.hide {
  display: none;
}

.display-table-row {
  display: table-row;
}

.distribution-mouvements {
  margin: 0;
  padding: 0;
}

td.distribution-mouvement {
  padding: 0;
}

.align-left {
  text-align: left;
}

input[type="text"].horaire {
  width: 70px;
  font-size: 14px;
}

input[type="text"].num-facture-distributeur {
  width: 90px;
  display: inline-block;
  vertical-align: middle;
}

input[type="text"].distributeur-facture-distributeur,
select option.distributeur-facture-distributeur
 {
  width: 150px;
}

input[type="text"].station-facture-distributeur,
select option.station-facture-distributeur
{
  width: 80px;
}

input[type="checkbox"].checkbox-facture-distributeur,
input[type="checkbox"].checkbox-select-a-row {
  width: 20px;
  height: 20px;
  margin: 0 0 0 5px;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}

.label-checkbox-select-a-row {
  line-height: 20px;
  margin: 0 0 0 5px;
  vertical-align: middle;
  font-size: 16px;
  cursor: pointer;
}

div.facture-distributeur {
  text-align: left;
}

.icone-facture-distributeur {
  color: #ffde00;
  font-size: 20px;
  line-height: 20px;
  margin-left: 5px;
  padding: 0;
  vertical-align: middle;
}

.input-readonly,
.input-readonly:hover {
  background-color: #999999;
  cursor: default;
}


td.inside-table-separator-body-color {
  background-color: var(--body-color);
  border:none;
  padding: 3px;
}

.select-align-center {
  text-align: center;
  text-align-last: center;  
}

.icon-button-dark {
  border: none;
  background-color: transparent;
  color: #000000;
  margin: 3px 5px;
  padding: 0;
  cursor: pointer;
}

.icon-button-dark i {
  margin: 0;
  padding: 0;
  font-size: 20px;
} 

td.row_in_error {
  border-left-color: #d40000;
}

.upload {
  position: absolute;
  margin-top: 3px;
  margin-left: 3px;
  height: 1px;
  width: 1px;
  z-index: -5;
}

.csv-exists,
.comment-exists {
  color: var(--color-ok);
}

.csv-does-not-exist,
.comment-does-not-exists {
  color: var(--color-not-ok);
}

td.form-button {
  padding: 0;
}

.text-ok-on-body-background {
  color: var(--color-ok-on-body-background);
}

.italic {
  font-style: italic;
}

.sub-menu-from-page {
  border: none;
  background-color: transparent;
  color : var(--cadisco-yellow);
  cursor: pointer;
}

.sub-menu-from-page i {
  margin-left: 7px;
}

.back-button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  color: var(--cadisco-yellow);
  padding: 5px;
}

.back-button i {
  margin-right: 7px;
}

.clickable {
  cursor: pointer;
}

.report-filter-header-icon {
  margin-left: 5px;
  color: var(--color-red);
}

.rapport-info-bulle {
  margin-left: 5px;
  color: var(--color-red);
  cursor: pointer;
}

table.nowrap td {
  white-space: nowrap;
}

input.autosize {
  width: auto;
}

option:checked,
option:focus  {
  background-color: #666666;
  color: #ffffff;
}

.sp-element {
  font-weight: bold;
  background-color: var(--sp-color);
}

.gaz-element {
  font-weight: bold;
  background-color: var(--gaz-color);
}

.jet-element {
  font-weight: bold;
  background-color: var(--jet-color);
  color: #ffffff;
}

.avg-element {
  font-weight: bold;
  background-color: var(--avg-color);
}

.pr-element {
  font-weight: bold;
  background-color: var(--pr-color);
}

.sp-element-text {
  color: var(--sp-color);
}

.gaz-element-text,
.gm-element-text {
  color: var(--gaz-color);
}

.jet-element-text {
  color: #ffffff;
}

.avg-element-text {
  color: var(--avg-color);
}

.pr-element-text,
.pm-element-text {
  color: var(--pr-color);
}


.totem {
  --totem-width: 160px;
  --totem-height: calc(3*var(--totem-width));
  --totem-border-size: 4px;
  --totem-price-line-height: calc(var(--totem-height)/13.636);
  width: var(--totem-width);
  height: var(--totem-height);
  background-image: url("images/totem.png");
  background-size: contain;
  border-collapse: collapse;
  display: inline-block;
  margin: 10px;
  padding: 0;
}

.totem-cell {
  border: none;
  width: 100%;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}

.background-transparent {
  background-color: transparent;
}

@font-face {
  font-family: "ds-digital";
  src: url("font/ds-digital.ttf") format("truetype");
}


.totem-logo {
  width: var(--totem-width);
  height: calc(var(--totem-height)/2.5);
}

.totem-station {
  width: var(--totem-width);
  height: calc(var(--totem-height)/10.526);
  border-top: solid var(--totem-border-size) var(--cadisco-dark-blue);
  border-bottom: solid var(--totem-border-size) var(--cadisco-dark-blue);
}

.totem-infos {
  width: var(--totem-width);
  height: var(--totem-price-line-height);
  border-bottom: solid var(--totem-border-size) var(--cadisco-dark-blue);
  color: var(--cadisco-yellow);
  font-size: calc(var(--totem-height)/25);
}

.totem-prix {
  padding-top: var(--totem-border-size);
}

.totem-ligne-carburant {
  width: calc(var(--totem-width)-8*var(--totem-border-size));
  /*height: var(--totem-price-line-height);*/
  text-align: center;
  margin: var(--totem-border-size) calc(2*var(--totem-border-size)) var(--totem-border-size) calc(2*var(--totem-border-size));
  padding: 0 calc(2*var(--totem-border-size)) 0 calc(2*var(--totem-border-size));
  background-color: #000000;  
  border-radius: 3px;
}

.totem-ligne-carburant * {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.totem-nom-carburant,
.totem-prix-carburant {
  display: inline-block;
  width: 46%;
  height: var(--totem-price-line-height);
  background-color: #000000;
  margin: 0;
  padding: 0;
}

.totem-nom-carburant {
  color:#ffffff;
  text-align: left;
}

.totem-prix-carburant input {
  background-color: #000000;
  color: #ffffff;
  font-family: "ds-digital";
  font-size: var(--totem-price-line-height);
  height: auto;
  border: none;
}

.totem-nom-carburant-partie-2 {
  text-transform: uppercase;
  display: inline-block;
}

.totem-nom-carburant-partie-2 {
  font-size: calc(var(--totem-height)/42.857);
  font-weight: 200;
  margin-top : calc(var(--totem-height)/120);
}

.mode-reglement-effectue {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  display: flex;
  align-items: center;
}

.mode-reglement-effectue img {
  height: 40px;
  width: auto;
  margin-left: 7px;
}

.text-relance {
  font-size: 12px;
}

.bouton-relance {
  color: var( --cadisco-yellow );
  font-weight: 600;
  padding-left: 7px;
}

.popup-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */  
}

.popup-modal-content {
  background-color: var( --body-color);
  width: 600px;
  margin: 50px auto; 
  padding: 20px;
  border: 1px solid #888;
}

.popup-modal-content-header {
  display: grid;
  grid-template-columns: 80% 20%;
}

.popup-modal-content-header h1 {
  padding: 0;
  margin: 0;
  font-size: 18px;
  color: var( --cadisco-yellow );
  text-transform: uppercase;
}

.popup-modal-content-header span {
  cursor: pointer;
}

.popup-modal-content-header span:hover {
  color: var( --cadisco-yellow );
}
.popup-modal-content-header div {
  display: flex;
  align-items: center;
}

.popup-modal-content-header div:first-child {
  justify-content: left;
}

.popup-modal-content-header div:last-child {
  justify-content: right;
}

.popup-modal-content-relances {
  margin:0;
  padding: 0;
  text-align: left;
}

.popup-modal-content-relances input {
  height: auto;
}

.popup-modal-h2 {
  padding: 0;
  margin: 10px 0;
  font-size: 16px;
  text-align: left;
}

.popup-modal-label {
  font-size: 16px;
  font-weight: 400;
  margin: 7px 0;
  display: block;
}

input.popup-modal-input,
textarea.popup-modal-input {
  width: 100%;
  height: auto;
  text-align: left;
  color: #404040; 
  background-color: #F5F5DC; 
  font-size: 16px;
}

.popup-modal-table-relances {
  width: 100%;
}

.popup-modal-table-relances tr td {
  text-align: center;
}

.popup-modal-table-relances tr td:nth-child(2) {
  text-align: right;
}

.popup-modal-content-factures p,
.popup-modal-content-relances p,
.popup-modal-content-relances td {
  font-size: 16px;
  text-align: left;
  font-weight: 200;
}

.popup-modal-content-factures table {
  border-collapse: collapse;
  border:none;
}

.popup-modal-content-factures table tr td {
  border:none;
  padding: 2px 7px;
}

.error-message-container {
  border: 2px solid #d40000;
  color: #d40000;
  background-color: #c7c6d0;
  font-size: 16px;
  text-align: left;
  padding: 10px;
  margin: 5px;
}

.link-button {
  display: inline-block;
  width: 298px;
  height: 98px;
  /* width: 100%;
  height: 100%; */
  line-height: 96px;
  font-size: 24px;
  font-weight: bold;
  color: #404040;
  background-color: #F5F5DC;
  text-align: center;
  text-decoration: none;
  border: solid 1px #000000;
  margin: 0;
}

.link-button:hover {
  background-color: #d0d1cc;
}

/*
BODY, TABLE, INPUT, TD { */
/*	font-family: Calibri, Helvetica, Verdana, Arial, Georgia, sans-serif; 
/*	font-size: 24px;  taille par défaut de la police 24 px */
/*	font-style: normal;  par défaut normal */
/*	font-weight: bold; par défaut en gras */
/*	color: #000000;  couleur par défaut de la police --> noir */
/*	text-align: center; par défaut le texte est centré dans le texte, les formulaires, les tableaux ...*/
/*	scrollbar-Base-Color: #e4e4ff;
/*	scrollbar-Arrow-Color: #e4e4ff; couleur des flèches */
/*	scrollbar-face-color: #e4e4ff; couleur de la barre et carrés entourant les flèches -- bleu ciel */
/*	scrollbar-Shadow-Color: #6d6e87;
/*	scrollbar-DarkShadow-Color: #000000;
/*	scrollbar-3dlight-color: #000000;
/*	scrollbar-track-color: #6d6e87;  couleur du fond de la barre -- bleu pétrole */
/*	background-color: #636363;  couleur de fond de page */
/* } */

/* INPUT.bt_rg_large {height: 70px; font-size: 20px; background-color: #90712d;} /* hauteur 70px - fond marron - police 20 */
/* INPUT.bt_bl_large {height: 70px; font-size: 20px; background-color: #6d6e87;} /* hauteur 70px - fond bleu - police 20 */
/* INPUT.saisie  { height: 66px; font-size: 30px; color: #6d6e87; padding-top: 12px; background-color: #e4e4ff;} /* hauteur 70px - fond bleu ciel - police 30 */
/* INPUT.pt_saisie { height: 40px; font-size: 16px; color: #6d6e87; padding-top: 8px; background-color: #e4e4ff;} /* hauteur 36px - fond bleu ciel - police 16 */
/* INPUT.bt_vert { height: 25px; font-size: 13px; color: #000000; background-color: #b1d8b9;}  /* hauteur 25px - fond vert clair - police 13 noir */
/* INPUT.bt_or { height: 25px; font-size: 13px; color: #FFFFFF; background-color: #b58307;}  /* hauteur 25 px - fond or - police 13 blanc */
/* .petit { height: 30px; font-size: 15px; color: #e4e4ff; background-color: #6d6e87;}  /* hauteur 30px - fond or - police 15 blanc */

/* TD.zone_bl { height: 25px; font-size: 16px; color: #FFFFFF;  background-color: #6d6e87;} /* fond bleu soutenu - police 16 blanc */
/* TD.zone_jau { height: 25px; font-size: 16px; color: #000000;  background-color: #ffff40;} /* fond jaune - police 16 noir */
/* TD.zone_rg {height: 25px;  font-size: 16px; color: #FFFFFF;  background-color: #86716e;} /* fond rouge foncé - police 16 blanc */
/* TD.zone_ve { height: 25px; font-size: 16px; color: #000000;  background-color: #b1d8b9;} /* fond vert - police 16 noir */
/* TD.zone_gr_c { height: 25px; font-size: 16px; color: #000000;  background-color: #c0c0c0;} /* fond gris clair - police 16 noir */
/* TD.zone_gr_f { height: 25px; font-size: 16px; color: #FFFFFF;  background-color: #7a7a7a;} /* fond gris foncé - police 16 blanc */
/* TD.gde_case { height:70px; font-size: 22px; color: #e4e4ff;  background-color: #6d6e87;} /* hauteur 70px fond bleu soutenu */
/* TD.moy_case { height:40px; font-size: 16px; color: #e4e4ff;  background-color: #6d6e87;} /* hauteur 40px fond bleu soutenu */
/* TD.total { height:40px; font-size: 16px; color: #e4e4ff; background-color: #51525f;} /* hauteur 40px - police 16 - fond bleu encore plus soutenu */

/* TD.citerne {height: 30px; font-size: 18px; color: #FFFFFF; border-color: #000000; border-style: solid; border-width: thin; background-color: #6d6e87; padding-top: 12px; padding-bottom: 12px; } /* cadre noir épais - police 18 blanc */

/* DEBUT ALERT MESSAGE BOX */
/* The alert message box */
.alert {
  padding: 20px;
  background-color: #f44336; /* Red */
  color: white;
  margin-bottom: 15px;
}

.alert.success {background-color: #4CAF50;}
.alert.info {background-color: #2196F3;}
.alert.warning {background-color: #ff9800;}

/* The close button */
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
  color: black;
}
/* FIN ALERT MESSAGE BOX */

.waiting-page {
  background-color: #f2f2f2;
}

.waiting-page .waiting-page-wrapper {
  width: 100vw; 
  height: 100vh; 
  display: flex; 
  flex-direction: column; 
  justify-content: center; 
  align-items: center; 
  row-gap: 24px;
}

.waiting-page .waiting-page-wrapper h2 {
  font-size: 1.1rem; 
  font-weight: 400; 
  text-transform: uppercase;
}

.waiting-page .waiting-page-wrapper .waiting-page-spinner {
  height: 50px;
  width: 50px;
  border: 5px solid var(--cadisco-light-blue);
  border-bottom: 5px solid var(--cadisco-yellow);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
      transform: rotate(360deg);
  }
}

.waiter-generic-page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: rgba( 51, 51, 51, 0.75 );
  display: flex;
  justify-content: center;
  align-items: center;
}

.hidden {
  display: none !important;
}

.graphique-table {
  cursor: pointer;
}

/*.graphique-table * {
  pointer-events: none;
}*/

.graphique-table-tool-tip {
  position: fixed; 
  z-index: 999999; 
  display: flex; 
  flex-direction: column;
  row-gap: 4px;
  align-items: start;
  border: solid 2px #000000; 
  border-radius: 3px; 
  background-color: #f2f2f2; 
  width: fit-content;
  padding: 8px;
  font-size: 1rem;
  font-weight: 400;
}