/*	-------------------------------------------------------------------
 * 	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:#2e5473; background-color:#FFFFFF;}

.w3-theme-txt {color:#77cc6d;}
.w3-theme-bdr {border-color:#77cc6d;}
.w3-theme-d5-bdr {border-color:#77cc6d;}
.w3-theme-l1-bdr {border-color:#77cc6d;}

.w3-theme-hvr:hover {color:#fff; background-color:#77cc6d;}
.w3-theme-d5-hvr:hover {color:#fff; background-color:#77cc6d;}
.w3-theme-txt-hvr:hover {color:#77cc6d;}
.w3-theme-bdr-hvr:hover {border-color:#77cc6d;}


.w3-theme-l5 {color:#000 !important; background-color:#f7fcf6 !important}
.w3-theme-l4 {color:#000 !important; background-color:#e3f5e2 !important}
.w3-theme-l3 {color:#000 !important; background-color:#c8eac4 !important}
.w3-theme-l2 {color:#000 !important; background-color:#ace0a7 !important}
.w3-theme-l1 {color:#000 !important; background-color:#91d689 !important}
.w3-theme-d1 {color:#fff !important; background-color:#60c355 !important}
.w3-theme-d2 {color:#fff !important; background-color:#4db841 !important}
.w3-theme-d3 {color:#fff !important; background-color:#43a139 !important}
.w3-theme-d4 {color:#fff !important; background-color:#398a31 !important}
.w3-theme-d5 {color:#fff !important; background-color:#307328 !important}

.w3-theme-light {color:#000 !important; background-color:#f7fcf6 !important}
.w3-theme-dark {color:#fff !important; background-color:#307328 !important}
.w3-theme-action {color:#fff !important; background-color:#307328 !important}

.w3-theme {color:#000 !important; background-color:#77cc6d !important}
.w3-text-theme {color:#77cc6d !important}
.w3-border-theme {border-color:#77cc6d !important}

.w3-hover-theme:hover {color:#000 !important; background-color:#77cc6d !important}
.w3-hover-text-theme:hover {color:#77cc6d !important}
.w3-hover-border-theme:hover {border-color:#77cc6d !important}