body, html {
     height: 100%;
}
body {
    font-size: 12px;
}
.footer-bottom
{
    bottom: 0;
    position: absolute;
    width: 100%;
}
.help-block {
    font-style: italic;
}
.navigation ul, .navigation li {
    list-style: none;
    padding: 0;
}

.navigation ul {
    margin: 1em 0;
}
.navigation li {
    margin: 0;
}

.w3-pointer {
    cursor: pointer;
}
.w3-eighths {
    width: 12.5%;
}
.w3-seventh {
    width: 14.285%;
}

.w3-bold {
    font-weight: bold;
}
.top-level {
    text-decoration: underline;
    font-weight: bold;
}

.height100 {
     height: 100%;
}

.tdlogo {
    text-shadow:1px 1px 0 white;
    color: #202d61 !important;
    font-weight: bold;
}
.tdcircle {
    color: #c03c58;
    text-shadow:1px 1px 0 white;
}


/* Overlay Look/Feel */
.yui3-overlay-content {
    border: none;
    border-radius: 3px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
    cursor: default;
    background: rgb(255, 255, 255);
}

.yui3-overlay-content .yui3-widget-hd {
    background-color: #ddd;  
    color: #333;
    font-size: 11px;
    font-weight: normal;
    padding: 0; /*0.2em 0.5em 0.3em;*/
    border-radius: 2px 2px 0 0; 
    overflow: hidden;
    min-height: 16px;
}

.yui3-overlay-content .yui3-widget-bd {
    background: none; /* Fallback IE 6-8 */
    overflow: hidden;
}

.yui3-overlay-content .yui3-widget-bd .yui3-ovr-z-i{
    font-size: 11px;
    color: black;
    overflow: hidden;
    padding: 0.4em 0.6em 0.5em;
}
.del_termin {
    width: 16px;
    height: 16px;
    float: right;
    background-image: url('/images/trash.png');
    cursor: pointer;
}

.move_termin {
    width: 16px;
    height: 16px;
    float: left;
    background-image: url('/images/move.png');
    cursor: move ;
}
.yui3-dd-drop-over {
    font-weight: bold;
    border: 1px solid #333;
    color: black;
}
.showComplete {
    height: auto !important;
    background: white !important;
    z-index: 10 !important;
}    
.overlay-datetime, .overlay-ort {
    color:#444;
    font-size:10px;
}

/* BUTTONS */
.yui3-button {
    border: none;
    display: inline-block;
    outline: 0;
    padding: 6px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none!important;
    color: #fff;
    background: none;
    background-color: #000;
    box-shadow: none;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 0;
}