icons.css 23 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498
  1. i.icon {
  2. /* use !important to prevent issues with browser extensions that change fonts */
  3. font-family: 'icomoon' !important;
  4. speak: none;
  5. font-style: normal;
  6. font-weight: normal;
  7. font-variant: normal;
  8. text-transform: none;
  9. line-height: 1;
  10. -webkit-font-smoothing: antialiased;
  11. }
  12. i.icon.dim { opacity: 0.1; }
  13. i.icon.bright { opacity: 0.8; }
  14. i.icon.red { color: rgb(240,32,32); }
  15. i.icon.green { color: rgb(0,240,96); }
  16. i.icon.blue { color: rgb(0,64,224); }
  17. i.icon.ltblue { color: rgb(32,96,252); }
  18. i.icon.yellow { color: rgb(240,240,0); }
  19. i.icon.pink { color: rgb(240,12,120); }
  20. .icon-home:before {
  21. content: "\e900";
  22. }
  23. .icon-home2:before {
  24. content: "\e901";
  25. }
  26. .icon-home3:before {
  27. content: "\e902";
  28. }
  29. .icon-office:before {
  30. content: "\e903";
  31. }
  32. .icon-newspaper:before {
  33. content: "\e904";
  34. }
  35. .icon-pencil:before {
  36. content: "\e905";
  37. }
  38. .icon-pencil2:before {
  39. content: "\e906";
  40. }
  41. .icon-quill:before {
  42. content: "\e907";
  43. }
  44. .icon-pen:before {
  45. content: "\e908";
  46. }
  47. .icon-blog:before {
  48. content: "\e909";
  49. }
  50. .icon-eyedropper:before {
  51. content: "\e90a";
  52. }
  53. .icon-droplet:before {
  54. content: "\e90b";
  55. }
  56. .icon-paint-format:before {
  57. content: "\e90c";
  58. }
  59. .icon-image:before {
  60. content: "\e90d";
  61. }
  62. .icon-images:before {
  63. content: "\e90e";
  64. }
  65. .icon-camera:before {
  66. content: "\e90f";
  67. }
  68. .icon-headphones:before {
  69. content: "\e910";
  70. }
  71. .icon-music:before {
  72. content: "\e911";
  73. }
  74. .icon-play:before {
  75. content: "\e912";
  76. }
  77. .icon-film:before {
  78. content: "\e913";
  79. }
  80. .icon-video-camera:before {
  81. content: "\e914";
  82. }
  83. .icon-dice:before {
  84. content: "\e915";
  85. }
  86. .icon-pacman:before {
  87. content: "\e916";
  88. }
  89. .icon-spades:before {
  90. content: "\e917";
  91. }
  92. .icon-clubs:before {
  93. content: "\e918";
  94. }
  95. .icon-diamonds:before {
  96. content: "\e919";
  97. }
  98. .icon-bullhorn:before {
  99. content: "\e91a";
  100. }
  101. .icon-connection:before {
  102. content: "\e91b";
  103. }
  104. .icon-podcast:before {
  105. content: "\e91c";
  106. }
  107. .icon-feed:before {
  108. content: "\e91d";
  109. }
  110. .icon-mic:before {
  111. content: "\e91e";
  112. }
  113. .icon-book:before {
  114. content: "\e91f";
  115. }
  116. .icon-books:before {
  117. content: "\e920";
  118. }
  119. .icon-library:before {
  120. content: "\e921";
  121. }
  122. .icon-file-text:before {
  123. content: "\e922";
  124. }
  125. .icon-profile:before {
  126. content: "\e923";
  127. }
  128. .icon-file-empty:before {
  129. content: "\e924";
  130. }
  131. .icon-files-empty:before {
  132. content: "\e925";
  133. }
  134. .icon-file-text2:before {
  135. content: "\e926";
  136. }
  137. .icon-file-picture:before {
  138. content: "\e927";
  139. }
  140. .icon-file-music:before {
  141. content: "\e928";
  142. }
  143. .icon-file-play:before {
  144. content: "\e929";
  145. }
  146. .icon-file-video:before {
  147. content: "\e92a";
  148. }
  149. .icon-file-zip:before {
  150. content: "\e92b";
  151. }
  152. .icon-copy:before {
  153. content: "\e92c";
  154. }
  155. .icon-paste:before {
  156. content: "\e92d";
  157. }
  158. .icon-stack:before {
  159. content: "\e92e";
  160. }
  161. .icon-folder:before {
  162. content: "\e92f";
  163. }
  164. .icon-folder-open:before {
  165. content: "\e930";
  166. }
  167. .icon-folder-plus:before {
  168. content: "\e931";
  169. }
  170. .icon-folder-minus:before {
  171. content: "\e932";
  172. }
  173. .icon-folder-download:before {
  174. content: "\e933";
  175. }
  176. .icon-folder-upload:before {
  177. content: "\e934";
  178. }
  179. .icon-price-tag:before {
  180. content: "\e935";
  181. }
  182. .icon-price-tags:before {
  183. content: "\e936";
  184. }
  185. .icon-barcode:before {
  186. content: "\e937";
  187. }
  188. .icon-qrcode:before {
  189. content: "\e938";
  190. }
  191. .icon-ticket:before {
  192. content: "\e939";
  193. }
  194. .icon-cart:before {
  195. content: "\e93a";
  196. }
  197. .icon-coin-dollar:before {
  198. content: "\e93b";
  199. }
  200. .icon-coin-euro:before {
  201. content: "\e93c";
  202. }
  203. .icon-coin-pound:before {
  204. content: "\e93d";
  205. }
  206. .icon-coin-yen:before {
  207. content: "\e93e";
  208. }
  209. .icon-credit-card:before {
  210. content: "\e93f";
  211. }
  212. .icon-calculator:before {
  213. content: "\e940";
  214. }
  215. .icon-lifebuoy:before {
  216. content: "\e941";
  217. }
  218. .icon-phone:before {
  219. content: "\e942";
  220. }
  221. .icon-phone-hang-up:before {
  222. content: "\e943";
  223. }
  224. .icon-address-book:before {
  225. content: "\e944";
  226. }
  227. .icon-envelop:before {
  228. content: "\e945";
  229. }
  230. .icon-pushpin:before {
  231. content: "\e946";
  232. }
  233. .icon-location:before {
  234. content: "\e947";
  235. }
  236. .icon-location2:before {
  237. content: "\e948";
  238. }
  239. .icon-compass:before {
  240. content: "\e949";
  241. }
  242. .icon-compass2:before {
  243. content: "\e94a";
  244. }
  245. .icon-map:before {
  246. content: "\e94b";
  247. }
  248. .icon-map2:before {
  249. content: "\e94c";
  250. }
  251. .icon-history:before {
  252. content: "\e94d";
  253. }
  254. .icon-clock:before {
  255. content: "\e94e";
  256. }
  257. .icon-clock2:before {
  258. content: "\e94f";
  259. }
  260. .icon-alarm:before {
  261. content: "\e950";
  262. }
  263. .icon-bell:before {
  264. content: "\e951";
  265. }
  266. .icon-stopwatch:before {
  267. content: "\e952";
  268. }
  269. .icon-calendar:before {
  270. content: "\e953";
  271. }
  272. .icon-printer:before {
  273. content: "\e954";
  274. }
  275. .icon-keyboard:before {
  276. content: "\e955";
  277. }
  278. .icon-display:before {
  279. content: "\e956";
  280. }
  281. .icon-laptop:before {
  282. content: "\e957";
  283. }
  284. .icon-mobile:before {
  285. content: "\e958";
  286. }
  287. .icon-mobile2:before {
  288. content: "\e959";
  289. }
  290. .icon-tablet:before {
  291. content: "\e95a";
  292. }
  293. .icon-tv:before {
  294. content: "\e95b";
  295. }
  296. .icon-drawer:before {
  297. content: "\e95c";
  298. }
  299. .icon-drawer2:before {
  300. content: "\e95d";
  301. }
  302. .icon-box-add:before {
  303. content: "\e95e";
  304. }
  305. .icon-box-remove:before {
  306. content: "\e95f";
  307. }
  308. .icon-download:before {
  309. content: "\e960";
  310. }
  311. .icon-upload:before {
  312. content: "\e961";
  313. }
  314. .icon-floppy-disk:before {
  315. content: "\e962";
  316. }
  317. .icon-drive:before {
  318. content: "\e963";
  319. }
  320. .icon-database:before {
  321. content: "\e964";
  322. }
  323. .icon-undo:before {
  324. content: "\e965";
  325. }
  326. .icon-redo:before {
  327. content: "\e966";
  328. }
  329. .icon-undo2:before {
  330. content: "\e967";
  331. }
  332. .icon-redo2:before {
  333. content: "\e968";
  334. }
  335. .icon-forward:before {
  336. content: "\e969";
  337. }
  338. .icon-reply:before {
  339. content: "\e96a";
  340. }
  341. .icon-bubble:before {
  342. content: "\e96b";
  343. }
  344. .icon-bubbles:before {
  345. content: "\e96c";
  346. }
  347. .icon-bubbles2:before {
  348. content: "\e96d";
  349. }
  350. .icon-bubble2:before {
  351. content: "\e96e";
  352. }
  353. .icon-bubbles3:before {
  354. content: "\e96f";
  355. }
  356. .icon-bubbles4:before {
  357. content: "\e970";
  358. }
  359. .icon-user:before {
  360. content: "\e971";
  361. }
  362. .icon-users:before {
  363. content: "\e972";
  364. }
  365. .icon-user-plus:before {
  366. content: "\e973";
  367. }
  368. .icon-user-minus:before {
  369. content: "\e974";
  370. }
  371. .icon-user-check:before {
  372. content: "\e975";
  373. }
  374. .icon-user-tie:before {
  375. content: "\e976";
  376. }
  377. .icon-quotes-left:before {
  378. content: "\e977";
  379. }
  380. .icon-quotes-right:before {
  381. content: "\e978";
  382. }
  383. .icon-hour-glass:before {
  384. content: "\e979";
  385. }
  386. .icon-spinner:before {
  387. content: "\e97a";
  388. }
  389. .icon-spinner2:before {
  390. content: "\e97b";
  391. }
  392. .icon-spinner3:before {
  393. content: "\e97c";
  394. }
  395. .icon-spinner4:before {
  396. content: "\e97d";
  397. }
  398. .icon-spinner5:before {
  399. content: "\e97e";
  400. }
  401. .icon-spinner6:before {
  402. content: "\e97f";
  403. }
  404. .icon-spinner7:before {
  405. content: "\e980";
  406. }
  407. .icon-spinner8:before {
  408. content: "\e981";
  409. }
  410. .icon-spinner9:before {
  411. content: "\e982";
  412. }
  413. .icon-spinner10:before {
  414. content: "\e983";
  415. }
  416. .icon-spinner11:before {
  417. content: "\e984";
  418. }
  419. .icon-binoculars:before {
  420. content: "\e985";
  421. }
  422. .icon-search:before {
  423. content: "\e986";
  424. }
  425. .icon-zoom-in:before {
  426. content: "\e987";
  427. }
  428. .icon-zoom-out:before {
  429. content: "\e988";
  430. }
  431. .icon-enlarge:before {
  432. content: "\e989";
  433. }
  434. .icon-shrink:before {
  435. content: "\e98a";
  436. }
  437. .icon-enlarge2:before {
  438. content: "\e98b";
  439. }
  440. .icon-shrink2:before {
  441. content: "\e98c";
  442. }
  443. .icon-key:before {
  444. content: "\e98d";
  445. }
  446. .icon-key2:before {
  447. content: "\e98e";
  448. }
  449. .icon-lock:before {
  450. content: "\e98f";
  451. }
  452. .icon-unlocked:before {
  453. content: "\e990";
  454. }
  455. .icon-wrench:before {
  456. content: "\e991";
  457. }
  458. .icon-equalizer:before {
  459. content: "\e992";
  460. }
  461. .icon-equalizer2:before {
  462. content: "\e993";
  463. }
  464. .icon-cog:before {
  465. content: "\e994";
  466. }
  467. .icon-cogs:before {
  468. content: "\e995";
  469. }
  470. .icon-hammer:before {
  471. content: "\e996";
  472. }
  473. .icon-magic-wand:before {
  474. content: "\e997";
  475. }
  476. .icon-aid-kit:before {
  477. content: "\e998";
  478. }
  479. .icon-bug:before {
  480. content: "\e999";
  481. }
  482. .icon-pie-chart:before {
  483. content: "\e99a";
  484. }
  485. .icon-stats-dots:before {
  486. content: "\e99b";
  487. }
  488. .icon-stats-bars:before {
  489. content: "\e99c";
  490. }
  491. .icon-stats-bars2:before {
  492. content: "\e99d";
  493. }
  494. .icon-trophy:before {
  495. content: "\e99e";
  496. }
  497. .icon-gift:before {
  498. content: "\e99f";
  499. }
  500. .icon-glass:before {
  501. content: "\e9a0";
  502. }
  503. .icon-glass2:before {
  504. content: "\e9a1";
  505. }
  506. .icon-mug:before {
  507. content: "\e9a2";
  508. }
  509. .icon-spoon-knife:before {
  510. content: "\e9a3";
  511. }
  512. .icon-leaf:before {
  513. content: "\e9a4";
  514. }
  515. .icon-rocket:before {
  516. content: "\e9a5";
  517. }
  518. .icon-meter:before {
  519. content: "\e9a6";
  520. }
  521. .icon-meter2:before {
  522. content: "\e9a7";
  523. }
  524. .icon-hammer2:before {
  525. content: "\e9a8";
  526. }
  527. .icon-fire:before {
  528. content: "\e9a9";
  529. }
  530. .icon-lab:before {
  531. content: "\e9aa";
  532. }
  533. .icon-magnet:before {
  534. content: "\e9ab";
  535. }
  536. .icon-bin:before {
  537. content: "\e9ac";
  538. }
  539. .icon-bin2:before {
  540. content: "\e9ad";
  541. }
  542. .icon-briefcase:before {
  543. content: "\e9ae";
  544. }
  545. .icon-airplane:before {
  546. content: "\e9af";
  547. }
  548. .icon-truck:before {
  549. content: "\e9b0";
  550. }
  551. .icon-road:before {
  552. content: "\e9b1";
  553. }
  554. .icon-accessibility:before {
  555. content: "\e9b2";
  556. }
  557. .icon-target:before {
  558. content: "\e9b3";
  559. }
  560. .icon-shield:before {
  561. content: "\e9b4";
  562. }
  563. .icon-power:before {
  564. content: "\e9b5";
  565. }
  566. .icon-switch:before {
  567. content: "\e9b6";
  568. }
  569. .icon-power-cord:before {
  570. content: "\e9b7";
  571. }
  572. .icon-clipboard:before {
  573. content: "\e9b8";
  574. }
  575. .icon-list-numbered:before {
  576. content: "\e9b9";
  577. }
  578. .icon-list:before {
  579. content: "\e9ba";
  580. }
  581. .icon-list2:before {
  582. content: "\e9bb";
  583. }
  584. .icon-tree:before {
  585. content: "\e9bc";
  586. }
  587. .icon-menu:before {
  588. content: "\e9bd";
  589. }
  590. .icon-menu2:before {
  591. content: "\e9be";
  592. }
  593. .icon-menu3:before {
  594. content: "\e9bf";
  595. }
  596. .icon-menu4:before {
  597. content: "\e9c0";
  598. }
  599. .icon-cloud:before {
  600. content: "\e9c1";
  601. }
  602. .icon-cloud-download:before {
  603. content: "\e9c2";
  604. }
  605. .icon-cloud-upload:before {
  606. content: "\e9c3";
  607. }
  608. .icon-cloud-check:before {
  609. content: "\e9c4";
  610. }
  611. .icon-download2:before {
  612. content: "\e9c5";
  613. }
  614. .icon-upload2:before {
  615. content: "\e9c6";
  616. }
  617. .icon-download3:before {
  618. content: "\e9c7";
  619. }
  620. .icon-upload3:before {
  621. content: "\e9c8";
  622. }
  623. .icon-sphere:before {
  624. content: "\e9c9";
  625. }
  626. .icon-earth:before {
  627. content: "\e9ca";
  628. }
  629. .icon-link:before {
  630. content: "\e9cb";
  631. }
  632. .icon-flag:before {
  633. content: "\e9cc";
  634. }
  635. .icon-attachment:before {
  636. content: "\e9cd";
  637. }
  638. .icon-eye:before {
  639. content: "\e9ce";
  640. }
  641. .icon-eye-plus:before {
  642. content: "\e9cf";
  643. }
  644. .icon-eye-minus:before {
  645. content: "\e9d0";
  646. }
  647. .icon-eye-blocked:before {
  648. content: "\e9d1";
  649. }
  650. .icon-bookmark:before {
  651. content: "\e9d2";
  652. }
  653. .icon-bookmarks:before {
  654. content: "\e9d3";
  655. }
  656. .icon-sun:before {
  657. content: "\e9d4";
  658. }
  659. .icon-contrast:before {
  660. content: "\e9d5";
  661. }
  662. .icon-brightness-contrast:before {
  663. content: "\e9d6";
  664. }
  665. .icon-star-empty:before {
  666. content: "\e9d7";
  667. }
  668. .icon-star-half:before {
  669. content: "\e9d8";
  670. }
  671. .icon-star-full:before {
  672. content: "\e9d9";
  673. }
  674. .icon-heart:before {
  675. content: "\e9da";
  676. }
  677. .icon-heart-broken:before {
  678. content: "\e9db";
  679. }
  680. .icon-man:before {
  681. content: "\e9dc";
  682. }
  683. .icon-woman:before {
  684. content: "\e9dd";
  685. }
  686. .icon-man-woman:before {
  687. content: "\e9de";
  688. }
  689. .icon-happy:before {
  690. content: "\e9df";
  691. }
  692. .icon-happy2:before {
  693. content: "\e9e0";
  694. }
  695. .icon-smile:before {
  696. content: "\e9e1";
  697. }
  698. .icon-smile2:before {
  699. content: "\e9e2";
  700. }
  701. .icon-tongue:before {
  702. content: "\e9e3";
  703. }
  704. .icon-tongue2:before {
  705. content: "\e9e4";
  706. }
  707. .icon-sad:before {
  708. content: "\e9e5";
  709. }
  710. .icon-sad2:before {
  711. content: "\e9e6";
  712. }
  713. .icon-wink:before {
  714. content: "\e9e7";
  715. }
  716. .icon-wink2:before {
  717. content: "\e9e8";
  718. }
  719. .icon-grin:before {
  720. content: "\e9e9";
  721. }
  722. .icon-grin2:before {
  723. content: "\e9ea";
  724. }
  725. .icon-cool:before {
  726. content: "\e9eb";
  727. }
  728. .icon-cool2:before {
  729. content: "\e9ec";
  730. }
  731. .icon-angry:before {
  732. content: "\e9ed";
  733. }
  734. .icon-angry2:before {
  735. content: "\e9ee";
  736. }
  737. .icon-evil:before {
  738. content: "\e9ef";
  739. }
  740. .icon-evil2:before {
  741. content: "\e9f0";
  742. }
  743. .icon-shocked:before {
  744. content: "\e9f1";
  745. }
  746. .icon-shocked2:before {
  747. content: "\e9f2";
  748. }
  749. .icon-baffled:before {
  750. content: "\e9f3";
  751. }
  752. .icon-baffled2:before {
  753. content: "\e9f4";
  754. }
  755. .icon-confused:before {
  756. content: "\e9f5";
  757. }
  758. .icon-confused2:before {
  759. content: "\e9f6";
  760. }
  761. .icon-neutral:before {
  762. content: "\e9f7";
  763. }
  764. .icon-neutral2:before {
  765. content: "\e9f8";
  766. }
  767. .icon-hipster:before {
  768. content: "\e9f9";
  769. }
  770. .icon-hipster2:before {
  771. content: "\e9fa";
  772. }
  773. .icon-wondering:before {
  774. content: "\e9fb";
  775. }
  776. .icon-wondering2:before {
  777. content: "\e9fc";
  778. }
  779. .icon-sleepy:before {
  780. content: "\e9fd";
  781. }
  782. .icon-sleepy2:before {
  783. content: "\e9fe";
  784. }
  785. .icon-frustrated:before {
  786. content: "\e9ff";
  787. }
  788. .icon-frustrated2:before {
  789. content: "\ea00";
  790. }
  791. .icon-crying:before {
  792. content: "\ea01";
  793. }
  794. .icon-crying2:before {
  795. content: "\ea02";
  796. }
  797. .icon-point-up:before {
  798. content: "\ea03";
  799. }
  800. .icon-point-right:before {
  801. content: "\ea04";
  802. }
  803. .icon-point-down:before {
  804. content: "\ea05";
  805. }
  806. .icon-point-left:before {
  807. content: "\ea06";
  808. }
  809. .icon-warning:before {
  810. content: "\ea07";
  811. }
  812. .icon-notification:before {
  813. content: "\ea08";
  814. }
  815. .icon-question:before {
  816. content: "\ea09";
  817. }
  818. .icon-plus:before {
  819. content: "\ea0a";
  820. }
  821. .icon-minus:before {
  822. content: "\ea0b";
  823. }
  824. .icon-info:before {
  825. content: "\ea0c";
  826. }
  827. .icon-cancel-circle:before {
  828. content: "\ea0d";
  829. }
  830. .icon-blocked:before {
  831. content: "\ea0e";
  832. }
  833. .icon-cross:before {
  834. content: "\ea0f";
  835. }
  836. .icon-checkmark:before {
  837. content: "\ea10";
  838. }
  839. .icon-checkmark2:before {
  840. content: "\ea11";
  841. }
  842. .icon-spell-check:before {
  843. content: "\ea12";
  844. }
  845. .icon-enter:before {
  846. content: "\ea13";
  847. }
  848. .icon-exit:before {
  849. content: "\ea14";
  850. }
  851. .icon-play2:before {
  852. content: "\ea15";
  853. }
  854. .icon-pause:before {
  855. content: "\ea16";
  856. }
  857. .icon-stop:before {
  858. content: "\ea17";
  859. }
  860. .icon-previous:before {
  861. content: "\ea18";
  862. }
  863. .icon-next:before {
  864. content: "\ea19";
  865. }
  866. .icon-backward:before {
  867. content: "\ea1a";
  868. }
  869. .icon-forward2:before {
  870. content: "\ea1b";
  871. }
  872. .icon-play3:before {
  873. content: "\ea1c";
  874. }
  875. .icon-pause2:before {
  876. content: "\ea1d";
  877. }
  878. .icon-stop2:before {
  879. content: "\ea1e";
  880. }
  881. .icon-backward2:before {
  882. content: "\ea1f";
  883. }
  884. .icon-forward3:before {
  885. content: "\ea20";
  886. }
  887. .icon-first:before {
  888. content: "\ea21";
  889. }
  890. .icon-last:before {
  891. content: "\ea22";
  892. }
  893. .icon-previous2:before {
  894. content: "\ea23";
  895. }
  896. .icon-next2:before {
  897. content: "\ea24";
  898. }
  899. .icon-eject:before {
  900. content: "\ea25";
  901. }
  902. .icon-volume-high:before {
  903. content: "\ea26";
  904. }
  905. .icon-volume-medium:before {
  906. content: "\ea27";
  907. }
  908. .icon-volume-low:before {
  909. content: "\ea28";
  910. }
  911. .icon-volume-mute:before {
  912. content: "\ea29";
  913. }
  914. .icon-volume-mute2:before {
  915. content: "\ea2a";
  916. }
  917. .icon-volume-increase:before {
  918. content: "\ea2b";
  919. }
  920. .icon-volume-decrease:before {
  921. content: "\ea2c";
  922. }
  923. .icon-loop:before {
  924. content: "\ea2d";
  925. }
  926. .icon-loop2:before {
  927. content: "\ea2e";
  928. }
  929. .icon-infinite:before {
  930. content: "\ea2f";
  931. }
  932. .icon-shuffle:before {
  933. content: "\ea30";
  934. }
  935. .icon-arrow-up-left:before {
  936. content: "\ea31";
  937. }
  938. .icon-arrow-up:before {
  939. content: "\ea32";
  940. }
  941. .icon-arrow-up-right:before {
  942. content: "\ea33";
  943. }
  944. .icon-arrow-right:before {
  945. content: "\ea34";
  946. }
  947. .icon-arrow-down-right:before {
  948. content: "\ea35";
  949. }
  950. .icon-arrow-down:before {
  951. content: "\ea36";
  952. }
  953. .icon-arrow-down-left:before {
  954. content: "\ea37";
  955. }
  956. .icon-arrow-left:before {
  957. content: "\ea38";
  958. }
  959. .icon-arrow-up-left2:before {
  960. content: "\ea39";
  961. }
  962. .icon-arrow-up2:before {
  963. content: "\ea3a";
  964. }
  965. .icon-arrow-up-right2:before {
  966. content: "\ea3b";
  967. }
  968. .icon-arrow-right2:before {
  969. content: "\ea3c";
  970. }
  971. .icon-arrow-down-right2:before {
  972. content: "\ea3d";
  973. }
  974. .icon-arrow-down2:before {
  975. content: "\ea3e";
  976. }
  977. .icon-arrow-down-left2:before {
  978. content: "\ea3f";
  979. }
  980. .icon-arrow-left2:before {
  981. content: "\ea40";
  982. }
  983. .icon-circle-up:before {
  984. content: "\ea41";
  985. }
  986. .icon-circle-right:before {
  987. content: "\ea42";
  988. }
  989. .icon-circle-down:before {
  990. content: "\ea43";
  991. }
  992. .icon-circle-left:before {
  993. content: "\ea44";
  994. }
  995. .icon-tab:before {
  996. content: "\ea45";
  997. }
  998. .icon-move-up:before {
  999. content: "\ea46";
  1000. }
  1001. .icon-move-down:before {
  1002. content: "\ea47";
  1003. }
  1004. .icon-sort-alpha-asc:before {
  1005. content: "\ea48";
  1006. }
  1007. .icon-sort-alpha-desc:before {
  1008. content: "\ea49";
  1009. }
  1010. .icon-sort-numeric-asc:before {
  1011. content: "\ea4a";
  1012. }
  1013. .icon-sort-numberic-desc:before {
  1014. content: "\ea4b";
  1015. }
  1016. .icon-sort-amount-asc:before {
  1017. content: "\ea4c";
  1018. }
  1019. .icon-sort-amount-desc:before {
  1020. content: "\ea4d";
  1021. }
  1022. .icon-command:before {
  1023. content: "\ea4e";
  1024. }
  1025. .icon-shift:before {
  1026. content: "\ea4f";
  1027. }
  1028. .icon-ctrl:before {
  1029. content: "\ea50";
  1030. }
  1031. .icon-opt:before {
  1032. content: "\ea51";
  1033. }
  1034. .icon-checkbox-checked:before {
  1035. content: "\ea52";
  1036. }
  1037. .icon-checkbox-unchecked:before {
  1038. content: "\ea53";
  1039. }
  1040. .icon-radio-checked:before {
  1041. content: "\ea54";
  1042. }
  1043. .icon-radio-checked2:before {
  1044. content: "\ea55";
  1045. }
  1046. .icon-radio-unchecked:before {
  1047. content: "\ea56";
  1048. }
  1049. .icon-crop:before {
  1050. content: "\ea57";
  1051. }
  1052. .icon-make-group:before {
  1053. content: "\ea58";
  1054. }
  1055. .icon-ungroup:before {
  1056. content: "\ea59";
  1057. }
  1058. .icon-scissors:before {
  1059. content: "\ea5a";
  1060. }
  1061. .icon-filter:before {
  1062. content: "\ea5b";
  1063. }
  1064. .icon-font:before {
  1065. content: "\ea5c";
  1066. }
  1067. .icon-ligature:before {
  1068. content: "\ea5d";
  1069. }
  1070. .icon-ligature2:before {
  1071. content: "\ea5e";
  1072. }
  1073. .icon-text-height:before {
  1074. content: "\ea5f";
  1075. }
  1076. .icon-text-width:before {
  1077. content: "\ea60";
  1078. }
  1079. .icon-font-size:before {
  1080. content: "\ea61";
  1081. }
  1082. .icon-bold:before {
  1083. content: "\ea62";
  1084. }
  1085. .icon-underline:before {
  1086. content: "\ea63";
  1087. }
  1088. .icon-italic:before {
  1089. content: "\ea64";
  1090. }
  1091. .icon-strikethrough:before {
  1092. content: "\ea65";
  1093. }
  1094. .icon-omega:before {
  1095. content: "\ea66";
  1096. }
  1097. .icon-sigma:before {
  1098. content: "\ea67";
  1099. }
  1100. .icon-page-break:before {
  1101. content: "\ea68";
  1102. }
  1103. .icon-superscript:before {
  1104. content: "\ea69";
  1105. }
  1106. .icon-subscript:before {
  1107. content: "\ea6a";
  1108. }
  1109. .icon-superscript2:before {
  1110. content: "\ea6b";
  1111. }
  1112. .icon-subscript2:before {
  1113. content: "\ea6c";
  1114. }
  1115. .icon-text-color:before {
  1116. content: "\ea6d";
  1117. }
  1118. .icon-pagebreak:before {
  1119. content: "\ea6e";
  1120. }
  1121. .icon-clear-formatting:before {
  1122. content: "\ea6f";
  1123. }
  1124. .icon-table:before {
  1125. content: "\ea70";
  1126. }
  1127. .icon-table2:before {
  1128. content: "\ea71";
  1129. }
  1130. .icon-insert-template:before {
  1131. content: "\ea72";
  1132. }
  1133. .icon-pilcrow:before {
  1134. content: "\ea73";
  1135. }
  1136. .icon-ltr:before {
  1137. content: "\ea74";
  1138. }
  1139. .icon-rtl:before {
  1140. content: "\ea75";
  1141. }
  1142. .icon-section:before {
  1143. content: "\ea76";
  1144. }
  1145. .icon-paragraph-left:before {
  1146. content: "\ea77";
  1147. }
  1148. .icon-paragraph-center:before {
  1149. content: "\ea78";
  1150. }
  1151. .icon-paragraph-right:before {
  1152. content: "\ea79";
  1153. }
  1154. .icon-paragraph-justify:before {
  1155. content: "\ea7a";
  1156. }
  1157. .icon-indent-increase:before {
  1158. content: "\ea7b";
  1159. }
  1160. .icon-indent-decrease:before {
  1161. content: "\ea7c";
  1162. }
  1163. .icon-share:before {
  1164. content: "\ea7d";
  1165. }
  1166. .icon-new-tab:before {
  1167. content: "\ea7e";
  1168. }
  1169. .icon-embed:before {
  1170. content: "\ea7f";
  1171. }
  1172. .icon-embed2:before {
  1173. content: "\ea80";
  1174. }
  1175. .icon-terminal:before {
  1176. content: "\ea81";
  1177. }
  1178. .icon-share2:before {
  1179. content: "\ea82";
  1180. }
  1181. .icon-mail:before {
  1182. content: "\ea83";
  1183. }
  1184. .icon-mail2:before {
  1185. content: "\ea84";
  1186. }
  1187. .icon-mail3:before {
  1188. content: "\ea85";
  1189. }
  1190. .icon-mail4:before {
  1191. content: "\ea86";
  1192. }
  1193. .icon-amazon:before {
  1194. content: "\ea87";
  1195. }
  1196. .icon-google:before {
  1197. content: "\ea88";
  1198. }
  1199. .icon-google2:before {
  1200. content: "\ea89";
  1201. }
  1202. .icon-google3:before {
  1203. content: "\ea8a";
  1204. }
  1205. .icon-google-plus:before {
  1206. content: "\ea8b";
  1207. }
  1208. .icon-google-plus2:before {
  1209. content: "\ea8c";
  1210. }
  1211. .icon-google-plus3:before {
  1212. content: "\ea8d";
  1213. }
  1214. .icon-hangouts:before {
  1215. content: "\ea8e";
  1216. }
  1217. .icon-google-drive:before {
  1218. content: "\ea8f";
  1219. }
  1220. .icon-facebook:before {
  1221. content: "\ea90";
  1222. }
  1223. .icon-facebook2:before {
  1224. content: "\ea91";
  1225. }
  1226. .icon-instagram:before {
  1227. content: "\ea92";
  1228. }
  1229. .icon-whatsapp:before {
  1230. content: "\ea93";
  1231. }
  1232. .icon-spotify:before {
  1233. content: "\ea94";
  1234. }
  1235. .icon-telegram:before {
  1236. content: "\ea95";
  1237. }
  1238. .icon-twitter:before {
  1239. content: "\ea96";
  1240. }
  1241. .icon-vine:before {
  1242. content: "\ea97";
  1243. }
  1244. .icon-vk:before {
  1245. content: "\ea98";
  1246. }
  1247. .icon-renren:before {
  1248. content: "\ea99";
  1249. }
  1250. .icon-sina-weibo:before {
  1251. content: "\ea9a";
  1252. }
  1253. .icon-rss:before {
  1254. content: "\ea9b";
  1255. }
  1256. .icon-rss2:before {
  1257. content: "\ea9c";
  1258. }
  1259. .icon-youtube:before {
  1260. content: "\ea9d";
  1261. }
  1262. .icon-youtube2:before {
  1263. content: "\ea9e";
  1264. }
  1265. .icon-twitch:before {
  1266. content: "\ea9f";
  1267. }
  1268. .icon-vimeo:before {
  1269. content: "\eaa0";
  1270. }
  1271. .icon-vimeo2:before {
  1272. content: "\eaa1";
  1273. }
  1274. .icon-lanyrd:before {
  1275. content: "\eaa2";
  1276. }
  1277. .icon-flickr:before {
  1278. content: "\eaa3";
  1279. }
  1280. .icon-flickr2:before {
  1281. content: "\eaa4";
  1282. }
  1283. .icon-flickr3:before {
  1284. content: "\eaa5";
  1285. }
  1286. .icon-flickr4:before {
  1287. content: "\eaa6";
  1288. }
  1289. .icon-dribbble:before {
  1290. content: "\eaa7";
  1291. }
  1292. .icon-behance:before {
  1293. content: "\eaa8";
  1294. }
  1295. .icon-behance2:before {
  1296. content: "\eaa9";
  1297. }
  1298. .icon-deviantart:before {
  1299. content: "\eaaa";
  1300. }
  1301. .icon-500px:before {
  1302. content: "\eaab";
  1303. }
  1304. .icon-steam:before {
  1305. content: "\eaac";
  1306. }
  1307. .icon-steam2:before {
  1308. content: "\eaad";
  1309. }
  1310. .icon-dropbox:before {
  1311. content: "\eaae";
  1312. }
  1313. .icon-onedrive:before {
  1314. content: "\eaaf";
  1315. }
  1316. .icon-github:before {
  1317. content: "\eab0";
  1318. }
  1319. .icon-npm:before {
  1320. content: "\eab1";
  1321. }
  1322. .icon-basecamp:before {
  1323. content: "\eab2";
  1324. }
  1325. .icon-trello:before {
  1326. content: "\eab3";
  1327. }
  1328. .icon-wordpress:before {
  1329. content: "\eab4";
  1330. }
  1331. .icon-joomla:before {
  1332. content: "\eab5";
  1333. }
  1334. .icon-ello:before {
  1335. content: "\eab6";
  1336. }
  1337. .icon-blogger:before {
  1338. content: "\eab7";
  1339. }
  1340. .icon-blogger2:before {
  1341. content: "\eab8";
  1342. }
  1343. .icon-tumblr:before {
  1344. content: "\eab9";
  1345. }
  1346. .icon-tumblr2:before {
  1347. content: "\eaba";
  1348. }
  1349. .icon-yahoo:before {
  1350. content: "\eabb";
  1351. }
  1352. .icon-yahoo2:before {
  1353. content: "\eabc";
  1354. }
  1355. .icon-tux:before {
  1356. content: "\eabd";
  1357. }
  1358. .icon-appleinc:before {
  1359. content: "\eabe";
  1360. }
  1361. .icon-finder:before {
  1362. content: "\eabf";
  1363. }
  1364. .icon-android:before {
  1365. content: "\eac0";
  1366. }
  1367. .icon-windows:before {
  1368. content: "\eac1";
  1369. }
  1370. .icon-windows8:before {
  1371. content: "\eac2";
  1372. }
  1373. .icon-soundcloud:before {
  1374. content: "\eac3";
  1375. }
  1376. .icon-soundcloud2:before {
  1377. content: "\eac4";
  1378. }
  1379. .icon-skype:before {
  1380. content: "\eac5";
  1381. }
  1382. .icon-reddit:before {
  1383. content: "\eac6";
  1384. }
  1385. .icon-hackernews:before {
  1386. content: "\eac7";
  1387. }
  1388. .icon-wikipedia:before {
  1389. content: "\eac8";
  1390. }
  1391. .icon-linkedin:before {
  1392. content: "\eac9";
  1393. }
  1394. .icon-linkedin2:before {
  1395. content: "\eaca";
  1396. }
  1397. .icon-lastfm:before {
  1398. content: "\eacb";
  1399. }
  1400. .icon-lastfm2:before {
  1401. content: "\eacc";
  1402. }
  1403. .icon-delicious:before {
  1404. content: "\eacd";
  1405. }
  1406. .icon-stumbleupon:before {
  1407. content: "\eace";
  1408. }
  1409. .icon-stumbleupon2:before {
  1410. content: "\eacf";
  1411. }
  1412. .icon-stackoverflow:before {
  1413. content: "\ead0";
  1414. }
  1415. .icon-pinterest:before {
  1416. content: "\ead1";
  1417. }
  1418. .icon-pinterest2:before {
  1419. content: "\ead2";
  1420. }
  1421. .icon-xing:before {
  1422. content: "\ead3";
  1423. }
  1424. .icon-xing2:before {
  1425. content: "\ead4";
  1426. }
  1427. .icon-flattr:before {
  1428. content: "\ead5";
  1429. }
  1430. .icon-foursquare:before {
  1431. content: "\ead6";
  1432. }
  1433. .icon-yelp:before {
  1434. content: "\ead7";
  1435. }
  1436. .icon-paypal:before {
  1437. content: "\ead8";
  1438. }
  1439. .icon-chrome:before {
  1440. content: "\ead9";
  1441. }
  1442. .icon-firefox:before {
  1443. content: "\eada";
  1444. }
  1445. .icon-IE:before {
  1446. content: "\eadb";
  1447. }
  1448. .icon-edge:before {
  1449. content: "\eadc";
  1450. }
  1451. .icon-safari:before {
  1452. content: "\eadd";
  1453. }
  1454. .icon-opera:before {
  1455. content: "\eade";
  1456. }
  1457. .icon-file-pdf:before {
  1458. content: "\eadf";
  1459. }
  1460. .icon-file-openoffice:before {
  1461. content: "\eae0";
  1462. }
  1463. .icon-file-word:before {
  1464. content: "\eae1";
  1465. }
  1466. .icon-file-excel:before {
  1467. content: "\eae2";
  1468. }
  1469. .icon-libreoffice:before {
  1470. content: "\eae3";
  1471. }
  1472. .icon-html-five:before {
  1473. content: "\eae4";
  1474. }
  1475. .icon-html-five2:before {
  1476. content: "\eae5";
  1477. }
  1478. .icon-css3:before {
  1479. content: "\eae6";
  1480. }
  1481. .icon-git:before {
  1482. content: "\eae7";
  1483. }
  1484. .icon-codepen:before {
  1485. content: "\eae8";
  1486. }
  1487. .icon-svg:before {
  1488. content: "\eae9";
  1489. }
  1490. .icon-IcoMoon:before {
  1491. content: "\eaea";
  1492. }