You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

10684 lines
164 KiB

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