/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Duplicated from w3css/w3-theme-black.css on : Jan 16, 2020, 13:01:00 PM
    Author     : Rob
*/
.theme-l5 {color:#000 !important; background-color:#f0f0f0 !important} /*black on white smoke*/
.theme-l4 {color:#000 !important; background-color:#cccccc !important} /*black on very light grey*/
.theme-l3 {color:#fff !important; background-color:#999999 !important} /*white on light grey*/
.theme-l2 {color:#fff !important; background-color:#666666 !important} /*white on dim gtey*/
.theme-l1 {color:#fff !important; background-color:#333333 !important} /*white on dark grey*/
.theme-d1 {color:#fff !important; background-color:#000000 !important} /*white on black*/
.theme-d2 {color:#fff !important; background-color:#000000 !important}
.theme-d3 {color:#fff !important; background-color:#000000 !important}
.theme-d4 {color:#fff !important; background-color:#000000 !important}
.theme-d5 {color:#000 !important; background-color:#ddffdd !important} /*black on pale green*/

.theme-light {color:#000 !important; background-color:#f0f0f0 !important} /*black on white smoke*/
.theme-dark {color:#fff !important; background-color:#000000 !important} /*white on black*/
.theme-action {color:#fff !important; background-color:#000000 !important} /*white on black*/
.theme-gremlin {color:#000 !important; background-color:#f0f0f0 !important} /*black on white smoke*/

.theme {color:#fff !important; background-color:#000000 !important} /*white on black*/
.text-theme {color:#000000 !important}
.border-theme {border-color:#000000 !important}

.hover-theme:hover {color:#fff !important; background-color:#000000 !important} /*white on black*/
.hover-text-theme:hover {color:#000000 !important}
.hover-border-theme:hover {border-color:#000000 !important}
