@font-face {
  font-family: 'rem-dash';
  src: url('../font/rem-dash.eot?99512004');
  src: url('../font/rem-dash.eot?99512004#iefix') format('embedded-opentype'),
       url('../font/rem-dash.woff2?99512004') format('woff2'),
       url('../font/rem-dash.woff?99512004') format('woff'),
       url('../font/rem-dash.ttf?99512004') format('truetype'),
       url('../font/rem-dash.svg?99512004#rem-dash') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'rem-dash';
    src: url('../font/rem-dash.svg?99512004#rem-dash') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "rem-dash";
  font-style: normal;
  font-weight: normal;
  width: inherit;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0px;
  text-align: center;
  vertical-align: middle;     
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* you can be more comfortable with increased icons size */
  font-size: 120%;
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-add:before { content: '\e800'; } /* '' */
.icon-arrow-collapse:before { content: '\e801'; } /* '' */
.icon-arrow-down:before { content: '\e802'; } /* '' */
.icon-arrow-expand:before { content: '\e803'; } /* '' */
.icon-arrow-select:before { content: '\e804'; } /* '' */
.icon-arrow-up:before { content: '\e805'; } /* '' */
.icon-bank:before { content: '\e806'; } /* '' */
.icon-calendar:before { content: '\e807'; } /* '' */
.icon-car-front:before { content: '\e808'; } /* '' */
.icon-car-key:before { content: '\e809'; } /* '' */
.icon-checklist:before { content: '\e80a'; } /* '' */
.icon-checkmark:before { content: '\e80b'; } /* '' */
.icon-clock:before { content: '\e80c'; } /* '' */
.icon-credit-card:before { content: '\e80d'; } /* '' */
.icon-dashboard:before { content: '\e80e'; } /* '' */
.icon-delivery-truck:before { content: '\e80f'; } /* '' */
.icon-documents:before { content: '\e810'; } /* '' */
.icon-key:before { content: '\e813'; } /* '' */
.icon-location:before { content: '\e814'; } /* '' */
.icon-message:before { content: '\e815'; } /* '' */
.icon-minivan:before { content: '\e816'; } /* '' */
.icon-newspaper:before { content: '\e817'; } /* '' */
.icon-person:before { content: '\e818'; } /* '' */
.icon-phone:before { content: '\e819'; } /* '' */
.icon-repairs:before { content: '\e81a'; } /* '' */
.icon-sedan:before { content: '\e81c'; } /* '' */
.icon-shopping-cart:before { content: '\e81d'; } /* '' */
.icon-suv:before { content: '\e81e'; } /* '' */
.icon-trashcan:before { content: '\e81f'; } /* '' */
.icon-trophy:before { content: '\e820'; } /* '' */
.icon-truck:before { content: '\e821'; } /* '' */
.icon-fleet:before { content: '\e822'; } /* '' */
.icon-ribbon:before { content: '\e823'; } /* '' */



.icon-shopping-cart {
  font-size: 12px;
  margin-right: 5px;
}
.icon-trophy, .icon-arrow-up, .icon-arrow-down {
  font-size: 24px;
  text-align: right;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: auto;
  align-self: center;    
}

.icon-ribbon {
  width: 25px;
}



































