@charset "UTF-8";

@font-face {
  font-family: "custom-icon-font";
  src:url("fonts/custom-icon-font.eot?v=4");
  src:url("fonts/custom-icon-font.eot?v=4#iefix") format("embedded-opentype"),
    url("fonts/custom-icon-font.woff?v=4") format("woff"),
    url("fonts/custom-icon-font.ttf?v=4") format("truetype"),
    url("fonts/custom-icon-font.svg?v=4#custom-icon-font") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "custom-icon-font" !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^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "custom-icon-font" !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;
}

.icon-admin:before {
  content: "\61";
}
.icon-globe:before {
  content: "\62";
}
.icon-user:before {
  content: "\65";
}
.icon-list:before {
  content: "\66";
}
.icon-groupware:before {
  content: "\63";
}
.icon-collaboration-suite:before {
  content: "\64";
}

