/* Color Themes 
	generator:  https://www.w3schools.com/w3css/w3css_color_generator.asp
*/
/* [[orange]] */
.orange-theme-l5 {color:#000 !important; background-color:#fff7f1 !important}
.orange-theme-l4 {color:#000 !important; background-color:#ffe5d1 !important}
.orange-theme-l3 {color:#000 !important; background-color:#fecba2 !important}
.orange-theme-l2 {color:#000 !important; background-color:#feb274 !important}
.orange-theme-l1 {color:#000 !important; background-color:#fd9845 !important}
.orange-theme-d1 {color:#fff !important; background-color:#f57002 !important}
.orange-theme-d2 {color:#fff !important; background-color:#da6302 !important}
.orange-theme-d3 {color:#fff !important; background-color:#bf5702 !important}
.orange-theme-d4 {color:#fff !important; background-color:#a44b02 !important}
.orange-theme-d5 {color:#fff !important; background-color:#883e01 !important}

.orange-theme-light {color:#000 !important; background-color:#fff7f1 !important}
.orange-theme-dark {color:#fff !important; background-color:#883e01 !important}
.orange-theme-action {color:#fff !important; background-color:#883e01 !important}

.orange-theme {color:#fff !important; background-color:#fd7e14 !important}
.orange-text-theme {color:#fd7e14 !important}
.orange-border-theme {border-color:#fd7e14 !important}

.orange-hover-theme:hover {color:#fff !important; background-color:#fd7e14 !important}
.orange-hover-text-theme:hover {color:#fd7e14 !important}
.orange-hover-border-theme:hover {border-color:#fd7e14 !important}