body {
    background-color: #fff;
}

body, .btn, label, .btn-group a.btn, .main-content div {
    font-size: 0.9rem;
}

.main-column {
    float: none;
    overflow-x: visible;
}

.btn.focus, .btn:focus {
    box-shadow: none;
}

ul.data-selection-menu {
    background: #fff;
    list-style: none;
    display: table;
    width: 100%;
    margin: 0;
    color: #0069B4;
    font-size: 0.9rem;
    /*font-size: 11px;*/
}

ul.data-selection-menu li {
    /*display: table-cell;*/
    display: inline-block;
    width: 33.3333%;
    padding: 15px;
    text-align: center;
    float: left;
}
ul.data-selection-menu li.menu-one:hover{
    cursor: pointer;
}
ul.data-selection-menu li.active {
    font-weight: bold;
    border-bottom: 5px solid #0069b4;
}

.ob-icon{
    pointer-events: none;
}

.ob-icon:before {
    content: " ";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    margin-top: -3px;
    margin-right: 3px;
    vertical-align: middle;
}

.data-selection-menu .grch-pdf:before {
    background-size: 30px;
    width: 30px;
    height: 30px;
}

.ob-icon-catches:before {
    width: 26px;
    height: 22px;
    background-image: url('/images/icons/streamline-icon-fishing-hook-fish@48x48.png');
}

.ob-icon-stocking:before {
    width: 27px;
    height: 23px;
    background-image: url('/images/icons/streamline-icon-seafood-fish@48x48.png');
}

.ob-icon-licenses:before {
    width: 28px;
    height: 24px;
    background-image: url('/images/icons/streamline-icon-single-neutral-id-card-4@48x48.png');
}

.ob-icon-chart:before {
    width: 19px;
    height: 19px;
    margin-right: 4px;
    background-image: url('/images/icons/streamline-icon-analytics-graph-bar-1@48x48.png');
}
.active .ob-icon-chart:before {
    background-image: url('/images/icons/streamline-icon-analytics-graph-bar-1@48x48-active.png');
}

.ob-icon-table:before {
    width: 20px;
    height: 20px;
    background-image: url('/images/icons/streamline-icon-analytics-net@48x48.png');
}

.active .ob-icon-table:before {
    background-image: url('/images/icons/streamline-icon-analytics-net@48x48-active.png');
}

.ob-icon-download:before {
    width: 18px;
    height: 18px;
    background-image: url('/images/icons/streamline-icon-download-bottom@48x48.png');
}

.active .ob-icon-download:before {
    background-image: url('/images/icons/streamline-icon-download-bottom@48x48-active.png');
}
#main_body .body-row{
    padding: 0;
    display: flex;
}
@media (min-width: 1025px) {
    .main-column {
        width: 100%;
        max-width: 900px;
        padding-right: 0;
        margin: 0 auto;
    }
}

@media (max-width: 1025px){
    #main_body .body-row{
        display: block;
    }
}

@media (max-width: 767px) {
    ul.data-selection-menu li {
        text-align: center;
    }
}

@media (max-width: 575px) {
    ul.data-selection-menu li {
        /*display: block;*/
        /*margin-bottom: 0;*/
        /*width: 50%;*/
        /*float: left;*/
    }

    .data-selection-menu .grch-pdf {
        display: contents;
    }

    .body-row{
        padding: 20px;
    }

}

.filter-area {
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
    padding: 15px 0;
    /*background-color: #DADADA;*/
    background-color: #e6f0f8;
}

.filter-area label {
    /*width: 100px;*/
    /*float: left;*/
    /*display: block;*/
    margin: 0;
    line-height: 2.7rem;
}

.filter-area .filter-item:not(:first-child) {
    margin-top: 15px;
}

.btn-group {
    display: flex;
}

.w-100 {
    width: 100%;
}

.btn-group a.btn {
    /*font-size: 0.875rem;*/
    text-align: center;
    border: 1px solid #0069B4;
    overflow: hidden;
}

a.btn:hover {
    text-decoration: none;
}

