.w3-theme-l5 {color:#000 !important; background-color:#eafcf1 !important}
.w3-theme-l4 {color:#000 !important; background-color:#baf6d0 !important}
.w3-theme-l3 {color:#000 !important; background-color:#76eda2 !important}
.w3-theme-l2 {color:#fff !important; background-color:#31e473 !important}
.w3-theme-l1 {color:#fff !important; background-color:#17b14f !important}
.w3-theme-d1 {color:#fff !important; background-color:#0d612c !important}
.w3-theme-d2 {color:#fff !important; background-color:#0b5727 !important}
.w3-theme-d3 {color:#fff !important; background-color:#0a4c22 !important}
.w3-theme-d4 {color:#fff !important; background-color:#08411d !important}
.w3-theme-d5 {color:#fff !important; background-color:#073618 !important}

.w3-theme-light {color:#000 !important; background-color:#eafcf1 !important}
.w3-theme-dark {color:#fff !important; background-color:#073618 !important}
.w3-theme-action {color:#fff !important; background-color:#073618 !important}
.w3-theme-breadcrumb{color:#000 !important; background-color:#0e6d31 !important}
.w3-theme-breadcrumb a:visited{color:var(--body-bg) !important}
.w3-theme-breadcrumb a:link{color:var(--body-bg) !important}
.w3-theme-breadcrumb a:hover{color:var(--body-fg) !important}

.w3-theme {color:#fff !important; background-color:#0e6d31 !important}
.w3-text-theme {color:#0e6d31 !important}
.w3-text-theme-light {color:#eafcf1 !important}
.w3-text-theme-dark {color:#073618 !important}
.w3-border-theme {border-color:#0e6d31 !important}

.w3-hover-theme:hover {color:#fff !important; background-color:#0e6d31 !important}
.w3-hover-theme-light:hover {color:#000 !important; background-color:#eafcf1 !important}
.w3-hover-text-theme:hover {color:#0e6d31 !important}
.w3-hover-text-theme-light:hover {color:#eafcf1 !important}
.w3-hover-text-theme-dark:hover {color:#073618 !important}
.w3-hover-border-theme:hover {border-color:#0e6d31 !important}

/* dirty fix on django-admin many-to-many selector widget */
.selector-chosen h2 {
    color:#fff !important; background-color:#17b14f !important
}

a {
    color:var(--body-fg) !important
}

a:hover {
    color:#0e6d31 !important
}

.fc .fc-button-primary {
    background-color: #073618 !important
}
    
.fc .fc-button-primary.fc-button-active {
    background-color: #0e6d31 !important
}

.fc-button:hover {color:#fff !important; background-color:#0e6d31 !important}

th[data-date$="00:00:00"] {
    border-left: 2px solid #203b48;
  }

td[data-date$="00:00:00"] {
  border-left: 2px solid #203b48;
}

th[data-date$="-01"] {
    border-left: 2px solid #203b48;
  }

td[data-date$="-01"] {
  border-left: 2px solid #203b48;
}