﻿@font-face {
    font-family: 'Forestman';
    src: url('/fonts/forestman2.eot');
    src: url('/fonts/forestman2.eot?#iefix') format('embedded-opentype'), url('/fonts/forestman2.woff2') format('woff2'), url('/fonts/forestman2.woff') format('woff'), url('../fonts/forestman2.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.icon {
    position: relative;
    display: inline-block;
    font-family: "Forestman", serif;
    font-style: normal;
    top: 0;
    font-size: 30px;
}
#gpsButton{
    float:left;
}
#gpsButton {
    float: left;
}
#gpsCenterButton {
    float: left;
}
.iconGpsOff:before {
    content: 'm';
    color: #aa0606;
}

.iconGpsOn:before {
    content: 'E';
    color: rgb(120, 170, 40);
}

.iconGpsCenterOff:before {
    content: 'L';
}

.iconGpsCenterOn:before {
    content: 'L';
}

.iconGpsCenterOn:after {
    position: absolute;
    left: 0;
    content: 'N';
    color: rgb(120, 170, 40);
}

#gpsid {
    position: absolute;
    left: 80px;
    top: 20px;
    opacity:1;
    z-index:999;
}

.mapButton {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 2px solid rgb(188,188,188);
    background-color:#ffffff;
    width: 47px;
    height: 47px;
}

#dataPanel.hidden {
    display: none;
}