/*
 * Enthält CSS Regeln für den Map Viewer
 */

#bks_ol_watermark {
    pointer-events: none;
    position: absolute;
    width: 180px;
    left: 94px;
    top: 8px;
    background-color: #fff6;
    border-radius: 4px;
    z-index: 1;
}

.ol-full-screen button{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    padding-bottom: 3px;
}

#bks_ol_map > .sidebar.collapsed{
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
}

.ol-control button{
    width: 20px;
    height: 20px;
    font-family: "MS Shell Dlg 2", serif;
}
.ol-zoomslider{
    margin-left: 52px;
}
.ol-overviewmap{
    margin-left: 52px;
}
.ol-zoom{
    margin-left: 52px;
}
input[type=range][orient=vertical]{
    writing-mode: bt-lr; /* IE */
    -webkit-appearance: slider-vertical; /* Chromium */
    width: 28px;
    height: 275px;
    padding: 0 5px;
    z-index: 10;
}
.ticks{
    margin-top: 0px;
    margin-bottom: 0px;
    list-style-type: "";
    padding-left: 5px;
    font-weight: bold;
}
.ticks li{
    padding-bottom: 16px;
    transform: translateY(-2px);
}

.layer-switcher-fold button{
    top: 4px;
}

.sidebar-header{
    font-family: Arial, serif;
    font-weight: bold;
}

#ebs_time_select h2{
    font-size: 11pt;
    color: #676767;
    font-weight: bold;
    margin: 0.83em 0;
}
.ebs_date_picker{
    width: -moz-available;
    margin-right: 2px;
    padding: 1px 2px !important;
}
