@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-"]:not(.icon):not(.button-icon):before,
[class*=" icon-"]:not(.icon):not(.button-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-list:before {
  content: "\66";
}
.icon-admin-ui:before {
  content: "\61";
}
.icon-collaboration-suite:before {
  content: "\62";
}
.icon-globe:before {
  content: "\63";
}
.icon-groupware:before {
  content: "\64";
}
.icon-user-portal:before {
  content: "\65";
}
.icon-main:before {
  content: "\67";
}

