/*	----------------------------------------------------------------------------------------------
 * 	Colours for the CumulusMX Version 3.10.1 and above.  Produced using w3Schools colour generator
 * 
 * 	Key Colour: #6b5b95 - Ultra Violet
 * 
 * 	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:362e4a; background-color:#ffffff;}
.w3-theme-l5 {color:#362e4a ; background-color:#f6f5f9 }
.w3-theme-l4 {color:#362e4a ; background-color:#e1ddea }
.w3-theme-l3 {color:#362e4a ; background-color:#c3bcd6 }
.w3-theme-l2 {color:#f6f5f9 ; background-color:#a59ac1 }
.w3-theme-l1 {color:#f6f5f9 ; background-color:#8879ad }
.w3-theme-d1 {color:#f6f5f9 ; background-color:#615286 }
.w3-theme-d2 {color:#f6f5f9 ; background-color:#564977 }
.w3-theme-d3 {color:#f6f5f9 ; background-color:#4b4068 }
.w3-theme-d4 {color:#f6f5f9 ; background-color:#403759 }
.w3-theme-d5 {color:#f6f5f9 ; background-color:#362e4a }

.w3-theme-light {color:#362e4a ; background-color:#f6f5f9 }
.w3-theme-dark {color:#f6f5f9 ; background-color:#362e4a }
.w3-theme-action {color:#f6f5f9 ; background-color:#362e4a }

.w3-theme {color:#f6f5f9 ; background-color:#6b5b95 }
.w3-theme-txt {color:#6b5b95 }
.w3-theme-bdr {border-color:#6b5b95 }

.w3-theme-hvr:hover {color:#f6f5f9 ; background-color:#6b5b95 }
.w3-theme-d5-hvr:hover {color:#f6f5f9; background-color:#362e4a;}
.w3-text-theme-txt-hvr:hover {color:#6b5b95 }
.w3-theme-bdr-hvr:hover {border-color:#6b5b95 }
