fontawesome.css 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533
  1. @font-face {
  2. font-family: 'FontAwesome';
  3. src: url('fontawesome-webfont.eot?v=4.0.3');
  4. src: url('fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'),
  5. url('fontawesome-webfont.woff?v=4.0.3') format('woff'),
  6. url('fontawesome-webfont.ttf?v=4.0.3') format('truetype'),
  7. url('fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  8. font-weight: normal;
  9. font-style: normal;
  10. }
  11. .icon-glass:before {
  12. content: "\f000";
  13. }
  14. .icon-music:before {
  15. content: "\f001";
  16. }
  17. .icon-search:before {
  18. content: "\f002";
  19. }
  20. .icon-envelope-o:before {
  21. content: "\f003";
  22. }
  23. .icon-heart:before {
  24. content: "\f004";
  25. }
  26. .icon-star:before {
  27. content: "\f005";
  28. }
  29. .icon-star-o:before {
  30. content: "\f006";
  31. }
  32. .icon-user:before {
  33. content: "\f007";
  34. }
  35. .icon-film:before {
  36. content: "\f008";
  37. }
  38. .icon-th-large:before {
  39. content: "\f009";
  40. }
  41. .icon-th:before {
  42. content: "\f00a";
  43. }
  44. .icon-th-list:before {
  45. content: "\f00b";
  46. }
  47. .icon-check:before {
  48. content: "\f00c";
  49. }
  50. .icon-times:before,
  51. .icon-remove:before,
  52. .search-choice-close:before,
  53. .ui-icon-closethick:before,
  54. .ui-dialog-titlebar-close:before,
  55. .icon-clock-os:before,
  56. .icon-close:before {
  57. content: "\f00d";
  58. }
  59. .icon-search-plus:before {
  60. content: "\f00e";
  61. }
  62. .icon-search-minus:before {
  63. content: "\f010";
  64. }
  65. .icon-power-off:before {
  66. content: "\f011";
  67. }
  68. .icon-signal:before {
  69. content: "\f012";
  70. }
  71. .icon-gear:before,
  72. .icon-cog:before {
  73. content: "\f013";
  74. }
  75. .icon-trash-o:before {
  76. content: "\f014";
  77. }
  78. .icon-home:before {
  79. content: "\f015";
  80. }
  81. .icon-file-o:before {
  82. content: "\f016";
  83. }
  84. .icon-clock-o:before {
  85. content: "\f017";
  86. }
  87. .icon-road:before {
  88. content: "\f018";
  89. }
  90. .icon-download:before {
  91. content: "\f019";
  92. }
  93. .icon-arrow-circle-o-down:before {
  94. content: "\f01a";
  95. }
  96. .icon-arrow-circle-o-up:before {
  97. content: "\f01b";
  98. }
  99. .icon-inbox:before {
  100. content: "\f01c";
  101. }
  102. .icon-play-circle-o:before {
  103. content: "\f01d";
  104. }
  105. .icon-rotate-right:before,
  106. .icon-repeat:before {
  107. content: "\f01e";
  108. }
  109. .icon-refresh:before {
  110. content: "\f021";
  111. }
  112. .icon-list-alt:before {
  113. content: "\f022";
  114. }
  115. .icon-lock:before {
  116. content: "\f023";
  117. }
  118. .icon-flag:before {
  119. content: "\f024";
  120. }
  121. .icon-headphones:before {
  122. content: "\f025";
  123. }
  124. .icon-volume-off:before {
  125. content: "\f026";
  126. }
  127. .icon-volume-down:before {
  128. content: "\f027";
  129. }
  130. .icon-volume-up:before {
  131. content: "\f028";
  132. }
  133. .icon-qrcode:before {
  134. content: "\f029";
  135. }
  136. .icon-barcode:before {
  137. content: "\f02a";
  138. }
  139. .icon-tag:before {
  140. content: "\f02b";
  141. }
  142. .icon-tags:before {
  143. content: "\f02c";
  144. }
  145. .icon-book:before {
  146. content: "\f02d";
  147. }
  148. .icon-bookmark:before {
  149. content: "\f02e";
  150. }
  151. .icon-print:before {
  152. content: "\f02f";
  153. }
  154. .icon-camera:before {
  155. content: "\f030";
  156. }
  157. .icon-font:before {
  158. content: "\f031";
  159. }
  160. .icon-bold:before {
  161. content: "\f032";
  162. }
  163. .icon-italic:before {
  164. content: "\f033";
  165. }
  166. .icon-text-height:before {
  167. content: "\f034";
  168. }
  169. .icon-text-width:before {
  170. content: "\f035";
  171. }
  172. .icon-align-left:before {
  173. content: "\f036";
  174. }
  175. .icon-align-center:before {
  176. content: "\f037";
  177. }
  178. .icon-align-right:before {
  179. content: "\f038";
  180. }
  181. .icon-align-justify:before {
  182. content: "\f039";
  183. }
  184. .icon-list:before {
  185. content: "\f03a";
  186. }
  187. .icon-dedent:before,
  188. .icon-outdent:before {
  189. content: "\f03b";
  190. }
  191. .icon-indent:before {
  192. content: "\f03c";
  193. }
  194. .icon-video-camera:before {
  195. content: "\f03d";
  196. }
  197. .icon-photo:before,
  198. .icon-image:before,
  199. .icon-picture-o:before {
  200. content: "\f03e";
  201. }
  202. .icon-pencil:before {
  203. content: "\f040";
  204. }
  205. .icon-map-marker:before {
  206. content: "\f041";
  207. }
  208. .icon-adjust:before {
  209. content: "\f042";
  210. }
  211. .icon-tint:before {
  212. content: "\f043";
  213. }
  214. .icon-edit:before,
  215. .icon-pencil-square-o:before {
  216. content: "\f044";
  217. }
  218. .icon-share-square-o:before {
  219. content: "\f045";
  220. }
  221. .icon-check-square-o:before {
  222. content: "\f046";
  223. }
  224. .icon-arrows:before {
  225. content: "\f047";
  226. }
  227. .icon-step-backward:before {
  228. content: "\f048";
  229. }
  230. .icon-fast-backward:before {
  231. content: "\f049";
  232. }
  233. .icon-backward:before {
  234. content: "\f04a";
  235. }
  236. .icon-play:before {
  237. content: "\f04b";
  238. }
  239. .icon-pause:before {
  240. content: "\f04c";
  241. }
  242. .icon-stop:before {
  243. content: "\f04d";
  244. }
  245. .icon-forward:before {
  246. content: "\f04e";
  247. }
  248. .icon-fast-forward:before {
  249. content: "\f050";
  250. }
  251. .icon-step-forward:before {
  252. content: "\f051";
  253. }
  254. .icon-eject:before {
  255. content: "\f052";
  256. }
  257. .icon-chevron-left:before {
  258. content: "\f053";
  259. }
  260. .icon-chevron-right:before {
  261. content: "\f054";
  262. }
  263. .icon-plus-circle:before {
  264. content: "\f055";
  265. }
  266. .icon-minus-circle:before {
  267. content: "\f056";
  268. }
  269. .icon-times-circle:before {
  270. content: "\f057";
  271. }
  272. .icon-check-circle:before {
  273. content: "\f058";
  274. }
  275. .icon-question-circle:before {
  276. content: "\f059";
  277. }
  278. .icon-info-circle:before {
  279. content: "\f05a";
  280. }
  281. .icon-crosshairs:before {
  282. content: "\f05b";
  283. }
  284. .icon-times-circle-o:before {
  285. content: "\f05c";
  286. }
  287. .icon-check-circle-o:before {
  288. content: "\f05d";
  289. }
  290. .icon-ban:before {
  291. content: "\f05e";
  292. }
  293. .icon-arrow-left:before {
  294. content: "\f060";
  295. }
  296. .icon-arrow-right:before {
  297. content: "\f061";
  298. }
  299. .icon-arrow-up:before {
  300. content: "\f062";
  301. }
  302. .icon-arrow-down:before {
  303. content: "\f063";
  304. }
  305. .icon-mail-forward:before,
  306. .icon-share:before {
  307. content: "\f064";
  308. }
  309. .icon-expand:before {
  310. content: "\f065";
  311. }
  312. .icon-compress:before {
  313. content: "\f066";
  314. }
  315. .icon-plus:before {
  316. content: "\f067";
  317. }
  318. .icon-minus:before {
  319. content: "\f068";
  320. }
  321. .icon-asterisk:before {
  322. content: "\f069";
  323. }
  324. .icon-exclamation-circle:before {
  325. content: "\f06a";
  326. }
  327. .icon-gift:before {
  328. content: "\f06b";
  329. }
  330. .icon-leaf:before {
  331. content: "\f06c";
  332. }
  333. .icon-fire:before {
  334. content: "\f06d";
  335. }
  336. .icon-eye:before {
  337. content: "\f06e";
  338. }
  339. .icon-eye-slash:before {
  340. content: "\f070";
  341. }
  342. .icon-warning:before,
  343. .icon-exclamation-triangle:before {
  344. content: "\f071";
  345. }
  346. .icon-plane:before {
  347. content: "\f072";
  348. }
  349. .icon-calendar:before {
  350. content: "\f073";
  351. }
  352. .icon-random:before {
  353. content: "\f074";
  354. }
  355. .icon-comment:before {
  356. content: "\f075";
  357. }
  358. .icon-magnet:before {
  359. content: "\f076";
  360. }
  361. .icon-chevron-up:before {
  362. content: "\f077";
  363. }
  364. .icon-chevron-down:before {
  365. content: "\f078";
  366. }
  367. .icon-retweet:before {
  368. content: "\f079";
  369. }
  370. .icon-shopping-cart:before {
  371. content: "\f07a";
  372. }
  373. .icon-folder:before {
  374. content: "\f07b";
  375. }
  376. .icon-folder-open:before {
  377. content: "\f07c";
  378. }
  379. .icon-arrows-v:before {
  380. content: "\f07d";
  381. }
  382. .icon-arrows-h:before {
  383. content: "\f07e";
  384. }
  385. .icon-bar-chart-o:before,
  386. .icon-bar-chart:before {
  387. content: "\f080";
  388. }
  389. .icon-twitter-square:before {
  390. content: "\f081";
  391. }
  392. .icon-facebook-square:before {
  393. content: "\f082";
  394. }
  395. .icon-camera-retro:before {
  396. content: "\f083";
  397. }
  398. .icon-key:before {
  399. content: "\f084";
  400. }
  401. .icon-gears:before,
  402. .icon-cogs:before {
  403. content: "\f085";
  404. }
  405. .icon-comments:before {
  406. content: "\f086";
  407. }
  408. .icon-thumbs-o-up:before {
  409. content: "\f087";
  410. }
  411. .icon-thumbs-o-down:before {
  412. content: "\f088";
  413. }
  414. .icon-star-half:before {
  415. content: "\f089";
  416. }
  417. .icon-heart-o:before {
  418. content: "\f08a";
  419. }
  420. .icon-sign-out:before {
  421. content: "\f08b";
  422. }
  423. .icon-linkedin-square:before {
  424. content: "\f08c";
  425. }
  426. .icon-thumb-tack:before {
  427. content: "\f08d";
  428. }
  429. .icon-external-link:before {
  430. content: "\f08e";
  431. }
  432. .icon-sign-in:before {
  433. content: "\f090";
  434. }
  435. .icon-trophy:before {
  436. content: "\f091";
  437. }
  438. .icon-github-square:before {
  439. content: "\f092";
  440. }
  441. .icon-upload:before {
  442. content: "\f093";
  443. }
  444. .icon-lemon-o:before {
  445. content: "\f094";
  446. }
  447. .icon-phone:before {
  448. content: "\f095";
  449. }
  450. .icon-square-o:before {
  451. content: "\f096";
  452. }
  453. .icon-bookmark-o:before {
  454. content: "\f097";
  455. }
  456. .icon-phone-square:before {
  457. content: "\f098";
  458. }
  459. .icon-twitter:before {
  460. content: "\f099";
  461. }
  462. .icon-facebook:before {
  463. content: "\f09a";
  464. }
  465. .icon-github:before {
  466. content: "\f09b";
  467. }
  468. .icon-unlock:before {
  469. content: "\f09c";
  470. }
  471. .icon-credit-card:before {
  472. content: "\f09d";
  473. }
  474. .icon-rss:before {
  475. content: "\f09e";
  476. }
  477. .icon-hdd-o:before {
  478. content: "\f0a0";
  479. }
  480. .icon-bullhorn:before {
  481. content: "\f0a1";
  482. }
  483. .icon-bell:before {
  484. content: "\f0f3";
  485. }
  486. .icon-certificate:before {
  487. content: "\f0a3";
  488. }
  489. .icon-hand-o-right:before {
  490. content: "\f0a4";
  491. }
  492. .icon-hand-o-left:before {
  493. content: "\f0a5";
  494. }
  495. .icon-hand-o-up:before {
  496. content: "\f0a6";
  497. }
  498. .icon-hand-o-down:before {
  499. content: "\f0a7";
  500. }
  501. .icon-arrow-circle-left:before {
  502. content: "\f0a8";
  503. }
  504. .icon-arrow-circle-right:before {
  505. content: "\f0a9";
  506. }
  507. .icon-arrow-circle-up:before {
  508. content: "\f0aa";
  509. }
  510. .icon-arrow-circle-down:before {
  511. content: "\f0ab";
  512. }
  513. .icon-globe:before {
  514. content: "\f0ac";
  515. }
  516. .icon-wrench:before {
  517. content: "\f0ad";
  518. }
  519. .icon-tasks:before {
  520. content: "\f0ae";
  521. }
  522. .icon-filter:before {
  523. content: "\f0b0";
  524. }
  525. .icon-briefcase:before {
  526. content: "\f0b1";
  527. }
  528. .icon-arrows-alt:before {
  529. content: "\f0b2";
  530. }
  531. .icon-group:before,
  532. .icon-users:before {
  533. content: "\f0c0";
  534. }
  535. .icon-chain:before,
  536. .icon-link:before {
  537. content: "\f0c1";
  538. }
  539. .icon-cloud:before {
  540. content: "\f0c2";
  541. }
  542. .icon-flask:before {
  543. content: "\f0c3";
  544. }
  545. .icon-cut:before,
  546. .icon-scissors:before {
  547. content: "\f0c4";
  548. }
  549. .icon-copy:before,
  550. .icon-files-o:before {
  551. content: "\f0c5";
  552. }
  553. .icon-paperclip:before {
  554. content: "\f0c6";
  555. }
  556. .icon-save:before,
  557. .icon-floppy-o:before {
  558. content: "\f0c7";
  559. }
  560. .icon-square:before {
  561. content: "\f0c8";
  562. }
  563. .icon-navicon:before,
  564. .icon-reorder:before,
  565. .icon-bars:before {
  566. content: "\f0c9";
  567. }
  568. .icon-list-ul:before {
  569. content: "\f0ca";
  570. }
  571. .icon-list-ol:before {
  572. content: "\f0cb";
  573. }
  574. .icon-strikethrough:before {
  575. content: "\f0cc";
  576. }
  577. .icon-underline:before {
  578. content: "\f0cd";
  579. }
  580. .icon-table:before {
  581. content: "\f0ce";
  582. }
  583. .icon-magic:before {
  584. content: "\f0d0";
  585. }
  586. .icon-truck:before {
  587. content: "\f0d1";
  588. }
  589. .icon-pinterest:before {
  590. content: "\f0d2";
  591. }
  592. .icon-pinterest-square:before {
  593. content: "\f0d3";
  594. }
  595. .icon-google-plus-square:before {
  596. content: "\f0d4";
  597. }
  598. .icon-google-plus:before {
  599. content: "\f0d5";
  600. }
  601. .icon-money:before {
  602. content: "\f0d6";
  603. }
  604. .ui-accordion-header-icon.ui-icon-triangle-1-s:before,
  605. .icon-caret-down:before {
  606. content: "\f0d7";
  607. }
  608. .icon-caret-up:before {
  609. content: "\f0d8";
  610. }
  611. .icon-caret-left:before {
  612. content: "\f0d9";
  613. }
  614. .ui-icon-triangle-1-e:before,
  615. .icon-caret-right:before {
  616. content: "\f0da";
  617. }
  618. .icon-columns:before {
  619. content: "\f0db";
  620. }
  621. .dataTable .sorting .glyph-icon:before,
  622. .dataTable .ui-icon-carat-2-n-s:before,
  623. .icon-unsorted:before,
  624. .icon-sort:before {
  625. content: "\f0dc";
  626. }
  627. .dataTable .sorting_asc .glyph-icon:before,
  628. .icon-sort-down:before,
  629. .icon-sort-asc:before {
  630. content: "\f0dd";
  631. }
  632. .dataTable .sorting_desc .glyph-icon:before,
  633. .dataTable .ui-icon-triangle-1-n:before,
  634. .icon-sort-up:before,
  635. .icon-sort-desc:before {
  636. content: "\f0de";
  637. }
  638. .icon-envelope:before {
  639. content: "\f0e0";
  640. }
  641. .icon-linkedin:before {
  642. content: "\f0e1";
  643. }
  644. .icon-rotate-left:before,
  645. .icon-undo:before {
  646. content: "\f0e2";
  647. }
  648. .icon-legal:before,
  649. .icon-gavel:before {
  650. content: "\f0e3";
  651. }
  652. .icon-dashboard:before,
  653. .icon-tachometer:before {
  654. content: "\f0e4";
  655. }
  656. .icon-comment-o:before {
  657. content: "\f0e5";
  658. }
  659. .icon-comments-o:before {
  660. content: "\f0e6";
  661. }
  662. .icon-flash:before,
  663. .icon-bolt:before {
  664. content: "\f0e7";
  665. }
  666. .icon-sitemap:before {
  667. content: "\f0e8";
  668. }
  669. .icon-umbrella:before {
  670. content: "\f0e9";
  671. }
  672. .icon-paste:before,
  673. .icon-clipboard:before {
  674. content: "\f0ea";
  675. }
  676. .icon-lightbulb-o:before {
  677. content: "\f0eb";
  678. }
  679. .icon-exchange:before {
  680. content: "\f0ec";
  681. }
  682. .icon-cloud-download:before {
  683. content: "\f0ed";
  684. }
  685. .icon-cloud-upload:before {
  686. content: "\f0ee";
  687. }
  688. .icon-user-md:before {
  689. content: "\f0f0";
  690. }
  691. .icon-stethoscope:before {
  692. content: "\f0f1";
  693. }
  694. .icon-suitcase:before {
  695. content: "\f0f2";
  696. }
  697. .icon-bell-o:before {
  698. content: "\f0a2";
  699. }
  700. .icon-coffee:before {
  701. content: "\f0f4";
  702. }
  703. .icon-cutlery:before {
  704. content: "\f0f5";
  705. }
  706. .icon-file-text-o:before {
  707. content: "\f0f6";
  708. }
  709. .icon-building-o:before {
  710. content: "\f0f7";
  711. }
  712. .icon-hospital-o:before {
  713. content: "\f0f8";
  714. }
  715. .icon-ambulance:before {
  716. content: "\f0f9";
  717. }
  718. .icon-medkit:before {
  719. content: "\f0fa";
  720. }
  721. .icon-fighter-jet:before {
  722. content: "\f0fb";
  723. }
  724. .icon-beer:before {
  725. content: "\f0fc";
  726. }
  727. .icon-h-square:before {
  728. content: "\f0fd";
  729. }
  730. .icon-plus-square:before {
  731. content: "\f0fe";
  732. }
  733. .icon-angle-double-left:before {
  734. content: "\f100";
  735. }
  736. .icon-angle-double-right:before {
  737. content: "\f101";
  738. }
  739. .icon-angle-double-up:before {
  740. content: "\f102";
  741. }
  742. .icon-angle-double-down:before {
  743. content: "\f103";
  744. }
  745. .icon-angle-left:before {
  746. content: "\f104";
  747. }
  748. #page-sidebar li a.sf-with-ul:after,
  749. .icon-angle-right:before {
  750. content: "\f105";
  751. }
  752. .icon-angle-up:before {
  753. content: "\f106";
  754. }
  755. .icon-angle-down:before {
  756. content: "\f107";
  757. }
  758. .icon-desktop:before {
  759. content: "\f108";
  760. }
  761. .icon-laptop:before {
  762. content: "\f109";
  763. }
  764. .icon-tablet:before {
  765. content: "\f10a";
  766. }
  767. .icon-mobile-phone:before,
  768. .icon-mobile:before {
  769. content: "\f10b";
  770. }
  771. .icon-circle-o:before {
  772. content: "\f10c";
  773. }
  774. .icon-quote-left:before {
  775. content: "\f10d";
  776. }
  777. .icon-quote-right:before {
  778. content: "\f10e";
  779. }
  780. .icon-spinner:before {
  781. content: "\f110";
  782. }
  783. #page-sidebar li ul li a:before,
  784. .icon-circle:before {
  785. content: "\f111";
  786. }
  787. .icon-mail-reply:before,
  788. .icon-reply:before {
  789. content: "\f112";
  790. }
  791. .icon-github-alt:before {
  792. content: "\f113";
  793. }
  794. .icon-folder-o:before {
  795. content: "\f114";
  796. }
  797. .icon-folder-open-o:before {
  798. content: "\f115";
  799. }
  800. .icon-smile-o:before {
  801. content: "\f118";
  802. }
  803. .icon-frown-o:before {
  804. content: "\f119";
  805. }
  806. .icon-meh-o:before {
  807. content: "\f11a";
  808. }
  809. .icon-gamepad:before {
  810. content: "\f11b";
  811. }
  812. .icon-keyboard-o:before {
  813. content: "\f11c";
  814. }
  815. .icon-flag-o:before {
  816. content: "\f11d";
  817. }
  818. .icon-flag-checkered:before {
  819. content: "\f11e";
  820. }
  821. .icon-terminal:before {
  822. content: "\f120";
  823. }
  824. .icon-code:before {
  825. content: "\f121";
  826. }
  827. .icon-mail-reply-all:before,
  828. .icon-reply-all:before {
  829. content: "\f122";
  830. }
  831. .icon-star-half-empty:before,
  832. .icon-star-half-full:before,
  833. .icon-star-half-o:before {
  834. content: "\f123";
  835. }
  836. .icon-location-arrow:before {
  837. content: "\f124";
  838. }
  839. .icon-crop:before {
  840. content: "\f125";
  841. }
  842. .icon-code-fork:before {
  843. content: "\f126";
  844. }
  845. .icon-unlink:before,
  846. .icon-chain-broken:before {
  847. content: "\f127";
  848. }
  849. .icon-question:before {
  850. content: "\f128";
  851. }
  852. .icon-info:before {
  853. content: "\f129";
  854. }
  855. .icon-exclamation:before {
  856. content: "\f12a";
  857. }
  858. .icon-superscript:before {
  859. content: "\f12b";
  860. }
  861. .icon-subscript:before {
  862. content: "\f12c";
  863. }
  864. .icon-eraser:before {
  865. content: "\f12d";
  866. }
  867. .icon-puzzle-piece:before {
  868. content: "\f12e";
  869. }
  870. .icon-microphone:before {
  871. content: "\f130";
  872. }
  873. .icon-microphone-slash:before {
  874. content: "\f131";
  875. }
  876. .icon-shield:before {
  877. content: "\f132";
  878. }
  879. .icon-calendar-o:before {
  880. content: "\f133";
  881. }
  882. .icon-fire-extinguisher:before {
  883. content: "\f134";
  884. }
  885. .icon-rocket:before {
  886. content: "\f135";
  887. }
  888. .icon-maxcdn:before {
  889. content: "\f136";
  890. }
  891. .ui-icon-circle-triangle-w:before,
  892. .icon-chevron-circle-left:before {
  893. content: "\f137";
  894. }
  895. .ui-icon-circle-triangle-e:before,
  896. .icon-chevron-circle-right:before {
  897. content: "\f138";
  898. }
  899. .icon-chevron-circle-up:before {
  900. content: "\f139";
  901. }
  902. .icon-chevron-circle-down:before {
  903. content: "\f13a";
  904. }
  905. .icon-html5:before {
  906. content: "\f13b";
  907. }
  908. .icon-css3:before {
  909. content: "\f13c";
  910. }
  911. .icon-anchor:before {
  912. content: "\f13d";
  913. }
  914. .icon-unlock-alt:before {
  915. content: "\f13e";
  916. }
  917. .icon-bullseye:before {
  918. content: "\f140";
  919. }
  920. .icon-ellipsis-h:before {
  921. content: "\f141";
  922. }
  923. .icon-ellipsis-v:before {
  924. content: "\f142";
  925. }
  926. .icon-rss-square:before {
  927. content: "\f143";
  928. }
  929. .icon-play-circle:before {
  930. content: "\f144";
  931. }
  932. .icon-ticket:before {
  933. content: "\f145";
  934. }
  935. .icon-minus-square:before {
  936. content: "\f146";
  937. }
  938. .icon-minus-square-o:before {
  939. content: "\f147";
  940. }
  941. .icon-level-up:before {
  942. content: "\f148";
  943. }
  944. .icon-level-down:before {
  945. content: "\f149";
  946. }
  947. .icon-check-square:before {
  948. content: "\f14a";
  949. }
  950. .icon-pencil-square:before {
  951. content: "\f14b";
  952. }
  953. .icon-external-link-square:before {
  954. content: "\f14c";
  955. }
  956. .icon-share-square:before {
  957. content: "\f14d";
  958. }
  959. .icon-compass:before {
  960. content: "\f14e";
  961. }
  962. .icon-toggle-down:before,
  963. .icon-caret-square-o-down:before {
  964. content: "\f150";
  965. }
  966. .icon-toggle-up:before,
  967. .icon-caret-square-o-up:before {
  968. content: "\f151";
  969. }
  970. .icon-toggle-right:before,
  971. .icon-caret-square-o-right:before {
  972. content: "\f152";
  973. }
  974. .icon-euro:before,
  975. .icon-eur:before {
  976. content: "\f153";
  977. }
  978. .icon-gbp:before {
  979. content: "\f154";
  980. }
  981. .icon-dollar:before,
  982. .icon-usd:before {
  983. content: "\f155";
  984. }
  985. .icon-rupee:before,
  986. .icon-inr:before {
  987. content: "\f156";
  988. }
  989. .icon-cny:before,
  990. .icon-rmb:before,
  991. .icon-yen:before,
  992. .icon-jpy:before {
  993. content: "\f157";
  994. }
  995. .icon-ruble:before,
  996. .icon-rouble:before,
  997. .icon-rub:before {
  998. content: "\f158";
  999. }
  1000. .icon-won:before,
  1001. .icon-krw:before {
  1002. content: "\f159";
  1003. }
  1004. .icon-bitcoin:before,
  1005. .icon-btc:before {
  1006. content: "\f15a";
  1007. }
  1008. .icon-file:before {
  1009. content: "\f15b";
  1010. }
  1011. .icon-file-text:before {
  1012. content: "\f15c";
  1013. }
  1014. .icon-sort-alpha-asc:before {
  1015. content: "\f15d";
  1016. }
  1017. .icon-sort-alpha-desc:before {
  1018. content: "\f15e";
  1019. }
  1020. .icon-sort-amount-asc:before {
  1021. content: "\f160";
  1022. }
  1023. .icon-sort-amount-desc:before {
  1024. content: "\f161";
  1025. }
  1026. .icon-sort-numeric-asc:before {
  1027. content: "\f162";
  1028. }
  1029. .icon-sort-numeric-desc:before {
  1030. content: "\f163";
  1031. }
  1032. .icon-thumbs-up:before {
  1033. content: "\f164";
  1034. }
  1035. .icon-thumbs-down:before {
  1036. content: "\f165";
  1037. }
  1038. .icon-youtube-square:before {
  1039. content: "\f166";
  1040. }
  1041. .icon-youtube:before {
  1042. content: "\f167";
  1043. }
  1044. .icon-xing:before {
  1045. content: "\f168";
  1046. }
  1047. .icon-xing-square:before {
  1048. content: "\f169";
  1049. }
  1050. .icon-youtube-play:before {
  1051. content: "\f16a";
  1052. }
  1053. .icon-dropbox:before {
  1054. content: "\f16b";
  1055. }
  1056. .icon-stack-overflow:before {
  1057. content: "\f16c";
  1058. }
  1059. .icon-instagram:before {
  1060. content: "\f16d";
  1061. }
  1062. .icon-flickr:before {
  1063. content: "\f16e";
  1064. }
  1065. .icon-adn:before {
  1066. content: "\f170";
  1067. }
  1068. .icon-bitbucket:before {
  1069. content: "\f171";
  1070. }
  1071. .icon-bitbucket-square:before {
  1072. content: "\f172";
  1073. }
  1074. .icon-tumblr:before {
  1075. content: "\f173";
  1076. }
  1077. .icon-tumblr-square:before {
  1078. content: "\f174";
  1079. }
  1080. .icon-long-arrow-down:before {
  1081. content: "\f175";
  1082. }
  1083. .icon-long-arrow-up:before {
  1084. content: "\f176";
  1085. }
  1086. .icon-long-arrow-left:before {
  1087. content: "\f177";
  1088. }
  1089. .icon-long-arrow-right:before {
  1090. content: "\f178";
  1091. }
  1092. .icon-apple:before {
  1093. content: "\f179";
  1094. }
  1095. .icon-windows:before {
  1096. content: "\f17a";
  1097. }
  1098. .icon-android:before {
  1099. content: "\f17b";
  1100. }
  1101. .icon-linux:before {
  1102. content: "\f17c";
  1103. }
  1104. .icon-dribbble:before {
  1105. content: "\f17d";
  1106. }
  1107. .icon-skype:before {
  1108. content: "\f17e";
  1109. }
  1110. .icon-foursquare:before {
  1111. content: "\f180";
  1112. }
  1113. .icon-trello:before {
  1114. content: "\f181";
  1115. }
  1116. .icon-female:before {
  1117. content: "\f182";
  1118. }
  1119. .icon-male:before {
  1120. content: "\f183";
  1121. }
  1122. .icon-gittip:before {
  1123. content: "\f184";
  1124. }
  1125. .icon-sun-o:before {
  1126. content: "\f185";
  1127. }
  1128. .icon-moon-o:before {
  1129. content: "\f186";
  1130. }
  1131. .icon-archive:before {
  1132. content: "\f187";
  1133. }
  1134. .icon-bug:before {
  1135. content: "\f188";
  1136. }
  1137. .icon-vk:before {
  1138. content: "\f189";
  1139. }
  1140. .icon-weibo:before {
  1141. content: "\f18a";
  1142. }
  1143. .icon-renren:before {
  1144. content: "\f18b";
  1145. }
  1146. .icon-pagelines:before {
  1147. content: "\f18c";
  1148. }
  1149. .icon-stack-exchange:before {
  1150. content: "\f18d";
  1151. }
  1152. .icon-arrow-circle-o-right:before {
  1153. content: "\f18e";
  1154. }
  1155. .icon-arrow-circle-o-left:before {
  1156. content: "\f190";
  1157. }
  1158. .icon-toggle-left:before,
  1159. .icon-caret-square-o-left:before {
  1160. content: "\f191";
  1161. }
  1162. .icon-dot-circle-o:before {
  1163. content: "\f192";
  1164. }
  1165. .icon-wheelchair:before {
  1166. content: "\f193";
  1167. }
  1168. .icon-vimeo-square:before {
  1169. content: "\f194";
  1170. }
  1171. .icon-turkish-lira:before,
  1172. .icon-try:before {
  1173. content: "\f195";
  1174. }
  1175. .icon-plus-square-o:before {
  1176. content: "\f196";
  1177. }
  1178. .icon-space-shuttle:before {
  1179. content: "\f197";
  1180. }
  1181. .icon-slack:before {
  1182. content: "\f198";
  1183. }
  1184. .icon-envelope-square:before {
  1185. content: "\f199";
  1186. }
  1187. .icon-wordpress:before {
  1188. content: "\f19a";
  1189. }
  1190. .icon-openid:before {
  1191. content: "\f19b";
  1192. }
  1193. .icon-institution:before,
  1194. .icon-bank:before,
  1195. .icon-university:before {
  1196. content: "\f19c";
  1197. }
  1198. .icon-mortar-board:before,
  1199. .icon-graduation-cap:before {
  1200. content: "\f19d";
  1201. }
  1202. .icon-yahoo:before {
  1203. content: "\f19e";
  1204. }
  1205. .icon-google:before {
  1206. content: "\f1a0";
  1207. }
  1208. .icon-reddit:before {
  1209. content: "\f1a1";
  1210. }
  1211. .icon-reddit-square:before {
  1212. content: "\f1a2";
  1213. }
  1214. .icon-stumbleupon-circle:before {
  1215. content: "\f1a3";
  1216. }
  1217. .icon-stumbleupon:before {
  1218. content: "\f1a4";
  1219. }
  1220. .icon-delicious:before {
  1221. content: "\f1a5";
  1222. }
  1223. .icon-digg:before {
  1224. content: "\f1a6";
  1225. }
  1226. .icon-pied-piper:before {
  1227. content: "\f1a7";
  1228. }
  1229. .icon-pied-piper-alt:before {
  1230. content: "\f1a8";
  1231. }
  1232. .icon-drupal:before {
  1233. content: "\f1a9";
  1234. }
  1235. .icon-joomla:before {
  1236. content: "\f1aa";
  1237. }
  1238. .icon-language:before {
  1239. content: "\f1ab";
  1240. }
  1241. .icon-fax:before {
  1242. content: "\f1ac";
  1243. }
  1244. .icon-building:before {
  1245. content: "\f1ad";
  1246. }
  1247. .icon-child:before {
  1248. content: "\f1ae";
  1249. }
  1250. .icon-paw:before {
  1251. content: "\f1b0";
  1252. }
  1253. .icon-spoon:before {
  1254. content: "\f1b1";
  1255. }
  1256. .icon-cube:before {
  1257. content: "\f1b2";
  1258. }
  1259. .icon-cubes:before {
  1260. content: "\f1b3";
  1261. }
  1262. .icon-behance:before {
  1263. content: "\f1b4";
  1264. }
  1265. .icon-behance-square:before {
  1266. content: "\f1b5";
  1267. }
  1268. .icon-steam:before {
  1269. content: "\f1b6";
  1270. }
  1271. .icon-steam-square:before {
  1272. content: "\f1b7";
  1273. }
  1274. .icon-recycle:before {
  1275. content: "\f1b8";
  1276. }
  1277. .icon-automobile:before,
  1278. .icon-car:before {
  1279. content: "\f1b9";
  1280. }
  1281. .icon-cab:before,
  1282. .icon-taxi:before {
  1283. content: "\f1ba";
  1284. }
  1285. .icon-tree:before {
  1286. content: "\f1bb";
  1287. }
  1288. .icon-spotify:before {
  1289. content: "\f1bc";
  1290. }
  1291. .icon-deviantart:before {
  1292. content: "\f1bd";
  1293. }
  1294. .icon-soundcloud:before {
  1295. content: "\f1be";
  1296. }
  1297. .icon-database:before {
  1298. content: "\f1c0";
  1299. }
  1300. .icon-file-pdf-o:before {
  1301. content: "\f1c1";
  1302. }
  1303. .icon-file-word-o:before {
  1304. content: "\f1c2";
  1305. }
  1306. .icon-file-excel-o:before {
  1307. content: "\f1c3";
  1308. }
  1309. .icon-file-powerpoint-o:before {
  1310. content: "\f1c4";
  1311. }
  1312. .icon-file-photo-o:before,
  1313. .icon-file-picture-o:before,
  1314. .icon-file-image-o:before {
  1315. content: "\f1c5";
  1316. }
  1317. .icon-file-zip-o:before,
  1318. .icon-file-archive-o:before {
  1319. content: "\f1c6";
  1320. }
  1321. .icon-file-sound-o:before,
  1322. .icon-file-audio-o:before {
  1323. content: "\f1c7";
  1324. }
  1325. .icon-file-movie-o:before,
  1326. .icon-file-video-o:before {
  1327. content: "\f1c8";
  1328. }
  1329. .icon-file-code-o:before {
  1330. content: "\f1c9";
  1331. }
  1332. .icon-vine:before {
  1333. content: "\f1ca";
  1334. }
  1335. .icon-codepen:before {
  1336. content: "\f1cb";
  1337. }
  1338. .icon-jsfiddle:before {
  1339. content: "\f1cc";
  1340. }
  1341. .icon-life-bouy:before,
  1342. .icon-life-buoy:before,
  1343. .icon-life-saver:before,
  1344. .icon-support:before,
  1345. .icon-life-ring:before {
  1346. content: "\f1cd";
  1347. }
  1348. .icon-circle-o-notch:before {
  1349. content: "\f1ce";
  1350. }
  1351. .icon-ra:before,
  1352. .icon-rebel:before {
  1353. content: "\f1d0";
  1354. }
  1355. .icon-ge:before,
  1356. .icon-empire:before {
  1357. content: "\f1d1";
  1358. }
  1359. .icon-git-square:before {
  1360. content: "\f1d2";
  1361. }
  1362. .icon-git:before {
  1363. content: "\f1d3";
  1364. }
  1365. .icon-hacker-news:before {
  1366. content: "\f1d4";
  1367. }
  1368. .icon-tencent-weibo:before {
  1369. content: "\f1d5";
  1370. }
  1371. .icon-qq:before {
  1372. content: "\f1d6";
  1373. }
  1374. .icon-wechat:before,
  1375. .icon-weixin:before {
  1376. content: "\f1d7";
  1377. }
  1378. .icon-send:before,
  1379. .icon-paper-plane:before {
  1380. content: "\f1d8";
  1381. }
  1382. .icon-send-o:before,
  1383. .icon-paper-plane-o:before {
  1384. content: "\f1d9";
  1385. }
  1386. .icon-history:before {
  1387. content: "\f1da";
  1388. }
  1389. .icon-circle-thin:before {
  1390. content: "\f1db";
  1391. }
  1392. .icon-header:before {
  1393. content: "\f1dc";
  1394. }
  1395. .icon-paragraph:before {
  1396. content: "\f1dd";
  1397. }
  1398. .icon-sliders:before {
  1399. content: "\f1de";
  1400. }
  1401. .icon-share-alt:before {
  1402. content: "\f1e0";
  1403. }
  1404. .icon-share-alt-square:before {
  1405. content: "\f1e1";
  1406. }
  1407. .icon-bomb:before {
  1408. content: "\f1e2";
  1409. }
  1410. .icon-soccer-ball-o:before,
  1411. .icon-futbol-o:before {
  1412. content: "\f1e3";
  1413. }
  1414. .icon-tty:before {
  1415. content: "\f1e4";
  1416. }
  1417. .icon-binoculars:before {
  1418. content: "\f1e5";
  1419. }
  1420. .icon-plug:before {
  1421. content: "\f1e6";
  1422. }
  1423. .icon-slideshare:before {
  1424. content: "\f1e7";
  1425. }
  1426. .icon-twitch:before {
  1427. content: "\f1e8";
  1428. }
  1429. .icon-yelp:before {
  1430. content: "\f1e9";
  1431. }
  1432. .icon-newspaper-o:before {
  1433. content: "\f1ea";
  1434. }
  1435. .icon-wifi:before {
  1436. content: "\f1eb";
  1437. }
  1438. .icon-calculator:before {
  1439. content: "\f1ec";
  1440. }
  1441. .icon-paypal:before {
  1442. content: "\f1ed";
  1443. }
  1444. .icon-google-wallet:before {
  1445. content: "\f1ee";
  1446. }
  1447. .icon-cc-visa:before {
  1448. content: "\f1f0";
  1449. }
  1450. .icon-cc-mastercard:before {
  1451. content: "\f1f1";
  1452. }
  1453. .icon-cc-discover:before {
  1454. content: "\f1f2";
  1455. }
  1456. .icon-cc-amex:before {
  1457. content: "\f1f3";
  1458. }
  1459. .icon-cc-paypal:before {
  1460. content: "\f1f4";
  1461. }
  1462. .icon-cc-stripe:before {
  1463. content: "\f1f5";
  1464. }
  1465. .icon-bell-slash:before {
  1466. content: "\f1f6";
  1467. }
  1468. .icon-bell-slash-o:before {
  1469. content: "\f1f7";
  1470. }
  1471. .icon-trash:before {
  1472. content: "\f1f8";
  1473. }
  1474. .icon-copyright:before {
  1475. content: "\f1f9";
  1476. }
  1477. .icon-at:before {
  1478. content: "\f1fa";
  1479. }
  1480. .icon-eyedropper:before {
  1481. content: "\f1fb";
  1482. }
  1483. .icon-paint-brush:before {
  1484. content: "\f1fc";
  1485. }
  1486. .icon-birthday-cake:before {
  1487. content: "\f1fd";
  1488. }
  1489. .icon-area-chart:before {
  1490. content: "\f1fe";
  1491. }
  1492. .icon-pie-chart:before {
  1493. content: "\f200";
  1494. }
  1495. .icon-line-chart:before {
  1496. content: "\f201";
  1497. }
  1498. .icon-lastfm:before {
  1499. content: "\f202";
  1500. }
  1501. .icon-lastfm-square:before {
  1502. content: "\f203";
  1503. }
  1504. .icon-toggle-off:before {
  1505. content: "\f204";
  1506. }
  1507. .icon-toggle-on:before {
  1508. content: "\f205";
  1509. }
  1510. .icon-bicycle:before {
  1511. content: "\f206";
  1512. }
  1513. .icon-bus:before {
  1514. content: "\f207";
  1515. }
  1516. .icon-ioxhost:before {
  1517. content: "\f208";
  1518. }
  1519. .icon-angellist:before {
  1520. content: "\f209";
  1521. }
  1522. .icon-cc:before {
  1523. content: "\f20a";
  1524. }
  1525. .icon-shekel:before,
  1526. .icon-sheqel:before,
  1527. .icon-ils:before {
  1528. content: "\f20b";
  1529. }
  1530. .icon-meanpath:before {
  1531. content: "\f20c";
  1532. }