﻿@font-face {
    font-family: "smicons";
    src: url("../font/smicons.woff2") format("woff2"),
url("../font/smicons.woff") format("woff"),
url("../font/smicons.ttf") format("truetype");
}

.icon {
  line-height: 1;
}
.icon:before {
    font-family: smicons !important;
    font-style: normal;
    font-weight: 400 !important;
    vertical-align: top;
}

.icon.icon-arrow-down:before {
    content: "\f101";
}
.icon.icon-arrow-left:before {
    content: "\f102";
}
.icon.icon-arrow-right:before {
    content: "\f103";
}
.icon.icon-arrow-up:before {
    content: "\f104";
}
.icon.icon-caret-down:before {
    content: "\f105";
}
.icon.icon-caret-left:before {
    content: "\f106";
}
.icon.icon-caret-right:before {
    content: "\f107";
}
.icon.icon-check-circle:before {
    content: "\f108";
}
.icon.icon-check:before {
    content: "\f109";
}
.icon.icon-clock:before {
    content: "\f10a";
}
.icon.icon-copy:before {
    content: "\f10b";
}
.icon.icon-download:before {
    content: "\f10c";
}
.icon.icon-help:before {
    content: "\f10d";
}
.icon.icon-info:before {
    content: "\f10e";
}
.icon.icon-minus:before {
    content: "\f10f";
}
.icon.icon-plus:before {
    content: "\f110";
}
.icon.icon-question:before {
    content: "\f111";
}
.icon.icon-quote-square:before {
    content: "\f112";
}
.icon.icon-quote:before {
    content: "\f113";
}
.icon.icon-settings:before {
    content: "\f114";
}
.icon.icon-share:before {
    content: "\f115";
}
.icon.icon-star:before {
    content: "\f116";
}
.icon.icon-times:before {
    content: "\f117";
}
