/* W3-THEME Color */
* {
	--text-theme: #FE6701;
    --box-warning: #fff6f0;
    --box-warning-border: #FE6701;
    
    
    --btn-border: #444;
    --btn-background: #FE6701;
    --btn-text: #fff;
    
    --w3-theme-l5 {color:#000 !important; background-color:#fff6f0 !important};
    --w3-theme-l4 {color:#000 !important; background-color:#ffe0cc !important};
    --w3-theme-l3 {color:#000 !important; background-color:#fec29a !important};
    --w3-theme-l2 {color:#000 !important; background-color:#fea367 !important};
    --w3-theme-l1 {color:#fff !important; background-color:#fe8534 !important};
    --w3-theme-d1 {color:#fff !important; background-color:#e45c01 !important};
    --w3-theme-d2 {color:#fff !important; background-color:#cb5201 !important};
    --w3-theme-d3 {color:#fff !important; background-color:#b24801 !important};
    --w3-theme-d4 {color:#fff !important; background-color:#983d01 !important};
    --w3-theme-d5 {color:#fff !important; background-color:#7f3301 !important};
    
    --w3-theme-light {color:#000 !important; background-color:#fff6f0 !important};
    --w3-theme-dark {color:#fff !important; background-color:#7f3301 !important};
    --w3-theme-action {color:#fff !important; background-color:#7f3301 !important};
    
    --w3-theme {color:#fff !important; background-color:#fe6701 !important};
    --w3-text-theme {color:#fe6701 !important};
    --w3-border-theme {border-color:#fe6701 !important};
    
    --w3-hover-theme:hover {color:#fff !important; background-color:#fe6701 !important};
    --w3-hover-text-theme:hover {color:#fe6701 !important};
    --w3-hover-border-theme:hover {border-color:#fe6701 !important};
}

.w3-theme-l5 {color:#000 !important; background-color:#fff6f0 !important}
.w3-theme-l4 {color:#000 !important; background-color:#ffe0cc !important}
.w3-theme-l3 {color:#000 !important; background-color:#fec29a !important}
.w3-theme-l2 {color:#000 !important; background-color:#fea367 !important}
.w3-theme-l1 {color:#fff !important; background-color:#fe8534 !important}
.w3-theme-d1 {color:#fff !important; background-color:#e45c01 !important}
.w3-theme-d2 {color:#fff !important; background-color:#cb5201 !important}
.w3-theme-d3 {color:#fff !important; background-color:#b24801 !important}
.w3-theme-d4 {color:#fff !important; background-color:#983d01 !important}
.w3-theme-d5 {color:#fff !important; background-color:#7f3301 !important}

.w3-theme-light {color:#000 !important; background-color:#fff6f0 !important}
.w3-theme-dark {color:#fff !important; background-color:#7f3301 !important}
.w3-theme-action {color:#fff !important; background-color:#7f3301 !important}

.w3-theme {color:#fff !important; background-color:#fe6701 !important}
.w3-text-theme {color:#fe6701 !important}
.w3-border-theme {border-color:#fe6701 !important}

.w3-hover-theme:hover {color:#fff !important; background-color:#fe6701 !important}
.w3-hover-text-theme:hover {color:#fe6701 !important}
.w3-hover-border-theme:hover {border-color:#fe6701 !important}