.btn-basic {
    color: #0069b4;
    background-color: #fff;
    background-image: none;
    padding: 0.75rem;
    /*padding-right: 8px;*/
    border: 1px solid #0069B4;
}

.btn-basic.active {
    color: #fff;
    background-color: #0069b4;
}

.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
    border-radius: 0;
}

.btn-group > .btn {
    float: left;
}

.btn-group > select, .btn-group .select2-container {
    /*border: 1px solid #0069B4;*/
    /*color: #0069B4;*/
    /*background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%280, 105, 180%29'></polygon></svg>");*/

}

.select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: #0069B4;
    font-size: 0.9rem;
}

.btn-group .select2-container {
    width: 100%;
}

.btn-group.element-3 .select-group {
    width: 33.33%;
    max-width: 33.33%;
    position: relative;
}
.btn-group.element-2 .select-group {
    width: 50%;
    max-width: 50%;
    position: relative;
}

.select-group label{
    display: none;
}

.btn-group.element-3 .select2-container {
    /*width: 33%;*/
    /*max-width: 33%;*/
}

.btn-info-select {
    position: absolute;
    left: 8px;
    bottom: 11px;
    background-image: none;
    border-radius: 13px;
    height: 22px;
    line-height: 0px;
    padding: 9px;
}

.select2-results__option {
    margin-bottom: 0;
}

.select2-container--default .select2-selection--single{
    height: 100%;
    border-radius: 0;
    border: none !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 100%;
    border-radius: 0;
    border: 1px solid #0069B4;
    color: #0069B4;
    line-height: normal;
    padding: 0.75rem 1rem 0.75rem 2.25rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #0069b4 transparent transparent transparent;
    margin-top: -4px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #0069b4 transparent;
    margin-top: -4px;
}

@media (max-width: 1005px) {
    .btn-group {
        display: block;
    }

    .btn-group a.btn {
        width: 50% !important;
    }

    .btn-group.element-2 .select2-container, .btn-group.element-3 .select2-container {
        width: 100%;
        max-width: 100%;
    }

    .btn-group.element-2 .select-group, .btn-group.element-3 .select-group {
        width: 100%;
        max-width: 100%;
    }

    .btn-group .btn + .btn {
        margin-left: 0;
    }
}

.slider-area {
    display: flow-root;
    padding-top: 28px;
    margin-bottom: 30px;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}

.slider-area .noUi-horizontal .noUi-tooltip {
    background: #e6f0f8;
    border: none;
    padding: 0;
    color: #0069b4;
    font-weight: bold;
    bottom: 100%;
}

.slider-area .noUi-horizontal .noUi-handle {
    width: 8px;
    height: 22px;
    right: -4px;
    top: -6px;
    border: none;
    background: #0269b4;
    box-shadow: none;
}

.slider-area .noUi-horizontal .noUi-handle:before, .noUi-handle:after {
    display: none;
}

.slider-area .noUi-horizontal {
    height: 10px;
    border: 1px solid #0069b4;
}

.slider-area .noUi-connect {
    background: #0069b4;
}

.filter-area .label-slider {
    line-height: 4rem;
}

@media (max-width: 1199px) {
    .filter-area .label-slider {
        line-height: 2.7rem;
    }
}

.detail-info-area {
    display: inline-block;
    margin-top: 40px;
    width: 100%;
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
    margin-bottom: 15px;
    z-index: 10;
}

.detail-option-area {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
}

.detail-info-area h4, .detail-info-area h2 {
    float: left;
    width: 60%;
    line-height: 1.5rem;
    font-size: 0.9rem;
    margin-top: 3px;
    color: #000;
}

.action-btn-group {
    width: 39%;
    float: right;
}

.action-btn-group .btn {
    padding: 0.25rem;
    height: 30px;
    line-height: 0.25rem;
}

.detail-area {
    margin-right: 0;
    margin-left: 0;
}

.detail-option-area .action-btn-group {
    float: left;
    display: flex;
}

.detail-chart-area, .detail-table-area {
    display: none;
    padding: 0;
    min-height: 300px;
}

