/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 17.02.2015, 10:42:10
    Author     : SaschaSzalata
*/


.map-content {
    height: 400px;
    border: 1px solid #ccc;
    position: relative;
}

.map-content:-moz-full-screen {
    height: 100%;
    width: 100%;
}
.map-content:-webkit-full-screen {
    height: 100%;
    width: 100%;
}
.map-content:-ms-fullscreen {
    height: 100%;
    width: 100%;
}
.map-content:fullscreen {
    height: 100%;
    width: 100%;
}

#info {
    position: absolute;
    height: 1px;
    width: 1px;
    z-index: 1000;
}
.tooltip{
    z-index: 1;
    position: absolute;
    *background-color: rgba(100,100,100,0.7);
    color: white;
    position: absolute;
    top: 10px;
}

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}
.tooltip.top .tooltip-arrow {
    border-top-color: white;
}
.tooltip-inner {
    border: 2px solid white;
    background: #003479;
    border-radius: 8px;
    padding: 5px;
    font-size: 10.5px;


}

.tooltip-inner tr{
    line-height: 0px;
}
.head{
    width: 100%;
    position: relative;
    height: 16px;
}

.head-close{
    width: 10px;
    height: 15px;
    position: absolute;
    right: 0px;
    cursor: pointer;
}

#legende {
    position: absolute;
    bottom: 5px;
    left: 5px;
    background-color: white;
    border-radius: 3px;
    border: 1px solid lightgrey;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    display: block;
    font-family: inherit;
}

#legende .legenden-info{
    margin-top: 10px;
    text-align: left;
    display: block;
}
#legende .legenden-info[name="title"]{
    font-size: 16px;
    font-weight: bold;
}
#legende .legenden-flaeche{
    width: 35px;
}

#legende .legenden-thema{
    width: 133px;
    height: 72px;
}


#tablelist tr td {
    white-space: nowrap !important;
}

@media screen and (max-width: 1900px) {
    .table-responsive-tablelist {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
        -webkit-overflow-scrolling: touch; }
    .table-responsive > .table {
        margin-bottom: 0; }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap; }
    .table-responsive > .table-bordered {
        border: 0; }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0; }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0; }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0; } }