/*	-------------------------------------------------------------------
 * 	Adapted from a theme produced using w3schools colour generator
 *	(https://www.w3schools.com/w3css/w3css_color_generator.asp)
 *
 * 	Key Colour: #3981bf
 *
 * 	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 some extra colours. Not all are used.
	------------------------------------------------------------------*/

/*	Main Theme */

.lw-theme-white {color:#1d4160; background-color:#FFFFFFB3;}
.lw-theme-white-opaque {color:#1d4160; background-color:#FFFFFF;}
.lw-theme-l5 {color:#1d4160; background-color:#f3f7fb}
.lw-theme-l4 {color:#1d4160; background-color:#d7e6f3}
.lw-theme-l3 {color:#1d4160; background-color:#afcde7}
.lw-theme-l2 {color:#1d4160; background-color:#87b4db}
.lw-theme-l1 {color:#1d4160; background-color:#5f9bcf}
.lw-theme-d1 {color:#f3f7fb; background-color:#3475ad}
.lw-theme-d2 {color:#f3f7fb; background-color:#2e689a}
.lw-theme-d3 {color:#f3f7fb; background-color:#285b87}
.lw-theme-d4 {color:#f3f7fb; background-color:#224e73}
.lw-theme-d5 {color:#f3f7fb; background-color:#1d4160}

.lw-theme-light {color:#1d4160; background-color:#f3f7fb1A}
.lw-theme-dark {color:#f3f7fb; background-color:#1d4160}
.lw-theme-action {color:#f3f7fb; background-color:#1d4160}

.lw-theme {color:#f3f7fb; background-color:#3981bf}
.lw-theme-txt {color:#3981bf}
.lw-theme-bdr {border-color:#3981bf}
.lw-theme-d5-bdr {border-color:#1d4160}
.lw-theme-l3-bdr {border-color:#afcde7}
.lw-theme-l5-bdr {border-color:#f3f7fb}

.lw-theme-d4-menu {color:#f3f7fb; background-color:#224e73}
.lw-theme-l1-menu {color:#1d4160; background-color:#5f9bcf}

.lw-theme-hvr:hover {color:#f3f7fb; background-color:#3981bf}
.lw-theme-d5-hvr:hover {color:#f3f7fb; background-color:#1d4160}
.lw-theme-txt-hvr:hover {color:#3981bf}
.lw-theme-bdr-hvr:hover {border-color:#3981bf}


/*	Additional Colours */


.lw-theme-link-primary {color:#3981bf;}
.lw-theme-link-primary:hover {color:#90b897;}
.lw-theme-link-dark {color:#2e5473;}
.lw-theme-link-dark:hover {color:#90b897;}
.lw-theme-link-light {color:#78a5c9;}
.lw-theme-link-light:hover {color:#90b897;}
.lw-theme-link-whiteish {color:#f3f7fb;}
.lw-theme-link-whiteish:hover {color:#3981bf;}


.lw-theme-second {color: #fe904d;}
.lw-theme-third {color: #feca05;}
.lw-theme-fourth {color:#90b897;}
 