.e-btn-sb-icons {
    font-family: 'button-icons';
    line-height: 1;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.i-right:before{
    content:'\e76a';
}
.i-left:before{
    content:'\e70d';
}
.i-right-all:before{
    content:'\e7bb';
}
.i-left-all:before{
    content:'\e7ba';
}
.i-save:before
{
    content:'\e74d';
}
.i-eye:before
{
    content:'\e82f';
}
.i-next:before
{
    content:'\e76a';
}
.i-before:before
{
    content:'\e70d';
}
.i-search::before
{
    content: '\e724';
}
.i-pdf::before
{
    content: '\e203';
    color: white !important;
    font-size: 22px !important;
}
.i-xml::before
{
    content: '\e402';
    color: white !important;
    font-size: 22px !important;
}
.i-success::before {
    content: "\e7d9";
}
.i-error::before {
    content: "\e700";
}
.i-info::before {
    content: "\e729";
}