/*
  Icon Font: admin-panel-icons
*/

@font-face {
    font-family: "admin-panel-icons";
    src: url('/public/jobs/font-icons/admin-panel-icons.eot');
    src: url('/public/jobs/font-icons/admin-panel-icons.eot&#iefix') format("embedded-opentype"),
    url('/public/jobs/font-icons/admin-panel-icons.woff') format("woff"),
    url('/public/jobs/font-icons/admin-panel-icons.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before { content: attr(data-icon); }

[data-icon]:before,
.icon-activate:before,
.icon-arrows_down:before,
.icon-arrows_remove:before,
.icon-basic_magnifier:before,
.icon-company:before,
.icon-edit:before,
.icon-facebook-logo:before,
.icon-gear:before,
.icon-linkedin:before,
.icon-page:before,
.icon-right_arrow:before,
.icon-star_filled:before,
.icon-suspended:before,
.icon-tweet:before {
  display: inline-block;
  font-family: "admin-panel-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.icon-activate:before { content: "\f100"; }
.icon-arrows_down:before { content: "\f106"; }
.icon-arrows_remove:before { content: "\f108"; }
.icon-basic_magnifier:before { content: "\f107"; }
.icon-company:before { content: "\f101"; }
.icon-edit:before { content: "\f102"; }
.icon-facebook-logo:before { content: "\f109"; }
.icon-gear:before { content: "\f103"; }
.icon-linkedin:before { content: "\f10a"; }
.icon-page:before { content: "\f104"; }
.icon-right_arrow:before { content: "\f10b"; }
.icon-star_filled:before { content: "\f10c"; }
.icon-suspended:before { content: "\f105"; }
.icon-tweet:before { content: "\f10d"; }


