/*
 *  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
=================================================================
*/

.themed-color-default { color: #1bbae1 !important; }
.themed-border-default { border-color: #1bbae1 !important; }
.themed-background-default { background-color: #1bbae1 !important; }
.themed-color-dark-default { color: #394263 !important; }
.themed-border-dark-default { border-color: #394263 !important; }
.themed-background-dark-default { background-color: #394263 !important; }

/* novas cores */
.themed-color-light-default { color: #80dcf1 !important; }
.themed-border-light-default { border-color: #80dcf1 !important; }
.themed-background-light-default { background-color: #80dcf1 !important; }
.themed-color-bright-default { color: #d9f8ff !important; }
.themed-border-bright-default { border-color: #d9f8ff !important; }
.themed-background-bright-default { background-color: #d9f8ff !important; }

/*
=================================================================
THEME NIGHT
=================================================================
*/

.themed-color-night { color: #888888 !important; }
.themed-border-night { border-color: #888888 !important; }
.themed-background-night { background-color: #888888 !important; }
.themed-color-dark-night { color: #333333 !important; }
.themed-border-dark-night { border-color: #333333 !important; }
.themed-background-dark-night { background-color: #333333 !important; }

/* novas cores */
.themed-color-light-night { color: #c9c9c9 !important; }
.themed-border-light-night { border-color: #c9c9c9 !important; } 
.themed-background-light-night { background-color: #c9c9c9 !important; }
.themed-color-bright-night { color: #efefef !important; }
.themed-border-bright-night { border-color: #efefef !important; }
.themed-background-bright-night { background-color: #efefef !important; }

/*
=================================================================
THEME AMETHYST
=================================================================
*/

.themed-color-amethyst { color: #af64cc !important; }
.themed-border-amethyst { border-color: #af64cc !important; }
.themed-background-amethyst { background-color: #af64cc !important; }
.themed-color-dark-amethyst { color: #583a63 !important; }
.themed-border-dark-amethyst { border-color: #583a63 !important; }
.themed-background-dark-amethyst { background-color: #583a63 !important; }

/* novas cores */
.themed-color-light-amethyst { color: #ddadf1 !important; }
.themed-border-light-amethyst { border-color: #ddadf1 !important; }
.themed-background-light-amethyst { background-color: #ddadf1 !important; }
.themed-color-bright-amethyst { color: #f3e2fb !important; }
.themed-border-bright-amethyst { border-color: #f3e2fb !important; }
.themed-background-bright-amethyst { background-color: #f3e2fb !important; }

/*
=================================================================
THEME MODERN
=================================================================
*/

.themed-color-modern { color: #46b7bf !important; }
.themed-border-modern { border-color: #46b7bf !important; }
.themed-background-modern { background-color: #46b7bf !important; }
.themed-color-dark-modern { color: #3b3f40 !important; }
.themed-border-dark-modern { border-color: #3b3f40 !important; }
.themed-background-dark-modern { background-color: #3b3f40 !important; }

/* novas cores */
.themed-color-light-modern { color: #86dde1 !important; }
.themed-border-light-modern { border-color: #86dde1 !important; }
.themed-background-light-modern { background-color: #86dde1 !important; }
.themed-color-bright-modern { color: #c0f0f2 !important; }
.themed-border-bright-modern { border-color: #c0f0f2 !important; }
.themed-background-bright-modern { background-color: #c0f0f2 !important; }

/*
=================================================================
THEME AUTUMN
=================================================================
*/

.themed-color-autumn { color: #e67e22 !important; }
.themed-border-autumn { border-color: #e67e22 !important; }
.themed-background-autumn { background-color: #e67e22 !important; }
.themed-color-dark-autumn { color: #4a392b !important; }
.themed-border-dark-autumn { border-color: #4a392b !important; }
.themed-background-dark-autumn { background-color: #4a392b !important; }

/* novas cores */
.themed-color-light-autumn { color: #fbbb83 !important; }
.themed-border-light-autumn { border-color: #fbbb83 !important; }
.themed-background-light-autumn { background-color: #fbbb83 !important; }
.themed-color-bright-autumn { color: #ffe2c9 !important; }
.themed-border-bright-autumn { border-color: #ffe2c9 !important; }
.themed-background-bright-autumn { background-color: #ffe2c9 !important; }

/*
=================================================================
THEME FLATIE
=================================================================
*/

.themed-color-flatie { color: #1ec1b8 !important; }
.themed-border-flatie { border-color: #1ec1b8 !important; }
.themed-background-flatie { background-color: #1ec1b8 !important; }
.themed-color-dark-flatie { color: #32323a !important; }
.themed-border-dark-flatie { border-color: #32323a !important; }
.themed-background-dark-flatie { background-color: #32323a !important; }

/* novas cores */
.themed-color-light-flatie { color: #80e8e3 !important; }
.themed-border-light-flatie { border-color: #80e8e3 !important; }
.themed-background-light-flatie { background-color: #80e8e3 !important; }
.themed-color-bright-flatie { color: #bcfcf9 !important; }
.themed-border-bright-flatie { border-color: #bcfcf9 !important; }
.themed-background-bright-flatie { background-color: #bcfcf9 !important; }

/*
=================================================================
THEME SPRING
=================================================================
*/

.themed-color-spring { color: #27ae60 !important; }
.themed-border-spring { border-color: #27ae60 !important; }
.themed-background-spring { background-color: #27ae60 !important; }
.themed-color-dark-spring { color: #344a3d !important; }
.themed-border-dark-spring { border-color: #344a3d !important; }
.themed-background-dark-spring { background-color: #344a3d !important; }

/* novas cores */
.themed-color-light-spring { color: #8be3b0 !important; }
.themed-border-light-spring { border-color: #8be3b0 !important; }
.themed-background-light-spring { background-color: #8be3b0 !important; }
.themed-color-bright-spring { color: #c8f8dc !important; }
.themed-border-bright-spring { border-color: #c8f8dc !important; }
.themed-background-bright-spring { background-color: #c8f8dc !important; }

/*
=================================================================
THEME FANCY
=================================================================
*/

.themed-color-fancy { color: #f31455 !important; }
.themed-border-fancy { border-color: #f31455 !important; }
.themed-background-fancy { background-color: #f31455 !important; }
.themed-color-dark-fancy { color: #352b4e !important; }
.themed-border-dark-fancy { border-color: #352b4e !important; }
.themed-background-dark-fancy { background-color: #352b4e !important; }

/* novas cores */
.themed-color-light-fancy { color: #ff92b2 !important; }
.themed-border-light-fancy { border-color: #ff92b2 !important; }
.themed-background-light-fancy { background-color: #ff92b2 !important; }
.themed-color-bright-fancy { color: #ffd6e2 !important; }
.themed-border-bright-fancy { border-color: #ffd6e2 !important; }
.themed-background-bright-fancy { background-color: #ffd6e2 !important; }

/*
=================================================================
THEME FIRE
=================================================================
*/

.themed-color-fire { color: #e74c3c !important; }
.themed-border-fire { border-color: #e74c3c !important; }
.themed-background-fire { background-color: #e74c3c !important; }
.themed-color-dark-fire { color: #4a2e2b !important; }
.themed-border-dark-fire { border-color: #4a2e2b !important; }
.themed-background-dark-fire { background-color: #4a2e2b !important; }

/* novas cores */
.themed-color-light-fire { color: #ffa298 !important; }
.themed-border-light-fire { border-color: #ffa298 !important; }
.themed-background-light-fire { background-color: #ffa298 !important; }
.themed-color-bright-fire { color: #f9d5d1 !important; }
.themed-border-bright-fire { border-color: #f9d5d1 !important; }
.themed-background-bright-fire { background-color: #f9d5d1 !important; }
