﻿@font-face {
  font-family: "icon-font";
  src:url("fonts/icon-font/icon-font.eot");
  src:url("fonts/icon-font/icon-font.eot?#iefix") format("embedded-opentype"),
    url("fonts/icon-font/icon-font.woff") format("woff"),
    url("fonts/icon-font/icon-font.ttf") format("truetype"),
    url("fonts/icon-font/icon-font.svg#icon-font") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "icon-font" !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: "icon-font" !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-calendar:before {
  content: "\e000";
}
.icon-tree:before {
  content: "\e001";
}
.icon-sun:before {
  content: "\e002";
}
.icon-settings:before {
  content: "\e003";
}
.icon-schema:before {
  content: "\e004";
}
.icon-temp:before {
  content: "\e005";
}
.icon-snow:before {
  content: "\e006";
}
.icon-clock:before {
  content: "\e007";
}
.icon-hand:before {
  content: "\e008";
}
.icon-cancel:before {
  content: "\e009";
}
.icon-ok:before {
  content: "\e00a";
}
.icon-alert:before {
  content: "\e00b";
}
.icon-user:before {
  content: "\e00c";
}
.icon-plus-small:before {
  content: "\e00d";
  color: #dadada !important;
  font-size: 1.1em !important;
  font-weight: 600 !important;
  margin-top: 3px !important;
}
.icon-minus:before {
  content: "\e00e";
  color: #dadada !important;
  font-size: 1.1em !important;
  font-weight: 600 !important;
  vertical-align: middle !important;
}
.icon-arrow-left:before {
  content: "\e00f";
}
.icon-arrow-right:before {
  content: "\e010";
}
.icon-triangle-up:before {
  content: "\e011";
}
.icon-triangle-down:before {
  content: "\e012";
}
.icon-minus-circle:before {
  content: "\e013";
}
.icon-arrow-right-circle:before {
  content: "\e014";
}
.icon-arrow-left-circle:before {
  content: "\e015";
}
.icon-refresh:before {
  content: "\e016";
}
.icon-on-off:before {
  content: "\e017";
}
.icon-home:before {
  content: "\e018";
}
.icon-plus-circle:before {
  content: "\e019";
}
.icon-menu:before {
  content: "\e01c";
  color: white;
  font-size: 3em;
}
.icon-percent:before {
    content: '%';
}

.arrow-right:after {
    content: "\e014";
}


.row-bottom .icon:before {
    font-size: 20px;
    margin: 0;
}








