/**************************************************************************************************
* LESS general variables
****************************************************************************************************/
/* Path of the image folder without slash at the end*/
/* Minimum width/height of the application, below a scroll appears on the body */
/**************************************************************************************************
* Z-Index variables
****************************************************************************************************/
/* Nav bar z-index must be higher than anything else otherwise the drop down menu won't appear */
/**********************/
/**************************************************************************************************
* Animation transition speed
****************************************************************************************************/
/**************************************************************************************************
* Applications colors
****************************************************************************************************/
/* Default monochrome color of the text and the background of the application */
/**************************************************************************************************
* Home page style
****************************************************************************************************/
/*Font-size of the title in the document list*/
/*Font-size of the dates*/
/*Font-size of the dates*/
/**************************************************************************************************
* Specific text and label size
****************************************************************************************************/
/****************************************************************************************************
* Supplier Order
****************************************************************************************************/
/***************************************************************************************************
*Label and badges
***************************************************************************************************/
/***************************************************************************************************
* Special table properties
**************************************************************************************************/
/* Buttons attributes */
/**************************************************************************************************
* Special Form style
****************************************************************************************************/
/***************************************************************************************************
* General inputs
****************************************************************************************************/
/**************************************************************************************************/
/********************************************* COLORS *********************************************/
/**************************************************************************************************/
/**************************************************************************************************
* Main colors dependent color
****************************************************************************************************/
/**************************************************************************************************
* Action Panel Color
****************************************************************************************************/
/**************************************************************************************************
* Alert Color
****************************************************************************************************/
/**************************************************************************************************
* Format Icone Color
****************************************************************************************************/
/**************************************************************************************************
* Buttons Color
****************************************************************************************************/
/***************************************************************************************************
* Receipt module
****************************************************************************************************/
/* Input radio :before */
/* Input radio :after */
/***************************************************************************************************
* Gross profit color estimation
****************************************************************************************************/
/***************************************************************************************************
* Nutrition guide line (simulation)
/***************************************************************************************************/
/**************************************************************************************************
* Food colors
****************************************************************************************************/
/***************************************************************************************************
* Home colors
****************************************************************************************************/
/*********************************************************************/
/* Font-icon color
/*********************************************************************/
/*********************************************************************/
/* Smart-Selection color
/*********************************************************************/
/*********************************************************************/
/* Smart-Selection color
/*********************************************************************/
/***************************************************************************************************
* Specific colors
****************************************************************************************************/
/***************************************************************************************************
* Staple collection - d-system
****************************************************************************************************/
/***************************************************************************************************
* Specific colors
****************************************************************************************************/
:root {
  --main-color: #34475f;
  --main-color-hs: 213.48837deg, 29.2517%;
  --main-color-l: 28.82353%;
  --main-color-0: #009BD4;
  --main-color-0-hs: 196.13208deg, 100%;
  --main-color-0-l: 41.56863%;
  --main-color-1: #2F89CB;
  --main-color-1-hs: 205.38462deg, 62.4%;
  --main-color-1-l: 49.01961%;
  --main-color-2: #757575;
  --main-color-2-hs: 0deg, 0%;
  --main-color-2-l: 45.88235%;
  --main-color-3: #F2AD24;
  --main-color-3-hs: 39.90291deg, 88.7931%;
  --main-color-3-l: 54.5098%;
  --main-color-4: #4DA62E;
  --main-color-4-hs: 104.5deg, 56.60377%;
  --main-color-4-l: 41.56863%;
  --main-color-5: #D71E00;
  --main-color-5-hs: 8.37209deg, 100%;
  --main-color-5-l: 42.15686%;
  --main-color-6: #b20f17;
  --main-color-6-hs: 357.05521deg, 84.45596%;
  --main-color-6-l: 37.84314%;
  --main-color-7: #916743;
  --main-color-7-hs: 27.69231deg, 36.79245%;
  --main-color-7-l: 41.56863%;
  --main-background-color: #ebeff4;
  --main-background-color-hs: 213.48837deg, 29.2517%;
  --main-background-color-l: 93.82353%;
  --main-background-color-0: #F8F7F6;
  --main-background-color-0-hs: 30deg, 12.5%;
  --main-background-color-0-l: 96.86275%;
  --main-background-color-1: #f3f8fc;
  --main-background-color-1-hs: 205.38462deg, 62.4%;
  --main-background-color-1-l: 97.01961%;
  --main-background-color-2: whitesmoke;
  --main-background-color-2-hs: 0deg, 0%;
  --main-background-color-2-l: 95.88235%;
  --main-background-color-3: #fef9ee;
  --main-background-color-3-hs: 39.90291deg, 88.7931%;
  --main-background-color-3-l: 96.5098%;
  --main-background-color-4: #f7fcf5;
  --main-background-color-4-hs: 104.5deg, 56.60377%;
  --main-background-color-4-l: 97.56863%;
  --main-background-color-5: #fff7f6;
  --main-background-color-5-hs: 8.37209deg, 100%;
  --main-background-color-5-l: 98.15686%;
  --main-background-color-6: #fef5f5;
  --main-background-color-6-hs: 357.05521deg, 84.45596%;
  --main-background-color-6-l: 97.84314%;
  --main-background-color-7: #f9f6f3;
  --main-background-color-7-hs: 27.69231deg, 36.79245%;
  --main-background-color-7-l: 96.56863%;
  --application-main-color: #009BD4;
  --application-main-color-hs: 196.13208deg, 100%;
  --application-main-color-l: 41.56863%;
  --application-main-background-color: #F8F7F6;
  --application-main-background-color-hs: 30deg, 12.5%;
  --application-main-background-color-l: 96.86275%;
  --ribbon-background-color-hs: var(--application-main-color-hs);
  --ribbon-background-color-l: var(--application-main-color-l);
  --accordion-header-background-color-hs: var(--application-main-background-color-hs);
  --accordion-header-background-color-l: calc(var(--application-main-background-color-l) - 7%);
  --accordion-header-color-hs: var(--application-main-color-hs);
  --accordion-header-color-l: calc(var(--application-main-color-l) - 5%);
  --navigation-menu-transition-delay: 500ms;
  --color-grey-05: #F9F9F9;
  --color-grey-25: #F3F2F5;
  --color-grey-50: #E6E5EC;
  --color-grey-75: #DADBE7;
  --color-grey-100: #CFCFDD;
  --color-grey-200: #B4B9D0;
  --color-grey-300: #9BA2C0;
  --color-grey-400: #838BB1;
  --color-grey-500: #757D9F;
  --color-grey-600: #656D8F;
  --color-grey-700: #505971;
  --color-grey-800: #303543; }

.fem, .fas, .fma, .fi {
  display: inline-block;
  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; }

.fe-spin, .fa-spin, .fm-spin, .fi-spin {
  animation: spin 2s infinite linear; }

.fe-pulse, .fa-pulse, .fm-pulse, .fi-pulse {
  animation: spin 1s infinite steps(8); }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.fe-lg, .fa-lg, .fm-lg, .fi-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fe-xs, .fa-xs, .fm-xs, .fi-xs {
  font-size: .75em; }

.fe-sm, .fa-sm, .fm-sm, .fi-sm {
  font-size: .875em; }

.fe-1x, .fa-1x, .fm-1x, .fi-1x {
  font-size: 1em; }

.fe-2x, .fa-2x, .fm-2x, .fi-2x {
  font-size: 2em; }

.fe-3x, .fa-3x, .fm-3x, .fi-3x {
  font-size: 3em; }

.fe-4x, .fa-4x, .fm-4x, .fi-4x {
  font-size: 4em; }

.fe-5x, .fa-5x, .fm-5x, .fi-5x {
  font-size: 5em; }

.fe-6x, .fa-6x, .fm-6x, .fi-6x {
  font-size: 6em; }

.fe-7x, .fa-7x, .fm-7x, .fi-7x {
  font-size: 7em; }

.fe-8x, .fa-8x, .fm-8x, .fi-8x {
  font-size: 8em; }

.fe-9x, .fa-9x, .fm-9x, .fi-9x {
  font-size: 9em; }

.fe-10x, .fa-10x, .fm-10x, .fi-10x {
  font-size: 10em; }

.fe-rotate-90, .fa-rotate-90, .fm-rotate-90, .fi-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fe-rotate-180, .fa-rotate-180, .fm-rotate-180, .fi-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fe-rotate-270, .fa-rotate-270, .fm-rotate-270, .fi-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fe-flip-horizontal, .fa-flip-horizontal, .fm-flip-horizontal, .fi-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fe-flip-vertical, .fa-flip-vertical, .fm-flip-vertical, .fi-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

.fe-flip-both, .fe-flip-horizontal.fe-flip-vertical,
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical,
.fm-flip-both, .fm-flip-horizontal.fm-flip-vertical,
.fi-flip-both, .fi-flip-horizontal.fi-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1); }

:root .fe-rotate-90, :root .fa-rotate-90, :root .fm-rotate-90, :root .fi-rotate-90,
:root .fe-rotate-180, :root .fa-rotate-180, :root .fm-rotate-180, :root .fi-rotate-180,
:root .fe-rotate-270, :root .fa-rotate-270, :root .fm-rotate-270, :root .fi-rotate-270,
:root .fe-flip-horizontal, :root .fa-flip-horizontal, :root .fm-flip-horizontal, :root .fi-flip-horizontal,
:root .fe-flip-vertical, :root .fa-flip-vertical, :root .fm-flip-vertical, :root .fi-flip-vertical,
:root .fe-flip-both, :root .fa-flip-both, :root .fm-flip-both, :root .fi-flip-both {
  filter: none; }

