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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak: none;
  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;
}

.icon-check-active:before {
  content: "\e90c";
}
.icon-check-inactive:before {
  content: "\e90d";
}
.icon-close:before {
  content: "\e90a";
}
.icon-calendar:before {
  content: "\e90b";
}
.icon-arrow-select:before {
  content: "\e900";
}
.icon-check:before {
  content: "\e901";
}
.icon-checkbox-inactive:before {
  content: "\e902";
}
.icon-checkbox-active:before {
  content: "\e903";
}
.icon-warning:before {
  content: "\e904";
}
.icon-phone:before {
  content: "\e905";
}
.icon-arrow-r:before {
  content: "\e906";
}
.icon-star:before {
  content: "\e907";
}
.icon-half-star:before {
  content: "\e908";
}
.icon-pin:before {
  content: "\e909";
}
.icon-radio-active:before {
  content: "\e90c";
}
.icon-radio-inactive:before {
  content: "\e90d";
}
