Guest User

Untitled

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