﻿
/*Listview's editor backgorund color.*/
.listEditor{
    background-color: #D0EDBE;
}

.Row-Highlight
{ 
    background-color: #D0EDBE;
}   
.Row-Highlight.k-alt
{ 
    background-color: #D0EDBE;
}   

/*Filter highlight color*/
.k-state-active.k-grid-filter{
    background-color: #D0EDBE;

}
/*----------------------------------------------------------
The base color for this template is #7ea700. If you'd like
to use a different color start by replacing all instances of
#7ea700 with your new color.
----------------------------------------------------------*/

body
{
    background-color: #1D4E00;
    font-size: 75%;
    font-family: Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #fff;
}

footer{
    background-color: #1D4E00 !important;
}


.themeDark{
    background-color: #1D4E00 !important;
    color: white !important;
}

.themeLight{
    background-color: rgba(49, 133, 0, 1) !important;
    color: white !important;
}



/* Super Light  #????? */ 
/* Light        gba(49, 133, 0, 1) */
/* Dark         1D4E00 */
