.row-color-blue-dark{
    background-color: dodgerblue !important;
}
.row-color-blue-light{
    background-color: lightskyblue !important;
}

.row-color-red-dark{
    background-color: #fee1dd !important;
}
.row-color-red-light{
    background-color: #fbecea !important;
}

.row-color-subtotal-light{
    background-color: #E0F1FF !important;
}