@font-face {
  font-family: 'easilys-icons';
  src: url("../fonts/easilys-icons.eot?ngjrmy");
  src: url("../fonts/easilys-icons.eot?ngjrmy#iefix") format("embedded-opentype"), url("../fonts/easilys-icons.ttf?ngjrmy") format("truetype"), url("../fonts/easilys-icons.woff?ngjrmy") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

.fem {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'easilys-icons' !important; }

.fe-admin-analytical-groups:before {
  content: "\e69a"; }

.fe-admin-checklist:before {
  content: "\e6c2"; }

.fe-admin-customer-order:before {
  content: "\e6ce"; }

.fe-admin-expense:before {
  content: "\e73b"; }

.fe-admin-pms-staff:before {
  content: "\e6c8"; }

.fe-admin-product:before {
  content: "\e698"; }

.fe-admin-product-family:before {
  content: "\e699"; }

.fe-admin-supplier-product:before {
  content: "\e697"; }

.fe-analytic-group:before {
  content: "\e6ad"; }

.fe-analytical-group:before {
  content: "\e821"; }

.fe-angle-double-down:before {
  content: "\e6e3"; }

.fe-angle-double-left:before {
  content: "\e6e5"; }

.fe-angle-double-right:before {
  content: "\e6e6"; }

.fe-angle-double-up:before {
  content: "\e6e4"; }

.fe-angle-down:before {
  content: "\e6e7"; }

.fe-angle-left:before {
  content: "\e6e9"; }

.fe-angle-right:before {
  content: "\e6ea"; }

.fe-angle-up:before {
  content: "\e6e8"; }

.fe-arrow-down:before {
  content: "\e640"; }

.fe-arrow-left:before {
  content: "\e63f"; }

.fe-arrow-right:before {
  content: "\e63e"; }

.fe-arrow-top:before {
  content: "\e63d"; }

.fe-barcode:before {
  content: "\e65f"; }

.fe-bars:before {
  content: "\e707"; }

.fe-basisweight:before {
  content: "\e716"; }

.fe-batch:before {
  content: "\e80a"; }

.fe-batch-tracking:before {
  content: "\e72f"; }

.fe-battery-20:before {
  content: "\e65a"; }

.fe-battery-40:before {
  content: "\e659"; }

.fe-battery-60:before {
  content: "\e658"; }

.fe-battery-80:before {
  content: "\e657"; }

.fe-best-price:before {
  content: "\e62a"; }

.fe-bi:before {
  content: "\e6aa"; }

.fe-box:before {
  content: "\e63c"; }

.fe-bread:before {
  content: "\e65c"; }

.fe-buyable-supplier-product:before {
  content: "\e695"; }

.fe-calculator:before {
  content: "\e64b"; }

.fe-calendar:before {
  content: "\e607"; }

.fe-calendar-day:before {
  content: "\e672"; }

.fe-calendar-month:before {
  content: "\e674"; }

.fe-calendar-week:before {
  content: "\e673"; }

.fe-camera:before {
  content: "\e683"; }

.fe-camera-2:before {
  content: "\e67d"; }

.fe-cart:before {
  content: "\e63a"; }

.fe-cart-2:before {
  content: "\e678"; }

.fe-cash-recorder:before {
  content: "\e705"; }

.fe-cash-recorders:before {
  content: "\e706"; }

.fe-cash-register-parameters:before {
  content: "\e701"; }

.fe-category-menu:before {
  content: "\e817"; }

.fe-censorship:before {
  content: "\e653"; }

.fe-check:before {
  content: "\e639"; }

.fe-checklist:before {
  content: "\e739"; }

.fe-checklist-control:before {
  content: "\e6c3"; }

.fe-checklist-historical:before {
  content: "\e6ab"; }

.fe-chrono:before {
  content: "\e643"; }

.fe-claim:before {
  content: "\e82c"; }

.fe-claim-1:before {
  content: "\e82d"; }

.fe-cleaning:before {
  content: "\e66d"; }

.fe-co2:before {
  content: "\e724"; }

.fe-codebar-scanner:before {
  content: "\e670"; }

.fe-columns:before {
  content: "\e7db"; }

.fe-comment:before {
  content: "\e610"; }

.fe-compare:before {
  content: "\e60a"; }

.fe-compare-1:before {
  content: "\e638"; }

.fe-compare-2:before {
  content: "\e637"; }

.fe-compare-answers:before {
  content: "\e6f8"; }

.fe-compare-answers-1:before {
  content: "\e6f7"; }

.fe-compare-products:before {
  content: "\e6fb"; }

.fe-compare-products-1:before {
  content: "\e6f6"; }

.fe-compare-supplier-products:before {
  content: "\e6fe"; }

.fe-compare-supplier-products-1:before {
  content: "\e6fd"; }

.fe-conformity:before {
  content: "\e819"; }

.fe-connexion-left:before {
  content: "\e635"; }

.fe-connexion-right:before {
  content: "\e636"; }

.fe-consumer-day:before {
  content: "\e82e"; }

.fe-consumer-day-2:before {
  content: "\e832"; }

.fe-consumer-site:before {
  content: "\e61e"; }

.fe-contract:before {
  content: "\e809"; }

.fe-control-delivery:before {
  content: "\e6c1"; }

.fe-control-frying:before {
  content: "\e6b9"; }

.fe-control-product:before {
  content: "\e6bf"; }

.fe-control-receipt:before {
  content: "\e6bc"; }

.fe-control-reception:before {
  content: "\e6bd"; }

.fe-control-reception-2:before {
  content: "\e6ba"; }

.fe-control-sample:before {
  content: "\e727"; }

.fe-control-sample-admin:before {
  content: "\e726"; }

.fe-control-site:before {
  content: "\e6be"; }

.fe-control-stock:before {
  content: "\e6bb"; }

.fe-control-temperature:before {
  content: "\e6c0"; }

.fe-copy:before {
  content: "\e801"; }

.fe-cost:before {
  content: "\e634"; }

.fe-credit:before {
  content: "\e82f"; }

.fe-credit-1:before {
  content: "\e830"; }

.fe-cross:before {
  content: "\e633"; }

.fe-crossed-graph:before {
  content: "\e690"; }

.fe-crossed-nutrition:before {
  content: "\e74c"; }

.fe-customer-order-report:before {
  content: "\e6cb"; }

.fe-customisation:before {
  content: "\e632"; }

.fe-customisation-2:before {
  content: "\e631"; }

.fe-dashboard:before {
  content: "\e740"; }

.fe-dashboard-purchase:before {
  content: "\e71a"; }

.fe-database:before {
  content: "\e71c"; }

.fe-database-copy:before {
  content: "\e71d"; }

.fe-database-visualization:before {
  content: "\e715"; }

.fe-default-product:before {
  content: "\e671"; }

.fe-dependency:before {
  content: "\e628"; }

.fe-device-euro:before {
  content: "\e63b"; }

.fe-diet:before {
  content: "\e826"; }

.fe-dish:before {
  content: "\e74b"; }

.fe-doc:before {
  content: "\e815"; }

.fe-doc-check:before {
  content: "\e60e"; }

.fe-doc-copy:before {
  content: "\e60c"; }

.fe-doc-cross:before {
  content: "\e60d"; }

.fe-doc-csv:before {
  content: "\e6f2"; }

.fe-doc-doc:before {
  content: "\e70e"; }

.fe-doc-docx:before {
  content: "\e70f"; }

.fe-doc-ods:before {
  content: "\e6f3"; }

.fe-doc-odt:before {
  content: "\e70d"; }

.fe-doc-pdf:before {
  content: "\e806"; }

.fe-doc-report:before {
  content: "\e745"; }

.fe-doc-url:before {
  content: "\e747"; }

.fe-doc-variant:before {
  content: "\e823"; }

.fe-doc-xls:before {
  content: "\e6f4"; }

.fe-doc-xlsx:before {
  content: "\e6f5"; }

.fe-dollar:before {
  content: "\e687"; }

.fe-download:before {
  content: "\e900"; }

.fe-downloaded:before {
  content: "\e6ee"; }

.fe-edit:before {
  content: "\e655"; }

.fe-empty-arrow-down:before {
  content: "\e680"; }

.fe-empty-arrow-left:before {
  content: "\e630"; }

.fe-empty-arrow-right:before {
  content: "\e62f"; }

.fe-empty-arrow-up:before {
  content: "\e681"; }

.fe-empty-battery:before {
  content: "\e65b"; }

.fe-equalizer:before {
  content: "\e60f"; }

.fe-equipment:before {
  content: "\e835"; }

.fe-equipment-rounded:before {
  content: "\e833"; }

.fe-euro:before {
  content: "\e686"; }

.fe-euro-coins-task:before {
  content: "\e723"; }

.fe-exclamation:before {
  content: "\e623"; }

.fe-eye:before {
  content: "\e62e"; }

.fe-factory-site:before {
  content: "\e61f"; }

.fe-family-alcohols:before {
  content: "\e915"; }

.fe-family-bacon:before {
  content: "\e913"; }

.fe-family-bakery:before {
  content: "\e918"; }

.fe-family-bakery-1:before {
  content: "\e920"; }

.fe-family-beef:before {
  content: "\e93a"; }

.fe-family-black-pudding:before {
  content: "\e910"; }

.fe-family-breakfast:before {
  content: "\e91e"; }

.fe-family-butchery:before {
  content: "\e90f"; }

.fe-family-butter:before {
  content: "\e909"; }

.fe-family-butter-egg:before {
  content: "\e908"; }

.fe-family-catering-sea:before {
  content: "\e931"; }

.fe-family-cheese:before {
  content: "\e90a"; }

.fe-family-chicken:before {
  content: "\e939"; }

.fe-family-cock-dished:before {
  content: "\e91a"; }

.fe-family-condiment:before {
  content: "\e924"; }

.fe-family-cookies:before {
  content: "\e923"; }

.fe-family-dessert:before {
  content: "\e925"; }

.fe-family-disposable:before {
  content: "\e92f"; }

.fe-family-drinks:before {
  content: "\e914"; }

.fe-family-duck:before {
  content: "\e935"; }

.fe-family-eggs:before {
  content: "\e90c"; }

.fe-family-fish:before {
  content: "\e92a"; }

.fe-family-fish-shellfish:before {
  content: "\e929"; }

.fe-family-fresh-dish:before {
  content: "\e927"; }

.fe-family-frozen-dish:before {
  content: "\e928"; }

.fe-family-frozen-fresh:before {
  content: "\e930"; }

.fe-family-frozen-fruits-vegetables:before {
  content: "\e93f"; }

.fe-family-fruits:before {
  content: "\e92d"; }

.fe-family-fruits-vegetables:before {
  content: "\e93e"; }

.fe-family-frying:before {
  content: "\e92c"; }

.fe-family-grocery:before {
  content: "\e940"; }

.fe-family-guinea-fowl:before {
  content: "\e938"; }

.fe-family-ham:before {
  content: "\e911"; }

.fe-family-head-based:before {
  content: "\e921"; }

.fe-family-hot-drinks:before {
  content: "\e916"; }

.fe-family-meat:before {
  content: "\e932"; }

.fe-family-milk:before {
  content: "\e90b"; }

.fe-family-nuts:before {
  content: "\e91c"; }

.fe-family-pastry:before {
  content: "\e919"; }

.fe-family-pastry-2:before {
  content: "\e90e"; }

.fe-family-pate:before {
  content: "\e912"; }

.fe-family-pig:before {
  content: "\e93b"; }

.fe-family-poultry:before {
  content: "\e934"; }

.fe-family-rabbit:before {
  content: "\e937"; }

.fe-family-sausage:before {
  content: "\e941"; }

.fe-family-sea-products:before {
  content: "\e91d"; }

.fe-family-seasoning:before {
  content: "\e922"; }

.fe-family-sheep:before {
  content: "\e933"; }

.fe-family-shellfish:before {
  content: "\e92b"; }

.fe-family-snacking:before {
  content: "\e91f"; }

.fe-family-starchy:before {
  content: "\e91b"; }

.fe-family-sugar-flour:before {
  content: "\e926"; }

.fe-family-turkey:before {
  content: "\e936"; }

.fe-family-variety-meat:before {
  content: "\e93d"; }

.fe-family-veal:before {
  content: "\e93c"; }

.fe-family-vegetables:before {
  content: "\e92e"; }

.fe-family-water:before {
  content: "\e917"; }

.fe-family-yogurts:before {
  content: "\e90d"; }

.fe-filter:before {
  content: "\e617"; }

.fe-fire:before {
  content: "\e685"; }

.fe-fish-bone:before {
  content: "\e65d"; }

.fe-flask:before {
  content: "\e62c"; }

.fe-fold:before {
  content: "\e67c"; }

.fe-food:before {
  content: "\e61c"; }

.fe-from-to:before {
  content: "\e7fd"; }

.fe-frozen:before {
  content: "\e66c"; }

.fe-frying:before {
  content: "\e6b8"; }

.fe-full-battery:before {
  content: "\e656"; }

.fe-generic-family:before {
  content: "\e81c"; }

.fe-go:before {
  content: "\e62d"; }

.fe-go-in:before {
  content: "\e901"; }

.fe-go-out:before {
  content: "\e7fe"; }

.fe-graph:before {
  content: "\e816"; }

.fe-guest:before {
  content: "\e74a"; }

.fe-handle:before {
  content: "\e708"; }

.fe-handwritten-arrow:before {
  content: "\e7f4"; }

.fe-help:before {
  content: "\e902"; }

.fe-hide-cart:before {
  content: "\e67b"; }

.fe-hide-filters:before {
  content: "\e663"; }

.fe-hide-list:before {
  content: "\e665"; }

.fe-hide-product-card:before {
  content: "\e676"; }

.fe-hide-recipe:before {
  content: "\e682"; }

.fe-historical:before {
  content: "\e652"; }

.fe-home:before {
  content: "\e64a"; }

.fe-individual-waste:before {
  content: "\e733"; }

.fe-individual-waste-1:before {
  content: "\e71f"; }

.fe-information:before {
  content: "\e625"; }

.fe-ingredient:before {
  content: "\e81d"; }

.fe-intervention:before {
  content: "\e810"; }

.fe-invoice:before {
  content: "\e604"; }

.fe-invoices:before {
  content: "\e73f"; }

.fe-left:before {
  content: "\e660"; }

.fe-legacy:before {
  content: "\e6b5"; }

.fe-legacy-doc:before {
  content: "\e6b6"; }

.fe-less:before {
  content: "\e619"; }

.fe-like:before {
  content: "\e650"; }

.fe-lines:before {
  content: "\e7dc"; }

.fe-link:before {
  content: "\e807"; }

.fe-list:before {
  content: "\e629"; }

.fe-livre:before {
  content: "\e688"; }

.fe-local:before {
  content: "\e627"; }

.fe-lock:before {
  content: "\e614"; }

.fe-logo-easilys:before {
  content: "\e694"; }

.fe-main-archive:before {
  content: "\e666"; }

.fe-main-guide:before {
  content: "\e667"; }

.fe-main-security:before {
  content: "\e668"; }

.fe-main-support:before {
  content: "\e66a"; }

.fe-main-tracking:before {
  content: "\e669"; }

.fe-main-user-board:before {
  content: "\e66b"; }

.fe-maintenance-society:before {
  content: "\e811"; }

.fe-map-marker:before {
  content: "\e6ec"; }

.fe-markdown:before {
  content: "\e646"; }

.fe-marker:before {
  content: "\e626"; }

.fe-marketplace:before {
  content: "\e906"; }

.fe-markup:before {
  content: "\e704"; }

.fe-markups-grid-administration:before {
  content: "\e746"; }

.fe-material:before {
  content: "\e813"; }

.fe-material-cost:before {
  content: "\e71b"; }

.fe-material-cost-1:before {
  content: "\e71e"; }

.fe-material-family:before {
  content: "\e6eb"; }

.fe-meal:before {
  content: "\e61b"; }

.fe-mealtype:before {
  content: "\e82a"; }

.fe-medical:before {
  content: "\e66e"; }

.fe-menu:before {
  content: "\e61a"; }

.fe-menu-card:before {
  content: "\e675"; }

.fe-menu-to-site:before {
  content: "\e905"; }

.fe-menus-qty:before {
  content: "\e720"; }

.fe-merge:before {
  content: "\e60b"; }

.fe-money:before {
  content: "\e68f"; }

.fe-more:before {
  content: "\e618"; }

.fe-navigation-drawer:before {
  content: "\e822"; }

.fe-new-traceability-event:before {
  content: "\e741"; }

.fe-no-cruch:before {
  content: "\e6c5"; }

.fe-no-wifi:before {
  content: "\e6f1"; }

.fe-nonconform:before {
  content: "\e803"; }

.fe-nonconform-1:before {
  content: "\e808"; }

.fe-notification:before {
  content: "\e907"; }

.fe-numeric-doc-archive:before {
  content: "\e6b7"; }

.fe-nutrition:before {
  content: "\e69d"; }

.fe-nutrition-frequencies:before {
  content: "\e6ae"; }

.fe-nutrition-plan:before {
  content: "\e6cd"; }

.fe-oasys-copy:before {
  content: "\e712"; }

.fe-oasys-load:before {
  content: "\e713"; }

.fe-oasys-products:before {
  content: "\e711"; }

.fe-oasys-synchro:before {
  content: "\e710"; }

.fe-oasys-transfert:before {
  content: "\e714"; }

.fe-off:before {
  content: "\e825"; }

.fe-on:before {
  content: "\e824"; }

.fe-one-column:before {
  content: "\e691"; }

.fe-order-administration:before {
  content: "\e605"; }

.fe-order-supervision:before {
  content: "\e65e"; }

.fe-packaging-size:before {
  content: "\e81e"; }

.fe-parameter:before {
  content: "\e612"; }

.fe-parameter-2:before {
  content: "\e613"; }

.fe-parameter-exit:before {
  content: "\e800"; }

.fe-pen:before {
  content: "\e611"; }

.fe-planning:before {
  content: "\e654"; }

.fe-pms:before {
  content: "\e73a"; }

.fe-pms-maintenance:before {
  content: "\e6c6"; }

.fe-pms-staff:before {
  content: "\e6c7"; }

.fe-pointer:before {
  content: "\e804"; }

.fe-preorder:before {
  content: "\e729"; }

.fe-price-list-administration:before {
  content: "\e70c"; }

.fe-price-lists:before {
  content: "\e696"; }

.fe-print:before {
  content: "\e608"; }

.fe-print-2:before {
  content: "\e609"; }

.fe-product:before {
  content: "\e61d"; }

.fe-product-family:before {
  content: "\e7ce"; }

.fe-product-return:before {
  content: "\e6a9"; }

.fe-production:before {
  content: "\e684"; }

.fe-production-day:before {
  content: "\e82b"; }

.fe-production-day-2:before {
  content: "\e831"; }

.fe-production-managment:before {
  content: "\e72a"; }

.fe-production-step-tracking:before {
  content: "\e730"; }

.fe-production-steps-admin:before {
  content: "\e734"; }

.fe-production-type:before {
  content: "\e737"; }

.fe-production-workshop:before {
  content: "\e820"; }

.fe-production-workshop-1:before {
  content: "\e72b"; }

.fe-purchase:before {
  content: "\e72d"; }

.fe-quality:before {
  content: "\e903"; }

.fe-question:before {
  content: "\e679"; }

.fe-question-2:before {
  content: "\e67a"; }

.fe-range:before {
  content: "\e81f"; }

.fe-receipt:before {
  content: "\e67e"; }

.fe-receipt-control:before {
  content: "\e735"; }

.fe-reception:before {
  content: "\e818"; }

.fe-reception-cart:before {
  content: "\e6ac"; }

.fe-recipe:before {
  content: "\e81a"; }

.fe-recipe-family:before {
  content: "\e81b"; }

.fe-recipe-to-parent:before {
  content: "\e736"; }

.fe-redo:before {
  content: "\e70a"; }

.fe-reload:before {
  content: "\e70b"; }

.fe-report:before {
  content: "\e606"; }

.fe-reports-admin:before {
  content: "\e73c"; }

.fe-restricted-catalogs:before {
  content: "\e69b"; }

.fe-revenue:before {
  content: "\e73d"; }

.fe-revenue-rising:before {
  content: "\e73e"; }

.fe-right:before {
  content: "\e661"; }

.fe-root-site:before {
  content: "\e620"; }

.fe-save:before {
  content: "\e64f"; }

.fe-search:before {
  content: "\e648"; }

.fe-search-answers:before {
  content: "\e6f9"; }

.fe-search-products:before {
  content: "\e6fc"; }

.fe-search-supplier-products:before {
  content: "\e6ff"; }

.fe-segment:before {
  content: "\e827"; }

.fe-segment-all-empty:before {
  content: "\e68a"; }

.fe-segment-all-full:before {
  content: "\e68c"; }

.fe-segment-part-empty:before {
  content: "\e68b"; }

.fe-segment-part-full:before {
  content: "\e68d"; }

.fe-seven-columns:before {
  content: "\e693"; }

.fe-share:before {
  content: "\e904"; }

.fe-show-filters:before {
  content: "\e662"; }

.fe-show-list:before {
  content: "\e664"; }

.fe-show-product-card:before {
  content: "\e677"; }

.fe-site:before {
  content: "\e829"; }

.fe-smart-basisweight:before {
  content: "\e717"; }

.fe-smart-basisweight-1:before {
  content: "\e718"; }

.fe-smart-catalog:before {
  content: "\e69c"; }

.fe-smart-delivery:before {
  content: "\e719"; }

.fe-smart-packaging:before {
  content: "\e6dd"; }

.fe-smart-selection:before {
  content: "\e6cc"; }

.fe-smiley-0:before {
  content: "\e814"; }

.fe-smiley-1:before {
  content: "\e80f"; }

.fe-smiley-2:before {
  content: "\e80e"; }

.fe-smiley-3:before {
  content: "\e80d"; }

.fe-smiley-4:before {
  content: "\e80c"; }

.fe-smiley-5:before {
  content: "\e80b"; }

.fe-sort:before {
  content: "\e647"; }

.fe-sortable:before {
  content: "\e7ff"; }

.fe-spinner:before {
  content: "\e649"; }

.fe-sql-doc:before {
  content: "\e703"; }

.fe-sql-language:before {
  content: "\e702"; }

.fe-star:before {
  content: "\e644"; }

.fe-star-empty:before {
  content: "\e64c"; }

.fe-star-half:before {
  content: "\e64d"; }

.fe-star-half-empty:before {
  content: "\e64e"; }

.fe-stat:before {
  content: "\e62b"; }

.fe-step-events-admin:before {
  content: "\e738"; }

.fe-stock:before {
  content: "\e603"; }

.fe-stock-entry:before {
  content: "\e6fa"; }

.fe-stock-movement:before {
  content: "\e6d2"; }

.fe-stock-whitdrawal-notes:before {
  content: "\e725"; }

.fe-stock-withdrawal:before {
  content: "\e72c"; }

.fe-storage-area:before {
  content: "\e651"; }

.fe-sun:before {
  content: "\e641"; }

.fe-supplier:before {
  content: "\e645"; }

.fe-synchronisation:before {
  content: "\e6ed"; }

.fe-tags:before {
  content: "\e834"; }

.fe-technical-information:before {
  content: "\e812"; }

.fe-temperature:before {
  content: "\e6d3"; }

.fe-temperature-baking:before {
  content: "\e6a6"; }

.fe-temperature-button:before {
  content: "\e6a0"; }

.fe-temperature-button-off:before {
  content: "\e69e"; }

.fe-temperature-button-on:before {
  content: "\e69f"; }

.fe-temperature-button-on-off:before {
  content: "\e6a1"; }

.fe-temperature-frying:before {
  content: "\e6a4"; }

.fe-temperature-frying1:before {
  content: "\e6b4"; }

.fe-temperature-off:before {
  content: "\e6a3"; }

.fe-temperature-on:before {
  content: "\e6a2"; }

.fe-temperature-product:before {
  content: "\e6b0"; }

.fe-temperature-receipt:before {
  content: "\e6b1"; }

.fe-temperature-reception:before {
  content: "\e6b3"; }

.fe-temperature-site:before {
  content: "\e6a5"; }

.fe-temperature-stock:before {
  content: "\e6b2"; }

.fe-temperature-truck:before {
  content: "\e6af"; }

.fe-texture:before {
  content: "\e828"; }

.fe-thermometer:before {
  content: "\e748"; }

.fe-three-columns:before {
  content: "\e692"; }

.fe-ticket:before {
  content: "\e689"; }

.fe-ticket-2:before {
  content: "\e68e"; }

.fe-time-lag-rules:before {
  content: "\e6c9"; }

.fe-time-lag-rules-1:before {
  content: "\e6ca"; }

.fe-torch:before {
  content: "\e74d"; }

.fe-total-waste:before {
  content: "\e731"; }

.fe-trace-batch:before {
  content: "\e6a7"; }

.fe-trace-sensible-product:before {
  content: "\e6a8"; }

.fe-traceability:before {
  content: "\e6c4"; }

.fe-traceability-plan:before {
  content: "\e742"; }

.fe-traceability-steps:before {
  content: "\e743"; }

.fe-traceability-tracking:before {
  content: "\e744"; }

.fe-train:before {
  content: "\e802"; }

.fe-trash:before {
  content: "\e616"; }

.fe-truck:before {
  content: "\e642"; }

.fe-undo:before {
  content: "\e709"; }

.fe-unfold:before {
  content: "\e67f"; }

.fe-universe:before {
  content: "\e6d0"; }

.fe-universe-bordered:before {
  content: "\e6cf"; }

.fe-universe-dry:before {
  content: "\e6d5"; }

.fe-universe-dry-rounded:before {
  content: "\e6e1"; }

.fe-universe-dry-surrounded:before {
  content: "\e6da"; }

.fe-universe-fresh:before {
  content: "\e6d4"; }

.fe-universe-fresh-rounded:before {
  content: "\e6e0"; }

.fe-universe-fresh-rounded1:before {
  content: "\e6d9"; }

.fe-universe-fresh-surrounded:before {
  content: "\e6d8"; }

.fe-universe-frozen:before {
  content: "\e6d1"; }

.fe-universe-frozen-rounded:before {
  content: "\e6df"; }

.fe-universe-frozen-surrounded:before {
  content: "\e749"; }

.fe-universe-liquid:before {
  content: "\e6d6"; }

.fe-universe-liquid-rounded:before {
  content: "\e6e2"; }

.fe-universe-liquid-surrounded:before {
  content: "\e6db"; }

.fe-universe-rounded:before {
  content: "\e6de"; }

.fe-universe-surrounded:before {
  content: "\e6d7"; }

.fe-unlink:before {
  content: "\e805"; }

.fe-unlock:before {
  content: "\e615"; }

.fe-unplugged:before {
  content: "\e6ef"; }

.fe-usb:before {
  content: "\e700"; }

.fe-user:before {
  content: "\e621"; }

.fe-user-exclamation:before {
  content: "\e622"; }

.fe-user-group:before {
  content: "\e602"; }

.fe-visualisation:before {
  content: "\e601"; }

.fe-visualisation-2:before {
  content: "\e600"; }

.fe-warning:before {
  content: "\e624"; }

.fe-waste:before {
  content: "\e6dc"; }

.fe-waste-content:before {
  content: "\e732"; }

.fe-waste-content-2:before {
  content: "\e721"; }

.fe-waste-content-3:before {
  content: "\e722"; }

.fe-widgets:before {
  content: "\e66f"; }

.fe-wifi:before {
  content: "\e6f0"; }

.fe-yield:before {
  content: "\e728"; }

.fe-yield-admin:before {
  content: "\e72e"; }

.fe-zoom-minus:before {
  content: "\e74e"; }

.fe-zoom-plus:before {
  content: "\e74f"; }

.fe-module-:before {
  content: "\e740"; }

.fe-module-admin-analytical_groups:before {
  content: "\e6ad"; }

.fe-module-admin-customer-orders:before {
  content: "\e6ce"; }

.fe-module-admin-generics:before {
  content: "\e81c"; }

.fe-module-admin-orders:before {
  content: "\e605"; }

.fe-module-admin-product-families:before {
  content: "\e93f"; }

.fe-module-admin-products:before {
  content: "\e698"; }

.fe-module-admin-supplier-products:before {
  content: "\e697"; }

.fe-module-analytics:before {
  content: "\e6c6"; }

.fe-module-app-admin-oasys:before {
  content: "\e649"; }

.fe-module-bi-reports:before {
  content: "\e816"; }

.fe-module-buyable-supplier-products:before {
  content: "\e695"; }

.fe-module-categories-menu:before {
  content: "\e817"; }

.fe-module-claims:before {
  content: "\e82c"; }

.fe-module-collectors:before {
  content: "\e826"; }

.fe-module-configuration:before {
  content: "\e6c6"; }

.fe-module-costs-management:before {
  content: "\e68f"; }

.fe-module-credit-notes:before {
  content: "\e82f"; }

.fe-module-customer-orders:before {
  content: "\e82a"; }

.fe-module-customer-orderscustomers:before {
  content: "\e602"; }

.fe-module-customer-ordersreports:before {
  content: "\e6cb"; }

.fe-module-daily-cost:before {
  content: "\e68d"; }

.fe-module-dashboard-admin:before {
  content: "\e655"; }

.fe-module-dashboard-chart:before {
  content: "\e907"; }

.fe-module-dashboard-management:before {
  content: "\e816"; }

.fe-module-dashboard-purchase:before {
  content: "\e816"; }

.fe-module-dashboard:before {
  content: "\e907"; }

.fe-module-delivery-notes:before {
  content: "\e6bc"; }

.fe-module-delivery-tours:before {
  content: "\e642"; }

.fe-module-design-system:before {
  content: "\e632"; }

.fe-module-devices:before {
  content: "\e700"; }

.fe-module-equipment-marketplace:before {
  content: "\e906"; }

.fe-module-equipment-renewal-plan:before {
  content: "\e654"; }

.fe-module-equipments:before {
  content: "\e813"; }

.fe-module-financial-management:before {
  content: "\e64b"; }

.fe-module-forums:before {
  content: "\e610"; }

.fe-module-gateways:before {
  content: "\e635"; }

.fe-module-home:before {
  content: "\e64a"; }

.fe-module-import-export:before {
  content: "\e6ee"; }

.fe-module-imports-exports:before {
  content: "\e6ee"; }

.fe-module-interfaces:before {
  content: "\e701"; }

.fe-module-inventories:before {
  content: "\e655"; }

.fe-module-job-activities:before {
  content: "\e643"; }

.fe-module-lots:before {
  content: "\e651"; }

.fe-module-maintenance-contracts:before {
  content: "\e809"; }

.fe-module-maintenance-interventions:before {
  content: "\e810"; }

.fe-module-markup:before {
  content: "\e704"; }

.fe-module-markups-grid:before {
  content: "\e70c"; }

.fe-module-menus-copy:before {
  content: "\e817"; }

.fe-module-menus-dashboard:before {
  content: "\e816"; }

.fe-module-menus-qty:before {
  content: "\e720"; }

.fe-module-menus:before {
  content: "\e82e"; }

.fe-module-monitoring-dashboard:before {
  content: "\e62b"; }

.fe-module-new-production-event:before {
  content: "\e739"; }

.fe-module-new-traceability-event:before {
  content: "\e741"; }

.fe-module-nutrition-frequencies:before {
  content: "\e6ae"; }

.fe-module-nutrition-guidelines:before {
  content: "\e6cd"; }

.fe-module-nutritions:before {
  content: "\e69d"; }

.fe-module-oasys-products:before {
  content: "\e711"; }

.fe-module-oasys-synchro:before {
  content: "\e710"; }

.fe-module-oasys:before {
  content: "\e632"; }

.fe-module-packaging-logistics:before {
  content: "\e81e"; }

.fe-module-period-calendars:before {
  content: "\e607"; }

.fe-module-pms-printing:before {
  content: "\e68e"; }

.fe-module-pms-thresholds:before {
  content: "\e60f"; }

.fe-module-preorders:before {
  content: "\e831"; }

.fe-module-preventive-maintenances:before {
  content: "\e812"; }

.fe-module-price-lists:before {
  content: "\e696"; }

.fe-module-product-suppliers:before {
  content: "\e818"; }

.fe-module-production-management:before {
  content: "\e72a"; }

.fe-module-production-plan:before {
  content: "\e6c9"; }

.fe-module-production-steps-admin:before {
  content: "\e734"; }

.fe-module-production-time-lag-rules:before {
  content: "\e6ca"; }

.fe-module-production:before {
  content: "\e820"; }

.fe-module-products-administration:before {
  content: "\e671"; }

.fe-module-purchase:before {
  content: "\e72d"; }

.fe-module-receipt:before {
  content: "\e67e"; }

.fe-module-receipts-v2:before {
  content: "\e735"; }

.fe-module-receipts:before {
  content: "\e80a"; }

.fe-module-recipes-commercial-catering:before {
  content: "\e81a"; }

.fe-module-recipes:before {
  content: "\e81b"; }

.fe-module-recommended-dietary-allowances:before {
  content: "\e68d"; }

.fe-module-report-administration:before {
  content: "\e73c"; }

.fe-module-restricted-catalogs:before {
  content: "\e69b"; }

.fe-module-revenue:before {
  content: "\e73d"; }

.fe-module-sent-orders-supervision:before {
  content: "\e65e"; }

.fe-module-service-logs:before {
  content: "\e68e"; }

.fe-module-sites-administration:before {
  content: "\e829"; }

.fe-module-smart-basisweight:before {
  content: "\e717"; }

.fe-module-smart-catalog:before {
  content: "\e69c"; }

.fe-module-smart-control-sample:before {
  content: "\e726"; }

.fe-module-smart-delivery:before {
  content: "\e719"; }

.fe-module-smart-packaging:before {
  content: "\e6dd"; }

.fe-module-smart-selection:before {
  content: "\e6cc"; }

.fe-module-smart-yield:before {
  content: "\e72e"; }

.fe-module-stock-transfer:before {
  content: "\e6fa"; }

.fe-module-stock-withdrawal-notes:before {
  content: "\e725"; }

.fe-module-stock-withdrawal:before {
  content: "\e72c"; }

.fe-module-stocks:before {
  content: "\e651"; }

.fe-module-supplier-invoice-v2:before {
  content: "\e73f"; }

.fe-module-supplier-invoices:before {
  content: "\e604"; }

.fe-module-supplier-orders:before {
  content: "\e678"; }

.fe-module-suppliers-directory:before {
  content: "\e6ec"; }

.fe-module-suppliers:before {
  content: "\e645"; }

.fe-module-tags:before {
  content: "\e834"; }

.fe-module-task-admin:before {
  content: "\e802"; }

.fe-module-task-dashboard:before {
  content: "\e816"; }

.fe-module-task-form:before {
  content: "\e655"; }

.fe-module-task-logs:before {
  content: "\e652"; }

.fe-module-task-planned:before {
  content: "\e654"; }

.fe-module-template:before {
  content: "\e7db"; }

.fe-module-tenders:before {
  content: "\e809"; }

.fe-module-tenders-oasys:before {
  content: "\e809"; }

.fe-module-traceability-plan:before {
  content: "\e742"; }

.fe-module-traceability-steps:before {
  content: "\e743"; }

.fe-module-traceability-tracking:before {
  content: "\e744"; }

.fe-module-waste-awareness:before {
  content: "\e80b"; }

.fe-module-waste-dashboard:before {
  content: "\e65d"; }

.fe-module-weighings:before {
  content: "\e667"; }

.fem, .fas, .fma, .fi {
  display: inline-block;
  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; }

.fe-spin, .fa-spin, .fm-spin, .fi-spin {
  animation: spin 2s infinite linear; }

.fe-pulse, .fa-pulse, .fm-pulse, .fi-pulse {
  animation: spin 1s infinite steps(8); }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.fe-lg, .fa-lg, .fm-lg, .fi-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fe-xs, .fa-xs, .fm-xs, .fi-xs {
  font-size: .75em; }

.fe-sm, .fa-sm, .fm-sm, .fi-sm {
  font-size: .875em; }

.fe-1x, .fa-1x, .fm-1x, .fi-1x {
  font-size: 1em; }

.fe-2x, .fa-2x, .fm-2x, .fi-2x {
  font-size: 2em; }

.fe-3x, .fa-3x, .fm-3x, .fi-3x {
  font-size: 3em; }

.fe-4x, .fa-4x, .fm-4x, .fi-4x {
  font-size: 4em; }

.fe-5x, .fa-5x, .fm-5x, .fi-5x {
  font-size: 5em; }

.fe-6x, .fa-6x, .fm-6x, .fi-6x {
  font-size: 6em; }

.fe-7x, .fa-7x, .fm-7x, .fi-7x {
  font-size: 7em; }

.fe-8x, .fa-8x, .fm-8x, .fi-8x {
  font-size: 8em; }

.fe-9x, .fa-9x, .fm-9x, .fi-9x {
  font-size: 9em; }

.fe-10x, .fa-10x, .fm-10x, .fi-10x {
  font-size: 10em; }

.fe-rotate-90, .fa-rotate-90, .fm-rotate-90, .fi-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fe-rotate-180, .fa-rotate-180, .fm-rotate-180, .fi-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fe-rotate-270, .fa-rotate-270, .fm-rotate-270, .fi-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fe-flip-horizontal, .fa-flip-horizontal, .fm-flip-horizontal, .fi-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fe-flip-vertical, .fa-flip-vertical, .fm-flip-vertical, .fi-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

.fe-flip-both, .fe-flip-horizontal.fe-flip-vertical,
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical,
.fm-flip-both, .fm-flip-horizontal.fm-flip-vertical,
.fi-flip-both, .fi-flip-horizontal.fi-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1); }

