body {
    text-shadow: none;
    background-color: white !important;
}

.ui-content {
    overflow-x: visible !important;
}

/* Seitenbreite begrenzen */
@media only screen and (min-width: 1200px) {
    .ui-page {
        width: 1200px !important;
        margin: 0 auto !important;
        position: relative !important;
    }
}

.haupttitel {
    background-color: #E60005;
    letter-spacing: 0.1em;
    color: white;
    font-size: large;
    text-transform: uppercase;
}

.fehlermeldung {
    background-color: #F5A9A9;
    padding: 6px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    max-width: 400px;
    margin: 2px auto;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.bestaetigung {
    background-color: #A9F5BC;
    padding: 6px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    max-width: 400px;
    margin: 2px auto;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

[breite] {
    /* beschraenkt die maximale Breite des Elements */
    max-width: 400px;
    margin: 0 auto;
    padding: 0 2%;
    text-align: left;
}

#leftpanel ul li i {
    margin-right: 0.7em;
}

.monat {
    table-layout: fixed;
    empty-cells: show;
    border-spacing: 5px 10px;
    -moz-user-select: none;
    -webkit-user-select: none;
    width: 100%;
}

.monat th {
    font-weight: 700;
}

.schichtzelle {
    background-color: white;
    border: 1px solid #A4A4A4;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    width: 14%;
    vertical-align: top;
    cursor: pointer;
    text-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
}

.schichtzelle[data-kat="regulaer"], .schichtzelle[data-kat="springer"] {
    background: #cbe5ff linear-gradient(#cbe5ff, white);
}

.schichtzelle[data-kat="nicht_verfuegbar"] {
    background: #F4D8DA linear-gradient(#F4D8DA, white);
}

.schichtzelle[data-kat="sonder"] {
    background: #FEF8DD linear-gradient(#FEF8DD, white);
}

.schichtzelle.heute {
    background: #F7FE2E;
    box-shadow: 3px 3px 3px grey;
}

.schichtzelle span {
    font-size: small;
    margin-left: 0.5em;
}

.schicht {
    text-align: center;
    text-decoration: none;
    -moz-text-decoration-style: none;
    color: #2E2E2E;
    font-weight: bold;
    font-size: large;
}

.schichtzelle.anderer * {
    color: #808080;
}

.schichtzelle.rahmen .schicht {
    color: lightgrey;
    font-style: italic;
}

.schichtzelle .kollege {
    background-color: transparent;
    font-size: 70%;
    margin-left: 0.5em;
}

/* Menü */
li a i.fa {
    color: white;
    text-shadow: none;
}

li a i.fa.fa-circle.fa-stack-2x {
    color: #E60005;
}

@media only screen and (max-width: 620px)
{
    #client_name {display: none;}
}

@media only screen and (max-width: 350px) {
    .monat {
        border-spacing: 2px 6px;
    }

    .schichtzelle {
        line-height: 100%;
    }

    .schichtzelle .schicht { /* Schichtkuerzel kleiner */
        font-size: small;
        font-weight: 800;
    }

    .schichtzelle .kollege {
        font-size: 60%;
        margin-left: 0.2em;
    }

    .schichtzelle span:first-of-type { /* Tag */
        font-size: 80%;
        margin-left: 0.2em;
    }

    [data-role="navbar"] li a span:last-of-type { /* Menue-Text */
        display: none;
    }

    .haupttitel {
        font-size: 90%;
    }
}

[role=main] {
    padding: 0; /* Aussenabstand ueberschreiben */
    text-shadow: none;
}

@media print {
    .ui-btn, [data-role="navbar"] {
        display: none;
    }

    .noPrint {
        display: none !important;
    }

    /* nicht drucken: Navigationsleiste, Buttons */
}
