@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "playdata" !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^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "playdata" !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-align-center:before {
  content: "\61";
}
.icon-align-justify:before {
  content: "\62";
}
.icon-align-left:before {
  content: "\63";
}
.icon-align-right:before {
  content: "\64";
}
.icon-underline:before {
  content: "\65";
}
.icon-italic:before {
  content: "\66";
}
.icon-bold:before {
  content: "\67";
}
.icon-indent-more:before {
  content: "\68";
}
.icon-list-ordered:before {
  content: "\69";
}
.icon-list-unordered:before {
  content: "\6a";
}
.icon-page-export-pdf:before {
  content: "\6b";
}
.icon-page-export-doc:before {
  content: "\6c";
}
.icon-page-export-csv:before {
  content: "\6d";
}
.icon-page-export:before {
  content: "\6e";
}
.icon-rss:before {
  content: "\6f";
}
.icon-reload:before {
  content: "\70";
}
.icon-strikethrough:before {
  content: "\71";
}
.icon-background-color:before {
  content: "\72";
}
.icon-text-color:before {
  content: "\73";
}
.icon-ember:before {
  content: "\74";
}
.icon-font:before {
  content: "\75";
}
.icon-phone:before {
  content: "\76";
}
.icon-arrows-alt:before {
  content: "\77";
}
.icon-resize-small:before {
  content: "\78";
}
.icon-resize-full:before {
  content: "\79";
}
.icon-plus:before {
  content: "\7a";
}
.icon-share:before {
  content: "\41";
}
.icon-lock:before {
  content: "\42";
}
.icon-groups:before {
  content: "\43";
}
.icon-users:before {
  content: "\44";
}
.icon-trash:before {
  content: "\45";
}
.icon-gears:before {
  content: "\46";
}
.icon-refresh:before {
  content: "\47";
}
.icon-info:before {
  content: "\48";
}
.icon-heart:before {
  content: "\49";
}
.icon-heart-outline:before {
  content: "\4a";
}
.icon-star:before {
  content: "\4b";
}
.icon-star-outline:before {
  content: "\4c";
}
