﻿/*#Allocations tr[data-statusid=unallocated] {
    background-color: #ffd9d9;
}

#Allocations tr[data-statusid=fifo] {

    background-color: #d9efff;

}

#Allocations tr[data-statusid=po] {

    background-color: #fff4d9;
}*/


#Allocations td[data-orig=fifo] {
    background-color: #0094ff;
}
