﻿@font-face {
    font-family: 'mobile-check-in';
    src:url('../eot/mobile-check-inq60q.eot');
    src:url('../eot/mobile-check-inq60q.eot') format('embedded-opentype'),
    url('../woff/mobile-check-inkkhx.woff') format('woff'),
    url('../ttf/mobile-check-inkkhx.ttf') format('truetype'),
    url('../svg/mobile-check-in0uj0.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
    font-family: 'mobile-check-in';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-calendar, .icon-arrow-right, .icon-arrow-left, .icon-cancel-circle, .icon-checkmark, .icon-notification, .icon-folder, .icon-search, .icon-user, .icon-user-plus, .icon-user-minus, .icon-user-cancel, .icon-user-block, .icon-checkin, .icon-blankperson, .icon-dashedperson {
    font-family: 'mobile-check-in';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.icon-calendar:before {
    content: "\e000";
}
.icon-arrow-right:before {
    content: "\e001";
}
.icon-arrow-left:before {
    content: "\e002";
}
.icon-cancel-circle:before {
    content: "\e003";
}
.icon-checkmark:before {
    content: "\e004";
}
.icon-notification:before {
    content: "\e005";
}
.icon-folder:before {
    content: "\e006";
}
.icon-search:before {
    content: "\e007";
}
.icon-user:before {
    content: "\e008";
}
.icon-user-plus:before {
    content: "\e009";
}
.icon-user-minus:before {
    content: "\e00a";
}
.icon-user-cancel:before {
    content: "\e00b";
}
.icon-user-block:before {
    content: "\e00c";
}
.icon-checkin:before {
    content: "\e00d";
}
.icon-blankperson:before {
    content: "\e00e";
}
.icon-dashedperson:before {
    content: "\e00f";
}
