/* Color Themes 
	generator:  https://www.w3schools.com/w3css/w3css_color_generator.asp
*/
/* [[lila]] */
.cyan-theme-l5 {color:#000 !important; background-color:#f0fcfe !important}
.cyan-theme-l4 {color:#000 !important; background-color:#cff5fc !important}
.cyan-theme-l3 {color:#000 !important; background-color:#9eebfa !important}
.cyan-theme-l2 {color:#000 !important; background-color:#6ee0f7 !important}
.cyan-theme-l1 {color:#000 !important; background-color:#3dd6f5 !important}
.cyan-theme-d1 {color:#fff !important; background-color:#0bb8da !important}
.cyan-theme-d2 {color:#fff !important; background-color:#0aa3c2 !important}
.cyan-theme-d3 {color:#fff !important; background-color:#098faa !important}
.cyan-theme-d4 {color:#fff !important; background-color:#087a91 !important}
.cyan-theme-d5 {color:#fff !important; background-color:#066679 !important}

.cyan-theme-light {color:#000 !important; background-color:#f0fcfe !important}
.cyan-theme-dark {color:#fff !important; background-color:#066679 !important}
.cyan-theme-action {color:#fff !important; background-color:#066679 !important}

.cyan-theme {color:#fff !important; background-color:#0dcaf0 !important}
.cyan-text-theme {color:#0dcaf0 !important}
.cyan-border-theme {border-color:#0dcaf0 !important}

.cyan-hover-theme:hover {color:#fff !important; background-color:#0dcaf0 !important}
.cyan-hover-text-theme:hover {color:#0dcaf0 !important}
.cyan-hover-border-theme:hover {border-color:#0dcaf0 !important}	