font-awesome.css 20 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100
  1. /*!
  2. * Font Awesome 3.1.0
  3. * the iconic font designed for use with Twitter Bootstrap
  4. * -------------------------------------------------------
  5. * The full suite of pictographic icons, examples, and documentation
  6. * can be found at: http://fortawesome.github.com/Font-Awesome/
  7. *
  8. * License
  9. * -------------------------------------------------------
  10. * - The Font Awesome font is licensed under the SIL Open Font License v1.1 - http://scripts.sil.org/OFL
  11. * - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
  12. * http://opensource.org/licenses/mit-license.html
  13. * - The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/
  14. * - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
  15. * "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome"
  16. * Contact
  17. * -------------------------------------------------------
  18. * Email: dave@davegandy.com
  19. * Twitter: http://twitter.com/fortaweso_me
  20. * Work: Lead Product Designer @ http://kyruus.com
  21. */
  22. @font-face {
  23. font-family: 'FontAwesome';
  24. src: url('../font/fontawesome-webfont.eot?v=3.0.1');
  25. src: url('../font/FontAwesome.otf') format('opentype');
  26. font-weight: normal;
  27. font-style: normal;
  28. }
  29. /* Font Awesome styles
  30. ------------------------------------------------------- */
  31. [class^="icon-"],
  32. [class*=" icon-"] {
  33. font-family: FontAwesome;
  34. font-weight: normal;
  35. font-style: normal;
  36. text-decoration: inherit;
  37. -webkit-font-smoothing: antialiased;
  38. /* sprites.less reset */
  39. display: inline;
  40. width: auto;
  41. height: auto;
  42. line-height: normal;
  43. vertical-align: baseline;
  44. background-image: none;
  45. background-position: 0% 0%;
  46. background-repeat: repeat;
  47. margin-top: 0;
  48. }
  49. /* more sprites.less reset */
  50. .icon-white,
  51. .nav-pills > .active > a > [class^="icon-"],
  52. .nav-pills > .active > a > [class*=" icon-"],
  53. .nav-list > .active > a > [class^="icon-"],
  54. .nav-list > .active > a > [class*=" icon-"],
  55. .navbar-inverse .nav > .active > a > [class^="icon-"],
  56. .navbar-inverse .nav > .active > a > [class*=" icon-"],
  57. .dropdown-menu > li > a:hover > [class^="icon-"],
  58. .dropdown-menu > li > a:hover > [class*=" icon-"],
  59. .dropdown-menu > .active > a > [class^="icon-"],
  60. .dropdown-menu > .active > a > [class*=" icon-"],
  61. .dropdown-submenu:hover > a > [class^="icon-"],
  62. .dropdown-submenu:hover > a > [class*=" icon-"] {
  63. background-image: none;
  64. }
  65. [class^="icon-"]:before,
  66. [class*=" icon-"]:before {
  67. text-decoration: inherit;
  68. display: inline-block;
  69. speak: none;
  70. }
  71. /* makes sure icons active on rollover in links */
  72. a [class^="icon-"],
  73. a [class*=" icon-"] {
  74. display: inline-block;
  75. }
  76. /* makes the font 33% larger relative to the icon container */
  77. .icon-large:before {
  78. vertical-align: -10%;
  79. font-size: 1.3333333333333333em;
  80. }
  81. .btn [class^="icon-"],
  82. .nav [class^="icon-"],
  83. .btn [class*=" icon-"],
  84. .nav [class*=" icon-"] {
  85. display: inline;
  86. /* keeps button heights with and without icons the same */
  87. }
  88. .btn [class^="icon-"].icon-large,
  89. .nav [class^="icon-"].icon-large,
  90. .btn [class*=" icon-"].icon-large,
  91. .nav [class*=" icon-"].icon-large {
  92. line-height: .9em;
  93. }
  94. .btn [class^="icon-"].icon-spin,
  95. .nav [class^="icon-"].icon-spin,
  96. .btn [class*=" icon-"].icon-spin,
  97. .nav [class*=" icon-"].icon-spin {
  98. display: inline-block;
  99. }
  100. .nav-tabs [class^="icon-"],
  101. .nav-pills [class^="icon-"],
  102. .nav-tabs [class*=" icon-"],
  103. .nav-pills [class*=" icon-"] {
  104. /* keeps button heights with and without icons the same */
  105. }
  106. .nav-tabs [class^="icon-"],
  107. .nav-pills [class^="icon-"],
  108. .nav-tabs [class*=" icon-"],
  109. .nav-pills [class*=" icon-"],
  110. .nav-tabs [class^="icon-"].icon-large,
  111. .nav-pills [class^="icon-"].icon-large,
  112. .nav-tabs [class*=" icon-"].icon-large,
  113. .nav-pills [class*=" icon-"].icon-large {
  114. line-height: .9em;
  115. }
  116. li [class^="icon-"],
  117. .nav li [class^="icon-"],
  118. li [class*=" icon-"],
  119. .nav li [class*=" icon-"] {
  120. display: inline-block;
  121. width: 1.25em;
  122. text-align: center;
  123. }
  124. li [class^="icon-"].icon-large,
  125. .nav li [class^="icon-"].icon-large,
  126. li [class*=" icon-"].icon-large,
  127. .nav li [class*=" icon-"].icon-large {
  128. /* increased font size for icon-large */
  129. width: 1.5625em;
  130. }
  131. ul.icons {
  132. list-style-type: none;
  133. text-indent: -0.75em;
  134. }
  135. ul.icons li [class^="icon-"],
  136. ul.icons li [class*=" icon-"] {
  137. width: .75em;
  138. }
  139. .icon-muted {
  140. color: #eeeeee;
  141. }
  142. .icon-border {
  143. border: solid 1px #eeeeee;
  144. padding: .2em .25em .15em;
  145. -webkit-border-radius: 3px;
  146. -moz-border-radius: 3px;
  147. border-radius: 3px;
  148. }
  149. .icon-2x {
  150. font-size: 2em;
  151. }
  152. .icon-2x.icon-border {
  153. border-width: 2px;
  154. -webkit-border-radius: 4px;
  155. -moz-border-radius: 4px;
  156. border-radius: 4px;
  157. }
  158. .icon-3x {
  159. font-size: 3em;
  160. }
  161. .icon-3x.icon-border {
  162. border-width: 3px;
  163. -webkit-border-radius: 5px;
  164. -moz-border-radius: 5px;
  165. border-radius: 5px;
  166. }
  167. .icon-4x {
  168. font-size: 4em;
  169. }
  170. .icon-4x.icon-border {
  171. border-width: 4px;
  172. -webkit-border-radius: 6px;
  173. -moz-border-radius: 6px;
  174. border-radius: 6px;
  175. }
  176. .pull-right {
  177. float: right;
  178. }
  179. .pull-left {
  180. float: left;
  181. }
  182. [class^="icon-"].pull-left,
  183. [class*=" icon-"].pull-left {
  184. margin-right: .3em;
  185. }
  186. [class^="icon-"].pull-right,
  187. [class*=" icon-"].pull-right {
  188. margin-left: .3em;
  189. }
  190. .btn [class^="icon-"].pull-left.icon-2x,
  191. .btn [class*=" icon-"].pull-left.icon-2x,
  192. .btn [class^="icon-"].pull-right.icon-2x,
  193. .btn [class*=" icon-"].pull-right.icon-2x {
  194. margin-top: .18em;
  195. }
  196. .btn [class^="icon-"].icon-spin.icon-large,
  197. .btn [class*=" icon-"].icon-spin.icon-large {
  198. line-height: .8em;
  199. }
  200. .btn.btn-small [class^="icon-"].pull-left.icon-2x,
  201. .btn.btn-small [class*=" icon-"].pull-left.icon-2x,
  202. .btn.btn-small [class^="icon-"].pull-right.icon-2x,
  203. .btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  204. margin-top: .25em;
  205. }
  206. .btn.btn-large [class^="icon-"],
  207. .btn.btn-large [class*=" icon-"] {
  208. margin-top: 0;
  209. }
  210. .btn.btn-large [class^="icon-"].pull-left.icon-2x,
  211. .btn.btn-large [class*=" icon-"].pull-left.icon-2x,
  212. .btn.btn-large [class^="icon-"].pull-right.icon-2x,
  213. .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  214. margin-top: .05em;
  215. }
  216. .btn.btn-large [class^="icon-"].pull-left.icon-2x,
  217. .btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  218. margin-right: .2em;
  219. }
  220. .btn.btn-large [class^="icon-"].pull-right.icon-2x,
  221. .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  222. margin-left: .2em;
  223. }
  224. .icon-spin {
  225. display: inline-block;
  226. -moz-animation: spin 2s infinite linear;
  227. -o-animation: spin 2s infinite linear;
  228. -webkit-animation: spin 2s infinite linear;
  229. animation: spin 2s infinite linear;
  230. }
  231. @-moz-keyframes spin {
  232. 0% {
  233. -moz-transform: rotate(0deg);
  234. }
  235. 100% {
  236. -moz-transform: rotate(359deg);
  237. }
  238. }
  239. @-webkit-keyframes spin {
  240. 0% {
  241. -webkit-transform: rotate(0deg);
  242. }
  243. 100% {
  244. -webkit-transform: rotate(359deg);
  245. }
  246. }
  247. @-o-keyframes spin {
  248. 0% {
  249. -o-transform: rotate(0deg);
  250. }
  251. 100% {
  252. -o-transform: rotate(359deg);
  253. }
  254. }
  255. @-ms-keyframes spin {
  256. 0% {
  257. -ms-transform: rotate(0deg);
  258. }
  259. 100% {
  260. -ms-transform: rotate(359deg);
  261. }
  262. }
  263. @keyframes spin {
  264. 0% {
  265. transform: rotate(0deg);
  266. }
  267. 100% {
  268. transform: rotate(359deg);
  269. }
  270. }
  271. @-moz-document url-prefix() {
  272. .icon-spin {
  273. height: .9em;
  274. }
  275. .btn .icon-spin {
  276. height: auto;
  277. }
  278. .icon-spin.icon-large {
  279. height: 1.25em;
  280. }
  281. .btn .icon-spin.icon-large {
  282. height: .75em;
  283. }
  284. }
  285. /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
  286. readers do not read off random characters that represent icons */
  287. .icon-glass:before {
  288. content: "\f000";
  289. }
  290. .icon-music:before {
  291. content: "\f001";
  292. }
  293. .icon-search:before {
  294. content: "\f002";
  295. }
  296. .icon-envelope:before {
  297. content: "\f003";
  298. }
  299. .icon-heart:before {
  300. content: "\f004";
  301. }
  302. .icon-star:before {
  303. content: "\f005";
  304. }
  305. .icon-star-empty:before {
  306. content: "\f006";
  307. }
  308. .icon-user:before {
  309. content: "\f007";
  310. }
  311. .icon-film:before {
  312. content: "\f008";
  313. }
  314. .icon-th-large:before {
  315. content: "\f009";
  316. }
  317. .icon-th:before {
  318. content: "\f00a";
  319. }
  320. .icon-th-list:before {
  321. content: "\f00b";
  322. }
  323. .icon-ok:before {
  324. content: "\f00c";
  325. }
  326. .icon-remove:before {
  327. content: "\f00d";
  328. }
  329. .icon-zoom-in:before {
  330. content: "\f00e";
  331. }
  332. .icon-zoom-out:before {
  333. content: "\f010";
  334. }
  335. .icon-off:before {
  336. content: "\f011";
  337. }
  338. .icon-signal:before {
  339. content: "\f012";
  340. }
  341. .icon-cog:before {
  342. content: "\f013";
  343. }
  344. .icon-trash:before {
  345. content: "\f014";
  346. }
  347. .icon-home:before {
  348. content: "\f015";
  349. }
  350. .icon-file:before {
  351. content: "\f016";
  352. }
  353. .icon-time:before {
  354. content: "\f017";
  355. }
  356. .icon-road:before {
  357. content: "\f018";
  358. }
  359. .icon-download-alt:before {
  360. content: "\f019";
  361. }
  362. .icon-download:before {
  363. content: "\f01a";
  364. }
  365. .icon-upload:before {
  366. content: "\f01b";
  367. }
  368. .icon-inbox:before {
  369. content: "\f01c";
  370. }
  371. .icon-play-circle:before {
  372. content: "\f01d";
  373. }
  374. .icon-repeat:before,
  375. .icon-rotate-right:before {
  376. content: "\f01e";
  377. }
  378. /* \f020 doesn't work in Safari. all shifted one down */
  379. .icon-refresh:before {
  380. content: "\f021";
  381. }
  382. .icon-list-alt:before {
  383. content: "\f022";
  384. }
  385. .icon-lock:before {
  386. content: "\f023";
  387. }
  388. .icon-flag:before {
  389. content: "\f024";
  390. }
  391. .icon-headphones:before {
  392. content: "\f025";
  393. }
  394. .icon-volume-off:before {
  395. content: "\f026";
  396. }
  397. .icon-volume-down:before {
  398. content: "\f027";
  399. }
  400. .icon-volume-up:before {
  401. content: "\f028";
  402. }
  403. .icon-qrcode:before {
  404. content: "\f029";
  405. }
  406. .icon-barcode:before {
  407. content: "\f02a";
  408. }
  409. .icon-tag:before {
  410. content: "\f02b";
  411. }
  412. .icon-tags:before {
  413. content: "\f02c";
  414. }
  415. .icon-book:before {
  416. content: "\f02d";
  417. }
  418. .icon-bookmark:before {
  419. content: "\f02e";
  420. }
  421. .icon-print:before {
  422. content: "\f02f";
  423. }
  424. .icon-camera:before {
  425. content: "\f030";
  426. }
  427. .icon-font:before {
  428. content: "\f031";
  429. }
  430. .icon-bold:before {
  431. content: "\f032";
  432. }
  433. .icon-italic:before {
  434. content: "\f033";
  435. }
  436. .icon-text-height:before {
  437. content: "\f034";
  438. }
  439. .icon-text-width:before {
  440. content: "\f035";
  441. }
  442. .icon-align-left:before {
  443. content: "\f036";
  444. }
  445. .icon-align-center:before {
  446. content: "\f037";
  447. }
  448. .icon-align-right:before {
  449. content: "\f038";
  450. }
  451. .icon-align-justify:before {
  452. content: "\f039";
  453. }
  454. .icon-list:before {
  455. content: "\f03a";
  456. }
  457. .icon-indent-left:before {
  458. content: "\f03b";
  459. }
  460. .icon-indent-right:before {
  461. content: "\f03c";
  462. }
  463. .icon-facetime-video:before {
  464. content: "\f03d";
  465. }
  466. .icon-picture:before {
  467. content: "\f03e";
  468. }
  469. .icon-pencil:before {
  470. content: "\f040";
  471. }
  472. .icon-map-marker:before {
  473. content: "\f041";
  474. }
  475. .icon-adjust:before {
  476. content: "\f042";
  477. }
  478. .icon-tint:before {
  479. content: "\f043";
  480. }
  481. .icon-edit:before {
  482. content: "\f044";
  483. }
  484. .icon-share:before {
  485. content: "\f045";
  486. }
  487. .icon-check:before {
  488. content: "\f046";
  489. }
  490. .icon-move:before {
  491. content: "\f047";
  492. }
  493. .icon-step-backward:before {
  494. content: "\f048";
  495. }
  496. .icon-fast-backward:before {
  497. content: "\f049";
  498. }
  499. .icon-backward:before {
  500. content: "\f04a";
  501. }
  502. .icon-play:before {
  503. content: "\f04b";
  504. }
  505. .icon-pause:before {
  506. content: "\f04c";
  507. }
  508. .icon-stop:before {
  509. content: "\f04d";
  510. }
  511. .icon-forward:before {
  512. content: "\f04e";
  513. }
  514. .icon-fast-forward:before {
  515. content: "\f050";
  516. }
  517. .icon-step-forward:before {
  518. content: "\f051";
  519. }
  520. .icon-eject:before {
  521. content: "\f052";
  522. }
  523. .icon-chevron-left:before {
  524. content: "\f053";
  525. }
  526. .icon-chevron-right:before {
  527. content: "\f054";
  528. }
  529. .icon-plus-sign:before {
  530. content: "\f055";
  531. }
  532. .icon-minus-sign:before {
  533. content: "\f056";
  534. }
  535. .icon-remove-sign:before {
  536. content: "\f057";
  537. }
  538. .icon-ok-sign:before {
  539. content: "\f058";
  540. }
  541. .icon-question-sign:before {
  542. content: "\f059";
  543. }
  544. .icon-info-sign:before {
  545. content: "\f05a";
  546. }
  547. .icon-screenshot:before {
  548. content: "\f05b";
  549. }
  550. .icon-remove-circle:before {
  551. content: "\f05c";
  552. }
  553. .icon-ok-circle:before {
  554. content: "\f05d";
  555. }
  556. .icon-ban-circle:before {
  557. content: "\f05e";
  558. }
  559. .icon-arrow-left:before {
  560. content: "\f060";
  561. }
  562. .icon-arrow-right:before {
  563. content: "\f061";
  564. }
  565. .icon-arrow-up:before {
  566. content: "\f062";
  567. }
  568. .icon-arrow-down:before {
  569. content: "\f063";
  570. }
  571. .icon-share-alt:before,
  572. .icon-mail-forward:before {
  573. content: "\f064";
  574. }
  575. .icon-resize-full:before {
  576. content: "\f065";
  577. }
  578. .icon-resize-small:before {
  579. content: "\f066";
  580. }
  581. .icon-plus:before {
  582. content: "\f067";
  583. }
  584. .icon-minus:before {
  585. content: "\f068";
  586. }
  587. .icon-asterisk:before {
  588. content: "\f069";
  589. }
  590. .icon-exclamation-sign:before {
  591. content: "\f06a";
  592. }
  593. .icon-gift:before {
  594. content: "\f06b";
  595. }
  596. .icon-leaf:before {
  597. content: "\f06c";
  598. }
  599. .icon-fire:before {
  600. content: "\f06d";
  601. }
  602. .icon-eye-open:before {
  603. content: "\f06e";
  604. }
  605. .icon-eye-close:before {
  606. content: "\f070";
  607. }
  608. .icon-warning-sign:before {
  609. content: "\f071";
  610. }
  611. .icon-plane:before {
  612. content: "\f072";
  613. }
  614. .icon-calendar:before {
  615. content: "\f073";
  616. }
  617. .icon-random:before {
  618. content: "\f074";
  619. }
  620. .icon-comment:before {
  621. content: "\f075";
  622. }
  623. .icon-magnet:before {
  624. content: "\f076";
  625. }
  626. .icon-chevron-up:before {
  627. content: "\f077";
  628. }
  629. .icon-chevron-down:before {
  630. content: "\f078";
  631. }
  632. .icon-retweet:before {
  633. content: "\f079";
  634. }
  635. .icon-shopping-cart:before {
  636. content: "\f07a";
  637. }
  638. .icon-folder-close:before {
  639. content: "\f07b";
  640. }
  641. .icon-folder-open:before {
  642. content: "\f07c";
  643. }
  644. .icon-resize-vertical:before {
  645. content: "\f07d";
  646. }
  647. .icon-resize-horizontal:before {
  648. content: "\f07e";
  649. }
  650. .icon-bar-chart:before {
  651. content: "\f080";
  652. }
  653. .icon-twitter-sign:before {
  654. content: "\f081";
  655. }
  656. .icon-facebook-sign:before {
  657. content: "\f082";
  658. }
  659. .icon-camera-retro:before {
  660. content: "\f083";
  661. }
  662. .icon-key:before {
  663. content: "\f084";
  664. }
  665. .icon-cogs:before {
  666. content: "\f085";
  667. }
  668. .icon-comments:before {
  669. content: "\f086";
  670. }
  671. .icon-thumbs-up:before {
  672. content: "\f087";
  673. }
  674. .icon-thumbs-down:before {
  675. content: "\f088";
  676. }
  677. .icon-star-half:before {
  678. content: "\f089";
  679. }
  680. .icon-heart-empty:before {
  681. content: "\f08a";
  682. }
  683. .icon-signout:before {
  684. content: "\f08b";
  685. }
  686. .icon-linkedin-sign:before {
  687. content: "\f08c";
  688. }
  689. .icon-pushpin:before {
  690. content: "\f08d";
  691. }
  692. .icon-external-link:before {
  693. content: "\f08e";
  694. }
  695. .icon-signin:before {
  696. content: "\f090";
  697. }
  698. .icon-trophy:before {
  699. content: "\f091";
  700. }
  701. .icon-github-sign:before {
  702. content: "\f092";
  703. }
  704. .icon-upload-alt:before {
  705. content: "\f093";
  706. }
  707. .icon-lemon:before {
  708. content: "\f094";
  709. }
  710. .icon-phone:before {
  711. content: "\f095";
  712. }
  713. .icon-check-empty:before {
  714. content: "\f096";
  715. }
  716. .icon-bookmark-empty:before {
  717. content: "\f097";
  718. }
  719. .icon-phone-sign:before {
  720. content: "\f098";
  721. }
  722. .icon-twitter:before {
  723. content: "\f099";
  724. }
  725. .icon-facebook:before {
  726. content: "\f09a";
  727. }
  728. .icon-github:before {
  729. content: "\f09b";
  730. }
  731. .icon-unlock:before {
  732. content: "\f09c";
  733. }
  734. .icon-credit-card:before {
  735. content: "\f09d";
  736. }
  737. .icon-rss:before {
  738. content: "\f09e";
  739. }
  740. .icon-hdd:before {
  741. content: "\f0a0";
  742. }
  743. .icon-bullhorn:before {
  744. content: "\f0a1";
  745. }
  746. .icon-bell:before {
  747. content: "\f0a2";
  748. }
  749. .icon-certificate:before {
  750. content: "\f0a3";
  751. }
  752. .icon-hand-right:before {
  753. content: "\f0a4";
  754. }
  755. .icon-hand-left:before {
  756. content: "\f0a5";
  757. }
  758. .icon-hand-up:before {
  759. content: "\f0a6";
  760. }
  761. .icon-hand-down:before {
  762. content: "\f0a7";
  763. }
  764. .icon-circle-arrow-left:before {
  765. content: "\f0a8";
  766. }
  767. .icon-circle-arrow-right:before {
  768. content: "\f0a9";
  769. }
  770. .icon-circle-arrow-up:before {
  771. content: "\f0aa";
  772. }
  773. .icon-circle-arrow-down:before {
  774. content: "\f0ab";
  775. }
  776. .icon-globe:before {
  777. content: "\f0ac";
  778. }
  779. .icon-wrench:before {
  780. content: "\f0ad";
  781. }
  782. .icon-tasks:before {
  783. content: "\f0ae";
  784. }
  785. .icon-filter:before {
  786. content: "\f0b0";
  787. }
  788. .icon-briefcase:before {
  789. content: "\f0b1";
  790. }
  791. .icon-fullscreen:before {
  792. content: "\f0b2";
  793. }
  794. .icon-group:before {
  795. content: "\f0c0";
  796. }
  797. .icon-link:before {
  798. content: "\f0c1";
  799. }
  800. .icon-cloud:before {
  801. content: "\f0c2";
  802. }
  803. .icon-beaker:before {
  804. content: "\f0c3";
  805. }
  806. .icon-cut:before {
  807. content: "\f0c4";
  808. }
  809. .icon-copy:before {
  810. content: "\f0c5";
  811. }
  812. .icon-paper-clip:before {
  813. content: "\f0c6";
  814. }
  815. .icon-save:before {
  816. content: "\f0c7";
  817. }
  818. .icon-sign-blank:before {
  819. content: "\f0c8";
  820. }
  821. .icon-reorder:before {
  822. content: "\f0c9";
  823. }
  824. .icon-list-ul:before {
  825. content: "\f0ca";
  826. }
  827. .icon-list-ol:before {
  828. content: "\f0cb";
  829. }
  830. .icon-strikethrough:before {
  831. content: "\f0cc";
  832. }
  833. .icon-underline:before {
  834. content: "\f0cd";
  835. }
  836. .icon-table:before {
  837. content: "\f0ce";
  838. }
  839. .icon-magic:before {
  840. content: "\f0d0";
  841. }
  842. .icon-truck:before {
  843. content: "\f0d1";
  844. }
  845. .icon-pinterest:before {
  846. content: "\f0d2";
  847. }
  848. .icon-pinterest-sign:before {
  849. content: "\f0d3";
  850. }
  851. .icon-google-plus-sign:before {
  852. content: "\f0d4";
  853. }
  854. .icon-google-plus:before {
  855. content: "\f0d5";
  856. }
  857. .icon-money:before {
  858. content: "\f0d6";
  859. }
  860. .icon-caret-down:before {
  861. content: "\f0d7";
  862. }
  863. .icon-caret-up:before {
  864. content: "\f0d8";
  865. }
  866. .icon-caret-left:before {
  867. content: "\f0d9";
  868. }
  869. .icon-caret-right:before {
  870. content: "\f0da";
  871. }
  872. .icon-columns:before {
  873. content: "\f0db";
  874. }
  875. .icon-sort:before {
  876. content: "\f0dc";
  877. }
  878. .icon-sort-down:before {
  879. content: "\f0dd";
  880. }
  881. .icon-sort-up:before {
  882. content: "\f0de";
  883. }
  884. .icon-envelope-alt:before {
  885. content: "\f0e0";
  886. }
  887. .icon-linkedin:before {
  888. content: "\f0e1";
  889. }
  890. .icon-undo:before,
  891. .icon-rotate-left:before {
  892. content: "\f0e2";
  893. }
  894. .icon-legal:before {
  895. content: "\f0e3";
  896. }
  897. .icon-dashboard:before {
  898. content: "\f0e4";
  899. }
  900. .icon-comment-alt:before {
  901. content: "\f0e5";
  902. }
  903. .icon-comments-alt:before {
  904. content: "\f0e6";
  905. }
  906. .icon-bolt:before {
  907. content: "\f0e7";
  908. }
  909. .icon-sitemap:before {
  910. content: "\f0e8";
  911. }
  912. .icon-umbrella:before {
  913. content: "\f0e9";
  914. }
  915. .icon-paste:before {
  916. content: "\f0ea";
  917. }
  918. .icon-lightbulb:before {
  919. content: "\f0eb";
  920. }
  921. .icon-exchange:before {
  922. content: "\f0ec";
  923. }
  924. .icon-cloud-download:before {
  925. content: "\f0ed";
  926. }
  927. .icon-cloud-upload:before {
  928. content: "\f0ee";
  929. }
  930. .icon-user-md:before {
  931. content: "\f0f0";
  932. }
  933. .icon-stethoscope:before {
  934. content: "\f0f1";
  935. }
  936. .icon-suitcase:before {
  937. content: "\f0f2";
  938. }
  939. .icon-bell-alt:before {
  940. content: "\f0f3";
  941. }
  942. .icon-coffee:before {
  943. content: "\f0f4";
  944. }
  945. .icon-food:before {
  946. content: "\f0f5";
  947. }
  948. .icon-file-alt:before {
  949. content: "\f0f6";
  950. }
  951. .icon-building:before {
  952. content: "\f0f7";
  953. }
  954. .icon-hospital:before {
  955. content: "\f0f8";
  956. }
  957. .icon-ambulance:before {
  958. content: "\f0f9";
  959. }
  960. .icon-medkit:before {
  961. content: "\f0fa";
  962. }
  963. .icon-fighter-jet:before {
  964. content: "\f0fb";
  965. }
  966. .icon-beer:before {
  967. content: "\f0fc";
  968. }
  969. .icon-h-sign:before {
  970. content: "\f0fd";
  971. }
  972. .icon-plus-sign-alt:before {
  973. content: "\f0fe";
  974. }
  975. .icon-double-angle-left:before {
  976. content: "\f100";
  977. }
  978. .icon-double-angle-right:before {
  979. content: "\f101";
  980. }
  981. .icon-double-angle-up:before {
  982. content: "\f102";
  983. }
  984. .icon-double-angle-down:before {
  985. content: "\f103";
  986. }
  987. .icon-angle-left:before {
  988. content: "\f104";
  989. }
  990. .icon-angle-right:before {
  991. content: "\f105";
  992. }
  993. .icon-angle-up:before {
  994. content: "\f106";
  995. }
  996. .icon-angle-down:before {
  997. content: "\f107";
  998. }
  999. .icon-desktop:before {
  1000. content: "\f108";
  1001. }
  1002. .icon-laptop:before {
  1003. content: "\f109";
  1004. }
  1005. .icon-tablet:before {
  1006. content: "\f10a";
  1007. }
  1008. .icon-mobile-phone:before {
  1009. content: "\f10b";
  1010. }
  1011. .icon-circle-blank:before {
  1012. content: "\f10c";
  1013. }
  1014. .icon-quote-left:before {
  1015. content: "\f10d";
  1016. }
  1017. .icon-quote-right:before {
  1018. content: "\f10e";
  1019. }
  1020. .icon-spinner:before {
  1021. content: "\f110";
  1022. }
  1023. .icon-circle:before {
  1024. content: "\f111";
  1025. }
  1026. .icon-reply:before,
  1027. .icon-mail-reply:before {
  1028. content: "\f112";
  1029. }
  1030. .icon-github-alt:before {
  1031. content: "\f113";
  1032. }
  1033. .icon-folder-close-alt:before {
  1034. content: "\f114";
  1035. }
  1036. .icon-folder-open-alt:before {
  1037. content: "\f115";
  1038. }
  1039. .icon-expand-alt:before {
  1040. content: "\f116";
  1041. }
  1042. .icon-collapse-alt:before {
  1043. content: "\f117";
  1044. }
  1045. .icon-smile:before {
  1046. content: "\f118";
  1047. }
  1048. .icon-frown:before {
  1049. content: "\f119";
  1050. }
  1051. .icon-meh:before {
  1052. content: "\f11a";
  1053. }
  1054. .icon-gamepad:before {
  1055. content: "\f11b";
  1056. }
  1057. .icon-keyboard:before {
  1058. content: "\f11c";
  1059. }
  1060. .icon-flag-alt:before {
  1061. content: "\f11d";
  1062. }
  1063. .icon-flag-checkered:before {
  1064. content: "\f11e";
  1065. }
  1066. .icon-terminal:before {
  1067. content: "\f120";
  1068. }
  1069. .icon-code:before {
  1070. content: "\f121";
  1071. }
  1072. .icon-reply-all:before {
  1073. content: "\f122";
  1074. }
  1075. .icon-mail-reply-all:before {
  1076. content: "\f122";
  1077. }
  1078. .icon-star-half-empty:before {
  1079. content: "\f123";
  1080. }
  1081. .icon-location-arrow:before {
  1082. content: "\f124";
  1083. }
  1084. .icon-crop:before {
  1085. content: "\f125";
  1086. }
  1087. .icon-code-fork:before {
  1088. content: "\f126";
  1089. }
  1090. .icon-unlink:before {
  1091. content: "\f127";
  1092. }
  1093. .icon-question:before {
  1094. content: "\f128";
  1095. }