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

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'smartrcp-iconfont' !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;
}

.icon-arrow-down:before {
  content: "\e905";
}
.icon-arrow-left:before {
  content: "\e902";
}
.icon-arrow-up:before {
  content: "\e903";
}
.icon-arrow-right:before {
  content: "\e904";
}
.icon-icon_cap:before {
  content: "\e900";
}
.icon-icon_cap-line:before {
  content: "\e901";
}
.icon-clipboard:before {
  content: "\e9b8";
}
.icon-warning:before {
  content: "\ea07";
}
.icon-cross:before {
  content: "\ea0f";
}
.icon-checkmark:before {
  content: "\ea10";
}
.icon-arrow-down2:before {
  content: "\ea3e";
}
