/*	----------------------------------------------------------------------------------------------
 * 	Colours for the CumulusMX Version 3.10.1 and above.  Produced using w3Schools colour generator
 * 
 * 	Key Colour: #bcbcbe - Quiet Grey
 * 
 * 	Theme Modifications
 * 	ADDED: Colour style names have all been changed to start: '.w3-theme-'	IMPORTANT
 *  ADDED: .w3-theme-white' to give white panels:							IMPORTANT
 *  STYLE NAMES: 'text', 'border' & 'hover' shortend to three letter: 		IMPORTANT
 * 	
 * 	MODIFY: 'color' attribute changed to either lightest or darkest theme colour:	OPTIONAL
 *  ADDED:	some extra hover and border styles but not neccessarily used:			OPTIONAL
 * 	
 * 	Neil Thomas
 *	---------------------------------------------------------------------------------------------*/

.w3-theme-white {color:#5c5c60; background-color: #ffffff;}
.w3-theme-l5 {color:#5c5c60 ; background-color:#fbfbfb }
.w3-theme-l4 {color:#5c5c60 ; background-color:#f1f1f2 }
.w3-theme-l3 {color:#5c5c60 ; background-color:#e4e4e5 }
.w3-theme-l2 {color:#5c5c60 ; background-color:#d6d6d8 }
.w3-theme-l1 {color:#5c5c60 ; background-color:#c9c9cb }
.w3-theme-d1 {color:#5c5c60 ; background-color:#a8a8ac }
.w3-theme-d2 {color:#fbfbfb ; background-color:#959599 }
.w3-theme-d3 {color:#fbfbfb ; background-color:#828287 }
.w3-theme-d4 {color:#fbfbfb ; background-color:#6f6f73 }
.w3-theme-d5 {color:#fbfbfb ; background-color:#5c5c60 }

.w3-theme-light {color:#5c5c60 ; background-color:#fbfbfb }
.w3-theme-dark {color:#fbfbfb ; background-color:#5c5c60 }
.w3-theme-action {color:#fbfbfb ; background-color:#5c5c60 }

.w3-theme {color:#5c5c60 ; background-color:#bcbcbe }
.w3-theme-txt {color:#bcbcbe }
.w3-theme-bdr {border-color:#bcbcbe }

.w3-theme-hvr:hover {color:#5c5c60 ; background-color:#bcbcbe }
.w3-theme-d5-hvr:hover{color:fbfbfb; background-color:#5c5c60;}
.w3-theme-txt-hvr:hover {color:#bcbcbe }
.w3-theme-bdr-hvr:hover {border-color:#bcbcbe }
