﻿/* Kommunekart.com spesifikke stiler skal ikke lastes inn av LoadCssResources.js */
body {
    margin: 0;
    padding: 0;
    min-width: 320px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: auto;
    width: auto;
}

#container {
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    overflow-y: auto;
}

#Coi-Renew {
    display: none !important;
}

#cookie-information-template-wrapper {
    font-family: Arial, Helvetica, sans-serif
}

.appstore-splash {
    position: absolute;
    height: 220px;
    width: 300px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 1;
    background-color: white;
    opacity: 0.8;
    border-radius: 10px;
}
.splash-teasetext {
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    margin: 20px;
    margin-bottom: 7px;
    text-align: center;
}
.splash-teasetext2 {
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    margin: 5px;
    text-align: center;
    color: grey;
}
.splash-button {
    position: absolute;
    bottom: 0;
     margin: 20px 35px;
    float:left;
        height:40px;
}
.appstore-button {
    margin: 20px 35px !important;
}
.splash-close {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 10px;
    float: right;
    height: 60px;
    font-size: 16px;
    font-weight: bold;
    width: 110px;
    background: none;
    border: none;
    border-left: 3px solid;
    color: grey;
}

.minimap {
    border: 1px solid white;
    height: 100px;
    width: 100px;
    position: absolute;
    bottom: 70px;
    left: 8px;
    z-index: 1000;
    display: block;
}

.selected {
    background-color: red;
}


#map3d {
      cursor: pointer;
     }

#map3d .minimap-label {
    top: 82px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.7);
    bottom: 0;
    margin-bottom: 0;
    z-index: 1020;
    position: relative;
    color: black;
}
#redirectlink.show {
    display: block;
}

#redirectlink.hide {
    display: none;
}



    

