
/*
 *  Document   : themes.css
 *  Author     : pixelcave
 *  Description: The themes stylesheet of the template. The classes can be used to
 *  alter the text, the background or the border color of an element individually
 *
 */
/*
=================================================================
THEME DEFAULT
=================================================================
*/
/*Bilal*/


.themed-background-default {
    background-color: #00B9E3 !important;
}


.themed-background-amethyst {
    background-color: #af64cc !important;
}


.themed-background-fire {
    background-color: #A7D373 !important;
}