/*
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
*/

.tab-content2 {
    margin-top: 50px;
    margin-bottom: 0px;
}

.nav2 {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav2>li {
    position: relative;
    display: block
}

.nav2>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav2>li>a:hover,.nav2>li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav2>li.disabled>a {
    color: #777
}

.nav2>li.disabled>a:hover,.nav2>li.disabled>a:focus {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav2 .open>a,.nav2 .open>a:hover,.nav2 .open>a:focus {
    background-color: #eee;
    border-color: #428bca
}

.nav2 .nav2-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav2>li>a>img {
    max-width: none
}

.nav2-tabs {
    border-bottom: 1px solid #ddd
}

.nav2-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav2-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav2-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav2-tabs>li.active>a,.nav2-tabs>li.active>a:hover,.nav2-tabs>li.active>a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav2-tabs.nav2-justified {
    width: 100%;
    border-bottom: 0
}

.nav2-tabs.nav2-justified>li {
    float: none
}

.nav2-tabs.nav2-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav2-tabs.nav2-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav2-tabs.nav2-justified>li {
        display:table-cell;
        width: 1%
    }

    .nav2-tabs.nav2-justified>li>a {
        margin-bottom: 0
    }
}

.nav2-tabs.nav2-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav2-tabs.nav2-justified>.active>a,.nav2-tabs.nav2-justified>.active>a:hover,.nav2-tabs.nav2-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav2-tabs.nav2-justified>li>a {
        border-bottom:1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav2-tabs.nav2-justified>.active>a,.nav2-tabs.nav2-justified>.active>a:hover,.nav2-tabs.nav2-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.nav2-pills>li {
    float: left
}

.nav2-pills>li>a {
    border-radius: 4px
}

.nav2-pills>li+li {
    margin-left: 2px
}

.nav2-pills>li.active>a,.nav2-pills>li.active>a:hover,.nav2-pills>li.active>a:focus {
    color: #fff;
    background-color: #428bca
}

.nav2-stacked>li {
    float: none
}

.nav2-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav2-justified {
    width: 100%
}

.nav2-justified>li {
    float: none
}

.nav2-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav2-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav2-justified>li {
        display:table-cell;
        width: 1%
    }

    .nav2-justified>li>a {
        margin-bottom: 0
    }
}

.nav2-tabs-justified {
    border-bottom: 0
}

.nav2-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav2-tabs-justified>.active>a,.nav2-tabs-justified>.active>a:hover,.nav2-tabs-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav2-tabs-justified>li>a {
        border-bottom:1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav2-tabs-justified>.active>a,.nav2-tabs-justified>.active>a:hover,.nav2-tabs-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.buttons_bottom_block1 {
    float: right;
    margin-bottom: 0;
}

.tab-content2>.tab-pane {
    display: none
}

.tab-content2>.active {
    display: block
}

.nav2-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}



.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: #B61C3E;
    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; } }