Advertisement
Guest User

Untitled

a guest
Nov 11th, 2017
849
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 154.46 KB | None | 0 0
  1. /*!
  2. * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
  3. * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
  4. */
  5.  
  6. @font-face {
  7. font-family: 'FontAwesome';
  8. src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
  9. src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  10. font-weight: normal;
  11. font-style: normal
  12. }
  13. .fa {
  14. display: inline-block;
  15. font: normal normal normal 14px/1 FontAwesome;
  16. font-size: inherit;
  17. text-rendering: auto;
  18. -webkit-font-smoothing: antialiased;
  19. -moz-osx-font-smoothing: grayscale
  20. }
  21. .fa-lg {
  22. font-size: 1.33333333em;
  23. line-height: .75em;
  24. vertical-align: -15%
  25. }
  26. .fa-2x {
  27. font-size: 2em
  28. }
  29. .fa-3x {
  30. font-size: 3em
  31. }
  32. .fa-4x {
  33. font-size: 4em
  34. }
  35. .fa-5x {
  36. font-size: 5em
  37. }
  38. .fa-fw {
  39. width: 1.28571429em;
  40. text-align: center
  41. }
  42. .fa-ul {
  43. padding-left: 0;
  44. margin-left: 2.14285714em;
  45. list-style-type: none
  46. }
  47. .fa-ul>li {
  48. position: relative
  49. }
  50. .fa-li {
  51. position: absolute;
  52. left: -2.14285714em;
  53. width: 2.14285714em;
  54. top: .14285714em;
  55. text-align: center
  56. }
  57. .fa-li.fa-lg {
  58. left: -1.85714286em
  59. }
  60. .fa-border {
  61. padding: .2em .25em .15em;
  62. border: solid .08em #eee;
  63. border-radius: .1em
  64. }
  65. .fa-pull-left {
  66. float: left
  67. }
  68. .fa-pull-right {
  69. float: right
  70. }
  71. .fa.fa-pull-left {
  72. margin-right: .3em
  73. }
  74. .fa.fa-pull-right {
  75. margin-left: .3em
  76. }
  77. .pull-right {
  78. float: right
  79. }
  80. .pull-left {
  81. float: left
  82. }
  83. .fa.pull-left {
  84. margin-right: .3em
  85. }
  86. .fa.pull-right {
  87. margin-left: .3em
  88. }
  89. .fa-spin {
  90. -webkit-animation: fa-spin 2s infinite linear;
  91. animation: fa-spin 2s infinite linear
  92. }
  93. .fa-pulse {
  94. -webkit-animation: fa-spin 1s infinite steps(8);
  95. animation: fa-spin 1s infinite steps(8)
  96. }
  97. @-webkit-keyframes fa-spin {
  98. 0% {
  99. -webkit-transform: rotate(0deg);
  100. transform: rotate(0deg)
  101. }
  102. 100% {
  103. -webkit-transform: rotate(359deg);
  104. transform: rotate(359deg)
  105. }
  106. }
  107. @keyframes fa-spin {
  108. 0% {
  109. -webkit-transform: rotate(0deg);
  110. transform: rotate(0deg)
  111. }
  112. 100% {
  113. -webkit-transform: rotate(359deg);
  114. transform: rotate(359deg)
  115. }
  116. }
  117. .fa-rotate-90 {
  118. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  119. -webkit-transform: rotate(90deg);
  120. -ms-transform: rotate(90deg);
  121. transform: rotate(90deg)
  122. }
  123. .fa-rotate-180 {
  124. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  125. -webkit-transform: rotate(180deg);
  126. -ms-transform: rotate(180deg);
  127. transform: rotate(180deg)
  128. }
  129. .fa-rotate-270 {
  130. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  131. -webkit-transform: rotate(270deg);
  132. -ms-transform: rotate(270deg);
  133. transform: rotate(270deg)
  134. }
  135. .fa-flip-horizontal {
  136. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  137. -webkit-transform: scale(-1, 1);
  138. -ms-transform: scale(-1, 1);
  139. transform: scale(-1, 1)
  140. }
  141. .fa-flip-vertical {
  142. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  143. -webkit-transform: scale(1, -1);
  144. -ms-transform: scale(1, -1);
  145. transform: scale(1, -1)
  146. }
  147. :root .fa-rotate-90,
  148. :root .fa-rotate-180,
  149. :root .fa-rotate-270,
  150. :root .fa-flip-horizontal,
  151. :root .fa-flip-vertical {
  152. filter: none
  153. }
  154. .fa-stack {
  155. position: relative;
  156. display: inline-block;
  157. width: 2em;
  158. height: 2em;
  159. line-height: 2em;
  160. vertical-align: middle
  161. }
  162. .fa-stack-1x,
  163. .fa-stack-2x {
  164. position: absolute;
  165. left: 0;
  166. width: 100%;
  167. text-align: center
  168. }
  169. .fa-stack-1x {
  170. line-height: inherit
  171. }
  172. .fa-stack-2x {
  173. font-size: 2em
  174. }
  175. .fa-inverse {
  176. color: #fff
  177. }
  178. .fa-glass:before {
  179. content: "\f000"
  180. }
  181. .fa-music:before {
  182. content: "\f001"
  183. }
  184. .fa-search:before {
  185. content: "\f002"
  186. }
  187. .fa-envelope-o:before {
  188. content: "\f003"
  189. }
  190. .fa-heart:before {
  191. content: "\f004"
  192. }
  193. .fa-star:before {
  194. content: "\f005"
  195. }
  196. .fa-star-o:before {
  197. content: "\f006"
  198. }
  199. .fa-user:before {
  200. content: "\f007"
  201. }
  202. .fa-film:before {
  203. content: "\f008"
  204. }
  205. .fa-th-large:before {
  206. content: "\f009"
  207. }
  208. .fa-th:before {
  209. content: "\f00a"
  210. }
  211. .fa-th-list:before {
  212. content: "\f00b"
  213. }
  214. .fa-check:before {
  215. content: "\f00c"
  216. }
  217. .fa-remove:before,
  218. .fa-close:before,
  219. .fa-times:before {
  220. content: "\f00d"
  221. }
  222. .fa-search-plus:before {
  223. content: "\f00e"
  224. }
  225. .fa-search-minus:before {
  226. content: "\f010"
  227. }
  228. .fa-power-off:before {
  229. content: "\f011"
  230. }
  231. .fa-signal:before {
  232. content: "\f012"
  233. }
  234. .fa-gear:before,
  235. .fa-cog:before {
  236. content: "\f013"
  237. }
  238. .fa-trash-o:before {
  239. content: "\f014"
  240. }
  241. .fa-home:before {
  242. content: "\f015"
  243. }
  244. .fa-file-o:before {
  245. content: "\f016"
  246. }
  247. .fa-clock-o:before {
  248. content: "\f017"
  249. }
  250. .fa-road:before {
  251. content: "\f018"
  252. }
  253. .fa-download:before {
  254. content: "\f019"
  255. }
  256. .fa-arrow-circle-o-down:before {
  257. content: "\f01a"
  258. }
  259. .fa-arrow-circle-o-up:before {
  260. content: "\f01b"
  261. }
  262. .fa-inbox:before {
  263. content: "\f01c"
  264. }
  265. .fa-play-circle-o:before {
  266. content: "\f01d"
  267. }
  268. .fa-rotate-right:before,
  269. .fa-repeat:before {
  270. content: "\f01e"
  271. }
  272. .fa-refresh:before {
  273. content: "\f021"
  274. }
  275. .fa-list-alt:before {
  276. content: "\f022"
  277. }
  278. .fa-lock:before {
  279. content: "\f023"
  280. }
  281. .fa-flag:before {
  282. content: "\f024"
  283. }
  284. .fa-headphones:before {
  285. content: "\f025"
  286. }
  287. .fa-volume-off:before {
  288. content: "\f026"
  289. }
  290. .fa-volume-down:before {
  291. content: "\f027"
  292. }
  293. .fa-volume-up:before {
  294. content: "\f028"
  295. }
  296. .fa-qrcode:before {
  297. content: "\f029"
  298. }
  299. .fa-barcode:before {
  300. content: "\f02a"
  301. }
  302. .fa-tag:before {
  303. content: "\f02b"
  304. }
  305. .fa-tags:before {
  306. content: "\f02c"
  307. }
  308. .fa-book:before {
  309. content: "\f02d"
  310. }
  311. .fa-bookmark:before {
  312. content: "\f02e"
  313. }
  314. .fa-print:before {
  315. content: "\f02f"
  316. }
  317. .fa-camera:before {
  318. content: "\f030"
  319. }
  320. .fa-font:before {
  321. content: "\f031"
  322. }
  323. .fa-bold:before {
  324. content: "\f032"
  325. }
  326. .fa-italic:before {
  327. content: "\f033"
  328. }
  329. .fa-text-height:before {
  330. content: "\f034"
  331. }
  332. .fa-text-width:before {
  333. content: "\f035"
  334. }
  335. .fa-align-left:before {
  336. content: "\f036"
  337. }
  338. .fa-align-center:before {
  339. content: "\f037"
  340. }
  341. .fa-align-right:before {
  342. content: "\f038"
  343. }
  344. .fa-align-justify:before {
  345. content: "\f039"
  346. }
  347. .fa-list:before {
  348. content: "\f03a"
  349. }
  350. .fa-dedent:before,
  351. .fa-outdent:before {
  352. content: "\f03b"
  353. }
  354. .fa-indent:before {
  355. content: "\f03c"
  356. }
  357. .fa-video-camera:before {
  358. content: "\f03d"
  359. }
  360. .fa-photo:before,
  361. .fa-image:before,
  362. .fa-picture-o:before {
  363. content: "\f03e"
  364. }
  365. .fa-pencil:before {
  366. content: "\f040"
  367. }
  368. .fa-map-marker:before {
  369. content: "\f041"
  370. }
  371. .fa-adjust:before {
  372. content: "\f042"
  373. }
  374. .fa-tint:before {
  375. content: "\f043"
  376. }
  377. .fa-edit:before,
  378. .fa-pencil-square-o:before {
  379. content: "\f044"
  380. }
  381. .fa-share-square-o:before {
  382. content: "\f045"
  383. }
  384. .fa-check-square-o:before {
  385. content: "\f046"
  386. }
  387. .fa-arrows:before {
  388. content: "\f047"
  389. }
  390. .fa-step-backward:before {
  391. content: "\f048"
  392. }
  393. .fa-fast-backward:before {
  394. content: "\f049"
  395. }
  396. .fa-backward:before {
  397. content: "\f04a"
  398. }
  399. .fa-play:before {
  400. content: "\f04b"
  401. }
  402. .fa-pause:before {
  403. content: "\f04c"
  404. }
  405. .fa-stop:before {
  406. content: "\f04d"
  407. }
  408. .fa-forward:before {
  409. content: "\f04e"
  410. }
  411. .fa-fast-forward:before {
  412. content: "\f050"
  413. }
  414. .fa-step-forward:before {
  415. content: "\f051"
  416. }
  417. .fa-eject:before {
  418. content: "\f052"
  419. }
  420. .fa-chevron-left:before {
  421. content: "\f053"
  422. }
  423. .fa-chevron-right:before {
  424. content: "\f054"
  425. }
  426. .fa-plus-circle:before {
  427. content: "\f055"
  428. }
  429. .fa-minus-circle:before {
  430. content: "\f056"
  431. }
  432. .fa-times-circle:before {
  433. content: "\f057"
  434. }
  435. .fa-check-circle:before {
  436. content: "\f058"
  437. }
  438. .fa-question-circle:before {
  439. content: "\f059"
  440. }
  441. .fa-info-circle:before {
  442. content: "\f05a"
  443. }
  444. .fa-crosshairs:before {
  445. content: "\f05b"
  446. }
  447. .fa-times-circle-o:before {
  448. content: "\f05c"
  449. }
  450. .fa-check-circle-o:before {
  451. content: "\f05d"
  452. }
  453. .fa-ban:before {
  454. content: "\f05e"
  455. }
  456. .fa-arrow-left:before {
  457. content: "\f060"
  458. }
  459. .fa-arrow-right:before {
  460. content: "\f061"
  461. }
  462. .fa-arrow-up:before {
  463. content: "\f062"
  464. }
  465. .fa-arrow-down:before {
  466. content: "\f063"
  467. }
  468. .fa-mail-forward:before,
  469. .fa-share:before {
  470. content: "\f064"
  471. }
  472. .fa-expand:before {
  473. content: "\f065"
  474. }
  475. .fa-compress:before {
  476. content: "\f066"
  477. }
  478. .fa-plus:before {
  479. content: "\f067"
  480. }
  481. .fa-minus:before {
  482. content: "\f068"
  483. }
  484. .fa-asterisk:before {
  485. content: "\f069"
  486. }
  487. .fa-exclamation-circle:before {
  488. content: "\f06a"
  489. }
  490. .fa-gift:before {
  491. content: "\f06b"
  492. }
  493. .fa-leaf:before {
  494. content: "\f06c"
  495. }
  496. .fa-fire:before {
  497. content: "\f06d"
  498. }
  499. .fa-eye:before {
  500. content: "\f06e"
  501. }
  502. .fa-eye-slash:before {
  503. content: "\f070"
  504. }
  505. .fa-warning:before,
  506. .fa-exclamation-triangle:before {
  507. content: "\f071"
  508. }
  509. .fa-plane:before {
  510. content: "\f072"
  511. }
  512. .fa-calendar:before {
  513. content: "\f073"
  514. }
  515. .fa-random:before {
  516. content: "\f074"
  517. }
  518. .fa-comment:before {
  519. content: "\f075"
  520. }
  521. .fa-magnet:before {
  522. content: "\f076"
  523. }
  524. .fa-chevron-up:before {
  525. content: "\f077"
  526. }
  527. .fa-chevron-down:before {
  528. content: "\f078"
  529. }
  530. .fa-retweet:before {
  531. content: "\f079"
  532. }
  533. .fa-shopping-cart:before {
  534. content: "\f07a"
  535. }
  536. .fa-folder:before {
  537. content: "\f07b"
  538. }
  539. .fa-folder-open:before {
  540. content: "\f07c"
  541. }
  542. .fa-arrows-v:before {
  543. content: "\f07d"
  544. }
  545. .fa-arrows-h:before {
  546. content: "\f07e"
  547. }
  548. .fa-bar-chart-o:before,
  549. .fa-bar-chart:before {
  550. content: "\f080"
  551. }
  552. .fa-twitter-square:before {
  553. content: "\f081"
  554. }
  555. .fa-facebook-square:before {
  556. content: "\f082"
  557. }
  558. .fa-camera-retro:before {
  559. content: "\f083"
  560. }
  561. .fa-key:before {
  562. content: "\f084"
  563. }
  564. .fa-gears:before,
  565. .fa-cogs:before {
  566. content: "\f085"
  567. }
  568. .fa-comments:before {
  569. content: "\f086"
  570. }
  571. .fa-thumbs-o-up:before {
  572. content: "\f087"
  573. }
  574. .fa-thumbs-o-down:before {
  575. content: "\f088"
  576. }
  577. .fa-star-half:before {
  578. content: "\f089"
  579. }
  580. .fa-heart-o:before {
  581. content: "\f08a"
  582. }
  583. .fa-sign-out:before {
  584. content: "\f08b"
  585. }
  586. .fa-linkedin-square:before {
  587. content: "\f08c"
  588. }
  589. .fa-thumb-tack:before {
  590. content: "\f08d"
  591. }
  592. .fa-external-link:before {
  593. content: "\f08e"
  594. }
  595. .fa-sign-in:before {
  596. content: "\f090"
  597. }
  598. .fa-trophy:before {
  599. content: "\f091"
  600. }
  601. .fa-github-square:before {
  602. content: "\f092"
  603. }
  604. .fa-upload:before {
  605. content: "\f093"
  606. }
  607. .fa-lemon-o:before {
  608. content: "\f094"
  609. }
  610. .fa-phone:before {
  611. content: "\f095"
  612. }
  613. .fa-square-o:before {
  614. content: "\f096"
  615. }
  616. .fa-bookmark-o:before {
  617. content: "\f097"
  618. }
  619. .fa-phone-square:before {
  620. content: "\f098"
  621. }
  622. .fa-twitter:before {
  623. content: "\f099"
  624. }
  625. .fa-facebook-f:before,
  626. .fa-facebook:before {
  627. content: "\f09a"
  628. }
  629. .fa-github:before {
  630. content: "\f09b"
  631. }
  632. .fa-unlock:before {
  633. content: "\f09c"
  634. }
  635. .fa-credit-card:before {
  636. content: "\f09d"
  637. }
  638. .fa-feed:before,
  639. .fa-rss:before {
  640. content: "\f09e"
  641. }
  642. .fa-hdd-o:before {
  643. content: "\f0a0"
  644. }
  645. .fa-bullhorn:before {
  646. content: "\f0a1"
  647. }
  648. .fa-bell:before {
  649. content: "\f0f3"
  650. }
  651. .fa-certificate:before {
  652. content: "\f0a3"
  653. }
  654. .fa-hand-o-right:before {
  655. content: "\f0a4"
  656. }
  657. .fa-hand-o-left:before {
  658. content: "\f0a5"
  659. }
  660. .fa-hand-o-up:before {
  661. content: "\f0a6"
  662. }
  663. .fa-hand-o-down:before {
  664. content: "\f0a7"
  665. }
  666. .fa-arrow-circle-left:before {
  667. content: "\f0a8"
  668. }
  669. .fa-arrow-circle-right:before {
  670. content: "\f0a9"
  671. }
  672. .fa-arrow-circle-up:before {
  673. content: "\f0aa"
  674. }
  675. .fa-arrow-circle-down:before {
  676. content: "\f0ab"
  677. }
  678. .fa-globe:before {
  679. content: "\f0ac"
  680. }
  681. .fa-wrench:before {
  682. content: "\f0ad"
  683. }
  684. .fa-tasks:before {
  685. content: "\f0ae"
  686. }
  687. .fa-filter:before {
  688. content: "\f0b0"
  689. }
  690. .fa-briefcase:before {
  691. content: "\f0b1"
  692. }
  693. .fa-arrows-alt:before {
  694. content: "\f0b2"
  695. }
  696. .fa-group:before,
  697. .fa-users:before {
  698. content: "\f0c0"
  699. }
  700. .fa-chain:before,
  701. .fa-link:before {
  702. content: "\f0c1"
  703. }
  704. .fa-cloud:before {
  705. content: "\f0c2"
  706. }
  707. .fa-flask:before {
  708. content: "\f0c3"
  709. }
  710. .fa-cut:before,
  711. .fa-scissors:before {
  712. content: "\f0c4"
  713. }
  714. .fa-copy:before,
  715. .fa-files-o:before {
  716. content: "\f0c5"
  717. }
  718. .fa-paperclip:before {
  719. content: "\f0c6"
  720. }
  721. .fa-save:before,
  722. .fa-floppy-o:before {
  723. content: "\f0c7"
  724. }
  725. .fa-square:before {
  726. content: "\f0c8"
  727. }
  728. .fa-navicon:before,
  729. .fa-reorder:before,
  730. .fa-bars:before {
  731. content: "\f0c9"
  732. }
  733. .fa-list-ul:before {
  734. content: "\f0ca"
  735. }
  736. .fa-list-ol:before {
  737. content: "\f0cb"
  738. }
  739. .fa-strikethrough:before {
  740. content: "\f0cc"
  741. }
  742. .fa-underline:before {
  743. content: "\f0cd"
  744. }
  745. .fa-table:before {
  746. content: "\f0ce"
  747. }
  748. .fa-magic:before {
  749. content: "\f0d0"
  750. }
  751. .fa-truck:before {
  752. content: "\f0d1"
  753. }
  754. .fa-pinterest:before {
  755. content: "\f0d2"
  756. }
  757. .fa-pinterest-square:before {
  758. content: "\f0d3"
  759. }
  760. .fa-google-plus-square:before {
  761. content: "\f0d4"
  762. }
  763. .fa-google-plus:before {
  764. content: "\f0d5"
  765. }
  766. .fa-money:before {
  767. content: "\f0d6"
  768. }
  769. .fa-caret-down:before {
  770. content: "\f0d7"
  771. }
  772. .fa-caret-up:before {
  773. content: "\f0d8"
  774. }
  775. .fa-caret-left:before {
  776. content: "\f0d9"
  777. }
  778. .fa-caret-right:before {
  779. content: "\f0da"
  780. }
  781. .fa-columns:before {
  782. content: "\f0db"
  783. }
  784. .fa-unsorted:before,
  785. .fa-sort:before {
  786. content: "\f0dc"
  787. }
  788. .fa-sort-down:before,
  789. .fa-sort-desc:before {
  790. content: "\f0dd"
  791. }
  792. .fa-sort-up:before,
  793. .fa-sort-asc:before {
  794. content: "\f0de"
  795. }
  796. .fa-envelope:before {
  797. content: "\f0e0"
  798. }
  799. .fa-linkedin:before {
  800. content: "\f0e1"
  801. }
  802. .fa-rotate-left:before,
  803. .fa-undo:before {
  804. content: "\f0e2"
  805. }
  806. .fa-legal:before,
  807. .fa-gavel:before {
  808. content: "\f0e3"
  809. }
  810. .fa-dashboard:before,
  811. .fa-tachometer:before {
  812. content: "\f0e4"
  813. }
  814. .fa-comment-o:before {
  815. content: "\f0e5"
  816. }
  817. .fa-comments-o:before {
  818. content: "\f0e6"
  819. }
  820. .fa-flash:before,
  821. .fa-bolt:before {
  822. content: "\f0e7"
  823. }
  824. .fa-sitemap:before {
  825. content: "\f0e8"
  826. }
  827. .fa-umbrella:before {
  828. content: "\f0e9"
  829. }
  830. .fa-paste:before,
  831. .fa-clipboard:before {
  832. content: "\f0ea"
  833. }
  834. .fa-lightbulb-o:before {
  835. content: "\f0eb"
  836. }
  837. .fa-exchange:before {
  838. content: "\f0ec"
  839. }
  840. .fa-cloud-download:before {
  841. content: "\f0ed"
  842. }
  843. .fa-cloud-upload:before {
  844. content: "\f0ee"
  845. }
  846. .fa-user-md:before {
  847. content: "\f0f0"
  848. }
  849. .fa-stethoscope:before {
  850. content: "\f0f1"
  851. }
  852. .fa-suitcase:before {
  853. content: "\f0f2"
  854. }
  855. .fa-bell-o:before {
  856. content: "\f0a2"
  857. }
  858. .fa-coffee:before {
  859. content: "\f0f4"
  860. }
  861. .fa-cutlery:before {
  862. content: "\f0f5"
  863. }
  864. .fa-file-text-o:before {
  865. content: "\f0f6"
  866. }
  867. .fa-building-o:before {
  868. content: "\f0f7"
  869. }
  870. .fa-hospital-o:before {
  871. content: "\f0f8"
  872. }
  873. .fa-ambulance:before {
  874. content: "\f0f9"
  875. }
  876. .fa-medkit:before {
  877. content: "\f0fa"
  878. }
  879. .fa-fighter-jet:before {
  880. content: "\f0fb"
  881. }
  882. .fa-beer:before {
  883. content: "\f0fc"
  884. }
  885. .fa-h-square:before {
  886. content: "\f0fd"
  887. }
  888. .fa-plus-square:before {
  889. content: "\f0fe"
  890. }
  891. .fa-angle-double-left:before {
  892. content: "\f100"
  893. }
  894. .fa-angle-double-right:before {
  895. content: "\f101"
  896. }
  897. .fa-angle-double-up:before {
  898. content: "\f102"
  899. }
  900. .fa-angle-double-down:before {
  901. content: "\f103"
  902. }
  903. .fa-angle-left:before {
  904. content: "\f104"
  905. }
  906. .fa-angle-right:before {
  907. content: "\f105"
  908. }
  909. .fa-angle-up:before {
  910. content: "\f106"
  911. }
  912. .fa-angle-down:before {
  913. content: "\f107"
  914. }
  915. .fa-desktop:before {
  916. content: "\f108"
  917. }
  918. .fa-laptop:before {
  919. content: "\f109"
  920. }
  921. .fa-tablet:before {
  922. content: "\f10a"
  923. }
  924. .fa-mobile-phone:before,
  925. .fa-mobile:before {
  926. content: "\f10b"
  927. }
  928. .fa-circle-o:before {
  929. content: "\f10c"
  930. }
  931. .fa-quote-left:before {
  932. content: "\f10d"
  933. }
  934. .fa-quote-right:before {
  935. content: "\f10e"
  936. }
  937. .fa-spinner:before {
  938. content: "\f110"
  939. }
  940. .fa-circle:before {
  941. content: "\f111"
  942. }
  943. .fa-mail-reply:before,
  944. .fa-reply:before {
  945. content: "\f112"
  946. }
  947. .fa-github-alt:before {
  948. content: "\f113"
  949. }
  950. .fa-folder-o:before {
  951. content: "\f114"
  952. }
  953. .fa-folder-open-o:before {
  954. content: "\f115"
  955. }
  956. .fa-smile-o:before {
  957. content: "\f118"
  958. }
  959. .fa-frown-o:before {
  960. content: "\f119"
  961. }
  962. .fa-meh-o:before {
  963. content: "\f11a"
  964. }
  965. .fa-gamepad:before {
  966. content: "\f11b"
  967. }
  968. .fa-keyboard-o:before {
  969. content: "\f11c"
  970. }
  971. .fa-flag-o:before {
  972. content: "\f11d"
  973. }
  974. .fa-flag-checkered:before {
  975. content: "\f11e"
  976. }
  977. .fa-terminal:before {
  978. content: "\f120"
  979. }
  980. .fa-code:before {
  981. content: "\f121"
  982. }
  983. .fa-mail-reply-all:before,
  984. .fa-reply-all:before {
  985. content: "\f122"
  986. }
  987. .fa-star-half-empty:before,
  988. .fa-star-half-full:before,
  989. .fa-star-half-o:before {
  990. content: "\f123"
  991. }
  992. .fa-location-arrow:before {
  993. content: "\f124"
  994. }
  995. .fa-crop:before {
  996. content: "\f125"
  997. }
  998. .fa-code-fork:before {
  999. content: "\f126"
  1000. }
  1001. .fa-unlink:before,
  1002. .fa-chain-broken:before {
  1003. content: "\f127"
  1004. }
  1005. .fa-question:before {
  1006. content: "\f128"
  1007. }
  1008. .fa-info:before {
  1009. content: "\f129"
  1010. }
  1011. .fa-exclamation:before {
  1012. content: "\f12a"
  1013. }
  1014. .fa-superscript:before {
  1015. content: "\f12b"
  1016. }
  1017. .fa-subscript:before {
  1018. content: "\f12c"
  1019. }
  1020. .fa-eraser:before {
  1021. content: "\f12d"
  1022. }
  1023. .fa-puzzle-piece:before {
  1024. content: "\f12e"
  1025. }
  1026. .fa-microphone:before {
  1027. content: "\f130"
  1028. }
  1029. .fa-microphone-slash:before {
  1030. content: "\f131"
  1031. }
  1032. .fa-shield:before {
  1033. content: "\f132"
  1034. }
  1035. .fa-calendar-o:before {
  1036. content: "\f133"
  1037. }
  1038. .fa-fire-extinguisher:before {
  1039. content: "\f134"
  1040. }
  1041. .fa-rocket:before {
  1042. content: "\f135"
  1043. }
  1044. .fa-maxcdn:before {
  1045. content: "\f136"
  1046. }
  1047. .fa-chevron-circle-left:before {
  1048. content: "\f137"
  1049. }
  1050. .fa-chevron-circle-right:before {
  1051. content: "\f138"
  1052. }
  1053. .fa-chevron-circle-up:before {
  1054. content: "\f139"
  1055. }
  1056. .fa-chevron-circle-down:before {
  1057. content: "\f13a"
  1058. }
  1059. .fa-html5:before {
  1060. content: "\f13b"
  1061. }
  1062. .fa-css3:before {
  1063. content: "\f13c"
  1064. }
  1065. .fa-anchor:before {
  1066. content: "\f13d"
  1067. }
  1068. .fa-unlock-alt:before {
  1069. content: "\f13e"
  1070. }
  1071. .fa-bullseye:before {
  1072. content: "\f140"
  1073. }
  1074. .fa-ellipsis-h:before {
  1075. content: "\f141"
  1076. }
  1077. .fa-ellipsis-v:before {
  1078. content: "\f142"
  1079. }
  1080. .fa-rss-square:before {
  1081. content: "\f143"
  1082. }
  1083. .fa-play-circle:before {
  1084. content: "\f144"
  1085. }
  1086. .fa-ticket:before {
  1087. content: "\f145"
  1088. }
  1089. .fa-minus-square:before {
  1090. content: "\f146"
  1091. }
  1092. .fa-minus-square-o:before {
  1093. content: "\f147"
  1094. }
  1095. .fa-level-up:before {
  1096. content: "\f148"
  1097. }
  1098. .fa-level-down:before {
  1099. content: "\f149"
  1100. }
  1101. .fa-check-square:before {
  1102. content: "\f14a"
  1103. }
  1104. .fa-pencil-square:before {
  1105. content: "\f14b"
  1106. }
  1107. .fa-external-link-square:before {
  1108. content: "\f14c"
  1109. }
  1110. .fa-share-square:before {
  1111. content: "\f14d"
  1112. }
  1113. .fa-compass:before {
  1114. content: "\f14e"
  1115. }
  1116. .fa-toggle-down:before,
  1117. .fa-caret-square-o-down:before {
  1118. content: "\f150"
  1119. }
  1120. .fa-toggle-up:before,
  1121. .fa-caret-square-o-up:before {
  1122. content: "\f151"
  1123. }
  1124. .fa-toggle-right:before,
  1125. .fa-caret-square-o-right:before {
  1126. content: "\f152"
  1127. }
  1128. .fa-euro:before,
  1129. .fa-eur:before {
  1130. content: "\f153"
  1131. }
  1132. .fa-gbp:before {
  1133. content: "\f154"
  1134. }
  1135. .fa-dollar:before,
  1136. .fa-usd:before {
  1137. content: "\f155"
  1138. }
  1139. .fa-rupee:before,
  1140. .fa-inr:before {
  1141. content: "\f156"
  1142. }
  1143. .fa-cny:before,
  1144. .fa-rmb:before,
  1145. .fa-yen:before,
  1146. .fa-jpy:before {
  1147. content: "\f157"
  1148. }
  1149. .fa-ruble:before,
  1150. .fa-rouble:before,
  1151. .fa-rub:before {
  1152. content: "\f158"
  1153. }
  1154. .fa-won:before,
  1155. .fa-krw:before {
  1156. content: "\f159"
  1157. }
  1158. .fa-bitcoin:before,
  1159. .fa-btc:before {
  1160. content: "\f15a"
  1161. }
  1162. .fa-file:before {
  1163. content: "\f15b"
  1164. }
  1165. .fa-file-text:before {
  1166. content: "\f15c"
  1167. }
  1168. .fa-sort-alpha-asc:before {
  1169. content: "\f15d"
  1170. }
  1171. .fa-sort-alpha-desc:before {
  1172. content: "\f15e"
  1173. }
  1174. .fa-sort-amount-asc:before {
  1175. content: "\f160"
  1176. }
  1177. .fa-sort-amount-desc:before {
  1178. content: "\f161"
  1179. }
  1180. .fa-sort-numeric-asc:before {
  1181. content: "\f162"
  1182. }
  1183. .fa-sort-numeric-desc:before {
  1184. content: "\f163"
  1185. }
  1186. .fa-thumbs-up:before {
  1187. content: "\f164"
  1188. }
  1189. .fa-thumbs-down:before {
  1190. content: "\f165"
  1191. }
  1192. .fa-youtube-square:before {
  1193. content: "\f166"
  1194. }
  1195. .fa-youtube:before {
  1196. content: "\f167"
  1197. }
  1198. .fa-xing:before {
  1199. content: "\f168"
  1200. }
  1201. .fa-xing-square:before {
  1202. content: "\f169"
  1203. }
  1204. .fa-youtube-play:before {
  1205. content: "\f16a"
  1206. }
  1207. .fa-dropbox:before {
  1208. content: "\f16b"
  1209. }
  1210. .fa-stack-overflow:before {
  1211. content: "\f16c"
  1212. }
  1213. .fa-instagram:before {
  1214. content: "\f16d"
  1215. }
  1216. .fa-flickr:before {
  1217. content: "\f16e"
  1218. }
  1219. .fa-adn:before {
  1220. content: "\f170"
  1221. }
  1222. .fa-bitbucket:before {
  1223. content: "\f171"
  1224. }
  1225. .fa-bitbucket-square:before {
  1226. content: "\f172"
  1227. }
  1228. .fa-tumblr:before {
  1229. content: "\f173"
  1230. }
  1231. .fa-tumblr-square:before {
  1232. content: "\f174"
  1233. }
  1234. .fa-long-arrow-down:before {
  1235. content: "\f175"
  1236. }
  1237. .fa-long-arrow-up:before {
  1238. content: "\f176"
  1239. }
  1240. .fa-long-arrow-left:before {
  1241. content: "\f177"
  1242. }
  1243. .fa-long-arrow-right:before {
  1244. content: "\f178"
  1245. }
  1246. .fa-apple:before {
  1247. content: "\f179"
  1248. }
  1249. .fa-windows:before {
  1250. content: "\f17a"
  1251. }
  1252. .fa-android:before {
  1253. content: "\f17b"
  1254. }
  1255. .fa-linux:before {
  1256. content: "\f17c"
  1257. }
  1258. .fa-dribbble:before {
  1259. content: "\f17d"
  1260. }
  1261. .fa-skype:before {
  1262. content: "\f17e"
  1263. }
  1264. .fa-foursquare:before {
  1265. content: "\f180"
  1266. }
  1267. .fa-trello:before {
  1268. content: "\f181"
  1269. }
  1270. .fa-female:before {
  1271. content: "\f182"
  1272. }
  1273. .fa-male:before {
  1274. content: "\f183"
  1275. }
  1276. .fa-gittip:before,
  1277. .fa-gratipay:before {
  1278. content: "\f184"
  1279. }
  1280. .fa-sun-o:before {
  1281. content: "\f185"
  1282. }
  1283. .fa-moon-o:before {
  1284. content: "\f186"
  1285. }
  1286. .fa-archive:before {
  1287. content: "\f187"
  1288. }
  1289. .fa-bug:before {
  1290. content: "\f188"
  1291. }
  1292. .fa-vk:before {
  1293. content: "\f189"
  1294. }
  1295. .fa-weibo:before {
  1296. content: "\f18a"
  1297. }
  1298. .fa-renren:before {
  1299. content: "\f18b"
  1300. }
  1301. .fa-pagelines:before {
  1302. content: "\f18c"
  1303. }
  1304. .fa-stack-exchange:before {
  1305. content: "\f18d"
  1306. }
  1307. .fa-arrow-circle-o-right:before {
  1308. content: "\f18e"
  1309. }
  1310. .fa-arrow-circle-o-left:before {
  1311. content: "\f190"
  1312. }
  1313. .fa-toggle-left:before,
  1314. .fa-caret-square-o-left:before {
  1315. content: "\f191"
  1316. }
  1317. .fa-dot-circle-o:before {
  1318. content: "\f192"
  1319. }
  1320. .fa-wheelchair:before {
  1321. content: "\f193"
  1322. }
  1323. .fa-vimeo-square:before {
  1324. content: "\f194"
  1325. }
  1326. .fa-turkish-lira:before,
  1327. .fa-try:before {
  1328. content: "\f195"
  1329. }
  1330. .fa-plus-square-o:before {
  1331. content: "\f196"
  1332. }
  1333. .fa-space-shuttle:before {
  1334. content: "\f197"
  1335. }
  1336. .fa-slack:before {
  1337. content: "\f198"
  1338. }
  1339. .fa-envelope-square:before {
  1340. content: "\f199"
  1341. }
  1342. .fa-wordpress:before {
  1343. content: "\f19a"
  1344. }
  1345. .fa-openid:before {
  1346. content: "\f19b"
  1347. }
  1348. .fa-institution:before,
  1349. .fa-bank:before,
  1350. .fa-university:before {
  1351. content: "\f19c"
  1352. }
  1353. .fa-mortar-board:before,
  1354. .fa-graduation-cap:before {
  1355. content: "\f19d"
  1356. }
  1357. .fa-yahoo:before {
  1358. content: "\f19e"
  1359. }
  1360. .fa-google:before {
  1361. content: "\f1a0"
  1362. }
  1363. .fa-reddit:before {
  1364. content: "\f1a1"
  1365. }
  1366. .fa-reddit-square:before {
  1367. content: "\f1a2"
  1368. }
  1369. .fa-stumbleupon-circle:before {
  1370. content: "\f1a3"
  1371. }
  1372. .fa-stumbleupon:before {
  1373. content: "\f1a4"
  1374. }
  1375. .fa-delicious:before {
  1376. content: "\f1a5"
  1377. }
  1378. .fa-digg:before {
  1379. content: "\f1a6"
  1380. }
  1381. .fa-pied-piper-pp:before {
  1382. content: "\f1a7"
  1383. }
  1384. .fa-pied-piper-alt:before {
  1385. content: "\f1a8"
  1386. }
  1387. .fa-drupal:before {
  1388. content: "\f1a9"
  1389. }
  1390. .fa-joomla:before {
  1391. content: "\f1aa"
  1392. }
  1393. .fa-language:before {
  1394. content: "\f1ab"
  1395. }
  1396. .fa-fax:before {
  1397. content: "\f1ac"
  1398. }
  1399. .fa-building:before {
  1400. content: "\f1ad"
  1401. }
  1402. .fa-child:before {
  1403. content: "\f1ae"
  1404. }
  1405. .fa-paw:before {
  1406. content: "\f1b0"
  1407. }
  1408. .fa-spoon:before {
  1409. content: "\f1b1"
  1410. }
  1411. .fa-cube:before {
  1412. content: "\f1b2"
  1413. }
  1414. .fa-cubes:before {
  1415. content: "\f1b3"
  1416. }
  1417. .fa-behance:before {
  1418. content: "\f1b4"
  1419. }
  1420. .fa-behance-square:before {
  1421. content: "\f1b5"
  1422. }
  1423. .fa-steam:before {
  1424. content: "\f1b6"
  1425. }
  1426. .fa-steam-square:before {
  1427. content: "\f1b7"
  1428. }
  1429. .fa-recycle:before {
  1430. content: "\f1b8"
  1431. }
  1432. .fa-automobile:before,
  1433. .fa-car:before {
  1434. content: "\f1b9"
  1435. }
  1436. .fa-cab:before,
  1437. .fa-taxi:before {
  1438. content: "\f1ba"
  1439. }
  1440. .fa-tree:before {
  1441. content: "\f1bb"
  1442. }
  1443. .fa-spotify:before {
  1444. content: "\f1bc"
  1445. }
  1446. .fa-deviantart:before {
  1447. content: "\f1bd"
  1448. }
  1449. .fa-soundcloud:before {
  1450. content: "\f1be"
  1451. }
  1452. .fa-database:before {
  1453. content: "\f1c0"
  1454. }
  1455. .fa-file-pdf-o:before {
  1456. content: "\f1c1"
  1457. }
  1458. .fa-file-word-o:before {
  1459. content: "\f1c2"
  1460. }
  1461. .fa-file-excel-o:before {
  1462. content: "\f1c3"
  1463. }
  1464. .fa-file-powerpoint-o:before {
  1465. content: "\f1c4"
  1466. }
  1467. .fa-file-photo-o:before,
  1468. .fa-file-picture-o:before,
  1469. .fa-file-image-o:before {
  1470. content: "\f1c5"
  1471. }
  1472. .fa-file-zip-o:before,
  1473. .fa-file-archive-o:before {
  1474. content: "\f1c6"
  1475. }
  1476. .fa-file-sound-o:before,
  1477. .fa-file-audio-o:before {
  1478. content: "\f1c7"
  1479. }
  1480. .fa-file-movie-o:before,
  1481. .fa-file-video-o:before {
  1482. content: "\f1c8"
  1483. }
  1484. .fa-file-code-o:before {
  1485. content: "\f1c9"
  1486. }
  1487. .fa-vine:before {
  1488. content: "\f1ca"
  1489. }
  1490. .fa-codepen:before {
  1491. content: "\f1cb"
  1492. }
  1493. .fa-jsfiddle:before {
  1494. content: "\f1cc"
  1495. }
  1496. .fa-life-bouy:before,
  1497. .fa-life-buoy:before,
  1498. .fa-life-saver:before,
  1499. .fa-support:before,
  1500. .fa-life-ring:before {
  1501. content: "\f1cd"
  1502. }
  1503. .fa-circle-o-notch:before {
  1504. content: "\f1ce"
  1505. }
  1506. .fa-ra:before,
  1507. .fa-resistance:before,
  1508. .fa-rebel:before {
  1509. content: "\f1d0"
  1510. }
  1511. .fa-ge:before,
  1512. .fa-empire:before {
  1513. content: "\f1d1"
  1514. }
  1515. .fa-git-square:before {
  1516. content: "\f1d2"
  1517. }
  1518. .fa-git:before {
  1519. content: "\f1d3"
  1520. }
  1521. .fa-y-combinator-square:before,
  1522. .fa-yc-square:before,
  1523. .fa-hacker-news:before {
  1524. content: "\f1d4"
  1525. }
  1526. .fa-tencent-weibo:before {
  1527. content: "\f1d5"
  1528. }
  1529. .fa-qq:before {
  1530. content: "\f1d6"
  1531. }
  1532. .fa-wechat:before,
  1533. .fa-weixin:before {
  1534. content: "\f1d7"
  1535. }
  1536. .fa-send:before,
  1537. .fa-paper-plane:before {
  1538. content: "\f1d8"
  1539. }
  1540. .fa-send-o:before,
  1541. .fa-paper-plane-o:before {
  1542. content: "\f1d9"
  1543. }
  1544. .fa-history:before {
  1545. content: "\f1da"
  1546. }
  1547. .fa-circle-thin:before {
  1548. content: "\f1db"
  1549. }
  1550. .fa-header:before {
  1551. content: "\f1dc"
  1552. }
  1553. .fa-paragraph:before {
  1554. content: "\f1dd"
  1555. }
  1556. .fa-sliders:before {
  1557. content: "\f1de"
  1558. }
  1559. .fa-share-alt:before {
  1560. content: "\f1e0"
  1561. }
  1562. .fa-share-alt-square:before {
  1563. content: "\f1e1"
  1564. }
  1565. .fa-bomb:before {
  1566. content: "\f1e2"
  1567. }
  1568. .fa-soccer-ball-o:before,
  1569. .fa-futbol-o:before {
  1570. content: "\f1e3"
  1571. }
  1572. .fa-tty:before {
  1573. content: "\f1e4"
  1574. }
  1575. .fa-binoculars:before {
  1576. content: "\f1e5"
  1577. }
  1578. .fa-plug:before {
  1579. content: "\f1e6"
  1580. }
  1581. .fa-slideshare:before {
  1582. content: "\f1e7"
  1583. }
  1584. .fa-twitch:before {
  1585. content: "\f1e8"
  1586. }
  1587. .fa-yelp:before {
  1588. content: "\f1e9"
  1589. }
  1590. .fa-newspaper-o:before {
  1591. content: "\f1ea"
  1592. }
  1593. .fa-wifi:before {
  1594. content: "\f1eb"
  1595. }
  1596. .fa-calculator:before {
  1597. content: "\f1ec"
  1598. }
  1599. .fa-paypal:before {
  1600. content: "\f1ed"
  1601. }
  1602. .fa-google-wallet:before {
  1603. content: "\f1ee"
  1604. }
  1605. .fa-cc-visa:before {
  1606. content: "\f1f0"
  1607. }
  1608. .fa-cc-mastercard:before {
  1609. content: "\f1f1"
  1610. }
  1611. .fa-cc-discover:before {
  1612. content: "\f1f2"
  1613. }
  1614. .fa-cc-amex:before {
  1615. content: "\f1f3"
  1616. }
  1617. .fa-cc-paypal:before {
  1618. content: "\f1f4"
  1619. }
  1620. .fa-cc-stripe:before {
  1621. content: "\f1f5"
  1622. }
  1623. .fa-bell-slash:before {
  1624. content: "\f1f6"
  1625. }
  1626. .fa-bell-slash-o:before {
  1627. content: "\f1f7"
  1628. }
  1629. .fa-trash:before {
  1630. content: "\f1f8"
  1631. }
  1632. .fa-copyright:before {
  1633. content: "\f1f9"
  1634. }
  1635. .fa-at:before {
  1636. content: "\f1fa"
  1637. }
  1638. .fa-eyedropper:before {
  1639. content: "\f1fb"
  1640. }
  1641. .fa-paint-brush:before {
  1642. content: "\f1fc"
  1643. }
  1644. .fa-birthday-cake:before {
  1645. content: "\f1fd"
  1646. }
  1647. .fa-area-chart:before {
  1648. content: "\f1fe"
  1649. }
  1650. .fa-pie-chart:before {
  1651. content: "\f200"
  1652. }
  1653. .fa-line-chart:before {
  1654. content: "\f201"
  1655. }
  1656. .fa-lastfm:before {
  1657. content: "\f202"
  1658. }
  1659. .fa-lastfm-square:before {
  1660. content: "\f203"
  1661. }
  1662. .fa-toggle-off:before {
  1663. content: "\f204"
  1664. }
  1665. .fa-toggle-on:before {
  1666. content: "\f205"
  1667. }
  1668. .fa-bicycle:before {
  1669. content: "\f206"
  1670. }
  1671. .fa-bus:before {
  1672. content: "\f207"
  1673. }
  1674. .fa-ioxhost:before {
  1675. content: "\f208"
  1676. }
  1677. .fa-angellist:before {
  1678. content: "\f209"
  1679. }
  1680. .fa-cc:before {
  1681. content: "\f20a"
  1682. }
  1683. .fa-shekel:before,
  1684. .fa-sheqel:before,
  1685. .fa-ils:before {
  1686. content: "\f20b"
  1687. }
  1688. .fa-meanpath:before {
  1689. content: "\f20c"
  1690. }
  1691. .fa-buysellads:before {
  1692. content: "\f20d"
  1693. }
  1694. .fa-connectdevelop:before {
  1695. content: "\f20e"
  1696. }
  1697. .fa-dashcube:before {
  1698. content: "\f210"
  1699. }
  1700. .fa-forumbee:before {
  1701. content: "\f211"
  1702. }
  1703. .fa-leanpub:before {
  1704. content: "\f212"
  1705. }
  1706. .fa-sellsy:before {
  1707. content: "\f213"
  1708. }
  1709. .fa-shirtsinbulk:before {
  1710. content: "\f214"
  1711. }
  1712. .fa-simplybuilt:before {
  1713. content: "\f215"
  1714. }
  1715. .fa-skyatlas:before {
  1716. content: "\f216"
  1717. }
  1718. .fa-cart-plus:before {
  1719. content: "\f217"
  1720. }
  1721. .fa-cart-arrow-down:before {
  1722. content: "\f218"
  1723. }
  1724. .fa-diamond:before {
  1725. content: "\f219"
  1726. }
  1727. .fa-ship:before {
  1728. content: "\f21a"
  1729. }
  1730. .fa-user-secret:before {
  1731. content: "\f21b"
  1732. }
  1733. .fa-motorcycle:before {
  1734. content: "\f21c"
  1735. }
  1736. .fa-street-view:before {
  1737. content: "\f21d"
  1738. }
  1739. .fa-heartbeat:before {
  1740. content: "\f21e"
  1741. }
  1742. .fa-venus:before {
  1743. content: "\f221"
  1744. }
  1745. .fa-mars:before {
  1746. content: "\f222"
  1747. }
  1748. .fa-mercury:before {
  1749. content: "\f223"
  1750. }
  1751. .fa-intersex:before,
  1752. .fa-transgender:before {
  1753. content: "\f224"
  1754. }
  1755. .fa-transgender-alt:before {
  1756. content: "\f225"
  1757. }
  1758. .fa-venus-double:before {
  1759. content: "\f226"
  1760. }
  1761. .fa-mars-double:before {
  1762. content: "\f227"
  1763. }
  1764. .fa-venus-mars:before {
  1765. content: "\f228"
  1766. }
  1767. .fa-mars-stroke:before {
  1768. content: "\f229"
  1769. }
  1770. .fa-mars-stroke-v:before {
  1771. content: "\f22a"
  1772. }
  1773. .fa-mars-stroke-h:before {
  1774. content: "\f22b"
  1775. }
  1776. .fa-neuter:before {
  1777. content: "\f22c"
  1778. }
  1779. .fa-genderless:before {
  1780. content: "\f22d"
  1781. }
  1782. .fa-facebook-official:before {
  1783. content: "\f230"
  1784. }
  1785. .fa-pinterest-p:before {
  1786. content: "\f231"
  1787. }
  1788. .fa-whatsapp:before {
  1789. content: "\f232"
  1790. }
  1791. .fa-server:before {
  1792. content: "\f233"
  1793. }
  1794. .fa-user-plus:before {
  1795. content: "\f234"
  1796. }
  1797. .fa-user-times:before {
  1798. content: "\f235"
  1799. }
  1800. .fa-hotel:before,
  1801. .fa-bed:before {
  1802. content: "\f236"
  1803. }
  1804. .fa-viacoin:before {
  1805. content: "\f237"
  1806. }
  1807. .fa-train:before {
  1808. content: "\f238"
  1809. }
  1810. .fa-subway:before {
  1811. content: "\f239"
  1812. }
  1813. .fa-medium:before {
  1814. content: "\f23a"
  1815. }
  1816. .fa-yc:before,
  1817. .fa-y-combinator:before {
  1818. content: "\f23b"
  1819. }
  1820. .fa-optin-monster:before {
  1821. content: "\f23c"
  1822. }
  1823. .fa-opencart:before {
  1824. content: "\f23d"
  1825. }
  1826. .fa-expeditedssl:before {
  1827. content: "\f23e"
  1828. }
  1829. .fa-battery-4:before,
  1830. .fa-battery:before,
  1831. .fa-battery-full:before {
  1832. content: "\f240"
  1833. }
  1834. .fa-battery-3:before,
  1835. .fa-battery-three-quarters:before {
  1836. content: "\f241"
  1837. }
  1838. .fa-battery-2:before,
  1839. .fa-battery-half:before {
  1840. content: "\f242"
  1841. }
  1842. .fa-battery-1:before,
  1843. .fa-battery-quarter:before {
  1844. content: "\f243"
  1845. }
  1846. .fa-battery-0:before,
  1847. .fa-battery-empty:before {
  1848. content: "\f244"
  1849. }
  1850. .fa-mouse-pointer:before {
  1851. content: "\f245"
  1852. }
  1853. .fa-i-cursor:before {
  1854. content: "\f246"
  1855. }
  1856. .fa-object-group:before {
  1857. content: "\f247"
  1858. }
  1859. .fa-object-ungroup:before {
  1860. content: "\f248"
  1861. }
  1862. .fa-sticky-note:before {
  1863. content: "\f249"
  1864. }
  1865. .fa-sticky-note-o:before {
  1866. content: "\f24a"
  1867. }
  1868. .fa-cc-jcb:before {
  1869. content: "\f24b"
  1870. }
  1871. .fa-cc-diners-club:before {
  1872. content: "\f24c"
  1873. }
  1874. .fa-clone:before {
  1875. content: "\f24d"
  1876. }
  1877. .fa-balance-scale:before {
  1878. content: "\f24e"
  1879. }
  1880. .fa-hourglass-o:before {
  1881. content: "\f250"
  1882. }
  1883. .fa-hourglass-1:before,
  1884. .fa-hourglass-start:before {
  1885. content: "\f251"
  1886. }
  1887. .fa-hourglass-2:before,
  1888. .fa-hourglass-half:before {
  1889. content: "\f252"
  1890. }
  1891. .fa-hourglass-3:before,
  1892. .fa-hourglass-end:before {
  1893. content: "\f253"
  1894. }
  1895. .fa-hourglass:before {
  1896. content: "\f254"
  1897. }
  1898. .fa-hand-grab-o:before,
  1899. .fa-hand-rock-o:before {
  1900. content: "\f255"
  1901. }
  1902. .fa-hand-stop-o:before,
  1903. .fa-hand-paper-o:before {
  1904. content: "\f256"
  1905. }
  1906. .fa-hand-scissors-o:before {
  1907. content: "\f257"
  1908. }
  1909. .fa-hand-lizard-o:before {
  1910. content: "\f258"
  1911. }
  1912. .fa-hand-spock-o:before {
  1913. content: "\f259"
  1914. }
  1915. .fa-hand-pointer-o:before {
  1916. content: "\f25a"
  1917. }
  1918. .fa-hand-peace-o:before {
  1919. content: "\f25b"
  1920. }
  1921. .fa-trademark:before {
  1922. content: "\f25c"
  1923. }
  1924. .fa-registered:before {
  1925. content: "\f25d"
  1926. }
  1927. .fa-creative-commons:before {
  1928. content: "\f25e"
  1929. }
  1930. .fa-gg:before {
  1931. content: "\f260"
  1932. }
  1933. .fa-gg-circle:before {
  1934. content: "\f261"
  1935. }
  1936. .fa-tripadvisor:before {
  1937. content: "\f262"
  1938. }
  1939. .fa-odnoklassniki:before {
  1940. content: "\f263"
  1941. }
  1942. .fa-odnoklassniki-square:before {
  1943. content: "\f264"
  1944. }
  1945. .fa-get-pocket:before {
  1946. content: "\f265"
  1947. }
  1948. .fa-wikipedia-w:before {
  1949. content: "\f266"
  1950. }
  1951. .fa-safari:before {
  1952. content: "\f267"
  1953. }
  1954. .fa-chrome:before {
  1955. content: "\f268"
  1956. }
  1957. .fa-firefox:before {
  1958. content: "\f269"
  1959. }
  1960. .fa-opera:before {
  1961. content: "\f26a"
  1962. }
  1963. .fa-internet-explorer:before {
  1964. content: "\f26b"
  1965. }
  1966. .fa-tv:before,
  1967. .fa-television:before {
  1968. content: "\f26c"
  1969. }
  1970. .fa-contao:before {
  1971. content: "\f26d"
  1972. }
  1973. .fa-500px:before {
  1974. content: "\f26e"
  1975. }
  1976. .fa-amazon:before {
  1977. content: "\f270"
  1978. }
  1979. .fa-calendar-plus-o:before {
  1980. content: "\f271"
  1981. }
  1982. .fa-calendar-minus-o:before {
  1983. content: "\f272"
  1984. }
  1985. .fa-calendar-times-o:before {
  1986. content: "\f273"
  1987. }
  1988. .fa-calendar-check-o:before {
  1989. content: "\f274"
  1990. }
  1991. .fa-industry:before {
  1992. content: "\f275"
  1993. }
  1994. .fa-map-pin:before {
  1995. content: "\f276"
  1996. }
  1997. .fa-map-signs:before {
  1998. content: "\f277"
  1999. }
  2000. .fa-map-o:before {
  2001. content: "\f278"
  2002. }
  2003. .fa-map:before {
  2004. content: "\f279"
  2005. }
  2006. .fa-commenting:before {
  2007. content: "\f27a"
  2008. }
  2009. .fa-commenting-o:before {
  2010. content: "\f27b"
  2011. }
  2012. .fa-houzz:before {
  2013. content: "\f27c"
  2014. }
  2015. .fa-vimeo:before {
  2016. content: "\f27d"
  2017. }
  2018. .fa-black-tie:before {
  2019. content: "\f27e"
  2020. }
  2021. .fa-fonticons:before {
  2022. content: "\f280"
  2023. }
  2024. .fa-reddit-alien:before {
  2025. content: "\f281"
  2026. }
  2027. .fa-edge:before {
  2028. content: "\f282"
  2029. }
  2030. .fa-credit-card-alt:before {
  2031. content: "\f283"
  2032. }
  2033. .fa-codiepie:before {
  2034. content: "\f284"
  2035. }
  2036. .fa-modx:before {
  2037. content: "\f285"
  2038. }
  2039. .fa-fort-awesome:before {
  2040. content: "\f286"
  2041. }
  2042. .fa-usb:before {
  2043. content: "\f287"
  2044. }
  2045. .fa-product-hunt:before {
  2046. content: "\f288"
  2047. }
  2048. .fa-mixcloud:before {
  2049. content: "\f289"
  2050. }
  2051. .fa-scribd:before {
  2052. content: "\f28a"
  2053. }
  2054. .fa-pause-circle:before {
  2055. content: "\f28b"
  2056. }
  2057. .fa-pause-circle-o:before {
  2058. content: "\f28c"
  2059. }
  2060. .fa-stop-circle:before {
  2061. content: "\f28d"
  2062. }
  2063. .fa-stop-circle-o:before {
  2064. content: "\f28e"
  2065. }
  2066. .fa-shopping-bag:before {
  2067. content: "\f290"
  2068. }
  2069. .fa-shopping-basket:before {
  2070. content: "\f291"
  2071. }
  2072. .fa-hashtag:before {
  2073. content: "\f292"
  2074. }
  2075. .fa-bluetooth:before {
  2076. content: "\f293"
  2077. }
  2078. .fa-bluetooth-b:before {
  2079. content: "\f294"
  2080. }
  2081. .fa-percent:before {
  2082. content: "\f295"
  2083. }
  2084. .fa-gitlab:before {
  2085. content: "\f296"
  2086. }
  2087. .fa-wpbeginner:before {
  2088. content: "\f297"
  2089. }
  2090. .fa-wpforms:before {
  2091. content: "\f298"
  2092. }
  2093. .fa-envira:before {
  2094. content: "\f299"
  2095. }
  2096. .fa-universal-access:before {
  2097. content: "\f29a"
  2098. }
  2099. .fa-wheelchair-alt:before {
  2100. content: "\f29b"
  2101. }
  2102. .fa-question-circle-o:before {
  2103. content: "\f29c"
  2104. }
  2105. .fa-blind:before {
  2106. content: "\f29d"
  2107. }
  2108. .fa-audio-description:before {
  2109. content: "\f29e"
  2110. }
  2111. .fa-volume-control-phone:before {
  2112. content: "\f2a0"
  2113. }
  2114. .fa-braille:before {
  2115. content: "\f2a1"
  2116. }
  2117. .fa-assistive-listening-systems:before {
  2118. content: "\f2a2"
  2119. }
  2120. .fa-asl-interpreting:before,
  2121. .fa-american-sign-language-interpreting:before {
  2122. content: "\f2a3"
  2123. }
  2124. .fa-deafness:before,
  2125. .fa-hard-of-hearing:before,
  2126. .fa-deaf:before {
  2127. content: "\f2a4"
  2128. }
  2129. .fa-glide:before {
  2130. content: "\f2a5"
  2131. }
  2132. .fa-glide-g:before {
  2133. content: "\f2a6"
  2134. }
  2135. .fa-signing:before,
  2136. .fa-sign-language:before {
  2137. content: "\f2a7"
  2138. }
  2139. .fa-low-vision:before {
  2140. content: "\f2a8"
  2141. }
  2142. .fa-viadeo:before {
  2143. content: "\f2a9"
  2144. }
  2145. .fa-viadeo-square:before {
  2146. content: "\f2aa"
  2147. }
  2148. .fa-snapchat:before {
  2149. content: "\f2ab"
  2150. }
  2151. .fa-snapchat-ghost:before {
  2152. content: "\f2ac"
  2153. }
  2154. .fa-snapchat-square:before {
  2155. content: "\f2ad"
  2156. }
  2157. .fa-pied-piper:before {
  2158. content: "\f2ae"
  2159. }
  2160. .fa-first-order:before {
  2161. content: "\f2b0"
  2162. }
  2163. .fa-yoast:before {
  2164. content: "\f2b1"
  2165. }
  2166. .fa-themeisle:before {
  2167. content: "\f2b2"
  2168. }
  2169. .fa-google-plus-circle:before,
  2170. .fa-google-plus-official:before {
  2171. content: "\f2b3"
  2172. }
  2173. .fa-fa:before,
  2174. .fa-font-awesome:before {
  2175. content: "\f2b4"
  2176. }
  2177. .fa-handshake-o:before {
  2178. content: "\f2b5"
  2179. }
  2180. .fa-envelope-open:before {
  2181. content: "\f2b6"
  2182. }
  2183. .fa-envelope-open-o:before {
  2184. content: "\f2b7"
  2185. }
  2186. .fa-linode:before {
  2187. content: "\f2b8"
  2188. }
  2189. .fa-address-book:before {
  2190. content: "\f2b9"
  2191. }
  2192. .fa-address-book-o:before {
  2193. content: "\f2ba"
  2194. }
  2195. .fa-vcard:before,
  2196. .fa-address-card:before {
  2197. content: "\f2bb"
  2198. }
  2199. .fa-vcard-o:before,
  2200. .fa-address-card-o:before {
  2201. content: "\f2bc"
  2202. }
  2203. .fa-user-circle:before {
  2204. content: "\f2bd"
  2205. }
  2206. .fa-user-circle-o:before {
  2207. content: "\f2be"
  2208. }
  2209. .fa-user-o:before {
  2210. content: "\f2c0"
  2211. }
  2212. .fa-id-badge:before {
  2213. content: "\f2c1"
  2214. }
  2215. .fa-drivers-license:before,
  2216. .fa-id-card:before {
  2217. content: "\f2c2"
  2218. }
  2219. .fa-drivers-license-o:before,
  2220. .fa-id-card-o:before {
  2221. content: "\f2c3"
  2222. }
  2223. .fa-quora:before {
  2224. content: "\f2c4"
  2225. }
  2226. .fa-free-code-camp:before {
  2227. content: "\f2c5"
  2228. }
  2229. .fa-telegram:before {
  2230. content: "\f2c6"
  2231. }
  2232. .fa-thermometer-4:before,
  2233. .fa-thermometer:before,
  2234. .fa-thermometer-full:before {
  2235. content: "\f2c7"
  2236. }
  2237. .fa-thermometer-3:before,
  2238. .fa-thermometer-three-quarters:before {
  2239. content: "\f2c8"
  2240. }
  2241. .fa-thermometer-2:before,
  2242. .fa-thermometer-half:before {
  2243. content: "\f2c9"
  2244. }
  2245. .fa-thermometer-1:before,
  2246. .fa-thermometer-quarter:before {
  2247. content: "\f2ca"
  2248. }
  2249. .fa-thermometer-0:before,
  2250. .fa-thermometer-empty:before {
  2251. content: "\f2cb"
  2252. }
  2253. .fa-shower:before {
  2254. content: "\f2cc"
  2255. }
  2256. .fa-bathtub:before,
  2257. .fa-s15:before,
  2258. .fa-bath:before {
  2259. content: "\f2cd"
  2260. }
  2261. .fa-podcast:before {
  2262. content: "\f2ce"
  2263. }
  2264. .fa-window-maximize:before {
  2265. content: "\f2d0"
  2266. }
  2267. .fa-window-minimize:before {
  2268. content: "\f2d1"
  2269. }
  2270. .fa-window-restore:before {
  2271. content: "\f2d2"
  2272. }
  2273. .fa-times-rectangle:before,
  2274. .fa-window-close:before {
  2275. content: "\f2d3"
  2276. }
  2277. .fa-times-rectangle-o:before,
  2278. .fa-window-close-o:before {
  2279. content: "\f2d4"
  2280. }
  2281. .fa-bandcamp:before {
  2282. content: "\f2d5"
  2283. }
  2284. .fa-grav:before {
  2285. content: "\f2d6"
  2286. }
  2287. .fa-etsy:before {
  2288. content: "\f2d7"
  2289. }
  2290. .fa-imdb:before {
  2291. content: "\f2d8"
  2292. }
  2293. .fa-ravelry:before {
  2294. content: "\f2d9"
  2295. }
  2296. .fa-eercast:before {
  2297. content: "\f2da"
  2298. }
  2299. .fa-microchip:before {
  2300. content: "\f2db"
  2301. }
  2302. .fa-snowflake-o:before {
  2303. content: "\f2dc"
  2304. }
  2305. .fa-superpowers:before {
  2306. content: "\f2dd"
  2307. }
  2308. .fa-wpexplorer:before {
  2309. content: "\f2de"
  2310. }
  2311. .fa-meetup:before {
  2312. content: "\f2e0"
  2313. }
  2314. .sr-only {
  2315. position: absolute;
  2316. width: 1px;
  2317. height: 1px;
  2318. padding: 0;
  2319. margin: -1px;
  2320. overflow: hidden;
  2321. clip: rect(0, 0, 0, 0);
  2322. border: 0
  2323. }
  2324. .sr-only-focusable:active,
  2325. .sr-only-focusable:focus {
  2326. position: static;
  2327. width: auto;
  2328. height: auto;
  2329. margin: 0;
  2330. overflow: visible;
  2331. clip: auto
  2332. }
  2333. /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
  2334.  
  2335. html {
  2336. font-family: sans-serif;
  2337. -ms-text-size-adjust: 100%;
  2338. -webkit-text-size-adjust: 100%
  2339. }
  2340. body {
  2341. margin: 0
  2342. }
  2343. article,
  2344. aside,
  2345. details,
  2346. figcaption,
  2347. figure,
  2348. footer,
  2349. header,
  2350. hgroup,
  2351. main,
  2352. menu,
  2353. nav,
  2354. section,
  2355. summary {
  2356. display: block
  2357. }
  2358. audio,
  2359. canvas,
  2360. progress,
  2361. video {
  2362. display: inline-block;
  2363. vertical-align: baseline
  2364. }
  2365. audio:not([controls]) {
  2366. display: none;
  2367. height: 0
  2368. }
  2369. [hidden],
  2370. template {
  2371. display: none
  2372. }
  2373. a {
  2374. background-color: transparent
  2375. }
  2376. a:active,
  2377. a:hover {
  2378. outline: 0
  2379. }
  2380. abbr[title] {
  2381. border-bottom: 1px dotted
  2382. }
  2383. b,
  2384. strong {
  2385. font-weight: bold
  2386. }
  2387. dfn {
  2388. font-style: italic
  2389. }
  2390. h1 {
  2391. font-size: 2em;
  2392. margin: .67em 0
  2393. }
  2394. mark {
  2395. background: #ff0;
  2396. color: #000
  2397. }
  2398. small {
  2399. font-size: 80%
  2400. }
  2401. sub,
  2402. sup {
  2403. font-size: 75%;
  2404. line-height: 0;
  2405. position: relative;
  2406. vertical-align: baseline
  2407. }
  2408. sup {
  2409. top: -0.5em
  2410. }
  2411. sub {
  2412. bottom: -0.25em
  2413. }
  2414. img {
  2415. border: 0
  2416. }
  2417. svg:not(:root) {
  2418. overflow: hidden
  2419. }
  2420. figure {
  2421. margin: 1em 40px
  2422. }
  2423. hr {
  2424. -moz-box-sizing: content-box;
  2425. box-sizing: content-box;
  2426. height: 0
  2427. }
  2428. pre {
  2429. overflow: auto
  2430. }
  2431. code,
  2432. kbd,
  2433. pre,
  2434. samp {
  2435. font-family: monospace, monospace;
  2436. font-size: 1em
  2437. }
  2438. button,
  2439. input,
  2440. optgroup,
  2441. select,
  2442. textarea {
  2443. color: inherit;
  2444. font: inherit;
  2445. margin: 0
  2446. }
  2447. button {
  2448. overflow: visible
  2449. }
  2450. button,
  2451. select {
  2452. text-transform: none
  2453. }
  2454. button,
  2455. html input[type="button"],
  2456. input[type="reset"],
  2457. input[type="submit"] {
  2458. -webkit-appearance: button;
  2459. cursor: pointer
  2460. }
  2461. button[disabled],
  2462. html input[disabled] {
  2463. cursor: default
  2464. }
  2465. button::-moz-focus-inner,
  2466. input::-moz-focus-inner {
  2467. border: 0;
  2468. padding: 0
  2469. }
  2470. input {
  2471. line-height: normal
  2472. }
  2473. input[type="checkbox"],
  2474. input[type="radio"] {
  2475. box-sizing: border-box;
  2476. padding: 0
  2477. }
  2478. input[type="number"]::-webkit-inner-spin-button,
  2479. input[type="number"]::-webkit-outer-spin-button {
  2480. height: auto
  2481. }
  2482. input[type="search"] {
  2483. -webkit-appearance: textfield;
  2484. -moz-box-sizing: content-box;
  2485. -webkit-box-sizing: content-box;
  2486. box-sizing: content-box
  2487. }
  2488. input[type="search"]::-webkit-search-cancel-button,
  2489. input[type="search"]::-webkit-search-decoration {
  2490. -webkit-appearance: none
  2491. }
  2492. fieldset {
  2493. border: 1px solid #c0c0c0;
  2494. margin: 0 2px;
  2495. padding: .35em .625em .75em
  2496. }
  2497. legend {
  2498. border: 0;
  2499. padding: 0
  2500. }
  2501. textarea {
  2502. overflow: auto
  2503. }
  2504. optgroup {
  2505. font-weight: bold
  2506. }
  2507. table {
  2508. border-collapse: collapse;
  2509. border-spacing: 0
  2510. }
  2511. td,
  2512. th {
  2513. padding: 0
  2514. }
  2515. /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  2516.  
  2517. @media print {
  2518. *,
  2519. *:before,
  2520. *:after {
  2521. background: transparent !important;
  2522. color: #000 !important;
  2523. box-shadow: none !important;
  2524. text-shadow: none !important
  2525. }
  2526. a,
  2527. a:visited {
  2528. text-decoration: underline
  2529. }
  2530. a[href]:after {
  2531. content: " (" attr(href) ")"
  2532. }
  2533. abbr[title]:after {
  2534. content: " (" attr(title) ")"
  2535. }
  2536. a[href^="#"]:after,
  2537. a[href^="javascript:"]:after {
  2538. content: ""
  2539. }
  2540. pre,
  2541. blockquote {
  2542. border: 1px solid #999;
  2543. page-break-inside: avoid
  2544. }
  2545. thead {
  2546. display: table-header-group
  2547. }
  2548. tr,
  2549. img {
  2550. page-break-inside: avoid
  2551. }
  2552. img {
  2553. max-width: 100% !important
  2554. }
  2555. p,
  2556. h2,
  2557. h3 {
  2558. orphans: 3;
  2559. widows: 3
  2560. }
  2561. h2,
  2562. h3 {
  2563. page-break-after: avoid
  2564. }
  2565. }
  2566. *,
  2567. *:before,
  2568. *:after {
  2569. -webkit-box-sizing: border-box;
  2570. -moz-box-sizing: border-box;
  2571. box-sizing: border-box
  2572. }
  2573. body {
  2574. background: #1f1e14;
  2575. color: #ddd;
  2576. font-family: "Open Sans", Helvetica, Arial, sans-serif;
  2577. font-size: 13px;
  2578. line-height: 1.5;
  2579. overflow-y: scroll
  2580. }
  2581. h1,
  2582. h2,
  2583. h3,
  2584. h4,
  2585. h5,
  2586. h6 {
  2587. line-height: 1.3
  2588. }
  2589. input,
  2590. button,
  2591. select,
  2592. textarea {
  2593. font-family: inherit;
  2594. font-size: inherit;
  2595. line-height: inherit
  2596. }
  2597. a {
  2598. cursor: pointer;
  2599. color: #124d8c;
  2600. text-decoration: none
  2601. }
  2602. a:hover {
  2603. text-decoration: underline
  2604. }
  2605. hr {
  2606. margin-top: 15px;
  2607. margin-bottom: 15px;
  2608. border: 0;
  2609. border-top: 2px solid #28271b
  2610. }
  2611. p {
  2612. margin: 0 0 10px
  2613. }
  2614. .container {
  2615. margin-right: auto;
  2616. margin-left: auto;
  2617. padding-left: 15px;
  2618. padding-right: 15px
  2619. }
  2620. .container:before,
  2621. .container:after {
  2622. content: " ";
  2623. display: table
  2624. }
  2625. .container:after {
  2626. clear: both
  2627. }
  2628. @media (min-width: 768px) and (max-width: 991px) {
  2629. .container {
  2630. width: 768px
  2631. }
  2632. }
  2633. @media (min-width: 992px) and (max-width: 1099px) {
  2634. .container {
  2635. width: 992px
  2636. }
  2637. }
  2638. @media (min-width: 1100px) {
  2639. .container {
  2640. width: 1100px
  2641. }
  2642. }
  2643. .containerNarrow {
  2644. max-width: 600px;
  2645. margin: 0 auto
  2646. }
  2647. mark {
  2648. background: #FFE300;
  2649. padding: 1px;
  2650. border-radius: 4px;
  2651. box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1)
  2652. }
  2653. fieldset {
  2654. padding: 0;
  2655. margin: 0;
  2656. border: 0
  2657. }
  2658. fieldset>ul>li {
  2659. margin-bottom: 10px
  2660. }
  2661. legend {
  2662. font-size: 14px;
  2663. font-weight: bold;
  2664. margin-bottom: 10px;
  2665. color: #ddd
  2666. }
  2667. input[type="search"] {
  2668. -webkit-appearance: none
  2669. }
  2670. .checkbox {
  2671. display: block;
  2672. padding-left: 20px;
  2673. margin-bottom: 5px;
  2674. cursor: pointer
  2675. }
  2676. .checkbox input[type=checkbox],
  2677. .checkbox input[type=radio] {
  2678. margin-left: -20px;
  2679. margin-top: 2px;
  2680. float: left
  2681. }
  2682. .fade {
  2683. opacity: 0;
  2684. -webkit-transition: opacity .15s linear;
  2685. -o-transition: opacity .15s linear;
  2686. transition: opacity .15s linear
  2687. }
  2688. .fade.in {
  2689. opacity: 1
  2690. }
  2691. .darkenBackground {
  2692. background: rgba(0, 0, 0, 0.5)
  2693. }
  2694. blockquote p:last-child,
  2695. blockquote ul:last-child,
  2696. blockquote ol:last-child {
  2697. margin-bottom: 0
  2698. }
  2699. @media (min-width: 768px) {
  2700. .affix {
  2701. position: fixed
  2702. }
  2703. }
  2704. .RequestErrorModal pre {
  2705. white-space: pre-wrap;
  2706. margin: 0
  2707. }
  2708. #flarum-loading {
  2709. text-align: center;
  2710. padding: 50px 0;
  2711. font-size: 18px;
  2712. color: #706f5c
  2713. }
  2714. .sideNav>ul {
  2715. margin: 0;
  2716. padding: 0;
  2717. list-style: none
  2718. }
  2719. @media (min-width: 768px) {
  2720. .sideNav .Dropdown--select {
  2721. display: block
  2722. }
  2723. .sideNav .Dropdown--select .Dropdown-toggle {
  2724. display: none
  2725. }
  2726. .sideNav .Dropdown--select .Dropdown-menu {
  2727. display: block;
  2728. border: 0;
  2729. width: auto;
  2730. margin: 0;
  2731. padding: 0;
  2732. min-width: 0;
  2733. float: none;
  2734. position: static;
  2735. background: none;
  2736. -webkit-box-shadow: none;
  2737. box-shadow: none
  2738. }
  2739. .sideNav .Dropdown--select .Dropdown-menu>li>a {
  2740. padding: 8px 0 8px 30px;
  2741. color: #93916c
  2742. }
  2743. .sideNav .Dropdown--select .Dropdown-menu>li>a:hover {
  2744. background: none;
  2745. color: #124d8c;
  2746. text-decoration: none
  2747. }
  2748. .sideNav .Dropdown--select .Dropdown-menu>li>a .Button-icon {
  2749. float: left;
  2750. margin-left: -30px;
  2751. margin-top: 1px;
  2752. font-size: 15px
  2753. }
  2754. .sideNav .Dropdown--select .Dropdown-menu>li.active>a {
  2755. background: none;
  2756. color: #1a4d84;
  2757. font-weight: bold
  2758. }
  2759. .sideNav .Dropdown--select .Dropdown-menu>.Dropdown-separator {
  2760. background: none
  2761. }
  2762. }
  2763. .sideNav--horizontal {
  2764. padding: 15px 0;
  2765. white-space: nowrap;
  2766. overflow: auto;
  2767. -webkit-overflow-scrolling: touch
  2768. }
  2769. .sideNav--horizontal:after {
  2770. content: " ";
  2771. position: absolute;
  2772. left: 0;
  2773. right: 0;
  2774. margin-top: 15px;
  2775. border-bottom: 1px solid #28271b
  2776. }
  2777. .sideNav--horizontal>ul>li,
  2778. .sideNav--horizontal .Dropdown-menu>li {
  2779. display: inline-block;
  2780. margin: 0 20px 0 0;
  2781. vertical-align: top
  2782. }
  2783. .sideNav--horizontal .Dropdown-separator {
  2784. display: none
  2785. }
  2786. .sideNav--horizontal .Dropdown--select .Dropdown-menu>li>a {
  2787. padding-left: 25px
  2788. }
  2789. .sideNav--horizontal .Dropdown--select .Dropdown-menu>li>a .icon {
  2790. margin-left: -25px
  2791. }
  2792. .sideNav--horizontal .affix {
  2793. position: static
  2794. }
  2795. @media (min-width: 768px) and (max-width: 991px) {
  2796. .sideNav {
  2797. padding: 15px 0;
  2798. white-space: nowrap;
  2799. overflow: auto;
  2800. -webkit-overflow-scrolling: touch
  2801. }
  2802. .sideNav:after {
  2803. content: " ";
  2804. position: absolute;
  2805. left: 0;
  2806. right: 0;
  2807. margin-top: 15px;
  2808. border-bottom: 1px solid #28271b
  2809. }
  2810. .sideNav>ul>li,
  2811. .sideNav .Dropdown-menu>li {
  2812. display: inline-block;
  2813. margin: 0 20px 0 0;
  2814. vertical-align: top
  2815. }
  2816. .sideNav .Dropdown-separator {
  2817. display: none
  2818. }
  2819. .sideNav .Dropdown--select .Dropdown-menu>li>a {
  2820. padding-left: 25px
  2821. }
  2822. .sideNav .Dropdown--select .Dropdown-menu>li>a .icon {
  2823. margin-left: -25px
  2824. }
  2825. .sideNav .affix {
  2826. position: static
  2827. }
  2828. }
  2829. @media (min-width: 992px) {
  2830. .sideNav {
  2831. float: left
  2832. }
  2833. .sideNav,
  2834. .sideNav>ul {
  2835. width: 190px
  2836. }
  2837. .sideNav>ul {
  2838. margin-top: 30px
  2839. }
  2840. .sideNav>ul.affix {
  2841. top: 52px
  2842. }
  2843. .sideNav>ul>li {
  2844. margin-bottom: 10px
  2845. }
  2846. }
  2847. @media (max-width: 767px),
  2848. (min-width: 768px) and (max-width: 991px) {
  2849. .sideNavOffset {
  2850. margin-top: 15px
  2851. }
  2852. }
  2853. @media (min-width: 992px) {
  2854. .sideNavOffset {
  2855. margin-top: 30px;
  2856. margin-left: 240px
  2857. }
  2858. }
  2859. .App {
  2860. position: relative !important;
  2861. padding-top: 52px;
  2862. padding-bottom: 50px;
  2863. overflow-x: hidden;
  2864. min-height: 100vh
  2865. }
  2866. @media (max-width: 767px) {
  2867. .App {
  2868. padding-top: 46px
  2869. }
  2870. }
  2871. .App:before {
  2872. content: " ";
  2873. background: rgba(26, 77, 132, 0.98);
  2874. position: fixed;
  2875. top: 0;
  2876. left: 0;
  2877. right: 0;
  2878. z-index: 1000;
  2879. border-bottom: 1px solid #28271b;
  2880. -webkit-transform: translate3d(0, 0, 0);
  2881. transform: translate3d(0, 0, 0);
  2882. -webkit-transition: box-shadow 0.2s, -webkit-transform 0.2s;
  2883. -o-transition: box-shadow 0.2s, -webkit-transform 0.2s;
  2884. transition: box-shadow 0.2s, -webkit-transform 0.2s;
  2885. border-bottom: 0;
  2886. position: absolute
  2887. }
  2888. @media (max-width: 767px) {
  2889. .App:before {
  2890. height: 46px
  2891. }
  2892. }
  2893. @media (min-width: 768px) {
  2894. .App:before {
  2895. height: 52px
  2896. }
  2897. }
  2898. .affix.App:before {
  2899. position: fixed
  2900. }
  2901. .scrolled.App:before {
  2902. -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  2903. box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5)
  2904. }
  2905. @media (max-width: 767px) {
  2906. .App-primaryControl,
  2907. .App-titleControl,
  2908. .App-backControl {
  2909. position: absolute !important;
  2910. z-index: 1001;
  2911. top: 0 !important;
  2912. margin: 0
  2913. }
  2914. .App.affix .App-primaryControl,
  2915. .App.affix .App-titleControl,
  2916. .App.affix .App-backControl,
  2917. .Composer .App-primaryControl,
  2918. .Composer .App-titleControl,
  2919. .Composer .App-backControl {
  2920. position: fixed !important
  2921. }
  2922. .App-primaryControl>.Button,
  2923. .App-titleControl>.Button,
  2924. .App-backControl>.Button {
  2925. float: none;
  2926. background: transparent !important;
  2927. -webkit-box-shadow: none !important;
  2928. box-shadow: none !important;
  2929. height: 46px;
  2930. width: auto;
  2931. padding: 13px !important;
  2932. margin: 0 !important
  2933. }
  2934. .App-primaryControl>.Button:active,
  2935. .App-titleControl>.Button:active,
  2936. .App-backControl>.Button:active {
  2937. opacity: 0.5
  2938. }
  2939. .App-primaryControl {
  2940. width: auto;
  2941. right: 0
  2942. }
  2943. .App-primaryControl.Dropdown .Button,
  2944. .App-primaryControl.Dropdown .Button-caret {
  2945. display: none !important
  2946. }
  2947. .App-primaryControl.Dropdown .Dropdown-toggle,
  2948. .App-primaryControl.Dropdown .Button-icon {
  2949. display: block !important
  2950. }
  2951. .App-primaryControl>.Button,
  2952. .App-backControl>.Button {
  2953. color: #1d3141 !important
  2954. }
  2955. .App-primaryControl>.Button .Button-icon,
  2956. .App-backControl>.Button .Button-icon {
  2957. display: block;
  2958. font-size: 20px
  2959. }
  2960. .App-primaryControl>.Button .Button-label,
  2961. .App-backControl>.Button .Button-label {
  2962. display: none
  2963. }
  2964. .App-titleControl {
  2965. width: 200px;
  2966. left: 50%;
  2967. margin-left: -100px;
  2968. text-align: center;
  2969. color: #1f1e14 !important
  2970. }
  2971. .App-titleControl,
  2972. .App-titleControl>.Button {
  2973. font-size: 16px
  2974. }
  2975. .App-titleControl>.Button {
  2976. color: #1f1e14;
  2977. width: 100%;
  2978. overflow: hidden;
  2979. text-overflow: ellipsis
  2980. }
  2981. .App-titleControl--text {
  2982. line-height: 46px;
  2983. white-space: nowrap;
  2984. overflow: hidden;
  2985. text-overflow: ellipsis;
  2986. font-weight: normal
  2987. }
  2988. .App-backControl {
  2989. left: 0
  2990. }
  2991. .App-backControl .Navigation-pin {
  2992. display: none
  2993. }
  2994. }
  2995. @media (max-width: 767px) {
  2996. .drawerOpen {
  2997. overflow: hidden
  2998. }
  2999. .App-drawer {
  3000. background: #1a4d84;
  3001. width: 270px;
  3002. position: fixed;
  3003. left: 0;
  3004. top: 0;
  3005. bottom: 0;
  3006. -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  3007. box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  3008. -webkit-transform: translate3d(-276px, 0, 0);
  3009. transform: translate3d(-276px, 0, 0);
  3010. -webkit-transition: -webkit-transform .2s;
  3011. -moz-transition: -moz-transform .2s;
  3012. -o-transition: -o-transform .2s;
  3013. transition: transform .2s;
  3014. z-index: 1050
  3015. }
  3016. .drawerOpen .App-drawer {
  3017. -webkit-transform: none !important;
  3018. transform: none !important
  3019. }
  3020. .drawer-backdrop {
  3021. position: fixed;
  3022. top: 0;
  3023. right: 0;
  3024. bottom: 0;
  3025. left: 0;
  3026. z-index: 1040;
  3027. background-color: rgba(15, 15, 10, 0.9);
  3028. opacity: 0;
  3029. -webkit-transition: .2s opacity;
  3030. -o-transition: .2s opacity;
  3031. transition: .2s opacity
  3032. }
  3033. .drawer-backdrop.in {
  3034. opacity: 0.9
  3035. }
  3036. }
  3037. .Header-controls {
  3038. margin: 0;
  3039. padding: 0;
  3040. list-style: none
  3041. }
  3042. .Header-logo {
  3043. max-height: 30px;
  3044. vertical-align: middle
  3045. }
  3046. @media (max-width: 767px) {
  3047. .App-header .container {
  3048. padding: 0
  3049. }
  3050. .Header-navigation {
  3051. display: none
  3052. }
  3053. .Header-title {
  3054. padding: 13px 10px;
  3055. font-size: 16px;
  3056. font-weight: normal;
  3057. margin: 0;
  3058. text-align: center
  3059. }
  3060. .Header-controls {
  3061. margin-top: 10px
  3062. }
  3063. .Header-controls>li {
  3064. padding: 0 10px 0
  3065. }
  3066. .Header-controls .FormControl,
  3067. .Header-controls .ButtonGroup,
  3068. .Header-controls .Button {
  3069. width: 100%;
  3070. text-align: left
  3071. }
  3072. .Header-controls .Dropdown-menu .ButtonGroup,
  3073. .Header-controls .Dropdown-menu .Button {
  3074. width: auto
  3075. }
  3076. .Header-secondary .Search {
  3077. margin: 10px 0
  3078. }
  3079. }
  3080. @media (max-width: 767px) {
  3081. .App-drawer,
  3082. .App-drawer a {
  3083. color: #1f1e14
  3084. }
  3085. .App-drawer .Button--link,
  3086. .App-drawer .Search-input {
  3087. color: #1d3141
  3088. }
  3089. .App-drawer .FormControl {
  3090. background: #174577;
  3091. border: 0;
  3092. color: #1d3141
  3093. }
  3094. .App-drawer .FormControl::-moz-placeholder {
  3095. color: #1d3141;
  3096. opacity: 1
  3097. }
  3098. .App-drawer .FormControl:-ms-input-placeholder {
  3099. color: #1d3141
  3100. }
  3101. .App-drawer .FormControl::-webkit-input-placeholder {
  3102. color: #1d3141
  3103. }
  3104. .App-drawer .FormControl:focus {
  3105. color: #1f1e14;
  3106. background: #133961
  3107. }
  3108. .App-drawer .Button,
  3109. .App-drawer .Button:hover {
  3110. color: #1d3141;
  3111. background: #174577
  3112. }
  3113. .App-drawer .Button--flat {
  3114. background: transparent
  3115. }
  3116. .App-drawer .Button:active,
  3117. .App-drawer .Button.active,
  3118. .App-drawer .Button:focus,
  3119. .App-drawer .Button.focus,
  3120. .App-drawer .open>.Dropdown-toggle.Button {
  3121. background: #174577;
  3122. color: #1d3141
  3123. }
  3124. }
  3125. @media (min-width: 768px) {
  3126. .App-navigation {
  3127. display: none
  3128. }
  3129. .App-header {
  3130. padding: 8px;
  3131. height: 52px;
  3132. position: absolute;
  3133. top: 0;
  3134. left: 0;
  3135. right: 0;
  3136. z-index: 1000
  3137. }
  3138. .affix .App-header {
  3139. position: fixed
  3140. }
  3141. .App-header,
  3142. .App-header a {
  3143. color: #1f1e14
  3144. }
  3145. .App-header .Button--link,
  3146. .App-header .Search-input {
  3147. color: #1d3141
  3148. }
  3149. .App-header .FormControl {
  3150. background: #174577;
  3151. border: 0;
  3152. color: #1d3141
  3153. }
  3154. .App-header .FormControl::-moz-placeholder {
  3155. color: #1d3141;
  3156. opacity: 1
  3157. }
  3158. .App-header .FormControl:-ms-input-placeholder {
  3159. color: #1d3141
  3160. }
  3161. .App-header .FormControl::-webkit-input-placeholder {
  3162. color: #1d3141
  3163. }
  3164. .App-header .FormControl:focus {
  3165. color: #1f1e14;
  3166. background: #133961
  3167. }
  3168. .App-header .Button,
  3169. .App-header .Button:hover {
  3170. color: #1d3141;
  3171. background: #174577
  3172. }
  3173. .App-header .Button--flat {
  3174. background: transparent
  3175. }
  3176. .App-header .Button:active,
  3177. .App-header .Button.active,
  3178. .App-header .Button:focus,
  3179. .App-header .Button.focus,
  3180. .App-header .open>.Dropdown-toggle.Button {
  3181. background: #174577;
  3182. color: #1d3141
  3183. }
  3184. .Header-navigation {
  3185. float: left;
  3186. margin-right: 25px
  3187. }
  3188. .Header-controls,
  3189. .Header-controls>li {
  3190. display: inline-block;
  3191. vertical-align: middle
  3192. }
  3193. .Header-primary {
  3194. float: left
  3195. }
  3196. .Header-title {
  3197. float: left;
  3198. vertical-align: top;
  3199. font-size: 18px;
  3200. font-weight: normal;
  3201. margin: 0 15px 0 0;
  3202. line-height: 34px
  3203. }
  3204. .Header-secondary {
  3205. float: right
  3206. }
  3207. .Header-secondary .Search {
  3208. margin-right: 10px
  3209. }
  3210. }
  3211. @media (min-width: 768px) and (max-width: 991px) {
  3212. .Header-secondary .Search input:not(:focus) {
  3213. width: 1px;
  3214. background: transparent
  3215. }
  3216. .Header-secondary .Search:not(.active) input {
  3217. padding-right: 0
  3218. }
  3219. }
  3220. .App-content {
  3221. border-top: 1px solid #28271b
  3222. }
  3223. @media (max-width: 767px) {
  3224. .App-content {
  3225. background: #1f1e14;
  3226. width: 100%;
  3227. min-height: 100vh;
  3228. padding-bottom: 50px
  3229. }
  3230. }
  3231. .Alert {
  3232. padding: 12px 16px;
  3233. border-radius: 4px;
  3234. line-height: 1.5;
  3235. background: #fff2ae
  3236. }
  3237. .Alert,
  3238. .Alert a,
  3239. .Alert a:hover,
  3240. .Alert .Button,
  3241. .Alert .Button:hover,
  3242. .Alert .Button:active,
  3243. .Alert .Button.active,
  3244. .Alert .Button:focus,
  3245. .Alert .Button.focus {
  3246. color: #ad6c00
  3247. }
  3248. .Alert--error {
  3249. background: #d83e3e
  3250. }
  3251. .Alert--error,
  3252. .Alert--error a,
  3253. .Alert--error a:hover,
  3254. .Alert--error .Button,
  3255. .Alert--error .Button:hover,
  3256. .Alert--error .Button:active,
  3257. .Alert--error .Button.active,
  3258. .Alert--error .Button:focus,
  3259. .Alert--error .Button.focus {
  3260. color: #fff
  3261. }
  3262. .Alert--success {
  3263. background: #b4f1af
  3264. }
  3265. .Alert--success,
  3266. .Alert--success a,
  3267. .Alert--success a:hover,
  3268. .Alert--success .Button,
  3269. .Alert--success .Button:hover,
  3270. .Alert--success .Button:active,
  3271. .Alert--success .Button.active,
  3272. .Alert--success .Button:focus,
  3273. .Alert--success .Button.focus {
  3274. color: #33722d
  3275. }
  3276. .Alert--success a,
  3277. .Alert--success a:hover {
  3278. text-decoration: underline
  3279. }
  3280. .Alert-controls {
  3281. list-style-type: none;
  3282. padding: 0;
  3283. margin: 0 -8px 0 8px;
  3284. display: inline-block
  3285. }
  3286. .Alert-controls>li {
  3287. display: inline-block;
  3288. margin: 0 5px
  3289. }
  3290. .Alert-controls>li>a,
  3291. .Alert-controls>li>.Button {
  3292. text-transform: uppercase;
  3293. font-size: 12px;
  3294. font-weight: bold
  3295. }
  3296. .Alert-controls>li>a.disabled,
  3297. .Alert-controls>li>.Button.disabled {
  3298. cursor: default;
  3299. text-decoration: none;
  3300. opacity: 0.5
  3301. }
  3302. .Alert-controls>li>a:hover,
  3303. .Alert-controls>li>.Button:hover {
  3304. text-decoration: underline
  3305. }
  3306. .Alert-controls>li>.Button {
  3307. margin: -10px;
  3308. vertical-align: 0
  3309. }
  3310. .AlertManager {
  3311. position: fixed;
  3312. bottom: 20px;
  3313. left: 20px;
  3314. z-index: 1060
  3315. }
  3316. .AlertManager .Alert {
  3317. display: inline-block;
  3318. margin-top: 20px;
  3319. -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  3320. box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5)
  3321. }
  3322. .Avatar {
  3323. display: inline-block;
  3324. box-sizing: content-box;
  3325. color: #fff;
  3326. text-align: center;
  3327. vertical-align: top;
  3328. background-color: #28271b;
  3329. font-weight: normal;
  3330. width: 48px;
  3331. height: 48px;
  3332. border-radius: 48px;
  3333. font-size: 24px;
  3334. line-height: 48px
  3335. }
  3336. .Avatar img {
  3337. display: inline-block;
  3338. width: 100%;
  3339. height: 100%;
  3340. border-radius: 100%;
  3341. vertical-align: top
  3342. }
  3343. .Badge {
  3344. width: 22px;
  3345. height: 22px;
  3346. border-radius: 11px;
  3347. line-height: 21px;
  3348. background: #93916c;
  3349. color: #fff;
  3350. display: inline-block;
  3351. vertical-align: middle;
  3352. text-align: center;
  3353. -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  3354. box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5)
  3355. }
  3356. .Badge,
  3357. .Badge .Badge-icon {
  3358. font-size: 12.32px
  3359. }
  3360. .Badge .Badge-label {
  3361. display: none
  3362. }
  3363. .badges {
  3364. margin: 0;
  3365. padding: 0;
  3366. list-style: none
  3367. }
  3368. .badges,
  3369. .badges>li {
  3370. display: inline-block
  3371. }
  3372. .Badge--hidden {
  3373. background: #888
  3374. }
  3375. .ButtonGroup {
  3376. position: relative;
  3377. display: inline-block;
  3378. vertical-align: middle
  3379. }
  3380. .ButtonGroup>.Button {
  3381. position: relative;
  3382. float: left
  3383. }
  3384. .ButtonGroup>.Button:hover,
  3385. .ButtonGroup>.Button:focus,
  3386. .ButtonGroup>.Button:active,
  3387. .ButtonGroup>.Button.active {
  3388. z-index: 2
  3389. }
  3390. .ButtonGroup>.Button:not(:first-child):not(:last-child):not(.Dropdown-toggle) {
  3391. border-radius: 0
  3392. }
  3393. .ButtonGroup>.Button:first-child:not(:last-child):not(.Dropdown-toggle) {
  3394. margin-left: 0;
  3395. border-top-right-radius: 0;
  3396. border-bottom-right-radius: 0
  3397. }
  3398. .ButtonGroup>.Button:last-child:not(:first-child),
  3399. .ButtonGroup>.Button.Dropdown-toggle:not(:first-child) {
  3400. border-top-left-radius: 0;
  3401. border-bottom-left-radius: 0
  3402. }
  3403. .ButtonGroup .Button+.Button {
  3404. margin-left: 1px
  3405. }
  3406. .Button {
  3407. display: inline-block;
  3408. margin-bottom: 0;
  3409. text-align: center;
  3410. vertical-align: middle;
  3411. cursor: pointer;
  3412. white-space: nowrap;
  3413. line-height: 20px;
  3414. padding: 8px 13px;
  3415. border-radius: 4px;
  3416. -webkit-user-select: none;
  3417. -moz-user-select: none;
  3418. -ms-user-select: none;
  3419. user-select: none;
  3420. color: #93916c;
  3421. background: #28271b;
  3422. border: 0
  3423. }
  3424. .Button:hover,
  3425. .Button:focus,
  3426. .Button.focus {
  3427. background-color: #181810
  3428. }
  3429. .Button:active,
  3430. .Button.active,
  3431. .open>.Dropdown-toggle.Button {
  3432. background-color: #090906
  3433. }
  3434. .Button.disabled,
  3435. .Button[disabled],
  3436. fieldset[disabled] .Button {
  3437. background: #28271b
  3438. }
  3439. .Button:hover {
  3440. text-decoration: none
  3441. }
  3442. .Button:active,
  3443. .Button.active,
  3444. .open>.Button.Dropdown-toggle {
  3445. -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  3446. box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  3447. outline: none
  3448. }
  3449. .Button:focus,
  3450. .Button.focus {
  3451. outline: none
  3452. }
  3453. .Button.disabled,
  3454. .Button[disabled],
  3455. fieldset[disabled] .Button {
  3456. cursor: default;
  3457. opacity: 0.65;
  3458. -webkit-box-shadow: none;
  3459. box-shadow: none
  3460. }
  3461. a.Button.disabled,
  3462. fieldset[disabled] a.Button {
  3463. pointer-events: none
  3464. }
  3465. .Button .Button-label {
  3466. -webkit-transition: margin-right .1s;
  3467. -o-transition: margin-right .1s;
  3468. transition: margin-right .1s
  3469. }
  3470. .Button .LoadingIndicator {
  3471. color: inherit;
  3472. margin: 0 -5px 0 -15px
  3473. }
  3474. .Button.loading .Button-label {
  3475. margin-right: 20px
  3476. }
  3477. .Button--square {
  3478. padding-left: 9px;
  3479. padding-right: 9px
  3480. }
  3481. .Button--rounded {
  3482. border-radius: 18px
  3483. }
  3484. .Button--flat {
  3485. background: transparent;
  3486. border-radius: 18px
  3487. }
  3488. .Button--link {
  3489. background: transparent !important
  3490. }
  3491. .Button--link:hover {
  3492. background: transparent !important;
  3493. color: #124d8c
  3494. }
  3495. .Button--link:active,
  3496. .Button--link.active,
  3497. .Button--link:focus,
  3498. .Button--link.focus,
  3499. .open>.Button--link.Dropdown-toggle {
  3500. background: transparent !important;
  3501. -webkit-box-shadow: none;
  3502. box-shadow: none;
  3503. color: #124d8c
  3504. }
  3505. .Button--text {
  3506. background: transparent !important;
  3507. padding: 0;
  3508. color: inherit !important;
  3509. line-height: inherit
  3510. }
  3511. .Button--text:hover {
  3512. text-decoration: underline
  3513. }
  3514. .Button--text:active,
  3515. .Button--text.active,
  3516. .open>.Button--text.Dropdown-toggle {
  3517. -webkit-box-shadow: none;
  3518. box-shadow: none
  3519. }
  3520. .Button--primary {
  3521. color: #1f1e14;
  3522. background: #1a4d84;
  3523. font-weight: bold;
  3524. padding-left: 20px;
  3525. padding-right: 20px
  3526. }
  3527. .Button--primary:hover,
  3528. .Button--primary:focus,
  3529. .Button--primary.focus {
  3530. background-color: #16416f
  3531. }
  3532. .Button--primary:active,
  3533. .Button--primary.active,
  3534. .open>.Dropdown-toggle.Button--primary {
  3535. background-color: #123459
  3536. }
  3537. .Button--primary.disabled,
  3538. .Button--primary[disabled],
  3539. fieldset[disabled] .Button--primary {
  3540. background: #1a4d84
  3541. }
  3542. .Button--primary .Button-icon {
  3543. display: none
  3544. }
  3545. .Button--danger {
  3546. color: #a88;
  3547. background: #411
  3548. }
  3549. .Button--danger:hover,
  3550. .Button--danger:focus,
  3551. .Button--danger.focus {
  3552. background-color: #300c0c
  3553. }
  3554. .Button--danger:active,
  3555. .Button--danger.active,
  3556. .open>.Dropdown-toggle.Button--danger {
  3557. background-color: #1b0707
  3558. }
  3559. .Button--danger.disabled,
  3560. .Button--danger[disabled],
  3561. fieldset[disabled] .Button--danger {
  3562. background: #411
  3563. }
  3564. .Button--more {
  3565. padding: 2px 4px;
  3566. line-height: 1
  3567. }
  3568. .Button--more .Button-icon {
  3569. margin: 0
  3570. }
  3571. .Button--block,
  3572. .LogInButton {
  3573. display: block;
  3574. width: 100%;
  3575. overflow: hidden;
  3576. text-overflow: ellipsis
  3577. }
  3578. .Button--block+.Button--block {
  3579. margin-top: 5px
  3580. }
  3581. .Button--icon {
  3582. width: 36px;
  3583. text-align: center;
  3584. padding: 8px 0
  3585. }
  3586. .Button--icon .Button-label,
  3587. .Button--icon .Button-caret {
  3588. display: none
  3589. }
  3590. .Button--icon .Button-icon {
  3591. font-size: 16px;
  3592. vertical-align: -1px;
  3593. margin: 0
  3594. }
  3595. .SessionDropdown .Dropdown-toggle {
  3596. border-radius: 18px
  3597. }
  3598. .SessionDropdown .Dropdown-toggle .Avatar {
  3599. margin: -2px 5px -2px -6px;
  3600. width: 24px;
  3601. height: 24px;
  3602. border-radius: 24px;
  3603. font-size: 12px;
  3604. line-height: 24px
  3605. }
  3606. .Button-icon {
  3607. margin-right: 7px
  3608. }
  3609. .Button-icon,
  3610. .Button-caret {
  3611. font-size: 14px
  3612. }
  3613. .Button-caret {
  3614. margin-left: 7px
  3615. }
  3616. .Button-badge {
  3617. font-size: 12px;
  3618. font-weight: bold;
  3619. margin-left: 10px
  3620. }
  3621. .Checkbox {
  3622. display: block;
  3623. cursor: pointer;
  3624. margin: 0
  3625. }
  3626. .Checkbox input[type=checkbox] {
  3627. display: none
  3628. }
  3629. .Checkbox--switch {
  3630. padding-left: 65px;
  3631. margin: 5px 0
  3632. }
  3633. .Checkbox--switch .Checkbox-display {
  3634. float: left;
  3635. margin-left: -65px;
  3636. margin-top: -4px
  3637. }
  3638. .Checkbox--switch .Checkbox-display .LoadingIndicator {
  3639. display: inline-block;
  3640. margin-left: 10px
  3641. }
  3642. .Checkbox--switch .Checkbox-display {
  3643. width: 50px;
  3644. height: 28px;
  3645. padding: 3px;
  3646. position: relative;
  3647. border-radius: 14px;
  3648. background: #28271b;
  3649. -webkit-transition: background-color .2s;
  3650. -o-transition: background-color .2s;
  3651. transition: background-color .2s
  3652. }
  3653. .on.Checkbox--switch .Checkbox-display {
  3654. background: #58A400
  3655. }
  3656. .Checkbox--switch .Checkbox-display:before {
  3657. position: absolute;
  3658. width: 22px;
  3659. height: 22px;
  3660. padding: 0;
  3661. left: 3px;
  3662. -webkit-transition: opacity 0.2s, left 0.2s;
  3663. -o-transition: opacity 0.2s, left 0.2s;
  3664. transition: opacity 0.2s, left 0.2s
  3665. }
  3666. .on.Checkbox--switch .Checkbox-display:before {
  3667. left: 25px
  3668. }
  3669. .Checkbox--switch .Checkbox-display:before {
  3670. content: ' ';
  3671. background: #1f1e14;
  3672. border-radius: 11px;
  3673. box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5)
  3674. }
  3675. .Checkbox-display {
  3676. font-size: 14px
  3677. }
  3678. .on .Checkbox-display {
  3679. color: #58A400
  3680. }
  3681. .off .Checkbox-display {
  3682. color: #D0021B
  3683. }
  3684. .disabled .Checkbox-display {
  3685. color: #706f5c !important
  3686. }
  3687. .Dropdown {
  3688. position: relative
  3689. }
  3690. .Dropdown-menu {
  3691. position: absolute;
  3692. top: 100%;
  3693. left: 0;
  3694. z-index: 1030;
  3695. display: none;
  3696. min-width: 160px;
  3697. padding: 8px 0;
  3698. margin: 7px 0;
  3699. background: #1f1e14;
  3700. border-radius: 4px;
  3701. -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  3702. box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  3703. list-style: none;
  3704. text-align: left;
  3705. color: #ddd;
  3706. font-size: 13px;
  3707. line-height: 1.5
  3708. }
  3709. .open .Dropdown-menu {
  3710. display: block
  3711. }
  3712. .Dropdown-menu>li>a,
  3713. .Dropdown-menu>li>button,
  3714. .Dropdown-menu>li>span {
  3715. padding: 8px 15px;
  3716. display: block;
  3717. width: 100%;
  3718. color: #ddd;
  3719. border-radius: 0;
  3720. border: 0;
  3721. background: none;
  3722. white-space: nowrap;
  3723. overflow: hidden;
  3724. text-overflow: ellipsis;
  3725. -webkit-box-shadow: none;
  3726. box-shadow: none;
  3727. text-align: left;
  3728. font-size: 13px;
  3729. font-weight: normal;
  3730. text-decoration: none
  3731. }
  3732. .Dropdown-menu>li>a.hasIcon,
  3733. .Dropdown-menu>li>button.hasIcon,
  3734. .Dropdown-menu>li>span.hasIcon {
  3735. padding-left: 40px
  3736. }
  3737. .Dropdown-menu>li>a .Button-icon,
  3738. .Dropdown-menu>li>button .Button-icon,
  3739. .Dropdown-menu>li>span .Button-icon {
  3740. float: left;
  3741. margin-left: -25px;
  3742. margin-top: 2px;
  3743. width: 1.28571429em;
  3744. text-align: center
  3745. }
  3746. .Dropdown-menu>li>a.disabled,
  3747. .Dropdown-menu>li>button.disabled,
  3748. .Dropdown-menu>li>span.disabled {
  3749. opacity: 0.4;
  3750. background: none !important
  3751. }
  3752. .Dropdown-menu>li>a:hover,
  3753. .Dropdown-menu>li>button:hover {
  3754. background: #28271b
  3755. }
  3756. .Dropdown-menu>li>a:focus,
  3757. .Dropdown-menu>li>button:focus {
  3758. outline: none
  3759. }
  3760. .Dropdown-menu>li.active>a,
  3761. .Dropdown-menu>li.active>button {
  3762. background: #28271b
  3763. }
  3764. .Dropdown-menu--top {
  3765. top: auto;
  3766. bottom: 100%
  3767. }
  3768. .Dropdown-menu--right {
  3769. left: auto;
  3770. right: 0
  3771. }
  3772. .Dropdown-header {
  3773. padding: 10px 15px;
  3774. color: #ddd;
  3775. text-transform: uppercase;
  3776. font-size: 12px;
  3777. font-weight: bold;
  3778. margin-top: 8px;
  3779. border-top: 1px solid #28271b;
  3780. white-space: nowrap
  3781. }
  3782. .Dropdown-header:first-child {
  3783. margin-top: -8px;
  3784. border-top: 0
  3785. }
  3786. .Dropdown-separator {
  3787. margin: 8px 0;
  3788. background-color: #28271b;
  3789. height: 1px
  3790. }
  3791. .dropdown-backdrop {
  3792. position: fixed;
  3793. left: 0;
  3794. right: 0;
  3795. bottom: 0;
  3796. top: 0;
  3797. z-index: 1020
  3798. }
  3799. .Dropdown--split .Dropdown-toggle .Button-icon {
  3800. display: none
  3801. }
  3802. .Dropdown--split .Dropdown-toggle .Button-caret {
  3803. display: inline;
  3804. margin: 0
  3805. }
  3806. .Dropdown--split.itemCount1 .Button {
  3807. border-radius: 4px !important
  3808. }
  3809. .Dropdown--split.itemCount1 .Dropdown-toggle {
  3810. display: none
  3811. }
  3812. @media (min-width: 768px) {
  3813. .Dropdown--split .Dropdown-menu li:first-child,
  3814. .Dropdown--split .Dropdown-menu li:first-child+li.Dropdown-separator {
  3815. display: none
  3816. }
  3817. }
  3818. @media (max-width: 767px) {
  3819. .Dropdown.open {
  3820. z-index: 1050
  3821. }
  3822. .Dropdown .Dropdown-menu {
  3823. margin: 0;
  3824. position: fixed;
  3825. left: 0 !important;
  3826. right: 0 !important;
  3827. width: auto !important;
  3828. bottom: 0;
  3829. top: auto;
  3830. padding: 0;
  3831. padding-bottom: 40px !important;
  3832. display: block;
  3833. max-height: 70vh;
  3834. border-radius: 0;
  3835. -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  3836. box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  3837. visibility: hidden;
  3838. overflow: auto;
  3839. -webkit-overflow-scrolling: touch;
  3840. -webkit-transform: translate3d(0, 70vh, 0);
  3841. transform: translate3d(0, 70vh, 0);
  3842. -webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
  3843. -moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
  3844. -o-transition: -o-transform 0.3s, visibility 0s 0.3s;
  3845. transition: transform 0.3s, visibility 0s 0.3s
  3846. }
  3847. .Dropdown .Dropdown-menu>li>a,
  3848. .Dropdown .Dropdown-menu>li>button {
  3849. background: #1f1e14;
  3850. font-size: 16px;
  3851. padding: 15px 20px
  3852. }
  3853. .Dropdown .Dropdown-menu>li>a.hasIcon,
  3854. .Dropdown .Dropdown-menu>li>button.hasIcon {
  3855. padding-left: 50px
  3856. }
  3857. .Dropdown .Dropdown-menu>li>a .Button-icon,
  3858. .Dropdown .Dropdown-menu>li>button .Button-icon {
  3859. font-size: 16px;
  3860. margin-left: -30px
  3861. }
  3862. .Dropdown .Dropdown-menu>li>a:hover,
  3863. .Dropdown .Dropdown-menu>li>button:hover {
  3864. background: #28271b
  3865. }
  3866. .Dropdown .Dropdown-menu>.active>a,
  3867. .Dropdown .Dropdown-menu>.active>button,
  3868. .Dropdown .Dropdown-menu>.active>a:hover,
  3869. .Dropdown .Dropdown-menu>.active>button:hover {
  3870. background: #1a4d84 !important;
  3871. color: #fff !important
  3872. }
  3873. .open.Dropdown .Dropdown-menu {
  3874. -webkit-transform: none;
  3875. transform: none;
  3876. visibility: visible;
  3877. transition-delay: 0s
  3878. }
  3879. .Dropdown-separator {
  3880. margin: 0
  3881. }
  3882. .dropdown-backdrop {
  3883. background: rgba(148, 140, 1, 0.9);
  3884. opacity: 0;
  3885. -webkit-transition: opacity 0.3s;
  3886. -o-transition: opacity 0.3s;
  3887. transition: opacity 0.3s;
  3888. -webkit-transform: translate3d(0, 0, 0);
  3889. transform: translate3d(0, 0, 0)
  3890. }
  3891. .open .dropdown-backdrop {
  3892. opacity: 1
  3893. }
  3894. }
  3895. .Form-group {
  3896. margin-bottom: 24px
  3897. }
  3898. .Form-group:last-child {
  3899. margin-bottom: 0 !important
  3900. }
  3901. .Form--centered {
  3902. text-align: center
  3903. }
  3904. .Form--centered .FormControl[type=text],
  3905. .Form--centered .FormControl[type=email],
  3906. .Form--centered .FormControl[type=password],
  3907. .Form--centered .Button {
  3908. margin: 0 auto;
  3909. text-align: center;
  3910. height: 50px;
  3911. padding: 15px 20px;
  3912. font-size: 15px
  3913. }
  3914. @media (max-width: 767px) {
  3915. .Form--centered .FormControl[type=text],
  3916. .Form--centered .FormControl[type=email],
  3917. .Form--centered .FormControl[type=password],
  3918. .Form--centered .Button {
  3919. font-size: 16px
  3920. }
  3921. }
  3922. .Form--centered .Form-group {
  3923. margin-bottom: 12px
  3924. }
  3925. .Form--centered .checkbox {
  3926. text-align: left
  3927. }
  3928. .Form-group>label {
  3929. font-size: 14px;
  3930. font-weight: bold;
  3931. margin-bottom: 10px;
  3932. color: #ddd;
  3933. display: block
  3934. }
  3935. .FormControl {
  3936. display: block;
  3937. width: 100%;
  3938. height: 36px;
  3939. padding: 8px 13px;
  3940. font-size: 13px;
  3941. line-height: 1.5;
  3942. color: #93916c;
  3943. background-color: #28271b;
  3944. border: 2px solid transparent;
  3945. border-radius: 4px;
  3946. -webkit-transition: border-color .15s, background .15s;
  3947. -o-transition: border-color .15s, background .15s;
  3948. transition: border-color .15s, background .15s;
  3949. -webkit-appearance: none
  3950. }
  3951. .FormControl:focus,
  3952. .FormControl.focus {
  3953. background-color: #1f1e14;
  3954. color: #ddd;
  3955. border-color: #1a4d84;
  3956. outline: none
  3957. }
  3958. .FormControl::-moz-placeholder {
  3959. color: #93916c;
  3960. opacity: 1
  3961. }
  3962. .FormControl:-ms-input-placeholder {
  3963. color: #93916c
  3964. }
  3965. .FormControl::-webkit-input-placeholder {
  3966. color: #93916c
  3967. }
  3968. .FormControl[disabled],
  3969. .FormControl[readonly],
  3970. fieldset[disabled] .FormControl {
  3971. opacity: 0.5
  3972. }
  3973. .FormControl[disabled],
  3974. fieldset[disabled] .FormControl {
  3975. cursor: disallowed
  3976. }
  3977. textarea.FormControl {
  3978. height: auto
  3979. }
  3980. @media (max-width: 767px) {
  3981. .FormControl {
  3982. font-size: 16px
  3983. }
  3984. }
  3985. .helpText {
  3986. font-size: 12px;
  3987. line-height: 1.5em;
  3988. margin-bottom: 10px;
  3989. color: #93916c
  3990. }
  3991. .LoadingIndicator {
  3992. position: relative;
  3993. color: #93916c
  3994. }
  3995. .LoadingIndicator--inline {
  3996. display: inline-block;
  3997. width: 25px
  3998. }
  3999. .LoadingIndicator--block {
  4000. height: 100px
  4001. }
  4002. .modal-open {
  4003. overflow: hidden
  4004. }
  4005. .modal-backdrop {
  4006. position: fixed;
  4007. top: 0;
  4008. right: 0;
  4009. bottom: 0;
  4010. left: 0;
  4011. z-index: 1040;
  4012. background-color: rgba(15, 15, 10, 0.9);
  4013. opacity: 0;
  4014. -webkit-transition: .2s opacity;
  4015. -o-transition: .2s opacity;
  4016. transition: .2s opacity
  4017. }
  4018. .modal-backdrop.in {
  4019. opacity: 1
  4020. }
  4021. .ModalManager {
  4022. display: none;
  4023. overflow: hidden;
  4024. position: fixed;
  4025. top: 0;
  4026. right: 0;
  4027. bottom: 0;
  4028. left: 0;
  4029. z-index: 1050;
  4030. -webkit-overflow-scrolling: touch
  4031. }
  4032. .ModalManager .Modal {
  4033. -webkit-transform: scale(.9);
  4034. -ms-transform: scale(.9);
  4035. -o-transform: scale(.9);
  4036. transform: scale(.9);
  4037. -webkit-transition: -webkit-transform .2s ease-out;
  4038. -moz-transition: -moz-transform .2s ease-out;
  4039. -o-transition: -o-transform .2s ease-out;
  4040. transition: transform .2s ease-out
  4041. }
  4042. .ModalManager.in .Modal {
  4043. -webkit-transform: scale(1);
  4044. -ms-transform: scale(1);
  4045. -o-transform: scale(1);
  4046. transform: scale(1)
  4047. }
  4048. .modal-open .ModalManager {
  4049. overflow-x: hidden;
  4050. overflow-y: auto
  4051. }
  4052. .Modal {
  4053. position: relative;
  4054. width: auto;
  4055. margin: 10px;
  4056. max-width: 600px
  4057. }
  4058. .Modal-content {
  4059. position: relative;
  4060. background-color: #1f1e14;
  4061. background-clip: padding-box;
  4062. margin: 0 auto;
  4063. overflow: hidden
  4064. }
  4065. .modal-scrollbar-measure {
  4066. position: absolute;
  4067. top: -9999px;
  4068. width: 50px;
  4069. height: 50px;
  4070. overflow: scroll
  4071. }
  4072. .Modal-alert {
  4073. text-align: center
  4074. }
  4075. .Modal-alert .Alert {
  4076. border-radius: 0
  4077. }
  4078. .Modal-alert .Alert-controls {
  4079. margin: 0;
  4080. display: block
  4081. }
  4082. .Modal-body {
  4083. background-color: #28271b;
  4084. padding: 25px 30px;
  4085. color: #93916c
  4086. }
  4087. .Modal-body .FormControl {
  4088. background-color: #1f1e14;
  4089. color: #ddd
  4090. }
  4091. .Modal-body .Form--centered .helpText {
  4092. font-size: 14px;
  4093. line-height: 1.5em;
  4094. margin-bottom: 25px;
  4095. text-align: left
  4096. }
  4097. .Modal-footer {
  4098. border: 0;
  4099. padding: 20px;
  4100. text-align: center;
  4101. color: #93916c
  4102. }
  4103. .Modal-loading {
  4104. position: absolute;
  4105. top: 0;
  4106. left: 0;
  4107. right: 0;
  4108. bottom: 0;
  4109. background: rgba(31, 30, 20, 0.9);
  4110. opacity: 0;
  4111. pointer-events: none;
  4112. border-radius: 4px;
  4113. -webkit-transition: opacity .2s;
  4114. -o-transition: opacity .2s;
  4115. transition: opacity .2s
  4116. }
  4117. .Modal-loading.active {
  4118. opacity: 1;
  4119. pointer-events: auto
  4120. }
  4121. @media (max-width: 767px) {
  4122. .ModalManager.fade {
  4123. opacity: 1
  4124. }
  4125. .ModalManager {
  4126. position: fixed;
  4127. left: 0;
  4128. right: 0;
  4129. bottom: 0;
  4130. top: 0;
  4131. overflow: auto;
  4132. -webkit-transition: -webkit-transform .2s;
  4133. -moz-transition: -moz-transform .2s;
  4134. -o-transition: -o-transform .2s;
  4135. transition: transform .2s;
  4136. -webkit-transform: translate3d(0, 100vh, 0);
  4137. transform: translate3d(0, 100vh, 0)
  4138. }
  4139. .ModalManager.in {
  4140. -webkit-transform: none !important;
  4141. transform: none !important
  4142. }
  4143. .ModalManager:before {
  4144. content: " ";
  4145. background: rgba(26, 77, 132, 0.98);
  4146. position: fixed;
  4147. top: 0;
  4148. left: 0;
  4149. right: 0;
  4150. z-index: 1000;
  4151. border-bottom: 1px solid #28271b;
  4152. -webkit-transform: translate3d(0, 0, 0);
  4153. transform: translate3d(0, 0, 0);
  4154. -webkit-transition: box-shadow 0.2s, -webkit-transform 0.2s;
  4155. -o-transition: box-shadow 0.2s, -webkit-transform 0.2s;
  4156. transition: box-shadow 0.2s, -webkit-transform 0.2s
  4157. }
  4158. .Modal {
  4159. margin: 0;
  4160. -webkit-transform: none !important;
  4161. transform: none !important
  4162. }
  4163. .Modal-content {
  4164. border-radius: 0;
  4165. border: 0;
  4166. min-height: 100vh;
  4167. padding-top: 46px;
  4168. -webkit-box-shadow: none;
  4169. box-shadow: none
  4170. }
  4171. .Modal-header {
  4172. padding: 0;
  4173. border: 0;
  4174. min-height: 0
  4175. }
  4176. }
  4177. @media (max-width: 767px) and (max-width: 767px) {
  4178. .ModalManager:before {
  4179. height: 46px
  4180. }
  4181. }
  4182. @media (max-width: 767px) and (min-width: 768px) {
  4183. .ModalManager:before {
  4184. height: 52px
  4185. }
  4186. }
  4187. @media (min-width: 768px) {
  4188. .Modal {
  4189. margin: 120px auto
  4190. }
  4191. .Modal-close {
  4192. position: absolute;
  4193. right: 10px;
  4194. top: 10px;
  4195. z-index: 1
  4196. }
  4197. .Modal-content {
  4198. border: 0;
  4199. border-radius: 4px;
  4200. -webkit-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.5);
  4201. box-shadow: 0 7px 15px rgba(0, 0, 0, 0.5)
  4202. }
  4203. .Modal--small {
  4204. max-width: 375px
  4205. }
  4206. .Modal--large {
  4207. max-width: 800px
  4208. }
  4209. .Modal-header {
  4210. text-align: center;
  4211. border: 0;
  4212. padding: 25px
  4213. }
  4214. .Modal-header h3 {
  4215. font-size: 20px;
  4216. font-weight: normal;
  4217. margin: 0
  4218. }
  4219. }
  4220. .Navigation-back {
  4221. z-index: 3 !important;
  4222. border-radius: 4px !important;
  4223. -webkit-transition: border-radius .2s;
  4224. -o-transition: border-radius .2s;
  4225. transition: border-radius .2s;
  4226. max-width: 150px;
  4227. overflow: hidden;
  4228. text-overflow: ellipsis;
  4229. padding-left: 8px;
  4230. padding-right: 8px
  4231. }
  4232. .Navigation-back .icon {
  4233. font-size: 14px
  4234. }
  4235. .Navigation-pin {
  4236. display: none;
  4237. opacity: 0;
  4238. margin-left: -5px !important;
  4239. border-radius: 0 4px 4px 0;
  4240. -webkit-transition: opacity 0.2s, margin-left 0.2s;
  4241. -o-transition: opacity 0.2s, margin-left 0.2s;
  4242. transition: opacity 0.2s, margin-left 0.2s
  4243. }
  4244. .Navigation-pin .icon {
  4245. -webkit-transform: rotate(45deg);
  4246. -ms-transform: rotate(45deg);
  4247. -o-transform: rotate(45deg);
  4248. transform: rotate(45deg)
  4249. }
  4250. @media (min-width: 1100px) {
  4251. .Navigation-pin {
  4252. display: block
  4253. }
  4254. .hasPane.panePinned .Navigation-back,
  4255. .hasPane.paneShowing .Navigation-back {
  4256. border-radius: 4px 0 0 4px !important
  4257. }
  4258. .hasPane.panePinned .Navigation-pin,
  4259. .hasPane.paneShowing .Navigation-pin {
  4260. opacity: 1;
  4261. margin-left: 1px !important
  4262. }
  4263. .hasPane.panePinned .Navigation-pin .icon {
  4264. -webkit-transform: rotate(0deg);
  4265. -ms-transform: rotate(0deg);
  4266. -o-transform: rotate(0deg);
  4267. transform: rotate(0deg)
  4268. }
  4269. }
  4270. .Navigation-drawer.new {
  4271. position: relative
  4272. }
  4273. .Navigation-drawer.new:after {
  4274. content: ' ';
  4275. display: block;
  4276. position: absolute;
  4277. background: #1a4d84;
  4278. top: 10px;
  4279. right: 10px;
  4280. width: 14px;
  4281. height: 14px;
  4282. border-radius: 7px;
  4283. border: 2px solid #1f1e14
  4284. }
  4285. .Placeholder {
  4286. margin-top: 40px
  4287. }
  4288. .Placeholder p {
  4289. font-size: 1.4em;
  4290. color: #706f5c;
  4291. text-align: center
  4292. }
  4293. .Search {
  4294. position: relative
  4295. }
  4296. @media (min-width: 768px) {
  4297. .Search {
  4298. -webkit-transition: margin-left .4s;
  4299. -o-transition: margin-left .4s;
  4300. transition: margin-left .4s
  4301. }
  4302. .Search.focused {
  4303. margin-left: -400px
  4304. }
  4305. .Search.focused input,
  4306. .Search.focused .Search-results {
  4307. width: 400px
  4308. }
  4309. }
  4310. .Search-results {
  4311. max-height: 70vh;
  4312. overflow: auto;
  4313. left: auto;
  4314. right: 0
  4315. }
  4316. @media (max-width: 767px) {
  4317. .Search-results {
  4318. left: 0
  4319. }
  4320. }
  4321. .Search-results>li>a {
  4322. white-space: normal
  4323. }
  4324. .Search-results mark {
  4325. background: none;
  4326. padding: 0;
  4327. font-weight: bold;
  4328. color: inherit;
  4329. box-shadow: none
  4330. }
  4331. .Search-input {
  4332. overflow: hidden;
  4333. color: #93916c
  4334. }
  4335. .Search-input:before {
  4336. display: inline-block;
  4337. font: normal normal normal 14px/1 FontAwesome;
  4338. font-size: inherit;
  4339. text-rendering: auto;
  4340. -webkit-font-smoothing: antialiased;
  4341. -moz-osx-font-smoothing: grayscale;
  4342. content: "\f002";
  4343. float: left;
  4344. margin-right: -36px;
  4345. width: 36px;
  4346. font-size: 14px;
  4347. text-align: center;
  4348. position: relative;
  4349. padding: 7px 0;
  4350. line-height: 1.5;
  4351. pointer-events: none
  4352. }
  4353. .Search-input:before.fa-pull-left {
  4354. margin-right: .3em
  4355. }
  4356. .Search-input:before.fa-pull-right {
  4357. margin-left: .3em
  4358. }
  4359. .Search-input:before.pull-left {
  4360. margin-right: .3em
  4361. }
  4362. .Search-input:before.pull-right {
  4363. margin-left: .3em
  4364. }
  4365. .Search-input input {
  4366. float: left;
  4367. width: 225px;
  4368. padding-left: 32px;
  4369. padding-right: 32px;
  4370. -webkit-transition: all .4s;
  4371. -o-transition: all .4s;
  4372. transition: all .4s;
  4373. box-sizing: inherit !important
  4374. }
  4375. .Search-input .Button {
  4376. float: left;
  4377. margin-left: -36px;
  4378. width: 36px !important;
  4379. outline: none
  4380. }
  4381. .DiscussionSearchResult-excerpt {
  4382. margin-top: 3px;
  4383. color: #93916c;
  4384. font-size: 11px
  4385. }
  4386. .UserSearchResult .Avatar {
  4387. width: 24px;
  4388. height: 24px;
  4389. border-radius: 24px;
  4390. font-size: 12px;
  4391. line-height: 24px;
  4392. margin: -2px 10px -2px 0
  4393. }
  4394. .Select {
  4395. display: inline-block;
  4396. vertical-align: middle
  4397. }
  4398. .Select select {
  4399. display: inline-block;
  4400. width: auto;
  4401. -webkit-appearance: none;
  4402. -moz-appearance: none;
  4403. padding-right: 30px;
  4404. cursor: pointer;
  4405. line-height: 1
  4406. }
  4407. .Select-caret {
  4408. margin-left: -30px;
  4409. pointer-events: none;
  4410. color: #93916c;
  4411. width: 1.28571429em;
  4412. text-align: center
  4413. }
  4414. .tooltip {
  4415. position: absolute;
  4416. z-index: 1070;
  4417. display: block;
  4418. font-size: 12px;
  4419. font-weight: normal;
  4420. line-height: 1.4;
  4421. opacity: 0;
  4422. -webkit-transition: .15s opacity linear;
  4423. -o-transition: .15s opacity linear;
  4424. transition: .15s opacity linear
  4425. }
  4426. .tooltip.in {
  4427. opacity: 1
  4428. }
  4429. .tooltip.top {
  4430. margin-top: -3px;
  4431. padding: 5px 0
  4432. }
  4433. .tooltip.right {
  4434. margin-left: 3px;
  4435. padding: 0 5px
  4436. }
  4437. .tooltip.bottom {
  4438. margin-top: 3px;
  4439. padding: 5px 0
  4440. }
  4441. .tooltip.left {
  4442. margin-left: -3px;
  4443. padding: 0 5px
  4444. }
  4445. .tooltip-inner {
  4446. max-width: 200px;
  4447. padding: 7px 12px;
  4448. color: #fff;
  4449. text-align: center;
  4450. text-decoration: none;
  4451. background-color: rgba(0, 0, 0, 0.9);
  4452. border-radius: 4px
  4453. }
  4454. .tooltip-arrow {
  4455. position: absolute;
  4456. width: 0;
  4457. height: 0;
  4458. border-color: transparent;
  4459. border-style: solid
  4460. }
  4461. .tooltip.top .tooltip-arrow {
  4462. bottom: 0;
  4463. left: 50%;
  4464. margin-left: -5px;
  4465. border-width: 5px 5px 0;
  4466. border-top-color: rgba(0, 0, 0, 0.9)
  4467. }
  4468. .tooltip.right .tooltip-arrow {
  4469. top: 50%;
  4470. left: 0;
  4471. margin-top: -5px;
  4472. border-width: 5px 5px 5px 0;
  4473. border-right-color: rgba(0, 0, 0, 0.9)
  4474. }
  4475. .tooltip.left .tooltip-arrow {
  4476. top: 50%;
  4477. right: 0;
  4478. margin-top: -5px;
  4479. border-width: 5px 0 5px 5px;
  4480. border-left-color: rgba(0, 0, 0, 0.9)
  4481. }
  4482. .tooltip.bottom .tooltip-arrow {
  4483. top: 0;
  4484. left: 50%;
  4485. margin-left: -5px;
  4486. border-width: 0 5px 5px;
  4487. border-bottom-color: rgba(0, 0, 0, 0.9)
  4488. }
  4489. .PostsUserPage-loadMore {
  4490. text-align: center
  4491. }
  4492. .PostsUserPage-loadMore .LoadingIndicator {
  4493. height: 46px
  4494. }
  4495. .PostsUserPage-list {
  4496. margin: 0;
  4497. padding: 0;
  4498. list-style: none
  4499. }
  4500. .PostsUserPage-list>li {
  4501. border-bottom: 1px solid #28271b
  4502. }
  4503. .PostsUserPage-list .Post {
  4504. padding-top: 10px
  4505. }
  4506. .PostsUserPage-discussion {
  4507. font-weight: bold;
  4508. margin-top: 15px;
  4509. margin-bottom: 10px;
  4510. position: relative;
  4511. z-index: 1
  4512. }
  4513. .PostsUserPage-discussion,
  4514. .PostsUserPage-discussion a {
  4515. color: #93916c
  4516. }
  4517. .PostsUserPage-discussion a {
  4518. font-style: italic
  4519. }
  4520. .AvatarEditor {
  4521. position: relative
  4522. }
  4523. .AvatarEditor .Dropdown-toggle {
  4524. opacity: 0;
  4525. position: absolute;
  4526. left: 0;
  4527. top: 0;
  4528. right: 0;
  4529. bottom: 0;
  4530. border-radius: 100%;
  4531. background: rgba(0, 0, 0, 0.6);
  4532. text-align: center;
  4533. text-decoration: none;
  4534. border: 0
  4535. }
  4536. .AvatarEditor .AvatarEditor--noAvatar {
  4537. opacity: 0.7
  4538. }
  4539. .AvatarEditor:hover .Dropdown-toggle,
  4540. .AvatarEditor.open .Dropdown-toggle,
  4541. .AvatarEditor.loading .Dropdown-toggle {
  4542. opacity: 1
  4543. }
  4544. .AvatarEditor .LoadingIndicator {
  4545. color: #fff;
  4546. position: absolute;
  4547. left: 0;
  4548. top: 0;
  4549. right: 0;
  4550. bottom: 0
  4551. }
  4552. @media (min-width: 768px) {
  4553. .AvatarEditor .Dropdown-menu {
  4554. left: 35%;
  4555. top: 65%
  4556. }
  4557. }
  4558. .Composer {
  4559. pointer-events: auto;
  4560. -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  4561. box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5)
  4562. }
  4563. .Composer.minimized {
  4564. height: 46px;
  4565. cursor: pointer;
  4566. background: #28271b
  4567. }
  4568. .Composer-controls {
  4569. list-style: none;
  4570. padding: 0;
  4571. margin: 0
  4572. }
  4573. .minimized .ComposerBody-content {
  4574. white-space: nowrap;
  4575. overflow: hidden;
  4576. text-overflow: ellipsis
  4577. }
  4578. .ComposerBody-header {
  4579. list-style: none;
  4580. padding: 1px 0;
  4581. margin: 0 0 10px
  4582. }
  4583. .minimized .ComposerBody-header {
  4584. pointer-events: none
  4585. }
  4586. .ComposerBody-header>li {
  4587. display: inline-block;
  4588. margin-right: -4px
  4589. }
  4590. .ComposerBody-header h3 {
  4591. margin: 0;
  4592. line-height: 1.5em;
  4593. color: #948c01
  4594. }
  4595. .ComposerBody-header h3,
  4596. .ComposerBody-header h3 input,
  4597. .ComposerBody-header h3 a {
  4598. font-size: 14px;
  4599. font-weight: normal
  4600. }
  4601. .ComposerBody-header h3 input,
  4602. .ComposerBody-header h3 a {
  4603. color: inherit
  4604. }
  4605. .ComposerBody-header h3 input {
  4606. font-size: 16px;
  4607. width: 500px
  4608. }
  4609. .ComposerBody-header h3 input,
  4610. .ComposerBody-header h3 input[disabled],
  4611. .ComposerBody-header h3 input:focus {
  4612. background: none;
  4613. border: 0;
  4614. padding: 0 20px 0 0;
  4615. height: auto
  4616. }
  4617. .ComposerBody-header h3 .icon {
  4618. font-size: 14px;
  4619. margin-right: 3px
  4620. }
  4621. .fa-minus.minimize {
  4622. vertical-align: -5px
  4623. }
  4624. .Composer-controls {
  4625. position: absolute;
  4626. right: 10px;
  4627. top: 10px;
  4628. z-index: 1
  4629. }
  4630. .Composer-controls li {
  4631. display: inline-block
  4632. }
  4633. .minimized .Composer-controls {
  4634. top: 7px
  4635. }
  4636. .ComposerBody-loading {
  4637. position: absolute;
  4638. top: 0;
  4639. left: 0;
  4640. right: 0;
  4641. bottom: 0;
  4642. background: rgba(31, 30, 20, 0.9);
  4643. opacity: 0;
  4644. pointer-events: none;
  4645. border-radius: 4px 4px 0 0;
  4646. -webkit-transition: opacity .2s;
  4647. -o-transition: opacity .2s;
  4648. transition: opacity .2s
  4649. }
  4650. .ComposerBody-loading.active {
  4651. opacity: 1;
  4652. pointer-events: auto
  4653. }
  4654. .minimized .ComposerBody-editor {
  4655. visibility: hidden
  4656. }
  4657. @media (max-width: 767px) {
  4658. .Composer {
  4659. position: fixed;
  4660. bottom: 0;
  4661. left: 0;
  4662. right: 0;
  4663. z-index: 1020;
  4664. background: #1f1e14
  4665. }
  4666. .Composer:not(.minimized) {
  4667. position: absolute;
  4668. top: 0;
  4669. height: 100vh !important;
  4670. padding-top: 46px
  4671. }
  4672. .Composer:not(.minimized):before {
  4673. content: " ";
  4674. background: rgba(26, 77, 132, 0.98);
  4675. position: fixed;
  4676. top: 0;
  4677. left: 0;
  4678. right: 0;
  4679. z-index: 1000;
  4680. border-bottom: 1px solid #28271b;
  4681. -webkit-transform: translate3d(0, 0, 0);
  4682. transform: translate3d(0, 0, 0);
  4683. -webkit-transition: box-shadow 0.2s, -webkit-transform 0.2s;
  4684. -o-transition: box-shadow 0.2s, -webkit-transform 0.2s;
  4685. transition: box-shadow 0.2s, -webkit-transform 0.2s;
  4686. position: absolute;
  4687. opacity: 0
  4688. }
  4689. .visible.Composer:not(.minimized):before {
  4690. opacity: 1
  4691. }
  4692. .Composer:not(.minimized) .Composer-controls {
  4693. position: static;
  4694. z-index: 1001
  4695. }
  4696. .Composer:not(.minimized) .Composer-controls li:not(.App-backControl) {
  4697. display: none
  4698. }
  4699. .Composer:not(.minimized) .Composer-controls .App-backControl {
  4700. position: absolute !important
  4701. }
  4702. .Composer-controls .fa-minus:before {
  4703. content: "\f00d"
  4704. }
  4705. .composer-backdrop {
  4706. position: fixed;
  4707. top: 0;
  4708. right: 0;
  4709. bottom: 0;
  4710. left: 0;
  4711. z-index: 1019;
  4712. background-color: rgba(15, 15, 10, 0.9);
  4713. opacity: 0.9
  4714. }
  4715. .minimized .ComposerBody-content {
  4716. margin-right: 50px
  4717. }
  4718. .ComposerBody-avatar {
  4719. display: none
  4720. }
  4721. .ComposerBody-header {
  4722. margin-bottom: 0
  4723. }
  4724. .ComposerBody-header>li {
  4725. display: block;
  4726. border-bottom: 1px solid #28271b;
  4727. padding: 10px 15px
  4728. }
  4729. .minimized .ComposerBody-header>li {
  4730. border-bottom: 0;
  4731. padding: 15px
  4732. }
  4733. .normal .ComposerBody-header>li:first-child {
  4734. margin: -46px 50px 0;
  4735. text-align: center;
  4736. position: relative;
  4737. z-index: 1001;
  4738. border: 0;
  4739. white-space: nowrap;
  4740. overflow: hidden;
  4741. text-overflow: ellipsis
  4742. }
  4743. .normal .ComposerBody-header>li:first-child h3 {
  4744. color: #1d3141
  4745. }
  4746. .ComposerBody-header h3 input {
  4747. width: 100% !important
  4748. }
  4749. .ComposerBody-editor {
  4750. padding: 15px
  4751. }
  4752. .ComposerBody-editor .TextEditor-controls .item-submit {
  4753. position: absolute !important
  4754. }
  4755. }
  4756. @media (max-width: 767px) and (max-width: 767px) {
  4757. .Composer:not(.minimized):before {
  4758. height: 46px
  4759. }
  4760. }
  4761. @media (max-width: 767px) and (min-width: 768px) {
  4762. .Composer:not(.minimized):before {
  4763. height: 52px
  4764. }
  4765. }
  4766. @media (min-width: 768px) {
  4767. .App-composer {
  4768. position: fixed;
  4769. bottom: 0;
  4770. left: 0;
  4771. right: 0;
  4772. z-index: 1020;
  4773. pointer-events: none;
  4774. -webkit-transition: left .2s;
  4775. -o-transition: left .2s;
  4776. transition: left .2s
  4777. }
  4778. .Composer {
  4779. border-radius: 4px 4px 0 0;
  4780. background: rgba(31, 30, 20, 0.95);
  4781. transform: translateZ(0);
  4782. position: relative;
  4783. height: 300px;
  4784. -webkit-transition: background 0.2s, box-shadow 0.2s;
  4785. -o-transition: background 0.2s, box-shadow 0.2s;
  4786. transition: background 0.2s, box-shadow 0.2s
  4787. }
  4788. .Composer.active,
  4789. .Composer.fullScreen {
  4790. background: #1f1e14
  4791. }
  4792. .Composer.active:not(.fullScreen) {
  4793. -webkit-box-shadow: 0 0 0 2px #1a4d84, 0 2px 6px rgba(0, 0, 0, 0.5);
  4794. box-shadow: 0 0 0 2px #1a4d84, 0 2px 6px rgba(0, 0, 0, 0.5)
  4795. }
  4796. .Composer.fullScreen {
  4797. position: fixed;
  4798. left: 0;
  4799. top: 0;
  4800. bottom: 0;
  4801. right: 0;
  4802. margin: 0;
  4803. height: auto;
  4804. border-radius: 0
  4805. }
  4806. .fullScreen .Composer-controls .Button {
  4807. padding: 13px;
  4808. width: auto
  4809. }
  4810. .fullScreen .Composer-controls .Button .Button-icon {
  4811. font-size: 20px
  4812. }
  4813. .fullScreen .ComposerBody-header {
  4814. margin-bottom: 20px
  4815. }
  4816. .Composer-content {
  4817. padding: 20px 20px 0
  4818. }
  4819. .minimized .Composer-content {
  4820. padding: 12px 20px
  4821. }
  4822. .fullScreen .Composer-content {
  4823. max-width: 900px;
  4824. margin: 0 auto;
  4825. padding: 30px
  4826. }
  4827. .Composer-handle {
  4828. height: 15px;
  4829. margin-bottom: -17px;
  4830. position: relative
  4831. }
  4832. .minimized .Composer-handle,
  4833. .fullScreen .Composer-handle {
  4834. display: none
  4835. }
  4836. .ComposerBody-avatar {
  4837. float: left;
  4838. width: 64px;
  4839. height: 64px;
  4840. border-radius: 64px;
  4841. font-size: 32px;
  4842. line-height: 64px
  4843. }
  4844. .minimized .ComposerBody-avatar,
  4845. .fullScreen .ComposerBody-avatar {
  4846. display: none
  4847. }
  4848. .ComposerBody-content {
  4849. margin-left: 85px
  4850. }
  4851. .minimized .ComposerBody-content,
  4852. .fullScreen .ComposerBody-content {
  4853. margin-left: 0
  4854. }
  4855. .fullScreen .ComposerBody-editor textarea {
  4856. font-size: 16px
  4857. }
  4858. .ComposerBody--discussion .ComposerBody-header .item-title {
  4859. display: none
  4860. }
  4861. }
  4862. @media (min-width: 992px) {
  4863. .App--index .Composer:not(.fullScreen) {
  4864. margin-left: 220px;
  4865. margin-right: -20px
  4866. }
  4867. .App--discussion .Composer:not(.fullScreen) {
  4868. margin-left: -20px;
  4869. margin-right: 205px
  4870. }
  4871. }
  4872. @media (min-width: 1100px) {
  4873. .hasPane.panePinned .App-composer {
  4874. left: 400px
  4875. }
  4876. }
  4877. .TextEditor textarea {
  4878. border-radius: 0;
  4879. padding: 0 0 10px;
  4880. border: 0;
  4881. resize: none;
  4882. color: #ddd;
  4883. font-size: 14px;
  4884. line-height: 1.7
  4885. }
  4886. .TextEditor textarea,
  4887. .TextEditor textarea:focus,
  4888. .TextEditor textarea[disabled] {
  4889. background: none;
  4890. border: 0
  4891. }
  4892. @media (max-width: 767px) {
  4893. .TextEditor textarea {
  4894. font-size: 16px
  4895. }
  4896. }
  4897. .TextEditor-controls {
  4898. margin: 0;
  4899. padding: 15px 0;
  4900. list-style-type: none
  4901. }
  4902. .TextEditor-controls li {
  4903. display: inline-block
  4904. }
  4905. @media (min-width: 768px) {
  4906. .TextEditor-controls {
  4907. margin: 0 -20px 0 -105px;
  4908. padding: 10px 20px;
  4909. border-top: 1px solid #28271b
  4910. }
  4911. .TextEditor-controls li {
  4912. margin-right: 5px
  4913. }
  4914. .fullScreen .TextEditor-controls {
  4915. margin: 0;
  4916. border-top: 0;
  4917. padding: 20px 0
  4918. }
  4919. }
  4920. .DiscussionHero .badges {
  4921. margin-right: 10px;
  4922. margin-bottom: -2px;
  4923. vertical-align: 2px
  4924. }
  4925. .DiscussionHero-items {
  4926. padding: 0;
  4927. margin: 0;
  4928. list-style: none
  4929. }
  4930. .DiscussionHero-items>li {
  4931. display: inline-block
  4932. }
  4933. .DiscussionHero-title {
  4934. display: inline;
  4935. vertical-align: middle
  4936. }
  4937. .DiscussionList-discussions {
  4938. margin: 0;
  4939. padding: 0;
  4940. list-style-type: none;
  4941. position: relative
  4942. }
  4943. .DiscussionList-loadMore {
  4944. text-align: center;
  4945. margin-top: 10px
  4946. }
  4947. .DiscussionList-loadMore .LoadingIndicator {
  4948. height: 46px
  4949. }
  4950. @media (max-width: 767px) {
  4951. .DiscussionList {
  4952. margin: 0 -15px
  4953. }
  4954. }
  4955. .DiscussionListItem .tooltip .tooltip-inner {
  4956. max-width: none
  4957. }
  4958. .DiscussionListItem--hidden .DiscussionListItem-content {
  4959. opacity: 0.5
  4960. }
  4961. .DiscussionListItem a {
  4962. text-decoration: none
  4963. }
  4964. .DiscussionListItem-content {
  4965. position: relative;
  4966. color: #93916c
  4967. }
  4968. .DiscussionListItem-main {
  4969. color: inherit;
  4970. text-decoration: none
  4971. }
  4972. .DiscussionListItem-author {
  4973. float: left;
  4974. margin-top: 13px
  4975. }
  4976. .DiscussionListItem-badges {
  4977. float: left;
  4978. margin-top: 10px;
  4979. text-align: right;
  4980. white-space: nowrap;
  4981. pointer-events: none
  4982. }
  4983. .DiscussionListItem-badges .Badge {
  4984. margin-left: -10px;
  4985. position: relative;
  4986. pointer-events: auto
  4987. }
  4988. .DiscussionListItem-main {
  4989. display: inline-block;
  4990. width: 100%;
  4991. padding: 12px 0
  4992. }
  4993. .DiscussionListItem-title {
  4994. margin: 0 0 3px;
  4995. line-height: 1.3;
  4996. color: #ddd;
  4997. font-weight: normal;
  4998. overflow: hidden;
  4999. text-overflow: ellipsis
  5000. }
  5001. .read .DiscussionListItem-title {
  5002. color: #878783
  5003. }
  5004. .unread .DiscussionListItem-title {
  5005. font-weight: 600
  5006. }
  5007. .DiscussionListItem-info {
  5008. list-style-type: none;
  5009. padding: 0;
  5010. margin: 0;
  5011. font-size: 12px
  5012. }
  5013. .DiscussionListItem-info>li {
  5014. display: inline;
  5015. opacity: 0.7;
  5016. -webkit-transition: opacity .2s;
  5017. -o-transition: opacity .2s;
  5018. transition: opacity .2s
  5019. }
  5020. .DiscussionListItem:hover .DiscussionListItem-info>li,
  5021. .DiscussionListItem.active .DiscussionListItem-info>li {
  5022. opacity: 1
  5023. }
  5024. .DiscussionListItem-info .username {
  5025. font-weight: bold
  5026. }
  5027. .DiscussionListItem-info .item-terminalPost .icon {
  5028. font-size: 11px;
  5029. margin-right: -1px
  5030. }
  5031. .DiscussionListItem-count {
  5032. float: right;
  5033. margin-top: 12px;
  5034. text-decoration: none
  5035. }
  5036. .unread .DiscussionListItem-count {
  5037. cursor: pointer
  5038. }
  5039. .DiscussionListItem-relevantPosts {
  5040. padding-bottom: 15px
  5041. }
  5042. @media (max-width: 767px) {
  5043. .DiscussionListItem-relevantPosts {
  5044. margin-left: -45px;
  5045. margin-right: -35px
  5046. }
  5047. }
  5048. .DiscussionListItem-relevantPosts .PostPreview {
  5049. background: #28271b;
  5050. display: block;
  5051. padding: 10px 15px;
  5052. border-bottom: 2px dotted #1f1e14;
  5053. color: #93916c;
  5054. transition: border-color .2s
  5055. }
  5056. .DiscussionListItem:hover .DiscussionListItem-relevantPosts .PostPreview {
  5057. border-color: #313021
  5058. }
  5059. .DiscussionListItem-relevantPosts .PostPreview .Avatar,
  5060. .DiscussionListItem-relevantPosts .PostPreview time {
  5061. display: none
  5062. }
  5063. .DiscussionListItem-relevantPosts .PostPreview .PostPreview-content {
  5064. padding-left: 0
  5065. }
  5066. .DiscussionListItem-relevantPosts .PostPreview:first-child {
  5067. border-radius: 4px 4px 0 0
  5068. }
  5069. .DiscussionListItem-relevantPosts .PostPreview:hover {
  5070. background: #1f1e14;
  5071. text-decoration: none
  5072. }
  5073. @media (max-width: 767px) {
  5074. .DiscussionListItem-controls {
  5075. display: none
  5076. }
  5077. .DiscussionListItem-content {
  5078. padding-left: 60px;
  5079. padding-right: 50px
  5080. }
  5081. .DiscussionListItem-content:active {
  5082. background: #28271b
  5083. }
  5084. .DiscussionListItem-author {
  5085. margin-left: -45px
  5086. }
  5087. .DiscussionListItem-author .Avatar {
  5088. width: 32px;
  5089. height: 32px;
  5090. border-radius: 32px;
  5091. font-size: 16px;
  5092. line-height: 32px
  5093. }
  5094. .DiscussionListItem-badges {
  5095. margin-left: -45px;
  5096. width: 38px
  5097. }
  5098. .DiscussionListItem-badges .badge {
  5099. width: 20px;
  5100. height: 20px;
  5101. border-radius: 10px;
  5102. line-height: 19px;
  5103. margin-left: -13px
  5104. }
  5105. .DiscussionListItem-badges .badge,
  5106. .DiscussionListItem-badges .badge .Badge-icon {
  5107. font-size: 11.2px
  5108. }
  5109. .DiscussionListItem-main {
  5110. margin-right: -45px
  5111. }
  5112. .DiscussionListItem-title {
  5113. font-size: 14px;
  5114. text-decoration: none !important
  5115. }
  5116. .DiscussionListItem-info {
  5117. white-space: nowrap;
  5118. overflow: hidden;
  5119. text-overflow: ellipsis
  5120. }
  5121. .DiscussionListItem-count {
  5122. margin-right: -35px;
  5123. background: #28271b;
  5124. color: #93916c;
  5125. border-radius: 4px;
  5126. font-size: 12px;
  5127. padding: 2px 6px
  5128. }
  5129. .unread .DiscussionListItem-count {
  5130. background: #1a4d84;
  5131. color: #fff;
  5132. font-weight: bold
  5133. }
  5134. .unread .DiscussionListItem-count:active {
  5135. opacity: 0.5
  5136. }
  5137. }
  5138. @media (min-width: 768px) {
  5139. .DiscussionListItem {
  5140. position: relative;
  5141. margin-right: -15px;
  5142. padding-right: 25px;
  5143. padding-left: 15px;
  5144. margin-left: -15px;
  5145. border-radius: 4px;
  5146. transition: background .2s
  5147. }
  5148. .DiscussionListItem:hover {
  5149. background: #232317
  5150. }
  5151. .DiscussionListItem:hover .DiscussionListItem-controls,
  5152. .DiscussionListItem .DiscussionListItem-controls.open {
  5153. opacity: 1
  5154. }
  5155. .DiscussionListItem .DiscussionListItem-controls.open {
  5156. z-index: 3
  5157. }
  5158. .DiscussionListItem-controls {
  5159. position: absolute;
  5160. right: 5px;
  5161. top: 15px;
  5162. z-index: 1;
  5163. opacity: 0;
  5164. transition: opacity .2s
  5165. }
  5166. .DiscussionListItem-controls .Dropdown-toggle {
  5167. display: block
  5168. }
  5169. .DiscussionListItem-controls .Dropdown-menu {
  5170. right: 0;
  5171. left: auto
  5172. }
  5173. .DiscussionListItem-content {
  5174. padding-left: 52px;
  5175. padding-right: 80px
  5176. }
  5177. .DiscussionListItem-author {
  5178. margin-left: -52px
  5179. }
  5180. .DiscussionListItem-author .Avatar {
  5181. width: 36px;
  5182. height: 36px;
  5183. border-radius: 36px;
  5184. font-size: 18px;
  5185. line-height: 36px
  5186. }
  5187. .DiscussionListItem-badges {
  5188. margin-left: -55px;
  5189. width: 48px
  5190. }
  5191. .DiscussionListItem-main {
  5192. margin-right: -65px
  5193. }
  5194. .DiscussionListItem-title {
  5195. font-size: 15px
  5196. }
  5197. .DiscussionListItem-count {
  5198. margin-top: 21px;
  5199. margin-right: -70px;
  5200. width: 55px;
  5201. color: #93916c;
  5202. font-size: 14px;
  5203. padding-left: 21px
  5204. }
  5205. .DiscussionListItem-count:before {
  5206. display: inline-block;
  5207. font: normal normal normal 14px/1 FontAwesome;
  5208. font-size: inherit;
  5209. text-rendering: auto;
  5210. -webkit-font-smoothing: antialiased;
  5211. -moz-osx-font-smoothing: grayscale;
  5212. content: "\f0e5";
  5213. float: left;
  5214. margin-left: -21px;
  5215. margin-top: 3px
  5216. }
  5217. .DiscussionListItem-count:before.fa-pull-left {
  5218. margin-right: .3em
  5219. }
  5220. .DiscussionListItem-count:before.fa-pull-right {
  5221. margin-left: .3em
  5222. }
  5223. .DiscussionListItem-count:before.pull-left {
  5224. margin-right: .3em
  5225. }
  5226. .DiscussionListItem-count:before.pull-right {
  5227. margin-left: .3em
  5228. }
  5229. .unread .DiscussionListItem-count {
  5230. color: #ddd;
  5231. font-weight: bold
  5232. }
  5233. .unread .DiscussionListItem-count:before {
  5234. content: "\f075"
  5235. }
  5236. .unread .DiscussionListItem-count:hover:before {
  5237. content: "\f00c"
  5238. }
  5239. }
  5240. .DiscussionPage-nav>ul {
  5241. padding: 0;
  5242. margin: 0;
  5243. list-style: none
  5244. }
  5245. @media (max-width: 767px) {
  5246. .DiscussionPage-nav {
  5247. margin: 0 -15px;
  5248. border-bottom: 1px solid #28271b
  5249. }
  5250. .DiscussionPage-nav>ul>li {
  5251. margin: 15px;
  5252. display: inline-block
  5253. }
  5254. .DiscussionPage-nav>ul>li.item-controls,
  5255. .DiscussionPage-nav>ul>li.item-scrubber {
  5256. margin: 0;
  5257. display: block
  5258. }
  5259. }
  5260. @media (min-width: 768px) {
  5261. .DiscussionPage-nav {
  5262. float: right
  5263. }
  5264. .DiscussionPage-nav,
  5265. .DiscussionPage-nav>ul {
  5266. width: 150px
  5267. }
  5268. .DiscussionPage-nav>ul {
  5269. position: fixed;
  5270. margin-top: 30px;
  5271. z-index: 1
  5272. }
  5273. .DiscussionPage-nav>ul>li {
  5274. margin-bottom: 10px
  5275. }
  5276. .DiscussionPage-nav .ButtonGroup,
  5277. .DiscussionPage-nav .Button {
  5278. width: 100%
  5279. }
  5280. .DiscussionPage-nav .ButtonGroup:not(.itemCount1) .Button:first-child {
  5281. width: 77%
  5282. }
  5283. .DiscussionPage-nav .ButtonGroup:not(.itemCount1) .Dropdown-toggle {
  5284. width: 22%
  5285. }
  5286. }
  5287. @media (min-width: 768px) {
  5288. .DiscussionPage-stream {
  5289. margin-right: 225px
  5290. }
  5291. }
  5292. @media (max-width: 767px) {
  5293. .DiscussionPage-list {
  5294. display: none
  5295. }
  5296. }
  5297. @media (min-width: 768px) {
  5298. .DiscussionPage-list {
  5299. left: -406px;
  5300. position: absolute;
  5301. z-index: 1010;
  5302. overflow: auto;
  5303. top: 52px;
  5304. height: calc(100vh - 52px);
  5305. width: 400px;
  5306. background: #1f1e14;
  5307. padding-bottom: 40px;
  5308. border-top: 1px solid #28271b;
  5309. -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.5);
  5310. box-shadow: 0 6px 6px rgba(0, 0, 0, 0.5);
  5311. -webkit-transition: left .2s;
  5312. -o-transition: left .2s;
  5313. transition: left .2s
  5314. }
  5315. .affix .DiscussionPage-list {
  5316. position: fixed;
  5317. bottom: 0;
  5318. height: auto
  5319. }
  5320. .paneShowing .DiscussionPage-list {
  5321. left: 0
  5322. }
  5323. .DiscussionPage-list .DiscussionListItem {
  5324. margin: 0;
  5325. padding: 0;
  5326. border-radius: 0
  5327. }
  5328. .DiscussionPage-list .DiscussionListItem.active {
  5329. background: #28271b
  5330. }
  5331. .DiscussionPage-list .DiscussionListItem-controls {
  5332. top: 5px
  5333. }
  5334. .DiscussionPage-list .DiscussionListItem-content {
  5335. padding-left: 67px;
  5336. padding-right: 80px
  5337. }
  5338. .DiscussionPage-list .DiscussionListItem-title {
  5339. font-size: 14px
  5340. }
  5341. .DiscussionPage-list .DiscussionListItem-info {
  5342. white-space: nowrap;
  5343. overflow: hidden;
  5344. text-overflow: ellipsis
  5345. }
  5346. .DiscussionPage-list .DiscussionListItem-relevantPosts {
  5347. margin-left: -52px;
  5348. margin-right: -65px
  5349. }
  5350. .DiscussionPage-list .DiscussionListItem-count {
  5351. margin-top: 11px
  5352. }
  5353. }
  5354. @media (min-width: 1100px) {
  5355. .panePinned .DiscussionPage-list {
  5356. left: 0;
  5357. -webkit-transition: none;
  5358. -o-transition: none;
  5359. transition: none
  5360. }
  5361. .hasPane.panePinned .App-content,
  5362. .hasPane.panePinned .App-footer {
  5363. margin-left: 400px
  5364. }
  5365. .hasPane.panePinned .App-content .container,
  5366. .hasPane.panePinned .App-footer .container {
  5367. max-width: 100%;
  5368. padding-left: 30px;
  5369. padding-right: 30px
  5370. }
  5371. .App-header .container {
  5372. transition: width .2s
  5373. }
  5374. .hasPane.panePinned .App-header .container {
  5375. width: 100%
  5376. }
  5377. }
  5378. .EditUserModal-groups .checkbox {
  5379. margin-bottom: 10px
  5380. }
  5381. .EditUserModal-groups .Badge {
  5382. margin: -3px 3px -3px 0;
  5383. vertical-align: 1px
  5384. }
  5385. .Hero {
  5386. margin-top: -1px;
  5387. background: #28271b;
  5388. text-align: center;
  5389. color: #93916c
  5390. }
  5391. .Hero h2 {
  5392. margin: 0;
  5393. font-size: 16px;
  5394. font-weight: normal;
  5395. line-height: 1.5em
  5396. }
  5397. .Hero .container {
  5398. padding-top: 20px;
  5399. padding-bottom: 20px
  5400. }
  5401. .Hero-close {
  5402. float: right;
  5403. margin-top: -10px;
  5404. color: inherit;
  5405. opacity: 0.5
  5406. }
  5407. .Hero-subtitle {
  5408. margin: 8px 0 0;
  5409. line-height: 1.5em
  5410. }
  5411. @media (max-width: 767px) {
  5412. .Hero-close {
  5413. margin-right: -10px
  5414. }
  5415. }
  5416. @media (min-width: 768px) {
  5417. .Hero h2 {
  5418. font-size: 22px
  5419. }
  5420. .Hero .container {
  5421. padding-top: 40px;
  5422. padding-bottom: 30px
  5423. }
  5424. .Hero-subtitle {
  5425. font-size: 15px
  5426. }
  5427. }
  5428. @media (min-width: 992px) {
  5429. .IndexPage-nav .item-newDiscussion {
  5430. margin-bottom: 20px
  5431. }
  5432. .IndexPage-nav .item-newDiscussion .Button {
  5433. display: block;
  5434. width: 100%;
  5435. overflow: hidden;
  5436. text-overflow: ellipsis
  5437. }
  5438. .IndexPage-nav .item-newDiscussion .Button+.Button--block {
  5439. margin-top: 5px
  5440. }
  5441. }
  5442. .IndexPage-toolbar {
  5443. margin-bottom: 15px
  5444. }
  5445. .IndexPage-toolbar-view,
  5446. .IndexPage-toolbar-action {
  5447. display: inline-block;
  5448. margin: 0;
  5449. list-style: none;
  5450. padding: 0
  5451. }
  5452. .IndexPage-toolbar-view>li,
  5453. .IndexPage-toolbar-action>li {
  5454. display: inline-block
  5455. }
  5456. .IndexPage-toolbar-view>li {
  5457. margin-right: 5px
  5458. }
  5459. .IndexPage-toolbar-action {
  5460. float: right
  5461. }
  5462. .IndexPage-toolbar-action>li {
  5463. margin-left: 5px
  5464. }
  5465. .LogInButton .Button-icon {
  5466. font-size: 18px;
  5467. vertical-align: -1px;
  5468. margin-right: 5px
  5469. }
  5470. .LogInButtons {
  5471. width: 200px;
  5472. margin: 0 auto
  5473. }
  5474. .LogInButtons .LogInButton {
  5475. margin-bottom: 5px
  5476. }
  5477. .LogInButtons .LogInButton:last-child {
  5478. margin-bottom: 20px
  5479. }
  5480. .NotificationGrid {
  5481. background: #28271b;
  5482. border-radius: 4px
  5483. }
  5484. .NotificationGrid td,
  5485. .NotificationGrid th {
  5486. border-bottom: 1px solid #1f1e14;
  5487. color: #93916c
  5488. }
  5489. .NotificationGrid td,
  5490. .NotificationGrid th,
  5491. .NotificationGrid .Checkbox {
  5492. padding: 10px 15px
  5493. }
  5494. .NotificationGrid .NotificationGrid-checkbox {
  5495. padding: 0
  5496. }
  5497. .NotificationGrid thead th {
  5498. text-align: center;
  5499. padding: 15px 25px
  5500. }
  5501. .NotificationGrid thead .icon {
  5502. display: block;
  5503. font-size: 14px;
  5504. width: auto;
  5505. margin-bottom: 5px
  5506. }
  5507. .NotificationGrid-groupToggle {
  5508. cursor: pointer
  5509. }
  5510. .NotificationGrid-groupToggle .icon {
  5511. font-size: 14px;
  5512. margin-right: 2px;
  5513. width: 1.28571429em;
  5514. text-align: center
  5515. }
  5516. .NotificationGrid-checkbox .Checkbox {
  5517. display: block
  5518. }
  5519. .NotificationGrid-checkbox .Checkbox-display {
  5520. text-align: center;
  5521. cursor: pointer
  5522. }
  5523. .NotificationGrid-checkbox.highlighted .Checkbox:not(.disabled),
  5524. .NotificationGrid-checkbox .Checkbox:hover:not(.disabled) {
  5525. background: #1c1b12
  5526. }
  5527. .NotificationList .loading-indicator {
  5528. height: 100px
  5529. }
  5530. @media (min-width: 768px) {
  5531. .NotificationList-header {
  5532. padding: 12px 15px;
  5533. border-bottom: 1px solid #28271b
  5534. }
  5535. .NotificationList-header h4 {
  5536. font-size: 12px;
  5537. text-transform: uppercase;
  5538. font-weight: bold;
  5539. margin: 0;
  5540. color: #93916c
  5541. }
  5542. }
  5543. .NotificationList-header .Button {
  5544. float: right;
  5545. margin-top: -11px;
  5546. margin-right: -11px;
  5547. color: #93916c;
  5548. background: #28271b
  5549. }
  5550. .NotificationList-header .Button:hover,
  5551. .NotificationList-header .Button:focus,
  5552. .NotificationList-header .Button.focus {
  5553. background-color: #181810
  5554. }
  5555. .NotificationList-header .Button:active,
  5556. .NotificationList-header .Button.active,
  5557. .open>.Dropdown-toggle.NotificationList-header .Button {
  5558. background-color: #090906
  5559. }
  5560. .NotificationList-header .Button.disabled,
  5561. .NotificationList-header .Button[disabled],
  5562. fieldset[disabled] .NotificationList-header .Button {
  5563. background: #28271b
  5564. }
  5565. .NotificationList-header .Button:hover {
  5566. color: #124d8c
  5567. }
  5568. .NotificationList-empty {
  5569. color: #93916c;
  5570. text-align: center;
  5571. padding: 50px 0;
  5572. font-size: 16px
  5573. }
  5574. .NotificationGroup {
  5575. border-top: 1px solid #28271b;
  5576. margin-top: -1px
  5577. }
  5578. .NotificationGroup:not(:last-child) {
  5579. margin-bottom: 20px
  5580. }
  5581. .NotificationGroup-header {
  5582. font-weight: bold;
  5583. color: #ddd !important;
  5584. padding: 6px 15px;
  5585. display: block;
  5586. white-space: nowrap;
  5587. overflow: hidden;
  5588. text-overflow: ellipsis
  5589. }
  5590. .NotificationGroup-badges {
  5591. margin-left: -2px;
  5592. margin-right: 18px;
  5593. vertical-align: 1px
  5594. }
  5595. .NotificationGroup-badges .Badge {
  5596. margin-right: -13px;
  5597. position: relative;
  5598. width: 21px;
  5599. height: 21px;
  5600. border-radius: 10.5px;
  5601. line-height: 20px
  5602. }
  5603. .NotificationGroup-badges .Badge,
  5604. .NotificationGroup-badges .Badge .Badge-icon {
  5605. font-size: 11.76px
  5606. }
  5607. .NotificationGroup-content {
  5608. list-style: none;
  5609. margin: 0;
  5610. padding: 0
  5611. }
  5612. .Notification {
  5613. display: block;
  5614. padding: 8px 15px 8px 70px;
  5615. color: #93916c !important;
  5616. overflow: hidden
  5617. }
  5618. .unread.Notification {
  5619. background: #28271b
  5620. }
  5621. .Notification:hover {
  5622. text-decoration: none;
  5623. background: #28271b
  5624. }
  5625. .Notification .Avatar {
  5626. width: 24px;
  5627. height: 24px;
  5628. border-radius: 24px;
  5629. font-size: 12px;
  5630. line-height: 24px;
  5631. float: left;
  5632. margin: -2px 0 -2px -55px
  5633. }
  5634. .Notification time {
  5635. font-size: 11px;
  5636. font-weight: bold;
  5637. text-transform: uppercase
  5638. }
  5639. .Notification-icon {
  5640. float: left;
  5641. margin-left: -23px;
  5642. font-size: 14px;
  5643. margin-top: 2px
  5644. }
  5645. .Notification-content {
  5646. margin-right: 5px
  5647. }
  5648. .Notification-content .username {
  5649. font-weight: bold
  5650. }
  5651. .Notification-excerpt {
  5652. color: #706f5c;
  5653. font-size: 11px;
  5654. margin-top: 3px;
  5655. white-space: nowrap;
  5656. text-overflow: ellipsis;
  5657. overflow: hidden
  5658. }
  5659. .NotificationsDropdown .Dropdown-menu {
  5660. padding: 0;
  5661. overflow: hidden
  5662. }
  5663. .NotificationsDropdown .Dropdown-menu .NotificationList-content {
  5664. max-height: 70vh;
  5665. overflow: auto;
  5666. padding-bottom: 10px
  5667. }
  5668. .NotificationsDropdown .Dropdown-toggle .Button-label {
  5669. margin-left: 7px
  5670. }
  5671. @media (min-width: 768px) {
  5672. .NotificationsDropdown .Dropdown-menu {
  5673. width: 425px
  5674. }
  5675. .NotificationsDropdown .Dropdown-toggle {
  5676. width: 36px;
  5677. text-align: center;
  5678. padding: 8px 0
  5679. }
  5680. .NotificationsDropdown .Dropdown-toggle .Button-label,
  5681. .NotificationsDropdown .Dropdown-toggle .Button-caret {
  5682. display: none
  5683. }
  5684. .NotificationsDropdown .Dropdown-toggle .Button-icon {
  5685. font-size: 16px;
  5686. vertical-align: -1px;
  5687. margin: 0
  5688. }
  5689. }
  5690. .NotificationsDropdown .Dropdown-toggle.new .Button-icon {
  5691. color: #1f1e14
  5692. }
  5693. .NotificationsDropdown-unread {
  5694. position: absolute;
  5695. top: 1px;
  5696. left: 17px;
  5697. background: #1d3141;
  5698. color: #1a4d84;
  5699. font-size: 11px;
  5700. font-weight: bold;
  5701. padding: 2px 4px 3px;
  5702. line-height: 1em;
  5703. border-radius: 10px;
  5704. border: 1px solid #1a4d84;
  5705. min-width: 18px;
  5706. height: 18px;
  5707. text-align: center
  5708. }
  5709. @media (max-width: 767px) {
  5710. .NotificationsDropdown-unread {
  5711. left: 20px
  5712. }
  5713. }
  5714. .new .NotificationsDropdown-unread {
  5715. background: #1f1e14
  5716. }
  5717. .Post {
  5718. padding: 20px;
  5719. margin: -1px -20px;
  5720. transition: .2s box-shadow, top .2s, opacity .2s;
  5721. position: relative;
  5722. top: 0;
  5723. border-radius: 4px
  5724. }
  5725. .Post:before,
  5726. .Post:after {
  5727. content: " ";
  5728. display: table
  5729. }
  5730. .Post:after {
  5731. clear: both
  5732. }
  5733. .Post.editing {
  5734. top: 5px;
  5735. opacity: 0.5
  5736. }
  5737. .Post-header {
  5738. margin-bottom: 15px;
  5739. color: #93916c
  5740. }
  5741. .Post-header,
  5742. .Post-header a {
  5743. color: #93916c
  5744. }
  5745. .Post-header>ul {
  5746. list-style-type: none;
  5747. padding: 0;
  5748. margin: 0
  5749. }
  5750. .Post-header>ul>li {
  5751. display: inline;
  5752. margin-right: 10px
  5753. }
  5754. .PostUser {
  5755. margin: 0;
  5756. display: inline;
  5757. font-weight: normal;
  5758. position: relative
  5759. }
  5760. .PostUser h3 {
  5761. display: inline
  5762. }
  5763. .PostUser h3,
  5764. .PostUser h3 a {
  5765. color: #ddd;
  5766. font-weight: bold;
  5767. font-size: 14px
  5768. }
  5769. .PostUser .UserOnline .icon {
  5770. font-size: 12px
  5771. }
  5772. .PostUser .UserOnline .fa-circle {
  5773. color: #7fba00
  5774. }
  5775. .PostUser .UserCard {
  5776. position: absolute;
  5777. top: -10px;
  5778. left: -100px;
  5779. z-index: 1030;
  5780. -webkit-transition: opacity 0.2s, transform 0.2s;
  5781. -o-transition: opacity 0.2s, transform 0.2s;
  5782. transition: opacity 0.2s, transform 0.2s;
  5783. transform: scale(.95);
  5784. transform-origin: left top;
  5785. opacity: 0
  5786. }
  5787. .PostUser .UserCard.in {
  5788. transform: scale(1);
  5789. opacity: 1
  5790. }
  5791. .PostUser-badges {
  5792. text-align: right;
  5793. white-space: nowrap;
  5794. pointer-events: none
  5795. }
  5796. .PostUser-badges .Badge {
  5797. margin-left: -10px;
  5798. position: relative;
  5799. pointer-events: auto
  5800. }
  5801. .Post-body {
  5802. font-size: 14px;
  5803. line-height: 1.7;
  5804. position: relative;
  5805. overflow: auto;
  5806. overflow-wrap: break-word
  5807. }
  5808. .Post-body p,
  5809. .Post-body ul,
  5810. .Post-body ol,
  5811. .Post-body blockquote {
  5812. margin-bottom: 1em
  5813. }
  5814. .Post-body a {
  5815. border-bottom: 1px solid #28271b;
  5816. font-weight: 600
  5817. }
  5818. .Post-body a:hover,
  5819. .Post-body a:focus,
  5820. .Post-body a:active {
  5821. text-decoration: none;
  5822. border-color: #124d8c
  5823. }
  5824. .Post-body blockquote {
  5825. font-size: inherit;
  5826. border: 0;
  5827. background: #28271b;
  5828. color: #93916c;
  5829. border-radius: 4px;
  5830. padding: 8px 15px;
  5831. border-top: 2px dotted #1f1e14;
  5832. border-bottom: 2px dotted #1f1e14;
  5833. margin: 1em 0
  5834. }
  5835. .Post-body code {
  5836. font-family: source-code-pro, Monaco, Consolas, "Courier New", monospace;
  5837. padding: 5px;
  5838. background: #15150e;
  5839. color: #fff;
  5840. line-height: 1.3;
  5841. font-size: 90%;
  5842. border-radius: 4px
  5843. }
  5844. .Post-body pre {
  5845. border: 0;
  5846. padding: 15px;
  5847. background: #15150e;
  5848. color: #666;
  5849. font-size: 90%;
  5850. border-radius: 4px;
  5851. overflow-wrap: normal
  5852. }
  5853. .Post-body pre code {
  5854. padding: 0;
  5855. background: none;
  5856. color: inherit;
  5857. line-height: inherit;
  5858. font-size: 100%;
  5859. border-radius: 0
  5860. }
  5861. .Post-body h1 {
  5862. font-size: 160%
  5863. }
  5864. .Post-body h2 {
  5865. font-size: 120%;
  5866. font-weight: bold
  5867. }
  5868. .Post-body h3 {
  5869. font-size: 100%;
  5870. font-weight: bold;
  5871. text-transform: uppercase
  5872. }
  5873. .Post-body h4,
  5874. .Post-body h5,
  5875. .Post-body h6 {
  5876. font-size: 100%;
  5877. font-weight: bold
  5878. }
  5879. .Post-body img,
  5880. .Post-body iframe {
  5881. max-width: 100%
  5882. }
  5883. .Post--hidden .Post-header,
  5884. .Post--hidden .Post-header a,
  5885. .Post--hidden .PostUser h3,
  5886. .Post--hidden .PostUser h3 a {
  5887. color: #706f5c
  5888. }
  5889. .Post--hidden:not(.revealContent) .Post-header {
  5890. margin-bottom: 0
  5891. }
  5892. .Post--hidden:not(.revealContent) .Post-body,
  5893. .Post--hidden:not(.revealContent) .Post-footer,
  5894. .Post--hidden:not(.revealContent) h3 .Avatar,
  5895. .Post--hidden:not(.revealContent) .PostUser-badges {
  5896. display: none
  5897. }
  5898. .Post--hidden .Post-body,
  5899. .Post--hidden .Post-footer,
  5900. .Post--hidden h3 .Avatar,
  5901. .Post--hidden .PostUser-badges {
  5902. opacity: 0.5
  5903. }
  5904. .Post--hidden .Post-header .Button--more {
  5905. color: #706f5c;
  5906. background: rgba(112, 111, 92, 0.3)
  5907. }
  5908. .Post--hidden .Post-header .Button--more:hover,
  5909. .Post--hidden .Post-header .Button--more:focus,
  5910. .Post--hidden .Post-header .Button--more.focus {
  5911. background-color: rgba(98, 97, 80, 0.35)
  5912. }
  5913. .Post--hidden .Post-header .Button--more:active,
  5914. .Post--hidden .Post-header .Button--more.active,
  5915. .open>.Dropdown-toggle.Post--hidden .Post-header .Button--more {
  5916. background-color: rgba(84, 83, 69, 0.4)
  5917. }
  5918. .Post--hidden .Post-header .Button--more.disabled,
  5919. .Post--hidden .Post-header .Button--more[disabled],
  5920. fieldset[disabled] .Post--hidden .Post-header .Button--more {
  5921. background: rgba(112, 111, 92, 0.3)
  5922. }
  5923. .Post--loading {
  5924. opacity: 0.5
  5925. }
  5926. .PostMeta {
  5927. display: inline
  5928. }
  5929. .PostMeta .Dropdown-menu {
  5930. width: 420px;
  5931. padding: 10px;
  5932. color: #93916c
  5933. }
  5934. @media (max-width: 767px) {
  5935. .PostMeta .Dropdown-menu {
  5936. padding: 15px !important
  5937. }
  5938. }
  5939. .PostMeta-number {
  5940. color: #ddd;
  5941. font-weight: bold
  5942. }
  5943. .PostMeta-time,
  5944. .PostMeta-ip {
  5945. margin-left: 5px
  5946. }
  5947. .PostMeta-permalink {
  5948. margin-top: 10px
  5949. }
  5950. a.PostMeta-permalink {
  5951. display: block;
  5952. overflow: hidden;
  5953. text-overflow: ellipsis
  5954. }
  5955. .PostEdited {
  5956. cursor: default
  5957. }
  5958. .EventPost-icon {
  5959. float: left
  5960. }
  5961. .EventPost,
  5962. .EventPost a {
  5963. color: #93916c
  5964. }
  5965. .EventPost a {
  5966. font-weight: bold
  5967. }
  5968. .EventPost .Post-footer {
  5969. margin-bottom: 0
  5970. }
  5971. .EventPost-info {
  5972. font-size: 14px
  5973. }
  5974. .Post-footer>ul,
  5975. .Post-actions>ul {
  5976. list-style-type: none;
  5977. padding: 0;
  5978. margin: 0
  5979. }
  5980. .Post-footer,
  5981. .Post-actions,
  5982. .Post-footer a,
  5983. .Post-actions a {
  5984. color: #93916c
  5985. }
  5986. .Post-footer a,
  5987. .Post-actions a {
  5988. display: inline-block
  5989. }
  5990. .Post-footer a .icon,
  5991. .Post-actions a .icon {
  5992. display: none
  5993. }
  5994. .Post-footer {
  5995. margin-top: 5px;
  5996. margin-bottom: 20px
  5997. }
  5998. .Post-footer>ul>li {
  5999. margin-bottom: 5px
  6000. }
  6001. .Post-footer .icon {
  6002. font-size: 14px;
  6003. margin-right: 5px
  6004. }
  6005. .Post-actions {
  6006. margin-top: -5px;
  6007. float: right;
  6008. position: relative;
  6009. -webkit-transition: opacity .2s;
  6010. -o-transition: opacity .2s;
  6011. transition: opacity .2s
  6012. }
  6013. .EventPost .Post-actions,
  6014. .Post--hidden:not(.revealContent) .Post-actions {
  6015. margin-top: -27px;
  6016. margin-bottom: -15px
  6017. }
  6018. @media (min-width: 768px) {
  6019. .no-touch .Post-actions {
  6020. opacity: 0
  6021. }
  6022. }
  6023. .Post-actions>ul>li {
  6024. margin-right: 0;
  6025. margin-left: -5px;
  6026. display: inline-block;
  6027. vertical-align: top
  6028. }
  6029. .Post:hover .Post-actions,
  6030. .Post-actions.open {
  6031. opacity: 1
  6032. }
  6033. .PostPreview {
  6034. color: #93916c;
  6035. padding-left: 50px;
  6036. line-height: 1.7em
  6037. }
  6038. .PostPreview .PostPreview-excerpt {
  6039. word-wrap: break-word
  6040. }
  6041. .PostPreview .Avatar {
  6042. float: left;
  6043. margin-left: -50px;
  6044. width: 32px;
  6045. height: 32px;
  6046. border-radius: 32px;
  6047. font-size: 16px;
  6048. line-height: 32px
  6049. }
  6050. .PostPreview .username {
  6051. color: #ddd;
  6052. font-weight: bold;
  6053. margin-right: 5px
  6054. }
  6055. .PostPreview time {
  6056. margin-right: 5px;
  6057. text-transform: uppercase;
  6058. font-size: 11px;
  6059. font-weight: 600
  6060. }
  6061. @media (max-width: 767px) {
  6062. .Post-header .Avatar {
  6063. width: 32px;
  6064. height: 32px;
  6065. border-radius: 32px;
  6066. font-size: 16px;
  6067. line-height: 32px;
  6068. vertical-align: middle;
  6069. margin-right: 5px
  6070. }
  6071. .PostUser-badges {
  6072. position: absolute;
  6073. top: -12px;
  6074. left: 6px;
  6075. width: 32px
  6076. }
  6077. .PostUser-badges .Badge {
  6078. width: 20px;
  6079. height: 20px;
  6080. border-radius: 10px;
  6081. line-height: 19px;
  6082. margin-left: -13px
  6083. }
  6084. .PostUser-badges .Badge,
  6085. .PostUser-badges .Badge .Badge-icon {
  6086. font-size: 11.2px
  6087. }
  6088. .EventPost {
  6089. padding-left: 50px
  6090. }
  6091. .EventPost-icon {
  6092. font-size: 18px;
  6093. margin-left: -30px;
  6094. margin-top: 2px
  6095. }
  6096. }
  6097. @media (min-width: 768px) {
  6098. .Post {
  6099. padding-left: 105px
  6100. }
  6101. .CommentPost:not(.Post--hidden),
  6102. .ReplyPlaceholder {
  6103. min-height: 104px
  6104. }
  6105. .PostUser-avatar {
  6106. left: -85px;
  6107. position: absolute;
  6108. width: 64px;
  6109. height: 64px;
  6110. border-radius: 64px;
  6111. font-size: 32px;
  6112. line-height: 64px
  6113. }
  6114. .PostUser-badges {
  6115. float: left;
  6116. position: relative;
  6117. margin-left: -80px;
  6118. margin-top: -3px;
  6119. width: 64px
  6120. }
  6121. .EventPost-icon {
  6122. text-align: right;
  6123. margin-left: -85px;
  6124. width: 64px;
  6125. font-size: 22px
  6126. }
  6127. }
  6128. .ReplyPlaceholder {
  6129. font-size: 15px;
  6130. cursor: text;
  6131. overflow: hidden;
  6132. margin-top: 50px;
  6133. border: 2px dashed #28271b;
  6134. color: #93916c;
  6135. border-radius: 10px
  6136. }
  6137. .ReplyPlaceholder .Post-header {
  6138. margin: 0;
  6139. color: inherit
  6140. }
  6141. @media (min-width: 768px) {
  6142. .ReplyPlaceholder {
  6143. border-color: transparent;
  6144. transition: border-color .2s
  6145. }
  6146. .ReplyPlaceholder .Post-header {
  6147. padding-top: 18px;
  6148. position: relative
  6149. }
  6150. .ReplyPlaceholder .Avatar {
  6151. margin-top: -18px
  6152. }
  6153. .ReplyPlaceholder:hover {
  6154. border-color: #28271b
  6155. }
  6156. .LoadingPost .Post-header {
  6157. position: relative
  6158. }
  6159. }
  6160. @media (min-width: 768px) {
  6161. .PostStream {
  6162. margin-top: 10px
  6163. }
  6164. }
  6165. .PostStream-item:not(:last-child) {
  6166. border-bottom: 1px solid #28271b
  6167. }
  6168. @media (max-width: 767px) {
  6169. .PostStream-item:not(:last-child) {
  6170. margin: 0 -15px;
  6171. padding: 0 15px
  6172. }
  6173. }
  6174. @keyframes blink {
  6175. 0% {
  6176. opacity: 0.5
  6177. }
  6178. 50% {
  6179. opacity: 1
  6180. }
  6181. 100% {
  6182. opacity: 0.5
  6183. }
  6184. }
  6185. @-webkit-keyframes blink {
  6186. 0% {
  6187. opacity: 0.5
  6188. }
  6189. 50% {
  6190. opacity: 1
  6191. }
  6192. 100% {
  6193. opacity: 0.5
  6194. }
  6195. }
  6196. .LoadingPost {
  6197. -webkit-animation: blink 1s linear;
  6198. -o-animation: blink 1s linear;
  6199. animation: blink 1s linear;
  6200. -webkit-animation-iteration-count: infinite;
  6201. animation-iteration-count: infinite
  6202. }
  6203. .fakeText {
  6204. display: inline-block;
  6205. vertical-align: middle;
  6206. background: #28271b;
  6207. height: 12px;
  6208. width: 100%;
  6209. margin-bottom: 20px;
  6210. border-radius: 4px
  6211. }
  6212. .Post-header .fakeText {
  6213. height: 16px;
  6214. width: 150px
  6215. }
  6216. @media (max-width: 767px) {
  6217. .Post-header .fakeText {
  6218. margin-bottom: 0
  6219. }
  6220. }
  6221. .PostStream-timeGap {
  6222. text-transform: uppercase;
  6223. font-weight: bold;
  6224. color: #93916c;
  6225. padding: 20px 20px 20px 85px;
  6226. font-size: 12px
  6227. }
  6228. @media (max-width: 767px) {
  6229. .PostStream-timeGap {
  6230. margin: 0 -15px;
  6231. padding: 20px 15px
  6232. }
  6233. }
  6234. @-webkit-keyframes pulsate {
  6235. 0% {
  6236. -webkit-transform: scale(1)
  6237. }
  6238. 50% {
  6239. -webkit-transform: scale(1.02)
  6240. }
  6241. 100% {
  6242. -webkit-transform: scale(1)
  6243. }
  6244. }
  6245. @keyframes pulsate {
  6246. 0% {
  6247. transform: scale(1)
  6248. }
  6249. 50% {
  6250. transform: scale(1.02)
  6251. }
  6252. 100% {
  6253. transform: scale(1)
  6254. }
  6255. }
  6256. .pulsate {
  6257. -webkit-animation: pulsate 1s ease-in-out;
  6258. -o-animation: pulsate 1s ease-in-out;
  6259. animation: pulsate 1s ease-in-out;
  6260. -webkit-animation-iteration-count: infinite;
  6261. animation-iteration-count: infinite
  6262. }
  6263. .flash {
  6264. -webkit-animation: pulsate .2s ease-in-out;
  6265. -o-animation: pulsate .2s ease-in-out;
  6266. animation: pulsate .2s ease-in-out;
  6267. -webkit-animation-iteration-count: 1;
  6268. animation-iteration-count: 1
  6269. }
  6270. .Scrubber a {
  6271. margin-left: -5px;
  6272. color: #93916c
  6273. }
  6274. .Scrubber a .fa {
  6275. font-size: 14px;
  6276. margin-right: 2px
  6277. }
  6278. .Scrubber a:hover,
  6279. .Scrubber a:focus {
  6280. text-decoration: none;
  6281. color: #124d8c
  6282. }
  6283. .Scrubber-scrollbar {
  6284. margin: 8px 0 8px 3px;
  6285. height: 300px;
  6286. min-height: 50px;
  6287. position: relative
  6288. }
  6289. .Scrubber-before,
  6290. .Scrubber-after {
  6291. border-left: 1px solid #28271b
  6292. }
  6293. .Scrubber-unread {
  6294. position: absolute;
  6295. border-left: 1px solid #a8a78a;
  6296. width: 100%;
  6297. background-image: linear-gradient(to right, #28271b, rgba(40, 39, 27, 0) 10px, rgba(40, 39, 27, 0));
  6298. display: flex;
  6299. align-items: center;
  6300. color: #93916c;
  6301. text-transform: uppercase;
  6302. font-size: 11px;
  6303. font-weight: bold;
  6304. padding-left: 13px;
  6305. overflow: hidden
  6306. }
  6307. .Scrubber-handle {
  6308. position: relative;
  6309. z-index: 1;
  6310. background: #1f1e14;
  6311. width: 100%;
  6312. padding: 5px 0
  6313. }
  6314. .Scrubber-bar {
  6315. height: 100%;
  6316. width: 5px;
  6317. background: #1a4d84;
  6318. border-radius: 4px;
  6319. float: left;
  6320. margin-left: -2px;
  6321. transition: background .2s
  6322. }
  6323. .disabled .Scrubber-bar {
  6324. background: #28271b
  6325. }
  6326. .Scrubber-info {
  6327. margin-top: -1.5em;
  6328. position: absolute;
  6329. top: 50%;
  6330. width: 100%;
  6331. left: 15px
  6332. }
  6333. .Scrubber-info strong {
  6334. display: block
  6335. }
  6336. .Scrubber-description {
  6337. color: #93916c
  6338. }
  6339. @media (max-width: 767px) {
  6340. .PostStreamScrubber .Dropdown-toggle {
  6341. font-size: 14px
  6342. }
  6343. .PostStreamScrubber .Dropdown-menu {
  6344. padding: 30px;
  6345. font-size: 13px
  6346. }
  6347. .Scrubber-scrollbar {
  6348. height: 40vh !important;
  6349. max-height: none !important
  6350. }
  6351. }
  6352. @media (min-width: 768px) {
  6353. .PostStreamScrubber {
  6354. margin: 30px 0 0 0
  6355. }
  6356. .PostStreamScrubber .Dropdown-toggle {
  6357. display: none
  6358. }
  6359. .PostStreamScrubber .Dropdown-menu {
  6360. display: block;
  6361. border: 0;
  6362. width: auto;
  6363. margin: 0;
  6364. padding: 0;
  6365. min-width: 0;
  6366. float: none;
  6367. position: static;
  6368. background: none;
  6369. -webkit-box-shadow: none;
  6370. box-shadow: none
  6371. }
  6372. }
  6373. .SettingsPage {
  6374. margin-top: 5px
  6375. }
  6376. .SettingsPage>ul {
  6377. list-style: none;
  6378. margin: 0;
  6379. padding: 0
  6380. }
  6381. .SettingsPage>ul>li {
  6382. margin-bottom: 25px
  6383. }
  6384. .SettingsPage fieldset>ul {
  6385. list-style: none;
  6386. margin: 0;
  6387. padding: 0
  6388. }
  6389. .SettingsPage fieldset>ul>li {
  6390. margin-bottom: 15px
  6391. }
  6392. .Settings-account li {
  6393. display: inline-block;
  6394. margin-right: 5px
  6395. }
  6396. .SignUpModal-welcome {
  6397. position: absolute;
  6398. top: 0;
  6399. left: 0;
  6400. right: 0;
  6401. bottom: 0;
  6402. border-radius: 4px;
  6403. text-align: center;
  6404. color: #fff;
  6405. font-size: 14px
  6406. }
  6407. .SignUpModal-welcome,
  6408. .SignUpModal-welcome a {
  6409. color: #fff
  6410. }
  6411. .SignUpModal-welcome .Button--link,
  6412. .SignUpModal-welcome .Search-input {
  6413. color: #fff
  6414. }
  6415. .SignUpModal-welcome .FormControl {
  6416. background: rgba(0, 0, 0, 0.1);
  6417. border: 0;
  6418. color: #fff
  6419. }
  6420. .SignUpModal-welcome .FormControl::-moz-placeholder {
  6421. color: #fff;
  6422. opacity: 1
  6423. }
  6424. .SignUpModal-welcome .FormControl:-ms-input-placeholder {
  6425. color: #fff
  6426. }
  6427. .SignUpModal-welcome .FormControl::-webkit-input-placeholder {
  6428. color: #fff
  6429. }
  6430. .SignUpModal-welcome .FormControl:focus {
  6431. color: #fff;
  6432. background: rgba(0, 0, 0, 0.2)
  6433. }
  6434. .SignUpModal-welcome .Button,
  6435. .SignUpModal-welcome .Button:hover {
  6436. color: #fff;
  6437. background: rgba(0, 0, 0, 0.1)
  6438. }
  6439. .SignUpModal-welcome .Button--flat {
  6440. background: transparent
  6441. }
  6442. .SignUpModal-welcome .Button:active,
  6443. .SignUpModal-welcome .Button.active,
  6444. .SignUpModal-welcome .Button:focus,
  6445. .SignUpModal-welcome .Button.focus,
  6446. .SignUpModal-welcome .open>.Dropdown-toggle.Button {
  6447. background: rgba(0, 0, 0, 0.15);
  6448. color: #fff
  6449. }
  6450. .SignUpModal-welcome .Avatar {
  6451. width: 96px;
  6452. height: 96px;
  6453. border-radius: 96px;
  6454. font-size: 48px;
  6455. line-height: 96px;
  6456. border: 4px solid #1f1e14;
  6457. -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  6458. box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5)
  6459. }
  6460. .SignUpModal-welcome h3,
  6461. .SignUpModal-welcome p {
  6462. margin-bottom: 25px
  6463. }
  6464. .SignUpModal-welcome .Button {
  6465. font-size: 15px;
  6466. height: 50px;
  6467. padding: 15px 20px
  6468. }
  6469. .SignUpModal-welcome .darkenBackground {
  6470. position: absolute;
  6471. top: 0;
  6472. left: 0;
  6473. bottom: 0;
  6474. right: 0
  6475. }
  6476. .SignUpModal-welcome .container {
  6477. width: auto !important;
  6478. padding: 50px 30px !important;
  6479. position: relative
  6480. }
  6481. .SignUpModal--success .Modal-close .Button {
  6482. color: #fff
  6483. }
  6484. @media (max-width: 767px) {
  6485. .SignUpModal-welcome .container {
  6486. padding-top: 116px
  6487. }
  6488. }
  6489. .Slidable-underneath {
  6490. display: none
  6491. }
  6492. @media (max-width: 767px) {
  6493. .Slidable {
  6494. position: relative
  6495. }
  6496. .Slidable .DiscussionListItem-controls {
  6497. display: block;
  6498. position: static
  6499. }
  6500. .Slidable .Slidable-underneath {
  6501. display: none;
  6502. background: #948c01 !important;
  6503. position: absolute;
  6504. right: 0;
  6505. top: 0;
  6506. bottom: 0;
  6507. left: 0;
  6508. width: auto;
  6509. height: auto;
  6510. z-index: 0;
  6511. color: #fff !important;
  6512. border: 0;
  6513. border-radius: 0;
  6514. -webkit-box-shadow: none;
  6515. box-shadow: none;
  6516. padding: 20px 0;
  6517. text-align: right
  6518. }
  6519. .Slidable .Slidable-underneath .icon {
  6520. width: 50px;
  6521. text-align: center;
  6522. font-size: 20px
  6523. }
  6524. .Slidable .Slidable-underneath--left {
  6525. text-align: left
  6526. }
  6527. .Slidable .Slidable-content {
  6528. -webkit-transition: box-shadow 0.2s, border-radius 0.2s;
  6529. -o-transition: box-shadow 0.2s, border-radius 0.2s;
  6530. transition: box-shadow 0.2s, border-radius 0.2s
  6531. }
  6532. .sliding.Slidable .Slidable-content {
  6533. position: relative;
  6534. background: #fff;
  6535. z-index: 2;
  6536. border-radius: 2px;
  6537. -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  6538. box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5)
  6539. }
  6540. }
  6541. .UserCard {
  6542. background: #28271b;
  6543. background-size: 100% 100%
  6544. }
  6545. .UserCard,
  6546. .UserCard a {
  6547. color: #fff
  6548. }
  6549. .UserCard .Button--link,
  6550. .UserCard .Search-input {
  6551. color: #fff
  6552. }
  6553. .UserCard .FormControl {
  6554. background: rgba(0, 0, 0, 0.1);
  6555. border: 0;
  6556. color: #fff
  6557. }
  6558. .UserCard .FormControl::-moz-placeholder {
  6559. color: #fff;
  6560. opacity: 1
  6561. }
  6562. .UserCard .FormControl:-ms-input-placeholder {
  6563. color: #fff
  6564. }
  6565. .UserCard .FormControl::-webkit-input-placeholder {
  6566. color: #fff
  6567. }
  6568. .UserCard .FormControl:focus {
  6569. color: #fff;
  6570. background: rgba(0, 0, 0, 0.2)
  6571. }
  6572. .UserCard .Button,
  6573. .UserCard .Button:hover {
  6574. color: #fff;
  6575. background: rgba(0, 0, 0, 0.1)
  6576. }
  6577. .UserCard .Button--flat {
  6578. background: transparent
  6579. }
  6580. .UserCard .Button:active,
  6581. .UserCard .Button.active,
  6582. .UserCard .Button:focus,
  6583. .UserCard .Button.focus,
  6584. .UserCard .open>.Dropdown-toggle.Button {
  6585. background: rgba(0, 0, 0, 0.15);
  6586. color: #fff
  6587. }
  6588. .UserCard-controls {
  6589. float: right
  6590. }
  6591. .UserCard-controls .Dropdown-menu {
  6592. left: auto;
  6593. right: 0
  6594. }
  6595. .UserCard--popover {
  6596. width: 500px;
  6597. -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  6598. box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5)
  6599. }
  6600. .UserCard--popover,
  6601. .UserCard--popover .darkenBackground {
  6602. border-radius: 4px
  6603. }
  6604. .UserCard--popover .container {
  6605. width: auto !important;
  6606. padding: 20px !important
  6607. }
  6608. .UserCard--popover .UserCard-identity {
  6609. font-size: 22px
  6610. }
  6611. .UserCard-profile {
  6612. text-align: left;
  6613. padding-left: 130px;
  6614. max-width: 800px
  6615. }
  6616. @media (max-width: 767px) {
  6617. .UserCard-profile {
  6618. padding-left: 0;
  6619. text-align: center
  6620. }
  6621. }
  6622. .UserCard-identity {
  6623. font-weight: normal;
  6624. display: inline;
  6625. vertical-align: middle
  6626. }
  6627. .UserCard-avatar {
  6628. float: left;
  6629. margin-left: -130px
  6630. }
  6631. @media (max-width: 767px) {
  6632. .UserCard-avatar {
  6633. display: block;
  6634. float: none;
  6635. margin: 0 auto 20px;
  6636. width: 72px
  6637. }
  6638. }
  6639. .UserCard-avatar .Dropdown-toggle {
  6640. margin: 4px;
  6641. line-height: 96px;
  6642. font-size: 26px
  6643. }
  6644. @media (max-width: 767px) {
  6645. .UserCard-avatar .Dropdown-toggle {
  6646. line-height: 64px
  6647. }
  6648. }
  6649. .UserCard-avatar .Avatar {
  6650. width: 96px;
  6651. height: 96px;
  6652. border-radius: 96px;
  6653. font-size: 48px;
  6654. line-height: 96px;
  6655. border: 4px solid #fff;
  6656. -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  6657. box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5)
  6658. }
  6659. @media (max-width: 767px) {
  6660. .UserCard-avatar .Avatar {
  6661. width: 64px;
  6662. height: 64px;
  6663. border-radius: 64px;
  6664. font-size: 32px;
  6665. line-height: 64px
  6666. }
  6667. }
  6668. .UserCard-badges {
  6669. list-style: none;
  6670. margin: 0 0 0 15px;
  6671. padding: 0
  6672. }
  6673. .UserCard-badges,
  6674. .UserCard-badges>li {
  6675. display: inline-block
  6676. }
  6677. .UserCard-info {
  6678. margin: 15px 0 0;
  6679. padding: 0;
  6680. list-style: none;
  6681. font-size: 12px
  6682. }
  6683. .UserCard-info>li {
  6684. display: inline-block;
  6685. margin-right: 15px
  6686. }
  6687. .UserCard-info .item-bio {
  6688. display: block;
  6689. margin: 0
  6690. }
  6691. .UserBio {
  6692. margin: -10px -10px 10px;
  6693. border: 1px dashed transparent;
  6694. border-radius: 4px
  6695. }
  6696. .UserBio.editable:not(.editing) {
  6697. cursor: text
  6698. }
  6699. .UserBio.editable:not(.editing):hover {
  6700. border-color: rgba(255, 255, 255, 0.2)
  6701. }
  6702. .UserBio,
  6703. .UserBio textarea {
  6704. font-size: 14px
  6705. }
  6706. .UserBio textarea {
  6707. padding: 10px;
  6708. font-size: 14px;
  6709. resize: none
  6710. }
  6711. .UserBio-content {
  6712. padding: 10px 10px 1px
  6713. }
  6714. .UserBio-placeholder {
  6715. opacity: 0.3
  6716. }
  6717. .UserCard-lastSeen .icon {
  6718. font-size: 14px
  6719. }
  6720. .UserCard-lastSeen.online .fa-circle {
  6721. color: #7fba00
  6722. }
  6723. .UserCard-lastSeen.online .icon {
  6724. font-size: 12px
  6725. }
  6726. .UserPage .UserCard-controls {
  6727. float: right
  6728. }
  6729. .UserPage .UserCard-controls .Dropdown-toggle .Button-icon {
  6730. display: none
  6731. }
  6732. .Post--unapproved .Post-header,
  6733. .Post--unapproved .Post-body,
  6734. .Post--unapproved .EventPost-icon,
  6735. .Post--unapproved .EventPost-info {
  6736. opacity: 0.5
  6737. }
  6738. .DiscussionListItem--unapproved .DiscussionListItem-content {
  6739. opacity: 0.5
  6740. }
  6741. img.emoji {
  6742. height: 1.5em;
  6743. margin: 0 .05em 0 .1em;
  6744. vertical-align: -0.3em
  6745. }
  6746. .EmojiDropdown {
  6747. max-width: 500px;
  6748. max-height: 200px;
  6749. overflow: auto;
  6750. position: absolute;
  6751. margin: 5px 0 !important
  6752. }
  6753. .EmojiDropdown>li>button {
  6754. color: #ddd;
  6755. font-weight: bold;
  6756. padding-top: 6px;
  6757. padding-bottom: 6px;
  6758. padding-left: 45px
  6759. }
  6760. .EmojiDropdown>li>button .emoji {
  6761. float: left;
  6762. margin-left: -30px
  6763. }
  6764. .ComposerBody-emojiWrapper {
  6765. position: relative
  6766. }
  6767. .Post--flagged {
  6768. padding-top: 0 !important;
  6769. border: 2px solid #1a4d84
  6770. }
  6771. .Post-header .item-flagged {
  6772. display: block;
  6773. margin: 0
  6774. }
  6775. .Post-flagged {
  6776. background: #1a4d84;
  6777. margin-top: -2px;
  6778. margin-bottom: 20px;
  6779. margin-left: -22px;
  6780. margin-right: -22px;
  6781. padding: 10px;
  6782. border-radius: 4px 4px 0 0;
  6783. overflow: hidden
  6784. }
  6785. .Post-flagged,
  6786. .Post-flagged a {
  6787. color: #1f1e14
  6788. }
  6789. .Post-flagged .Button--link,
  6790. .Post-flagged .Search-input {
  6791. color: #1f1e14
  6792. }
  6793. .Post-flagged .FormControl {
  6794. background: rgba(0, 0, 0, 0.1);
  6795. border: 0;
  6796. color: #1f1e14
  6797. }
  6798. .Post-flagged .FormControl::-moz-placeholder {
  6799. color: #1f1e14;
  6800. opacity: 1
  6801. }
  6802. .Post-flagged .FormControl:-ms-input-placeholder {
  6803. color: #1f1e14
  6804. }
  6805. .Post-flagged .FormControl::-webkit-input-placeholder {
  6806. color: #1f1e14
  6807. }
  6808. .Post-flagged .FormControl:focus {
  6809. color: #1f1e14;
  6810. background: rgba(0, 0, 0, 0.2)
  6811. }
  6812. .Post-flagged .Button,
  6813. .Post-flagged .Button:hover {
  6814. color: #1f1e14;
  6815. background: rgba(0, 0, 0, 0.1)
  6816. }
  6817. .Post-flagged .Button--flat {
  6818. background: transparent
  6819. }
  6820. .Post-flagged .Button:active,
  6821. .Post-flagged .Button.active,
  6822. .Post-flagged .Button:focus,
  6823. .Post-flagged .Button.focus,
  6824. .Post-flagged .open>.Dropdown-toggle.Button {
  6825. background: rgba(0, 0, 0, 0.15);
  6826. color: #1f1e14
  6827. }
  6828. @media (min-width: 768px) {
  6829. .Post-flagged {
  6830. margin-left: -107px
  6831. }
  6832. }
  6833. .Post-flagged,
  6834. .Post-flagged a {
  6835. color: #1f1e14 !important
  6836. }
  6837. .Post-flagged-flags {
  6838. font-size: 14px;
  6839. margin: 7px 10px;
  6840. text-align: left;
  6841. font-weight: bold
  6842. }
  6843. @media (min-width: 768px) {
  6844. .Post-flagged-flags {
  6845. float: left
  6846. }
  6847. }
  6848. .Post-flagged-detail {
  6849. font-size: 12px;
  6850. margin-left: 10px;
  6851. font-weight: normal
  6852. }
  6853. @media (min-width: 768px) {
  6854. .Post-flagged-actions {
  6855. float: right
  6856. }
  6857. }
  6858. .Post-flagged-actions .Button {
  6859. margin-left: 5px
  6860. }
  6861. .FlagsDropdown .Dropdown-toggle .Button-label,
  6862. .FlagsDropdown .Dropdown-toggle .Button-caret {
  6863. display: none
  6864. }
  6865. .FlagPostModal .Form-group {
  6866. margin-bottom: 20px
  6867. }
  6868. .FlagPostModal .checkbox {
  6869. margin-bottom: 12px
  6870. }
  6871. .FlagPostModal .checkbox strong {
  6872. display: block;
  6873. color: #ddd
  6874. }
  6875. .PostLikesModal-list {
  6876. list-style: none;
  6877. padding: 0;
  6878. margin: 0
  6879. }
  6880. .PostLikesModal-list a {
  6881. color: #ddd;
  6882. font-size: 15px;
  6883. font-weight: bold;
  6884. display: block;
  6885. margin-bottom: 10px;
  6886. text-decoration: none
  6887. }
  6888. .PostLikesModal-list a:hover .username {
  6889. text-decoration: underline
  6890. }
  6891. .PostLikesModal-list .Avatar {
  6892. width: 32px;
  6893. height: 32px;
  6894. border-radius: 32px;
  6895. font-size: 16px;
  6896. line-height: 32px;
  6897. vertical-align: middle;
  6898. margin-right: 5px
  6899. }
  6900. .Badge--locked {
  6901. background: #888
  6902. }
  6903. .DiscussionLockedPost .EventPost-icon,
  6904. .DiscussionLockedPost .EventPost-info,
  6905. .DiscussionLockedPost .EventPost-info a {
  6906. color: #888
  6907. }
  6908. .PostMention,
  6909. .UserMention {
  6910. background: #28271b;
  6911. color: #93916c;
  6912. border-radius: 4px;
  6913. padding: 2px 5px;
  6914. border: 0 !important
  6915. }
  6916. blockquote .PostMention,
  6917. blockquote .UserMention {
  6918. background: #1f1e14
  6919. }
  6920. .PostMention:hover,
  6921. .UserMention:hover,
  6922. .PostMention:active,
  6923. .UserMention:active {
  6924. color: #124d8c
  6925. }
  6926. .PostMention {
  6927. margin: 0 3px
  6928. }
  6929. .PostMention:first-child {
  6930. margin-left: 0
  6931. }
  6932. .PostMention:before {
  6933. display: inline-block;
  6934. font: normal normal normal 14px/1 FontAwesome;
  6935. font-size: inherit;
  6936. text-rendering: auto;
  6937. -webkit-font-smoothing: antialiased;
  6938. -moz-osx-font-smoothing: grayscale;
  6939. content: "\f112";
  6940. margin-right: 5px
  6941. }
  6942. .PostMention:before.fa-pull-left {
  6943. margin-right: .3em
  6944. }
  6945. .PostMention:before.fa-pull-right {
  6946. margin-left: .3em
  6947. }
  6948. .PostMention:before.pull-left {
  6949. margin-right: .3em
  6950. }
  6951. .PostMention:before.pull-right {
  6952. margin-left: .3em
  6953. }
  6954. .ComposerBody-mentionsWrapper {
  6955. position: relative
  6956. }
  6957. .MentionsDropdown {
  6958. max-width: 500px;
  6959. max-height: 200px;
  6960. overflow: auto;
  6961. position: absolute
  6962. }
  6963. .MentionsDropdown mark {
  6964. padding: 0
  6965. }
  6966. .MentionsDropdown>li>a:hover {
  6967. background: none
  6968. }
  6969. .MentionsDropdown .PostPreview,
  6970. .PostMention-preview .PostPreview,
  6971. .Post-mentionedBy-preview .PostPreview {
  6972. color: #93916c
  6973. }
  6974. .MentionsDropdown .PostPreview .Avatar,
  6975. .PostMention-preview .PostPreview .Avatar,
  6976. .Post-mentionedBy-preview .PostPreview .Avatar {
  6977. width: 24px;
  6978. height: 24px;
  6979. border-radius: 24px;
  6980. font-size: 12px;
  6981. line-height: 24px;
  6982. margin: 0 0 0 -37px
  6983. }
  6984. .MentionsDropdown-post.MentionsDropdown .PostPreview .Avatar,
  6985. .MentionsDropdown-post.PostMention-preview .PostPreview .Avatar,
  6986. .MentionsDropdown-post.Post-mentionedBy-preview .PostPreview .Avatar {
  6987. margin-top: 3px;
  6988. margin-bottom: 3px
  6989. }
  6990. .MentionsDropdown .PostPreview .username,
  6991. .PostMention-preview .PostPreview .username,
  6992. .Post-mentionedBy-preview .PostPreview .username {
  6993. color: #ddd;
  6994. font-weight: bold
  6995. }
  6996. .MentionsDropdown .PostPreview-content,
  6997. .PostMention-preview .PostPreview-content,
  6998. .Post-mentionedBy-preview .PostPreview-content {
  6999. padding-left: 37px;
  7000. overflow: hidden;
  7001. line-height: 1.7em;
  7002. display: block
  7003. }
  7004. .Post-mentionedBy {
  7005. position: relative;
  7006. display: inline-block
  7007. }
  7008. .Post-mentionedBy-summary {
  7009. cursor: pointer
  7010. }
  7011. .Post-mentionedBy-preview,
  7012. .PostMention-preview,
  7013. .MentionsDropdown {
  7014. margin: 5px 0 !important
  7015. }
  7016. .Post-mentionedBy-preview>li>a,
  7017. .PostMention-preview>li>a,
  7018. .MentionsDropdown>li>a {
  7019. white-space: normal;
  7020. border-bottom: 0
  7021. }
  7022. .PostMention-preview-discussion {
  7023. padding-top: 0 !important;
  7024. font-weight: bold !important;
  7025. white-space: normal !important
  7026. }
  7027. .PostQuoteButton {
  7028. position: absolute;
  7029. color: #fff;
  7030. background: rgba(0, 0, 0, 0.9)
  7031. }
  7032. .PostQuoteButton:hover,
  7033. .PostQuoteButton:focus,
  7034. .PostQuoteButton.focus {
  7035. background-color: rgba(0, 0, 0, 0.95)
  7036. }
  7037. .PostQuoteButton:active,
  7038. .PostQuoteButton.active,
  7039. .open>.Dropdown-toggle.PostQuoteButton {
  7040. background-color: #000
  7041. }
  7042. .PostQuoteButton.disabled,
  7043. .PostQuoteButton[disabled],
  7044. fieldset[disabled] .PostQuoteButton {
  7045. background: rgba(0, 0, 0, 0.9)
  7046. }
  7047. .Badge--sticky {
  7048. background: #d13e32
  7049. }
  7050. .DiscussionStickiedPost .EventPost-icon,
  7051. .DiscussionStickiedPost .EventPost-info,
  7052. .DiscussionStickiedPost .EventPost-info a {
  7053. color: #d13e32
  7054. }
  7055. .DiscussionListItem-info .item-excerpt {
  7056. margin-top: 8px;
  7057. margin-right: 20px;
  7058. white-space: normal;
  7059. font-size: 12px;
  7060. line-height: 1.5em;
  7061. color: #706f5c;
  7062. display: block
  7063. }
  7064. .DiscussionPage-list .DiscussionListItem-info .item-excerpt {
  7065. display: none
  7066. }
  7067. @media (max-width: 767px) {
  7068. .DiscussionListItem-info .item-excerpt {
  7069. display: none
  7070. }
  7071. }
  7072. .Badge--following {
  7073. background: #ffea7b;
  7074. color: #de8e00
  7075. }
  7076. .Badge--ignoring {
  7077. background: #aaa
  7078. }
  7079. .SubscriptionMenu-button--follow {
  7080. color: #de8e00;
  7081. background: #fff2ae
  7082. }
  7083. .SubscriptionMenu-button--follow:hover,
  7084. .SubscriptionMenu-button--follow:focus,
  7085. .SubscriptionMenu-button--follow.focus {
  7086. background-color: #ffee95
  7087. }
  7088. .SubscriptionMenu-button--follow:active,
  7089. .SubscriptionMenu-button--follow.active,
  7090. .open>.Dropdown-toggle.SubscriptionMenu-button--follow {
  7091. background-color: #ffea7b
  7092. }
  7093. .SubscriptionMenu-button--follow.disabled,
  7094. .SubscriptionMenu-button--follow[disabled],
  7095. fieldset[disabled] .SubscriptionMenu-button--follow {
  7096. background: #fff2ae
  7097. }
  7098. .SubscriptionMenu .Dropdown-menu {
  7099. min-width: 260px
  7100. }
  7101. .SubscriptionMenuItem-label {
  7102. padding-left: 25px;
  7103. display: block;
  7104. white-space: normal
  7105. }
  7106. .SubscriptionMenuItem-label strong {
  7107. display: block
  7108. }
  7109. .SubscriptionMenuItem-description {
  7110. display: block;
  7111. color: #93916c;
  7112. font-size: 12px;
  7113. margin-top: 3px
  7114. }
  7115. .Badge--suspended {
  7116. background: #888
  7117. }
  7118. .SuspendUserModal-days-input {
  7119. margin-top: 5px
  7120. }
  7121. .SuspendUserModal-days-input input {
  7122. width: 75px;
  7123. display: inline-block;
  7124. margin-right: 5px
  7125. }
  7126. .TagLabel {
  7127. font-size: 85%;
  7128. font-weight: 600;
  7129. display: inline-block;
  7130. padding: .1em .5em;
  7131. border-radius: 4px;
  7132. background: #28271b;
  7133. color: #93916c;
  7134. text-transform: none
  7135. }
  7136. .TagLabel.untagged {
  7137. background: transparent;
  7138. border: 1px dotted #93916c;
  7139. color: #93916c
  7140. }
  7141. .TagLabel.colored .TagLabel-text {
  7142. color: #1f1e14 !important
  7143. }
  7144. .DiscussionHero .TagsLabel .TagLabel {
  7145. background: transparent;
  7146. border-radius: 4px !important;
  7147. font-size: 14px
  7148. }
  7149. .DiscussionHero .TagsLabel .TagLabel.colored {
  7150. margin-right: 5px;
  7151. background: #1f1e14 !important;
  7152. color: #93916c
  7153. }
  7154. .DiscussionHero .TagsLabel .TagLabel.colored .TagLabel-text {
  7155. color: inherit !important
  7156. }
  7157. .DiscussionHero--colored,
  7158. .DiscussionHero--colored a {
  7159. color: #1f1e14
  7160. }
  7161. .DiscussionTaggedPost .TagsLabel {
  7162. margin: 0 2px
  7163. }
  7164. .TagsLabel .TagLabel {
  7165. border-radius: 0
  7166. }
  7167. .TagsLabel .TagLabel:first-child {
  7168. border-radius: 4px 0 0 4px
  7169. }
  7170. .TagsLabel .TagLabel:last-child {
  7171. border-radius: 0 4px 4px 0
  7172. }
  7173. .TagsLabel .TagLabel:first-child:last-child {
  7174. border-radius: 4px
  7175. }
  7176. .TagIcon {
  7177. border-radius: 4px;
  7178. width: 16px;
  7179. height: 16px;
  7180. display: inline-block;
  7181. vertical-align: -3px;
  7182. margin-left: 1px;
  7183. background: #28271b
  7184. }
  7185. .TagIcon.untagged {
  7186. border: 1px dotted #93916c;
  7187. background: transparent
  7188. }
  7189. .TagCloud {
  7190. margin-top: 30px;
  7191. text-align: center;
  7192. font-size: 16px;
  7193. line-height: 1.6
  7194. }
  7195. .TagCloud a {
  7196. margin-bottom: 5px
  7197. }
  7198. @media (min-width: 768px) {
  7199. .TagDiscussionModal .Modal-header {
  7200. background: #28271b;
  7201. padding: 20px 20px 0
  7202. }
  7203. .TagDiscussionModal .Modal-header h3 {
  7204. text-align: left;
  7205. color: #93916c;
  7206. font-size: 16px
  7207. }
  7208. }
  7209. .TagDiscussionModal .Modal-body {
  7210. padding: 20px
  7211. }
  7212. @media (max-width: 767px) {
  7213. .TagDiscussionModal .Modal-body {
  7214. padding: 15px
  7215. }
  7216. }
  7217. .TagDiscussionModal .Modal-footer {
  7218. padding: 1px 0 0;
  7219. text-align: left
  7220. }
  7221. @media (min-width: 768px) and (max-width: 991px),
  7222. (min-width: 992px) and (max-width: 1099px),
  7223. (min-width: 1100px) {
  7224. .TagDiscussionModal-form {
  7225. display: table;
  7226. width: 100%
  7227. }
  7228. .TagDiscussionModal-form-input {
  7229. display: table-cell;
  7230. width: 100%;
  7231. vertical-align: top
  7232. }
  7233. .TagDiscussionModal-form-submit {
  7234. display: table-cell;
  7235. padding-left: 15px
  7236. }
  7237. }
  7238. .TagsInput {
  7239. padding-top: 0;
  7240. padding-bottom: 0;
  7241. overflow: hidden;
  7242. height: auto
  7243. }
  7244. .TagsInput input {
  7245. display: inline;
  7246. outline: none;
  7247. margin-top: -2px;
  7248. border: 0 !important;
  7249. padding: 0;
  7250. width: 100%;
  7251. margin-right: -100%;
  7252. background: transparent !important
  7253. }
  7254. .TagsInput-tag {
  7255. cursor: not-allowed
  7256. }
  7257. .TagsInput-selected .TagsInput-tag {
  7258. margin-right: 5px
  7259. }
  7260. .TagsInput-selected .TagsInput-tag:last-child {
  7261. margin-right: 10px
  7262. }
  7263. .SelectTagList {
  7264. padding: 0;
  7265. margin: 0;
  7266. list-style: none;
  7267. overflow: auto;
  7268. max-height: 50vh
  7269. }
  7270. @media (max-width: 767px) {
  7271. .SelectTagList {
  7272. max-height: none
  7273. }
  7274. }
  7275. .SelectTagList>li {
  7276. padding: 7px 20px;
  7277. overflow: hidden;
  7278. text-overflow: ellipsis;
  7279. cursor: pointer
  7280. }
  7281. .SelectTagList>li.pinned:not(.child) {
  7282. padding-top: 10px;
  7283. padding-bottom: 10px
  7284. }
  7285. .SelectTagList>li.pinned:not(.child) .SelectTagListItem-name {
  7286. font-size: 16px
  7287. }
  7288. .SelectTagList>li.pinned+li:not(.pinned) {
  7289. border-top: 2px solid #28271b
  7290. }
  7291. .SelectTagList>li.child {
  7292. padding-left: 45px
  7293. }
  7294. .SelectTagList>li.child .SelectTagListItem-name {
  7295. width: 125px
  7296. }
  7297. .SelectTagList>li.active {
  7298. background: #28271b
  7299. }
  7300. .SelectTagList>li.selected .TagIcon {
  7301. position: relative
  7302. }
  7303. .SelectTagList>li.selected .TagIcon:before {
  7304. display: inline-block;
  7305. font: normal normal normal 14px/1 FontAwesome;
  7306. font-size: inherit;
  7307. text-rendering: auto;
  7308. -webkit-font-smoothing: antialiased;
  7309. -moz-osx-font-smoothing: grayscale;
  7310. content: "\f00c";
  7311. color: #93916c;
  7312. position: absolute;
  7313. font-size: 14px;
  7314. width: 100%;
  7315. text-align: center;
  7316. padding-top: 1px
  7317. }
  7318. .SelectTagList>li.selected .TagIcon:before.fa-pull-left {
  7319. margin-right: .3em
  7320. }
  7321. .SelectTagList>li.selected .TagIcon:before.fa-pull-right {
  7322. margin-left: .3em
  7323. }
  7324. .SelectTagList>li.selected .TagIcon:before.pull-left {
  7325. margin-right: .3em
  7326. }
  7327. .SelectTagList>li.selected .TagIcon:before.pull-right {
  7328. margin-left: .3em
  7329. }
  7330. .SelectTagList>li.selected.colored .TagIcon:before {
  7331. color: #fff
  7332. }
  7333. .SelectTagList>li .TagIcon {
  7334. vertical-align: top;
  7335. margin-top: 3px
  7336. }
  7337. .SelectTagListItem-name {
  7338. display: inline-block;
  7339. width: 150px;
  7340. margin-right: 10px;
  7341. margin-left: 10px;
  7342. white-space: nowrap;
  7343. overflow: hidden;
  7344. text-overflow: ellipsis;
  7345. vertical-align: top
  7346. }
  7347. @media (max-width: 767px) {
  7348. .SelectTagListItem-name {
  7349. width: auto
  7350. }
  7351. }
  7352. .SelectTagListItem-description {
  7353. color: #93916c;
  7354. font-size: 12px;
  7355. width: 370px;
  7356. display: inline-block;
  7357. vertical-align: top;
  7358. margin-top: 2px
  7359. }
  7360. @media (max-width: 767px) {
  7361. .SelectTagListItem-description {
  7362. display: none
  7363. }
  7364. }
  7365. .SelectTagListItem mark {
  7366. font-weight: bold;
  7367. background: none;
  7368. box-shadow: none;
  7369. color: inherit
  7370. }
  7371. .TagTiles {
  7372. list-style-type: none;
  7373. padding: 0;
  7374. margin: 0;
  7375. overflow: hidden
  7376. }
  7377. @media (max-width: 767px) {
  7378. .TagTiles {
  7379. margin: -15px -15px 0
  7380. }
  7381. }
  7382. .TagTiles>li {
  7383. height: 200px;
  7384. overflow: hidden
  7385. }
  7386. @media (min-width: 768px) and (max-width: 991px) {
  7387. .TagTiles>li {
  7388. float: left;
  7389. width: 50%
  7390. }
  7391. .TagTiles>li:first-child {
  7392. border-top-left-radius: 4px
  7393. }
  7394. .TagTiles>li:nth-child(2) {
  7395. border-top-right-radius: 4px
  7396. }
  7397. .TagTiles>li:nth-last-child(2):nth-child(even),
  7398. .TagTiles>li:last-child {
  7399. border-bottom-right-radius: 4px
  7400. }
  7401. .TagTiles>li:nth-last-child(2):nth-child(odd),
  7402. .TagTiles>li:last-child:nth-child(odd) {
  7403. border-bottom-left-radius: 4px
  7404. }
  7405. }
  7406. @media (min-width: 992px) {
  7407. .TagTiles>li {
  7408. float: left;
  7409. width: 33.333%
  7410. }
  7411. .TagTiles>li:first-child {
  7412. border-top-left-radius: 4px
  7413. }
  7414. .TagTiles>li:nth-child(3),
  7415. .TagTiles>li:nth-child(2):last-child,
  7416. .TagTiles>li:first-child:last-child {
  7417. border-top-right-radius: 4px
  7418. }
  7419. .TagTiles>li:nth-child(3n):nth-last-child(2),
  7420. .TagTiles>li:nth-child(3n):nth-last-child(3),
  7421. .TagTiles>li:last-child {
  7422. border-bottom-right-radius: 4px
  7423. }
  7424. .TagTiles>li:nth-child(3n+1):last-child,
  7425. .TagTiles>li:nth-child(3n+1):nth-last-child(2),
  7426. .TagTiles>li:nth-child(3n+1):nth-last-child(3) {
  7427. border-bottom-left-radius: 4px
  7428. }
  7429. }
  7430. .TagTile {
  7431. position: relative;
  7432. background: #28271b
  7433. }
  7434. .TagTile,
  7435. .TagTile a {
  7436. color: #93916c
  7437. }
  7438. .TagTile.colored,
  7439. .TagTile.colored a {
  7440. color: #1f1e14
  7441. }
  7442. .TagTile-info,
  7443. .TagTile-lastDiscussion {
  7444. padding: 20px;
  7445. text-decoration: none !important;
  7446. display: block;
  7447. position: absolute;
  7448. left: 0;
  7449. right: 0
  7450. }
  7451. .TagTile-info {
  7452. top: 0;
  7453. bottom: 42px;
  7454. padding-right: 20px;
  7455. transition: background .2s;
  7456. overflow: auto
  7457. }
  7458. .TagTile-info:hover {
  7459. background: rgba(0, 0, 0, 0.05)
  7460. }
  7461. .TagTile-name {
  7462. font-size: 18px;
  7463. margin: 0 0 10px;
  7464. font-weight: bold
  7465. }
  7466. .TagTile-description {
  7467. font-size: 14px;
  7468. margin: 0 0 10px
  7469. }
  7470. .TagTile.colored .TagTile-description {
  7471. color: rgba(31, 30, 20, 0.7)
  7472. }
  7473. .TagTile-children {
  7474. font-weight: bold;
  7475. font-size: 12px
  7476. }
  7477. .TagTile-children a {
  7478. margin-right: 10px
  7479. }
  7480. .TagTile-lastDiscussion {
  7481. bottom: 0;
  7482. height: 42px;
  7483. padding: 7px 0;
  7484. white-space: nowrap;
  7485. text-overflow: ellipsis;
  7486. overflow: hidden;
  7487. line-height: 21px;
  7488. font-size: 12px;
  7489. border-top: 1px solid rgba(0, 0, 0, 0.15);
  7490. margin: 0 20px
  7491. }
  7492. .TagTile.colored .TagTile-lastDiscussion {
  7493. color: rgba(31, 30, 20, 0.7)
  7494. }
  7495. .TagTile-lastDiscussion:hover .TagTile-lastDiscussion-title {
  7496. text-decoration: underline
  7497. }
  7498. .TagTile-lastDiscussion time {
  7499. text-transform: uppercase;
  7500. font-size: 11px;
  7501. font-weight: bold
  7502. }
  7503. .TagTile-lastDiscussion-title {
  7504. margin-right: 10px
  7505. }
  7506. .DiscussionHero .item-title {
  7507. display: block;
  7508. margin-top: 15px
  7509. }
  7510. .TagLinkButton.child {
  7511. margin-left: 10px
  7512. }
  7513. @media (min-width: 768px) {
  7514. .TagLinkButton.child {
  7515. padding-top: 4px;
  7516. padding-bottom: 4px
  7517. }
  7518. }
  7519. .TagLinkButton.child .TagIcon {
  7520. display: none
  7521. }
  7522. .DiscussionComposer-changeTags {
  7523. margin-right: 15px;
  7524. vertical-align: 2px
  7525. }
  7526. .DiscussionListItem-info>.item-tags {
  7527. margin-right: 4px;
  7528. opacity: 1
  7529. }
  7530. @media (min-width: 768px) {
  7531. .IndexPage .DiscussionListItem-title,
  7532. .UserPage .DiscussionListItem-title {
  7533. margin-right: 155px
  7534. }
  7535. .IndexPage .DiscussionListItem-info>.item-tags,
  7536. .UserPage .DiscussionListItem-info>.item-tags {
  7537. margin-right: 0;
  7538. position: absolute;
  7539. right: 80px;
  7540. top: 23px;
  7541. max-width: 150px;
  7542. white-space: nowrap;
  7543. overflow: hidden;
  7544. transition: max-width .2s ease-in-out, -webkit-mask-image .2s;
  7545. -webkit-mask-image: linear-gradient(to right, #000 140px, rgba(0, 0, 0, 0) 150px)
  7546. }
  7547. .IndexPage .DiscussionListItem-info>.item-tags:hover,
  7548. .UserPage .DiscussionListItem-info>.item-tags:hover {
  7549. max-width: 400px;
  7550. -webkit-mask-image: none
  7551. }
  7552. }
  7553. @media (min-width: 992px) {
  7554. .TagsPage .sideNav {
  7555. padding: 15px 0;
  7556. white-space: nowrap;
  7557. overflow: auto;
  7558. -webkit-overflow-scrolling: touch;
  7559. float: none;
  7560. width: auto;
  7561. padding-top: 0
  7562. }
  7563. .TagsPage .sideNav:after {
  7564. content: " ";
  7565. position: absolute;
  7566. left: 0;
  7567. right: 0;
  7568. margin-top: 15px;
  7569. border-bottom: 1px solid #28271b
  7570. }
  7571. .TagsPage .sideNav>ul>li,
  7572. .TagsPage .sideNav .Dropdown-menu>li {
  7573. display: inline-block;
  7574. margin: 0 20px 0 0;
  7575. vertical-align: top
  7576. }
  7577. .TagsPage .sideNav .Dropdown-separator {
  7578. display: none
  7579. }
  7580. .TagsPage .sideNav .Dropdown--select .Dropdown-menu>li>a {
  7581. padding-left: 25px
  7582. }
  7583. .TagsPage .sideNav .Dropdown--select .Dropdown-menu>li>a .icon {
  7584. margin-left: -25px
  7585. }
  7586. .TagsPage .sideNav .affix {
  7587. position: static
  7588. }
  7589. .TagsPage .sideNav:after {
  7590. display: none
  7591. }
  7592. .TagsPage .sideNavOffset {
  7593. margin: 15px 0 0
  7594. }
  7595. .TagsPage-nav .item-newDiscussion .Button {
  7596. width: auto
  7597. }
  7598. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement