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

.mission_legendPrelevementCoringNameMrc
{
    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;
}

#prelevementCoringHasSampleNameLegend
{
    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;
}

.btnLoadPrelevementCoringSample[disabled], .btnEditPrelevementCoringSample[disabled], .btnDeletePrelevementCoringSample[disabled]
{
    pointer-events: auto;
    cursor: not-allowed;
}

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

.btnModalViewSampleLevel2Mrc[disabled]
{
    pointer-events: auto;
    cursor: not-allowed;
}