table tr td input, table tr td select{
    border-radius: 0 !important;
    border: 0px !important;
}

.highlight{
    /*background-color:rgba(255,255,0,0.1) !important;*/
    background-color: rgba(13, 110, 253, 0.08) !important;
}

.highlight td{
    /*background-color:rgba(255,255,0,0.1) !important;*/
    background-color: rgba(13, 110, 253, 0.08) !important;
}

.docSent td{
    background:var(--bs-success-bg-subtle); 
}

.docLocked td, .sampleDocLocked{
    background:#e0cffc; 
}

[data-bs-theme=dark] .docLocked td, [data-bs-theme=dark] .sampleDocLocked{
    background:#520dc2; 
}

.docAnagrErr td{
    background:var(--bs-warning-bg-subtle); 
}

.docBozza td{
    background:var(--bs-primary-border-subtle);
}

.docOrEvaded td{
    background:var(--bs-success-bg-subtle); 
}

.leafletUpdatedPrice td{
    background-color:var(--bs-danger-bg-subtle); 
}

.receipt_under_30 td{
    background-color:var(--bs-danger-bg-subtle);
}

.receipt_returned td{
    background-color:var(--bs-warning-bg-subtle);
}

.or_tip_danger td, .or_tip_danger{
    background-color:var(--bs-danger-bg-subtle);
}

.or_tip_warning td, .or_tip_warning{
    background-color:var(--bs-warning-bg-subtle);
}