﻿.icon {
    position: relative;
    display: inline-block;
    font-family: "Forestman";
    font-style: normal;
    top: 2px;
    font-size: 30px;
}

.iconDashboard:before {
    content: "t";
}

.Notes:before {
    content: "e";
}

.Property:before {
    content: "I";
}

.Earth:before {
    content: "B";
}

.Forestradar:before {
    content: 'H';
}

.Person:before {
    content: 'S';
}


.GpsOn:before {
    content: 'N';
    position: absolute;
    color: rgb(120, 170, 40);
}

.GpsOn::after {
    content: 'L';
    left:-20px;
}

.Results:before {
    content: 'M';
}

.iconAnalysis:before {
    content: "9";
}

.iconSettings:before {
    content: "6";
}

.iconCross:before {
    content: "n";
}

.iconAddNew:before {
    content: "d";
}

.iconUploadFile:before {
    content: "#";
}

.iconSearch:before {
    content: "5";
}

.iconAddNote:before {
    content: "f";
}


.iconShowMap:before {
    content: "p";
}

.iconNavigate:before {
    content: "P";
}

.iconNoteAll:before {
    content: "%";
}

.iconNotePublic:before {
    content: "p";
}

.iconNotePrivate:before {
    content: "S";
}

.iconNoteFavorites:before {
    content: '\02605';
}

.iconPropertyInfo:before {
    content: 'G';
}
.iconPropertyList:before {
    content: 'I';
}

.iconSave:before {
    content: '3';
}

.iconDelete:before {
    content: '2';
}

.iconCopy:before {
    content: 'W';
}

.iconResults:before {
    content: 'M';
}

.iconCheck:before {
    content: 'b';
}

.iconCompany:before {
    content: 'O';
}

.iconEmployee:before {
    content: 'S';
}

.iconSendPassword:before {
    content: '0';
}

.iconApiKey:before {
    content: 'w';
}


.iconForesradar:before {
    content: 'b';
}

.iconZoomIn:before {
    content: '+';
}
.iconZoomOut:before {
    content: '-';
}

.iconLayersBase:before {
    content: 'z';
}

.iconLayers:before {
    content: '%';
}

.iconGpsOff:before {
    content: 'L';
}

.iconGpsOn:before {
    content: 'N';
    position: absolute;
    color: rgb(120, 170, 40);
}

.iconGpsOn::after {
    content: 'L';
    left:-20px;
}

.iconInfo:before {
    content: 'i';
    font-family:Century;
}

.iconMapEdit:before {
    content: 'h';
}
.iconCopyNote:before {
    content: 'x';
}
.iconEditNote:before {
    content: 'e';
}
.iconAddProperty:before {
    content: 'j';
}
.iconEditProperty:before {
    content: 'C';
}
.iconEditParcel:before {
    content: 'C';
}

.iconCacnel:before {
    content: 'n';
}
.iconCoordinates:before {
    content: 'K';
}
.iconForestInfo:before {
    content: 'F';
}
.iconCadastreInfo:before {
    content: 'O';
}

.iconDownload:before{
    content: 'r';
}

@media screen and (max-width: 500px) {
    .mainicon {
        font-size: 20px;
    }
    .miniMenuImg {
        width: 15px;
        height: 15px;
    }
    .logo{
        width:18px;
        height:20px;
    }
    .Menu {
        height: 30px;
    }
    .MenuActive {
        height: 30px;
    }
}