@font-face {
  font-family: 'liberty-icons';
  src: url('../font/liberty-icons.eot?14800630');
  src: url('../font/liberty-icons.eot?14800630#iefix') format('embedded-opentype'),
       url('../font/liberty-icons.woff2?14800630') format('woff2'),
       url('../font/liberty-icons.woff?14800630') format('woff'),
       url('../font/liberty-icons.ttf?14800630') format('truetype'),
       url('../font/liberty-icons.svg?14800630#liberty-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="sbicon-"]:before, [class*=" sbicon-"]:before {
  font-family: "liberty-icons";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sbicon-drivers:before { content: '\e800'; } /* '' */
.sbicon-electric:before { content: '\e801'; } /* '' */
.sbicon-fuel:before { content: '\e802'; } /* '' */
.sbicon-help:before { content: '\e803'; } /* '' */
.sbicon-home:before { content: '\e804'; } /* '' */
.sbicon-terms:before { content: '\e805'; } /* '' */
.sbicon-users:before { content: '\e806'; } /* '' */
.sbicon-menu:before { content: '\e807'; } /* '' */
.sbicon-vehicles:before { content: '\e808'; } /* '' */
.sbicon-cards:before { content: '\e809'; } /* '' */
.sbicon-client:before { content: '\e80a'; } /* '' */
.sbicon-cost-centres:before { content: '\e80b'; } /* '' */
.sbicon-widget-cards:before { content: '\e80c'; } /* '' */
.sbicon-widget-contact-email:before { content: '\e80e'; } /* '' */
.sbicon-widget-contact-phone:before { content: '\e810'; } /* '' */
.sbicon-widget-link:before {
  content: '\e812';
  font-size: 3rem;
  color: #67686b
} /* '' */
.sbicon-widget-credit:before { content: '\e813'; } /* '' */
.sbicon-widget-transaction-date:before { content: '\e815'; } /* '' */
.sbicon-widget-transaction-address:before { content: '\e816'; } /* '' */
.sbicon-widget-transaction-card:before { content: '\e817'; } /* '' */
.sbicon-widget-transaction-fuel:before { content: '\e81a'; } /* '' */
.sbicon-widget-transaction-electric:before { content: '\e81e'; } /* '' */
.sbicon-widget-search:before {
  content: '\e820';
  background-color: white;
  border-radius: 500px;
  border-width: 0;
}
.sbicon-linked-cards:before { content: '\e821'; } /* '' */
