/*	----------------------------------------------------------------------------------------------
 * 	Colours for the CumulusMX Version 3.10.1 and above.  Produced using w3Schools colour generator
 * 
 * 	Key Colour: #00a591 - Arcadia
 *  
 * 	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:#005248; background-color:#ffffff}
.w3-theme-l5 {color:#005248 ; background-color:#eafffd }
.w3-theme-l4 {color:#005248 ; background-color:#bafff7 }
.w3-theme-l3 {color:#005248 ; background-color:#74ffef }
.w3-theme-l2 {color:#005248 ; background-color:#2fffe7 }
.w3-theme-l1 {color:#eafffd ; background-color:#00e9cd }
.w3-theme-d1 {color:#eafffd ; background-color:#009382 }
.w3-theme-d2 {color:#eafffd ; background-color:#008373 }
.w3-theme-d3 {color:#eafffd ; background-color:#007265 }
.w3-theme-d4 {color:#eafffd ; background-color:#006256 }
.w3-theme-d5 {color:#eafffd ; background-color:#005248 }

.w3-theme-light {color:#005248 ; background-color:#eafffd }
.w3-theme-dark {color:#eafffd ; background-color:#005248 }
.w3-theme-action {color:#eafffd ; background-color:#005248 }

.w3-theme {color:#eafffd ; background-color:#00a591 }
.w3-theme-txt {color:#00a591 }
.w3-theme-bdr {border-color:#00a591 }

.w3-theme-hvr:hover {color:#eafffd ; background-color:#00a591 }
.w3-theme-d5-hvr:hover {color: #eafffd; background-color:#005248;}
.w3-theme-txt-hvr:hover {color:#00a591 }
.w3-theme-bdr-hvr:hover {border-color:#00a591 }
