.w3-theme-l5 {color:#000 !important; background-color:#edf3fc !important}
.w3-theme-l4 {color:#000 !important; background-color:#c2d8f5 !important}
.w3-theme-l3 {color:#000 !important; background-color:#85b2ec !important}
.w3-theme-l2 {color:#fff !important; background-color:#488be2 !important}
.w3-theme-l1 {color:#fff !important; background-color:#1f67c6 !important}
.w3-theme-d1 {color:#fff !important; background-color:#13407b !important}
.w3-theme-d2 {color:#fff !important; background-color:#11396d !important}
.w3-theme-d3 {color:#fff !important; background-color:#0f3260 !important}
.w3-theme-d4 {color:#fff !important; background-color:#0d2b52 !important}
.w3-theme-d5 {color:#fff !important; background-color:#0b2444 !important}

.w3-theme-light {color:#000 !important; background-color:#edf3fc !important}
.w3-theme-dark {color:#fff !important; background-color:#0b2444 !important}
.w3-theme-action {color:#fff !important; background-color:#0b2444 !important}

.w3-theme {color:#fff !important; background-color:#154889 !important}
.w3-text-theme {color:#154889 !important}
.w3-border-theme {border-color:#154889 !important}

.w3-hover-theme:hover {color:#fff !important; background-color:#1f67c6 !important}
.w3-hover-text-theme:hover {color:#154889 !important}
.w3-hover-border-theme:hover {border-color:#154889 !important}


.w3-theme-gradient {
    color: #fff !important;
    background:-webkit-linear-gradient(top,#85b2ec 35%,#1f67c6 65%);
}
.w3-theme-gradient {
    color: #fff !important;
    background:-moz-linear-gradient(top,#85b2ec 35%,#1f67c6 65%)
}
.w3-theme-gradient {
    color: #fff !important;
    background:-o-linear-gradient(top,#85b2ec 35%,#1f67c6 65%)
}
.w3-theme-gradient {
    color: #fff !important;
    background:-ms-linear-gradient(top,#85b2ec 35%,#1f67c6 65%)
}
.w3-theme-gradient {
    color: #fff !important;
    background: linear-gradient(top,#85b2ec 25%,#1f67c6 65%)
}
.w3-hover-theme-gradient:hover {
    color: #fff !important;
    background:-webkit-linear-gradient(top,#488be2 35%,#85b2ec 65%);
}
.w3-hover-theme-gradient:hover {
    color: #fff !important;
    background:-moz-linear-gradient(top,#488be2 35%,#85b2ec 65%)
}
.w3-hover-theme-gradient:hover {
    color: #fff !important;
    background:-o-linear-gradient(top,#488be2 35%,#85b2ec 65%)
}
.w3-hover-theme-gradient:hover {
    color: #fff !important;
    background:-ms-linear-gradient(top,#488be2 35%,#85b2ec 65%)
}
.w3-hover-theme-gradient:hover {
    color: #fff !important;
    background: linear-gradient(top,#488be2 25%,#85b2ec 65%)
}