.w3-theme-l5 {color:#000 !important; background-color:#eff6f4 !important}
.w3-theme-l4 {color:#000 !important; background-color:#c8e0da !important}
.w3-theme-l3 {color:#000 !important; background-color:#91c1b5 !important}
.w3-theme-l2 {color:#fff !important; background-color:#5ba28f !important}
.w3-theme-l1 {color:#fff !important; background-color:#3c6b5f !important}
.w3-theme-d1 {color:#fff !important; background-color:#1a2f2a !important}
.w3-theme-d2 {color:#fff !important; background-color:#182a25 !important}
.w3-theme-d3 {color:#fff !important; background-color:#152520 !important}
.w3-theme-d4 {color:#fff !important; background-color:#121f1c !important}
.w3-theme-d5 {color:#fff !important; background-color:#0f1a17 !important}

.w3-theme-light {color:#000 !important; background-color:#eff6f4 !important}
.w3-theme-dark {color:#fff !important; background-color:#0f1a17 !important}
.w3-theme-action {color:#fff !important; background-color:#0f1a17 !important}
.w3-theme-breadcrumb{color:#000 !important; background-color:#1e352f !important}
.w3-theme-breadcrumb a:visited{color:#FFCE1F !important}
.w3-theme-breadcrumb a:link{color:#FFCE1F !important}
.w3-theme-breadcrumb a:hover{color:#eff6f4 !important}

.w3-theme {color:#000 !important; background-color:#1e352f !important}
.w3-text-theme {color:#1e352f !important}
.w3-text-theme-light {color:#eff6f4 !important}
.w3-text-theme-dark {color:#0f1a17 !important}
.w3-border-theme {border-color:#1e352f !important}

.w3-hover-theme:hover {color:#000 !important; background-color:#1e352f !important}
.w3-hover-theme-light:hover {color:#000 !important; background-color:#eff6f4 !important}
.w3-hover-text-theme:hover {color:#1e352f !important}
.w3-hover-text-theme-light:hover {color:#eff6f4 !important}
.w3-hover-text-theme-dark:hover {color:#0f1a17 !important}
.w3-hover-border-theme:hover {border-color:#1e352f !important}

/* dirty fix on django-admin many-to-many selector widget */
.selector-chosen h2 {
    color:#fff !important; background-color:#3c6b5f !important
}

a {
    color:#0f1a17 !important
}

a:hover {
    color:#FFCE1F !important
}

.fc .fc-button-primary {
    background-color: #0f1a17 !important
}
    
.fc .fc-button-primary.fc-button-active {
    background-color: #1e352f !important
}

.fc-button:hover {color:#fff !important; background-color:#1e352f !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;
}