﻿.w3-theme-l5 {color:#000 !important; background-color:#f0fbff !important}
.w3-theme-l4 {color:#000 !important; background-color:#ccf1ff !important}
.w3-theme-l3 {color:#000 !important; background-color:#99e4ff !important}
.w3-theme-l2 {color:#000 !important; background-color:#66d6ff !important}
.w3-theme-l1 {color:#fff !important; background-color:#33c9ff !important}
.w3-theme-d1 {color:#fff !important; background-color:#00a8e6 !important}
.w3-theme-d2 {color:#fff !important; background-color:#0096cc !important}
.w3-theme-d3 {color:#fff !important; background-color:#0083b3 !important}
.w3-theme-d4 {color:#fff !important; background-color:#007099 !important}
.w3-theme-d5 {color:#fff !important; background-color:#005e80 !important}

.w3-theme-light {color:#000 !important; background-color:#f0fbff !important}
.w3-theme-dark {color:#fff !important; background-color:#005e80 !important}
.w3-theme-action {color:#fff !important; background-color:#005e80 !important}

.w3-theme {color:#fff !important; background-color:#00b9ff !important}
.w3-text-theme {color:#00b9ff !important}
.w3-border-theme {border-color:#00b9ff !important}

.w3-hover-theme:hover {color:#fff !important; background-color:#00b9ff !important}
.w3-hover-text-theme:hover {color:#00b9ff !important}
.w3-hover-border-theme:hover {border-color:#00b9ff !important}

.task_displayname > div:first-child {
    width: 150px;
    text-align: center;
}

.task-prio {
    font-size: 115%;
    margin-right: 10px;
    padding: 2px 8px;
    border: 1px solid #ddd;
    position: relative;
    top: -5px;
}
.prio-0 {background-color: blue; color: #fff;}
.prio-1 {background-color: #76EE00; color: #111;}
.prio-2 {background-color: #7FFF00; color: #222;}
.prio-3 {background-color: #FFD700; color: #333;}
.prio-4 {background-color: #FFB90F; color: #444;}
.prio-5 {background-color: yellow; color: #444;}
.prio-6 {background-color: #EE7600; color: #888;}
.prio-7 {background-color: #ff4500; color: #AAA;}
.prio-8 {background-color: #ff0000; color: #BBB;}
.prio-9 {background-color: #cd0000; color: #DDD;}
.prio-10 {background-color: #9b2335; color: #fff;}

.prio-0:after {content: "Gering"; display: inline-block; font-size: 80%}
.prio-5:after {content: "Normal"; display: inline-block; font-size: 80%;}
.prio-10:after {content: "Hoch"; display: inline-block; font-size: 80%;}