body, html, iframe {
     height: 100%;
}
body {
    font-size: 12px;
}
/*html { overflow: hidden; }*/
.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-input {
    padding: 2px;
    display: block;
    border: none;
    border: 1px solid #808080;
    width: 100%;
    margin: 1px 0;
    line-height: auto;
}

.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;
}

.table_dtmf td {
    padding: 4px 8px;
    cursor: pointer;
}

.logo {
    background-size:contain;
    background-repeat:no-repeat;
    background-position: center;
    background-color: white;
}
.w3-blink {
  animation: blinker2 0.6s cubic-bezier(1, 0, 0, 1) infinite alternate;  
}
@keyframes blinker2 { to { opacity: 0; } }

.w3-chat {
    max-width:300px;
    display: block;
    padding: 4px;
    border-radius: 4px;
    margin: 4px;
}
.w3-chat-left {
    margin-right: 40%;
    text-align: left;
}
.w3-chat-right {
    margin-left: 40%;
    text-align: right;
}
/* 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: #4CAF50;  
    color: white;
    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;
}