﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap');

html, body, form, #ram, #menyram {
    height: 100%;
    margin: 0px;
    padding: 0px;
    border: none;
    border-collapse: collapse;
    border-spacing: 0px;
    background-color: #fff;
    color: #0a3c5d;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    font-weight: 300;
}

.hand {
    cursor: pointer;
}




/* Map style */
.box {
    display: block;
    width: 240px;
    height: 100%;
    padding: 0px;
}

.art {
    font-size: 14px;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    text-align: left;
    line-height: 19px;
}

.datum {
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    text-align: left;
    line-height: 19px;
}

.plats {
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    text-align: left;
    line-height: 19px;
}

.kommentar {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    text-align: left;
    line-height: 19px;
    margin-top: 10px;
    white-space: pre-wrap;
}




/* Header...................... */
#header {
    display: flex;
    background-color: rgb(111, 111, 111);
    padding-top: 6px;
    padding-bottom: 6px;
}

#header_content {
    display: flex;
}

#col1 {
    display: flex;
    align-items: center;
    margin-left: 10px;
    margin-right: 20px;
    font-size: 14px;
    color: white;
}

#col2 {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

#col3 {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

#col4 {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

#col5 {
    display: flex;
    align-items: center;
    margin-right: 20px;
}




.RadMap .k-marker.k-i-marker-barbastella:before {
    color: blue;
}

.RadMap .k-marker.k-i-marker-eptesicus:before {
    color: yellow;
}

.RadMap .k-marker.k-i-marker-myotis:before {
    color: fuchsia;
}

.RadMap .k-marker.k-i-marker-nyctaloid:before {
    color: black;
}

.RadMap .k-marker.k-i-marker-nyctalus:before {
    color: brown;
}

.RadMap .k-marker.k-i-marker-pipistrellus:before {
    color: red;
}

.RadMap .k-marker.k-i-marker-plecotus:before {
    color: green;
}

.RadMap .k-marker.k-i-marker-vespertilio:before {
    color: gray;
}




@media screen and (max-width: 680px) {
    #header_content {
        flex-direction: column;
    }

    #col1 {
        margin-bottom: 10px;
    }

    #col2 {
        margin-bottom: 10px;
        margin-left: 10px;
    }

    #col3 {
        margin-bottom: 10px;
        margin-left: 10px;
    }

    #col4 {
        margin-bottom: 4px;
        margin-left: 10px;
    }

    #col5 {
        margin-bottom: 4px;
        margin-left: 10px;
    }
}
