/* Use this file to override the style of an inherited theme */


.card-custom-green
{
    background-color: #5cb85c;
}

.cell-emphasis
{
    background-color:orange !important;
    background-clip:content-box !important;
    width:40px !important;
    line-height:30px !important;
    text-align:center !important;
    font-size:16px !important;
    font-weight:bold !important;
}


.cell-regular
{
    font-size: 16px !important;
    line-height:30px !important;
}

.low-inventory
{
    background-color:	#F9F87F !important;
}

.inventory-background
{
    background-color:	steelblue !important;
}

.tasks-background
{
    background-color:	lightblue !important;
}

.notification-background
{
    background-color:	lightgray !important;
}

.status-background
{
    background-color:	lightslategray !important;
}