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

.next-icon {
    font-family: 'next-font' !important;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Icon character codes */
.icon-switch:before { content: '\e618'; }
.icon-router:before { content: '\e61c'; }
.icon-firewall:before { content: '\e647'; }
.icon-server:before { content: '\e61b'; }
.icon-host:before { content: '\e624'; }
.icon-unknown:before { content: '\e612'; }
