/*	-------------------------------------------------------------------
 * 	Colours for the CumulusMX Alternative Interface
 * 	Produced using w3Schools colour generator
 *
 * 	Key Colour: #4e5b31
 *
 * 	Theme modified to change font 'color's to either lightest or darkest
 * 	theme colour.  Also modified names for text, borders & hover colours.
 * 	I have added a few extras. Not all are used.
 * 	Neil Thomas
	------------------------------------------------------------------*/

/*	Check that your theme is named as shown  below */

.w3-theme-white {color:#013220; background-color:#FFFFFF;}
.w3-theme-l5 {color:#013220; background-color:#f7fafc;}
.w3-theme-l4 {color:#013220; background-color:#e4edf4;}
.w3-theme-l3 {color:#013220 ; background-color:#015220;}
.w3-theme-l2 {color:#013220 ; background-color:#aec9df;}
.w3-theme-l1 {color:#013220 ; background-color:#93b7d4;}
.w3-theme-d1 {color:#f7fafc ; background-color:#6195c0;}
.w3-theme-d2 {color:#f7fafc ; background-color:#4a86b7;}
.w3-theme-d3 {color:#f7fafc ; background-color:#4075a1;}
.w3-theme-d4 {color:#f7fafc ; background-color:#416552;}
.w3-theme-d5 {color:#f7fafc ; background-color:#2e5473;}

.w3-theme-light {color:#013220 ; background-color:#fff;}/*fondo lateral*/
.w3-theme-dark {color:#f7fafc ; background-color:#013220;}
.w3-theme-action {color:#f7fafc ; background-color:#2e5473;}

.w3-theme {color:#f7fafc ; background-color:#013220;}
.w3-theme-txt {color:#013220;}
.w3-theme-bdr {border-color:#015220;}
.w3-theme-d5-bdr {border-color:#2e5473;}
.w3-theme-l1-bdr {border-color:#f7fafc;}

.w3-theme-hvr:hover {color:#f7fafc; background-color:#013220;}
.w3-theme-d5-hvr:hover {color:#f7fafc; background-color:#013220;}
.w3-theme-txt-hvr:hover {color:#013220;}
.w3-theme-bdr-hvr:hover {border-color:#013220;}