.detail-chart-area.active, .detail-table-area.active {
    display: block;
}

.detail-chart-area canvas {
    max-width: 100%;
    /*min-height: 300px;*/
    background-color: #fff;
    /*margin: auto;*/
    display: block;
}

.detail-chart-area #my_chart{
    height: auto!important;
}

.ob-geo-chart {
    position: relative;
    margin: auto;
    width: 800px;
    max-width: 100%;
    padding-bottom: 25px;
}

.ob-geo-chart .chart {
    display: block;
    line-height: 0;
}

#ob_geo_chart {
    background-color: #fff;
    border-bottom: none;
}
.ob-geo-chart .ob-legend{
    position: absolute;
    bottom: 5px;
}
.ob-geo-chart .color-legend{
    width: 200px;
    height: 13px;
    float: left;
    margin: 0 5px;
}

.ob-geo-chart .ob-legend-value{
    color: #333;
    display: block;
    float: left;
    line-height: 15px;
}
.ob-triangle-down{
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #000;
    position: absolute;
    top: -10px;
    left: -1000px;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    color: #fff;
}
.modal{
    z-index: 3000;
}
.modal-backdrop{
    z-index: 2900;
}
.modal-dialog .close {
    color: #fff;
    background-image: none;
    font-size: 30px;
    opacity: 1;
    outline: none;
    position: absolute;
    right: 15px;
    top: 15px;
}

.modal-content {
    border-radius: 0;
}

.modal-header {
    background-color: #0069B4;
    color: #fff;
    border-radius: 0;
    display: block;
    position: relative;
    text-align: center;
}

.modal-footer {
    border: none;
    border-radius: 0;
    justify-content: center;
}

body.modal-open .mm-slideout{
    z-index: auto;
}

.image-geomap {
    width: 90%;
    margin: 20px auto;
    display: block;
}

.region-list {
    padding: 0;
    list-style: none;
    margin: 0;
}

.region-list li {
    word-break: break-all;
}

#waterbodytype_tabs {
    margin-left: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #191919;
    margin-bottom: 20px;
}

#waterbodytype_tabs .nav-link {
    border: none;
    border-bottom: 5px solid #fff;
    padding: 8px 0;
}

#waterbodytype_tabs .nav-item.show .nav-link, #waterbodytype_tabs .nav-link.active, #waterbodytype_tabs .nav-link:focus, #waterbodytype_tabs .nav-link:hover {
    border-bottom: 5px solid #0069b4;
    background-color: transparent;
    color: #0069b4;
}

.waterbody-list li {
    margin-bottom: 0.25rem;
    font-size: 0.9rem;
}

.waterbody-list {
    margin-left: 0;
    list-style: none;
    max-height: 490px;
    /*overflow: scroll;*/
    overflow: auto;
}

.waterbody-search {
    border-radius: 0;
    border: 1px solid #0069b4 !important;
    margin: 0 0 15px 0;
    padding-right: 2rem;
}

#waterbodytype_tabs_mobile .btn {
    background-color: transparent;
    width: 100%;
    color: #0069b4;
    text-align: left;
    position: relative;
    border: none;
    border-bottom: 1px solid;
    border-radius: 0;
}

#waterbodytype_tabs_mobile .btn i, #waterbodytype_tabs_mobile .btn em {
    position: absolute;
    right: 3px;
    top: 0;

}

#waterbodytype_tabs_mobile .btn.collapsed i::before, #waterbodytype_tabs_mobile .btn.collapsed em::before {
    background-image: url("/images/icons/pfeil-top.svg");
}

#waterbodytype_tabs_mobile .card {
    border: none;
}

#waterbodytype_tabs_mobile .card-header {
    padding: 0;
    border: none;
    background-color: transparent;
}

#waterbodytype_tabs_mobile .card-body {
    padding: 1.25rem 0.25rem;
}

