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

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-floppy-disk:before {
    content: "\e906";
}
.icon-plus:before {
    content: "\e905";
}
.icon-menu:before {
    content: "\e902";
}
.icon-chevron-right:before {
    content: "\e904";
}
.icon-chevron-left:before {
    content: "\e903";
}
.icon-fast_rewind:before {
    content: "\e00a";
}
.icon-volume_down:before {
    content: "\e030";
}
.icon-volume_off:before {
    content: "\e032";
}
.icon-vpn_key:before {
    content: "\e063";
}
.icon-block:before {
    content: "\e06f";
}
.icon-mode_edit:before {
    content: "\e0ee";
}
.icon-keyboard_arrow_down:before {
    content: "\e10f";
}
.icon-close:before {
    content: "\e209";
}
.icon-person:before {
    content: "\e253";
}
.icon-person_add:before {
    content: "\e254";
}
.icon-backup:before {
    content: "\e279";
}
.icon-delete:before {
    content: "\e287";
}
.icon-lock:before {
    content: "\e2ab";
}
.icon-settings:before {
    content: "\e2cb";
}
.icon-cross:before {
    content: "\e901";
}
.icon-warning:before {
    content: "\e900";
}