:root .fe-rotate-90, :root .fa-rotate-90, :root .fm-rotate-90, :root .fi-rotate-90,
:root .fe-rotate-180, :root .fa-rotate-180, :root .fm-rotate-180, :root .fi-rotate-180,
:root .fe-rotate-270, :root .fa-rotate-270, :root .fm-rotate-270, :root .fi-rotate-270,
:root .fe-flip-horizontal, :root .fa-flip-horizontal, :root .fm-flip-horizontal, :root .fi-flip-horizontal,
:root .fe-flip-vertical, :root .fa-flip-vertical, :root .fm-flip-vertical, :root .fi-flip-vertical,
:root .fe-flip-both, :root .fa-flip-both, :root .fm-flip-both, :root .fi-flip-both {
  filter: none; }

@font-face {
  font-family: 'fontawesome-icons';
  src: url("../fonts/fontawesome-icons.eot?7jjtpr");
  src: url("../fonts/fontawesome-icons.eot?7jjtpr#iefix") format("embedded-opentype"), url("../fonts/fontawesome-icons.ttf?7jjtpr") format("truetype"), url("../fonts/fontawesome-icons.woff?7jjtpr") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

.fas {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'fontawesome-icons' !important; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-award:before {
  content: "\f559"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-bacteria:before {
  content: "\e059"; }

.fa-bacterium:before {
  content: "\e05a"; }

.fa-bahai:before {
  content: "\f666"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-biking:before {
  content: "\f84a"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-style:before {
  content: "\f853"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-box-tissue:before {
  content: "\e05b"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caravan:before {
  content: "\f8ff"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-disease:before {
  content: "\f7fa"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-eject:before {
  content: "\f052"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-fan:before {
  content: "\f863"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-faucet:before {
  content: "\e005"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-medical:before {
  content: "\e05c"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-sparkles:before {
  content: "\e05d"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-wash:before {
  content: "\e05e"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-handshake-alt-slash:before {
  content: "\e05f"; }

.fa-handshake-slash:before {
  content: "\e060"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-cowboy:before {
  content: "\f8c0"; }

.fa-hat-cowboy-side:before {
  content: "\f8c1"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-head-side-cough:before {
  content: "\e061"; }

.fa-head-side-cough-slash:before {
  content: "\e062"; }

.fa-head-side-mask:before {
  content: "\e063"; }

.fa-head-side-virus:before {
  content: "\e064"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hospital-user:before {
  content: "\f80d"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-house-user:before {
  content: "\e065"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-italic:before {
  content: "\f033"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-joint:before {
  content: "\f595"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-key:before {
  content: "\f084"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-house:before {
  content: "\e066"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lungs:before {
  content: "\f604"; }

.fa-lungs-virus:before {
  content: "\e067"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-male:before {
  content: "\f183"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse:before {
  content: "\f8cc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-om:before {
  content: "\f679"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-people-arrows:before {
  content: "\e068"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-alt:before {
  content: "\f879"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-square-alt:before {
  content: "\f87b"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-photo-video:before {
  content: "\f87c"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-plane-slash:before {
  content: "\e069"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pump-medical:before {
  content: "\e06a"; }

.fa-pump-soap:before {
  content: "\e06b"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-record-vinyl:before {
  content: "\f8d9"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-remove-format:before {
  content: "\f87d"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-server:before {
  content: "\f233"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-virus:before {
  content: "\e06c"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-sink:before {
  content: "\e06d"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-soap:before {
  content: "\e06e"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-spell-check:before {
  content: "\f891"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-stopwatch-20:before {
  content: "\e06f"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-store-alt-slash:before {
  content: "\e070"; }

.fa-store-slash:before {
  content: "\e071"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toilet-paper-slash:before {
  content: "\e072"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-trailer:before {
  content: "\e041"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-upload:before {
  content: "\f093"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-users-slash:before {
  content: "\e073"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-vest:before {
  content: "\e085"; }

.fa-vest-patches:before {
  content: "\e086"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-virus:before {
  content: "\e074"; }

.fa-virus-slash:before {
  content: "\e075"; }

.fa-viruses:before {
  content: "\e076"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

@font-face {
  font-family: "mapal-icons";
  src: url("../fonts/mapal-icons.ttf?aao7s7") format("truetype"), url("../fonts/mapal-icons.woff?aao7s7") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="fm-"],
[class*=" fm-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "mapal-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; }

/* mapal fonts */
.fm-gir-config-app:before {
  content: "\eabc"; }

.fm-reputation-app:before {
  content: "\eab8"; }

.fm-flow-app-1:before {
  content: "\eab7"; }

.fm-config-app:before {
  content: "\eab6"; }

.fm-one-app:before {
  content: "\eab5"; }

.fm-easilys-app:before {
  content: "\eab4"; }

.fm-mapalos-app:before {
  content: "\eab3"; }

.fm-engagement-app:before {
  content: "\eab2"; }

.fm-analytics-app:before {
  content: "\eab1"; }

.fm-documentation-app:before {
  content: "\eab0"; }

.fm-labor-app:before {
  content: "\eaaf"; }

.fm-configuration-app:before {
  content: "\eaae"; }

.fm-facilities-app:before {
  content: "\eaad"; }

.fm-operations-app:before {
  content: "\eaac"; }

.fm-cash-rec-app:before {
  content: "\eaab"; }

.fm-down-small:before {
  content: "\e90f"; }

.fm-up-small:before {
  content: "\e91f"; }

.fm-left-small:before {
  content: "\e913"; }

.fm-right-small:before {
  content: "\e917"; }

.fm-arrow-down-left:before {
  content: "\e90a"; }

.fm-arrow-up-left:before {
  content: "\e91c"; }

.fm-arrow-up-right:before {
  content: "\e91e"; }

.fm-arrow-down-right:before {
  content: "\e90c"; }

.fm-arrow-up-left-1:before {
  content: "\e91b"; }

.fm-arrow-up-right-1:before {
  content: "\e91d"; }

.fm-arrow-down-left-1:before {
  content: "\e909"; }

.fm-arrow-down-right-1:before {
  content: "\e90b"; }

.fm-arrow-left-up:before {
  content: "\e912"; }

.fm-arrow-left-down:before {
  content: "\e910"; }

.fm-arrow-right-up:before {
  content: "\e916"; }

.fm-arrow-right-down:before {
  content: "\e914"; }

.fm-chevrons-down:before {
  content: "\e967"; }

.fm-chevrons-up:before {
  content: "\e96a"; }

.fm-double-angle-left:before {
  content: "\e968"; }

.fm-double-angle-right:before {
  content: "\e969"; }

.fm-chevron-bottom:before {
  content: "\e95f"; }

.fm-chevron-top:before {
  content: "\e965"; }

.fm-arrow-first:before {
  content: "\e961"; }

.fm-arrow-last:before {
  content: "\e962"; }

.fm-angle-down:before {
  content: "\e960"; }

.fm-angle-up:before {
  content: "\e966"; }

.fm-angle-left:before {
  content: "\e963"; }

.fm-angle-right:before {
  content: "\e964"; }

.fm-arrow-clockwise:before {
  content: "\e907"; }

.fm-swap:before {
  content: "\e918"; }

.fm-swap-counterclockwise:before {
  content: "\e919"; }

.fm-reset:before {
  content: "\e908"; }

.fm-sequences:before {
  content: "\e931"; }

.fm-import1:before {
  content: "\ea10"; }

.fm-log-out:before {
  content: "\ea12"; }

.fm-log-out-2:before {
  content: "\ea11"; }

.fm-download-arrow:before {
  content: "\e9f6"; }

.fm-export-arrow:before {
  content: "\eabf"; }

.fm-import:before {
  content: "\e9a8"; }

.fm-open:before {
  content: "\e915"; }

.fm-arrow-down-square:before {
  content: "\e90d"; }

.fm-repeat:before {
  content: "\ea39"; }

.fm-expand:before {
  content: "\ea13"; }

.fm-collapse:before {
  content: "\ea16"; }

.fm-arrow-up-down:before {
  content: "\e91a"; }

.fm-export-import:before {
  content: "\e9f5"; }

.fm-arrow-left-right:before {
  content: "\e911"; }

.fm-carets:before {
  content: "\e951"; }

.fm-pos-plus:before {
  content: "\ea4d"; }

.fm-expand-chart:before {
  content: "\e9a7"; }

.fm-merge:before {
  content: "\ea4c"; }

.fm-down-up:before {
  content: "\e90e"; }

.fm-less-equal:before {
  content: "\e935"; }

.fm-greater-equal:before {
  content: "\eac0"; }

.fm-less-than:before {
  content: "\eac1"; }

.fm-greater-than:before {
  content: "\eac2"; }

.fm-equal:before {
  content: "\eac3"; }

.fm-unequal:before {
  content: "\eac4"; }

.fm-calendar-empty:before {
  content: "\e94d"; }

.fm-calendar:before {
  content: "\e942"; }

.fm-events:before {
  content: "\e945"; }

.fm-calendar-check:before {
  content: "\e93f"; }

.fm-calendar-close:before {
  content: "\e941"; }

.fm-preliminary-shifts:before {
  content: "\e93e"; }

.fm-calendar-setup:before {
  content: "\e94a"; }

.fm-calendar-lock:before {
  content: "\e947"; }

.fm-calendar-clock:before {
  content: "\e940"; }

.fm-calendar-error:before {
  content: "\e944"; }

.fm-labor-balances:before {
  content: "\e948"; }

.fm-calendar-update:before {
  content: "\e94c"; }

.fm-not-representative:before {
  content: "\e946"; }

.fm-calendar-pin:before {
  content: "\e949"; }

.fm-calendar-edit:before {
  content: "\e943"; }

.fm-calendar-fav:before {
  content: "\e94b"; }

.fm-calendar-add:before {
  content: "\eac5"; }

.fm-calendar-alert:before {
  content: "\eac6"; }

.fm-calendar-user:before {
  content: "\eac7"; }

.fm-calendar-search:before {
  content: "\e9be"; }

.fm-calendar-heart:before {
  content: "\eac8"; }

.fm-calendar-off:before {
  content: "\eb1b"; }

.fm-calendar-year:before {
  content: "\eb1c"; }

.fm-clock:before {
  content: "\e971"; }

.fm-effective-hours:before {
  content: "\e96d"; }

.fm-close-effective-hours:before {
  content: "\e96e"; }

.fm-export-effective-hours:before {
  content: "\e96c"; }

.fm-clock-arrow-left:before {
  content: "\eac9"; }

.fm-time-worked:before {
  content: "\e970"; }

.fm-clock-money:before {
  content: "\eaca"; }

.fm-clock-setup:before {
  content: "\eb05"; }

.fm-record:before {
  content: "\e96f"; }

.fm-clock-ongoing:before {
  content: "\eacb"; }

.fm-hourglass:before {
  content: "\e9f3"; }

.fm-clock-fill:before {
  content: "\eb08"; }

.fm-apis:before {
  content: "\e98d"; }

.fm-interfaces:before {
  content: "\e98c"; }

.fm-equipment:before {
  content: "\e980"; }

.fm-device:before {
  content: "\ea19"; }

.fm-tablet:before {
  content: "\eaa8"; }

.fm-staff-app:before {
  content: "\ea18"; }

.fm-system-error:before {
  content: "\ea63"; }

.fm-fingerprint-1:before {
  content: "\e9c4"; }

.fm-play-1:before {
  content: "\ea2d"; }

.fm-pause-1:before {
  content: "\ea25"; }

.fm-stop-1:before {
  content: "\ea55"; }

.fm-play:before {
  content: "\ea2e"; }

.fm-pause:before {
  content: "\ea26"; }

.fm-stop:before {
  content: "\ea56"; }

.fm-headphones:before {
  content: "\e9e0"; }

.fm-support:before {
  content: "\ea60"; }

.fm-time_attendance:before {
  content: "\e9c5"; }

.fm-fingerprint-device:before {
  content: "\e9c6"; }

.fm-qr:before {
  content: "\ea34"; }

.fm-face-recognition:before {
  content: "\e9b0"; }

.fm-print:before {
  content: "\ea32"; }

.fm-microphone:before {
  content: "\ea15"; }

.fm-save-disk:before {
  content: "\ea40"; }

.fm-save:before {
  content: "\eabe"; }

.fm-save-as:before {
  content: "\eabd"; }

.fm-save-check:before {
  content: "\eacc"; }

.fm-unsaved:before {
  content: "\eacd"; }

.fm-scan:before {
  content: "\eace"; }

.fm-phone:before {
  content: "\eb15"; }

.fm-volume-high:before {
  content: "\eb09"; }

.fm-volume-low:before {
  content: "\eb0a"; }

.fm-volume-mute:before {
  content: "\eb0b"; }

.fm-volume-mute-2:before {
  content: "\eb0c"; }

.fm-volume-increase:before {
  content: "\eb0d"; }

.fm-volume-decrease:before {
  content: "\eb0e"; }

.fm-keyboard:before {
  content: "\eb0f"; }

.fm-financial:before {
  content: "\ea99"; }

.fm-currency:before {
  content: "\e986"; }

.fm-cash-rec:before {
  content: "\e957"; }

.fm-cash-rec-create:before {
  content: "\e952"; }

.fm-import-cashrec-sales:before {
  content: "\e953"; }

.fm-cash-rec-close:before {
  content: "\e955"; }

.fm-cash-rec-bu:before {
  content: "\e954"; }

.fm-cash-rec-review:before {
  content: "\e956"; }

.fm-evol-multi:before {
  content: "\e9a0"; }

.fm-bubble:before {
  content: "\e938"; }

.fm-analytics:before {
  content: "\e928"; }

.fm-sales-distribution:before {
  content: "\ea07"; }

.fm-evol-combined:before {
  content: "\e99f"; }

.fm-bar-chart-growth:before {
  content: "\e926"; }

.fm-lines:before {
  content: "\e927"; }

.fm-columns:before {
  content: "\ea37"; }

.fm-funnel-chart:before {
  content: "\e9d7"; }

.fm-waterfall-chart:before {
  content: "\ea9c"; }

.fm-divergent-chart:before {
  content: "\e991"; }

.fm-simple-chart-off:before {
  content: "\eb07"; }

.fm-business:before {
  content: "\ea5e"; }

.fm-store-error:before {
  content: "\ea5c"; }

.fm-store-clock:before {
  content: "\ea5a"; }

.fm-store-edit:before {
  content: "\ea5b"; }

.fm-poll-by-bu:before {
  content: "\ea59"; }

.fm-cashrec-by-bu:before {
  content: "\ea5d"; }

.fm-events-by-bu:before {
  content: "\ea58"; }

.fm-product-bu-groups:before {
  content: "\ea57"; }

.fm-store-group:before {
  content: "\eacf"; }

.fm-finantial-accounts:before {
  content: "\e93d"; }

.fm-bank:before {
  content: "\e925"; }

.fm-sales-types:before {
  content: "\ea3e"; }

.fm-cluster:before {
  content: "\e97c"; }

.fm-hierarchy:before {
  content: "\e9ec"; }

.fm-extend:before {
  content: "\e9a9"; }

.fm-finantial:before {
  content: "\e9c3"; }

.fm-security-companies:before {
  content: "\ea43"; }

.fm-evolution:before {
  content: "\e9a2"; }

.fm-evolution-down:before {
  content: "\e9a1"; }

.fm-discounts:before {
  content: "\e98f"; }

.fm-tag:before {
  content: "\ea66"; }

.fm-pie-chart:before {
  content: "\ea29"; }

.fm-pie-chart-2:before {
  content: "\ea28"; }

.fm-treemap:before {
  content: "\ea79"; }

.fm-food-vouchers:before {
  content: "\ea74"; }

.fm-empty-box:before {
  content: "\ead0"; }

.fm-box-arrow:before {
  content: "\ead1"; }

.fm-stocks:before {
  content: "\e934"; }

.fm-vendors:before {
  content: "\ea97"; }

.fm-delivery:before {
  content: "\e98b"; }

.fm-delivery-calendar:before {
  content: "\ead2"; }

.fm-pos:before {
  content: "\ea2f"; }

.fm-sales:before {
  content: "\ea3f"; }

.fm-exchange-rate:before {
  content: "\e9a5"; }

.fm-cash:before {
  content: "\e958"; }

.fm-workstations:before {
  content: "\e937"; }

.fm-briefcase-check:before {
  content: "\eb17"; }

.fm-briefcase-close:before {
  content: "\eb18"; }

.fm-briefcase-clock:before {
  content: "\eb19"; }

.fm-briefcase-heart:before {
  content: "\eb1a"; }

.fm-tie:before {
  content: "\ea75"; }

.fm-product-mix:before {
  content: "\ea4b"; }

.fm-shopping-cart-edit:before {
  content: "\ead3"; }

.fm-shopping-cart-automated:before {
  content: "\ead4"; }

.fm-shopping-cart-lock:before {
  content: "\ead5"; }

.fm-shopping-cart-check:before {
  content: "\ead6"; }

.fm-shopping-cart-close:before {
  content: "\ead7"; }

.fm-share1:before {
  content: "\ea49"; }

.fm-shopping-bags:before {
  content: "\ea4a"; }

.fm-credit-card-pin:before {
  content: "\e984"; }

.fm-card:before {
  content: "\e985"; }

.fm-archive:before {
  content: "\e9b8"; }

.fm-hours-budget:before {
  content: "\e9b9"; }

.fm-file-error:before {
  content: "\e9bb"; }

.fm-review-incidences:before {
  content: "\e9b7"; }

.fm-budgets:before {
  content: "\e939"; }

.fm-certificate:before {
  content: "\e959"; }

.fm-file-close:before {
  content: "\ead8"; }

.fm-review:before {
  content: "\ea3c"; }

.fm-nutrition:before {
  content: "\ea23"; }

.fm-report-search:before {
  content: "\ea3a"; }

.fm-data:before {
  content: "\e9bf"; }

.fm-file-error-1:before {
  content: "\e900"; }

.fm-file-save:before {
  content: "\ead9"; }

.fm-contracts:before {
  content: "\e981"; }

.fm-reports:before {
  content: "\ea3b"; }

.fm-report-off:before {
  content: "\eada"; }

.fm-audits:before {
  content: "\e9d6"; }

.fm-form-off:before {
  content: "\e9d5"; }

.fm-form-setup:before {
  content: "\eadb"; }

.fm-sick-leave:before {
  content: "\ea14"; }

.fm-work-order:before {
  content: "\e922"; }

.fm-audit-error:before {
  content: "\e921"; }

.fm-form-check:before {
  content: "\e9d2"; }

.fm-form-check-arrow:before {
  content: "\eadc"; }

.fm-form-add:before {
  content: "\eadd"; }

.fm-form-edit:before {
  content: "\e9d3"; }

.fm-form-error:before {
  content: "\e9d4"; }

.fm-form-user:before {
  content: "\e932"; }

.fm-multiple-form:before {
  content: "\ea1f"; }

.fm-folder:before {
  content: "\e9ce"; }

.fm-folder-error:before {
  content: "\e9cc"; }

.fm-folder-arrow:before {
  content: "\eade"; }

.fm-folder-add:before {
  content: "\e9cb"; }

.fm-folder-remove:before {
  content: "\e9cd"; }

.fm-folder-close:before {
  content: "\eb2c"; }

.fm-documentation:before {
  content: "\e906"; }

.fm-archive-show:before {
  content: "\e905"; }

.fm-archive-hide:before {
  content: "\e904"; }

.fm-unarchive:before {
  content: "\eadf"; }

.fm-edit:before {
  content: "\e998"; }

.fm-pencil:before {
  content: "\e999"; }

.fm-edit-2:before {
  content: "\e99a"; }

.fm-draft:before {
  content: "\e993"; }

.fm-edit-signature:before {
  content: "\eae0"; }

.fm-training:before {
  content: "\ea27"; }

.fm-measure:before {
  content: "\eae1"; }

.fm-templates:before {
  content: "\ea68"; }

.fm-group:before {
  content: "\e9dc"; }

.fm-ungroup:before {
  content: "\ea7c"; }

.fm-group-2:before {
  content: "\e9dd"; }

.fm-ungroup-2:before {
  content: "\ea7d"; }

.fm-modules:before {
  content: "\ea1a"; }

.fm-newspaper:before {
  content: "\ea20"; }

.fm-pdf:before {
  content: "\e9bd"; }

.fm-file-doc:before {
  content: "\e9ba"; }

.fm-xls:before {
  content: "\e9a3"; }

.fm-csv:before {
  content: "\e9a4"; }

.fm-ods:before {
  content: "\e9bc"; }

.fm-powerpoint:before {
  content: "\ea72"; }

.fm-paint:before {
  content: "\ea24"; }

.fm-rubber:before {
  content: "\e99d"; }

.fm-optimizer:before {
  content: "\ea9a"; }

.fm-wand-off:before {
  content: "\eb10"; }

.fm-attachment-clip:before {
  content: "\e920"; }

.fm-translate:before {
  content: "\ea77"; }

.fm-notebook:before {
  content: "\ea21"; }

.fm-notebook-add:before {
  content: "\eae2"; }

.fm-catalogue:before {
  content: "\ea2c"; }

.fm-list:before {
  content: "\ea0a"; }

.fm-justify-top:before {
  content: "\eae3"; }

.fm-justify-center:before {
  content: "\eae4"; }

.fm-justify-bottom:before {
  content: "\eae5"; }

.fm-grid-view-1:before {
  content: "\e9d9"; }

.fm-list-view:before {
  content: "\eae6"; }

.fm-grid-view-2:before {
  content: "\e9da"; }

.fm-side-column-left:before {
  content: "\eae7"; }

.fm-side-column-on:before {
  content: "\eae8"; }

.fm-side-column-right:before {
  content: "\eae9"; }

.fm-card-view:before {
  content: "\eaea"; }

.fm-home:before {
  content: "\e988"; }

.fm-dashboard-fill:before {
  content: "\eb1d"; }

.fm-sectors:before {
  content: "\ea42"; }

.fm-grid:before {
  content: "\e9db"; }

.fm-table:before {
  content: "\ea65"; }

.fm-view:before {
  content: "\ea64"; }

.fm-app-menu:before {
  content: "\e903"; }

.fm-bookmark:before {
  content: "\eb2d"; }

.fm-bookmark-fill:before {
  content: "\eb2e"; }

.fm-favorite-scene:before {
  content: "\e9b6"; }

.fm-heart:before {
  content: "\e9e2"; }

.fm-heart-fill:before {
  content: "\e9e1"; }

.fm-star:before {
  content: "\ea54"; }

.fm-star-filled:before {
  content: "\ea53"; }

.fm-eye:before {
  content: "\e9ab"; }

.fm-eye-close:before {
  content: "\e9aa"; }

.fm-add:before {
  content: "\e901"; }

.fm-remove:before {
  content: "\ea38"; }

.fm-close:before {
  content: "\e973"; }

.fm-close-circle:before {
  content: "\e972"; }

.fm-check:before {
  content: "\e95d"; }

.fm-check-circle:before {
  content: "\e95b"; }

.fm-operations:before {
  content: "\e95c"; }

.fm-polls:before {
  content: "\e992"; }

.fm-denied:before {
  content: "\eabb"; }

.fm-exceptions:before {
  content: "\e99e"; }

.fm-error:before {
  content: "\eaba"; }

.fm-error-check:before {
  content: "\eaeb"; }

.fm-alert-circle:before {
  content: "\e902"; }

.fm-alert-fill:before {
  content: "\eaec"; }

.fm-question-circle-thick:before {
  content: "\ea35"; }

.fm-question-circle:before {
  content: "\eab9"; }

.fm-question-mark:before {
  content: "\eb2f"; }

.fm-info-circle:before {
  content: "\e9f9"; }

.fm-info-fill:before {
  content: "\e9f8"; }

.fm-info-alt:before {
  content: "\eb30"; }

.fm-wifi-on:before {
  content: "\eaa0"; }

.fm-wifi-off:before {
  content: "\ea9f"; }

.fm-published:before {
  content: "\ea33"; }

.fm-unpublished:before {
  content: "\eaed"; }

.fm-awareness:before {
  content: "\ea0b"; }

.fm-burguer-menu:before {
  content: "\e93c"; }

.fm-setup-thick:before {
  content: "\ea45"; }

.fm-forbidden:before {
  content: "\eaee"; }

.fm-unblock:before {
  content: "\eb1e"; }

.fm-search:before {
  content: "\ea41"; }

.fm-zoom-in:before {
  content: "\eaa6"; }

.fm-zoom-out:before {
  content: "\eaa7"; }

.fm-filter:before {
  content: "\e9c0"; }

.fm-parameters:before {
  content: "\e9c1"; }

.fm-filters-3:before {
  content: "\e9c2"; }

.fm-link:before {
  content: "\ea08"; }

.fm-unlink:before {
  content: "\eb06"; }

.fm-cookie:before {
  content: "\e982"; }

.fm-power:before {
  content: "\ea30"; }

.fm-bluetooth:before {
  content: "\e92f"; }

.fm-trash:before {
  content: "\ea78"; }

.fm-trash-management:before {
  content: "\eaef"; }

.fm-thumb-up:before {
  content: "\ea70"; }

.fm-thumb-down:before {
  content: "\ea6f"; }

.fm-thumbs-up-fill:before {
  content: "\eaaa"; }

.fm-thumbs-down-fill:before {
  content: "\eaa9"; }

.fm-cloud-on:before {
  content: "\e97a"; }

.fm-cloud-off:before {
  content: "\e976"; }

.fm-upload-cloud:before {
  content: "\ea7f"; }

.fm-download-cloud:before {
  content: "\eaf0"; }

.fm-cloud-reconnect:before {
  content: "\e977"; }

.fm-centers:before {
  content: "\ea0c"; }

.fm-work-center:before {
  content: "\ea0d"; }

.fm-location-2-add:before {
  content: "\eaf1"; }

.fm-flag:before {
  content: "\e9c8"; }

.fm-flag-2:before {
  content: "\e9c9"; }

.fm-share-2:before {
  content: "\ea48"; }

.fm-share-fill-2:before {
  content: "\ea47"; }

.fm-share:before {
  content: "\ea46"; }

.fm-alarm:before {
  content: "\e92e"; }

.fm-executed-alerts:before {
  content: "\e92c"; }

.fm-scheduled-alerts:before {
  content: "\e92d"; }

.fm-dialog:before {
  content: "\e95a"; }

.fm-chat-off:before {
  content: "\eb1f"; }

.fm-email:before {
  content: "\e99c"; }

.fm-notifications:before {
  content: "\e99b"; }

.fm-email-send:before {
  content: "\eaf2"; }

.fm-distribution-lists:before {
  content: "\e990"; }

.fm-email-check:before {
  content: "\eb11"; }

.fm-email-open:before {
  content: "\eb20"; }

.fm-publish:before {
  content: "\ea44"; }

.fm-unpublish:before {
  content: "\ea7e"; }

.fm-inbox-in:before {
  content: "\e9f7"; }

.fm-home1:before {
  content: "\e9f0"; }

.fm-home-fill:before {
  content: "\eb21"; }

.fm-home-group:before {
  content: "\e9ef"; }

.fm-book:before {
  content: "\e930"; }

.fm-whitepaper:before {
  content: "\ea9e"; }

.fm-megaphone:before {
  content: "\eaf3"; }

.fm-pin:before {
  content: "\ea2b"; }

.fm-pin-fill:before {
  content: "\ea2a"; }

.fm-categories:before {
  content: "\ea8b"; }

.fm-ordination-asc:before {
  content: "\ea50"; }

.fm-ordination-desc:before {
  content: "\ea51"; }

.fm-move:before {
  content: "\ea1e"; }

.fm-move-2:before {
  content: "\eaf5"; }

.fm-more-vertical:before {
  content: "\ea1d"; }

.fm-hpoints:before {
  content: "\ea1c"; }

.fm-options:before {
  content: "\ea71"; }

.fm-facility:before {
  content: "\ea76"; }

.fm-spareparts:before {
  content: "\ea52"; }

.fm-activate:before {
  content: "\ea62"; }

.fm-deactivate:before {
  content: "\ea61"; }

.fm-camera-line:before {
  content: "\e94f"; }

.fm-camera:before {
  content: "\e94e"; }

.fm-picture:before {
  content: "\e9f4"; }

.fm-spinner:before {
  content: "\eaf6"; }

.fm-compass:before {
  content: "\e97f"; }

.fm-world:before {
  content: "\eaa4"; }

.fm-globe:before {
  content: "\e9d8"; }

.fm-padlock-open:before {
  content: "\ea0f"; }

.fm-padlock:before {
  content: "\ea0e"; }

.fm-key-1:before {
  content: "\e9fb"; }

.fm-key-2:before {
  content: "\e9fc"; }

.fm-battery-low:before {
  content: "\e92a"; }

.fm-battery-medium:before {
  content: "\e92b"; }

.fm-battery-full:before {
  content: "\e929"; }

.fm-change-log:before {
  content: "\eb12"; }

.fm-download-check:before {
  content: "\eb13"; }

.fm-help:before {
  content: "\eb22"; }

.fm-help-guide:before {
  content: "\eb23"; }

.fm-heatmap .path1:before {
  content: "\e9e3";
  color: #656d8f; }

.fm-heatmap .path2:before {
  content: "\e9e4";
  margin-left: -1em;
  color: #656d8f; }

.fm-heatmap .path3:before {
  content: "\e9e5";
  margin-left: -1em;
  color: #656d8f; }

.fm-heatmap .path4:before {
  content: "\e9e6";
  margin-left: -1em;
  color: #9ba2c0; }

.fm-heatmap .path5:before {
  content: "\e9e7";
  margin-left: -1em;
  color: #dadbe7; }

.fm-heatmap .path6:before {
  content: "\e9e8";
  margin-left: -1em;
  color: #9ba2c0; }

.fm-heatmap .path7:before {
  content: "\e9e9";
  margin-left: -1em;
  color: #dadbe7; }

.fm-heatmap .path8:before {
  content: "\e9ea";
  margin-left: -1em;
  color: #dadbe7; }

.fm-heatmap .path9:before {
  content: "\e9eb";
  margin-left: -1em;
  color: #dadbe7; }

.fm-dropbox:before {
  content: "\e997"; }

.fm-drive:before {
  content: "\e995"; }

.fm-box:before {
  content: "\e933"; }

.fm-video:before {
  content: "\eaa5"; }

.fm-linkedin:before {
  content: "\ea09"; }

.fm-komokomo:before {
  content: "\ea02"; }

.fm-komo-komo .path1:before {
  content: "\e9fd";
  color: #28c898; }

.fm-komo-komo .path2:before {
  content: "\e9fe";
  margin-left: -1em;
  color: #f37556; }

.fm-komo-komo .path3:before {
  content: "\e9ff";
  margin-left: -1em;
  color: #f7cd66; }

.fm-komo-komo .path4:before {
  content: "\ea00";
  margin-left: -1em;
  color: #505971; }

.fm-komo-komo .path5:before {
  content: "\ea01";
  margin-left: -1em;
  color: #505971; }

.fm-instagram:before {
  content: "\e9fa"; }

.fm-facebook:before {
  content: "\e9b4"; }

.fm-twitter:before {
  content: "\ea7b"; }

.fm-audits-scale:before {
  content: "\e924"; }

.fm-numbers:before {
  content: "\ea22"; }

.fm-number-interval:before {
  content: "\eaf7"; }

.fm-nps:before {
  content: "\eaf8"; }

.fm-holidays:before {
  content: "\e9ee"; }

.fm-non-holidays:before {
  content: "\e9ed"; }

.fm-exit:before {
  content: "\e9a6"; }

.fm-kpis:before {
  content: "\ea03"; }

.fm-kpi-2:before {
  content: "\ea04"; }

.fm-pressure:before {
  content: "\ea31"; }

.fm-goal-target:before {
  content: "\ea67"; }

.fm-health:before {
  content: "\e9f1"; }

.fm-companies:before {
  content: "\e97e"; }

.fm-operators:before {
  content: "\e93b"; }

.fm-town:before {
  content: "\eb24"; }

.fm-learning:before {
  content: "\ea05"; }

.fm-recipies:before {
  content: "\e95e"; }

.fm-waste:before {
  content: "\ea9b"; }

.fm-buffet:before {
  content: "\e93a"; }

.fm-cooking:before {
  content: "\e983"; }

.fm-equipment-facilities:before {
  content: "\e9b5"; }

.fm-cutlery:before {
  content: "\e987"; }

.fm-drink:before {
  content: "\e994"; }

.fm-break:before {
  content: "\e936"; }

.fm-break-check:before {
  content: "\eaf9"; }

.fm-break-close:before {
  content: "\eafa"; }

.fm-coffee:before {
  content: "\e97d"; }

.fm-car-signal:before {
  content: "\e950"; }

.fm-hotel:before {
  content: "\e9f2"; }

.fm-data-base:before {
  content: "\e989"; }

.fm-rocket:before {
  content: "\ea3d"; }

.fm-weight:before {
  content: "\ea9d"; }

.fm-agreement:before {
  content: "\e98a"; }

.fm-food-production:before {
  content: "\e9d0"; }

.fm-waiter:before {
  content: "\ea98"; }

.fm-food:before {
  content: "\e9d1"; }

.fm-food-family:before {
  content: "\e9cf"; }

.fm-apple:before {
  content: "\eb31"; }

.fm-flour:before {
  content: "\e9ca"; }

.fm-wood-oven:before {
  content: "\eaa2"; }

.fm-hand-request:before {
  content: "\e9de"; }

.fm-auditors:before {
  content: "\e923"; }

.fm-clean:before {
  content: "\e96b"; }

.fm-trophy:before {
  content: "\ea7a"; }

.fm-asterisk:before {
  content: "\eafb"; }

.fm-hashtag:before {
  content: "\e9df"; }

.fm-light-bulb:before {
  content: "\eafc"; }

.fm-traffic-light:before {
  content: "\eafd"; }

.fm-line-chart-2:before {
  content: "\ea06"; }

.fm-brain:before {
  content: "\eb14"; }

.fm-proposal:before {
  content: "\eb16"; }

.fm-crown-2:before {
  content: "\eb25"; }

.fm-thumbs-up-down:before {
  content: "\eb26"; }

.fm-dish:before {
  content: "\eb27"; }

.fm-infinite:before {
  content: "\eb28"; }

.fm-road:before {
  content: "\eb29"; }

.fm-gender:before {
  content: "\eb2a"; }

.fm-ladder:before {
  content: "\eb32"; }

.fm-texture:before {
  content: "\eb33"; }

.fm-smart-template:before {
  content: "\eb34"; }

.fm-labor:before {
  content: "\ea95"; }

.fm-labor-proposals:before {
  content: "\ea83"; }

.fm-absenteeism-incidences:before {
  content: "\ea85"; }

.fm-user-add:before {
  content: "\ea80"; }

.fm-user-remove:before {
  content: "\ea90"; }

.fm-staff-shift:before {
  content: "\ea84"; }

.fm-optimal-labor:before {
  content: "\ea93"; }

.fm-evaluations:before {
  content: "\ea91"; }

.fm-employee-categorization:before {
  content: "\ea94"; }

.fm-user-edit:before {
  content: "\ea87"; }

.fm-user-not-permission:before {
  content: "\ea88"; }

.fm-user-setup:before {
  content: "\ea92"; }

.fm-permissions:before {
  content: "\ea8e"; }

.fm-preventive-maintenance:before {
  content: "\ea81"; }

.fm-staff-cost:before {
  content: "\ea8f"; }

.fm-user-link:before {
  content: "\eafe"; }

.fm-user-arrow-back:before {
  content: "\eb2b"; }

.fm-user-recognition:before {
  content: "\eaff"; }

.fm-supervisor-link:before {
  content: "\eb00"; }

.fm-supervisor-receive:before {
  content: "\eb01"; }

.fm-user-location:before {
  content: "\ea8d"; }

.fm-workstation:before {
  content: "\eaa3"; }

.fm-direct-work:before {
  content: "\e98e"; }

.fm-users:before {
  content: "\ea89"; }

.fm-users-edit:before {
  content: "\eb02"; }

.fm-staff:before {
  content: "\ea8a"; }

.fm-user-team:before {
  content: "\ea96"; }

.fm-labor-record:before {
  content: "\ea82"; }

.fm-categories:before {
  content: "\ea8b"; }

.fm-worker-file:before {
  content: "\ea8c"; }

.fm-contacts:before {
  content: "\ea86"; }

.fm-very-high:before {
  content: "\e9b2"; }

.fm-high:before {
  content: "\e9ad"; }

.fm-half:before {
  content: "\e9ac"; }

.fm-low:before {
  content: "\e9ae"; }

.fm-very-low:before {
  content: "\e9b3"; }

.fm-work-climate:before {
  content: "\e9b1"; }

.fm-no-answer:before {
  content: "\e9af"; }

.fm-ghost:before {
  content: "\eb03"; }

.fm-ghost-fill:before {
  content: "\eb04"; }

.fm-cloud-snow:before {
  content: "\ea4e"; }

.fm-thunderstorm:before {
  content: "\ea73"; }

.fm-rain:before {
  content: "\ea36"; }

.fm-clouds:before {
  content: "\e97b"; }

.fm-wind:before {
  content: "\eaa1"; }

.fm-sun:before {
  content: "\ea5f"; }

.fm-drop:before {
  content: "\e996"; }

.fm-nighttime:before {
  content: "\ea1b"; }

.fm-cloud-moon-rain:before {
  content: "\e974"; }

.fm-cloud-sun-rain:before {
  content: "\e978"; }

.fm-cloud-moon:before {
  content: "\e975"; }

.fm-cloud:before {
  content: "\e979"; }

.fm-snow:before {
  content: "\ea4f"; }

.fm-mist:before {
  content: "\ea17"; }

.fm-thermometer-low:before {
  content: "\ea6b"; }

.fm-thermometer-medium:before {
  content: "\ea6c"; }

.fm-thermometer-full:before {
  content: "\ea6a"; }

.fm-thermometer-refrigeration:before {
  content: "\ea6e"; }

.fm-thermometer-off:before {
  content: "\ea6d"; }

.fm-thermometer-frozen:before {
  content: "\ea69"; }

.fm-fire:before {
  content: "\e9c7"; }

/* mapal renamed fonts used in easilys */
.fm-check-thick:before {
  content: "\e95d"; }

.fm-download:before {
  content: "\e90f"; }

.fm-flow-app:before {
  content: "\eab7"; }

.fm-forum:before {
  content: "\e95a"; }

.fm-guest-orders:before {
  content: "\e93a"; }

.fm-menus:before {
  content: "\ea3b"; }

.fm-products:before {
  content: "\ea49"; }

.fm-question:before {
  content: "\eb2f"; }

.fm-recipes:before {
  content: "\e95e"; }

.fm-return-arrow:before {
  content: "\e913"; }

.fm-sites:before {
  content: "\ea5e"; }

.fm-stock:before {
  content: "\e934"; }

.fm-supplier-orders:before {
  content: "\ea4b"; }

.fm-traceability:before {
  content: "\e922"; }

/* mapal renamed fonts used in easilys for modules */
.fm-module-customer-orders:before {
  content: "\e93a"; }

.fm-module-daily-cost:before {
  content: "\e93d"; }

.fm-module-delivery:before {
  content: "\e98b"; }

.fm-module-equipments:before {
  content: "\e9b5"; }

.fm-module-home:before {
  content: "\e9f0"; }

.fm-module-menus:before {
  content: "\ea3b"; }

.fm-module-nutrition:before {
  content: "\ea23"; }

.fm-module-oasys:before {
  content: "\e989"; }

.fm-module-product:before {
  content: "\ea49"; }

.fm-module-production:before {
  content: "\e983"; }

.fm-module-recipes:before {
  content: "\e95e"; }

.fm-module-sales:before {
  content: "\ea49"; }

.fm-module-setups:before {
  content: "\ea45"; }

.fm-module-site:before {
  content: "\ea5e"; }

.fm-module-stocks:before {
  content: "\e934"; }

.fm-module-supplier-orders:before {
  content: "\ea4b"; }

.fm-module-tenders-suppliers:before {
  content: "\e98a"; }

.fm-module-tenders:before {
  content: "\e98a"; }

.fm-module-tools:before {
  content: "\ea76"; }

.fm-module-traceability:before {
  content: "\e922"; }

.fm-module-users-community:before {
  content: "\e95a"; }

.fm-module-wastes:before {
  content: "\ea9b"; }

.fm-module-task:before {
  content: "\e981"; }

.fm-module-external-links:before {
  content: "\eb23"; }

.fm-module-external-link-release-note:before {
  content: "\eaf3"; }

.fem, .fas, .fma, .fi {
  display: inline-block;
  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; }

.fe-spin, .fa-spin, .fm-spin, .fi-spin {
  animation: spin 2s infinite linear; }

.fe-pulse, .fa-pulse, .fm-pulse, .fi-pulse {
  animation: spin 1s infinite steps(8); }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.fe-lg, .fa-lg, .fm-lg, .fi-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fe-xs, .fa-xs, .fm-xs, .fi-xs {
  font-size: .75em; }

.fe-sm, .fa-sm, .fm-sm, .fi-sm {
  font-size: .875em; }

.fe-1x, .fa-1x, .fm-1x, .fi-1x {
  font-size: 1em; }

.fe-2x, .fa-2x, .fm-2x, .fi-2x {
  font-size: 2em; }

.fe-3x, .fa-3x, .fm-3x, .fi-3x {
  font-size: 3em; }

.fe-4x, .fa-4x, .fm-4x, .fi-4x {
  font-size: 4em; }

.fe-5x, .fa-5x, .fm-5x, .fi-5x {
  font-size: 5em; }

.fe-6x, .fa-6x, .fm-6x, .fi-6x {
  font-size: 6em; }

.fe-7x, .fa-7x, .fm-7x, .fi-7x {
  font-size: 7em; }

.fe-8x, .fa-8x, .fm-8x, .fi-8x {
  font-size: 8em; }

.fe-9x, .fa-9x, .fm-9x, .fi-9x {
  font-size: 9em; }

.fe-10x, .fa-10x, .fm-10x, .fi-10x {
  font-size: 10em; }

.fe-rotate-90, .fa-rotate-90, .fm-rotate-90, .fi-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fe-rotate-180, .fa-rotate-180, .fm-rotate-180, .fi-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fe-rotate-270, .fa-rotate-270, .fm-rotate-270, .fi-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fe-flip-horizontal, .fa-flip-horizontal, .fm-flip-horizontal, .fi-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fe-flip-vertical, .fa-flip-vertical, .fm-flip-vertical, .fi-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

.fe-flip-both, .fe-flip-horizontal.fe-flip-vertical,
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical,
.fm-flip-both, .fm-flip-horizontal.fm-flip-vertical,
.fi-flip-both, .fi-flip-horizontal.fi-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1); }

:root .fe-rotate-90, :root .fa-rotate-90, :root .fm-rotate-90, :root .fi-rotate-90,
:root .fe-rotate-180, :root .fa-rotate-180, :root .fm-rotate-180, :root .fi-rotate-180,
:root .fe-rotate-270, :root .fa-rotate-270, :root .fm-rotate-270, :root .fi-rotate-270,
:root .fe-flip-horizontal, :root .fa-flip-horizontal, :root .fm-flip-horizontal, :root .fi-flip-horizontal,
:root .fe-flip-vertical, :root .fa-flip-vertical, :root .fm-flip-vertical, :root .fi-flip-vertical,
:root .fe-flip-both, :root .fa-flip-both, :root .fm-flip-both, :root .fi-flip-both {
  filter: none; }

@font-face {
  font-family: 'font-icon';
  src: url("../fonts/font-icon.ttf?191b1i") format("truetype"), url("../fonts/font-icon.woff?191b1i") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

.fi {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'font-icon' !important; }

.icon-add:before {
  content: "\e900"; }

.icon-alert:before {
  content: "\e901"; }

.icon-align-center:before {
  content: "\e902"; }

.icon-align-justify:before {
  content: "\e903"; }

.icon-align-left:before {
  content: "\e904"; }

.icon-align-right:before {
  content: "\e905"; }

.icon-apps:before {
  content: "\e906"; }

.icon-archive-hide:before {
  content: "\e907"; }

.icon-archive-show:before {
  content: "\e908"; }

.icon-archive:before {
  content: "\e909"; }

.icon-arrow-clockwise:before {
  content: "\e90a"; }

.icon-arrow-counterclockwise:before {
  content: "\e90b"; }

.icon-arrow-down-left-1:before {
  content: "\e90c"; }

.icon-arrow-down-left:before {
  content: "\e90d"; }

.icon-arrow-down-right-1:before {
  content: "\e90e"; }

.icon-arrow-down-right:before {
  content: "\e90f"; }

.icon-arrow-down-square:before {
  content: "\e910"; }

.icon-arrow-down:before {
  content: "\e911"; }

.icon-arrow-left-down:before {
  content: "\e912"; }

.icon-arrow-left-right:before {
  content: "\e913"; }

.icon-arrow-left-up:before {
  content: "\e914"; }

.icon-arrow-left:before {
  content: "\e915"; }

.icon-arrow-right-down:before {
  content: "\e916"; }

.icon-arrow-right-square:before {
  content: "\e917"; }

.icon-arrow-right-up:before {
  content: "\e918"; }

.icon-arrow-right:before {
  content: "\e919"; }

.icon-arrow-swap-clockwise:before {
  content: "\e91a"; }

.icon-arrow-swap-counterclockwise:before {
  content: "\e91b"; }

.icon-arrow-up-down:before {
  content: "\e91c"; }

.icon-arrow-up-left-1:before {
  content: "\e91d"; }

.icon-arrow-up-left:before {
  content: "\e91e"; }

.icon-arrow-up-right-1:before {
  content: "\e91f"; }

.icon-arrow-up-right:before {
  content: "\e920"; }

.icon-arrow-up:before {
  content: "\e921"; }

.icon-attachment-clip:before {
  content: "\e922"; }

.icon-audit-error:before {
  content: "\e923"; }

.icon-audit:before {
  content: "\e924"; }

.icon-auditor:before {
  content: "\e925"; }

.icon-award:before {
  content: "\e926"; }

.icon-bank:before {
  content: "\e927"; }

.icon-bar-chart-growth:before {
  content: "\e928"; }

.icon-bar-chart-horizontal:before {
  content: "\e929"; }

.icon-bar-chart:before {
  content: "\e92a"; }

.icon-battery-full:before {
  content: "\e92b"; }

.icon-battery-low:before {
  content: "\e92c"; }

.icon-battery-medium:before {
  content: "\e92d"; }

.icon-bell-check:before {
  content: "\e92e"; }

.icon-bell-clock:before {
  content: "\e92f"; }

.icon-bell:before {
  content: "\e930"; }

.icon-bluetooth:before {
  content: "\e931"; }

.icon-bold:before {
  content: "\e932"; }

.icon-book:before {
  content: "\e933"; }

.icon-bookmark-fill:before {
  content: "\e934"; }

.icon-bookmark:before {
  content: "\e935"; }

.icon-box-app:before {
  content: "\e936"; }

.icon-box-full:before {
  content: "\e937"; }

.icon-box:before {
  content: "\e938"; }

.icon-break:before {
  content: "\e939"; }

.icon-briefcase:before {
  content: "\e93a"; }

.icon-bubble-chart:before {
  content: "\e93b"; }

.icon-budget:before {
  content: "\e93c"; }

.icon-buffet:before {
  content: "\e93d"; }

.icon-building:before {
  content: "\e93e"; }

.icon-burger-menu:before {
  content: "\e93f"; }

.icon-calculator:before {
  content: "\e940"; }

.icon-calendar-arrow:before {
  content: "\e941"; }

.icon-calendar-check:before {
  content: "\e942"; }

.icon-calendar-clock:before {
  content: "\e943"; }

.icon-calendar-close:before {
  content: "\e944"; }

.icon-calendar-dates:before {
  content: "\e945"; }

.icon-calendar-edit:before {
  content: "\e946"; }

.icon-calendar-error:before {
  content: "\e947"; }

.icon-calendar-event:before {
  content: "\e948"; }

.icon-calendar-forbidden:before {
  content: "\e949"; }

.icon-calendar-lock:before {
  content: "\e94a"; }

.icon-calendar-money:before {
  content: "\e94b"; }

.icon-calendar-pin:before {
  content: "\e94c"; }

.icon-calendar-setup:before {
  content: "\e94d"; }

.icon-calendar-star:before {
  content: "\e94e"; }

.icon-calendar-update:before {
  content: "\e94f"; }

.icon-calendar:before {
  content: "\e950"; }

.icon-camera-fill:before {
  content: "\e951"; }

.icon-camera:before {
  content: "\e952"; }

.icon-car-signal:before {
  content: "\e953"; }

.icon-carets:before {
  content: "\e954"; }

.icon-cash-rec-create:before {
  content: "\e955"; }

.icon-cash-rec-import:before {
  content: "\e956"; }

.icon-cash-rec-location:before {
  content: "\e957"; }

.icon-cash-rec-lock:before {
  content: "\e958"; }

.icon-cash-rec-search:before {
  content: "\e959"; }

.icon-cash-rec:before {
  content: "\e95a"; }

.icon-cash:before {
  content: "\e95b"; }

.icon-chat:before {
  content: "\e95c"; }

.icon-check-circle:before {
  content: "\e95d"; }

.icon-check-square:before {
  content: "\e95e"; }

.icon-check:before {
  content: "\e95f"; }

.icon-chef:before {
  content: "\e960"; }

.icon-chevron-bottom:before {
  content: "\e961"; }

.icon-chevron-down:before {
  content: "\e962"; }

.icon-chevron-first:before {
  content: "\e963"; }

.icon-chevron-last:before {
  content: "\e964"; }

.icon-chevron-left:before {
  content: "\e965"; }

.icon-chevron-right:before {
  content: "\e966"; }

.icon-chevron-top:before {
  content: "\e967"; }

.icon-chevron-up:before {
  content: "\e968"; }

.icon-chevrons-down:before {
  content: "\e969"; }

.icon-chevrons-left:before {
  content: "\e96a"; }

.icon-chevrons-right:before {
  content: "\e96b"; }

.icon-chevrons-up:before {
  content: "\e96c"; }

.icon-clean:before {
  content: "\e96d"; }

.icon-clock-arrow:before {
  content: "\e96e"; }

.icon-clock-check:before {
  content: "\e96f"; }

.icon-clock-close:before {
  content: "\e970"; }

.icon-clock-restore:before {
  content: "\e971"; }

.icon-clock-user:before {
  content: "\e972"; }

.icon-clock:before {
  content: "\e973"; }

.icon-close-circle:before {
  content: "\e974"; }

.icon-close:before {
  content: "\e975"; }

.icon-cloud-1:before {
  content: "\e976"; }

.icon-cloud-moon-rain:before {
  content: "\e977"; }

.icon-cloud-moon:before {
  content: "\e978"; }

.icon-cloud-off:before {
  content: "\e979"; }

.icon-cloud-reconnect:before {
  content: "\e97a"; }

.icon-cloud-sun-rain:before {
  content: "\e97b"; }

.icon-cloud-sun:before {
  content: "\e97c"; }

.icon-cloud:before {
  content: "\e97d"; }

.icon-clouds:before {
  content: "\e97e"; }

.icon-cluster:before {
  content: "\e97f"; }

.icon-code:before {
  content: "\e980"; }

.icon-coffee:before {
  content: "\e981"; }

.icon-company:before {
  content: "\e982"; }

.icon-compass:before {
  content: "\e983"; }

.icon-computer:before {
  content: "\e984"; }

.icon-contract:before {
  content: "\e985"; }

.icon-cookie:before {
  content: "\e986"; }

.icon-cooking:before {
  content: "\e987"; }

.icon-credit-card-pin:before {
  content: "\e988"; }

.icon-credit-card:before {
  content: "\e989"; }

.icon-currency:before {
  content: "\e98a"; }

.icon-cutlery:before {
  content: "\e98b"; }

.icon-dashboard:before {
  content: "\e98c"; }

.icon-data-base:before {
  content: "\e98d"; }

.icon-deal:before {
  content: "\e98e"; }

.icon-delivery:before {
  content: "\e98f"; }

.icon-desktop-interface:before {
  content: "\e990"; }

.icon-desktop-setup:before {
  content: "\e991"; }

.icon-direct-work:before {
  content: "\e992"; }

.icon-discount:before {
  content: "\e993"; }

.icon-distribution-list:before {
  content: "\e994"; }

.icon-divergent-chart:before {
  content: "\e995"; }

.icon-double-check:before {
  content: "\e996"; }

.icon-draft:before {
  content: "\e997"; }

.icon-drink:before {
  content: "\e998"; }

.icon-drive:before {
  content: "\e999"; }

.icon-drop:before {
  content: "\e99a"; }

.icon-dropbox:before {
  content: "\e99b"; }

.icon-edit-1:before {
  content: "\e99c"; }

.icon-edit-2:before {
  content: "\e99d"; }

.icon-edit-3:before {
  content: "\e99e"; }

.icon-email-error:before {
  content: "\e99f"; }

.icon-email:before {
  content: "\e9a0"; }

.icon-eraser:before {
  content: "\e9a1"; }

.icon-error:before {
  content: "\e9a2"; }

.icon-evolution-chart-2:before {
  content: "\e9a3"; }

.icon-evolution-chart:before {
  content: "\e9a4"; }

.icon-evolution-down:before {
  content: "\e9a5"; }

.icon-evolution-up:before {
  content: "\e9a6"; }

.icon-excel-1:before {
  content: "\e9a7"; }

.icon-excel-2:before {
  content: "\e9a8"; }

.icon-exchange-rate:before {
  content: "\e9a9"; }

.icon-exit:before {
  content: "\e9aa"; }

.icon-export:before {
  content: "\e9ab"; }

.icon-eye-close:before {
  content: "\e9ac"; }

.icon-eye-open:before {
  content: "\e9ad"; }

.icon-face-half:before {
  content: "\e9ae"; }

.icon-face-high:before {
  content: "\e9af"; }

.icon-face-low:before {
  content: "\e9b0"; }

.icon-face-no-answer:before {
  content: "\e9b1"; }

.icon-face-recognition:before {
  content: "\e9b2"; }

.icon-face-smile:before {
  content: "\e9b3"; }

.icon-face-very-high:before {
  content: "\e9b4"; }

.icon-face-very-low:before {
  content: "\e9b5"; }

.icon-facility:before {
  content: "\e9b6"; }

.icon-favorite-scenario:before {
  content: "\e9b7"; }

.icon-file-alert:before {
  content: "\e9b8"; }

.icon-file-attachement:before {
  content: "\e9b9"; }

.icon-file-clock:before {
  content: "\e9ba"; }

.icon-file-error:before {
  content: "\e9bb"; }

.icon-file-save:before {
  content: "\e9bc"; }

.icon-file-warning:before {
  content: "\e9bd"; }

.icon-file:before {
  content: "\e9be"; }

.icon-filter-1:before {
  content: "\e9bf"; }

.icon-filter-2:before {
  content: "\e9c0"; }

.icon-filter-3:before {
  content: "\e9c1"; }

.icon-finantial:before {
  content: "\e9c2"; }

.icon-fingerprint-1:before {
  content: "\e9c3"; }

.icon-fingerprint-2:before {
  content: "\e9c4"; }

.icon-fingerprint-device:before {
  content: "\e9c5"; }

.icon-flag-1:before {
  content: "\e9c6"; }

.icon-flag-2:before {
  content: "\e9c7"; }

.icon-folder-add:before {
  content: "\e9c8"; }

.icon-folder-remove:before {
  content: "\e9c9"; }

.icon-folder:before {
  content: "\e9ca"; }

.icon-form-check:before {
  content: "\e9cb"; }

.icon-form-edit:before {
  content: "\e9cc"; }

.icon-form-error:before {
  content: "\e9cd"; }

.icon-form:before {
  content: "\e9ce"; }

.icon-funnel-chart:before {
  content: "\e9cf"; }

.icon-globe:before {
  content: "\e9d0"; }

.icon-grid-view-1:before {
  content: "\e9d1"; }

.icon-grid-view-2:before {
  content: "\e9d2"; }

.icon-grid:before {
  content: "\e9d3"; }

.icon-group-1:before {
  content: "\e9d4"; }

.icon-group-2:before {
  content: "\e9d5"; }

.icon-hashtag:before {
  content: "\e9d6"; }

.icon-headphones:before {
  content: "\e9d7"; }

.icon-heart-fill:before {
  content: "\e9d8"; }

.icon-heart:before {
  content: "\e9d9"; }

.icon-hierarchy:before {
  content: "\e9e3"; }

.icon-holidays-off:before {
  content: "\e9e4"; }

.icon-holidays-on:before {
  content: "\e9e5"; }

.icon-home-group:before {
  content: "\e9e6"; }

.icon-home:before {
  content: "\e9e7"; }

.icon-hotel:before {
  content: "\e9e8"; }

.icon-hourglass:before {
  content: "\e9e9"; }

.icon-image-1:before {
  content: "\e9ea"; }

.icon-image:before {
  content: "\e9eb"; }

.icon-import-export:before {
  content: "\e9ec"; }

.icon-import:before {
  content: "\e9ed"; }

.icon-inbox-in:before {
  content: "\e9ee"; }

.icon-indent-left:before {
  content: "\e9ef"; }

.icon-indent-right:before {
  content: "\e9f0"; }

.icon-info:before {
  content: "\e9f1"; }

.icon-italic:before {
  content: "\e9f2"; }

.icon-key-1:before {
  content: "\e9f3"; }

.icon-key-2:before {
  content: "\e9f4"; }

.icon-komokomo:before {
  content: "\e9f5"; }

.icon-kpi-1:before {
  content: "\e9f6"; }

.icon-kpi-2:before {
  content: "\e9f7"; }

.icon-learning:before {
  content: "\e9f8"; }

.icon-line-chart-2:before {
  content: "\e9f9"; }

.icon-line-chart:before {
  content: "\e9fa"; }

.icon-link-1:before {
  content: "\e9fb"; }

.icon-link:before {
  content: "\e9fc"; }

.icon-linkedin:before {
  content: "\e9fd"; }

.icon-list:before {
  content: "\e9fe"; }

.icon-live:before {
  content: "\e9ff"; }

.icon-location-1:before {
  content: "\ea00"; }

.icon-location-2:before {
  content: "\ea01"; }

.icon-lock-close:before {
  content: "\ea02"; }

.icon-lock-open:before {
  content: "\ea03"; }

.icon-log-in:before {
  content: "\ea04"; }

.icon-log-out-2:before {
  content: "\ea05"; }

.icon-log-out:before {
  content: "\ea06"; }

.icon-math:before {
  content: "\ea07"; }

.icon-maximize:before {
  content: "\ea08"; }

.icon-medical-report:before {
  content: "\ea09"; }

.icon-microphone:before {
  content: "\ea0a"; }

.icon-minimize:before {
  content: "\ea0b"; }

.icon-mist:before {
  content: "\ea0c"; }

.icon-mobile-user:before {
  content: "\ea0d"; }

.icon-mobile:before {
  content: "\ea0e"; }

.icon-modules:before {
  content: "\ea0f"; }

.icon-moon:before {
  content: "\ea10"; }

.icon-more-horizontal:before {
  content: "\ea11"; }

.icon-more-vertical:before {
  content: "\ea12"; }

.icon-move:before {
  content: "\ea13"; }

.icon-newspaper:before {
  content: "\ea14"; }

.icon-notebook:before {
  content: "\ea15"; }

.icon-numbers:before {
  content: "\ea16"; }

.icon-nutrition:before {
  content: "\ea17"; }

.icon-paint:before {
  content: "\ea18"; }

.icon-pause-1:before {
  content: "\ea19"; }

.icon-pause-2:before {
  content: "\ea1a"; }

.icon-pencil-rule:before {
  content: "\ea1b"; }

.icon-pie-chart:before {
  content: "\ea1c"; }

.icon-pin:before {
  content: "\ea1d"; }

.icon-planner:before {
  content: "\ea1e"; }

.icon-play-1:before {
  content: "\ea1f"; }

.icon-play-2:before {
  content: "\ea20"; }

.icon-pos:before {
  content: "\ea21"; }

.icon-power:before {
  content: "\ea22"; }

.icon-pressure:before {
  content: "\ea23"; }

.icon-print:before {
  content: "\ea24"; }

.icon-published:before {
  content: "\ea25"; }

.icon-qr:before {
  content: "\ea26"; }

.icon-question-circle:before {
  content: "\ea27"; }

.icon-rain:before {
  content: "\ea28"; }

.icon-ranking:before {
  content: "\ea29"; }

.icon-redo:before {
  content: "\ea2a"; }

.icon-remove:before {
  content: "\ea2b"; }

.icon-repeat:before {
  content: "\ea2c"; }

.icon-report-search:before {
  content: "\ea2d"; }

.icon-report:before {
  content: "\ea2e"; }

.icon-review:before {
  content: "\ea2f"; }

.icon-rocket:before {
  content: "\ea30"; }

.icon-sales-types:before {
  content: "\ea31"; }

.icon-sales:before {
  content: "\ea32"; }

.icon-save:before {
  content: "\ea33"; }

.icon-search:before {
  content: "\ea34"; }

.icon-sectors:before {
  content: "\ea35"; }

.icon-security:before {
  content: "\ea36"; }

.icon-send:before {
  content: "\ea37"; }

.icon-setup:before {
  content: "\ea38"; }

.icon-share-2:before {
  content: "\ea39"; }

.icon-share-fill:before {
  content: "\ea3a"; }

.icon-share:before {
  content: "\ea3b"; }

.icon-shopping-bag:before {
  content: "\ea3c"; }

.icon-shopping-cart:before {
  content: "\ea3d"; }

.icon-shuffle:before {
  content: "\ea3e"; }

.icon-snow:before {
  content: "\ea3f"; }

.icon-snowflake:before {
  content: "\ea40"; }

.icon-sort-asc:before {
  content: "\ea41"; }

.icon-sort-desc:before {
  content: "\ea42"; }

.icon-spare-part:before {
  content: "\ea43"; }

.icon-star-fill:before {
  content: "\ea44"; }

.icon-star:before {
  content: "\ea45"; }

.icon-stop-1:before {
  content: "\ea46"; }

.icon-stop-2:before {
  content: "\ea47"; }

.icon-store-box:before {
  content: "\ea48"; }

.icon-store-calendar:before {
  content: "\ea49"; }

.icon-store-check:before {
  content: "\ea4a"; }

.icon-store-clock:before {
  content: "\ea4b"; }

.icon-store-edit:before {
  content: "\ea4c"; }

.icon-store-error:before {
  content: "\ea4d"; }

.icon-store-money:before {
  content: "\ea4e"; }

.icon-store:before {
  content: "\ea4f"; }

.icon-strike-through:before {
  content: "\ea50"; }

.icon-subscript:before {
  content: "\ea51"; }

.icon-sun:before {
  content: "\ea52"; }

.icon-superscript:before {
  content: "\ea53"; }

.icon-support:before {
  content: "\ea54"; }

.icon-switch-off:before {
  content: "\ea55"; }

.icon-switch-on:before {
  content: "\ea56"; }

.icon-system-error:before {
  content: "\ea57"; }

.icon-table-incomplete:before {
  content: "\ea58"; }

.icon-table:before {
  content: "\ea59"; }

.icon-tag:before {
  content: "\ea5a"; }

.icon-target:before {
  content: "\ea5b"; }

.icon-templates:before {
  content: "\ea5c"; }

.icon-thermometer-full:before {
  content: "\ea5d"; }

.icon-thermometer-low:before {
  content: "\ea5e"; }

.icon-thermometer-medium:before {
  content: "\ea5f"; }

.icon-thermometer-off:before {
  content: "\ea60"; }

.icon-thumb-down:before {
  content: "\ea61"; }

.icon-thumb-up:before {
  content: "\ea62"; }

.icon-thunderstorm:before {
  content: "\ea63"; }

.icon-ticket:before {
  content: "\ea64"; }

.icon-tie:before {
  content: "\ea65"; }

.icon-tool:before {
  content: "\ea66"; }

.icon-translate:before {
  content: "\ea67"; }

.icon-trash:before {
  content: "\ea68"; }

.icon-trophy:before {
  content: "\ea69"; }

.icon-underline:before {
  content: "\ea6a"; }

.icon-undo:before {
  content: "\ea6b"; }

.icon-ungroup-1:before {
  content: "\ea6c"; }

.icon-ungroup-2:before {
  content: "\ea6d"; }

.icon-unlink:before {
  content: "\ea6e"; }

.icon-upload-cloud:before {
  content: "\ea6f"; }

.icon-user-add:before {
  content: "\ea70"; }

.icon-user-audit-ok:before {
  content: "\ea71"; }

.icon-user-card:before {
  content: "\ea72"; }

.icon-user-check:before {
  content: "\ea73"; }

.icon-user-clock:before {
  content: "\ea74"; }

.icon-user-close:before {
  content: "\ea75"; }

.icon-user-contact:before {
  content: "\ea76"; }

.icon-user-edit:before {
  content: "\ea77"; }

.icon-user-forbidden:before {
  content: "\ea78"; }

.icon-user-group-2:before {
  content: "\ea79"; }

.icon-user-group-3:before {
  content: "\ea7a"; }

.icon-user-id-1:before {
  content: "\ea7b"; }

.icon-user-id-2:before {
  content: "\ea7c"; }

.icon-user-location:before {
  content: "\ea7d"; }

.icon-user-lock:before {
  content: "\ea7e"; }

.icon-user-money:before {
  content: "\ea7f"; }

.icon-user-remove:before {
  content: "\ea80"; }

.icon-user-search:before {
  content: "\ea81"; }

.icon-user-setup:before {
  content: "\ea82"; }

.icon-user-star:before {
  content: "\ea83"; }

.icon-user-tag:before {
  content: "\ea84"; }

.icon-user:before {
  content: "\ea85"; }

.icon-users-3:before {
  content: "\ea86"; }

.icon-vendors:before {
  content: "\ea87"; }

.icon-video:before {
  content: "\ea88"; }

.icon-wallet:before {
  content: "\ea89"; }

.icon-wand:before {
  content: "\ea8a"; }

.icon-waste:before {
  content: "\ea8b"; }

.icon-waterfall-chart:before {
  content: "\ea8c"; }

.icon-whitepaper:before {
  content: "\ea8d"; }

.icon-wifi-off:before {
  content: "\ea8e"; }

.icon-wifi-on:before {
  content: "\ea8f"; }

.icon-wind:before {
  content: "\ea90"; }

.icon-window-minimize:before {
  content: "\ea91"; }

.icon-work-station:before {
  content: "\ea92"; }

.icon-world:before {
  content: "\ea93"; }

.icon-youtube:before {
  content: "\ea94"; }

.icon-zoom-in:before {
  content: "\ea95"; }

.icon-zoom-out:before {
  content: "\ea96"; }

.fem, .fas, .fma, .fi {
  display: inline-block;
  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; }

.fe-spin, .fa-spin, .fm-spin, .fi-spin {
  animation: spin 2s infinite linear; }

.fe-pulse, .fa-pulse, .fm-pulse, .fi-pulse {
  animation: spin 1s infinite steps(8); }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.fe-lg, .fa-lg, .fm-lg, .fi-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fe-xs, .fa-xs, .fm-xs, .fi-xs {
  font-size: .75em; }

.fe-sm, .fa-sm, .fm-sm, .fi-sm {
  font-size: .875em; }

.fe-1x, .fa-1x, .fm-1x, .fi-1x {
  font-size: 1em; }

.fe-2x, .fa-2x, .fm-2x, .fi-2x {
  font-size: 2em; }

.fe-3x, .fa-3x, .fm-3x, .fi-3x {
  font-size: 3em; }

.fe-4x, .fa-4x, .fm-4x, .fi-4x {
  font-size: 4em; }

.fe-5x, .fa-5x, .fm-5x, .fi-5x {
  font-size: 5em; }

.fe-6x, .fa-6x, .fm-6x, .fi-6x {
  font-size: 6em; }

.fe-7x, .fa-7x, .fm-7x, .fi-7x {
  font-size: 7em; }

.fe-8x, .fa-8x, .fm-8x, .fi-8x {
  font-size: 8em; }

.fe-9x, .fa-9x, .fm-9x, .fi-9x {
  font-size: 9em; }

.fe-10x, .fa-10x, .fm-10x, .fi-10x {
  font-size: 10em; }

.fe-rotate-90, .fa-rotate-90, .fm-rotate-90, .fi-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fe-rotate-180, .fa-rotate-180, .fm-rotate-180, .fi-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fe-rotate-270, .fa-rotate-270, .fm-rotate-270, .fi-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fe-flip-horizontal, .fa-flip-horizontal, .fm-flip-horizontal, .fi-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fe-flip-vertical, .fa-flip-vertical, .fm-flip-vertical, .fi-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

.fe-flip-both, .fe-flip-horizontal.fe-flip-vertical,
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical,
.fm-flip-both, .fm-flip-horizontal.fm-flip-vertical,
.fi-flip-both, .fi-flip-horizontal.fi-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1); }

:root .fe-rotate-90, :root .fa-rotate-90, :root .fm-rotate-90, :root .fi-rotate-90,
:root .fe-rotate-180, :root .fa-rotate-180, :root .fm-rotate-180, :root .fi-rotate-180,
:root .fe-rotate-270, :root .fa-rotate-270, :root .fm-rotate-270, :root .fi-rotate-270,
:root .fe-flip-horizontal, :root .fa-flip-horizontal, :root .fm-flip-horizontal, :root .fi-flip-horizontal,
:root .fe-flip-vertical, :root .fa-flip-vertical, :root .fm-flip-vertical, :root .fi-flip-vertical,
:root .fe-flip-both, :root .fa-flip-both, :root .fm-flip-both, :root .fi-flip-both {
  filter: none; }

@font-face {
  font-family: "Montserrat Medium";
  src: url("../fonts/Montserrat-Medium.ttf"); }

@font-face {
  font-family: "Montserrat Semi Bold";
  src: url("../fonts/Montserrat-SemiBold.ttf"); }

@font-face {
  font-family: "Montserrat Bold";
  src: url("../fonts/Montserrat-Bold.ttf"); }

.montserrat-medium {
  font-family: "Montserrat Medium", serif; }

.montserrat-semi-bold {
  font-family: "Montserrat Semi Bold", serif; }

.montserrat-bold {
  font-family: "Montserrat Bold", serif; }

.fe-dish:before {
  content: "\e61b"; }

.fe-doc-report:before {
  content: "\e6aa"; }

.fe-doc-url:before {
  content: "\e6ed"; }

.fe-guest:before {
  content: "\e602"; }

.fe-markups-grid-administration:before {
  content: "\e70c"; }

.fe-site-1:before {
  content: "\e620"; }

.fe-site-2:before {
  content: "\e636"; }

.fe-site-3:before {
  content: "\e61e"; }

.fe-site-4:before {
  content: "\e621"; }

.fe-site-6:before {
  content: "\e61f"; }

.fe-thermometer:before {
  content: "\e6d3"; }

.fe-universe-frozen-surrounded:before {
  content: "\e6d8"; }

.fe-virtual-site:before {
  content: "\e636"; }
