@charset "UTF-8";

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

}

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

.ag-bus:before {
    content: "\e000";
}
