[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

body, html {
    height: 100%;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

div.app {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

div.plan {
    position: absolute;
    top: 0;
    left: 360px;
    bottom: 0;
    right: 0;
}

div.planInner {
    position: relative;
    width: 100%;
    height: 100%;
}

img.plan {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

img.layer {
    pointer-events: none;
}

canvas {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    /*background-color: rgba(0, 255, 0, .1);*/
}

div.data {
    position: fixed;
    top: 74px;
    left: 0;
    bottom: 0; /*20px;*/
    width: 360px;
    background-color: #eee;
    border-right: 1px solid rgb(0, 67, 136);
    border-top: 1px solid rgb(0, 67, 136);
    /*border-bottom: 1px solid rgb(0, 67, 136);*/
    border-top-right-radius: 10px;
    /*border-bottom-right-radius: 10px;*/

    -webkit-box-shadow: 8px 16px 17px 0px rgba(147,147,158,1);
    -moz-box-shadow: 8px 16px 17px 0px rgba(147,147,158,1);
    box-shadow: 8px 16px 17px 0px rgba(147,147,158,1);
}

img.imgFre { 
    width: 360px; /* 360 x 74 */
    /*border-bottom: 1px solid rgb(0, 67, 136);*/
    top: -75px;
    position: absolute;
}
img.imgFre.login { 
    position: relative;
    top: initial;
}

/* unused */
div.dataBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 20px;
    background-color: #eee;
}

.mapButton {
    position: fixed;
    background-color: #007fe2;
    border-radius: 3px;
    top: 10px;
    right: 110px;
    cursor: pointer;
    color: #fff;
    width: 28px;
    height: 28px;
    text-align: center;
    padding-top: 2px;
}
.zoom-w   { right: 80px; }
.zoom-out { right: 50px; }
.app-menu { right: 10px; background-color: rgb(0, 67, 136); }
.overlay  { right: 10px; top: 50px; background-color: #ddd; border: 1px dotted #888; }
.overlay.active { background-color: #aaa; border: 1px solid #444; }
.overlay.nutzung     { top: 80px; }
.overlay.eigenfremd  { top: 110px; }
.overlay.mieter      { top: 140px; }
.overlay.baufelder   { top: 170px; }
.show-auszug { 
    right: 10px; top: 180px; background-color: yellow; color: black; border: 1px solid black;
}
.show-auszug.animate {
    animation-duration: 0.5s;
    animation-name: show-auszug-animation;
    animation-iteration-count: 10;
    animation-direction: alternate;
}
@keyframes show-auszug-animation {
    from { border-color: black; }
    to   { border-color: yellow; }
}

img.imgFre.login {
    border: none;
}

.dataBuilding {
    border-bottom: 1px solid rgb(0, 67, 136);
}
.dataHeader {
    /*border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;*/
    color: #fff;
    background-color: #007fe2; /*#00A6E2;*/
    padding: 2px 5px;
    margin-top: 10px;
}
.dataHeader.top {
    background-color: rgb(0, 67, 136);
    border: 1px solid rgb(0, 67, 136);
    border-top-right-radius: 8px;
    padding: 1px 4px;
    margin-top: 0;
}
.dataHeader .lock {
    float: right;
    padding-top: 3px;
    cursor: pointer;
    margin-right: 5px;
}
.dataHeader .infoBox {
    float: right;
    margin-right: 5px;
}

.dataTotal {
    border-bottom: 1px solid rgb(0, 67, 136);
}

.dataSum .dataHeader {
    background-color: rgb(0, 67, 136);
    border: 1px solid rgb(0, 67, 136);
}

.scroll {
    overflow-y: auto;
}

.dataTable table {
    width: 100%;
}
.dataTable thead td {
    font-weight: bold;
}
.dataTable td, .dataTable th {
    font-size: 14px;
}
.dataTable .maininfo th, 
.dataTable .maininfo td {
    background-color: #ccc;
}
.dataTable .leerinfo th, 
.dataTable .leerinfo td {
    background-color: #fdd;
}
.dataTable .extinfo th, 
.dataTable .extinfo td {
    background-color: #ddf;
}
.dataTable .subinfo td {
    font-size: 12px;
}
.dataTable td.spanned-value, 
.dataTable th.spanned-value {
    padding-right: 30px;
    text-align: right;
}
.dataTable th {
    padding: 0 2px 0 8px;
    white-space: nowrap;
    max-width: 150px;
    overflow: hidden;
}
/*.dataTable th:hover{
    max-width: initial;
    overflow: visible;
    z-index: 1;
}*/
.dataTable td {
    padding: 0 8px 0 0;
    text-align: right;
}
.pointer {
    cursor: pointer;
}
span.pm {
    font-size: 11px; 
    padding-left: 4px; 
    font-weight: normal;
}

#mieterDetails .modal-header {
    background-color: #ddd;
    border-bottom: 0;
}

div.login {
    margin-top: 30px;
}
@media (min-height: 500px){
    div.login {
        margin-top: 120px;
    }
}
div.login .btn-primary {
    background-color: rgb(0, 67, 136);
    border-color: rgb(0, 67, 136);
}

#modalBackendMsg pre {
    background-color: #ddd; 
    border: 1px solid #aaa;
    color: #000;
    max-height: 300px;
    overflow-y: scroll;
    padding: 10px;
    border-radius: 5px;
    font-size: 10px;
}

.scenarioSelectedDesc {
    font-size: 12px;
}

.auszug-geb {
    color: grey;
}
.auszug-park {
    color: grey;
}
.auszug-geb th {
    font-style: italic;
}
.auszug-park th {
    text-decoration: line-through;
    font-style: italic;
}
