2769 lines
48 KiB
CSS
2769 lines
48 KiB
CSS
@font-face {
|
|
font-family: 'glyphs';
|
|
src: url('/app/assets/styles/fonts/glyphs.eot');
|
|
src: url('/app/assets/styles/fonts/glyphs.eot') format('embedded-opentype'),
|
|
url('/app/assets/styles/fonts/glyphs.ttf') format('truetype'),
|
|
url('/app/assets/styles/fonts/glyphs.woff') format('woff'),
|
|
url('/app/assets/styles/fonts/glyphs.svg') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-display: block;
|
|
}
|
|
|
|
[class^="icon-"], [class*=" icon-"] {
|
|
/* use !important to prevent issues with browser extensions that change fonts */
|
|
font-family: 'glyphs' !important;
|
|
speak: never;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-variant: normal;
|
|
text-transform: none;
|
|
line-height: 1;
|
|
|
|
/* Better Font Rendering =========== */
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
span[class*="icon-"][primary]:before { color: var(--app-color-primary); }
|
|
span[class*="icon-"][secondary] { color: var(--app-color-secondary); }
|
|
span[class*="icon-"][success] { color: var(--app-color-success); }
|
|
span[class*="icon-"][danger] { color: var(--app-color-danger); }
|
|
span[class*="icon-"][warning] { color: var(--app-color-warning); }
|
|
span[class*="icon-"][accent] { color: var(--app-color-accent); }
|
|
span[class*="icon-"][info] { color: var(--app-color-info); }
|
|
|
|
[class*="icon-"][xxsmall] { font-size: var(--eicui-base-icon-size-2xs); }
|
|
[class*="icon-"][xsmall] { font-size: var(--eicui-base-icon-size-xs) !important; }
|
|
[class*="icon-"][small] { font-size: var(--eicui-base-icon-size-s) !important; }
|
|
[class*="icon-"][medium] { font-size: var(--eicui-base-icon-size-m) !important; }
|
|
[class*="icon-"][large] { font-size: var(--eicui-base-icon-size-l) !important; }
|
|
[class*="icon-"][xlarge] { font-size: var(--eicui-base-icon-size-xl) !important; }
|
|
[class*="icon-"][xxlarge] { font-size: var(--eicui-base-icon-size-2xl); }
|
|
[class*="icon-"][xxxlarge] { font-size: var(--eicui-base-icon-size-3xl); }
|
|
[class*="icon-"][xxxxlarge] { font-size: var(--eicui-base-icon-size-4xl); }
|
|
|
|
@keyframes spin {
|
|
0% { transform: rotate(0deg) ; }
|
|
100% { transform: rotate(360deg) ; }
|
|
}
|
|
|
|
@keyframes uturn {
|
|
0% { transform: rotate(-180deg) ; }
|
|
100% { transform: rotate(0deg) ; }
|
|
}
|
|
@keyframes uturn-ccw {
|
|
0% { transform: rotate(180deg) ; }
|
|
100% { transform: rotate(0deg) ; }
|
|
}
|
|
|
|
.spin { animation: spin 1s infinite linear; }
|
|
.arrow-expand:before {
|
|
content: "\f106" !important;
|
|
animation: uturn-ccw 0.3s 1 linear;
|
|
}
|
|
.arrow-collapse:before {
|
|
content: "\f107" !important;
|
|
animation: uturn 0.3s 1 normal linear;
|
|
}
|
|
|
|
.icon-play:before {
|
|
content: "\e900";
|
|
}
|
|
.icon-bolt:before {
|
|
content: "\e901";
|
|
}
|
|
.icon-check:before {
|
|
content: "\e902";
|
|
}
|
|
.icon-download:before {
|
|
content: "\e903";
|
|
}
|
|
.icon-servers:before {
|
|
content: "\e904";
|
|
}
|
|
.icon-backward1:before {
|
|
content: "\e905";
|
|
}
|
|
.icon-deny:before {
|
|
content: "\e906";
|
|
}
|
|
.icon-cancel:before {
|
|
content: "\e907";
|
|
}
|
|
.icon-close:before {
|
|
content: "\e908";
|
|
}
|
|
.icon-envelope:before {
|
|
content: "\e909";
|
|
}
|
|
.icon-company:before {
|
|
content: "\e90a";
|
|
}
|
|
.icon-thumbs-down:before {
|
|
content: "\e90b";
|
|
}
|
|
.icon-thumbs-up:before {
|
|
content: "\e90c";
|
|
}
|
|
.icon-image:before {
|
|
content: "\e90d";
|
|
}
|
|
.icon-help:before {
|
|
content: "\e90e";
|
|
}
|
|
.icon-hour-glass:before {
|
|
content: "\e90f";
|
|
}
|
|
.icon-pen:before {
|
|
content: "\e910";
|
|
}
|
|
.icon-sort-asc:before {
|
|
content: "\e911";
|
|
}
|
|
.icon-sort-desc:before {
|
|
content: "\e912";
|
|
}
|
|
.icon-unsorted:before {
|
|
content: "\e913";
|
|
}
|
|
.icon-market:before {
|
|
content: "\e914";
|
|
}
|
|
.icon-copy:before {
|
|
content: "\e915";
|
|
}
|
|
.icon-pause1:before {
|
|
content: "\e916";
|
|
}
|
|
.icon-review:before {
|
|
content: "\e917";
|
|
}
|
|
.icon-correction:before {
|
|
content: "\e918";
|
|
}
|
|
.icon-mediation:before {
|
|
content: "\e919";
|
|
}
|
|
.icon-coaching:before {
|
|
content: "\e91a";
|
|
}
|
|
.icon-writing:before {
|
|
content: "\e91b";
|
|
}
|
|
.icon-filter:before {
|
|
content: "\e91c";
|
|
}
|
|
.icon-home:before {
|
|
content: "\e91d";
|
|
}
|
|
.icon-trash:before {
|
|
content: "\e91e";
|
|
}
|
|
.icon-check-rounded:before {
|
|
content: "\e91f";
|
|
}
|
|
.icon-menu:before {
|
|
content: "\e920";
|
|
}
|
|
.icon-reply:before {
|
|
content: "\e921";
|
|
}
|
|
.icon-link-ext:before {
|
|
content: "\e922";
|
|
}
|
|
.icon-more:before {
|
|
content: "\e923";
|
|
}
|
|
.icon-new:before {
|
|
content: "\e924";
|
|
}
|
|
.icon-locked:before {
|
|
content: "\e925";
|
|
}
|
|
.icon-unlocked:before {
|
|
content: "\e926";
|
|
}
|
|
.icon-health:before {
|
|
content: "\e927";
|
|
}
|
|
.icon-big-bullet:before {
|
|
content: "\e928";
|
|
}
|
|
.icon-share:before {
|
|
content: "\e929";
|
|
}
|
|
.icon-dashboard:before {
|
|
content: "\e92a";
|
|
}
|
|
.icon-code:before {
|
|
content: "\e92b";
|
|
}
|
|
.icon-stop:before {
|
|
content: "\e92c";
|
|
}
|
|
.icon-snapshot:before {
|
|
content: "\e92d";
|
|
}
|
|
.icon-toc:before {
|
|
content: "\e92e";
|
|
}
|
|
.icon-folder:before {
|
|
content: "\e92f";
|
|
}
|
|
.icon-folder-open:before {
|
|
content: "\e930";
|
|
}
|
|
.icon-folder-add:before {
|
|
content: "\e931";
|
|
}
|
|
.icon-folder-remove:before {
|
|
content: "\e932";
|
|
}
|
|
.icon-align-center:before {
|
|
content: "\e933";
|
|
}
|
|
.icon-align-left:before {
|
|
content: "\e934";
|
|
}
|
|
.icon-align-right:before {
|
|
content: "\e935";
|
|
}
|
|
.icon-format-bold:before {
|
|
content: "\e936";
|
|
}
|
|
.icon-font-size-down:before {
|
|
content: "\e937";
|
|
}
|
|
.icon-qrcode:before {
|
|
content: "\e938";
|
|
}
|
|
.icon-format-underline:before {
|
|
content: "\e939";
|
|
}
|
|
.icon-cart:before {
|
|
content: "\e93a";
|
|
}
|
|
.icon-format-color:before {
|
|
content: "\e93b";
|
|
}
|
|
.icon-price-tag:before {
|
|
content: "\e93c";
|
|
}
|
|
.icon-paint-format:before {
|
|
content: "\e93d";
|
|
}
|
|
.icon-camera:before {
|
|
content: "\e93e";
|
|
}
|
|
.icon-film:before {
|
|
content: "\e93f";
|
|
}
|
|
.icon-video-camera:before {
|
|
content: "\e940";
|
|
}
|
|
.icon-stack:before {
|
|
content: "\e941";
|
|
}
|
|
.icon-phone:before {
|
|
content: "\e942";
|
|
}
|
|
.icon-backward-step:before {
|
|
content: "\e943";
|
|
}
|
|
.icon-fast-forward:before {
|
|
content: "\e944";
|
|
}
|
|
.icon-pause2:before {
|
|
content: "\e945";
|
|
}
|
|
.icon-play1:before {
|
|
content: "\e946";
|
|
}
|
|
.icon-map:before {
|
|
content: "\e947";
|
|
}
|
|
.icon-target1:before {
|
|
content: "\e948";
|
|
}
|
|
.icon-usb:before {
|
|
content: "\e949";
|
|
}
|
|
.icon-video-camera1:before {
|
|
content: "\e94a";
|
|
}
|
|
.icon-cabinet:before {
|
|
content: "\e94b";
|
|
}
|
|
.icon-cabinet1:before {
|
|
content: "\e94c";
|
|
}
|
|
.icon-history:before {
|
|
content: "\e94d";
|
|
}
|
|
.icon-camera1:before {
|
|
content: "\e94e";
|
|
}
|
|
.icon-camera2:before {
|
|
content: "\e94f";
|
|
}
|
|
.icon-film1:before {
|
|
content: "\e950";
|
|
}
|
|
.icon-chronometer:before {
|
|
content: "\e951";
|
|
}
|
|
.icon-chart:before {
|
|
content: "\e952";
|
|
}
|
|
.icon-lab:before {
|
|
content: "\e953";
|
|
}
|
|
.icon-satellite:before {
|
|
content: "\e954";
|
|
}
|
|
.icon-spaceinvaders:before {
|
|
content: "\e955";
|
|
}
|
|
.icon-display:before {
|
|
content: "\e956";
|
|
}
|
|
.icon-bomb:before {
|
|
content: "\e957";
|
|
}
|
|
.icon-tools:before {
|
|
content: "\e958";
|
|
}
|
|
.icon-bus:before {
|
|
content: "\e959";
|
|
}
|
|
.icon-stop2:before {
|
|
content: "\e95a";
|
|
}
|
|
.icon-atom:before {
|
|
content: "\e95b";
|
|
}
|
|
.icon-globe:before {
|
|
content: "\e95c";
|
|
}
|
|
.icon-globe1:before {
|
|
content: "\e95d";
|
|
}
|
|
.icon-grid:before {
|
|
content: "\e95e";
|
|
}
|
|
.icon-flag:before {
|
|
content: "\e95f";
|
|
}
|
|
.icon-lock:before {
|
|
content: "\e960";
|
|
}
|
|
.icon-unlocked1:before {
|
|
content: "\e961";
|
|
}
|
|
.icon-camera3:before {
|
|
content: "\e962";
|
|
}
|
|
.icon-calculator:before {
|
|
content: "\e963";
|
|
}
|
|
.icon-database:before {
|
|
content: "\e964";
|
|
}
|
|
.icon-diamond:before {
|
|
content: "\e965";
|
|
}
|
|
.icon-atom1:before {
|
|
content: "\e966";
|
|
}
|
|
.icon-syringe:before {
|
|
content: "\e967";
|
|
}
|
|
.icon-health1:before {
|
|
content: "\e968";
|
|
}
|
|
.icon-pill:before {
|
|
content: "\e969";
|
|
}
|
|
.icon-lab1:before {
|
|
content: "\e96a";
|
|
}
|
|
.icon-graph:before {
|
|
content: "\e96b";
|
|
}
|
|
.icon-chat:before {
|
|
content: "\e96c";
|
|
}
|
|
.icon-user-check:before {
|
|
content: "\e975";
|
|
}
|
|
.icon-spinner:before {
|
|
content: "\e981";
|
|
}
|
|
.icon-refresh:before {
|
|
content: "\e984";
|
|
}
|
|
.icon-cog:before {
|
|
content: "\e994";
|
|
}
|
|
.icon-cogs:before {
|
|
content: "\e995";
|
|
}
|
|
.icon-bug:before {
|
|
content: "\e999";
|
|
}
|
|
.icon-complaint:before {
|
|
content: "\e9a8";
|
|
}
|
|
.icon-bin:before {
|
|
content: "\e9ac";
|
|
}
|
|
.icon-target:before {
|
|
content: "\e9b3";
|
|
}
|
|
.icon-evaluation:before {
|
|
content: "\e9b8";
|
|
}
|
|
.icon-tree:before {
|
|
content: "\e9bc";
|
|
}
|
|
.icon-link:before {
|
|
content: "\e9cb";
|
|
}
|
|
.icon-attachment:before {
|
|
content: "\e9cd";
|
|
}
|
|
.icon-star-empty:before {
|
|
content: "\e9d7";
|
|
}
|
|
.icon-star-half:before {
|
|
content: "\e9d8";
|
|
}
|
|
.icon-star-full:before {
|
|
content: "\e9d9";
|
|
}
|
|
.icon-heart:before {
|
|
content: "\e9da";
|
|
}
|
|
.icon-play2:before {
|
|
content: "\ea15";
|
|
}
|
|
.icon-pause:before {
|
|
content: "\ea16";
|
|
}
|
|
.icon-stop1:before {
|
|
content: "\ea17";
|
|
}
|
|
.icon-previous:before {
|
|
content: "\ea18";
|
|
}
|
|
.icon-next:before {
|
|
content: "\ea19";
|
|
}
|
|
.icon-backward:before {
|
|
content: "\ea1a";
|
|
}
|
|
.icon-forward2:before {
|
|
content: "\ea1b";
|
|
}
|
|
.icon-loop:before {
|
|
content: "\ea2d";
|
|
}
|
|
.icon-font-size-up:before {
|
|
content: "\ea61";
|
|
}
|
|
.icon-format-italic:before {
|
|
content: "\ea64";
|
|
}
|
|
.icon-embed:before {
|
|
content: "\ea7f";
|
|
}
|
|
.icon-steam:before {
|
|
content: "\eaac";
|
|
}
|
|
.icon-dropbox:before {
|
|
content: "\eaae";
|
|
}
|
|
.icon-tux:before {
|
|
content: "\eabd";
|
|
}
|
|
.icon-pdf:before {
|
|
content: "\eadf";
|
|
}
|
|
.icon-xls:before {
|
|
content: "\eae2";
|
|
}
|
|
.icon-codepen:before {
|
|
content: "\eae8";
|
|
}
|
|
.icon-search:before {
|
|
content: "\f002";
|
|
}
|
|
.icon-user:before {
|
|
content: "\f007";
|
|
}
|
|
.icon-logoff:before {
|
|
content: "\f011";
|
|
}
|
|
.icon-edit:before {
|
|
content: "\f040";
|
|
}
|
|
.icon-checked:before {
|
|
content: "\f046";
|
|
}
|
|
.icon-info:before {
|
|
content: "\f05a";
|
|
}
|
|
.icon-expand:before {
|
|
content: "\f065";
|
|
}
|
|
.icon-plus:before {
|
|
content: "\f067";
|
|
}
|
|
.icon-warning:before {
|
|
content: "\f071";
|
|
}
|
|
.icon-calendar:before {
|
|
content: "\f073";
|
|
}
|
|
.icon-comment:before {
|
|
content: "\f075";
|
|
}
|
|
.icon-twitter:before {
|
|
content: "\f081";
|
|
}
|
|
.icon-facebook:before {
|
|
content: "\f082";
|
|
}
|
|
.icon-square-o:before {
|
|
content: "\f096";
|
|
}
|
|
.icon-website:before {
|
|
content: "\f0ac";
|
|
}
|
|
.icon-users:before {
|
|
content: "\f0c0";
|
|
}
|
|
.icon-list-ul:before {
|
|
content: "\f0ca";
|
|
}
|
|
.icon-table:before {
|
|
content: "\f0ce";
|
|
}
|
|
.icon-exchange:before {
|
|
content: "\f0ec";
|
|
}
|
|
.icon-alert:before {
|
|
content: "\f0f3";
|
|
}
|
|
.icon-chevron-left:before {
|
|
content: "\f100";
|
|
}
|
|
.icon-chevron-right:before {
|
|
content: "\f101";
|
|
}
|
|
.icon-angle-left:before {
|
|
content: "\f104";
|
|
}
|
|
.icon-angle-right:before {
|
|
content: "\f105";
|
|
}
|
|
.icon-angle-up:before {
|
|
content: "\f106";
|
|
}
|
|
.icon-angle-down:before {
|
|
content: "\f107";
|
|
}
|
|
.icon-zip:before {
|
|
content: "\f1c6";
|
|
}
|
|
.icon-send:before {
|
|
content: "\f1d8";
|
|
}
|
|
.icon-preview:before {
|
|
content: "\f1e5";
|
|
}
|
|
.icon-stats:before {
|
|
content: "\f200";
|
|
}
|
|
.icon-toggle-off:before {
|
|
content: "\f204";
|
|
}
|
|
.icon-toggle-on:before {
|
|
content: "\f205";
|
|
}
|
|
.icon-user-add:before {
|
|
content: "\f234";
|
|
}
|
|
.icon-calendar-plus:before {
|
|
content: "\f271";
|
|
}
|
|
.icon-calendar-minus:before {
|
|
content: "\f272";
|
|
}
|
|
.icon-calendar-failed:before {
|
|
content: "\f273";
|
|
}
|
|
.icon-calendar-check:before {
|
|
content: "\f274";
|
|
}
|
|
.icon-play5:before {
|
|
content: "\e98f";
|
|
}
|
|
.icon-bolt1:before {
|
|
content: "\e990";
|
|
}
|
|
.icon-check1:before {
|
|
content: "\e991";
|
|
}
|
|
.icon-download4:before {
|
|
content: "\e992";
|
|
}
|
|
.icon-servers1:before {
|
|
content: "\e986";
|
|
}
|
|
.icon-backward11:before {
|
|
content: "\e993";
|
|
}
|
|
.icon-deny1:before {
|
|
content: "\e998";
|
|
}
|
|
.icon-cancel1:before {
|
|
content: "\e99b";
|
|
}
|
|
.icon-close1:before {
|
|
content: "\e99c";
|
|
}
|
|
.icon-envelope1:before {
|
|
content: "\e99d";
|
|
}
|
|
.icon-company1:before {
|
|
content: "\e99e";
|
|
}
|
|
.icon-thumbs-down1:before {
|
|
content: "\e99f";
|
|
}
|
|
.icon-thumbs-up1:before {
|
|
content: "\e9a0";
|
|
}
|
|
.icon-image3:before {
|
|
content: "\e9a1";
|
|
}
|
|
.icon-help1:before {
|
|
content: "\e9a2";
|
|
}
|
|
.icon-hour-glass3:before {
|
|
content: "\e9a3";
|
|
}
|
|
.icon-pen3:before {
|
|
content: "\e9a4";
|
|
}
|
|
.icon-sort-asc1:before {
|
|
content: "\e9a5";
|
|
}
|
|
.icon-sort-desc1:before {
|
|
content: "\e9a6";
|
|
}
|
|
.icon-unsorted1:before {
|
|
content: "\e9a7";
|
|
}
|
|
.icon-market1:before {
|
|
content: "\e9aa";
|
|
}
|
|
.icon-copy2:before {
|
|
content: "\e9ab";
|
|
}
|
|
.icon-pause11:before {
|
|
content: "\e9ae";
|
|
}
|
|
.icon-review1:before {
|
|
content: "\e9af";
|
|
}
|
|
.icon-correction1:before {
|
|
content: "\e9b0";
|
|
}
|
|
.icon-mediation1:before {
|
|
content: "\e9b1";
|
|
}
|
|
.icon-coaching2:before {
|
|
content: "\e9b2";
|
|
}
|
|
.icon-writing1:before {
|
|
content: "\e9b4";
|
|
}
|
|
.icon-filter2:before {
|
|
content: "\e9b5";
|
|
}
|
|
.icon-home4:before {
|
|
content: "\e9b6";
|
|
}
|
|
.icon-trash1:before {
|
|
content: "\e9b7";
|
|
}
|
|
.icon-check-rounded1:before {
|
|
content: "\e9ba";
|
|
}
|
|
.icon-menu5:before {
|
|
content: "\e9bb";
|
|
}
|
|
.icon-reply2:before {
|
|
content: "\e9bd";
|
|
}
|
|
.icon-link-ext1:before {
|
|
content: "\e9be";
|
|
}
|
|
.icon-more1:before {
|
|
content: "\e9bf";
|
|
}
|
|
.icon-new2:before {
|
|
content: "\e9c0";
|
|
}
|
|
.icon-locked1:before {
|
|
content: "\e9c1";
|
|
}
|
|
.icon-unlocked3:before {
|
|
content: "\e9c2";
|
|
}
|
|
.icon-health2:before {
|
|
content: "\e987";
|
|
}
|
|
.icon-big-bullet1:before {
|
|
content: "\e9c3";
|
|
}
|
|
.icon-share3:before {
|
|
content: "\e9c4";
|
|
}
|
|
.icon-dashboard1:before {
|
|
content: "\e9c5";
|
|
}
|
|
.icon-code1:before {
|
|
content: "\e9c6";
|
|
}
|
|
.icon-stop5:before {
|
|
content: "\e9c7";
|
|
}
|
|
.icon-snapshot2:before {
|
|
content: "\e9c8";
|
|
}
|
|
.icon-toc2:before {
|
|
content: "\e9c9";
|
|
}
|
|
.icon-folder3:before {
|
|
content: "\e9ca";
|
|
}
|
|
.icon-folder-open3:before {
|
|
content: "\e9cf";
|
|
}
|
|
.icon-folder-add2:before {
|
|
content: "\e9d0";
|
|
}
|
|
.icon-folder-remove2:before {
|
|
content: "\e9d1";
|
|
}
|
|
.icon-align-center1:before {
|
|
content: "\e9d2";
|
|
}
|
|
.icon-align-left1:before {
|
|
content: "\e9d3";
|
|
}
|
|
.icon-align-right1:before {
|
|
content: "\e9d4";
|
|
}
|
|
.icon-format-bold1:before {
|
|
content: "\e9d5";
|
|
}
|
|
.icon-font-size-down1:before {
|
|
content: "\e9d6";
|
|
}
|
|
.icon-qrcode3:before {
|
|
content: "\e9e0";
|
|
}
|
|
.icon-format-underline1:before {
|
|
content: "\e9e2";
|
|
}
|
|
.icon-cart3:before {
|
|
content: "\e9e4";
|
|
}
|
|
.icon-format-color1:before {
|
|
content: "\e9e6";
|
|
}
|
|
.icon-price-tag2:before {
|
|
content: "\e9e8";
|
|
}
|
|
.icon-paint-format2:before {
|
|
content: "\e9e9";
|
|
}
|
|
.icon-camera5:before {
|
|
content: "\e9ea";
|
|
}
|
|
.icon-film3:before {
|
|
content: "\e9eb";
|
|
}
|
|
.icon-video-camera3:before {
|
|
content: "\e9ec";
|
|
}
|
|
.icon-stack2:before {
|
|
content: "\e9ed";
|
|
}
|
|
.icon-phone3:before {
|
|
content: "\e9ee";
|
|
}
|
|
.icon-backward-step1:before {
|
|
content: "\e9ef";
|
|
}
|
|
.icon-fast-forward1:before {
|
|
content: "\e9f0";
|
|
}
|
|
.icon-pause22:before {
|
|
content: "\e9f1";
|
|
}
|
|
.icon-play11:before {
|
|
content: "\e9f2";
|
|
}
|
|
.icon-map3:before {
|
|
content: "\e9f4";
|
|
}
|
|
.icon-target11:before {
|
|
content: "\e988";
|
|
}
|
|
.icon-usb1:before {
|
|
content: "\e9f6";
|
|
}
|
|
.icon-video-camera11:before {
|
|
content: "\e9f7";
|
|
}
|
|
.icon-cabinet2:before {
|
|
content: "\e9f8";
|
|
}
|
|
.icon-cabinet11:before {
|
|
content: "\e9f9";
|
|
}
|
|
.icon-history3:before {
|
|
content: "\e9fa";
|
|
}
|
|
.icon-camera11:before {
|
|
content: "\e9fb";
|
|
}
|
|
.icon-camera21:before {
|
|
content: "\e9fc";
|
|
}
|
|
.icon-film11:before {
|
|
content: "\e9fd";
|
|
}
|
|
.icon-chronometer1:before {
|
|
content: "\e9fe";
|
|
}
|
|
.icon-chart1:before {
|
|
content: "\e9ff";
|
|
}
|
|
.icon-lab3:before {
|
|
content: "\ea00";
|
|
}
|
|
.icon-satellite1:before {
|
|
content: "\ea01";
|
|
}
|
|
.icon-spaceinvaders1:before {
|
|
content: "\ea02";
|
|
}
|
|
.icon-display2:before {
|
|
content: "\ea03";
|
|
}
|
|
.icon-bomb1:before {
|
|
content: "\ea04";
|
|
}
|
|
.icon-tools1:before {
|
|
content: "\ea05";
|
|
}
|
|
.icon-bus1:before {
|
|
content: "\ea06";
|
|
}
|
|
.icon-stop22:before {
|
|
content: "\ea07";
|
|
}
|
|
.icon-atom2:before {
|
|
content: "\ea08";
|
|
}
|
|
.icon-globe2:before {
|
|
content: "\ea09";
|
|
}
|
|
.icon-globe11:before {
|
|
content: "\ea0a";
|
|
}
|
|
.icon-grid1:before {
|
|
content: "\ea0b";
|
|
}
|
|
.icon-flag2:before {
|
|
content: "\ea0c";
|
|
}
|
|
.icon-lock2:before {
|
|
content: "\ea0d";
|
|
}
|
|
.icon-unlocked11:before {
|
|
content: "\ea0e";
|
|
}
|
|
.icon-camera31:before {
|
|
content: "\ea0f";
|
|
}
|
|
.icon-calculator2:before {
|
|
content: "\ea10";
|
|
}
|
|
.icon-database2:before {
|
|
content: "\ea11";
|
|
}
|
|
.icon-diamond1:before {
|
|
content: "\ea12";
|
|
}
|
|
.icon-atom11:before {
|
|
content: "\ea13";
|
|
}
|
|
.icon-syringe1:before {
|
|
content: "\ea14";
|
|
}
|
|
.icon-health11:before {
|
|
content: "\ea1c";
|
|
}
|
|
.icon-pill1:before {
|
|
content: "\ea1d";
|
|
}
|
|
.icon-lab11:before {
|
|
content: "\ea1e";
|
|
}
|
|
.icon-graph1:before {
|
|
content: "\ea1f";
|
|
}
|
|
.icon-chat2:before {
|
|
content: "\ea20";
|
|
}
|
|
.icon-user-check3:before {
|
|
content: "\ea21";
|
|
}
|
|
.icon-spinner12:before {
|
|
content: "\ea22";
|
|
}
|
|
.icon-refresh2:before {
|
|
content: "\ea23";
|
|
}
|
|
.icon-cog3:before {
|
|
content: "\ea24";
|
|
}
|
|
.icon-cogs3:before {
|
|
content: "\ea25";
|
|
}
|
|
.icon-bug3:before {
|
|
content: "\ea26";
|
|
}
|
|
.icon-complaint2:before {
|
|
content: "\ea27";
|
|
}
|
|
.icon-bin3:before {
|
|
content: "\ea28";
|
|
}
|
|
.icon-target3:before {
|
|
content: "\ea29";
|
|
}
|
|
.icon-evaluation2:before {
|
|
content: "\ea2a";
|
|
}
|
|
.icon-tree2:before {
|
|
content: "\ea2b";
|
|
}
|
|
.icon-link3:before {
|
|
content: "\ea2c";
|
|
}
|
|
.icon-attachment3:before {
|
|
content: "\ea2f";
|
|
}
|
|
.icon-star-empty3:before {
|
|
content: "\ea30";
|
|
}
|
|
.icon-star-half3:before {
|
|
content: "\ea31";
|
|
}
|
|
.icon-star-full3:before {
|
|
content: "\ea32";
|
|
}
|
|
.icon-heart3:before {
|
|
content: "\ea33";
|
|
}
|
|
.icon-play22:before {
|
|
content: "\ea34";
|
|
}
|
|
.icon-pause4:before {
|
|
content: "\ea35";
|
|
}
|
|
.icon-stop11:before {
|
|
content: "\ea36";
|
|
}
|
|
.icon-previous3:before {
|
|
content: "\ea37";
|
|
}
|
|
.icon-next3:before {
|
|
content: "\ea38";
|
|
}
|
|
.icon-backward3:before {
|
|
content: "\ea39";
|
|
}
|
|
.icon-forward22:before {
|
|
content: "\ea3a";
|
|
}
|
|
.icon-loop3:before {
|
|
content: "\ea3b";
|
|
}
|
|
.icon-font-size-up2:before {
|
|
content: "\ea63";
|
|
}
|
|
.icon-format-italic2:before {
|
|
content: "\ea66";
|
|
}
|
|
.icon-embed3:before {
|
|
content: "\ea80";
|
|
}
|
|
.icon-steam3:before {
|
|
content: "\eaad";
|
|
}
|
|
.icon-dropbox2:before {
|
|
content: "\eaaf";
|
|
}
|
|
.icon-tux2:before {
|
|
content: "\eabe";
|
|
}
|
|
.icon-pdf2:before {
|
|
content: "\eae1";
|
|
}
|
|
.icon-xls2:before {
|
|
content: "\eae4";
|
|
}
|
|
.icon-codepen2:before {
|
|
content: "\eae9";
|
|
}
|
|
.icon-search2:before {
|
|
content: "\f003";
|
|
}
|
|
.icon-user2:before {
|
|
content: "\f008";
|
|
}
|
|
.icon-logoff1:before {
|
|
content: "\f012";
|
|
}
|
|
.icon-edit1:before {
|
|
content: "\f041";
|
|
}
|
|
.icon-checked1:before {
|
|
content: "\f047";
|
|
}
|
|
.icon-info2:before {
|
|
content: "\f05b";
|
|
}
|
|
.icon-expand1:before {
|
|
content: "\f066";
|
|
}
|
|
.icon-plus2:before {
|
|
content: "\f068";
|
|
}
|
|
.icon-warning2:before {
|
|
content: "\f072";
|
|
}
|
|
.icon-calendar2:before {
|
|
content: "\f074";
|
|
}
|
|
.icon-comment1:before {
|
|
content: "\f076";
|
|
}
|
|
.icon-twitter2:before {
|
|
content: "\f083";
|
|
}
|
|
.icon-facebook3:before {
|
|
content: "\f084";
|
|
}
|
|
.icon-square-o1:before {
|
|
content: "\f097";
|
|
}
|
|
.icon-website1:before {
|
|
content: "\f0ad";
|
|
}
|
|
.icon-users2:before {
|
|
content: "\f0c1";
|
|
}
|
|
.icon-list-ul1:before {
|
|
content: "\f0cb";
|
|
}
|
|
.icon-table3:before {
|
|
content: "\f0cf";
|
|
}
|
|
.icon-exchange1:before {
|
|
content: "\f0ed";
|
|
}
|
|
.icon-alert1:before {
|
|
content: "\f0f4";
|
|
}
|
|
.icon-chevron-left1:before {
|
|
content: "\f102";
|
|
}
|
|
.icon-chevron-right1:before {
|
|
content: "\f103";
|
|
}
|
|
.icon-angle-left1:before {
|
|
content: "\f108";
|
|
}
|
|
.icon-angle-right1:before {
|
|
content: "\f109";
|
|
}
|
|
.icon-angle-up1:before {
|
|
content: "\f10a";
|
|
}
|
|
.icon-angle-down1:before {
|
|
content: "\f10b";
|
|
}
|
|
.icon-zip1:before {
|
|
content: "\f1c7";
|
|
}
|
|
.icon-send1:before {
|
|
content: "\f1d9";
|
|
}
|
|
.icon-preview1:before {
|
|
content: "\f1e6";
|
|
}
|
|
.icon-stats1:before {
|
|
content: "\f201";
|
|
}
|
|
.icon-toggle-off1:before {
|
|
content: "\f206";
|
|
}
|
|
.icon-toggle-on1:before {
|
|
content: "\f207";
|
|
}
|
|
.icon-user-add1:before {
|
|
content: "\f235";
|
|
}
|
|
.icon-calendar-plus1:before {
|
|
content: "\f275";
|
|
}
|
|
.icon-calendar-minus1:before {
|
|
content: "\f276";
|
|
}
|
|
.icon-calendar-failed1:before {
|
|
content: "\f277";
|
|
}
|
|
.icon-calendar-check1:before {
|
|
content: "\f278";
|
|
}
|
|
.icon-snapshot1:before {
|
|
content: "\e96d";
|
|
}
|
|
.icon-toc1:before {
|
|
content: "\e96e";
|
|
}
|
|
.icon-folder1:before {
|
|
content: "\e96f";
|
|
}
|
|
.icon-folder-open1:before {
|
|
content: "\e970";
|
|
}
|
|
.icon-folder-add1:before {
|
|
content: "\e971";
|
|
}
|
|
.icon-folder-remove1:before {
|
|
content: "\e972";
|
|
}
|
|
.icon-qrcode1:before {
|
|
content: "\e973";
|
|
}
|
|
.icon-chat1:before {
|
|
content: "\e974";
|
|
}
|
|
.icon-bug1:before {
|
|
content: "\e99a";
|
|
}
|
|
.icon-font-size-up1:before {
|
|
content: "\ea62";
|
|
}
|
|
.icon-format-italic1:before {
|
|
content: "\ea65";
|
|
}
|
|
.icon-stop3:before {
|
|
content: "\e97a";
|
|
}
|
|
.icon-play3:before {
|
|
content: "\e97b";
|
|
}
|
|
.icon-history1:before {
|
|
content: "\e97c";
|
|
}
|
|
.icon-spinner1:before {
|
|
content: "\e982";
|
|
}
|
|
.icon-cog1:before {
|
|
content: "\e997";
|
|
}
|
|
.icon-star-empty1:before {
|
|
content: "\e9dc";
|
|
}
|
|
.icon-star-half1:before {
|
|
content: "\e9dd";
|
|
}
|
|
.icon-star-full1:before {
|
|
content: "\e9de";
|
|
}
|
|
.icon-heart1:before {
|
|
content: "\e9db";
|
|
}
|
|
.icon-happy:before {
|
|
content: "\e9df";
|
|
}
|
|
.icon-face-smile:before {
|
|
content: "\e9e1";
|
|
}
|
|
.icon-face-tongue:before {
|
|
content: "\e9e3";
|
|
}
|
|
.icon-face-sad:before {
|
|
content: "\e9e5";
|
|
}
|
|
.icon-face-wink:before {
|
|
content: "\e9e7";
|
|
}
|
|
.icon-face-baffled:before {
|
|
content: "\e9f3";
|
|
}
|
|
.icon-face-confused:before {
|
|
content: "\e9f5";
|
|
}
|
|
.icon-youtube:before {
|
|
content: "\ea9d";
|
|
}
|
|
.icon-linkedin:before {
|
|
content: "\eac9";
|
|
}
|
|
.icon-pdf1:before {
|
|
content: "\eae0";
|
|
}
|
|
.icon-pen1:before {
|
|
content: "\e97d";
|
|
}
|
|
.icon-coaching1:before {
|
|
content: "\e97e";
|
|
}
|
|
.icon-cart1:before {
|
|
content: "\e97f";
|
|
}
|
|
.icon-phone1:before {
|
|
content: "\e980";
|
|
}
|
|
.icon-hour-glass1:before {
|
|
content: "\e983";
|
|
}
|
|
.icon-refresh1:before {
|
|
content: "\e985";
|
|
}
|
|
.icon-complaint1:before {
|
|
content: "\e9a9";
|
|
}
|
|
.icon-evaluation1:before {
|
|
content: "\e9b9";
|
|
}
|
|
.icon-link1:before {
|
|
content: "\e9cc";
|
|
}
|
|
.icon-loop1:before {
|
|
content: "\ea2e";
|
|
}
|
|
.icon-image1:before {
|
|
content: "\e976";
|
|
}
|
|
.icon-new1:before {
|
|
content: "\e977";
|
|
}
|
|
.icon-map1:before {
|
|
content: "\e978";
|
|
}
|
|
.icon-pin:before {
|
|
content: "\e978";
|
|
}
|
|
.icon-user-check1:before {
|
|
content: "\e979";
|
|
}
|
|
.icon-cogs1:before {
|
|
content: "\e996";
|
|
}
|
|
.icon-bin1:before {
|
|
content: "\e9ad";
|
|
}
|
|
.icon-attachment1:before {
|
|
content: "\e9ce";
|
|
}
|
|
.icon-xls1:before {
|
|
content: "\eae3";
|
|
}
|
|
.icon-home1:before {
|
|
content: "\ea3c";
|
|
}
|
|
.icon-home2:before {
|
|
content: "\ea3d";
|
|
}
|
|
.icon-home3:before {
|
|
content: "\ea3e";
|
|
}
|
|
.icon-office:before {
|
|
content: "\ea3f";
|
|
}
|
|
.icon-newspaper:before {
|
|
content: "\ea40";
|
|
}
|
|
.icon-pencil:before {
|
|
content: "\ea41";
|
|
}
|
|
.icon-pencil2:before {
|
|
content: "\e989";
|
|
}
|
|
.icon-quill:before {
|
|
content: "\ea42";
|
|
}
|
|
.icon-pen2:before {
|
|
content: "\ea43";
|
|
}
|
|
.icon-blog:before {
|
|
content: "\ea44";
|
|
}
|
|
.icon-eyedropper:before {
|
|
content: "\ea45";
|
|
}
|
|
.icon-droplet:before {
|
|
content: "\ea46";
|
|
}
|
|
.icon-paint-format1:before {
|
|
content: "\ea47";
|
|
}
|
|
.icon-image2:before {
|
|
content: "\ea48";
|
|
}
|
|
.icon-images:before {
|
|
content: "\ea49";
|
|
}
|
|
.icon-camera4:before {
|
|
content: "\ea4a";
|
|
}
|
|
.icon-headphones:before {
|
|
content: "\ea4b";
|
|
}
|
|
.icon-music:before {
|
|
content: "\ea4c";
|
|
}
|
|
.icon-play4:before {
|
|
content: "\ea4d";
|
|
}
|
|
.icon-film2:before {
|
|
content: "\ea4e";
|
|
}
|
|
.icon-video-camera2:before {
|
|
content: "\ea4f";
|
|
}
|
|
.icon-dice:before {
|
|
content: "\ea50";
|
|
}
|
|
.icon-pacman:before {
|
|
content: "\e98a";
|
|
}
|
|
.icon-spades:before {
|
|
content: "\ea51";
|
|
}
|
|
.icon-clubs:before {
|
|
content: "\ea52";
|
|
}
|
|
.icon-diamonds:before {
|
|
content: "\ea53";
|
|
}
|
|
.icon-bullhorn:before {
|
|
content: "\ea54";
|
|
}
|
|
.icon-connection:before {
|
|
content: "\ea55";
|
|
}
|
|
.icon-podcast:before {
|
|
content: "\ea56";
|
|
}
|
|
.icon-feed:before {
|
|
content: "\ea57";
|
|
}
|
|
.icon-mic:before {
|
|
content: "\ea58";
|
|
}
|
|
.icon-book:before {
|
|
content: "\ea59";
|
|
}
|
|
.icon-books:before {
|
|
content: "\ea5a";
|
|
}
|
|
.icon-library:before {
|
|
content: "\ea5b";
|
|
}
|
|
.icon-file-text:before {
|
|
content: "\ea5c";
|
|
}
|
|
.icon-profile:before {
|
|
content: "\ea5d";
|
|
}
|
|
.icon-file-empty:before {
|
|
content: "\ea5e";
|
|
}
|
|
.icon-files-empty:before {
|
|
content: "\ea5f";
|
|
}
|
|
.icon-file-text2:before {
|
|
content: "\ea60";
|
|
}
|
|
.icon-file-picture:before {
|
|
content: "\ea67";
|
|
}
|
|
.icon-file-music:before {
|
|
content: "\ea68";
|
|
}
|
|
.icon-file-play:before {
|
|
content: "\ea69";
|
|
}
|
|
.icon-file-video:before {
|
|
content: "\ea6a";
|
|
}
|
|
.icon-file-zip:before {
|
|
content: "\ea6b";
|
|
}
|
|
.icon-copy1:before {
|
|
content: "\ea6c";
|
|
}
|
|
.icon-paste:before {
|
|
content: "\ea6d";
|
|
}
|
|
.icon-stack1:before {
|
|
content: "\ea6e";
|
|
}
|
|
.icon-folder2:before {
|
|
content: "\ea6f";
|
|
}
|
|
.icon-folder-open2:before {
|
|
content: "\ea70";
|
|
}
|
|
.icon-folder-plus:before {
|
|
content: "\ea71";
|
|
}
|
|
.icon-folder-minus:before {
|
|
content: "\ea72";
|
|
}
|
|
.icon-folder-download:before {
|
|
content: "\ea73";
|
|
}
|
|
.icon-folder-upload:before {
|
|
content: "\ea74";
|
|
}
|
|
.icon-price-tag1:before {
|
|
content: "\ea75";
|
|
}
|
|
.icon-price-tags:before {
|
|
content: "\ea76";
|
|
}
|
|
.icon-barcode:before {
|
|
content: "\ea77";
|
|
}
|
|
.icon-qrcode2:before {
|
|
content: "\ea78";
|
|
}
|
|
.icon-ticket:before {
|
|
content: "\e98b";
|
|
}
|
|
.icon-cart2:before {
|
|
content: "\ea79";
|
|
}
|
|
.icon-coin-dollar:before {
|
|
content: "\ea7a";
|
|
}
|
|
.icon-coin-euro:before {
|
|
content: "\ea7b";
|
|
}
|
|
.icon-coin-pound:before {
|
|
content: "\ea7c";
|
|
}
|
|
.icon-coin-yen:before {
|
|
content: "\ea7d";
|
|
}
|
|
.icon-credit-card:before {
|
|
content: "\ea7e";
|
|
}
|
|
.icon-calculator1:before {
|
|
content: "\ea81";
|
|
}
|
|
.icon-lifebuoy:before {
|
|
content: "\ea82";
|
|
}
|
|
.icon-phone2:before {
|
|
content: "\ea83";
|
|
}
|
|
.icon-phone-hang-up:before {
|
|
content: "\ea84";
|
|
}
|
|
.icon-address-book:before {
|
|
content: "\ea85";
|
|
}
|
|
.icon-envelop:before {
|
|
content: "\ea86";
|
|
}
|
|
.icon-pushpin:before {
|
|
content: "\ea87";
|
|
}
|
|
.icon-location:before {
|
|
content: "\ea88";
|
|
}
|
|
.icon-location2:before {
|
|
content: "\ea89";
|
|
}
|
|
.icon-compass:before {
|
|
content: "\ea8a";
|
|
}
|
|
.icon-compass2:before {
|
|
content: "\e98c";
|
|
}
|
|
.icon-map2:before {
|
|
content: "\ea8b";
|
|
}
|
|
.icon-map21:before {
|
|
content: "\ea8c";
|
|
}
|
|
.icon-history2:before {
|
|
content: "\ea8d";
|
|
}
|
|
.icon-clock:before {
|
|
content: "\ea8e";
|
|
}
|
|
.icon-clock2:before {
|
|
content: "\ea8f";
|
|
}
|
|
.icon-alarm:before {
|
|
content: "\ea90";
|
|
}
|
|
.icon-bell:before {
|
|
content: "\ea91";
|
|
}
|
|
.icon-stopwatch:before {
|
|
content: "\ea92";
|
|
}
|
|
.icon-calendar1:before {
|
|
content: "\ea93";
|
|
}
|
|
.icon-printer:before {
|
|
content: "\ea94";
|
|
}
|
|
.icon-keyboard:before {
|
|
content: "\ea95";
|
|
}
|
|
.icon-display1:before {
|
|
content: "\ea96";
|
|
}
|
|
.icon-laptop:before {
|
|
content: "\ea97";
|
|
}
|
|
.icon-mobile:before {
|
|
content: "\ea98";
|
|
}
|
|
.icon-mobile2:before {
|
|
content: "\ea99";
|
|
}
|
|
.icon-tablet:before {
|
|
content: "\ea9a";
|
|
}
|
|
.icon-tv:before {
|
|
content: "\ea9b";
|
|
}
|
|
.icon-drawer:before {
|
|
content: "\ea9c";
|
|
}
|
|
.icon-drawer2:before {
|
|
content: "\ea9e";
|
|
}
|
|
.icon-box-add:before {
|
|
content: "\ea9f";
|
|
}
|
|
.icon-box-remove:before {
|
|
content: "\eaa0";
|
|
}
|
|
.icon-download1:before {
|
|
content: "\eaa1";
|
|
}
|
|
.icon-upload:before {
|
|
content: "\eaa2";
|
|
}
|
|
.icon-floppy-disk:before {
|
|
content: "\eaa3";
|
|
}
|
|
.icon-drive:before {
|
|
content: "\eaa4";
|
|
}
|
|
.icon-database1:before {
|
|
content: "\eaa5";
|
|
}
|
|
.icon-undo:before {
|
|
content: "\eaa6";
|
|
}
|
|
.icon-redo:before {
|
|
content: "\eaa7";
|
|
}
|
|
.icon-undo2:before {
|
|
content: "\eaa8";
|
|
}
|
|
.icon-redo2:before {
|
|
content: "\eaa9";
|
|
}
|
|
.icon-forward:before {
|
|
content: "\eaaa";
|
|
}
|
|
.icon-reply1:before {
|
|
content: "\eaab";
|
|
}
|
|
.icon-bubble:before {
|
|
content: "\eab0";
|
|
}
|
|
.icon-bubbles:before {
|
|
content: "\eab1";
|
|
}
|
|
.icon-bubbles2:before {
|
|
content: "\eab2";
|
|
}
|
|
.icon-bubble2:before {
|
|
content: "\eab3";
|
|
}
|
|
.icon-bubbles3:before {
|
|
content: "\eab4";
|
|
}
|
|
.icon-bubbles4:before {
|
|
content: "\eab5";
|
|
}
|
|
.icon-user1:before {
|
|
content: "\eab6";
|
|
}
|
|
.icon-users1:before {
|
|
content: "\eab7";
|
|
}
|
|
.icon-user-plus:before {
|
|
content: "\eab8";
|
|
}
|
|
.icon-user-minus:before {
|
|
content: "\eab9";
|
|
}
|
|
.icon-user-check2:before {
|
|
content: "\eaba";
|
|
}
|
|
.icon-user-tie:before {
|
|
content: "\eabb";
|
|
}
|
|
.icon-quotes-left:before {
|
|
content: "\eabc";
|
|
}
|
|
.icon-quotes-right:before {
|
|
content: "\eabf";
|
|
}
|
|
.icon-hour-glass2:before {
|
|
content: "\eac0";
|
|
}
|
|
.icon-spinner2:before {
|
|
content: "\eac1";
|
|
}
|
|
.icon-spinner21:before {
|
|
content: "\eac2";
|
|
}
|
|
.icon-spinner3:before {
|
|
content: "\eac3";
|
|
}
|
|
.icon-spinner4:before {
|
|
content: "\eac4";
|
|
}
|
|
.icon-spinner5:before {
|
|
content: "\eac5";
|
|
}
|
|
.icon-spinner6:before {
|
|
content: "\eac6";
|
|
}
|
|
.icon-spinner7:before {
|
|
content: "\eac7";
|
|
}
|
|
.icon-spinner8:before {
|
|
content: "\eac8";
|
|
}
|
|
.icon-spinner9:before {
|
|
content: "\eaca";
|
|
}
|
|
.icon-spinner10:before {
|
|
content: "\eacb";
|
|
}
|
|
.icon-spinner11:before {
|
|
content: "\eacc";
|
|
}
|
|
.icon-binoculars:before {
|
|
content: "\eacd";
|
|
}
|
|
.icon-search1:before {
|
|
content: "\eace";
|
|
}
|
|
.icon-zoom-in:before {
|
|
content: "\e98d";
|
|
}
|
|
.icon-zoom-out:before {
|
|
content: "\e98e";
|
|
}
|
|
.icon-enlarge:before {
|
|
content: "\eacf";
|
|
}
|
|
.icon-shrink:before {
|
|
content: "\ead0";
|
|
}
|
|
.icon-enlarge2:before {
|
|
content: "\ead1";
|
|
}
|
|
.icon-shrink2:before {
|
|
content: "\ead2";
|
|
}
|
|
.icon-key:before {
|
|
content: "\ead3";
|
|
}
|
|
.icon-key2:before {
|
|
content: "\ead4";
|
|
}
|
|
.icon-lock1:before {
|
|
content: "\ead5";
|
|
}
|
|
.icon-unlocked2:before {
|
|
content: "\ead6";
|
|
}
|
|
.icon-wrench:before {
|
|
content: "\ead7";
|
|
}
|
|
.icon-equalizer:before {
|
|
content: "\ead8";
|
|
}
|
|
.icon-equalizer2:before {
|
|
content: "\ead9";
|
|
}
|
|
.icon-cog2:before {
|
|
content: "\eada";
|
|
}
|
|
.icon-cogs2:before {
|
|
content: "\eadb";
|
|
}
|
|
.icon-hammer:before {
|
|
content: "\eadc";
|
|
}
|
|
.icon-magic-wand:before {
|
|
content: "\eadd";
|
|
}
|
|
.icon-aid-kit:before {
|
|
content: "\eade";
|
|
}
|
|
.icon-bug2:before {
|
|
content: "\eae5";
|
|
}
|
|
.icon-pie-chart:before {
|
|
content: "\eae6";
|
|
}
|
|
.icon-stats-dots:before {
|
|
content: "\eae7";
|
|
}
|
|
.icon-stats-bars:before {
|
|
content: "\eaea";
|
|
}
|
|
.icon-stats-bars2:before {
|
|
content: "\eaeb";
|
|
}
|
|
.icon-trophy:before {
|
|
content: "\eaec";
|
|
}
|
|
.icon-gift:before {
|
|
content: "\eaed";
|
|
}
|
|
.icon-glass:before {
|
|
content: "\eaee";
|
|
}
|
|
.icon-glass2:before {
|
|
content: "\eaef";
|
|
}
|
|
.icon-mug:before {
|
|
content: "\eaf0";
|
|
}
|
|
.icon-spoon-knife:before {
|
|
content: "\eaf1";
|
|
}
|
|
.icon-leaf:before {
|
|
content: "\eaf2";
|
|
}
|
|
.icon-rocket:before {
|
|
content: "\eaf3";
|
|
}
|
|
.icon-meter:before {
|
|
content: "\eaf4";
|
|
}
|
|
.icon-meter2:before {
|
|
content: "\eaf5";
|
|
}
|
|
.icon-hammer2:before {
|
|
content: "\eaf6";
|
|
}
|
|
.icon-fire:before {
|
|
content: "\eaf7";
|
|
}
|
|
.icon-lab2:before {
|
|
content: "\eaf8";
|
|
}
|
|
.icon-magnet:before {
|
|
content: "\eaf9";
|
|
}
|
|
.icon-bin2:before {
|
|
content: "\eafa";
|
|
}
|
|
.icon-bin21:before {
|
|
content: "\eafb";
|
|
}
|
|
.icon-briefcase:before {
|
|
content: "\eafc";
|
|
}
|
|
.icon-airplane:before {
|
|
content: "\eafd";
|
|
}
|
|
.icon-truck:before {
|
|
content: "\eafe";
|
|
}
|
|
.icon-road:before {
|
|
content: "\eaff";
|
|
}
|
|
.icon-accessibility:before {
|
|
content: "\eb00";
|
|
}
|
|
.icon-target2:before {
|
|
content: "\eb01";
|
|
}
|
|
.icon-shield:before {
|
|
content: "\eb02";
|
|
}
|
|
.icon-power:before {
|
|
content: "\eb03";
|
|
}
|
|
.icon-switch:before {
|
|
content: "\eb04";
|
|
}
|
|
.icon-power-cord:before {
|
|
content: "\eb05";
|
|
}
|
|
.icon-clipboard:before {
|
|
content: "\eb06";
|
|
}
|
|
.icon-list-numbered:before {
|
|
content: "\eb07";
|
|
}
|
|
.icon-list:before {
|
|
content: "\eb08";
|
|
}
|
|
.icon-list2:before {
|
|
content: "\eb09";
|
|
}
|
|
.icon-tree1:before {
|
|
content: "\eb0a";
|
|
}
|
|
.icon-menu1:before {
|
|
content: "\eb0b";
|
|
}
|
|
.icon-menu2:before {
|
|
content: "\eb0c";
|
|
}
|
|
.icon-menu3:before {
|
|
content: "\eb0d";
|
|
}
|
|
.icon-menu4:before {
|
|
content: "\eb0e";
|
|
}
|
|
.icon-cloud:before {
|
|
content: "\eb0f";
|
|
}
|
|
.icon-cloud-download:before {
|
|
content: "\eb10";
|
|
}
|
|
.icon-cloud-upload:before {
|
|
content: "\eb11";
|
|
}
|
|
.icon-cloud-check:before {
|
|
content: "\eb12";
|
|
}
|
|
.icon-download2:before {
|
|
content: "\eb13";
|
|
}
|
|
.icon-upload2:before {
|
|
content: "\eb14";
|
|
}
|
|
.icon-download3:before {
|
|
content: "\eb15";
|
|
}
|
|
.icon-upload3:before {
|
|
content: "\eb16";
|
|
}
|
|
.icon-sphere:before {
|
|
content: "\eb17";
|
|
}
|
|
.icon-earth:before {
|
|
content: "\eb18";
|
|
}
|
|
.icon-link2:before {
|
|
content: "\eb19";
|
|
}
|
|
.icon-flag1:before {
|
|
content: "\eb1a";
|
|
}
|
|
.icon-attachment2:before {
|
|
content: "\eb1b";
|
|
}
|
|
.icon-eye:before {
|
|
content: "\eb1c";
|
|
}
|
|
.icon-eye-plus:before {
|
|
content: "\eb1d";
|
|
}
|
|
.icon-eye-minus:before {
|
|
content: "\eb1e";
|
|
}
|
|
.icon-eye-blocked:before {
|
|
content: "\eb1f";
|
|
}
|
|
.icon-bookmark:before {
|
|
content: "\eb20";
|
|
}
|
|
.icon-bookmarks:before {
|
|
content: "\eb21";
|
|
}
|
|
.icon-sun:before {
|
|
content: "\eb22";
|
|
}
|
|
.icon-contrast:before {
|
|
content: "\eb23";
|
|
}
|
|
.icon-brightness-contrast:before {
|
|
content: "\eb24";
|
|
}
|
|
.icon-star-empty2:before {
|
|
content: "\eb25";
|
|
}
|
|
.icon-star-half2:before {
|
|
content: "\eb26";
|
|
}
|
|
.icon-star-full2:before {
|
|
content: "\eb27";
|
|
}
|
|
.icon-heart2:before {
|
|
content: "\eb28";
|
|
}
|
|
.icon-heart-broken:before {
|
|
content: "\eb29";
|
|
}
|
|
.icon-man:before {
|
|
content: "\eb2a";
|
|
}
|
|
.icon-woman:before {
|
|
content: "\eb2b";
|
|
}
|
|
.icon-man-woman:before {
|
|
content: "\eb2c";
|
|
}
|
|
.icon-happy1:before {
|
|
content: "\eb2d";
|
|
}
|
|
.icon-happy2:before {
|
|
content: "\eb2e";
|
|
}
|
|
.icon-smile:before {
|
|
content: "\eb2f";
|
|
}
|
|
.icon-smile2:before {
|
|
content: "\eb30";
|
|
}
|
|
.icon-tongue:before {
|
|
content: "\eb31";
|
|
}
|
|
.icon-tongue2:before {
|
|
content: "\eb32";
|
|
}
|
|
.icon-sad:before {
|
|
content: "\eb33";
|
|
}
|
|
.icon-sad2:before {
|
|
content: "\eb34";
|
|
}
|
|
.icon-wink:before {
|
|
content: "\eb35";
|
|
}
|
|
.icon-wink2:before {
|
|
content: "\eb36";
|
|
}
|
|
.icon-grin:before {
|
|
content: "\eb37";
|
|
}
|
|
.icon-grin2:before {
|
|
content: "\eb38";
|
|
}
|
|
.icon-cool:before {
|
|
content: "\eb39";
|
|
}
|
|
.icon-cool2:before {
|
|
content: "\eb3a";
|
|
}
|
|
.icon-angry:before {
|
|
content: "\eb3b";
|
|
}
|
|
.icon-angry2:before {
|
|
content: "\eb3c";
|
|
}
|
|
.icon-evil:before {
|
|
content: "\eb3d";
|
|
}
|
|
.icon-evil2:before {
|
|
content: "\eb3e";
|
|
}
|
|
.icon-shocked:before {
|
|
content: "\eb3f";
|
|
}
|
|
.icon-shocked2:before {
|
|
content: "\eb40";
|
|
}
|
|
.icon-baffled:before {
|
|
content: "\eb41";
|
|
}
|
|
.icon-baffled2:before {
|
|
content: "\eb42";
|
|
}
|
|
.icon-confused:before {
|
|
content: "\eb43";
|
|
}
|
|
.icon-confused2:before {
|
|
content: "\eb44";
|
|
}
|
|
.icon-neutral:before {
|
|
content: "\eb45";
|
|
}
|
|
.icon-neutral2:before {
|
|
content: "\eb46";
|
|
}
|
|
.icon-hipster:before {
|
|
content: "\eb47";
|
|
}
|
|
.icon-hipster2:before {
|
|
content: "\eb48";
|
|
}
|
|
.icon-wondering:before {
|
|
content: "\eb49";
|
|
}
|
|
.icon-wondering2:before {
|
|
content: "\eb4a";
|
|
}
|
|
.icon-sleepy:before {
|
|
content: "\eb4b";
|
|
}
|
|
.icon-sleepy2:before {
|
|
content: "\eb4c";
|
|
}
|
|
.icon-frustrated:before {
|
|
content: "\eb4d";
|
|
}
|
|
.icon-frustrated2:before {
|
|
content: "\eb4e";
|
|
}
|
|
.icon-crying:before {
|
|
content: "\eb4f";
|
|
}
|
|
.icon-crying2:before {
|
|
content: "\eb50";
|
|
}
|
|
.icon-point-up:before {
|
|
content: "\eb51";
|
|
}
|
|
.icon-point-right:before {
|
|
content: "\eb52";
|
|
}
|
|
.icon-point-down:before {
|
|
content: "\eb53";
|
|
}
|
|
.icon-point-left:before {
|
|
content: "\eb54";
|
|
}
|
|
.icon-warning1:before {
|
|
content: "\eb55";
|
|
}
|
|
.icon-notification:before {
|
|
content: "\eb56";
|
|
}
|
|
.icon-question:before {
|
|
content: "\eb57";
|
|
}
|
|
.icon-plus1:before {
|
|
content: "\eb58";
|
|
}
|
|
.icon-minus:before {
|
|
content: "\eb59";
|
|
}
|
|
.icon-info1:before {
|
|
content: "\eb5a";
|
|
}
|
|
.icon-cancel-circle:before {
|
|
content: "\eb5b";
|
|
}
|
|
.icon-blocked:before {
|
|
content: "\eb5c";
|
|
}
|
|
.icon-cross:before {
|
|
content: "\eb5d";
|
|
}
|
|
.icon-checkmark:before {
|
|
content: "\eb5e";
|
|
}
|
|
.icon-checkmark2:before {
|
|
content: "\eb5f";
|
|
}
|
|
.icon-spell-check:before {
|
|
content: "\eb60";
|
|
}
|
|
.icon-enter:before {
|
|
content: "\eb61";
|
|
}
|
|
.icon-exit:before {
|
|
content: "\eb62";
|
|
}
|
|
.icon-play21:before {
|
|
content: "\eb63";
|
|
}
|
|
.icon-pause3:before {
|
|
content: "\eb64";
|
|
}
|
|
.icon-stop4:before {
|
|
content: "\eb65";
|
|
}
|
|
.icon-previous1:before {
|
|
content: "\eb66";
|
|
}
|
|
.icon-next1:before {
|
|
content: "\eb67";
|
|
}
|
|
.icon-backward2:before {
|
|
content: "\eb68";
|
|
}
|
|
.icon-forward21:before {
|
|
content: "\eb69";
|
|
}
|
|
.icon-play31:before {
|
|
content: "\eb6a";
|
|
}
|
|
.icon-pause21:before {
|
|
content: "\eb6b";
|
|
}
|
|
.icon-stop21:before {
|
|
content: "\eb6c";
|
|
}
|
|
.icon-backward21:before {
|
|
content: "\eb6d";
|
|
}
|
|
.icon-forward3:before {
|
|
content: "\eb6e";
|
|
}
|
|
.icon-first:before {
|
|
content: "\eb6f";
|
|
}
|
|
.icon-last:before {
|
|
content: "\eb70";
|
|
}
|
|
.icon-previous2:before {
|
|
content: "\eb71";
|
|
}
|
|
.icon-next2:before {
|
|
content: "\eb72";
|
|
}
|
|
.icon-eject:before {
|
|
content: "\eb73";
|
|
}
|
|
.icon-volume-high:before {
|
|
content: "\eb74";
|
|
}
|
|
.icon-volume-medium:before {
|
|
content: "\eb75";
|
|
}
|
|
.icon-volume-low:before {
|
|
content: "\eb76";
|
|
}
|
|
.icon-volume-mute:before {
|
|
content: "\eb77";
|
|
}
|
|
.icon-volume-mute2:before {
|
|
content: "\eb78";
|
|
}
|
|
.icon-volume-increase:before {
|
|
content: "\eb79";
|
|
}
|
|
.icon-volume-decrease:before {
|
|
content: "\eb7a";
|
|
}
|
|
.icon-loop2:before {
|
|
content: "\eb7b";
|
|
}
|
|
.icon-loop21:before {
|
|
content: "\eb7c";
|
|
}
|
|
.icon-infinite:before {
|
|
content: "\eb7d";
|
|
}
|
|
.icon-shuffle:before {
|
|
content: "\eb7e";
|
|
}
|
|
.icon-arrow-up-left:before {
|
|
content: "\eb7f";
|
|
}
|
|
.icon-arrow-up:before {
|
|
content: "\eb80";
|
|
}
|
|
.icon-arrow-up-right:before {
|
|
content: "\eb81";
|
|
}
|
|
.icon-arrow-right:before {
|
|
content: "\eb82";
|
|
}
|
|
.icon-arrow-down-right:before {
|
|
content: "\eb83";
|
|
}
|
|
.icon-arrow-down:before {
|
|
content: "\eb84";
|
|
}
|
|
.icon-arrow-down-left:before {
|
|
content: "\eb85";
|
|
}
|
|
.icon-arrow-left:before {
|
|
content: "\eb86";
|
|
}
|
|
.icon-arrow-up-left2:before {
|
|
content: "\eb87";
|
|
}
|
|
.icon-arrow-up2:before {
|
|
content: "\eb88";
|
|
}
|
|
.icon-arrow-up-right2:before {
|
|
content: "\eb89";
|
|
}
|
|
.icon-arrow-right2:before {
|
|
content: "\eb8a";
|
|
}
|
|
.icon-arrow-down-right2:before {
|
|
content: "\eb8b";
|
|
}
|
|
.icon-arrow-down2:before {
|
|
content: "\eb8c";
|
|
}
|
|
.icon-arrow-down-left2:before {
|
|
content: "\eb8d";
|
|
}
|
|
.icon-arrow-left2:before {
|
|
content: "\eb8e";
|
|
}
|
|
.icon-circle-up:before {
|
|
content: "\eb8f";
|
|
}
|
|
.icon-circle-right:before {
|
|
content: "\eb90";
|
|
}
|
|
.icon-circle-down:before {
|
|
content: "\eb91";
|
|
}
|
|
.icon-circle-left:before {
|
|
content: "\eb92";
|
|
}
|
|
.icon-tab:before {
|
|
content: "\eb93";
|
|
}
|
|
.icon-move-up:before {
|
|
content: "\eb94";
|
|
}
|
|
.icon-move-down:before {
|
|
content: "\eb95";
|
|
}
|
|
.icon-sort-alpha-asc:before {
|
|
content: "\eb96";
|
|
}
|
|
.icon-sort-alpha-desc:before {
|
|
content: "\eb97";
|
|
}
|
|
.icon-sort-numeric-asc:before {
|
|
content: "\eb98";
|
|
}
|
|
.icon-sort-numberic-desc:before {
|
|
content: "\eb99";
|
|
}
|
|
.icon-sort-amount-asc:before {
|
|
content: "\eb9a";
|
|
}
|
|
.icon-sort-amount-desc:before {
|
|
content: "\eb9b";
|
|
}
|
|
.icon-command:before {
|
|
content: "\eb9c";
|
|
}
|
|
.icon-shift:before {
|
|
content: "\eb9d";
|
|
}
|
|
.icon-ctrl:before {
|
|
content: "\eb9e";
|
|
}
|
|
.icon-opt:before {
|
|
content: "\eb9f";
|
|
}
|
|
.icon-checkbox-checked:before {
|
|
content: "\eba0";
|
|
}
|
|
.icon-checkbox-unchecked:before {
|
|
content: "\eba1";
|
|
}
|
|
.icon-radio-checked:before {
|
|
content: "\eba2";
|
|
}
|
|
.icon-radio-checked2:before {
|
|
content: "\eba3";
|
|
}
|
|
.icon-radio-unchecked:before {
|
|
content: "\eba4";
|
|
}
|
|
.icon-crop:before {
|
|
content: "\eba5";
|
|
}
|
|
.icon-make-group:before {
|
|
content: "\eba6";
|
|
}
|
|
.icon-ungroup:before {
|
|
content: "\eba7";
|
|
}
|
|
.icon-scissors:before {
|
|
content: "\eba8";
|
|
}
|
|
.icon-filter1:before {
|
|
content: "\eba9";
|
|
}
|
|
.icon-font:before {
|
|
content: "\ebaa";
|
|
}
|
|
.icon-ligature:before {
|
|
content: "\ebab";
|
|
}
|
|
.icon-ligature2:before {
|
|
content: "\ebac";
|
|
}
|
|
.icon-text-height:before {
|
|
content: "\ebad";
|
|
}
|
|
.icon-text-width:before {
|
|
content: "\ebae";
|
|
}
|
|
.icon-font-size:before {
|
|
content: "\ebaf";
|
|
}
|
|
.icon-bold:before {
|
|
content: "\ebb0";
|
|
}
|
|
.icon-underline:before {
|
|
content: "\ebb1";
|
|
}
|
|
.icon-italic:before {
|
|
content: "\ebb2";
|
|
}
|
|
.icon-strikethrough:before {
|
|
content: "\ebb3";
|
|
}
|
|
.icon-omega:before {
|
|
content: "\ebb4";
|
|
}
|
|
.icon-sigma:before {
|
|
content: "\ebb5";
|
|
}
|
|
.icon-page-break:before {
|
|
content: "\ebb6";
|
|
}
|
|
.icon-superscript:before {
|
|
content: "\ebb7";
|
|
}
|
|
.icon-subscript:before {
|
|
content: "\ebb8";
|
|
}
|
|
.icon-superscript2:before {
|
|
content: "\ebb9";
|
|
}
|
|
.icon-subscript2:before {
|
|
content: "\ebba";
|
|
}
|
|
.icon-text-color:before {
|
|
content: "\ebbb";
|
|
}
|
|
.icon-pagebreak:before {
|
|
content: "\ebbc";
|
|
}
|
|
.icon-clear-formatting:before {
|
|
content: "\ebbd";
|
|
}
|
|
.icon-table1:before {
|
|
content: "\ebbe";
|
|
}
|
|
.icon-table2:before {
|
|
content: "\ebbf";
|
|
}
|
|
.icon-insert-template:before {
|
|
content: "\ebc0";
|
|
}
|
|
.icon-pilcrow:before {
|
|
content: "\ebc1";
|
|
}
|
|
.icon-ltr:before {
|
|
content: "\ebc2";
|
|
}
|
|
.icon-rtl:before {
|
|
content: "\ebc3";
|
|
}
|
|
.icon-section:before {
|
|
content: "\ebc4";
|
|
}
|
|
.icon-paragraph-left:before {
|
|
content: "\ebc5";
|
|
}
|
|
.icon-paragraph-center:before {
|
|
content: "\ebc6";
|
|
}
|
|
.icon-paragraph-right:before {
|
|
content: "\ebc7";
|
|
}
|
|
.icon-paragraph-justify:before {
|
|
content: "\ebc8";
|
|
}
|
|
.icon-indent-increase:before {
|
|
content: "\ebc9";
|
|
}
|
|
.icon-indent-decrease:before {
|
|
content: "\ebca";
|
|
}
|
|
.icon-share1:before {
|
|
content: "\ebcb";
|
|
}
|
|
.icon-new-tab:before {
|
|
content: "\ebcc";
|
|
}
|
|
.icon-embed1:before {
|
|
content: "\ebcd";
|
|
}
|
|
.icon-embed2:before {
|
|
content: "\ebce";
|
|
}
|
|
.icon-terminal:before {
|
|
content: "\ebcf";
|
|
}
|
|
.icon-share2:before {
|
|
content: "\ebd0";
|
|
}
|
|
.icon-mail:before {
|
|
content: "\ebd1";
|
|
}
|
|
.icon-mail2:before {
|
|
content: "\ebd2";
|
|
}
|
|
.icon-mail3:before {
|
|
content: "\ebd3";
|
|
}
|
|
.icon-mail4:before {
|
|
content: "\ebd4";
|
|
}
|
|
.icon-amazon:before {
|
|
content: "\ebd5";
|
|
}
|
|
.icon-google:before {
|
|
content: "\ebd6";
|
|
}
|
|
.icon-google2:before {
|
|
content: "\ebd7";
|
|
}
|
|
.icon-google3:before {
|
|
content: "\ebd8";
|
|
}
|
|
.icon-google-plus:before {
|
|
content: "\ebd9";
|
|
}
|
|
.icon-google-plus2:before {
|
|
content: "\ebda";
|
|
}
|
|
.icon-google-plus3:before {
|
|
content: "\ebdb";
|
|
}
|
|
.icon-hangouts:before {
|
|
content: "\ebdc";
|
|
}
|
|
.icon-google-drive:before {
|
|
content: "\ebdd";
|
|
}
|
|
.icon-facebook1:before {
|
|
content: "\ebde";
|
|
}
|
|
.icon-facebook2:before {
|
|
content: "\ebdf";
|
|
}
|
|
.icon-instagram:before {
|
|
content: "\ebe0";
|
|
}
|
|
.icon-whatsapp:before {
|
|
content: "\ebe1";
|
|
}
|
|
.icon-spotify:before {
|
|
content: "\ebe2";
|
|
}
|
|
.icon-telegram:before {
|
|
content: "\ebe3";
|
|
}
|
|
.icon-twitter1:before {
|
|
content: "\ebe4";
|
|
}
|
|
.icon-vine:before {
|
|
content: "\ebe5";
|
|
}
|
|
.icon-vk:before {
|
|
content: "\ebe6";
|
|
}
|
|
.icon-renren:before {
|
|
content: "\ebe7";
|
|
}
|
|
.icon-sina-weibo:before {
|
|
content: "\ebe8";
|
|
}
|
|
.icon-rss:before {
|
|
content: "\ebe9";
|
|
}
|
|
.icon-rss2:before {
|
|
content: "\ebea";
|
|
}
|
|
.icon-youtube1:before {
|
|
content: "\ebeb";
|
|
}
|
|
.icon-youtube2:before {
|
|
content: "\ebec";
|
|
}
|
|
.icon-twitch:before {
|
|
content: "\ebed";
|
|
}
|
|
.icon-vimeo:before {
|
|
content: "\ebee";
|
|
}
|
|
.icon-vimeo2:before {
|
|
content: "\ebef";
|
|
}
|
|
.icon-lanyrd:before {
|
|
content: "\ebf0";
|
|
}
|
|
.icon-flickr:before {
|
|
content: "\ebf1";
|
|
}
|
|
.icon-flickr2:before {
|
|
content: "\ebf2";
|
|
}
|
|
.icon-flickr3:before {
|
|
content: "\ebf3";
|
|
}
|
|
.icon-flickr4:before {
|
|
content: "\ebf4";
|
|
}
|
|
.icon-dribbble:before {
|
|
content: "\ebf5";
|
|
}
|
|
.icon-behance:before {
|
|
content: "\ebf6";
|
|
}
|
|
.icon-behance2:before {
|
|
content: "\ebf7";
|
|
}
|
|
.icon-deviantart:before {
|
|
content: "\ebf8";
|
|
}
|
|
.icon-500px:before {
|
|
content: "\ebf9";
|
|
}
|
|
.icon-steam1:before {
|
|
content: "\ebfa";
|
|
}
|
|
.icon-steam2:before {
|
|
content: "\ebfb";
|
|
}
|
|
.icon-dropbox1:before {
|
|
content: "\ebfc";
|
|
}
|
|
.icon-onedrive:before {
|
|
content: "\ebfd";
|
|
}
|
|
.icon-github:before {
|
|
content: "\ebfe";
|
|
}
|
|
.icon-npm:before {
|
|
content: "\ebff";
|
|
}
|
|
.icon-basecamp:before {
|
|
content: "\ec00";
|
|
}
|
|
.icon-trello:before {
|
|
content: "\ec01";
|
|
}
|
|
.icon-wordpress:before {
|
|
content: "\ec02";
|
|
}
|
|
.icon-joomla:before {
|
|
content: "\ec03";
|
|
}
|
|
.icon-ello:before {
|
|
content: "\ec04";
|
|
}
|
|
.icon-blogger:before {
|
|
content: "\ec05";
|
|
}
|
|
.icon-blogger2:before {
|
|
content: "\ec06";
|
|
}
|
|
.icon-tumblr:before {
|
|
content: "\ec07";
|
|
}
|
|
.icon-tumblr2:before {
|
|
content: "\ec08";
|
|
}
|
|
.icon-yahoo:before {
|
|
content: "\ec09";
|
|
}
|
|
.icon-yahoo2:before {
|
|
content: "\ec0a";
|
|
}
|
|
.icon-tux1:before {
|
|
content: "\ec0b";
|
|
}
|
|
.icon-appleinc:before {
|
|
content: "\ec0c";
|
|
}
|
|
.icon-finder:before {
|
|
content: "\ec0d";
|
|
}
|
|
.icon-android:before {
|
|
content: "\ec0e";
|
|
}
|
|
.icon-windows:before {
|
|
content: "\ec0f";
|
|
}
|
|
.icon-windows8:before {
|
|
content: "\ec10";
|
|
}
|
|
.icon-soundcloud:before {
|
|
content: "\ec11";
|
|
}
|
|
.icon-soundcloud2:before {
|
|
content: "\ec12";
|
|
}
|
|
.icon-skype:before {
|
|
content: "\ec13";
|
|
}
|
|
.icon-reddit:before {
|
|
content: "\ec14";
|
|
}
|
|
.icon-hackernews:before {
|
|
content: "\ec15";
|
|
}
|
|
.icon-wikipedia:before {
|
|
content: "\ec16";
|
|
}
|
|
.icon-linkedin1:before {
|
|
content: "\ec17";
|
|
}
|
|
.icon-linkedin2:before {
|
|
content: "\ec18";
|
|
}
|
|
.icon-lastfm:before {
|
|
content: "\ec19";
|
|
}
|
|
.icon-lastfm2:before {
|
|
content: "\ec1a";
|
|
}
|
|
.icon-delicious:before {
|
|
content: "\ec1b";
|
|
}
|
|
.icon-stumbleupon:before {
|
|
content: "\ec1c";
|
|
}
|
|
.icon-stumbleupon2:before {
|
|
content: "\ec1d";
|
|
}
|
|
.icon-stackoverflow:before {
|
|
content: "\ec1e";
|
|
}
|
|
.icon-pinterest:before {
|
|
content: "\ec1f";
|
|
}
|
|
.icon-pinterest2:before {
|
|
content: "\ec20";
|
|
}
|
|
.icon-xing:before {
|
|
content: "\ec21";
|
|
}
|
|
.icon-xing2:before {
|
|
content: "\ec22";
|
|
}
|
|
.icon-flattr:before {
|
|
content: "\ec23";
|
|
}
|
|
.icon-foursquare:before {
|
|
content: "\ec24";
|
|
}
|
|
.icon-yelp:before {
|
|
content: "\ec25";
|
|
}
|
|
.icon-paypal:before {
|
|
content: "\ec26";
|
|
}
|
|
.icon-chrome:before {
|
|
content: "\ec27";
|
|
}
|
|
.icon-firefox:before {
|
|
content: "\ec28";
|
|
}
|
|
.icon-IE:before {
|
|
content: "\ec29";
|
|
}
|
|
.icon-edge:before {
|
|
content: "\ec2a";
|
|
}
|
|
.icon-safari:before {
|
|
content: "\ec2b";
|
|
}
|
|
.icon-opera:before {
|
|
content: "\ec2c";
|
|
}
|
|
.icon-file-pdf:before {
|
|
content: "\ec2d";
|
|
}
|
|
.icon-file-openoffice:before {
|
|
content: "\ec2e";
|
|
}
|
|
.icon-file-word:before {
|
|
content: "\ec2f";
|
|
}
|
|
.icon-file-excel:before {
|
|
content: "\ec30";
|
|
}
|
|
.icon-libreoffice:before {
|
|
content: "\ec31";
|
|
}
|
|
.icon-html-five:before {
|
|
content: "\ec32";
|
|
}
|
|
.icon-html-five2:before {
|
|
content: "\ec33";
|
|
}
|
|
.icon-css3:before {
|
|
content: "\ec34";
|
|
}
|
|
.icon-git:before {
|
|
content: "\ec35";
|
|
}
|
|
.icon-codepen1:before {
|
|
content: "\ec36";
|
|
}
|
|
.icon-svg:before {
|
|
content: "\ec37";
|
|
}
|
|
.icon-IcoMoon:before {
|
|
content: "\ec38";
|
|
} |