html, body {
    width: 100%;
    height: 100%;
}

body {
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    min-width: 1200px;
}

input, select {
    width: 99%;
    outline: none;
}

input[type=checkbox], input[type=radio] {
    width: 14px;
}

textarea {
    width: 99%;
    height: 200px;
}

.navbar {
    margin-bottom: 2px;
}

#content {
    background: #ffffff;
    margin: 0 auto;
    width: 100%;
    min-width: 700px;
}

#map {
    height: 100%;
    width: 100%;
    /*background: url(../img/textured_paper.jpeg) repeat;*/
}

div.fill {
    width: 100%;
    height: 100%;
}

#map .panel {
    width: 27px;

    margin-left: 10px;
    margin-top: 90px;

    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    padding: 2px;

    cursor: pointer;
}

.ol-popup {
    position: absolute;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    padding: 20px 5px 5px 5px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    min-width: 450px;
    min-height: 250px;
}

.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;
}