/*#TableauRelanceSuperieur {
    max-width: 500px; 
    margin: 0 auto; 
}

#TableauRelanceSuperieur th,
#TableauRelanceSuperieur td {
    max-width: 200px; 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center; 
}*/

body {
    background-color: #f8f9fa;
}

.container-fluid {
    margin: 0 !important;
    padding: 0 !important;
}


#containerBase {
    max-width: 90%; /* Largeur maximale de 1410 pixels */
    margin: 0 auto; /* Centrer horizontalement en utilisant margin */
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.login-container {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 100px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.page-title {
    text-align: center;
    margin-top: 100px;
}

h2{
    margin-top: 25px;
    margin-bottom: 15px;
}

.new-line {
    display: auto;
    margin-top: 10px;
}
.Entete_FicheSuiviMensuel{
    margin-bottom: 15px;
}


.weekend {
    background-color: #61a8fa; /* Couleur de fond pour les lignes */
}
  
.weekend td {
    color: red; /* Couleur du texte pour les cellules */
    font-weight: bold; /* Gras pour le texte des cellules */
}

#hierarchiqueSignatureCanvas {
    border: 1px solid #000;
    cursor: crosshair;
    
}
#employeSignatureCanvas {
    border: 1px solid #000;
    cursor: crosshair;
    
}


.FicheSuiviMensuel {
    height: auto;
    width: auto;
}

#ListeMois{
    margin-bottom: 15px;
}

#table-body tr {
    height: 20px;
}


#Signature_{
    margin-bottom: 100px;
}

#ContainerEnteteFicheSuivi{
    display: inline;
    text-align: left;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
  
#ContainerUtilisateur{
    display: inline;
    text-align: left;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
}
#ContainerPeriode{
    display: inline;
    text-align: left;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
}
#ContainerUtilisateurEtPeriode {
    display: block; /* Utiliser "block" à la place d'"inline-block" */
    text-align: center;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    width: 100%; /* Ajouter cette ligne pour occuper toute la largeur disponible */
}

#ContainerLegende{
    display: inline-block;
    text-align: left;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 10px;
}

.inline {
    display: inline;
}
.inline_block {
    display: inline-block;
}
#modaleAdresseVerification{
    width: 100px;
}
#Enfant_Utilisateur_Entete_FicheSuiviMensuel{
    text-align: left;
}

#BaliseFicheSuiviElement{
    width : 100%;
}


.cell-container {
    display: flex;
    flex-wrap: wrap;
    min-width: fit-content; /* La largeur minimale correspond au contenu */
}

.cell1, .cell2 {
    flex: 1;
    margin-right: 10px;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .cell1, .cell2 {
        flex: 1 0 100%; /* Les cellules prennent toute la largeur et se superposent verticalement */
        margin-right: 0;
    }
}


/* code de base dans ObjectLoader */ 

       


#FilterUtilisateur {
    display: grid;
    grid-template-columns: 1fr auto; /* Deux colonnes : une pour Fill, une pour content */
    grid-template-areas: "cell1 cell2"; /* Zones des cellules dans la grille */
    align-items: center;
    gap: 10px;
    text-align: right;
    margin: 0 auto;
    max-width: auto;
    margin-bottom: 20px;
    text-align: center;
}

.cell1 {
    grid-area: cell1; /* Zone de la cellule 1 */
}

.cell2 {
    grid-area: cell2; /* Zone de la cellule 2 */
}

.label {
    display: flex;
    align-items: center;
}

.input {
    margin-left: 10px;
}

.dropdown {
    margin-left: 10px;
    align-items: center;
}

.button {
    justify-self: end;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

#FicheProfilUtilisateur {
    max-height: 1000px;
    overflow: auto;
}

.loading {
    cursor: wait;
}

#progressbar {
    background-color: black;
    border-radius: 10px;
    /* (height of inner div) / 2 + padding */
    padding: 1px;
}

#progressbar>div {
    background-color: #4CAF50;
    width: 70%;
    /* Adjust with JavaScript */
    height: 15px;
    border-radius: 10px;
}

@keyframes ellipsis {
    0%, 100% { content: ''; }
    33% { content: '.'; }
    66% { content: '..'; }
}

#loading-text::after {
    content: '';
    display: inline-block;
    width: 0;
    animation: ellipsis 1.5s infinite;
}
#loading-text {
    font-size: 20px;
    color: black;
}

.ModaleText{
    font-size: 17px;
}

.ButtonSizeEmailNonEnvoyer{
    width : 60px;
    height : 40px;
    margin-right : 5px;
    color : black;
    background-color : white;
    border: none;
}

.table-scrollable {
    max-height: 20px; /* Définissez la hauteur maximale souhaitée */
    overflow-y: auto; /* Activer la barre de défilement verticale en cas de dépassement */
}
  




  