@charset "UTF-8";

@font-face {
  font-family: "menu-icon";
  src:url("../../../ibe/icon/menu-icon.eot");
  src:url("../../../ibe/icon/menu-icon.eot#iefix") format("embedded-opentype"),
    url("../../../ibe/icon/menu-icon.woff") format("woff"),
    url("../../../ibe/icon/menu-icon.ttf") format("truetype"),
    url("../../../ibe/icon/menu-icon.svg") format("svg");
  font-weight: normal;
  font-style: normal;

}

/*[data-icon-menu]:before {*/
  /*font-family: "menu-icon" !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 {
  position: relative;
  top:5px;
  font-family: "menu-icon" !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-profile:before {
  content: "\70";
}
.icon-archive:before {
  content: "\64";
}
.icon-lock:before {
  content: "\73";
}
.icon-logout:before {
  content: "\6c";
}
.icon-list-number:before {
  content: "\61";
}