﻿@charset "UTF-8";

@font-face {
  font-family: "ico";
  src:url("/content/font/ico.eot");
  src:url("/content/font/ico.eot?#iefix") format("embedded-opentype"),
    url("/content/font/ico.woff") format("woff"),
    url("/content/font/ico.ttf") format("truetype"),
    url("/content/font/ico.svg#icon") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
    font-family: "ico" !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^="ico-"]:before,
[class*=" ico-"]:before {
    font-family: "ico" !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;
}

.ico-add-user:before {
    content: "\61";
}

.ico-user:before {
    content: "\62";
}

.ico-users:before {
    content: "\63";
}

.ico-seat:before {
    content: "\64";
}

.ico-download:before {
    content: "\65";
}

.ico-print:before {
    content: "\66";
}

.ico-menu:before {
    content: "\67";
}

.ico-ticket:before {
    content: "\68";
}

.ico-cancel-circled:before {
    content: "\6a";
}

