/*	-------------------------------------------------------------------
 * 	Colours for the CumulusMX Alternative Interface
 * 	Produced using w3Schools colour generator
 *
 * 	Key Colour: #9090ff
 *
 * 	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:#000000; background-color:#D2D2FF;}
.w3-theme-l5 {color:#000000 !important; background-color:#f8f8ff !important}
.w3-theme-l4 {color:#000000 !important; background-color:#e9e9ff !important}
.w3-theme-l3 {color:#000000 !important; background-color:#d2d2ff !important}
.w3-theme-l2 {color:#000000 !important; background-color:#bcbcff !important}
.w3-theme-l1 {color:#000000 !important; background-color:#a5a5ff !important}
.w3-theme-d1 {color:#ffffff !important; background-color:#6767ff !important}
.w3-theme-d2 {color:#ffffff !important; background-color:#3f3fff !important}
.w3-theme-d3 {color:#ffffff !important; background-color:#1717ff !important}
.w3-theme-d4 {color:#ffffff !important; background-color:#0000ef !important}
.w3-theme-d5 {color:#ffffff !important; background-color:#0000c7 !important}

.w3-theme-light {color:#000000 !important; background-color:#f8f8ff !important}
.w3-theme-dark {color:#ffffff !important; background-color:#0000c7 !important}
.w3-theme-action {color:#ffffff !important; background-color:#0000c7 !important}

.w3-theme {color:#fff !important; background-color:#9090ff !important}
.w3-text-theme {color:#9090ff !important}
.w3-border-theme {border-color:#9090ff !important}

.w3-hover-theme:hover {color:#ffffff !important; background-color:#9090ff !important}
.w3-hover-text-theme:hover {color:#9090ff !important}
.w3-hover-border-theme:hover {border-color:#9090ff !important}