/*	-------------------------------------------------------------------
 * 	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:#ff4300; background-color:#FFFFFF;}
.w3-theme-l5 {color:#ff4300; background-color:#fef4f1;}
.w3-theme-l4 {color:#ff4300; background-color:#fef4f1;}
.w3-theme-l3 {color:#ff4300; background-color:#ffd6bd;}
.w3-theme-l2 {color:#ff4300; background-color:#ffc6a3;}
.w3-theme-l1 {color:#ff4300; background-color:#ffb385;}
.w3-theme-d1 {color:#fef4f1; background-color:#ff9657;}
.w3-theme-d2 {color:#fef4f1; background-color:#fe873e;}
.w3-theme-d3 {color:#fef4f1; background-color:#fe7a2a;}
.w3-theme-d4 {color:#fef4f1; background-color:#ff4300;}
.w3-theme-d5 {color:#fef4f1; background-color:#ff4300;}

.w3-theme-light {color:#ff4300 ; background-color:#fef4f1;}
.w3-theme-dark {color:#fef4f1 ; background-color:#ff4300;}
.w3-theme-action {color:#fef4f1 ; background-color:#ff4300;}

.w3-theme {color:#fef4f1 ; background-color:#ff7629;}
.w3-theme-txt {color:#ff7629;}
.w3-theme-bdr {border-color:#ff7629;}
.w3-theme-d5-bdr {border-color:#ff4300;}
.w3-theme-l1-bdr {border-color:#fef4f1;}

.w3-theme-hvr:hover {color:#fef4f1; background-color:#ff7629;}
.w3-theme-d5-hvr:hover {color:#fef4f1; background-color:#ff4300;}
.w3-theme-txt-hvr:hover {color:#ff7629;}
.w3-theme-bdr-hvr:hover {border-color:#ff7629;}
