.customgrid
{
	font-size:12px;
    font-family: 'Helvetica Neue Light', 'Open Sans', Helvetica;
    font-weight: 200;
    height: 40px;    
    overflow: auto ;
}

.bg-red td {
background-color: #f08080 !important;
}
.bg-green td{
background-color: #20c997 !important;
}
.bg-gray td{
background-color: #d9d9d9 !important;
}
.bg-dark-grey td{
background-color: #566573 !important;
}
.bg-blue td{
background-color: #A9CCE3 !important;
}
.bg-purple td{
background-color: #ccccff !important;
}
.bg-orange td{
background-color: #FFC300 !important;
}

html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}
#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
/* Set the fixed height of the footer here */
height: 60px;
background-color: #f5f5f5;
}

