
.table-striped > tbody > tr.expired > *,
.table-striped > tbody > tr.expired:nth-of-type(2n+1) > * {
    color:#dc3545;
}

.table-striped > tbody > tr.disabled > *,
.table-striped > tbody > tr.disabled:nth-of-type(2n+1) > *
{
    color:#6c757d;
}

#dataExpirare{text-indent: -500px;}



datalist {
    z-index: 99;
    position: absolute;
    background-color: white;
    border: 1px solid #ced4da;
    border-radius: 0 0 5px 5px;
    border-top: none;
    font-family: sans-serif;
    padding: 5px;
    max-height: 10rem;
    overflow-y: auto;
    box-shadow: 0 0.25rem 0.25rem rgba(13, 110, 253, 0.25), -0.25rem 0.25rem 0.25rem rgba(13, 110, 253, 0.25), 0.25rem 0.25rem 0.25rem rgba(13, 110, 253, 0.25);     
  }
  
  option {
    background-color: white;
    padding: 4px;
    color: 212529;
    margin-bottom: 1px;
     font-size: 1rem;
    cursor: pointer;
  }
  




