﻿[data-icon]:before {
  font-family: "pefc" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "pefc" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-download:before {
  content: "\62";
}
.icon-alert:before {
  content: "\61";
}
.icon-trashcan:before {
  content: "\63";
}
.icon-audit:before {
  content: "\64";
}
.icon-telephone:before {
  content: "\65";
}
.icon-information:before {
  content: "\70";
}
.icon-checkbox-checked:before {
  content: "\66";
}
.icon-pefcgroup-close:before {
  content: "\67";
}
.icon-pefcgroup-computer:before {
  content: "\68";
}
.icon-pefcgroup-docs:before {
  content: "\69";
}
.icon-pefcgroup-docs2:before {
  content: "\6a";
}
.icon-pefcgroup-forest:before {
  content: "\6b";
}
.icon-pefcgroup-pefc:before {
  /*content: "\6c";*/
}
.icon-pefcgroup-person-05:before {
  content: "\6d";
}
.icon-pefcgroup-settings:before {
  content: "\6e";
}

.icon {
    position: relative;
    display: inline-block;
    font-family: Forestman, serif;
    font-style: normal;
    top: 2px;
    font-size: 30px;
}

.mainicon {
    position: relative;
    display: inline-block;
    font-family: Forestman, serif;
    font-style: normal;
    font-size: 30px;
}

.ownersicon {
    position: relative;
    display: inline-block;
    font-family: Forestman, serif;
    font-style: normal;
    font-size: 10em;
}

.favoriteIcon:before {
    position: relative;
    display: inline-block;
    font-style: normal;
    color: rgb(255, 216, 0);
    content: '\02605';
    font-size: 22px;
    text-shadow:1px 1px 3px #b7b2b2;
}

.formBtnIcon {
    position: relative;
    display: inline-block;
    font-family: Forestman, serif;
    font-style: normal;
    top: 5px;
    margin-right: 3px;
    font-size: 22px;
}

.formFieldIcon {
    position: relative;
    display: inline-block;
    font-family: Forestman, serif;
    font-style: normal;
    top: 5px;
    margin-right: 3px;
    font-size: 50px;
}

.formFieldIconGreen {
    position: relative;
    display: inline-block;
    color: #7dbbb7;
    font-family: Forestman, serif;
    font-style: normal;
    top: 5px;
    margin-right: 3px;
    font-size: 50px;
}


.iconProperty:before {
    content: "I";
}

.iconAnalysis:before {
    content: "9";
}

.iconAddNew:before {
    content: "d";
}

.iconSearch:before {
    content: "5";
}

.iconSave:before {
    content: '3';
}

.iconGenerateSample:before {
    content: '6';
}

.iconDelete:before {
    content: '2';
}

.iconCheck:before {
    content: 'b';
}

