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

}

[data-icon]:before {
    font-family: "glyphicons" !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: "glyphicons" !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-bin:before {
    content: "a";
}