@charset "utf-8";
/* CSS Document */
/* Set custom theme colors based on the w3-theme schema*/
/*colors:
Lightest blue: 
Core Blue: #0077BE
Green: #339900
Yellow (orange): #ffcc00
Red: #ff6600
*/

/* Theme Blue */
.w3-theme-blue-l5 {color:#000 !important; background-color:#ecf8ff !important}
.w3-theme-blue-l4 {color:#000 !important; background-color:#bfe7ff !important}
.w3-theme-blue-l3 {color:#000 !important; background-color:#7ed0ff !important}
.w3-theme-blue-l2 {color:#fff !important; background-color:#3eb8ff !important}
.w3-theme-blue-l1 {color:#fff !important; background-color:#00a0fd !important}
.w3-theme-blue-d1 {color:#fff !important; background-color:#006caa !important}
.w3-theme-blue-d2 {color:#fff !important; background-color:#006097 !important}
.w3-theme-blue-d3 {color:#fff !important; background-color:#005484 !important}
.w3-theme-blue-d4 {color:#fff !important; background-color:#004871 !important}
.w3-theme-blue-d5 {color:#fff !important; background-color:#003c5e !important}

.w3-theme-blue-light {color:#000 !important; background-color:#ecf8ff !important}
.w3-theme-blue-dark {color:#fff !important; background-color:#003c5e !important}
.w3-theme-blue-action {color:#fff !important; background-color:#003c5e !important}

.w3-theme-blue {color:#fff !important; background-color:#0077be !important}
.w3-text-theme-blue {color:#0077be !important}
.w3-border-theme-blue {border-color:#0077be !important}

.w3-hover-theme-blue:hover {color:#fff !important; background-color:#0077be !important}
.w3-hover-text-theme-blue:hover {color:#0077be !important}
.w3-hover-border-theme-blue:hover {border-color:#0077be !important}



/* Red Theme */
.w3-theme-red-l5 {color:#000 !important; background-color:#fff4ed !important}
.w3-theme-red-l4 {color:#000 !important; background-color:#ffdac2 !important}
.w3-theme-red-l3 {color:#000 !important; background-color:#ffb685 !important}
.w3-theme-red-l2 {color:#000 !important; background-color:#ff9147 !important}
.w3-theme-red-l1 {color:#fff !important; background-color:#ff6c0a !important}
.w3-theme-red-d1 {color:#fff !important; background-color:#b84900 !important}
.w3-theme-red-d2 {color:#fff !important; background-color:#a34100 !important}
.w3-theme-red-d3 {color:#fff !important; background-color:#8f3900 !important}
.w3-theme-red-d4 {color:#fff !important; background-color:#7a3100 !important}
.w3-theme-red-d5 {color:#fff !important; background-color:#662900 !important}

.w3-theme-red-light {color:#000 !important; background-color:#fff4ed !important}
.w3-theme-red-dark {color:#fff !important; background-color:#662900 !important}
.w3-theme-red-action {color:#fff !important; background-color:#662900 !important}

.w3-theme-red {color:#fff !important; background-color:#cc5200 !important}
.w3-text-theme-red {color:#cc5200 !important}
.w3-border-theme-red {border-color:#cc5200 !important}

.w3-hover-theme-red:hover {color:#fff !important; background-color:#cc5200 !important}
.w3-hover-text-theme-red:hover {color:#cc5200 !important}
.w3-hover-border-theme-red:hover {border-color:#cc5200 !important}


/*Green theme */

.w3-theme-green-l5 {color:#000 !important; background-color:#f1ffea !important}
.w3-theme-green-l4 {color:#000 !important; background-color:#cfffb8 !important}
.w3-theme-green-l3 {color:#000 !important; background-color:#a0ff70 !important}
.w3-theme-green-l2 {color:#000 !important; background-color:#70ff29 !important}
.w3-theme-green-l1 {color:#fff !important; background-color:#4be000 !important}
.w3-theme-green-d1 {color:#fff !important; background-color:#2e8a00 !important}
.w3-theme-green-d2 {color:#fff !important; background-color:#297a00 !important}
.w3-theme-green-d3 {color:#fff !important; background-color:#246b00 !important}
.w3-theme-green-d4 {color:#fff !important; background-color:#1f5c00 !important}
.w3-theme-green-d5 {color:#fff !important; background-color:#194d00 !important}

.w3-theme-green-light {color:#000 !important; background-color:#f1ffea !important}
.w3-theme-green-dark {color:#fff !important; background-color:#194d00 !important}
.w3-theme-green-action {color:#fff !important; background-color:#194d00 !important}

.w3-theme-green {color:#fff !important; background-color:#339900 !important}
.w3-text-theme-green {color:#339900 !important}
.w3-border-theme-green {border-color:#339900 !important}

.w3-hover-theme-green:hover {color:#fff !important; background-color:#339900 !important}
.w3-hover-text-theme-green:hover {color:#339900 !important}
.w3-hover-border-theme-green:hover {border-color:#339900 !important}
