/* progress bar
========================================================================== */
.style-progress-bar-wrapper {
    display: block;
    margin-top: 5px;
}
.style-progress-bar {
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
    /*    width: 350px;*/
    background-color: #333;
    border-radius: 5px;
    box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
    height: 15px;
    padding: 3px 3px 6px;
    text-align: left;
    margin-bottom: 5px;
}
.style-progress-bar-value {
    position: absolute;
    font-size: 11px;
    text-align: center;
    color: #fff;
    text-shadow: 0px -1px 1px rgba(000, 000, 000, .8), -1px 0px 1px
        rgba(000, 000, 000, .8), 1px 0px 1px rgba(000, 000, 000, .8), 0px 1px
        1px rgba(000, 000, 000, .8);
    width: 658px;
    margin-top: 2px;
}
.style-progress-bar-nachtevent-value {
    position: absolute;
    font-size: 11px;
    text-align: center;
    color: #fff;
    text-shadow: 0px -1px 1px rgba(000, 000, 000, .8), -1px 0px 1px
        rgba(000, 000, 000, .8), 1px 0px 1px rgba(000, 000, 000, .8), 0px 1px
        1px rgba(000, 000, 000, .8);
    width: 485px;
    margin-top: 2px;
}
.style-progress-bar-stripes span {
    -moz-animation: animate-stripes 3s linear infinite;
    -moz-background-size: 30px 30px;
    -webkit-animation: animate-stripes 3s linear infinite;
    -webkit-background-size: 30px 30px;
    color: white;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.8), -1px 0 1px rgba(0, 0, 0, 0.8), 1px 0 1px rgba(0, 0, 0, 0.8), 0 1px 1px rgba(0, 0, 0, 0.8);
    background-color: orange;
    display: inline-block;
    height: 19px;
    border-radius: 3px;
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(.25, rgba(255
        , 255, 255, .15) ), color-stop(.25, transparent),
        color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15) ),
        color-stop(.75, rgba(255, 255, 255, .15) ),
        color-stop(.75, transparent), to(transparent) );
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15)
        25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
        rgba(255, 255, 255, .15) 75%, transparent 75%, transparent );
    background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .15)
        25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
        rgba(255, 255, 255, .15) 75%, transparent 75%, transparent );
    background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .15)
        25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
        rgba(255, 255, 255, .15) 75%, transparent 75%, transparent );
    background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .15)
        25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
        rgba(255, 255, 255, .15) 75%, transparent 75%, transparent );
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%,
        transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
        rgba(255, 255, 255, .15) 75%, transparent 75%, transparent );
    background-size: 30px 30px;
}

.style-progress-bar-stripes-noanime span {
    -moz-background-size: 30px 30px;
    -webkit-background-size: 30px 30px;
    color: white;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.8), -1px 0 1px rgba(0, 0, 0, 0.8), 1px 0 1px rgba(0, 0, 0, 0.8), 0 1px 1px rgba(0, 0, 0, 0.8);
    background-color: orange;
    display: inline-block;
    height: 19px;
    border-radius: 2px;
    background-size: 30px 30px;
}

span.green {
    background-color: yellowgreen;
}

span.purple {
    background-color: #9B30FF;
}

span.blue {
    background-color: lightseagreen;
}

@-webkit-keyframes animate-stripes { 0% {
                                     background-position: 0 0
}

100%
{
    background-position : 60px 0
}
}
@-moz-keyframes animate-stripes { 0% {
                                  background-position: 0 0
}

100%
{
    background-position : 60px 0
}
}

.style-progress-grid {
    position: absolute;
}
.style-progress-grid td {
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 3px;
}
.style-progress-grid td.full {
    -moz-animation: animate-stripes 3s linear infinite;
    -moz-background-size: 30px 30px;
    -webkit-animation: animate-stripes 3s linear infinite;
    -webkit-background-size: 30px 30px;
    color: white;
    background-color: orange;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.8), -1px 0 1px rgba(0, 0, 0, 0.8), 1px 0 1px rgba(0, 0, 0, 0.8), 0 1px 1px rgba(0, 0, 0, 0.8);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(.25, rgba(255
        , 255, 255, .15) ), color-stop(.25, transparent),
        color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15) ),
        color-stop(.75, rgba(255, 255, 255, .15) ),
        color-stop(.75, transparent), to(transparent) );
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15)
        25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
        rgba(255, 255, 255, .15) 75%, transparent 75%, transparent );
    background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .15)
        25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
        rgba(255, 255, 255, .15) 75%, transparent 75%, transparent );
    background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .15)
        25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
        rgba(255, 255, 255, .15) 75%, transparent 75%, transparent );
    background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .15)
        25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
        rgba(255, 255, 255, .15) 75%, transparent 75%, transparent );
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%,
        transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
        rgba(255, 255, 255, .15) 75%, transparent 75%, transparent );
    background-size: 30px 30px;
}
.style-progress-grid-empty {
    display: inline-table;
    position: absolute;
}