﻿@font-face {
    font-family: 'InventoryCloud-UI-Icons';
    src: url('fonts/InventoryCloud-UI-Icons.eot?s5kmmt');
    src: url('fonts/InventoryCloud-UI-Icons.eot?s5kmmt#iefix') format('embedded-opentype'), url('fonts/InventoryCloud-UI-Icons.ttf?s5kmmt') format('truetype'), url('fonts/InventoryCloud-UI-Icons.woff?s5kmmt') format('woff'), url('fonts/InventoryCloud-UI-Icons.svg?s5kmmt#InventoryCloud-UI-Icons') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

/* Base icon styles */
.ficon {
    font-family: 'InventoryCloud-UI-Icons' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
}

/* Specific icon */
.ficon.ic_wasp_search:before {
    content: "\e95c";
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-align: center;
}

[class^="uicon-"], [class*=" uicon-"], [class^="ficon"], [class*=" ficon"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'InventoryCloud-UI-Icons' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
