@charset "UTF-8";

@font-face {
  font-family: "data-table";
  src:url("/node_modules/@swimlane/ngx-datatable/release/assets/fonts/data-table.eot");
  src:url("fonts/data-table.eot?#iefix") format("embedded-opentype"),
    url("/node_modules/@swimlane/ngx-datatable/release/assets/fonts/data-table.woff") format("woff"),
    url("/node_modules/@swimlane/ngx-datatable/release/assets/fonts/data-table.ttf") format("truetype"),
    url("/node_modules/@swimlane/ngx-datatable/release/assets/fonts/data-table.svg#data-table") format("svg");
  font-weight: normal;
  font-style: normal;

}

datatable-pager [data-icon]:before {
  font-family: "data-table" !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;
}

datatable-pager [class^="icon-"]:before,
datatable-pager [class*=" icon-"]:before {
  font-family: "data-table" !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;
}

.icon-filter:before {
  content: "\62";
}
.icon-collapse:before {
  content: "\61";
   font-family: "data-table" !important;
}
.icon-expand:before {
  content: "\63";
   font-family: "data-table" !important;
}
.icon-close:before {
  content: "\64";
   font-family: "data-table" !important;
}
.icon-up:before {
  content: "\65";
   font-family: "data-table" !important;
}
.icon-down:before {
  content: "\66";
   font-family: "data-table" !important;
}
.icon-sort:before {
  content: "\67";
   font-family: "data-table" !important;
}
.icon-done:before {
  content: "\68";
   font-family: "data-table" !important;
}
.icon-done-all:before {
  content: "\69";
   font-family: "data-table" !important;
}
.icon-search:before {
  content: "\6a";
   font-family: "data-table" !important;
}
.icon-pin:before {
  content: "\6b";
}
.icon-add:before {
  content: "\6d";
   font-family: "data-table" !important;
}
.icon-left:before {
  content: "\6f";
   font-family: "data-table" !important;
}
.icon-right:before {
  content: "\70";
   font-family: "data-table" !important;
}
.icon-skip:before {
  content: "\71";
   font-family: "data-table" !important;
}
.icon-prev:before {
  content: "\72";
   font-family: "data-table" !important;
}
