.field-mandatory {
    border: 3px solid red
    }
    
.field-mandatory.filled {
    border-color: green;
}

.mission_legendVirtualPrelevementCoringNameMrc
{
    color:red;font-size:14px;
}

#btnCloneElementDatatableActionMrc[disabled]
{
    pointer-events: auto;
    cursor: not-allowed;
}

#btnCloneElementDatatableActionMrcInput[disabled]
{
    pointer-events: auto;
    cursor: not-allowed;
}

#btnDeleteElementDatatableActionMrc[disabled]
{
    pointer-events: auto;
    cursor: not-allowed;
}

.cardButtonsMrc
{
    background-color: #F5F5F5;
}

.btnHoles {
    font-family: Raleway-SemiBold;
    font-size: 13px;
    color: rgba(108, 88, 179, 0.75);
    letter-spacing: 1px;
    line-height: 15px;
    border: 2px solid rgba(108, 89, 179, 0.75);
    /* border-radius: 40px; */
    background: transparent;
    transition: all 0.3s ease 0s;
  }
.btnHoles:hover {
    color: #FFF;
    background: rgba(108, 88, 179, 0.75);
    border: 2px solid rgba(108, 89, 179, 0.75);
  }

#virtualPrelevementCoringHasHoleNameLegend
{
    color:red;font-size:14px;
}
  
a.disabled {
    pointer-events: none;
    color: grey;
    cursor: not-allowed;
    text-decoration: none;
    position: relative; /* Nécessaire pour le positionnement du tooltip */
}

a.disabled::after {
    content: attr(data-title); /* Utilise le contenu de l'attribut data-title */
    position: absolute;
    bottom: 150%; /* Ajustez cette valeur pour positionner le tooltip */
    left: 50%;
    transform: translateX(-50%);
    background-color: black;
    color: white;
    padding: 5px;
    border-radius: 3px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s, visibility 0.2s;
    z-index: 10000; /* Assurez-vous que le tooltip est au-dessus des autres éléments */
}

a.disabled:hover::after {
    opacity: 1;
    visibility: visible;
}

.btnLoadVirtualPrelevementCoringHole[disabled], .btnEditVirtualPrelevementCoringHole[disabled], .btnDeleteVirtualPrelevementCoringHole[disabled]
{
    pointer-events: auto;
    cursor: not-allowed;
}

.accordion-mrc-body 
{
    max-height: 800px; /* Limite la hauteur pour déclencher la scrollbar */
    overflow-y: auto; /* Active la scrollbar verticale */
}

