@charset "UTF-8";

@font-face {
  font-family: "swzicons";
  src:url("../fonts/swzicons.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "swzicons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="swzicon-"]:before,
[class*=" swzicon-"]:before {
  font-family: "swzicons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.swzicon-bars:before { content: "\8080"; }
.swzicon-video:before { content: "\8087"; }
.swzicon-wrench:before { content: "\8089"; }
.swzicon-edit:before { content: "\8091"; }
.swzicon-refresh:before { content: "\8092"; }
.swzicon-search:before { content: "\8090"; }
.swzicon-bell:before { content: "\8081"; }
.swzicon-calendar:before { content: "\8093"; }
.swzicon-clock-o:before { content: "\8088"; }
.swzicon-film:before { content: "\8086"; }
.swzicon-sign-out:before { content: "\8084"; }
.swzicon-sign-in:before { content: "\8085"; }
.swzicon-user:before { content: "\8082"; }
.swzicon-users:before { content: "\8083"; }
.swzicon-check:before { content: "\8094"; }
.swzicon-minus:before { content: "\8095"; }
.swzicon-plus:before { content: "\8096"; }
.swzicon-eye:before { content: "\808D"; }
.swzicon-eye-slash:before { content: "\808E"; }
.swzicon-trash:before { content: "\808C"; }
.swzicon-eraser:before { content: "\808F"; }
.swzicon-ban:before { content: "\807F"; }
.swzicon-check-circle:before { content: "\807E"; }
.swzicon-uncheck-circle:before { content: "\807D"; }
.swzicon-undo:before { content: "\807C"; }
.swzicon-www:before { content: "\808A"; }
.swzicon-sitemap:before { content: "\808B"; }
.swzicon-arrow-up:before { content: "\8078"; }
.swzicon-arrow-right:before { content: "\8079"; }
.swzicon-arrow-down:before { content: "\807A"; }
.swzicon-arrow-left:before { content: "\807B"; }
.swzicon-id-remove:before { content: "\8077"; }
.swzicon-copy:before { content: "\8097"; }
.swzicon-past:before { content: "\8098"; }
.swzicon-cut:before { content: "\8099"; }
.swzicon-move:before { content: "\809A"; }
.swzicon-more-vert:before { content: "\809B"; }
.swzicon-more-horiz:before { content: "\809C"; }
.swzicon-drag:before { content: "\809D"; }
.swzicon-caret-up:before { content: "\809E"; }
.swzicon-caret-right:before { content: "\809F"; }
.swzicon-caret-down:before { content: "\80A0"; }
.swzicon-caret-left:before { content: "\80A1"; }
.swzicon-call:before { content: "\80A2"; }
.swzicon-info:before { content: "\8076"; }