#waterbodytype_tabs_mobile .waterbody-list {
    margin-bottom: 0;
}
#waterbodytype_modal .search-button-area{
    position: relative;
    margin-top: 15px;
}
#waterbodytype_modal button.clear-search{
    background: none;
    color: #0069b4;
    border: none;
    padding: 15px 10px 14px 9px;
    line-height: 8px;
    font-size: 30px;
    font-weight: 600;
    position: absolute;
    top: 0;
    right: 15px;
    display: none;
}
#waterbodytype_modal button.clear-search:focus{
    outline: none;
}

#waterbodytype_modal .tab-search{
    display: none;
}
#waterbodytype_modal.seaching .tab-search{
    display: block;
}

.tooltip-c{
    padding: 10px;
    white-space: nowrap;
}
#main_chart{
    z-index: -10;
}
.chart-legend-bottom{
    margin-top: -75px;
}

.loadingoverlay circle{
    fill: #0069b4 !important;
}

.tree-navigation a:focus, .main-column a:focus, .main-content a:focus{
    outline: none;
}
.paginationjs .paginationjs-pages li>a{
    font-size: 0.75rem;
}
.paginationjs .paginationjs-pages li.active>a{
    background: #0069b4;
}
#DataTables_Table_0_filter, .dataTables_info, .dataTables_filter{
    display: none;
}
table.dataTable{
    margin: 10px 0;
}
table.dataTable.no-footer{
    border-bottom: none;
}
table.dataTable thead th, table.dataTable thead td{
    border-bottom: none;
    word-break: break-word;
}
.detail-table-area table tbody .heading .sorting_asc{
    background-image: url("/images/icons/sort_asc.png");
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center right;
}
.detail-table-area table tbody .heading .sorting{
    background-image: url("/images/icons/sort_both.png");
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center right;
}
.detail-table-area table tbody .heading .sorting_desc{
    background-image: url("/images/icons/sort_desc.png");
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center right;
}
table.max_width140 td, table.max_width100 th{
    max-width: 140px;
    word-break: break-word;
}
.no-data-area{
    text-align: center;
    padding: 50px 0;
    color: #0069b4;
    min-height: 300px;
    display: none;
}
.no-data-area img{
    height: 50px;
    margin-bottom: 20px;
}
.no-data .no-data-area{
    display: block;
}
.no-data .detail-chart-area, .no-data .detail-table-area{
    display: none;
}
.modal-title{
    margin-bottom: 0;
    line-height: 1.6;
    font-size: 1.125rem;
    font-family: inherit;
    font-weight: 500;
    color: inherit;
    margin-top: 0;
}
.lb_search_waterbody{
    display: none;
}

.filter-sub-area{
    width: 100%;
    margin-top: 15px;
}

.action-tip{
    border-top: 1px solid;
    padding-top: 5px;
    margin: 0 80px;
}

@media (max-width: 1170px) {
    .action-btn-group{
        width: 100%;
    }

    .detail-info-area h2{
        width: 100%;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .action-tip{
        padding: 10px;
        margin: 20px 0;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 700px;
    }
    .region-list.left{
        padding-left: 40px;
    }
    .region-list.right{
        padding-right: 40px;
    }
}


@media (max-width: 991px) {
    .image-geomap {
        width: auto;
    }

}

@media (max-width: 860px) {
    .ob-geo-chart ul {
        position: relative;
    }

    .ob-geo-chart li {
        float: left;
        margin-right: 15px;
        margin-bottom: 5px;
    }

    .ob-icon, .data-selection-menu .grch-pdf {
        display: block;
        margin-bottom: 5px;
        height: 24px;
    }

    .action-btn-group .btn{
        padding: 0.75rem;
        height: auto;
    }

    .detail-area .ob-icon {
        display: contents;
    }

}

@media (max-width: 767px) {



    .detail-info-area h4 {
        /*line-height: 1.25rem;*/
        /*font-size: 11px;*/
        width: 70%;
        margin-top: 0;
    }

    /*.detail-option-area .action-btn-group {*/
        /*width: 100%;*/
    /*}*/





}

@media (max-width: 460px) {
    .btn-group a.btn {
        width: 100% !important;
    }
}

