.w3-theme-l5 {color:#203b48 !important; background-color:#f3f7f9 !important}
.w3-theme-l4 {color:#203b48 !important; background-color:#d5e5ec !important}
.w3-theme-l3 {color:#203b48 !important; background-color:#accada !important}
.w3-theme-l2 {color:#203b48 !important; background-color:#82b0c7 !important}
.w3-theme-l1 {color:#fff !important; background-color:#5996b4 !important}
.w3-theme-d1 {color:#fff !important; background-color:#3a6a82 !important}
.w3-theme-d2 {color:#fff !important; background-color:#345e73 !important}
.w3-theme-d3 {color:#fff !important; background-color:#2d5265 !important}
.w3-theme-d4 {color:#fff !important; background-color:#274757 !important}
.w3-theme-d5 {color:#fff !important; background-color:#203b48 !important}

.w3-theme-light {color:#203b48 !important; background-color:#f3f7f9 !important}
.w3-theme-dark {color:#fff !important; background-color:#203b48 !important}
.w3-theme-action {color:#fff !important; background-color:#203b48 !important}
.w3-theme-breadcrumb{color:#203b48 !important; background-color:#82b0c7 !important}
.w3-theme-breadcrumb a:visited{color:#fff !important}
.w3-theme-breadcrumb a:link{color:#fff !important}
.w3-theme-breadcrumb a:hover{color:#203b48 !important}
.w3-theme-breadcrumb form:hover button{color:#203b48 !important;transition: color 0.15s, background 0.15s;}

.w3-theme {color:#fff !important; background-color:#417690 !important}
.w3-text-theme {color:#417690 !important}
.w3-text-theme-light {color:#f3f7f9 !important}
.w3-text-theme-dark {color:#203b48 !important}
.w3-border-theme {border-color:#417690 !important}

.w3-hover-theme:hover {color:#fff !important; background-color:#417690 !important}
.w3-hover-theme-light:hover {color:#203b48 !important; background-color:#f3f7f9 !important}
.w3-hover-text-theme:hover {color:#417690 !important}
.w3-hover-text-theme-light:hover {color:#f3f7f9 !important}
.w3-hover-text-theme-dark:hover {color:#203b48 !important}
.w3-hover-border-theme:hover {border-color:#417690 !important}

.fc .fc-button-primary {
    background-color: #203b48 !important
}
    
.fc .fc-button-primary.fc-button-active {
    background-color: #5996b4 !important
}

.fc-button:hover {color:#fff !important; background-color:#417690 !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;
}