﻿@import url('normalize.css');

.map {
    padding-top: 0rem !important;
    padding-left: 0rem !important;
    padding-right: 0rem !important;
    position: relative;
    z-index: 0;
    display: inline;
    float: left;
}

.mapFull {
    height: 100%;
    width: 100%;
}

.mapLeft {
    height: 100%;
    width: 50%;
    /*position: fixed;*/
}

.mapRight {
    height: 100%;
    width: 50%;
    /*position: fixed;*/
    right: 0px;
    border-left: 3px solid #607d8b;
}

.layer-switcher .panel {
    /*    background-color: #B4E6FF;
    background-image: linear-gradient(to bottom, #B4E6FF 70%, #7FD4FF 100%);*/
    background-color: #006488;
    background-image: linear-gradient(180deg, #000000 0%, #000000 45px, #006488 100%);
}

.layer-switcher-panel {
    /*    background-color: #B4E6FF;
    background-image: linear-gradient(to bottom, #B4E6FF 70%, #7FD4FF 100%);*/
    background-color: #006488;
    background-image: linear-gradient(180deg, #000000 0%, #000000 45px, #006488 100%);
}

    .layer-switcher-panel input[type='checkbox'] {
        vertical-align: middle;
    }
    .layer-switcher-panel input[type='radio'] {
        vertical-align: middle;
    }

    .layer-switcher-panel label {
        vertical-align: middle;
        margin: 0 5px 0 5px !important;
    }

    .layer-switcher-button {
        width: 27px !important;
        height: 26px !important;
    }

.layer-switcher button {
    background-color: rgba(0, 100, 136, 0.5);
    background-color: rgba(0, 100, 136, 0.5);
}

    .layer-switcher button:focus, .layer-switcher button:hover {
        background-color: rgba(0, 100, 136, 0.5);
    }

/*
.ol-popup {
    position: absolute;
    background-color: white;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: 50px;
    min-width: 280px;
}

    .ol-popup:after, .ol-popup:before {
        top: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .ol-popup:after {
        border-top-color: white;
        border-width: 10px;
        left: 48px;
        margin-left: -10px;
    }

    .ol-popup:before {
        border-top-color: #cccccc;
        border-width: 11px;
        left: 48px;
        margin-left: -11px;
    }

.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
}

    .ol-popup-closer:after {
        content: "✖";
    }*/