.field-mandatory {
border: 3px solid red
}

.field-mandatory.filled {
    border-color: green;
}

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

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

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

.cardButtonsSrc
{
    background-color: #F5F5F5;
}

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