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

6701 lines
147KB

  1. @import url("//fonts.googleapis.com/css?family=Roboto:400,700");
  2. /*!
  3. * bootswatch v3.3.2
  4. * Homepage: http://bootswatch.com
  5. * Copyright 2012-2015 Thomas Park
  6. * Licensed under MIT
  7. * Based on Bootstrap
  8. */
  9. /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
  10. html {
  11. font-family: sans-serif;
  12. -ms-text-size-adjust: 100%;
  13. -webkit-text-size-adjust: 100%;
  14. }
  15. body {
  16. margin: 0;
  17. }
  18. article,
  19. aside,
  20. details,
  21. figcaption,
  22. figure,
  23. footer,
  24. header,
  25. hgroup,
  26. main,
  27. menu,
  28. nav,
  29. section,
  30. summary {
  31. display: block;
  32. }
  33. audio,
  34. canvas,
  35. progress,
  36. video {
  37. display: inline-block;
  38. vertical-align: baseline;
  39. }
  40. audio:not([controls]) {
  41. display: none;
  42. height: 0;
  43. }
  44. [hidden],
  45. template {
  46. display: none;
  47. }
  48. a {
  49. background-color: transparent;
  50. }
  51. a:active,
  52. a:hover {
  53. outline: 0;
  54. }
  55. abbr[title] {
  56. border-bottom: 1px dotted;
  57. }
  58. b,
  59. strong {
  60. font-weight: bold;
  61. }
  62. dfn {
  63. font-style: italic;
  64. }
  65. h1 {
  66. font-size: 2em;
  67. margin: 0.67em 0;
  68. }
  69. mark {
  70. background: #ff0;
  71. color: #000;
  72. }
  73. small {
  74. font-size: 80%;
  75. }
  76. sub,
  77. sup {
  78. font-size: 75%;
  79. line-height: 0;
  80. position: relative;
  81. vertical-align: baseline;
  82. }
  83. sup {
  84. top: -0.5em;
  85. }
  86. sub {
  87. bottom: -0.25em;
  88. }
  89. img {
  90. border: 0;
  91. }
  92. svg:not(:root) {
  93. overflow: hidden;
  94. }
  95. figure {
  96. margin: 1em 40px;
  97. }
  98. hr {
  99. -moz-box-sizing: content-box;
  100. -webkit-box-sizing: content-box;
  101. box-sizing: content-box;
  102. height: 0;
  103. }
  104. pre {
  105. overflow: auto;
  106. }
  107. code,
  108. kbd,
  109. pre,
  110. samp {
  111. font-family: monospace, monospace;
  112. font-size: 1em;
  113. }
  114. button,
  115. input,
  116. optgroup,
  117. select,
  118. textarea {
  119. color: inherit;
  120. font: inherit;
  121. margin: 0;
  122. }
  123. button {
  124. overflow: visible;
  125. }
  126. button,
  127. select {
  128. text-transform: none;
  129. }
  130. button,
  131. html input[type="button"],
  132. input[type="reset"],
  133. input[type="submit"] {
  134. -webkit-appearance: button;
  135. cursor: pointer;
  136. }
  137. button[disabled],
  138. html input[disabled] {
  139. cursor: default;
  140. }
  141. button::-moz-focus-inner,
  142. input::-moz-focus-inner {
  143. border: 0;
  144. padding: 0;
  145. }
  146. input {
  147. line-height: normal;
  148. }
  149. input[type="checkbox"],
  150. input[type="radio"] {
  151. -webkit-box-sizing: border-box;
  152. -moz-box-sizing: border-box;
  153. box-sizing: border-box;
  154. padding: 0;
  155. }
  156. input[type="number"]::-webkit-inner-spin-button,
  157. input[type="number"]::-webkit-outer-spin-button {
  158. height: auto;
  159. }
  160. input[type="search"] {
  161. -webkit-appearance: textfield;
  162. -moz-box-sizing: content-box;
  163. -webkit-box-sizing: content-box;
  164. box-sizing: content-box;
  165. }
  166. input[type="search"]::-webkit-search-cancel-button,
  167. input[type="search"]::-webkit-search-decoration {
  168. -webkit-appearance: none;
  169. }
  170. fieldset {
  171. border: 1px solid #c0c0c0;
  172. margin: 0 2px;
  173. padding: 0.35em 0.625em 0.75em;
  174. }
  175. legend {
  176. border: 0;
  177. padding: 0;
  178. }
  179. textarea {
  180. overflow: auto;
  181. }
  182. optgroup {
  183. font-weight: bold;
  184. }
  185. table {
  186. border-collapse: collapse;
  187. border-spacing: 0;
  188. }
  189. td,
  190. th {
  191. padding: 0;
  192. }
  193. /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  194. @media print {
  195. *,
  196. *:before,
  197. *:after {
  198. background: transparent !important;
  199. color: #000 !important;
  200. -webkit-box-shadow: none !important;
  201. box-shadow: none !important;
  202. text-shadow: none !important;
  203. }
  204. a,
  205. a:visited {
  206. text-decoration: underline;
  207. }
  208. a[href]:after {
  209. content: " (" attr(href) ")";
  210. }
  211. abbr[title]:after {
  212. content: " (" attr(title) ")";
  213. }
  214. a[href^="#"]:after,
  215. a[href^="javascript:"]:after {
  216. content: "";
  217. }
  218. pre,
  219. blockquote {
  220. border: 1px solid #999;
  221. page-break-inside: avoid;
  222. }
  223. thead {
  224. display: table-header-group;
  225. }
  226. tr,
  227. img {
  228. page-break-inside: avoid;
  229. }
  230. img {
  231. max-width: 100% !important;
  232. }
  233. p,
  234. h2,
  235. h3 {
  236. orphans: 3;
  237. widows: 3;
  238. }
  239. h2,
  240. h3 {
  241. page-break-after: avoid;
  242. }
  243. select {
  244. background: #fff !important;
  245. }
  246. .navbar {
  247. display: none;
  248. }
  249. .btn > .caret,
  250. .dropup > .btn > .caret {
  251. border-top-color: #000 !important;
  252. }
  253. .label {
  254. border: 1px solid #000;
  255. }
  256. .table {
  257. border-collapse: collapse !important;
  258. }
  259. .table td,
  260. .table th {
  261. background-color: #fff !important;
  262. }
  263. .table-bordered th,
  264. .table-bordered td {
  265. border: 1px solid #ddd !important;
  266. }
  267. }
  268. @font-face {
  269. font-family: 'Glyphicons Halflings';
  270. src: url('../fonts/glyphicons-halflings-regular.eot');
  271. src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
  272. }
  273. .glyphicon {
  274. position: relative;
  275. top: 1px;
  276. display: inline-block;
  277. font-family: 'Glyphicons Halflings';
  278. font-style: normal;
  279. font-weight: normal;
  280. line-height: 1;
  281. -webkit-font-smoothing: antialiased;
  282. -moz-osx-font-smoothing: grayscale;
  283. }
  284. .glyphicon-asterisk:before {
  285. content: "\2a";
  286. }
  287. .glyphicon-plus:before {
  288. content: "\2b";
  289. }
  290. .glyphicon-euro:before,
  291. .glyphicon-eur:before {
  292. content: "\20ac";
  293. }
  294. .glyphicon-minus:before {
  295. content: "\2212";
  296. }
  297. .glyphicon-cloud:before {
  298. content: "\2601";
  299. }
  300. .glyphicon-envelope:before {
  301. content: "\2709";
  302. }
  303. .glyphicon-pencil:before {
  304. content: "\270f";
  305. }
  306. .glyphicon-glass:before {
  307. content: "\e001";
  308. }
  309. .glyphicon-music:before {
  310. content: "\e002";
  311. }
  312. .glyphicon-search:before {
  313. content: "\e003";
  314. }
  315. .glyphicon-heart:before {
  316. content: "\e005";
  317. }
  318. .glyphicon-star:before {
  319. content: "\e006";
  320. }
  321. .glyphicon-star-empty:before {
  322. content: "\e007";
  323. }
  324. .glyphicon-user:before {
  325. content: "\e008";
  326. }
  327. .glyphicon-film:before {
  328. content: "\e009";
  329. }
  330. .glyphicon-th-large:before {
  331. content: "\e010";
  332. }
  333. .glyphicon-th:before {
  334. content: "\e011";
  335. }
  336. .glyphicon-th-list:before {
  337. content: "\e012";
  338. }
  339. .glyphicon-ok:before {
  340. content: "\e013";
  341. }
  342. .glyphicon-remove:before {
  343. content: "\e014";
  344. }
  345. .glyphicon-zoom-in:before {
  346. content: "\e015";
  347. }
  348. .glyphicon-zoom-out:before {
  349. content: "\e016";
  350. }
  351. .glyphicon-off:before {
  352. content: "\e017";
  353. }
  354. .glyphicon-signal:before {
  355. content: "\e018";
  356. }
  357. .glyphicon-cog:before {
  358. content: "\e019";
  359. }
  360. .glyphicon-trash:before {
  361. content: "\e020";
  362. }
  363. .glyphicon-home:before {
  364. content: "\e021";
  365. }
  366. .glyphicon-file:before {
  367. content: "\e022";
  368. }
  369. .glyphicon-time:before {
  370. content: "\e023";
  371. }
  372. .glyphicon-road:before {
  373. content: "\e024";
  374. }
  375. .glyphicon-download-alt:before {
  376. content: "\e025";
  377. }
  378. .glyphicon-download:before {
  379. content: "\e026";
  380. }
  381. .glyphicon-upload:before {
  382. content: "\e027";
  383. }
  384. .glyphicon-inbox:before {
  385. content: "\e028";
  386. }
  387. .glyphicon-play-circle:before {
  388. content: "\e029";
  389. }
  390. .glyphicon-repeat:before {
  391. content: "\e030";
  392. }
  393. .glyphicon-refresh:before {
  394. content: "\e031";
  395. }
  396. .glyphicon-list-alt:before {
  397. content: "\e032";
  398. }
  399. .glyphicon-lock:before {
  400. content: "\e033";
  401. }
  402. .glyphicon-flag:before {
  403. content: "\e034";
  404. }
  405. .glyphicon-headphones:before {
  406. content: "\e035";
  407. }
  408. .glyphicon-volume-off:before {
  409. content: "\e036";
  410. }
  411. .glyphicon-volume-down:before {
  412. content: "\e037";
  413. }
  414. .glyphicon-volume-up:before {
  415. content: "\e038";
  416. }
  417. .glyphicon-qrcode:before {
  418. content: "\e039";
  419. }
  420. .glyphicon-barcode:before {
  421. content: "\e040";
  422. }
  423. .glyphicon-tag:before {
  424. content: "\e041";
  425. }
  426. .glyphicon-tags:before {
  427. content: "\e042";
  428. }
  429. .glyphicon-book:before {
  430. content: "\e043";
  431. }
  432. .glyphicon-bookmark:before {
  433. content: "\e044";
  434. }
  435. .glyphicon-print:before {
  436. content: "\e045";
  437. }
  438. .glyphicon-camera:before {
  439. content: "\e046";
  440. }
  441. .glyphicon-font:before {
  442. content: "\e047";
  443. }
  444. .glyphicon-bold:before {
  445. content: "\e048";
  446. }
  447. .glyphicon-italic:before {
  448. content: "\e049";
  449. }
  450. .glyphicon-text-height:before {
  451. content: "\e050";
  452. }
  453. .glyphicon-text-width:before {
  454. content: "\e051";
  455. }
  456. .glyphicon-align-left:before {
  457. content: "\e052";
  458. }
  459. .glyphicon-align-center:before {
  460. content: "\e053";
  461. }
  462. .glyphicon-align-right:before {
  463. content: "\e054";
  464. }
  465. .glyphicon-align-justify:before {
  466. content: "\e055";
  467. }
  468. .glyphicon-list:before {
  469. content: "\e056";
  470. }
  471. .glyphicon-indent-left:before {
  472. content: "\e057";
  473. }
  474. .glyphicon-indent-right:before {
  475. content: "\e058";
  476. }
  477. .glyphicon-facetime-video:before {
  478. content: "\e059";
  479. }
  480. .glyphicon-picture:before {
  481. content: "\e060";
  482. }
  483. .glyphicon-map-marker:before {
  484. content: "\e062";
  485. }
  486. .glyphicon-adjust:before {
  487. content: "\e063";
  488. }
  489. .glyphicon-tint:before {
  490. content: "\e064";
  491. }
  492. .glyphicon-edit:before {
  493. content: "\e065";
  494. }
  495. .glyphicon-share:before {
  496. content: "\e066";
  497. }
  498. .glyphicon-check:before {
  499. content: "\e067";
  500. }
  501. .glyphicon-move:before {
  502. content: "\e068";
  503. }
  504. .glyphicon-step-backward:before {
  505. content: "\e069";
  506. }
  507. .glyphicon-fast-backward:before {
  508. content: "\e070";
  509. }
  510. .glyphicon-backward:before {
  511. content: "\e071";
  512. }
  513. .glyphicon-play:before {
  514. content: "\e072";
  515. }
  516. .glyphicon-pause:before {
  517. content: "\e073";
  518. }
  519. .glyphicon-stop:before {
  520. content: "\e074";
  521. }
  522. .glyphicon-forward:before {
  523. content: "\e075";
  524. }
  525. .glyphicon-fast-forward:before {
  526. content: "\e076";
  527. }
  528. .glyphicon-step-forward:before {
  529. content: "\e077";
  530. }
  531. .glyphicon-eject:before {
  532. content: "\e078";
  533. }
  534. .glyphicon-chevron-left:before {
  535. content: "\e079";
  536. }
  537. .glyphicon-chevron-right:before {
  538. content: "\e080";
  539. }
  540. .glyphicon-plus-sign:before {
  541. content: "\e081";
  542. }
  543. .glyphicon-minus-sign:before {
  544. content: "\e082";
  545. }
  546. .glyphicon-remove-sign:before {
  547. content: "\e083";
  548. }
  549. .glyphicon-ok-sign:before {
  550. content: "\e084";
  551. }
  552. .glyphicon-question-sign:before {
  553. content: "\e085";
  554. }
  555. .glyphicon-info-sign:before {
  556. content: "\e086";
  557. }
  558. .glyphicon-screenshot:before {
  559. content: "\e087";
  560. }
  561. .glyphicon-remove-circle:before {
  562. content: "\e088";
  563. }
  564. .glyphicon-ok-circle:before {
  565. content: "\e089";
  566. }
  567. .glyphicon-ban-circle:before {
  568. content: "\e090";
  569. }
  570. .glyphicon-arrow-left:before {
  571. content: "\e091";
  572. }
  573. .glyphicon-arrow-right:before {
  574. content: "\e092";
  575. }
  576. .glyphicon-arrow-up:before {
  577. content: "\e093";
  578. }
  579. .glyphicon-arrow-down:before {
  580. content: "\e094";
  581. }
  582. .glyphicon-share-alt:before {
  583. content: "\e095";
  584. }
  585. .glyphicon-resize-full:before {
  586. content: "\e096";
  587. }
  588. .glyphicon-resize-small:before {
  589. content: "\e097";
  590. }
  591. .glyphicon-exclamation-sign:before {
  592. content: "\e101";
  593. }
  594. .glyphicon-gift:before {
  595. content: "\e102";
  596. }
  597. .glyphicon-leaf:before {
  598. content: "\e103";
  599. }
  600. .glyphicon-fire:before {
  601. content: "\e104";
  602. }
  603. .glyphicon-eye-open:before {
  604. content: "\e105";
  605. }
  606. .glyphicon-eye-close:before {
  607. content: "\e106";
  608. }
  609. .glyphicon-warning-sign:before {
  610. content: "\e107";
  611. }
  612. .glyphicon-plane:before {
  613. content: "\e108";
  614. }
  615. .glyphicon-calendar:before {
  616. content: "\e109";
  617. }
  618. .glyphicon-random:before {
  619. content: "\e110";
  620. }
  621. .glyphicon-comment:before {
  622. content: "\e111";
  623. }
  624. .glyphicon-magnet:before {
  625. content: "\e112";
  626. }
  627. .glyphicon-chevron-up:before {
  628. content: "\e113";
  629. }
  630. .glyphicon-chevron-down:before {
  631. content: "\e114";
  632. }
  633. .glyphicon-retweet:before {
  634. content: "\e115";
  635. }
  636. .glyphicon-shopping-cart:before {
  637. content: "\e116";
  638. }
  639. .glyphicon-folder-close:before {
  640. content: "\e117";
  641. }
  642. .glyphicon-folder-open:before {
  643. content: "\e118";
  644. }
  645. .glyphicon-resize-vertical:before {
  646. content: "\e119";
  647. }
  648. .glyphicon-resize-horizontal:before {
  649. content: "\e120";
  650. }
  651. .glyphicon-hdd:before {
  652. content: "\e121";
  653. }
  654. .glyphicon-bullhorn:before {
  655. content: "\e122";
  656. }
  657. .glyphicon-bell:before {
  658. content: "\e123";
  659. }
  660. .glyphicon-certificate:before {
  661. content: "\e124";
  662. }
  663. .glyphicon-thumbs-up:before {
  664. content: "\e125";
  665. }
  666. .glyphicon-thumbs-down:before {
  667. content: "\e126";
  668. }
  669. .glyphicon-hand-right:before {
  670. content: "\e127";
  671. }
  672. .glyphicon-hand-left:before {
  673. content: "\e128";
  674. }
  675. .glyphicon-hand-up:before {
  676. content: "\e129";
  677. }
  678. .glyphicon-hand-down:before {
  679. content: "\e130";
  680. }
  681. .glyphicon-circle-arrow-right:before {
  682. content: "\e131";
  683. }
  684. .glyphicon-circle-arrow-left:before {
  685. content: "\e132";
  686. }
  687. .glyphicon-circle-arrow-up:before {
  688. content: "\e133";
  689. }
  690. .glyphicon-circle-arrow-down:before {
  691. content: "\e134";
  692. }
  693. .glyphicon-globe:before {
  694. content: "\e135";
  695. }
  696. .glyphicon-wrench:before {
  697. content: "\e136";
  698. }
  699. .glyphicon-tasks:before {
  700. content: "\e137";
  701. }
  702. .glyphicon-filter:before {
  703. content: "\e138";
  704. }
  705. .glyphicon-briefcase:before {
  706. content: "\e139";
  707. }
  708. .glyphicon-fullscreen:before {
  709. content: "\e140";
  710. }
  711. .glyphicon-dashboard:before {
  712. content: "\e141";
  713. }
  714. .glyphicon-paperclip:before {
  715. content: "\e142";
  716. }
  717. .glyphicon-heart-empty:before {
  718. content: "\e143";
  719. }
  720. .glyphicon-link:before {
  721. content: "\e144";
  722. }
  723. .glyphicon-phone:before {
  724. content: "\e145";
  725. }
  726. .glyphicon-pushpin:before {
  727. content: "\e146";
  728. }
  729. .glyphicon-usd:before {
  730. content: "\e148";
  731. }
  732. .glyphicon-gbp:before {
  733. content: "\e149";
  734. }
  735. .glyphicon-sort:before {
  736. content: "\e150";
  737. }
  738. .glyphicon-sort-by-alphabet:before {
  739. content: "\e151";
  740. }
  741. .glyphicon-sort-by-alphabet-alt:before {
  742. content: "\e152";
  743. }
  744. .glyphicon-sort-by-order:before {
  745. content: "\e153";
  746. }
  747. .glyphicon-sort-by-order-alt:before {
  748. content: "\e154";
  749. }
  750. .glyphicon-sort-by-attributes:before {
  751. content: "\e155";
  752. }
  753. .glyphicon-sort-by-attributes-alt:before {
  754. content: "\e156";
  755. }
  756. .glyphicon-unchecked:before {
  757. content: "\e157";
  758. }
  759. .glyphicon-expand:before {
  760. content: "\e158";
  761. }
  762. .glyphicon-collapse-down:before {
  763. content: "\e159";
  764. }
  765. .glyphicon-collapse-up:before {
  766. content: "\e160";
  767. }
  768. .glyphicon-log-in:before {
  769. content: "\e161";
  770. }
  771. .glyphicon-flash:before {
  772. content: "\e162";
  773. }
  774. .glyphicon-log-out:before {
  775. content: "\e163";
  776. }
  777. .glyphicon-new-window:before {
  778. content: "\e164";
  779. }
  780. .glyphicon-record:before {
  781. content: "\e165";
  782. }
  783. .glyphicon-save:before {
  784. content: "\e166";
  785. }
  786. .glyphicon-open:before {
  787. content: "\e167";
  788. }
  789. .glyphicon-saved:before {
  790. content: "\e168";
  791. }
  792. .glyphicon-import:before {
  793. content: "\e169";
  794. }
  795. .glyphicon-export:before {
  796. content: "\e170";
  797. }
  798. .glyphicon-send:before {
  799. content: "\e171";
  800. }
  801. .glyphicon-floppy-disk:before {
  802. content: "\e172";
  803. }
  804. .glyphicon-floppy-saved:before {
  805. content: "\e173";
  806. }
  807. .glyphicon-floppy-remove:before {
  808. content: "\e174";
  809. }
  810. .glyphicon-floppy-save:before {
  811. content: "\e175";
  812. }
  813. .glyphicon-floppy-open:before {
  814. content: "\e176";
  815. }
  816. .glyphicon-credit-card:before {
  817. content: "\e177";
  818. }
  819. .glyphicon-transfer:before {
  820. content: "\e178";
  821. }
  822. .glyphicon-cutlery:before {
  823. content: "\e179";
  824. }
  825. .glyphicon-header:before {
  826. content: "\e180";
  827. }
  828. .glyphicon-compressed:before {
  829. content: "\e181";
  830. }
  831. .glyphicon-earphone:before {
  832. content: "\e182";
  833. }
  834. .glyphicon-phone-alt:before {
  835. content: "\e183";
  836. }
  837. .glyphicon-tower:before {
  838. content: "\e184";
  839. }
  840. .glyphicon-stats:before {
  841. content: "\e185";
  842. }
  843. .glyphicon-sd-video:before {
  844. content: "\e186";
  845. }
  846. .glyphicon-hd-video:before {
  847. content: "\e187";
  848. }
  849. .glyphicon-subtitles:before {
  850. content: "\e188";
  851. }
  852. .glyphicon-sound-stereo:before {
  853. content: "\e189";
  854. }
  855. .glyphicon-sound-dolby:before {
  856. content: "\e190";
  857. }
  858. .glyphicon-sound-5-1:before {
  859. content: "\e191";
  860. }
  861. .glyphicon-sound-6-1:before {
  862. content: "\e192";
  863. }
  864. .glyphicon-sound-7-1:before {
  865. content: "\e193";
  866. }
  867. .glyphicon-copyright-mark:before {
  868. content: "\e194";
  869. }
  870. .glyphicon-registration-mark:before {
  871. content: "\e195";
  872. }
  873. .glyphicon-cloud-download:before {
  874. content: "\e197";
  875. }
  876. .glyphicon-cloud-upload:before {
  877. content: "\e198";
  878. }
  879. .glyphicon-tree-conifer:before {
  880. content: "\e199";
  881. }
  882. .glyphicon-tree-deciduous:before {
  883. content: "\e200";
  884. }
  885. .glyphicon-cd:before {
  886. content: "\e201";
  887. }
  888. .glyphicon-save-file:before {
  889. content: "\e202";
  890. }
  891. .glyphicon-open-file:before {
  892. content: "\e203";
  893. }
  894. .glyphicon-level-up:before {
  895. content: "\e204";
  896. }
  897. .glyphicon-copy:before {
  898. content: "\e205";
  899. }
  900. .glyphicon-paste:before {
  901. content: "\e206";
  902. }
  903. .glyphicon-alert:before {
  904. content: "\e209";
  905. }
  906. .glyphicon-equalizer:before {
  907. content: "\e210";
  908. }
  909. .glyphicon-king:before {
  910. content: "\e211";
  911. }
  912. .glyphicon-queen:before {
  913. content: "\e212";
  914. }
  915. .glyphicon-pawn:before {
  916. content: "\e213";
  917. }
  918. .glyphicon-bishop:before {
  919. content: "\e214";
  920. }
  921. .glyphicon-knight:before {
  922. content: "\e215";
  923. }
  924. .glyphicon-baby-formula:before {
  925. content: "\e216";
  926. }
  927. .glyphicon-tent:before {
  928. content: "\26fa";
  929. }
  930. .glyphicon-blackboard:before {
  931. content: "\e218";
  932. }
  933. .glyphicon-bed:before {
  934. content: "\e219";
  935. }
  936. .glyphicon-apple:before {
  937. content: "\f8ff";
  938. }
  939. .glyphicon-erase:before {
  940. content: "\e221";
  941. }
  942. .glyphicon-hourglass:before {
  943. content: "\231b";
  944. }
  945. .glyphicon-lamp:before {
  946. content: "\e223";
  947. }
  948. .glyphicon-duplicate:before {
  949. content: "\e224";
  950. }
  951. .glyphicon-piggy-bank:before {
  952. content: "\e225";
  953. }
  954. .glyphicon-scissors:before {
  955. content: "\e226";
  956. }
  957. .glyphicon-bitcoin:before {
  958. content: "\e227";
  959. }
  960. .glyphicon-yen:before {
  961. content: "\00a5";
  962. }
  963. .glyphicon-ruble:before {
  964. content: "\20bd";
  965. }
  966. .glyphicon-scale:before {
  967. content: "\e230";
  968. }
  969. .glyphicon-ice-lolly:before {
  970. content: "\e231";
  971. }
  972. .glyphicon-ice-lolly-tasted:before {
  973. content: "\e232";
  974. }
  975. .glyphicon-education:before {
  976. content: "\e233";
  977. }
  978. .glyphicon-option-horizontal:before {
  979. content: "\e234";
  980. }
  981. .glyphicon-option-vertical:before {
  982. content: "\e235";
  983. }
  984. .glyphicon-menu-hamburger:before {
  985. content: "\e236";
  986. }
  987. .glyphicon-modal-window:before {
  988. content: "\e237";
  989. }
  990. .glyphicon-oil:before {
  991. content: "\e238";
  992. }
  993. .glyphicon-grain:before {
  994. content: "\e239";
  995. }
  996. .glyphicon-sunglasses:before {
  997. content: "\e240";
  998. }
  999. .glyphicon-text-size:before {
  1000. content: "\e241";
  1001. }
  1002. .glyphicon-text-color:before {
  1003. content: "\e242";
  1004. }
  1005. .glyphicon-text-background:before {
  1006. content: "\e243";
  1007. }
  1008. .glyphicon-object-align-top:before {
  1009. content: "\e244";
  1010. }
  1011. .glyphicon-object-align-bottom:before {
  1012. content: "\e245";
  1013. }
  1014. .glyphicon-object-align-horizontal:before {
  1015. content: "\e246";
  1016. }
  1017. .glyphicon-object-align-left:before {
  1018. content: "\e247";
  1019. }
  1020. .glyphicon-object-align-vertical:before {
  1021. content: "\e248";
  1022. }
  1023. .glyphicon-object-align-right:before {
  1024. content: "\e249";
  1025. }
  1026. .glyphicon-triangle-right:before {
  1027. content: "\e250";
  1028. }
  1029. .glyphicon-triangle-left:before {
  1030. content: "\e251";
  1031. }
  1032. .glyphicon-triangle-bottom:before {
  1033. content: "\e252";
  1034. }
  1035. .glyphicon-triangle-top:before {
  1036. content: "\e253";
  1037. }
  1038. .glyphicon-console:before {
  1039. content: "\e254";
  1040. }
  1041. .glyphicon-superscript:before {
  1042. content: "\e255";
  1043. }
  1044. .glyphicon-subscript:before {
  1045. content: "\e256";
  1046. }
  1047. .glyphicon-menu-left:before {
  1048. content: "\e257";
  1049. }
  1050. .glyphicon-menu-right:before {
  1051. content: "\e258";
  1052. }
  1053. .glyphicon-menu-down:before {
  1054. content: "\e259";
  1055. }
  1056. .glyphicon-menu-up:before {
  1057. content: "\e260";
  1058. }
  1059. * {
  1060. -webkit-box-sizing: border-box;
  1061. -moz-box-sizing: border-box;
  1062. box-sizing: border-box;
  1063. }
  1064. *:before,
  1065. *:after {
  1066. -webkit-box-sizing: border-box;
  1067. -moz-box-sizing: border-box;
  1068. box-sizing: border-box;
  1069. }
  1070. html {
  1071. font-size: 10px;
  1072. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  1073. }
  1074. body {
  1075. font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  1076. font-size: 14px;
  1077. line-height: 1.42857143;
  1078. color: #888888;
  1079. background-color: #060606;
  1080. }
  1081. input,
  1082. button,
  1083. select,
  1084. textarea {
  1085. font-family: inherit;
  1086. font-size: inherit;
  1087. line-height: inherit;
  1088. }
  1089. a {
  1090. color: #2a9fd6;
  1091. text-decoration: none;
  1092. }
  1093. a:hover,
  1094. a:focus {
  1095. color: #2a9fd6;
  1096. text-decoration: underline;
  1097. }
  1098. a:focus {
  1099. outline: thin dotted;
  1100. outline: 5px auto -webkit-focus-ring-color;
  1101. outline-offset: -2px;
  1102. }
  1103. figure {
  1104. margin: 0;
  1105. }
  1106. img {
  1107. vertical-align: middle;
  1108. }
  1109. .img-responsive,
  1110. .thumbnail > img,
  1111. .thumbnail a > img,
  1112. .carousel-inner > .item > img,
  1113. .carousel-inner > .item > a > img {
  1114. display: block;
  1115. max-width: 100%;
  1116. height: auto;
  1117. }
  1118. .img-rounded {
  1119. border-radius: 6px;
  1120. }
  1121. .img-thumbnail {
  1122. padding: 4px;
  1123. line-height: 1.42857143;
  1124. background-color: #282828;
  1125. border: 1px solid #282828;
  1126. border-radius: 4px;
  1127. -webkit-transition: all 0.2s ease-in-out;
  1128. -o-transition: all 0.2s ease-in-out;
  1129. transition: all 0.2s ease-in-out;
  1130. display: inline-block;
  1131. max-width: 100%;
  1132. height: auto;
  1133. }
  1134. .img-circle {
  1135. border-radius: 50%;
  1136. }
  1137. hr {
  1138. margin-top: 20px;
  1139. margin-bottom: 20px;
  1140. border: 0;
  1141. border-top: 1px solid #282828;
  1142. }
  1143. .sr-only {
  1144. position: absolute;
  1145. width: 1px;
  1146. height: 1px;
  1147. margin: -1px;
  1148. padding: 0;
  1149. overflow: hidden;
  1150. clip: rect(0, 0, 0, 0);
  1151. border: 0;
  1152. }
  1153. .sr-only-focusable:active,
  1154. .sr-only-focusable:focus {
  1155. position: static;
  1156. width: auto;
  1157. height: auto;
  1158. margin: 0;
  1159. overflow: visible;
  1160. clip: auto;
  1161. }
  1162. h1,
  1163. h2,
  1164. h3,
  1165. h4,
  1166. h5,
  1167. h6,
  1168. .h1,
  1169. .h2,
  1170. .h3,
  1171. .h4,
  1172. .h5,
  1173. .h6 {
  1174. font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  1175. font-weight: 500;
  1176. line-height: 1.1;
  1177. color: #ffffff;
  1178. }
  1179. h1 small,
  1180. h2 small,
  1181. h3 small,
  1182. h4 small,
  1183. h5 small,
  1184. h6 small,
  1185. .h1 small,
  1186. .h2 small,
  1187. .h3 small,
  1188. .h4 small,
  1189. .h5 small,
  1190. .h6 small,
  1191. h1 .small,
  1192. h2 .small,
  1193. h3 .small,
  1194. h4 .small,
  1195. h5 .small,
  1196. h6 .small,
  1197. .h1 .small,
  1198. .h2 .small,
  1199. .h3 .small,
  1200. .h4 .small,
  1201. .h5 .small,
  1202. .h6 .small {
  1203. font-weight: normal;
  1204. line-height: 1;
  1205. color: #888888;
  1206. }
  1207. h1,
  1208. .h1,
  1209. h2,
  1210. .h2,
  1211. h3,
  1212. .h3 {
  1213. margin-top: 20px;
  1214. margin-bottom: 10px;
  1215. }
  1216. h1 small,
  1217. .h1 small,
  1218. h2 small,
  1219. .h2 small,
  1220. h3 small,
  1221. .h3 small,
  1222. h1 .small,
  1223. .h1 .small,
  1224. h2 .small,
  1225. .h2 .small,
  1226. h3 .small,
  1227. .h3 .small {
  1228. font-size: 65%;
  1229. }
  1230. h4,
  1231. .h4,
  1232. h5,
  1233. .h5,
  1234. h6,
  1235. .h6 {
  1236. margin-top: 10px;
  1237. margin-bottom: 10px;
  1238. }
  1239. h4 small,
  1240. .h4 small,
  1241. h5 small,
  1242. .h5 small,
  1243. h6 small,
  1244. .h6 small,
  1245. h4 .small,
  1246. .h4 .small,
  1247. h5 .small,
  1248. .h5 .small,
  1249. h6 .small,
  1250. .h6 .small {
  1251. font-size: 75%;
  1252. }
  1253. h1,
  1254. .h1 {
  1255. font-size: 56px;
  1256. }
  1257. h2,
  1258. .h2 {
  1259. font-size: 45px;
  1260. }
  1261. h3,
  1262. .h3 {
  1263. font-size: 34px;
  1264. }
  1265. h4,
  1266. .h4 {
  1267. font-size: 24px;
  1268. }
  1269. h5,
  1270. .h5 {
  1271. font-size: 20px;
  1272. }
  1273. h6,
  1274. .h6 {
  1275. font-size: 16px;
  1276. }
  1277. p {
  1278. margin: 0 0 10px;
  1279. }
  1280. .lead {
  1281. margin-bottom: 20px;
  1282. font-size: 16px;
  1283. font-weight: 300;
  1284. line-height: 1.4;
  1285. }
  1286. @media (min-width: 768px) {
  1287. .lead {
  1288. font-size: 21px;
  1289. }
  1290. }
  1291. small,
  1292. .small {
  1293. font-size: 85%;
  1294. }
  1295. mark,
  1296. .mark {
  1297. background-color: #ff8800;
  1298. padding: .2em;
  1299. }
  1300. .text-left {
  1301. text-align: left;
  1302. }
  1303. .text-right {
  1304. text-align: right;
  1305. }
  1306. .text-center {
  1307. text-align: center;
  1308. }
  1309. .text-justify {
  1310. text-align: justify;
  1311. }
  1312. .text-nowrap {
  1313. white-space: nowrap;
  1314. }
  1315. .text-lowercase {
  1316. text-transform: lowercase;
  1317. }
  1318. .text-uppercase {
  1319. text-transform: uppercase;
  1320. }
  1321. .text-capitalize {
  1322. text-transform: capitalize;
  1323. }
  1324. .text-muted {
  1325. color: #888888;
  1326. }
  1327. .text-primary {
  1328. color: #2a9fd6;
  1329. }
  1330. a.text-primary:hover {
  1331. color: #2180ac;
  1332. }
  1333. .text-success {
  1334. color: #ffffff;
  1335. }
  1336. a.text-success:hover {
  1337. color: #e6e6e6;
  1338. }
  1339. .text-info {
  1340. color: #ffffff;
  1341. }
  1342. a.text-info:hover {
  1343. color: #e6e6e6;
  1344. }
  1345. .text-warning {
  1346. color: #ffffff;
  1347. }
  1348. a.text-warning:hover {
  1349. color: #e6e6e6;
  1350. }
  1351. .text-danger {
  1352. color: #ffffff;
  1353. }
  1354. a.text-danger:hover {
  1355. color: #e6e6e6;
  1356. }
  1357. .bg-primary {
  1358. color: #fff;
  1359. background-color: #2a9fd6;
  1360. }
  1361. a.bg-primary:hover {
  1362. background-color: #2180ac;
  1363. }
  1364. .bg-success {
  1365. background-color: #77b300;
  1366. }
  1367. a.bg-success:hover {
  1368. background-color: #558000;
  1369. }
  1370. .bg-info {
  1371. background-color: #9933cc;
  1372. }
  1373. a.bg-info:hover {
  1374. background-color: #7a29a3;
  1375. }
  1376. .bg-warning {
  1377. background-color: #ff8800;
  1378. }
  1379. a.bg-warning:hover {
  1380. background-color: #cc6d00;
  1381. }
  1382. .bg-danger {
  1383. background-color: #cc0000;
  1384. }
  1385. a.bg-danger:hover {
  1386. background-color: #990000;
  1387. }
  1388. .page-header {
  1389. padding-bottom: 9px;
  1390. margin: 40px 0 20px;
  1391. border-bottom: 1px solid #282828;
  1392. }
  1393. ul,
  1394. ol {
  1395. margin-top: 0;
  1396. margin-bottom: 10px;
  1397. }
  1398. ul ul,
  1399. ol ul,
  1400. ul ol,
  1401. ol ol {
  1402. margin-bottom: 0;
  1403. }
  1404. .list-unstyled {
  1405. padding-left: 0;
  1406. list-style: none;
  1407. }
  1408. .list-inline {
  1409. padding-left: 0;
  1410. list-style: none;
  1411. margin-left: -5px;
  1412. }
  1413. .list-inline > li {
  1414. display: inline-block;
  1415. padding-left: 5px;
  1416. padding-right: 5px;
  1417. }
  1418. dl {
  1419. margin-top: 0;
  1420. margin-bottom: 20px;
  1421. }
  1422. dt,
  1423. dd {
  1424. line-height: 1.42857143;
  1425. }
  1426. dt {
  1427. font-weight: bold;
  1428. }
  1429. dd {
  1430. margin-left: 0;
  1431. }
  1432. @media (min-width: 768px) {
  1433. .dl-horizontal dt {
  1434. float: left;
  1435. width: 160px;
  1436. clear: left;
  1437. text-align: right;
  1438. overflow: hidden;
  1439. text-overflow: ellipsis;
  1440. white-space: nowrap;
  1441. }
  1442. .dl-horizontal dd {
  1443. margin-left: 180px;
  1444. }
  1445. }
  1446. abbr[title],
  1447. abbr[data-original-title] {
  1448. cursor: help;
  1449. border-bottom: 1px dotted #888888;
  1450. }
  1451. .initialism {
  1452. font-size: 90%;
  1453. text-transform: uppercase;
  1454. }
  1455. blockquote {
  1456. padding: 10px 20px;
  1457. margin: 0 0 20px;
  1458. font-size: 17.5px;
  1459. border-left: 5px solid #282828;
  1460. }
  1461. blockquote p:last-child,
  1462. blockquote ul:last-child,
  1463. blockquote ol:last-child {
  1464. margin-bottom: 0;
  1465. }
  1466. blockquote footer,
  1467. blockquote small,
  1468. blockquote .small {
  1469. display: block;
  1470. font-size: 80%;
  1471. line-height: 1.42857143;
  1472. color: #555555;
  1473. }
  1474. blockquote footer:before,
  1475. blockquote small:before,
  1476. blockquote .small:before {
  1477. content: '\2014 \00A0';
  1478. }
  1479. .blockquote-reverse,
  1480. blockquote.pull-right {
  1481. padding-right: 15px;
  1482. padding-left: 0;
  1483. border-right: 5px solid #282828;
  1484. border-left: 0;
  1485. text-align: right;
  1486. }
  1487. .blockquote-reverse footer:before,
  1488. blockquote.pull-right footer:before,
  1489. .blockquote-reverse small:before,
  1490. blockquote.pull-right small:before,
  1491. .blockquote-reverse .small:before,
  1492. blockquote.pull-right .small:before {
  1493. content: '';
  1494. }
  1495. .blockquote-reverse footer:after,
  1496. blockquote.pull-right footer:after,
  1497. .blockquote-reverse small:after,
  1498. blockquote.pull-right small:after,
  1499. .blockquote-reverse .small:after,
  1500. blockquote.pull-right .small:after {
  1501. content: '\00A0 \2014';
  1502. }
  1503. address {
  1504. margin-bottom: 20px;
  1505. font-style: normal;
  1506. line-height: 1.42857143;
  1507. }
  1508. code,
  1509. kbd,
  1510. pre,
  1511. samp {
  1512. font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  1513. }
  1514. code {
  1515. padding: 2px 4px;
  1516. font-size: 90%;
  1517. color: #c7254e;
  1518. background-color: #f9f2f4;
  1519. border-radius: 4px;
  1520. }
  1521. kbd {
  1522. padding: 2px 4px;
  1523. font-size: 90%;
  1524. color: #ffffff;
  1525. background-color: #333333;
  1526. border-radius: 3px;
  1527. -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  1528. box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  1529. }
  1530. kbd kbd {
  1531. padding: 0;
  1532. font-size: 100%;
  1533. font-weight: bold;
  1534. -webkit-box-shadow: none;
  1535. box-shadow: none;
  1536. }
  1537. pre {
  1538. display: block;
  1539. padding: 9.5px;
  1540. margin: 0 0 10px;
  1541. font-size: 13px;
  1542. line-height: 1.42857143;
  1543. word-break: break-all;
  1544. word-wrap: break-word;
  1545. color: #282828;
  1546. background-color: #f5f5f5;
  1547. border: 1px solid #cccccc;
  1548. border-radius: 4px;
  1549. }
  1550. pre code {
  1551. padding: 0;
  1552. font-size: inherit;
  1553. color: inherit;
  1554. white-space: pre-wrap;
  1555. background-color: transparent;
  1556. border-radius: 0;
  1557. }
  1558. .pre-scrollable {
  1559. max-height: 340px;
  1560. overflow-y: scroll;
  1561. }
  1562. .container {
  1563. margin-right: auto;
  1564. margin-left: auto;
  1565. padding-left: 15px;
  1566. padding-right: 15px;
  1567. }
  1568. @media (min-width: 768px) {
  1569. .container {
  1570. width: 750px;
  1571. }
  1572. }
  1573. @media (min-width: 992px) {
  1574. .container {
  1575. width: 970px;
  1576. }
  1577. }
  1578. @media (min-width: 1200px) {
  1579. .container {
  1580. width: 1170px;
  1581. }
  1582. }
  1583. .container-fluid {
  1584. margin-right: auto;
  1585. margin-left: auto;
  1586. padding-left: 15px;
  1587. padding-right: 15px;
  1588. }
  1589. .row {
  1590. margin-left: -15px;
  1591. margin-right: -15px;
  1592. }
  1593. .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 {
  1594. position: relative;
  1595. min-height: 1px;
  1596. padding-left: 15px;
  1597. padding-right: 15px;
  1598. }
  1599. .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 {
  1600. float: left;
  1601. }
  1602. .col-xs-12 {
  1603. width: 100%;
  1604. }
  1605. .col-xs-11 {
  1606. width: 91.66666667%;
  1607. }
  1608. .col-xs-10 {
  1609. width: 83.33333333%;
  1610. }
  1611. .col-xs-9 {
  1612. width: 75%;
  1613. }
  1614. .col-xs-8 {
  1615. width: 66.66666667%;
  1616. }
  1617. .col-xs-7 {
  1618. width: 58.33333333%;
  1619. }
  1620. .col-xs-6 {
  1621. width: 50%;
  1622. }
  1623. .col-xs-5 {
  1624. width: 41.66666667%;
  1625. }
  1626. .col-xs-4 {
  1627. width: 33.33333333%;
  1628. }
  1629. .col-xs-3 {
  1630. width: 25%;
  1631. }
  1632. .col-xs-2 {
  1633. width: 16.66666667%;
  1634. }
  1635. .col-xs-1 {
  1636. width: 8.33333333%;
  1637. }
  1638. .col-xs-pull-12 {
  1639. right: 100%;
  1640. }
  1641. .col-xs-pull-11 {
  1642. right: 91.66666667%;
  1643. }
  1644. .col-xs-pull-10 {
  1645. right: 83.33333333%;
  1646. }
  1647. .col-xs-pull-9 {
  1648. right: 75%;
  1649. }
  1650. .col-xs-pull-8 {
  1651. right: 66.66666667%;
  1652. }
  1653. .col-xs-pull-7 {
  1654. right: 58.33333333%;
  1655. }
  1656. .col-xs-pull-6 {
  1657. right: 50%;
  1658. }
  1659. .col-xs-pull-5 {
  1660. right: 41.66666667%;
  1661. }
  1662. .col-xs-pull-4 {
  1663. right: 33.33333333%;
  1664. }
  1665. .col-xs-pull-3 {
  1666. right: 25%;
  1667. }
  1668. .col-xs-pull-2 {
  1669. right: 16.66666667%;
  1670. }
  1671. .col-xs-pull-1 {
  1672. right: 8.33333333%;
  1673. }
  1674. .col-xs-pull-0 {
  1675. right: auto;
  1676. }
  1677. .col-xs-push-12 {
  1678. left: 100%;
  1679. }
  1680. .col-xs-push-11 {
  1681. left: 91.66666667%;
  1682. }
  1683. .col-xs-push-10 {
  1684. left: 83.33333333%;
  1685. }
  1686. .col-xs-push-9 {
  1687. left: 75%;
  1688. }
  1689. .col-xs-push-8 {
  1690. left: 66.66666667%;
  1691. }
  1692. .col-xs-push-7 {
  1693. left: 58.33333333%;
  1694. }
  1695. .col-xs-push-6 {
  1696. left: 50%;
  1697. }
  1698. .col-xs-push-5 {
  1699. left: 41.66666667%;
  1700. }
  1701. .col-xs-push-4 {
  1702. left: 33.33333333%;
  1703. }
  1704. .col-xs-push-3 {
  1705. left: 25%;
  1706. }
  1707. .col-xs-push-2 {
  1708. left: 16.66666667%;
  1709. }
  1710. .col-xs-push-1 {
  1711. left: 8.33333333%;
  1712. }
  1713. .col-xs-push-0 {
  1714. left: auto;
  1715. }
  1716. .col-xs-offset-12 {
  1717. margin-left: 100%;
  1718. }
  1719. .col-xs-offset-11 {
  1720. margin-left: 91.66666667%;
  1721. }
  1722. .col-xs-offset-10 {
  1723. margin-left: 83.33333333%;
  1724. }
  1725. .col-xs-offset-9 {
  1726. margin-left: 75%;
  1727. }
  1728. .col-xs-offset-8 {
  1729. margin-left: 66.66666667%;
  1730. }
  1731. .col-xs-offset-7 {
  1732. margin-left: 58.33333333%;
  1733. }
  1734. .col-xs-offset-6 {
  1735. margin-left: 50%;
  1736. }
  1737. .col-xs-offset-5 {
  1738. margin-left: 41.66666667%;
  1739. }
  1740. .col-xs-offset-4 {
  1741. margin-left: 33.33333333%;
  1742. }
  1743. .col-xs-offset-3 {
  1744. margin-left: 25%;
  1745. }
  1746. .col-xs-offset-2 {
  1747. margin-left: 16.66666667%;
  1748. }
  1749. .col-xs-offset-1 {
  1750. margin-left: 8.33333333%;
  1751. }
  1752. .col-xs-offset-0 {
  1753. margin-left: 0%;
  1754. }
  1755. @media (min-width: 768px) {
  1756. .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 {
  1757. float: left;
  1758. }
  1759. .col-sm-12 {
  1760. width: 100%;
  1761. }
  1762. .col-sm-11 {
  1763. width: 91.66666667%;
  1764. }
  1765. .col-sm-10 {
  1766. width: 83.33333333%;
  1767. }
  1768. .col-sm-9 {
  1769. width: 75%;
  1770. }
  1771. .col-sm-8 {
  1772. width: 66.66666667%;
  1773. }
  1774. .col-sm-7 {
  1775. width: 58.33333333%;
  1776. }
  1777. .col-sm-6 {
  1778. width: 50%;
  1779. }
  1780. .col-sm-5 {
  1781. width: 41.66666667%;
  1782. }
  1783. .col-sm-4 {
  1784. width: 33.33333333%;
  1785. }
  1786. .col-sm-3 {
  1787. width: 25%;
  1788. }
  1789. .col-sm-2 {
  1790. width: 16.66666667%;
  1791. }
  1792. .col-sm-1 {
  1793. width: 8.33333333%;
  1794. }
  1795. .col-sm-pull-12 {
  1796. right: 100%;
  1797. }
  1798. .col-sm-pull-11 {
  1799. right: 91.66666667%;
  1800. }
  1801. .col-sm-pull-10 {
  1802. right: 83.33333333%;
  1803. }
  1804. .col-sm-pull-9 {
  1805. right: 75%;
  1806. }
  1807. .col-sm-pull-8 {
  1808. right: 66.66666667%;
  1809. }
  1810. .col-sm-pull-7 {
  1811. right: 58.33333333%;
  1812. }
  1813. .col-sm-pull-6 {
  1814. right: 50%;
  1815. }
  1816. .col-sm-pull-5 {
  1817. right: 41.66666667%;
  1818. }
  1819. .col-sm-pull-4 {
  1820. right: 33.33333333%;
  1821. }
  1822. .col-sm-pull-3 {
  1823. right: 25%;
  1824. }
  1825. .col-sm-pull-2 {
  1826. right: 16.66666667%;
  1827. }
  1828. .col-sm-pull-1 {
  1829. right: 8.33333333%;
  1830. }
  1831. .col-sm-pull-0 {
  1832. right: auto;
  1833. }
  1834. .col-sm-push-12 {
  1835. left: 100%;
  1836. }
  1837. .col-sm-push-11 {
  1838. left: 91.66666667%;
  1839. }
  1840. .col-sm-push-10 {
  1841. left: 83.33333333%;
  1842. }
  1843. .col-sm-push-9 {
  1844. left: 75%;
  1845. }
  1846. .col-sm-push-8 {
  1847. left: 66.66666667%;
  1848. }
  1849. .col-sm-push-7 {
  1850. left: 58.33333333%;
  1851. }
  1852. .col-sm-push-6 {
  1853. left: 50%;
  1854. }
  1855. .col-sm-push-5 {
  1856. left: 41.66666667%;
  1857. }
  1858. .col-sm-push-4 {
  1859. left: 33.33333333%;
  1860. }
  1861. .col-sm-push-3 {
  1862. left: 25%;
  1863. }
  1864. .col-sm-push-2 {
  1865. left: 16.66666667%;
  1866. }
  1867. .col-sm-push-1 {
  1868. left: 8.33333333%;
  1869. }
  1870. .col-sm-push-0 {
  1871. left: auto;
  1872. }
  1873. .col-sm-offset-12 {
  1874. margin-left: 100%;
  1875. }
  1876. .col-sm-offset-11 {
  1877. margin-left: 91.66666667%;
  1878. }
  1879. .col-sm-offset-10 {
  1880. margin-left: 83.33333333%;
  1881. }
  1882. .col-sm-offset-9 {
  1883. margin-left: 75%;
  1884. }
  1885. .col-sm-offset-8 {
  1886. margin-left: 66.66666667%;
  1887. }
  1888. .col-sm-offset-7 {
  1889. margin-left: 58.33333333%;
  1890. }
  1891. .col-sm-offset-6 {
  1892. margin-left: 50%;
  1893. }
  1894. .col-sm-offset-5 {
  1895. margin-left: 41.66666667%;
  1896. }
  1897. .col-sm-offset-4 {
  1898. margin-left: 33.33333333%;
  1899. }
  1900. .col-sm-offset-3 {
  1901. margin-left: 25%;
  1902. }
  1903. .col-sm-offset-2 {
  1904. margin-left: 16.66666667%;
  1905. }
  1906. .col-sm-offset-1 {
  1907. margin-left: 8.33333333%;
  1908. }
  1909. .col-sm-offset-0 {
  1910. margin-left: 0%;
  1911. }
  1912. }
  1913. @media (min-width: 992px) {
  1914. .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 {
  1915. float: left;
  1916. }
  1917. .col-md-12 {
  1918. width: 100%;
  1919. }
  1920. .col-md-11 {
  1921. width: 91.66666667%;
  1922. }
  1923. .col-md-10 {
  1924. width: 83.33333333%;
  1925. }
  1926. .col-md-9 {
  1927. width: 75%;
  1928. }
  1929. .col-md-8 {
  1930. width: 66.66666667%;
  1931. }
  1932. .col-md-7 {
  1933. width: 58.33333333%;
  1934. }
  1935. .col-md-6 {
  1936. width: 50%;
  1937. }
  1938. .col-md-5 {
  1939. width: 41.66666667%;
  1940. }
  1941. .col-md-4 {
  1942. width: 33.33333333%;
  1943. }
  1944. .col-md-3 {
  1945. width: 25%;
  1946. }
  1947. .col-md-2 {
  1948. width: 16.66666667%;
  1949. }
  1950. .col-md-1 {
  1951. width: 8.33333333%;
  1952. }
  1953. .col-md-pull-12 {
  1954. right: 100%;
  1955. }
  1956. .col-md-pull-11 {
  1957. right: 91.66666667%;
  1958. }
  1959. .col-md-pull-10 {
  1960. right: 83.33333333%;
  1961. }
  1962. .col-md-pull-9 {
  1963. right: 75%;
  1964. }
  1965. .col-md-pull-8 {
  1966. right: 66.66666667%;
  1967. }
  1968. .col-md-pull-7 {
  1969. right: 58.33333333%;
  1970. }
  1971. .col-md-pull-6 {
  1972. right: 50%;
  1973. }
  1974. .col-md-pull-5 {
  1975. right: 41.66666667%;
  1976. }
  1977. .col-md-pull-4 {
  1978. right: 33.33333333%;
  1979. }
  1980. .col-md-pull-3 {
  1981. right: 25%;
  1982. }
  1983. .col-md-pull-2 {
  1984. right: 16.66666667%;
  1985. }
  1986. .col-md-pull-1 {
  1987. right: 8.33333333%;
  1988. }
  1989. .col-md-pull-0 {
  1990. right: auto;
  1991. }
  1992. .col-md-push-12 {
  1993. left: 100%;
  1994. }
  1995. .col-md-push-11 {
  1996. left: 91.66666667%;
  1997. }
  1998. .col-md-push-10 {
  1999. left: 83.33333333%;
  2000. }
  2001. .col-md-push-9 {
  2002. left: 75%;
  2003. }
  2004. .col-md-push-8 {
  2005. left: 66.66666667%;
  2006. }
  2007. .col-md-push-7 {
  2008. left: 58.33333333%;
  2009. }
  2010. .col-md-push-6 {
  2011. left: 50%;
  2012. }
  2013. .col-md-push-5 {
  2014. left: 41.66666667%;
  2015. }
  2016. .col-md-push-4 {
  2017. left: 33.33333333%;
  2018. }
  2019. .col-md-push-3 {
  2020. left: 25%;
  2021. }
  2022. .col-md-push-2 {
  2023. left: 16.66666667%;
  2024. }
  2025. .col-md-push-1 {
  2026. left: 8.33333333%;
  2027. }
  2028. .col-md-push-0 {
  2029. left: auto;
  2030. }
  2031. .col-md-offset-12 {
  2032. margin-left: 100%;
  2033. }
  2034. .col-md-offset-11 {
  2035. margin-left: 91.66666667%;
  2036. }
  2037. .col-md-offset-10 {
  2038. margin-left: 83.33333333%;
  2039. }
  2040. .col-md-offset-9 {
  2041. margin-left: 75%;
  2042. }
  2043. .col-md-offset-8 {
  2044. margin-left: 66.66666667%;
  2045. }
  2046. .col-md-offset-7 {
  2047. margin-left: 58.33333333%;
  2048. }
  2049. .col-md-offset-6 {
  2050. margin-left: 50%;
  2051. }
  2052. .col-md-offset-5 {
  2053. margin-left: 41.66666667%;
  2054. }
  2055. .col-md-offset-4 {
  2056. margin-left: 33.33333333%;
  2057. }
  2058. .col-md-offset-3 {
  2059. margin-left: 25%;
  2060. }
  2061. .col-md-offset-2 {
  2062. margin-left: 16.66666667%;
  2063. }
  2064. .col-md-offset-1 {
  2065. margin-left: 8.33333333%;
  2066. }
  2067. .col-md-offset-0 {
  2068. margin-left: 0%;
  2069. }
  2070. }
  2071. @media (min-width: 1200px) {
  2072. .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 {
  2073. float: left;
  2074. }
  2075. .col-lg-12 {
  2076. width: 100%;
  2077. }
  2078. .col-lg-11 {
  2079. width: 91.66666667%;
  2080. }
  2081. .col-lg-10 {
  2082. width: 83.33333333%;
  2083. }
  2084. .col-lg-9 {
  2085. width: 75%;
  2086. }
  2087. .col-lg-8 {
  2088. width: 66.66666667%;
  2089. }
  2090. .col-lg-7 {
  2091. width: 58.33333333%;
  2092. }
  2093. .col-lg-6 {
  2094. width: 50%;
  2095. }
  2096. .col-lg-5 {
  2097. width: 41.66666667%;
  2098. }
  2099. .col-lg-4 {
  2100. width: 33.33333333%;
  2101. }
  2102. .col-lg-3 {
  2103. width: 25%;
  2104. }
  2105. .col-lg-2 {
  2106. width: 16.66666667%;
  2107. }
  2108. .col-lg-1 {
  2109. width: 8.33333333%;
  2110. }
  2111. .col-lg-pull-12 {
  2112. right: 100%;
  2113. }
  2114. .col-lg-pull-11 {
  2115. right: 91.66666667%;
  2116. }
  2117. .col-lg-pull-10 {
  2118. right: 83.33333333%;
  2119. }
  2120. .col-lg-pull-9 {
  2121. right: 75%;
  2122. }
  2123. .col-lg-pull-8 {
  2124. right: 66.66666667%;
  2125. }
  2126. .col-lg-pull-7 {
  2127. right: 58.33333333%;
  2128. }
  2129. .col-lg-pull-6 {
  2130. right: 50%;
  2131. }
  2132. .col-lg-pull-5 {
  2133. right: 41.66666667%;
  2134. }
  2135. .col-lg-pull-4 {
  2136. right: 33.33333333%;
  2137. }
  2138. .col-lg-pull-3 {
  2139. right: 25%;
  2140. }
  2141. .col-lg-pull-2 {
  2142. right: 16.66666667%;
  2143. }
  2144. .col-lg-pull-1 {
  2145. right: 8.33333333%;
  2146. }
  2147. .col-lg-pull-0 {
  2148. right: auto;
  2149. }
  2150. .col-lg-push-12 {
  2151. left: 100%;
  2152. }
  2153. .col-lg-push-11 {
  2154. left: 91.66666667%;
  2155. }
  2156. .col-lg-push-10 {
  2157. left: 83.33333333%;
  2158. }
  2159. .col-lg-push-9 {
  2160. left: 75%;
  2161. }
  2162. .col-lg-push-8 {
  2163. left: 66.66666667%;
  2164. }
  2165. .col-lg-push-7 {
  2166. left: 58.33333333%;
  2167. }
  2168. .col-lg-push-6 {
  2169. left: 50%;
  2170. }
  2171. .col-lg-push-5 {
  2172. left: 41.66666667%;
  2173. }
  2174. .col-lg-push-4 {
  2175. left: 33.33333333%;
  2176. }
  2177. .col-lg-push-3 {
  2178. left: 25%;
  2179. }
  2180. .col-lg-push-2 {
  2181. left: 16.66666667%;
  2182. }
  2183. .col-lg-push-1 {
  2184. left: 8.33333333%;
  2185. }
  2186. .col-lg-push-0 {
  2187. left: auto;
  2188. }
  2189. .col-lg-offset-12 {
  2190. margin-left: 100%;
  2191. }
  2192. .col-lg-offset-11 {
  2193. margin-left: 91.66666667%;
  2194. }
  2195. .col-lg-offset-10 {
  2196. margin-left: 83.33333333%;
  2197. }
  2198. .col-lg-offset-9 {
  2199. margin-left: 75%;
  2200. }
  2201. .col-lg-offset-8 {
  2202. margin-left: 66.66666667%;
  2203. }
  2204. .col-lg-offset-7 {
  2205. margin-left: 58.33333333%;
  2206. }
  2207. .col-lg-offset-6 {
  2208. margin-left: 50%;
  2209. }
  2210. .col-lg-offset-5 {
  2211. margin-left: 41.66666667%;
  2212. }
  2213. .col-lg-offset-4 {
  2214. margin-left: 33.33333333%;
  2215. }
  2216. .col-lg-offset-3 {
  2217. margin-left: 25%;
  2218. }
  2219. .col-lg-offset-2 {
  2220. margin-left: 16.66666667%;
  2221. }
  2222. .col-lg-offset-1 {
  2223. margin-left: 8.33333333%;
  2224. }
  2225. .col-lg-offset-0 {
  2226. margin-left: 0%;
  2227. }
  2228. }
  2229. table {
  2230. background-color: #181818;
  2231. }
  2232. caption {
  2233. padding-top: 8px;
  2234. padding-bottom: 8px;
  2235. color: #888888;
  2236. text-align: left;
  2237. }
  2238. th {
  2239. text-align: left;
  2240. }
  2241. .table {
  2242. width: 100%;
  2243. max-width: 100%;
  2244. margin-bottom: 20px;
  2245. }
  2246. .table > thead > tr > th,
  2247. .table > tbody > tr > th,
  2248. .table > tfoot > tr > th,
  2249. .table > thead > tr > td,
  2250. .table > tbody > tr > td,
  2251. .table > tfoot > tr > td {
  2252. padding: 8px;
  2253. line-height: 1.42857143;
  2254. vertical-align: top;
  2255. border-top: 1px solid #282828;
  2256. }
  2257. .table > thead > tr > th {
  2258. vertical-align: bottom;
  2259. border-bottom: 2px solid #282828;
  2260. }
  2261. .table > caption + thead > tr:first-child > th,
  2262. .table > colgroup + thead > tr:first-child > th,
  2263. .table > thead:first-child > tr:first-child > th,
  2264. .table > caption + thead > tr:first-child > td,
  2265. .table > colgroup + thead > tr:first-child > td,
  2266. .table > thead:first-child > tr:first-child > td {
  2267. border-top: 0;
  2268. }
  2269. .table > tbody + tbody {
  2270. border-top: 2px solid #282828;
  2271. }
  2272. .table .table {
  2273. background-color: #060606;
  2274. }
  2275. .table-condensed > thead > tr > th,
  2276. .table-condensed > tbody > tr > th,
  2277. .table-condensed > tfoot > tr > th,
  2278. .table-condensed > thead > tr > td,
  2279. .table-condensed > tbody > tr > td,
  2280. .table-condensed > tfoot > tr > td {
  2281. padding: 5px;
  2282. }
  2283. .table-bordered {
  2284. border: 1px solid #282828;
  2285. }
  2286. .table-bordered > thead > tr > th,
  2287. .table-bordered > tbody > tr > th,
  2288. .table-bordered > tfoot > tr > th,
  2289. .table-bordered > thead > tr > td,
  2290. .table-bordered > tbody > tr > td,
  2291. .table-bordered > tfoot > tr > td {
  2292. border: 1px solid #282828;
  2293. }
  2294. .table-bordered > thead > tr > th,
  2295. .table-bordered > thead > tr > td {
  2296. border-bottom-width: 2px;
  2297. }
  2298. .table-striped > tbody > tr:nth-of-type(odd) {
  2299. background-color: #080808;
  2300. }
  2301. .table-hover > tbody > tr:hover {
  2302. background-color: #282828;
  2303. }
  2304. table col[class*="col-"] {
  2305. position: static;
  2306. float: none;
  2307. display: table-column;
  2308. }
  2309. table td[class*="col-"],
  2310. table th[class*="col-"] {
  2311. position: static;
  2312. float: none;
  2313. display: table-cell;
  2314. }
  2315. .table > thead > tr > td.active,
  2316. .table > tbody > tr > td.active,
  2317. .table > tfoot > tr > td.active,
  2318. .table > thead > tr > th.active,
  2319. .table > tbody > tr > th.active,
  2320. .table > tfoot > tr > th.active,
  2321. .table > thead > tr.active > td,
  2322. .table > tbody > tr.active > td,
  2323. .table > tfoot > tr.active > td,
  2324. .table > thead > tr.active > th,
  2325. .table > tbody > tr.active > th,
  2326. .table > tfoot > tr.active > th {
  2327. background-color: #282828;
  2328. }
  2329. .table-hover > tbody > tr > td.active:hover,
  2330. .table-hover > tbody > tr > th.active:hover,
  2331. .table-hover > tbody > tr.active:hover > td,
  2332. .table-hover > tbody > tr:hover > .active,
  2333. .table-hover > tbody > tr.active:hover > th {
  2334. background-color: #1b1b1b;
  2335. }
  2336. .table > thead > tr > td.success,
  2337. .table > tbody > tr > td.success,
  2338. .table > tfoot > tr > td.success,
  2339. .table > thead > tr > th.success,
  2340. .table > tbody > tr > th.success,
  2341. .table > tfoot > tr > th.success,
  2342. .table > thead > tr.success > td,
  2343. .table > tbody > tr.success > td,
  2344. .table > tfoot > tr.success > td,
  2345. .table > thead > tr.success > th,
  2346. .table > tbody > tr.success > th,
  2347. .table > tfoot > tr.success > th {
  2348. background-color: #77b300;
  2349. }
  2350. .table-hover > tbody > tr > td.success:hover,
  2351. .table-hover > tbody > tr > th.success:hover,
  2352. .table-hover > tbody > tr.success:hover > td,
  2353. .table-hover > tbody > tr:hover > .success,
  2354. .table-hover > tbody > tr.success:hover > th {
  2355. background-color: #669a00;
  2356. }
  2357. .table > thead > tr > td.info,
  2358. .table > tbody > tr > td.info,
  2359. .table > tfoot > tr > td.info,
  2360. .table > thead > tr > th.info,
  2361. .table > tbody > tr > th.info,
  2362. .table > tfoot > tr > th.info,
  2363. .table > thead > tr.info > td,
  2364. .table > tbody > tr.info > td,
  2365. .table > tfoot > tr.info > td,
  2366. .table > thead > tr.info > th,
  2367. .table > tbody > tr.info > th,
  2368. .table > tfoot > tr.info > th {
  2369. background-color: #9933cc;
  2370. }
  2371. .table-hover > tbody > tr > td.info:hover,
  2372. .table-hover > tbody > tr > th.info:hover,
  2373. .table-hover > tbody > tr.info:hover > td,
  2374. .table-hover > tbody > tr:hover > .info,
  2375. .table-hover > tbody > tr.info:hover > th {
  2376. background-color: #8a2eb8;
  2377. }
  2378. .table > thead > tr > td.warning,
  2379. .table > tbody > tr > td.warning,
  2380. .table > tfoot > tr > td.warning,
  2381. .table > thead > tr > th.warning,
  2382. .table > tbody > tr > th.warning,
  2383. .table > tfoot > tr > th.warning,
  2384. .table > thead > tr.warning > td,
  2385. .table > tbody > tr.warning > td,
  2386. .table > tfoot > tr.warning > td,
  2387. .table > thead > tr.warning > th,
  2388. .table > tbody > tr.warning > th,
  2389. .table > tfoot > tr.warning > th {
  2390. background-color: #ff8800;
  2391. }
  2392. .table-hover > tbody > tr > td.warning:hover,
  2393. .table-hover > tbody > tr > th.warning:hover,
  2394. .table-hover > tbody > tr.warning:hover > td,
  2395. .table-hover > tbody > tr:hover > .warning,
  2396. .table-hover > tbody > tr.warning:hover > th {
  2397. background-color: #e67a00;
  2398. }
  2399. .table > thead > tr > td.danger,
  2400. .table > tbody > tr > td.danger,
  2401. .table > tfoot > tr > td.danger,
  2402. .table > thead > tr > th.danger,
  2403. .table > tbody > tr > th.danger,
  2404. .table > tfoot > tr > th.danger,
  2405. .table > thead > tr.danger > td,
  2406. .table > tbody > tr.danger > td,
  2407. .table > tfoot > tr.danger > td,
  2408. .table > thead > tr.danger > th,
  2409. .table > tbody > tr.danger > th,
  2410. .table > tfoot > tr.danger > th {
  2411. background-color: #cc0000;
  2412. }
  2413. .table-hover > tbody > tr > td.danger:hover,
  2414. .table-hover > tbody > tr > th.danger:hover,
  2415. .table-hover > tbody > tr.danger:hover > td,
  2416. .table-hover > tbody > tr:hover > .danger,
  2417. .table-hover > tbody > tr.danger:hover > th {
  2418. background-color: #b30000;
  2419. }
  2420. .table-responsive {
  2421. overflow-x: auto;
  2422. min-height: 0.01%;
  2423. }
  2424. @media screen and (max-width: 767px) {
  2425. .table-responsive {
  2426. width: 100%;
  2427. margin-bottom: 15px;
  2428. overflow-y: hidden;
  2429. -ms-overflow-style: -ms-autohiding-scrollbar;
  2430. border: 1px solid #282828;
  2431. }
  2432. .table-responsive > .table {
  2433. margin-bottom: 0;
  2434. }
  2435. .table-responsive > .table > thead > tr > th,
  2436. .table-responsive > .table > tbody > tr > th,
  2437. .table-responsive > .table > tfoot > tr > th,
  2438. .table-responsive > .table > thead > tr > td,
  2439. .table-responsive > .table > tbody > tr > td,
  2440. .table-responsive > .table > tfoot > tr > td {
  2441. white-space: nowrap;
  2442. }
  2443. .table-responsive > .table-bordered {
  2444. border: 0;
  2445. }
  2446. .table-responsive > .table-bordered > thead > tr > th:first-child,
  2447. .table-responsive > .table-bordered > tbody > tr > th:first-child,
  2448. .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  2449. .table-responsive > .table-bordered > thead > tr > td:first-child,
  2450. .table-responsive > .table-bordered > tbody > tr > td:first-child,
  2451. .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  2452. border-left: 0;
  2453. }
  2454. .table-responsive > .table-bordered > thead > tr > th:last-child,
  2455. .table-responsive > .table-bordered > tbody > tr > th:last-child,
  2456. .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  2457. .table-responsive > .table-bordered > thead > tr > td:last-child,
  2458. .table-responsive > .table-bordered > tbody > tr > td:last-child,
  2459. .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  2460. border-right: 0;
  2461. }
  2462. .table-responsive > .table-bordered > tbody > tr:last-child > th,
  2463. .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  2464. .table-responsive > .table-bordered > tbody > tr:last-child > td,
  2465. .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  2466. border-bottom: 0;
  2467. }
  2468. }
  2469. fieldset {
  2470. padding: 0;
  2471. margin: 0;
  2472. border: 0;
  2473. min-width: 0;
  2474. }
  2475. legend {
  2476. display: block;
  2477. width: 100%;
  2478. padding: 0;
  2479. margin-bottom: 20px;
  2480. font-size: 21px;
  2481. line-height: inherit;
  2482. color: #888888;
  2483. border: 0;
  2484. border-bottom: 1px solid #282828;
  2485. }
  2486. label {
  2487. display: inline-block;
  2488. max-width: 100%;
  2489. margin-bottom: 5px;
  2490. font-weight: bold;
  2491. }
  2492. input[type="search"] {
  2493. -webkit-box-sizing: border-box;
  2494. -moz-box-sizing: border-box;
  2495. box-sizing: border-box;
  2496. }
  2497. input[type="radio"],
  2498. input[type="checkbox"] {
  2499. margin: 4px 0 0;
  2500. margin-top: 1px \9;
  2501. line-height: normal;
  2502. }
  2503. input[type="file"] {
  2504. display: block;
  2505. }
  2506. input[type="range"] {
  2507. display: block;
  2508. width: 100%;
  2509. }
  2510. select[multiple],
  2511. select[size] {
  2512. height: auto;
  2513. }
  2514. input[type="file"]:focus,
  2515. input[type="radio"]:focus,
  2516. input[type="checkbox"]:focus {
  2517. outline: thin dotted;
  2518. outline: 5px auto -webkit-focus-ring-color;
  2519. outline-offset: -2px;
  2520. }
  2521. output {
  2522. display: block;
  2523. padding-top: 9px;
  2524. font-size: 14px;
  2525. line-height: 1.42857143;
  2526. color: #888888;
  2527. }
  2528. .form-control {
  2529. display: block;
  2530. width: 100%;
  2531. height: 38px;
  2532. padding: 8px 12px;
  2533. font-size: 14px;
  2534. line-height: 1.42857143;
  2535. color: #888888;
  2536. background-color: #ffffff;
  2537. background-image: none;
  2538. border: 1px solid #282828;
  2539. border-radius: 4px;
  2540. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2541. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2542. -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  2543. -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  2544. transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  2545. }
  2546. .form-control:focus {
  2547. border-color: #66afe9;
  2548. outline: 0;
  2549. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  2550. box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  2551. }
  2552. .form-control::-moz-placeholder {
  2553. color: #888888;
  2554. opacity: 1;
  2555. }
  2556. .form-control:-ms-input-placeholder {
  2557. color: #888888;
  2558. }
  2559. .form-control::-webkit-input-placeholder {
  2560. color: #888888;
  2561. }
  2562. .form-control[disabled],
  2563. .form-control[readonly],
  2564. fieldset[disabled] .form-control {
  2565. cursor: not-allowed;
  2566. background-color: #adafae;
  2567. opacity: 1;
  2568. }
  2569. textarea.form-control {
  2570. height: auto;
  2571. }
  2572. input[type="search"] {
  2573. -webkit-appearance: none;
  2574. }
  2575. @media screen and (-webkit-min-device-pixel-ratio: 0) {
  2576. input[type="date"],
  2577. input[type="time"],
  2578. input[type="datetime-local"],
  2579. input[type="month"] {
  2580. line-height: 38px;
  2581. }
  2582. input[type="date"].input-sm,
  2583. input[type="time"].input-sm,
  2584. input[type="datetime-local"].input-sm,
  2585. input[type="month"].input-sm,
  2586. .input-group-sm input[type="date"],
  2587. .input-group-sm input[type="time"],
  2588. .input-group-sm input[type="datetime-local"],
  2589. .input-group-sm input[type="month"] {
  2590. line-height: 30px;
  2591. }
  2592. input[type="date"].input-lg,
  2593. input[type="time"].input-lg,
  2594. input[type="datetime-local"].input-lg,
  2595. input[type="month"].input-lg,
  2596. .input-group-lg input[type="date"],
  2597. .input-group-lg input[type="time"],
  2598. .input-group-lg input[type="datetime-local"],
  2599. .input-group-lg input[type="month"] {
  2600. line-height: 54px;
  2601. }
  2602. }
  2603. .form-group {
  2604. margin-bottom: 15px;
  2605. }
  2606. .radio,
  2607. .checkbox {
  2608. position: relative;
  2609. display: block;
  2610. margin-top: 10px;
  2611. margin-bottom: 10px;
  2612. }
  2613. .radio label,
  2614. .checkbox label {
  2615. min-height: 20px;
  2616. padding-left: 20px;
  2617. margin-bottom: 0;
  2618. font-weight: normal;
  2619. cursor: pointer;
  2620. }
  2621. .radio input[type="radio"],
  2622. .radio-inline input[type="radio"],
  2623. .checkbox input[type="checkbox"],
  2624. .checkbox-inline input[type="checkbox"] {
  2625. position: absolute;
  2626. margin-left: -20px;
  2627. margin-top: 4px \9;
  2628. }
  2629. .radio + .radio,
  2630. .checkbox + .checkbox {
  2631. margin-top: -5px;
  2632. }
  2633. .radio-inline,
  2634. .checkbox-inline {
  2635. display: inline-block;
  2636. padding-left: 20px;
  2637. margin-bottom: 0;
  2638. vertical-align: middle;
  2639. font-weight: normal;
  2640. cursor: pointer;
  2641. }
  2642. .radio-inline + .radio-inline,
  2643. .checkbox-inline + .checkbox-inline {
  2644. margin-top: 0;
  2645. margin-left: 10px;
  2646. }
  2647. input[type="radio"][disabled],
  2648. input[type="checkbox"][disabled],
  2649. input[type="radio"].disabled,
  2650. input[type="checkbox"].disabled,
  2651. fieldset[disabled] input[type="radio"],
  2652. fieldset[disabled] input[type="checkbox"] {
  2653. cursor: not-allowed;
  2654. }
  2655. .radio-inline.disabled,
  2656. .checkbox-inline.disabled,
  2657. fieldset[disabled] .radio-inline,
  2658. fieldset[disabled] .checkbox-inline {
  2659. cursor: not-allowed;
  2660. }
  2661. .radio.disabled label,
  2662. .checkbox.disabled label,
  2663. fieldset[disabled] .radio label,
  2664. fieldset[disabled] .checkbox label {
  2665. cursor: not-allowed;
  2666. }
  2667. .form-control-static {
  2668. padding-top: 9px;
  2669. padding-bottom: 9px;
  2670. margin-bottom: 0;
  2671. }
  2672. .form-control-static.input-lg,
  2673. .form-control-static.input-sm {
  2674. padding-left: 0;
  2675. padding-right: 0;
  2676. }
  2677. .input-sm {
  2678. height: 30px;
  2679. padding: 5px 10px;
  2680. font-size: 12px;
  2681. line-height: 1.5;
  2682. border-radius: 3px;
  2683. }
  2684. select.input-sm {
  2685. height: 30px;
  2686. line-height: 30px;
  2687. }
  2688. textarea.input-sm,
  2689. select[multiple].input-sm {
  2690. height: auto;
  2691. }
  2692. .form-group-sm .form-control {
  2693. height: 30px;
  2694. padding: 5px 10px;
  2695. font-size: 12px;
  2696. line-height: 1.5;
  2697. border-radius: 3px;
  2698. }
  2699. select.form-group-sm .form-control {
  2700. height: 30px;
  2701. line-height: 30px;
  2702. }
  2703. textarea.form-group-sm .form-control,
  2704. select[multiple].form-group-sm .form-control {
  2705. height: auto;
  2706. }
  2707. .form-group-sm .form-control-static {
  2708. height: 30px;
  2709. padding: 5px 10px;
  2710. font-size: 12px;
  2711. line-height: 1.5;
  2712. }
  2713. .input-lg {
  2714. height: 54px;
  2715. padding: 14px 16px;
  2716. font-size: 18px;
  2717. line-height: 1.3333333;
  2718. border-radius: 6px;
  2719. }
  2720. select.input-lg {
  2721. height: 54px;
  2722. line-height: 54px;
  2723. }
  2724. textarea.input-lg,
  2725. select[multiple].input-lg {
  2726. height: auto;
  2727. }
  2728. .form-group-lg .form-control {
  2729. height: 54px;
  2730. padding: 14px 16px;
  2731. font-size: 18px;
  2732. line-height: 1.3333333;
  2733. border-radius: 6px;
  2734. }
  2735. select.form-group-lg .form-control {
  2736. height: 54px;
  2737. line-height: 54px;
  2738. }
  2739. textarea.form-group-lg .form-control,
  2740. select[multiple].form-group-lg .form-control {
  2741. height: auto;
  2742. }
  2743. .form-group-lg .form-control-static {
  2744. height: 54px;
  2745. padding: 14px 16px;
  2746. font-size: 18px;
  2747. line-height: 1.3333333;
  2748. }
  2749. .has-feedback {
  2750. position: relative;
  2751. }
  2752. .has-feedback .form-control {
  2753. padding-right: 47.5px;
  2754. }
  2755. .form-control-feedback {
  2756. position: absolute;
  2757. top: 0;
  2758. right: 0;
  2759. z-index: 2;
  2760. display: block;
  2761. width: 38px;
  2762. height: 38px;
  2763. line-height: 38px;
  2764. text-align: center;
  2765. pointer-events: none;
  2766. }
  2767. .input-lg + .form-control-feedback {
  2768. width: 54px;
  2769. height: 54px;
  2770. line-height: 54px;
  2771. }
  2772. .input-sm + .form-control-feedback {
  2773. width: 30px;
  2774. height: 30px;
  2775. line-height: 30px;
  2776. }
  2777. .has-success .help-block,
  2778. .has-success .control-label,
  2779. .has-success .radio,
  2780. .has-success .checkbox,
  2781. .has-success .radio-inline,
  2782. .has-success .checkbox-inline,
  2783. .has-success.radio label,
  2784. .has-success.checkbox label,
  2785. .has-success.radio-inline label,
  2786. .has-success.checkbox-inline label {
  2787. color: #ffffff;
  2788. }
  2789. .has-success .form-control {
  2790. border-color: #ffffff;
  2791. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2792. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2793. }
  2794. .has-success .form-control:focus {
  2795. border-color: #e6e6e6;
  2796. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  2797. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  2798. }
  2799. .has-success .input-group-addon {
  2800. color: #ffffff;
  2801. border-color: #ffffff;
  2802. background-color: #77b300;
  2803. }
  2804. .has-success .form-control-feedback {
  2805. color: #ffffff;
  2806. }
  2807. .has-warning .help-block,
  2808. .has-warning .control-label,
  2809. .has-warning .radio,
  2810. .has-warning .checkbox,
  2811. .has-warning .radio-inline,
  2812. .has-warning .checkbox-inline,
  2813. .has-warning.radio label,
  2814. .has-warning.checkbox label,
  2815. .has-warning.radio-inline label,
  2816. .has-warning.checkbox-inline label {
  2817. color: #ffffff;
  2818. }
  2819. .has-warning .form-control {
  2820. border-color: #ffffff;
  2821. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2822. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2823. }
  2824. .has-warning .form-control:focus {
  2825. border-color: #e6e6e6;
  2826. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  2827. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  2828. }
  2829. .has-warning .input-group-addon {
  2830. color: #ffffff;
  2831. border-color: #ffffff;
  2832. background-color: #ff8800;
  2833. }
  2834. .has-warning .form-control-feedback {
  2835. color: #ffffff;
  2836. }
  2837. .has-error .help-block,
  2838. .has-error .control-label,
  2839. .has-error .radio,
  2840. .has-error .checkbox,
  2841. .has-error .radio-inline,
  2842. .has-error .checkbox-inline,
  2843. .has-error.radio label,
  2844. .has-error.checkbox label,
  2845. .has-error.radio-inline label,
  2846. .has-error.checkbox-inline label {
  2847. color: #ffffff;
  2848. }
  2849. .has-error .form-control {
  2850. border-color: #ffffff;
  2851. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2852. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2853. }
  2854. .has-error .form-control:focus {
  2855. border-color: #e6e6e6;
  2856. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  2857. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  2858. }
  2859. .has-error .input-group-addon {
  2860. color: #ffffff;
  2861. border-color: #ffffff;
  2862. background-color: #cc0000;
  2863. }
  2864. .has-error .form-control-feedback {
  2865. color: #ffffff;
  2866. }
  2867. .has-feedback label ~ .form-control-feedback {
  2868. top: 25px;
  2869. }
  2870. .has-feedback label.sr-only ~ .form-control-feedback {
  2871. top: 0;
  2872. }
  2873. .help-block {
  2874. display: block;
  2875. margin-top: 5px;
  2876. margin-bottom: 10px;
  2877. color: #c8c8c8;
  2878. }
  2879. @media (min-width: 768px) {
  2880. .form-inline .form-group {
  2881. display: inline-block;
  2882. margin-bottom: 0;
  2883. vertical-align: middle;
  2884. }
  2885. .form-inline .form-control {
  2886. display: inline-block;
  2887. width: auto;
  2888. vertical-align: middle;
  2889. }
  2890. .form-inline .form-control-static {
  2891. display: inline-block;
  2892. }
  2893. .form-inline .input-group {
  2894. display: inline-table;
  2895. vertical-align: middle;
  2896. }
  2897. .form-inline .input-group .input-group-addon,
  2898. .form-inline .input-group .input-group-btn,
  2899. .form-inline .input-group .form-control {
  2900. width: auto;
  2901. }
  2902. .form-inline .input-group > .form-control {
  2903. width: 100%;
  2904. }
  2905. .form-inline .control-label {
  2906. margin-bottom: 0;
  2907. vertical-align: middle;
  2908. }
  2909. .form-inline .radio,
  2910. .form-inline .checkbox {
  2911. display: inline-block;
  2912. margin-top: 0;
  2913. margin-bottom: 0;
  2914. vertical-align: middle;
  2915. }
  2916. .form-inline .radio label,
  2917. .form-inline .checkbox label {
  2918. padding-left: 0;
  2919. }
  2920. .form-inline .radio input[type="radio"],
  2921. .form-inline .checkbox input[type="checkbox"] {
  2922. position: relative;
  2923. margin-left: 0;
  2924. }
  2925. .form-inline .has-feedback .form-control-feedback {
  2926. top: 0;
  2927. }
  2928. }
  2929. .form-horizontal .radio,
  2930. .form-horizontal .checkbox,
  2931. .form-horizontal .radio-inline,
  2932. .form-horizontal .checkbox-inline {
  2933. margin-top: 0;
  2934. margin-bottom: 0;
  2935. padding-top: 9px;
  2936. }
  2937. .form-horizontal .radio,
  2938. .form-horizontal .checkbox {
  2939. min-height: 29px;
  2940. }
  2941. .form-horizontal .form-group {
  2942. margin-left: -15px;
  2943. margin-right: -15px;
  2944. }
  2945. @media (min-width: 768px) {
  2946. .form-horizontal .control-label {
  2947. text-align: right;
  2948. margin-bottom: 0;
  2949. padding-top: 9px;
  2950. }
  2951. }
  2952. .form-horizontal .has-feedback .form-control-feedback {
  2953. right: 15px;
  2954. }
  2955. @media (min-width: 768px) {
  2956. .form-horizontal .form-group-lg .control-label {
  2957. padding-top: 19.6666662px;
  2958. }
  2959. }
  2960. @media (min-width: 768px) {
  2961. .form-horizontal .form-group-sm .control-label {
  2962. padding-top: 6px;
  2963. }
  2964. }
  2965. .btn {
  2966. display: inline-block;
  2967. margin-bottom: 0;
  2968. font-weight: normal;
  2969. text-align: center;
  2970. vertical-align: middle;
  2971. -ms-touch-action: manipulation;
  2972. touch-action: manipulation;
  2973. cursor: pointer;
  2974. background-image: none;
  2975. border: 1px solid transparent;
  2976. white-space: nowrap;
  2977. padding: 8px 12px;
  2978. font-size: 14px;
  2979. line-height: 1.42857143;
  2980. border-radius: 4px;
  2981. -webkit-user-select: none;
  2982. -moz-user-select: none;
  2983. -ms-user-select: none;
  2984. user-select: none;
  2985. }
  2986. .btn:focus,
  2987. .btn:active:focus,
  2988. .btn.active:focus,
  2989. .btn.focus,
  2990. .btn:active.focus,
  2991. .btn.active.focus {
  2992. outline: thin dotted;
  2993. outline: 5px auto -webkit-focus-ring-color;
  2994. outline-offset: -2px;
  2995. }
  2996. .btn:hover,
  2997. .btn:focus,
  2998. .btn.focus {
  2999. color: #ffffff;
  3000. text-decoration: none;
  3001. }
  3002. .btn:active,
  3003. .btn.active {
  3004. outline: 0;
  3005. background-image: none;
  3006. -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  3007. box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  3008. }
  3009. .btn.disabled,
  3010. .btn[disabled],
  3011. fieldset[disabled] .btn {
  3012. cursor: not-allowed;
  3013. pointer-events: none;
  3014. opacity: 0.65;
  3015. filter: alpha(opacity=65);
  3016. -webkit-box-shadow: none;
  3017. box-shadow: none;
  3018. }
  3019. .btn-default {
  3020. color: #ffffff;
  3021. background-color: #424242;
  3022. border-color: #424242;
  3023. }
  3024. .btn-default:hover,
  3025. .btn-default:focus,
  3026. .btn-default.focus,
  3027. .btn-default:active,
  3028. .btn-default.active,
  3029. .open > .dropdown-toggle.btn-default {
  3030. color: #ffffff;
  3031. background-color: #282828;
  3032. border-color: #232323;
  3033. }
  3034. .btn-default:active,
  3035. .btn-default.active,
  3036. .open > .dropdown-toggle.btn-default {
  3037. background-image: none;
  3038. }
  3039. .btn-default.disabled,
  3040. .btn-default[disabled],
  3041. fieldset[disabled] .btn-default,
  3042. .btn-default.disabled:hover,
  3043. .btn-default[disabled]:hover,
  3044. fieldset[disabled] .btn-default:hover,
  3045. .btn-default.disabled:focus,
  3046. .btn-default[disabled]:focus,
  3047. fieldset[disabled] .btn-default:focus,
  3048. .btn-default.disabled.focus,
  3049. .btn-default[disabled].focus,
  3050. fieldset[disabled] .btn-default.focus,
  3051. .btn-default.disabled:active,
  3052. .btn-default[disabled]:active,
  3053. fieldset[disabled] .btn-default:active,
  3054. .btn-default.disabled.active,
  3055. .btn-default[disabled].active,
  3056. fieldset[disabled] .btn-default.active {
  3057. background-color: #424242;
  3058. border-color: #424242;
  3059. }
  3060. .btn-default .badge {
  3061. color: #424242;
  3062. background-color: #ffffff;
  3063. }
  3064. .btn-primary {
  3065. color: #ffffff;
  3066. background-color: #2a9fd6;
  3067. border-color: #2a9fd6;
  3068. }
  3069. .btn-primary:hover,
  3070. .btn-primary:focus,
  3071. .btn-primary.focus,
  3072. .btn-primary:active,
  3073. .btn-primary.active,
  3074. .open > .dropdown-toggle.btn-primary {
  3075. color: #ffffff;
  3076. background-color: #2180ac;
  3077. border-color: #1f79a3;
  3078. }
  3079. .btn-primary:active,
  3080. .btn-primary.active,
  3081. .open > .dropdown-toggle.btn-primary {
  3082. background-image: none;
  3083. }
  3084. .btn-primary.disabled,
  3085. .btn-primary[disabled],
  3086. fieldset[disabled] .btn-primary,
  3087. .btn-primary.disabled:hover,
  3088. .btn-primary[disabled]:hover,
  3089. fieldset[disabled] .btn-primary:hover,
  3090. .btn-primary.disabled:focus,
  3091. .btn-primary[disabled]:focus,
  3092. fieldset[disabled] .btn-primary:focus,
  3093. .btn-primary.disabled.focus,
  3094. .btn-primary[disabled].focus,
  3095. fieldset[disabled] .btn-primary.focus,
  3096. .btn-primary.disabled:active,
  3097. .btn-primary[disabled]:active,
  3098. fieldset[disabled] .btn-primary:active,
  3099. .btn-primary.disabled.active,
  3100. .btn-primary[disabled].active,
  3101. fieldset[disabled] .btn-primary.active {
  3102. background-color: #2a9fd6;
  3103. border-color: #2a9fd6;
  3104. }
  3105. .btn-primary .badge {
  3106. color: #2a9fd6;
  3107. background-color: #ffffff;
  3108. }
  3109. .btn-success {
  3110. color: #ffffff;
  3111. background-color: #77b300;
  3112. border-color: #77b300;
  3113. }
  3114. .btn-success:hover,
  3115. .btn-success:focus,
  3116. .btn-success.focus,
  3117. .btn-success:active,
  3118. .btn-success.active,
  3119. .open > .dropdown-toggle.btn-success {
  3120. color: #ffffff;
  3121. background-color: #558000;
  3122. border-color: #4e7600;
  3123. }
  3124. .btn-success:active,
  3125. .btn-success.active,
  3126. .open > .dropdown-toggle.btn-success {
  3127. background-image: none;
  3128. }
  3129. .btn-success.disabled,
  3130. .btn-success[disabled],
  3131. fieldset[disabled] .btn-success,
  3132. .btn-success.disabled:hover,
  3133. .btn-success[disabled]:hover,
  3134. fieldset[disabled] .btn-success:hover,
  3135. .btn-success.disabled:focus,
  3136. .btn-success[disabled]:focus,
  3137. fieldset[disabled] .btn-success:focus,
  3138. .btn-success.disabled.focus,
  3139. .btn-success[disabled].focus,
  3140. fieldset[disabled] .btn-success.focus,
  3141. .btn-success.disabled:active,
  3142. .btn-success[disabled]:active,
  3143. fieldset[disabled] .btn-success:active,
  3144. .btn-success.disabled.active,
  3145. .btn-success[disabled].active,
  3146. fieldset[disabled] .btn-success.active {
  3147. background-color: #77b300;
  3148. border-color: #77b300;
  3149. }
  3150. .btn-success .badge {
  3151. color: #77b300;
  3152. background-color: #ffffff;
  3153. }
  3154. .btn-info {
  3155. color: #ffffff;
  3156. background-color: #9933cc;
  3157. border-color: #9933cc;
  3158. }
  3159. .btn-info:hover,
  3160. .btn-info:focus,
  3161. .btn-info.focus,
  3162. .btn-info:active,
  3163. .btn-info.active,
  3164. .open > .dropdown-toggle.btn-info {
  3165. color: #ffffff;
  3166. background-color: #7a29a3;
  3167. border-color: #74279b;
  3168. }
  3169. .btn-info:active,
  3170. .btn-info.active,
  3171. .open > .dropdown-toggle.btn-info {
  3172. background-image: none;
  3173. }
  3174. .btn-info.disabled,
  3175. .btn-info[disabled],
  3176. fieldset[disabled] .btn-info,
  3177. .btn-info.disabled:hover,
  3178. .btn-info[disabled]:hover,
  3179. fieldset[disabled] .btn-info:hover,
  3180. .btn-info.disabled:focus,
  3181. .btn-info[disabled]:focus,
  3182. fieldset[disabled] .btn-info:focus,
  3183. .btn-info.disabled.focus,
  3184. .btn-info[disabled].focus,
  3185. fieldset[disabled] .btn-info.focus,
  3186. .btn-info.disabled:active,
  3187. .btn-info[disabled]:active,
  3188. fieldset[disabled] .btn-info:active,
  3189. .btn-info.disabled.active,
  3190. .btn-info[disabled].active,
  3191. fieldset[disabled] .btn-info.active {
  3192. background-color: #9933cc;
  3193. border-color: #9933cc;
  3194. }
  3195. .btn-info .badge {
  3196. color: #9933cc;
  3197. background-color: #ffffff;
  3198. }
  3199. .btn-warning {
  3200. color: #ffffff;
  3201. background-color: #ff8800;
  3202. border-color: #ff8800;
  3203. }
  3204. .btn-warning:hover,
  3205. .btn-warning:focus,
  3206. .btn-warning.focus,
  3207. .btn-warning:active,
  3208. .btn-warning.active,
  3209. .open > .dropdown-toggle.btn-warning {
  3210. color: #ffffff;
  3211. background-color: #cc6d00;
  3212. border-color: #c26700;
  3213. }
  3214. .btn-warning:active,
  3215. .btn-warning.active,
  3216. .open > .dropdown-toggle.btn-warning {
  3217. background-image: none;
  3218. }
  3219. .btn-warning.disabled,
  3220. .btn-warning[disabled],
  3221. fieldset[disabled] .btn-warning,
  3222. .btn-warning.disabled:hover,
  3223. .btn-warning[disabled]:hover,
  3224. fieldset[disabled] .btn-warning:hover,
  3225. .btn-warning.disabled:focus,
  3226. .btn-warning[disabled]:focus,
  3227. fieldset[disabled] .btn-warning:focus,
  3228. .btn-warning.disabled.focus,
  3229. .btn-warning[disabled].focus,
  3230. fieldset[disabled] .btn-warning.focus,
  3231. .btn-warning.disabled:active,
  3232. .btn-warning[disabled]:active,
  3233. fieldset[disabled] .btn-warning:active,
  3234. .btn-warning.disabled.active,
  3235. .btn-warning[disabled].active,
  3236. fieldset[disabled] .btn-warning.active {
  3237. background-color: #ff8800;
  3238. border-color: #ff8800;
  3239. }
  3240. .btn-warning .badge {
  3241. color: #ff8800;
  3242. background-color: #ffffff;
  3243. }
  3244. .btn-danger {
  3245. color: #ffffff;
  3246. background-color: #cc0000;
  3247. border-color: #cc0000;
  3248. }
  3249. .btn-danger:hover,
  3250. .btn-danger:focus,
  3251. .btn-danger.focus,
  3252. .btn-danger:active,
  3253. .btn-danger.active,
  3254. .open > .dropdown-toggle.btn-danger {
  3255. color: #ffffff;
  3256. background-color: #990000;
  3257. border-color: #8f0000;
  3258. }
  3259. .btn-danger:active,
  3260. .btn-danger.active,
  3261. .open > .dropdown-toggle.btn-danger {
  3262. background-image: none;
  3263. }
  3264. .btn-danger.disabled,
  3265. .btn-danger[disabled],
  3266. fieldset[disabled] .btn-danger,
  3267. .btn-danger.disabled:hover,
  3268. .btn-danger[disabled]:hover,
  3269. fieldset[disabled] .btn-danger:hover,
  3270. .btn-danger.disabled:focus,
  3271. .btn-danger[disabled]:focus,
  3272. fieldset[disabled] .btn-danger:focus,
  3273. .btn-danger.disabled.focus,
  3274. .btn-danger[disabled].focus,
  3275. fieldset[disabled] .btn-danger.focus,
  3276. .btn-danger.disabled:active,
  3277. .btn-danger[disabled]:active,
  3278. fieldset[disabled] .btn-danger:active,
  3279. .btn-danger.disabled.active,
  3280. .btn-danger[disabled].active,
  3281. fieldset[disabled] .btn-danger.active {
  3282. background-color: #cc0000;
  3283. border-color: #cc0000;
  3284. }
  3285. .btn-danger .badge {
  3286. color: #cc0000;
  3287. background-color: #ffffff;
  3288. }
  3289. .btn-link {
  3290. color: #2a9fd6;
  3291. font-weight: normal;
  3292. border-radius: 0;
  3293. }
  3294. .btn-link,
  3295. .btn-link:active,
  3296. .btn-link.active,
  3297. .btn-link[disabled],
  3298. fieldset[disabled] .btn-link {
  3299. background-color: transparent;
  3300. -webkit-box-shadow: none;
  3301. box-shadow: none;
  3302. }
  3303. .btn-link,
  3304. .btn-link:hover,
  3305. .btn-link:focus,
  3306. .btn-link:active {
  3307. border-color: transparent;
  3308. }
  3309. .btn-link:hover,
  3310. .btn-link:focus {
  3311. color: #2a9fd6;
  3312. text-decoration: underline;
  3313. background-color: transparent;
  3314. }
  3315. .btn-link[disabled]:hover,
  3316. fieldset[disabled] .btn-link:hover,
  3317. .btn-link[disabled]:focus,
  3318. fieldset[disabled] .btn-link:focus {
  3319. color: #888888;
  3320. text-decoration: none;
  3321. }
  3322. .btn-lg,
  3323. .btn-group-lg > .btn {
  3324. padding: 14px 16px;
  3325. font-size: 18px;
  3326. line-height: 1.3333333;
  3327. border-radius: 6px;
  3328. }
  3329. .btn-sm,
  3330. .btn-group-sm > .btn {
  3331. padding: 5px 10px;
  3332. font-size: 12px;
  3333. line-height: 1.5;
  3334. border-radius: 3px;
  3335. }
  3336. .btn-xs,
  3337. .btn-group-xs > .btn {
  3338. padding: 1px 5px;
  3339. font-size: 12px;
  3340. line-height: 1.5;
  3341. border-radius: 3px;
  3342. }
  3343. .btn-block {
  3344. display: block;
  3345. width: 100%;
  3346. }
  3347. .btn-block + .btn-block {
  3348. margin-top: 5px;
  3349. }
  3350. input[type="submit"].btn-block,
  3351. input[type="reset"].btn-block,
  3352. input[type="button"].btn-block {
  3353. width: 100%;
  3354. }
  3355. .fade {
  3356. opacity: 0;
  3357. -webkit-transition: opacity 0.15s linear;
  3358. -o-transition: opacity 0.15s linear;
  3359. transition: opacity 0.15s linear;
  3360. }
  3361. .fade.in {
  3362. opacity: 1;
  3363. }
  3364. .collapse {
  3365. display: none;
  3366. visibility: hidden;
  3367. }
  3368. .collapse.in {
  3369. display: block;
  3370. visibility: visible;
  3371. }
  3372. tr.collapse.in {
  3373. display: table-row;
  3374. }
  3375. tbody.collapse.in {
  3376. display: table-row-group;
  3377. }
  3378. .collapsing {
  3379. position: relative;
  3380. height: 0;
  3381. overflow: hidden;
  3382. -webkit-transition-property: height, visibility;
  3383. -o-transition-property: height, visibility;
  3384. transition-property: height, visibility;
  3385. -webkit-transition-duration: 0.35s;
  3386. -o-transition-duration: 0.35s;
  3387. transition-duration: 0.35s;
  3388. -webkit-transition-timing-function: ease;
  3389. -o-transition-timing-function: ease;
  3390. transition-timing-function: ease;
  3391. }
  3392. .caret {
  3393. display: inline-block;
  3394. width: 0;
  3395. height: 0;
  3396. margin-left: 2px;
  3397. vertical-align: middle;
  3398. border-top: 4px solid;
  3399. border-right: 4px solid transparent;
  3400. border-left: 4px solid transparent;
  3401. }
  3402. .dropup,
  3403. .dropdown {
  3404. position: relative;
  3405. }
  3406. .dropdown-toggle:focus {
  3407. outline: 0;
  3408. }
  3409. .dropdown-menu {
  3410. position: absolute;
  3411. top: 100%;
  3412. left: 0;
  3413. z-index: 1000;
  3414. display: none;
  3415. float: left;
  3416. min-width: 160px;
  3417. padding: 5px 0;
  3418. margin: 2px 0 0;
  3419. list-style: none;
  3420. font-size: 14px;
  3421. text-align: left;
  3422. background-color: #222222;
  3423. border: 1px solid #444444;
  3424. border: 1px solid rgba(255, 255, 255, 0.1);
  3425. border-radius: 4px;
  3426. -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  3427. box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  3428. -webkit-background-clip: padding-box;
  3429. background-clip: padding-box;
  3430. }
  3431. .dropdown-menu.pull-right {
  3432. right: 0;
  3433. left: auto;
  3434. }
  3435. .dropdown-menu .divider {
  3436. height: 1px;
  3437. margin: 9px 0;
  3438. overflow: hidden;
  3439. background-color: rgba(255, 255, 255, 0.1);
  3440. }
  3441. .dropdown-menu > li > a {
  3442. display: block;
  3443. padding: 3px 20px;
  3444. clear: both;
  3445. font-weight: normal;
  3446. line-height: 1.42857143;
  3447. color: #ffffff;
  3448. white-space: nowrap;
  3449. }
  3450. .dropdown-menu > li > a:hover,
  3451. .dropdown-menu > li > a:focus {
  3452. text-decoration: none;
  3453. color: #ffffff;
  3454. background-color: #2a9fd6;
  3455. }
  3456. .dropdown-menu > .active > a,
  3457. .dropdown-menu > .active > a:hover,
  3458. .dropdown-menu > .active > a:focus {
  3459. color: #ffffff;
  3460. text-decoration: none;
  3461. outline: 0;
  3462. background-color: #2a9fd6;
  3463. }
  3464. .dropdown-menu > .disabled > a,
  3465. .dropdown-menu > .disabled > a:hover,
  3466. .dropdown-menu > .disabled > a:focus {
  3467. color: #888888;
  3468. }
  3469. .dropdown-menu > .disabled > a:hover,
  3470. .dropdown-menu > .disabled > a:focus {
  3471. text-decoration: none;
  3472. background-color: transparent;
  3473. background-image: none;
  3474. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  3475. cursor: not-allowed;
  3476. }
  3477. .open > .dropdown-menu {
  3478. display: block;
  3479. }
  3480. .open > a {
  3481. outline: 0;
  3482. }
  3483. .dropdown-menu-right {
  3484. left: auto;
  3485. right: 0;
  3486. }
  3487. .dropdown-menu-left {
  3488. left: 0;
  3489. right: auto;
  3490. }
  3491. .dropdown-header {
  3492. display: block;
  3493. padding: 3px 20px;
  3494. font-size: 12px;
  3495. line-height: 1.42857143;
  3496. color: #888888;
  3497. white-space: nowrap;
  3498. }
  3499. .dropdown-backdrop {
  3500. position: fixed;
  3501. left: 0;
  3502. right: 0;
  3503. bottom: 0;
  3504. top: 0;
  3505. z-index: 990;
  3506. }
  3507. .pull-right > .dropdown-menu {
  3508. right: 0;
  3509. left: auto;
  3510. }
  3511. .dropup .caret,
  3512. .navbar-fixed-bottom .dropdown .caret {
  3513. border-top: 0;
  3514. border-bottom: 4px solid;
  3515. content: "";
  3516. }
  3517. .dropup .dropdown-menu,
  3518. .navbar-fixed-bottom .dropdown .dropdown-menu {
  3519. top: auto;
  3520. bottom: 100%;
  3521. margin-bottom: 2px;
  3522. }
  3523. @media (min-width: 768px) {
  3524. .navbar-right .dropdown-menu {
  3525. left: auto;
  3526. right: 0;
  3527. }
  3528. .navbar-right .dropdown-menu-left {
  3529. left: 0;
  3530. right: auto;
  3531. }
  3532. }
  3533. .btn-group,
  3534. .btn-group-vertical {
  3535. position: relative;
  3536. display: inline-block;
  3537. vertical-align: middle;
  3538. }
  3539. .btn-group > .btn,
  3540. .btn-group-vertical > .btn {
  3541. position: relative;
  3542. float: left;
  3543. }
  3544. .btn-group > .btn:hover,
  3545. .btn-group-vertical > .btn:hover,
  3546. .btn-group > .btn:focus,
  3547. .btn-group-vertical > .btn:focus,
  3548. .btn-group > .btn:active,
  3549. .btn-group-vertical > .btn:active,
  3550. .btn-group > .btn.active,
  3551. .btn-group-vertical > .btn.active {
  3552. z-index: 2;
  3553. }
  3554. .btn-group .btn + .btn,
  3555. .btn-group .btn + .btn-group,
  3556. .btn-group .btn-group + .btn,
  3557. .btn-group .btn-group + .btn-group {
  3558. margin-left: -1px;
  3559. }
  3560. .btn-toolbar {
  3561. margin-left: -5px;
  3562. }
  3563. .btn-toolbar .btn-group,
  3564. .btn-toolbar .input-group {
  3565. float: left;
  3566. }
  3567. .btn-toolbar > .btn,
  3568. .btn-toolbar > .btn-group,
  3569. .btn-toolbar > .input-group {
  3570. margin-left: 5px;
  3571. }
  3572. .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  3573. border-radius: 0;
  3574. }
  3575. .btn-group > .btn:first-child {
  3576. margin-left: 0;
  3577. }
  3578. .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  3579. border-bottom-right-radius: 0;
  3580. border-top-right-radius: 0;
  3581. }
  3582. .btn-group > .btn:last-child:not(:first-child),
  3583. .btn-group > .dropdown-toggle:not(:first-child) {
  3584. border-bottom-left-radius: 0;
  3585. border-top-left-radius: 0;
  3586. }
  3587. .btn-group > .btn-group {
  3588. float: left;
  3589. }
  3590. .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  3591. border-radius: 0;
  3592. }
  3593. .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
  3594. .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  3595. border-bottom-right-radius: 0;
  3596. border-top-right-radius: 0;
  3597. }
  3598. .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  3599. border-bottom-left-radius: 0;
  3600. border-top-left-radius: 0;
  3601. }
  3602. .btn-group .dropdown-toggle:active,
  3603. .btn-group.open .dropdown-toggle {
  3604. outline: 0;
  3605. }
  3606. .btn-group > .btn + .dropdown-toggle {
  3607. padding-left: 8px;
  3608. padding-right: 8px;
  3609. }
  3610. .btn-group > .btn-lg + .dropdown-toggle {
  3611. padding-left: 12px;
  3612. padding-right: 12px;
  3613. }
  3614. .btn-group.open .dropdown-toggle {
  3615. -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  3616. box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  3617. }
  3618. .btn-group.open .dropdown-toggle.btn-link {
  3619. -webkit-box-shadow: none;
  3620. box-shadow: none;
  3621. }
  3622. .btn .caret {
  3623. margin-left: 0;
  3624. }
  3625. .btn-lg .caret {
  3626. border-width: 5px 5px 0;
  3627. border-bottom-width: 0;
  3628. }
  3629. .dropup .btn-lg .caret {
  3630. border-width: 0 5px 5px;
  3631. }
  3632. .btn-group-vertical > .btn,
  3633. .btn-group-vertical > .btn-group,
  3634. .btn-group-vertical > .btn-group > .btn {
  3635. display: block;
  3636. float: none;
  3637. width: 100%;
  3638. max-width: 100%;
  3639. }
  3640. .btn-group-vertical > .btn-group > .btn {
  3641. float: none;
  3642. }
  3643. .btn-group-vertical > .btn + .btn,
  3644. .btn-group-vertical > .btn + .btn-group,
  3645. .btn-group-vertical > .btn-group + .btn,
  3646. .btn-group-vertical > .btn-group + .btn-group {
  3647. margin-top: -1px;
  3648. margin-left: 0;
  3649. }
  3650. .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  3651. border-radius: 0;
  3652. }
  3653. .btn-group-vertical > .btn:first-child:not(:last-child) {
  3654. border-top-right-radius: 4px;
  3655. border-bottom-right-radius: 0;
  3656. border-bottom-left-radius: 0;
  3657. }
  3658. .btn-group-vertical > .btn:last-child:not(:first-child) {
  3659. border-bottom-left-radius: 4px;
  3660. border-top-right-radius: 0;
  3661. border-top-left-radius: 0;
  3662. }
  3663. .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  3664. border-radius: 0;
  3665. }
  3666. .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
  3667. .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  3668. border-bottom-right-radius: 0;
  3669. border-bottom-left-radius: 0;
  3670. }
  3671. .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  3672. border-top-right-radius: 0;
  3673. border-top-left-radius: 0;
  3674. }
  3675. .btn-group-justified {
  3676. display: table;
  3677. width: 100%;
  3678. table-layout: fixed;
  3679. border-collapse: separate;
  3680. }
  3681. .btn-group-justified > .btn,
  3682. .btn-group-justified > .btn-group {
  3683. float: none;
  3684. display: table-cell;
  3685. width: 1%;
  3686. }
  3687. .btn-group-justified > .btn-group .btn {
  3688. width: 100%;
  3689. }
  3690. .btn-group-justified > .btn-group .dropdown-menu {
  3691. left: auto;
  3692. }
  3693. [data-toggle="buttons"] > .btn input[type="radio"],
  3694. [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
  3695. [data-toggle="buttons"] > .btn input[type="checkbox"],
  3696. [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  3697. position: absolute;
  3698. clip: rect(0, 0, 0, 0);
  3699. pointer-events: none;
  3700. }
  3701. .input-group {
  3702. position: relative;
  3703. display: table;
  3704. border-collapse: separate;
  3705. }
  3706. .input-group[class*="col-"] {
  3707. float: none;
  3708. padding-left: 0;
  3709. padding-right: 0;
  3710. }
  3711. .input-group .form-control {
  3712. position: relative;
  3713. z-index: 2;
  3714. float: left;
  3715. width: 100%;
  3716. margin-bottom: 0;
  3717. }
  3718. .input-group-lg > .form-control,
  3719. .input-group-lg > .input-group-addon,
  3720. .input-group-lg > .input-group-btn > .btn {
  3721. height: 54px;
  3722. padding: 14px 16px;
  3723. font-size: 18px;
  3724. line-height: 1.3333333;
  3725. border-radius: 6px;
  3726. }
  3727. select.input-group-lg > .form-control,
  3728. select.input-group-lg > .input-group-addon,
  3729. select.input-group-lg > .input-group-btn > .btn {
  3730. height: 54px;
  3731. line-height: 54px;
  3732. }
  3733. textarea.input-group-lg > .form-control,
  3734. textarea.input-group-lg > .input-group-addon,
  3735. textarea.input-group-lg > .input-group-btn > .btn,
  3736. select[multiple].input-group-lg > .form-control,
  3737. select[multiple].input-group-lg > .input-group-addon,
  3738. select[multiple].input-group-lg > .input-group-btn > .btn {
  3739. height: auto;
  3740. }
  3741. .input-group-sm > .form-control,
  3742. .input-group-sm > .input-group-addon,
  3743. .input-group-sm > .input-group-btn > .btn {
  3744. height: 30px;
  3745. padding: 5px 10px;
  3746. font-size: 12px;
  3747. line-height: 1.5;
  3748. border-radius: 3px;
  3749. }
  3750. select.input-group-sm > .form-control,
  3751. select.input-group-sm > .input-group-addon,
  3752. select.input-group-sm > .input-group-btn > .btn {
  3753. height: 30px;
  3754. line-height: 30px;
  3755. }
  3756. textarea.input-group-sm > .form-control,
  3757. textarea.input-group-sm > .input-group-addon,
  3758. textarea.input-group-sm > .input-group-btn > .btn,
  3759. select[multiple].input-group-sm > .form-control,
  3760. select[multiple].input-group-sm > .input-group-addon,
  3761. select[multiple].input-group-sm > .input-group-btn > .btn {
  3762. height: auto;
  3763. }
  3764. .input-group-addon,
  3765. .input-group-btn,
  3766. .input-group .form-control {
  3767. display: table-cell;
  3768. }
  3769. .input-group-addon:not(:first-child):not(:last-child),
  3770. .input-group-btn:not(:first-child):not(:last-child),
  3771. .input-group .form-control:not(:first-child):not(:last-child) {
  3772. border-radius: 0;
  3773. }
  3774. .input-group-addon,
  3775. .input-group-btn {
  3776. width: 1%;
  3777. white-space: nowrap;
  3778. vertical-align: middle;
  3779. }
  3780. .input-group-addon {
  3781. padding: 8px 12px;
  3782. font-size: 14px;
  3783. font-weight: normal;
  3784. line-height: 1;
  3785. color: #888888;
  3786. text-align: center;
  3787. background-color: #adafae;
  3788. border: 1px solid #282828;
  3789. border-radius: 4px;
  3790. }
  3791. .input-group-addon.input-sm {
  3792. padding: 5px 10px;
  3793. font-size: 12px;
  3794. border-radius: 3px;
  3795. }
  3796. .input-group-addon.input-lg {
  3797. padding: 14px 16px;
  3798. font-size: 18px;
  3799. border-radius: 6px;
  3800. }
  3801. .input-group-addon input[type="radio"],
  3802. .input-group-addon input[type="checkbox"] {
  3803. margin-top: 0;
  3804. }
  3805. .input-group .form-control:first-child,
  3806. .input-group-addon:first-child,
  3807. .input-group-btn:first-child > .btn,
  3808. .input-group-btn:first-child > .btn-group > .btn,
  3809. .input-group-btn:first-child > .dropdown-toggle,
  3810. .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  3811. .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  3812. border-bottom-right-radius: 0;
  3813. border-top-right-radius: 0;
  3814. }
  3815. .input-group-addon:first-child {
  3816. border-right: 0;
  3817. }
  3818. .input-group .form-control:last-child,
  3819. .input-group-addon:last-child,
  3820. .input-group-btn:last-child > .btn,
  3821. .input-group-btn:last-child > .btn-group > .btn,
  3822. .input-group-btn:last-child > .dropdown-toggle,
  3823. .input-group-btn:first-child > .btn:not(:first-child),
  3824. .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  3825. border-bottom-left-radius: 0;
  3826. border-top-left-radius: 0;
  3827. }
  3828. .input-group-addon:last-child {
  3829. border-left: 0;
  3830. }
  3831. .input-group-btn {
  3832. position: relative;
  3833. font-size: 0;
  3834. white-space: nowrap;
  3835. }
  3836. .input-group-btn > .btn {
  3837. position: relative;
  3838. }
  3839. .input-group-btn > .btn + .btn {
  3840. margin-left: -1px;
  3841. }
  3842. .input-group-btn > .btn:hover,
  3843. .input-group-btn > .btn:focus,
  3844. .input-group-btn > .btn:active {
  3845. z-index: 2;
  3846. }
  3847. .input-group-btn:first-child > .btn,
  3848. .input-group-btn:first-child > .btn-group {
  3849. margin-right: -1px;
  3850. }
  3851. .input-group-btn:last-child > .btn,
  3852. .input-group-btn:last-child > .btn-group {
  3853. margin-left: -1px;
  3854. }
  3855. .nav {
  3856. margin-bottom: 0;
  3857. padding-left: 0;
  3858. list-style: none;
  3859. }
  3860. .nav > li {
  3861. position: relative;
  3862. display: block;
  3863. }
  3864. .nav > li > a {
  3865. position: relative;
  3866. display: block;
  3867. padding: 10px 15px;
  3868. }
  3869. .nav > li > a:hover,
  3870. .nav > li > a:focus {
  3871. text-decoration: none;
  3872. background-color: #222222;
  3873. }
  3874. .nav > li.disabled > a {
  3875. color: #888888;
  3876. }
  3877. .nav > li.disabled > a:hover,
  3878. .nav > li.disabled > a:focus {
  3879. color: #888888;
  3880. text-decoration: none;
  3881. background-color: transparent;
  3882. cursor: not-allowed;
  3883. }
  3884. .nav .open > a,
  3885. .nav .open > a:hover,
  3886. .nav .open > a:focus {
  3887. background-color: #222222;
  3888. border-color: #2a9fd6;
  3889. }
  3890. .nav .nav-divider {
  3891. height: 1px;
  3892. margin: 9px 0;
  3893. overflow: hidden;
  3894. background-color: #e5e5e5;
  3895. }
  3896. .nav > li > a > img {
  3897. max-width: none;
  3898. }
  3899. .nav-tabs {
  3900. border-bottom: 1px solid #282828;
  3901. }
  3902. .nav-tabs > li {
  3903. float: left;
  3904. margin-bottom: -1px;
  3905. }
  3906. .nav-tabs > li > a {
  3907. margin-right: 2px;
  3908. line-height: 1.42857143;
  3909. border: 1px solid transparent;
  3910. border-radius: 4px 4px 0 0;
  3911. }
  3912. .nav-tabs > li > a:hover {
  3913. border-color: transparent transparent #282828;
  3914. }
  3915. .nav-tabs > li.active > a,
  3916. .nav-tabs > li.active > a:hover,
  3917. .nav-tabs > li.active > a:focus {
  3918. color: #ffffff;
  3919. background-color: #2a9fd6;
  3920. border: 1px solid #282828;
  3921. border-bottom-color: transparent;
  3922. cursor: default;
  3923. }
  3924. .nav-tabs.nav-justified {
  3925. width: 100%;
  3926. border-bottom: 0;
  3927. }
  3928. .nav-tabs.nav-justified > li {
  3929. float: none;
  3930. }
  3931. .nav-tabs.nav-justified > li > a {
  3932. text-align: center;
  3933. margin-bottom: 5px;
  3934. }
  3935. .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  3936. top: auto;
  3937. left: auto;
  3938. }
  3939. @media (min-width: 768px) {
  3940. .nav-tabs.nav-justified > li {
  3941. display: table-cell;
  3942. width: 1%;
  3943. }
  3944. .nav-tabs.nav-justified > li > a {
  3945. margin-bottom: 0;
  3946. }
  3947. }
  3948. .nav-tabs.nav-justified > li > a {
  3949. margin-right: 0;
  3950. border-radius: 4px;
  3951. }
  3952. .nav-tabs.nav-justified > .active > a,
  3953. .nav-tabs.nav-justified > .active > a:hover,
  3954. .nav-tabs.nav-justified > .active > a:focus {
  3955. border: 1px solid #dddddd;
  3956. }
  3957. @media (min-width: 768px) {
  3958. .nav-tabs.nav-justified > li > a {
  3959. border-bottom: 1px solid #dddddd;
  3960. border-radius: 4px 4px 0 0;
  3961. }
  3962. .nav-tabs.nav-justified > .active > a,
  3963. .nav-tabs.nav-justified > .active > a:hover,
  3964. .nav-tabs.nav-justified > .active > a:focus {
  3965. border-bottom-color: #060606;
  3966. }
  3967. }
  3968. .nav-pills > li {
  3969. float: left;
  3970. }
  3971. .nav-pills > li > a {
  3972. border-radius: 4px;
  3973. }
  3974. .nav-pills > li + li {
  3975. margin-left: 2px;
  3976. }
  3977. .nav-pills > li.active > a,
  3978. .nav-pills > li.active > a:hover,
  3979. .nav-pills > li.active > a:focus {
  3980. color: #ffffff;
  3981. background-color: #2a9fd6;
  3982. }
  3983. .nav-stacked > li {
  3984. float: none;
  3985. }
  3986. .nav-stacked > li + li {
  3987. margin-top: 2px;
  3988. margin-left: 0;
  3989. }
  3990. .nav-justified {
  3991. width: 100%;
  3992. }
  3993. .nav-justified > li {
  3994. float: none;
  3995. }
  3996. .nav-justified > li > a {
  3997. text-align: center;
  3998. margin-bottom: 5px;
  3999. }
  4000. .nav-justified > .dropdown .dropdown-menu {
  4001. top: auto;
  4002. left: auto;
  4003. }
  4004. @media (min-width: 768px) {
  4005. .nav-justified > li {
  4006. display: table-cell;
  4007. width: 1%;
  4008. }
  4009. .nav-justified > li > a {
  4010. margin-bottom: 0;
  4011. }
  4012. }
  4013. .nav-tabs-justified {
  4014. border-bottom: 0;
  4015. }
  4016. .nav-tabs-justified > li > a {
  4017. margin-right: 0;
  4018. border-radius: 4px;
  4019. }
  4020. .nav-tabs-justified > .active > a,
  4021. .nav-tabs-justified > .active > a:hover,
  4022. .nav-tabs-justified > .active > a:focus {
  4023. border: 1px solid #dddddd;
  4024. }
  4025. @media (min-width: 768px) {
  4026. .nav-tabs-justified > li > a {
  4027. border-bottom: 1px solid #dddddd;
  4028. border-radius: 4px 4px 0 0;
  4029. }
  4030. .nav-tabs-justified > .active > a,
  4031. .nav-tabs-justified > .active > a:hover,
  4032. .nav-tabs-justified > .active > a:focus {
  4033. border-bottom-color: #060606;
  4034. }
  4035. }
  4036. .tab-content > .tab-pane {
  4037. display: none;
  4038. visibility: hidden;
  4039. }
  4040. .tab-content > .active {
  4041. display: block;
  4042. visibility: visible;
  4043. }
  4044. .nav-tabs .dropdown-menu {
  4045. margin-top: -1px;
  4046. border-top-right-radius: 0;
  4047. border-top-left-radius: 0;
  4048. }
  4049. .navbar {
  4050. position: relative;
  4051. min-height: 50px;
  4052. margin-bottom: 20px;
  4053. border: 1px solid transparent;
  4054. }
  4055. @media (min-width: 768px) {
  4056. .navbar {
  4057. border-radius: 4px;
  4058. }
  4059. }
  4060. @media (min-width: 768px) {
  4061. .navbar-header {
  4062. float: left;
  4063. }
  4064. }
  4065. .navbar-collapse {
  4066. overflow-x: visible;
  4067. padding-right: 15px;
  4068. padding-left: 15px;
  4069. border-top: 1px solid transparent;
  4070. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  4071. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  4072. -webkit-overflow-scrolling: touch;
  4073. }
  4074. .navbar-collapse.in {
  4075. overflow-y: auto;
  4076. }
  4077. @media (min-width: 768px) {
  4078. .navbar-collapse {
  4079. width: auto;
  4080. border-top: 0;
  4081. -webkit-box-shadow: none;
  4082. box-shadow: none;
  4083. }
  4084. .navbar-collapse.collapse {
  4085. display: block !important;
  4086. visibility: visible !important;
  4087. height: auto !important;
  4088. padding-bottom: 0;
  4089. overflow: visible !important;
  4090. }
  4091. .navbar-collapse.in {
  4092. overflow-y: visible;
  4093. }
  4094. .navbar-fixed-top .navbar-collapse,
  4095. .navbar-static-top .navbar-collapse,
  4096. .navbar-fixed-bottom .navbar-collapse {
  4097. padding-left: 0;
  4098. padding-right: 0;
  4099. }
  4100. }
  4101. .navbar-fixed-top .navbar-collapse,
  4102. .navbar-fixed-bottom .navbar-collapse {
  4103. max-height: 340px;
  4104. }
  4105. @media (max-device-width: 480px) and (orientation: landscape) {
  4106. .navbar-fixed-top .navbar-collapse,
  4107. .navbar-fixed-bottom .navbar-collapse {
  4108. max-height: 200px;
  4109. }
  4110. }
  4111. .container > .navbar-header,
  4112. .container-fluid > .navbar-header,
  4113. .container > .navbar-collapse,
  4114. .container-fluid > .navbar-collapse {
  4115. margin-right: -15px;
  4116. margin-left: -15px;
  4117. }
  4118. @media (min-width: 768px) {
  4119. .container > .navbar-header,
  4120. .container-fluid > .navbar-header,
  4121. .container > .navbar-collapse,
  4122. .container-fluid > .navbar-collapse {
  4123. margin-right: 0;
  4124. margin-left: 0;
  4125. }
  4126. }
  4127. .navbar-static-top {
  4128. z-index: 1000;
  4129. border-width: 0 0 1px;
  4130. }
  4131. @media (min-width: 768px) {
  4132. .navbar-static-top {
  4133. border-radius: 0;
  4134. }
  4135. }
  4136. .navbar-fixed-top,
  4137. .navbar-fixed-bottom {
  4138. position: fixed;
  4139. right: 0;
  4140. left: 0;
  4141. z-index: 1030;
  4142. }
  4143. @media (min-width: 768px) {
  4144. .navbar-fixed-top,
  4145. .navbar-fixed-bottom {
  4146. border-radius: 0;
  4147. }
  4148. }
  4149. .navbar-fixed-top {
  4150. top: 0;
  4151. border-width: 0 0 1px;
  4152. }
  4153. .navbar-fixed-bottom {
  4154. bottom: 0;
  4155. margin-bottom: 0;
  4156. border-width: 1px 0 0;
  4157. }
  4158. .navbar-brand {
  4159. float: left;
  4160. padding: 15px 15px;
  4161. font-size: 18px;
  4162. line-height: 20px;
  4163. height: 50px;
  4164. }
  4165. .navbar-brand:hover,
  4166. .navbar-brand:focus {
  4167. text-decoration: none;
  4168. }
  4169. .navbar-brand > img {
  4170. display: block;
  4171. }
  4172. @media (min-width: 768px) {
  4173. .navbar > .container .navbar-brand,
  4174. .navbar > .container-fluid .navbar-brand {
  4175. margin-left: -15px;
  4176. }
  4177. }
  4178. .navbar-toggle {
  4179. position: relative;
  4180. float: right;
  4181. margin-right: 15px;
  4182. padding: 9px 10px;
  4183. margin-top: 8px;
  4184. margin-bottom: 8px;
  4185. background-color: transparent;
  4186. background-image: none;
  4187. border: 1px solid transparent;
  4188. border-radius: 4px;
  4189. }
  4190. .navbar-toggle:focus {
  4191. outline: 0;
  4192. }
  4193. .navbar-toggle .icon-bar {
  4194. display: block;
  4195. width: 22px;
  4196. height: 2px;
  4197. border-radius: 1px;
  4198. }
  4199. .navbar-toggle .icon-bar + .icon-bar {
  4200. margin-top: 4px;
  4201. }
  4202. @media (min-width: 768px) {
  4203. .navbar-toggle {
  4204. display: none;
  4205. }
  4206. }
  4207. .navbar-nav {
  4208. margin: 7.5px -15px;
  4209. }
  4210. .navbar-nav > li > a {
  4211. padding-top: 10px;
  4212. padding-bottom: 10px;
  4213. line-height: 20px;
  4214. }
  4215. @media (max-width: 767px) {
  4216. .navbar-nav .open .dropdown-menu {
  4217. position: static;
  4218. float: none;
  4219. width: auto;
  4220. margin-top: 0;
  4221. background-color: transparent;
  4222. border: 0;
  4223. -webkit-box-shadow: none;
  4224. box-shadow: none;
  4225. }
  4226. .navbar-nav .open .dropdown-menu > li > a,
  4227. .navbar-nav .open .dropdown-menu .dropdown-header {
  4228. padding: 5px 15px 5px 25px;
  4229. }
  4230. .navbar-nav .open .dropdown-menu > li > a {
  4231. line-height: 20px;
  4232. }
  4233. .navbar-nav .open .dropdown-menu > li > a:hover,
  4234. .navbar-nav .open .dropdown-menu > li > a:focus {
  4235. background-image: none;
  4236. }
  4237. }
  4238. @media (min-width: 768px) {
  4239. .navbar-nav {
  4240. float: left;
  4241. margin: 0;
  4242. }
  4243. .navbar-nav > li {
  4244. float: left;
  4245. }
  4246. .navbar-nav > li > a {
  4247. padding-top: 15px;
  4248. padding-bottom: 15px;
  4249. }
  4250. }
  4251. .navbar-form {
  4252. margin-left: -15px;
  4253. margin-right: -15px;
  4254. padding: 10px 15px;
  4255. border-top: 1px solid transparent;
  4256. border-bottom: 1px solid transparent;
  4257. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  4258. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  4259. margin-top: 6px;
  4260. margin-bottom: 6px;
  4261. }
  4262. @media (min-width: 768px) {
  4263. .navbar-form .form-group {
  4264. display: inline-block;
  4265. margin-bottom: 0;
  4266. vertical-align: middle;
  4267. }
  4268. .navbar-form .form-control {
  4269. display: inline-block;
  4270. width: auto;
  4271. vertical-align: middle;
  4272. }
  4273. .navbar-form .form-control-static {
  4274. display: inline-block;
  4275. }
  4276. .navbar-form .input-group {
  4277. display: inline-table;
  4278. vertical-align: middle;
  4279. }
  4280. .navbar-form .input-group .input-group-addon,
  4281. .navbar-form .input-group .input-group-btn,
  4282. .navbar-form .input-group .form-control {
  4283. width: auto;
  4284. }
  4285. .navbar-form .input-group > .form-control {
  4286. width: 100%;
  4287. }
  4288. .navbar-form .control-label {
  4289. margin-bottom: 0;
  4290. vertical-align: middle;
  4291. }
  4292. .navbar-form .radio,
  4293. .navbar-form .checkbox {
  4294. display: inline-block;
  4295. margin-top: 0;
  4296. margin-bottom: 0;
  4297. vertical-align: middle;
  4298. }
  4299. .navbar-form .radio label,
  4300. .navbar-form .checkbox label {
  4301. padding-left: 0;
  4302. }
  4303. .navbar-form .radio input[type="radio"],
  4304. .navbar-form .checkbox input[type="checkbox"] {
  4305. position: relative;
  4306. margin-left: 0;
  4307. }
  4308. .navbar-form .has-feedback .form-control-feedback {
  4309. top: 0;
  4310. }
  4311. }
  4312. @media (max-width: 767px) {
  4313. .navbar-form .form-group {
  4314. margin-bottom: 5px;
  4315. }
  4316. .navbar-form .form-group:last-child {
  4317. margin-bottom: 0;
  4318. }
  4319. }
  4320. @media (min-width: 768px) {
  4321. .navbar-form {
  4322. width: auto;
  4323. border: 0;
  4324. margin-left: 0;
  4325. margin-right: 0;
  4326. padding-top: 0;
  4327. padding-bottom: 0;
  4328. -webkit-box-shadow: none;
  4329. box-shadow: none;
  4330. }
  4331. }
  4332. .navbar-nav > li > .dropdown-menu {
  4333. margin-top: 0;
  4334. border-top-right-radius: 0;
  4335. border-top-left-radius: 0;
  4336. }
  4337. .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  4338. margin-bottom: 0;
  4339. border-top-right-radius: 4px;
  4340. border-top-left-radius: 4px;
  4341. border-bottom-right-radius: 0;
  4342. border-bottom-left-radius: 0;
  4343. }
  4344. .navbar-btn {
  4345. margin-top: 6px;
  4346. margin-bottom: 6px;
  4347. }
  4348. .navbar-btn.btn-sm {
  4349. margin-top: 10px;
  4350. margin-bottom: 10px;
  4351. }
  4352. .navbar-btn.btn-xs {
  4353. margin-top: 14px;
  4354. margin-bottom: 14px;
  4355. }
  4356. .navbar-text {
  4357. margin-top: 15px;
  4358. margin-bottom: 15px;
  4359. }
  4360. @media (min-width: 768px) {
  4361. .navbar-text {
  4362. float: left;
  4363. margin-left: 15px;
  4364. margin-right: 15px;
  4365. }
  4366. }
  4367. @media (min-width: 768px) {
  4368. .navbar-left {
  4369. float: left !important;
  4370. }
  4371. .navbar-right {
  4372. float: right !important;
  4373. margin-right: -15px;
  4374. }
  4375. .navbar-right ~ .navbar-right {
  4376. margin-right: 0;
  4377. }
  4378. }
  4379. .navbar-default {
  4380. background-color: #060606;
  4381. border-color: #282828;
  4382. }
  4383. .navbar-default .navbar-brand {
  4384. color: #ffffff;
  4385. }
  4386. .navbar-default .navbar-brand:hover,
  4387. .navbar-default .navbar-brand:focus {
  4388. color: #ffffff;
  4389. background-color: transparent;
  4390. }
  4391. .navbar-default .navbar-text {
  4392. color: #888888;
  4393. }
  4394. .navbar-default .navbar-nav > li > a {
  4395. color: #888888;
  4396. }
  4397. .navbar-default .navbar-nav > li > a:hover,
  4398. .navbar-default .navbar-nav > li > a:focus {
  4399. color: #ffffff;
  4400. background-color: transparent;
  4401. }
  4402. .navbar-default .navbar-nav > .active > a,
  4403. .navbar-default .navbar-nav > .active > a:hover,
  4404. .navbar-default .navbar-nav > .active > a:focus {
  4405. color: #ffffff;
  4406. background-color: transparent;
  4407. }
  4408. .navbar-default .navbar-nav > .disabled > a,
  4409. .navbar-default .navbar-nav > .disabled > a:hover,
  4410. .navbar-default .navbar-nav > .disabled > a:focus {
  4411. color: #888888;
  4412. background-color: transparent;
  4413. }
  4414. .navbar-default .navbar-toggle {
  4415. border-color: #282828;
  4416. }
  4417. .navbar-default .navbar-toggle:hover,
  4418. .navbar-default .navbar-toggle:focus {
  4419. background-color: #282828;
  4420. }
  4421. .navbar-default .navbar-toggle .icon-bar {
  4422. background-color: #cccccc;
  4423. }
  4424. .navbar-default .navbar-collapse,
  4425. .navbar-default .navbar-form {
  4426. border-color: #282828;
  4427. }
  4428. .navbar-default .navbar-nav > .open > a,
  4429. .navbar-default .navbar-nav > .open > a:hover,
  4430. .navbar-default .navbar-nav > .open > a:focus {
  4431. background-color: transparent;
  4432. color: #ffffff;
  4433. }
  4434. @media (max-width: 767px) {
  4435. .navbar-default .navbar-nav .open .dropdown-menu > li > a {
  4436. color: #888888;
  4437. }
  4438. .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  4439. .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  4440. color: #ffffff;
  4441. background-color: transparent;
  4442. }
  4443. .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  4444. .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  4445. .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  4446. color: #ffffff;
  4447. background-color: transparent;
  4448. }
  4449. .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  4450. .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  4451. .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  4452. color: #888888;
  4453. background-color: transparent;
  4454. }
  4455. }
  4456. .navbar-default .navbar-link {
  4457. color: #888888;
  4458. }
  4459. .navbar-default .navbar-link:hover {
  4460. color: #ffffff;
  4461. }
  4462. .navbar-default .btn-link {
  4463. color: #888888;
  4464. }
  4465. .navbar-default .btn-link:hover,
  4466. .navbar-default .btn-link:focus {
  4467. color: #ffffff;
  4468. }
  4469. .navbar-default .btn-link[disabled]:hover,
  4470. fieldset[disabled] .navbar-default .btn-link:hover,
  4471. .navbar-default .btn-link[disabled]:focus,
  4472. fieldset[disabled] .navbar-default .btn-link:focus {
  4473. color: #888888;
  4474. }
  4475. .navbar-inverse {
  4476. background-color: #222222;
  4477. border-color: #080808;
  4478. }
  4479. .navbar-inverse .navbar-brand {
  4480. color: #ffffff;
  4481. }
  4482. .navbar-inverse .navbar-brand:hover,
  4483. .navbar-inverse .navbar-brand:focus {
  4484. color: #ffffff;
  4485. background-color: transparent;
  4486. }
  4487. .navbar-inverse .navbar-text {
  4488. color: #888888;
  4489. }
  4490. .navbar-inverse .navbar-nav > li > a {
  4491. color: #888888;
  4492. }
  4493. .navbar-inverse .navbar-nav > li > a:hover,
  4494. .navbar-inverse .navbar-nav > li > a:focus {
  4495. color: #ffffff;
  4496. background-color: transparent;
  4497. }
  4498. .navbar-inverse .navbar-nav > .active > a,
  4499. .navbar-inverse .navbar-nav > .active > a:hover,
  4500. .navbar-inverse .navbar-nav > .active > a:focus {
  4501. color: #ffffff;
  4502. background-color: transparent;
  4503. }
  4504. .navbar-inverse .navbar-nav > .disabled > a,
  4505. .navbar-inverse .navbar-nav > .disabled > a:hover,
  4506. .navbar-inverse .navbar-nav > .disabled > a:focus {
  4507. color: #aaaaaa;
  4508. background-color: transparent;
  4509. }
  4510. .navbar-inverse .navbar-toggle {
  4511. border-color: #333333;
  4512. }
  4513. .navbar-inverse .navbar-toggle:hover,
  4514. .navbar-inverse .navbar-toggle:focus {
  4515. background-color: #333333;
  4516. }
  4517. .navbar-inverse .navbar-toggle .icon-bar {
  4518. background-color: #ffffff;
  4519. }
  4520. .navbar-inverse .navbar-collapse,
  4521. .navbar-inverse .navbar-form {
  4522. border-color: #101010;
  4523. }
  4524. .navbar-inverse .navbar-nav > .open > a,
  4525. .navbar-inverse .navbar-nav > .open > a:hover,
  4526. .navbar-inverse .navbar-nav > .open > a:focus {
  4527. background-color: transparent;
  4528. color: #ffffff;
  4529. }
  4530. @media (max-width: 767px) {
  4531. .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
  4532. border-color: #080808;
  4533. }
  4534. .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
  4535. background-color: #080808;
  4536. }
  4537. .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  4538. color: #888888;
  4539. }
  4540. .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  4541. .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
  4542. color: #ffffff;
  4543. background-color: transparent;
  4544. }
  4545. .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  4546. .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  4547. .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
  4548. color: #ffffff;
  4549. background-color: transparent;
  4550. }
  4551. .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  4552. .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  4553. .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  4554. color: #aaaaaa;
  4555. background-color: transparent;
  4556. }
  4557. }
  4558. .navbar-inverse .navbar-link {
  4559. color: #888888;
  4560. }
  4561. .navbar-inverse .navbar-link:hover {
  4562. color: #ffffff;
  4563. }
  4564. .navbar-inverse .btn-link {
  4565. color: #888888;
  4566. }
  4567. .navbar-inverse .btn-link:hover,
  4568. .navbar-inverse .btn-link:focus {
  4569. color: #ffffff;
  4570. }
  4571. .navbar-inverse .btn-link[disabled]:hover,
  4572. fieldset[disabled] .navbar-inverse .btn-link:hover,
  4573. .navbar-inverse .btn-link[disabled]:focus,
  4574. fieldset[disabled] .navbar-inverse .btn-link:focus {
  4575. color: #aaaaaa;
  4576. }
  4577. .breadcrumb {
  4578. padding: 8px 15px;
  4579. margin-bottom: 20px;
  4580. list-style: none;
  4581. background-color: #222222;
  4582. border-radius: 4px;
  4583. }
  4584. .breadcrumb > li {
  4585. display: inline-block;
  4586. }
  4587. .breadcrumb > li + li:before {
  4588. content: "/\00a0";
  4589. padding: 0 5px;
  4590. color: #ffffff;
  4591. }
  4592. .breadcrumb > .active {
  4593. color: #888888;
  4594. }
  4595. .pagination {
  4596. display: inline-block;
  4597. padding-left: 0;
  4598. margin: 20px 0;
  4599. border-radius: 4px;
  4600. }
  4601. .pagination > li {
  4602. display: inline;
  4603. }
  4604. .pagination > li > a,
  4605. .pagination > li > span {
  4606. position: relative;
  4607. float: left;
  4608. padding: 8px 12px;
  4609. line-height: 1.42857143;
  4610. text-decoration: none;
  4611. color: #ffffff;
  4612. background-color: #222222;
  4613. border: 1px solid #282828;
  4614. margin-left: -1px;
  4615. }
  4616. .pagination > li:first-child > a,
  4617. .pagination > li:first-child > span {
  4618. margin-left: 0;
  4619. border-bottom-left-radius: 4px;
  4620. border-top-left-radius: 4px;
  4621. }
  4622. .pagination > li:last-child > a,
  4623. .pagination > li:last-child > span {
  4624. border-bottom-right-radius: 4px;
  4625. border-top-right-radius: 4px;
  4626. }
  4627. .pagination > li > a:hover,
  4628. .pagination > li > span:hover,
  4629. .pagination > li > a:focus,
  4630. .pagination > li > span:focus {
  4631. color: #ffffff;
  4632. background-color: #2a9fd6;
  4633. border-color: transparent;
  4634. }
  4635. .pagination > .active > a,
  4636. .pagination > .active > span,
  4637. .pagination > .active > a:hover,
  4638. .pagination > .active > span:hover,
  4639. .pagination > .active > a:focus,
  4640. .pagination > .active > span:focus {
  4641. z-index: 2;
  4642. color: #ffffff;
  4643. background-color: #2a9fd6;
  4644. border-color: transparent;
  4645. cursor: default;
  4646. }
  4647. .pagination > .disabled > span,
  4648. .pagination > .disabled > span:hover,
  4649. .pagination > .disabled > span:focus,
  4650. .pagination > .disabled > a,
  4651. .pagination > .disabled > a:hover,
  4652. .pagination > .disabled > a:focus {
  4653. color: #888888;
  4654. background-color: #222222;
  4655. border-color: #282828;
  4656. cursor: not-allowed;
  4657. }
  4658. .pagination-lg > li > a,
  4659. .pagination-lg > li > span {
  4660. padding: 14px 16px;
  4661. font-size: 18px;
  4662. }
  4663. .pagination-lg > li:first-child > a,
  4664. .pagination-lg > li:first-child > span {
  4665. border-bottom-left-radius: 6px;
  4666. border-top-left-radius: 6px;
  4667. }
  4668. .pagination-lg > li:last-child > a,
  4669. .pagination-lg > li:last-child > span {
  4670. border-bottom-right-radius: 6px;
  4671. border-top-right-radius: 6px;
  4672. }
  4673. .pagination-sm > li > a,
  4674. .pagination-sm > li > span {
  4675. padding: 5px 10px;
  4676. font-size: 12px;
  4677. }
  4678. .pagination-sm > li:first-child > a,
  4679. .pagination-sm > li:first-child > span {
  4680. border-bottom-left-radius: 3px;
  4681. border-top-left-radius: 3px;
  4682. }
  4683. .pagination-sm > li:last-child > a,
  4684. .pagination-sm > li:last-child > span {
  4685. border-bottom-right-radius: 3px;
  4686. border-top-right-radius: 3px;
  4687. }
  4688. .pager {
  4689. padding-left: 0;
  4690. margin: 20px 0;
  4691. list-style: none;
  4692. text-align: center;
  4693. }
  4694. .pager li {
  4695. display: inline;
  4696. }
  4697. .pager li > a,
  4698. .pager li > span {
  4699. display: inline-block;
  4700. padding: 5px 14px;
  4701. background-color: #222222;
  4702. border: 1px solid #282828;
  4703. border-radius: 15px;
  4704. }
  4705. .pager li > a:hover,
  4706. .pager li > a:focus {
  4707. text-decoration: none;
  4708. background-color: #2a9fd6;
  4709. }
  4710. .pager .next > a,
  4711. .pager .next > span {
  4712. float: right;
  4713. }
  4714. .pager .previous > a,
  4715. .pager .previous > span {
  4716. float: left;
  4717. }
  4718. .pager .disabled > a,
  4719. .pager .disabled > a:hover,
  4720. .pager .disabled > a:focus,
  4721. .pager .disabled > span {
  4722. color: #888888;
  4723. background-color: #222222;
  4724. cursor: not-allowed;
  4725. }
  4726. .label {
  4727. display: inline;
  4728. padding: .2em .6em .3em;
  4729. font-size: 75%;
  4730. font-weight: bold;
  4731. line-height: 1;
  4732. color: #ffffff;
  4733. text-align: center;
  4734. white-space: nowrap;
  4735. vertical-align: baseline;
  4736. border-radius: .25em;
  4737. }
  4738. a.label:hover,
  4739. a.label:focus {
  4740. color: #ffffff;
  4741. text-decoration: none;
  4742. cursor: pointer;
  4743. }
  4744. .label:empty {
  4745. display: none;
  4746. }
  4747. .btn .label {
  4748. position: relative;
  4749. top: -1px;
  4750. }
  4751. .label-default {
  4752. background-color: #424242;
  4753. }
  4754. .label-default[href]:hover,
  4755. .label-default[href]:focus {
  4756. background-color: #282828;
  4757. }
  4758. .label-primary {
  4759. background-color: #2a9fd6;
  4760. }
  4761. .label-primary[href]:hover,
  4762. .label-primary[href]:focus {
  4763. background-color: #2180ac;
  4764. }
  4765. .label-success {
  4766. background-color: #77b300;
  4767. }
  4768. .label-success[href]:hover,
  4769. .label-success[href]:focus {
  4770. background-color: #558000;
  4771. }
  4772. .label-info {
  4773. background-color: #9933cc;
  4774. }
  4775. .label-info[href]:hover,
  4776. .label-info[href]:focus {
  4777. background-color: #7a29a3;
  4778. }
  4779. .label-warning {
  4780. background-color: #ff8800;
  4781. }
  4782. .label-warning[href]:hover,
  4783. .label-warning[href]:focus {
  4784. background-color: #cc6d00;
  4785. }
  4786. .label-danger {
  4787. background-color: #cc0000;
  4788. }
  4789. .label-danger[href]:hover,
  4790. .label-danger[href]:focus {
  4791. background-color: #990000;
  4792. }
  4793. .badge {
  4794. display: inline-block;
  4795. min-width: 10px;
  4796. padding: 3px 7px;
  4797. font-size: 12px;
  4798. font-weight: bold;
  4799. color: #ffffff;
  4800. line-height: 1;
  4801. vertical-align: baseline;
  4802. white-space: nowrap;
  4803. text-align: center;
  4804. background-color: #2a9fd6;
  4805. border-radius: 10px;
  4806. }
  4807. .badge:empty {
  4808. display: none;
  4809. }
  4810. .btn .badge {
  4811. position: relative;
  4812. top: -1px;
  4813. }
  4814. .btn-xs .badge {
  4815. top: 0;
  4816. padding: 1px 5px;
  4817. }
  4818. a.badge:hover,
  4819. a.badge:focus {
  4820. color: #ffffff;
  4821. text-decoration: none;
  4822. cursor: pointer;
  4823. }
  4824. .list-group-item.active > .badge,
  4825. .nav-pills > .active > a > .badge {
  4826. color: #2a9fd6;
  4827. background-color: #ffffff;
  4828. }
  4829. .list-group-item > .badge {
  4830. float: right;
  4831. }
  4832. .list-group-item > .badge + .badge {
  4833. margin-right: 5px;
  4834. }
  4835. .nav-pills > li > a > .badge {
  4836. margin-left: 3px;
  4837. }
  4838. .jumbotron {
  4839. padding: 30px 15px;
  4840. margin-bottom: 30px;
  4841. color: inherit;
  4842. background-color: #151515;
  4843. }
  4844. .jumbotron h1,
  4845. .jumbotron .h1 {
  4846. color: inherit;
  4847. }
  4848. .jumbotron p {
  4849. margin-bottom: 15px;
  4850. font-size: 21px;
  4851. font-weight: 200;
  4852. }
  4853. .jumbotron > hr {
  4854. border-top-color: #000000;
  4855. }
  4856. .container .jumbotron,
  4857. .container-fluid .jumbotron {
  4858. border-radius: 6px;
  4859. }
  4860. .jumbotron .container {
  4861. max-width: 100%;
  4862. }
  4863. @media screen and (min-width: 768px) {
  4864. .jumbotron {
  4865. padding: 48px 0;
  4866. }
  4867. .container .jumbotron,
  4868. .container-fluid .jumbotron {
  4869. padding-left: 60px;
  4870. padding-right: 60px;
  4871. }
  4872. .jumbotron h1,
  4873. .jumbotron .h1 {
  4874. font-size: 63px;
  4875. }
  4876. }
  4877. .thumbnail {
  4878. display: block;
  4879. padding: 4px;
  4880. margin-bottom: 20px;
  4881. line-height: 1.42857143;
  4882. background-color: #282828;
  4883. border: 1px solid #282828;
  4884. border-radius: 4px;
  4885. -webkit-transition: border 0.2s ease-in-out;
  4886. -o-transition: border 0.2s ease-in-out;
  4887. transition: border 0.2s ease-in-out;
  4888. }
  4889. .thumbnail > img,
  4890. .thumbnail a > img {
  4891. margin-left: auto;
  4892. margin-right: auto;
  4893. }
  4894. a.thumbnail:hover,
  4895. a.thumbnail:focus,
  4896. a.thumbnail.active {
  4897. border-color: #2a9fd6;
  4898. }
  4899. .thumbnail .caption {
  4900. padding: 9px;
  4901. color: #888888;
  4902. }
  4903. .alert {
  4904. padding: 15px;
  4905. margin-bottom: 20px;
  4906. border: 1px solid transparent;
  4907. border-radius: 4px;
  4908. }
  4909. .alert h4 {
  4910. margin-top: 0;
  4911. color: inherit;
  4912. }
  4913. .alert .alert-link {
  4914. font-weight: bold;
  4915. }
  4916. .alert > p,
  4917. .alert > ul {
  4918. margin-bottom: 0;
  4919. }
  4920. .alert > p + p {
  4921. margin-top: 5px;
  4922. }
  4923. .alert-dismissable,
  4924. .alert-dismissible {
  4925. padding-right: 35px;
  4926. }
  4927. .alert-dismissable .close,
  4928. .alert-dismissible .close {
  4929. position: relative;
  4930. top: -2px;
  4931. right: -21px;
  4932. color: inherit;
  4933. }
  4934. .alert-success {
  4935. background-color: #77b300;
  4936. border-color: #809a00;
  4937. color: #ffffff;
  4938. }
  4939. .alert-success hr {
  4940. border-top-color: #6a8000;
  4941. }
  4942. .alert-success .alert-link {
  4943. color: #e6e6e6;
  4944. }
  4945. .alert-info {
  4946. background-color: #9933cc;
  4947. border-color: #6e2caf;
  4948. color: #ffffff;
  4949. }
  4950. .alert-info hr {
  4951. border-top-color: #61279b;
  4952. }
  4953. .alert-info .alert-link {
  4954. color: #e6e6e6;
  4955. }
  4956. .alert-warning {
  4957. background-color: #ff8800;
  4958. border-color: #f05800;
  4959. color: #ffffff;
  4960. }
  4961. .alert-warning hr {
  4962. border-top-color: #d64f00;
  4963. }
  4964. .alert-warning .alert-link {
  4965. color: #e6e6e6;
  4966. }
  4967. .alert-danger {
  4968. background-color: #cc0000;
  4969. border-color: #bd001f;
  4970. color: #ffffff;
  4971. }
  4972. .alert-danger hr {
  4973. border-top-color: #a3001b;
  4974. }
  4975. .alert-danger .alert-link {
  4976. color: #e6e6e6;
  4977. }
  4978. @-webkit-keyframes progress-bar-stripes {
  4979. from {
  4980. background-position: 40px 0;
  4981. }
  4982. to {
  4983. background-position: 0 0;
  4984. }
  4985. }
  4986. @-o-keyframes progress-bar-stripes {
  4987. from {
  4988. background-position: 40px 0;
  4989. }
  4990. to {
  4991. background-position: 0 0;
  4992. }
  4993. }
  4994. @keyframes progress-bar-stripes {
  4995. from {
  4996. background-position: 40px 0;
  4997. }
  4998. to {
  4999. background-position: 0 0;
  5000. }
  5001. }
  5002. .progress {
  5003. overflow: hidden;
  5004. height: 20px;
  5005. margin-bottom: 20px;
  5006. background-color: #222222;
  5007. border-radius: 4px;
  5008. -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  5009. box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  5010. }
  5011. .progress-bar {
  5012. float: left;
  5013. width: 0%;
  5014. height: 100%;
  5015. font-size: 12px;
  5016. line-height: 20px;
  5017. color: #ffffff;
  5018. text-align: center;
  5019. background-color: #2a9fd6;
  5020. -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  5021. box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  5022. -webkit-transition: width 0.6s ease;
  5023. -o-transition: width 0.6s ease;
  5024. transition: width 0.6s ease;
  5025. }
  5026. .progress-striped .progress-bar,
  5027. .progress-bar-striped {
  5028. 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);
  5029. 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);
  5030. 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);
  5031. -webkit-background-size: 40px 40px;
  5032. background-size: 40px 40px;
  5033. }
  5034. .progress.active .progress-bar,
  5035. .progress-bar.active {
  5036. -webkit-animation: progress-bar-stripes 2s linear infinite;
  5037. -o-animation: progress-bar-stripes 2s linear infinite;
  5038. animation: progress-bar-stripes 2s linear infinite;
  5039. }
  5040. .progress-bar-success {
  5041. background-color: #77b300;
  5042. }
  5043. .progress-striped .progress-bar-success {
  5044. 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);
  5045. 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);
  5046. 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);
  5047. }
  5048. .progress-bar-info {
  5049. background-color: #9933cc;
  5050. }
  5051. .progress-striped .progress-bar-info {
  5052. 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);
  5053. 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);
  5054. 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);
  5055. }
  5056. .progress-bar-warning {
  5057. background-color: #ff8800;
  5058. }
  5059. .progress-striped .progress-bar-warning {
  5060. 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);
  5061. 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);
  5062. 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);
  5063. }
  5064. .progress-bar-danger {
  5065. background-color: #cc0000;
  5066. }
  5067. .progress-striped .progress-bar-danger {
  5068. 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);
  5069. 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);
  5070. 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);
  5071. }
  5072. .media {
  5073. margin-top: 15px;
  5074. }
  5075. .media:first-child {
  5076. margin-top: 0;
  5077. }
  5078. .media,
  5079. .media-body {
  5080. zoom: 1;
  5081. overflow: hidden;
  5082. }
  5083. .media-body {
  5084. width: 10000px;
  5085. }
  5086. .media-object {
  5087. display: block;
  5088. }
  5089. .media-right,
  5090. .media > .pull-right {
  5091. padding-left: 10px;
  5092. }
  5093. .media-left,
  5094. .media > .pull-left {
  5095. padding-right: 10px;
  5096. }
  5097. .media-left,
  5098. .media-right,
  5099. .media-body {
  5100. display: table-cell;
  5101. vertical-align: top;
  5102. }
  5103. .media-middle {
  5104. vertical-align: middle;
  5105. }
  5106. .media-bottom {
  5107. vertical-align: bottom;
  5108. }
  5109. .media-heading {
  5110. margin-top: 0;
  5111. margin-bottom: 5px;
  5112. }
  5113. .media-list {
  5114. padding-left: 0;
  5115. list-style: none;
  5116. }
  5117. .list-group {
  5118. margin-bottom: 20px;
  5119. padding-left: 0;
  5120. }
  5121. .list-group-item {
  5122. position: relative;
  5123. display: block;
  5124. padding: 10px 15px;
  5125. margin-bottom: -1px;
  5126. background-color: #222222;
  5127. border: 1px solid #282828;
  5128. }
  5129. .list-group-item:first-child {
  5130. border-top-right-radius: 4px;
  5131. border-top-left-radius: 4px;
  5132. }
  5133. .list-group-item:last-child {
  5134. margin-bottom: 0;
  5135. border-bottom-right-radius: 4px;
  5136. border-bottom-left-radius: 4px;
  5137. }
  5138. a.list-group-item {
  5139. color: #888888;
  5140. }
  5141. a.list-group-item .list-group-item-heading {
  5142. color: #ffffff;
  5143. }
  5144. a.list-group-item:hover,
  5145. a.list-group-item:focus {
  5146. text-decoration: none;
  5147. color: #888888;
  5148. background-color: #484848;
  5149. }
  5150. .list-group-item.disabled,
  5151. .list-group-item.disabled:hover,
  5152. .list-group-item.disabled:focus {
  5153. background-color: #adafae;
  5154. color: #888888;
  5155. cursor: not-allowed;
  5156. }
  5157. .list-group-item.disabled .list-group-item-heading,
  5158. .list-group-item.disabled:hover .list-group-item-heading,
  5159. .list-group-item.disabled:focus .list-group-item-heading {
  5160. color: inherit;
  5161. }
  5162. .list-group-item.disabled .list-group-item-text,
  5163. .list-group-item.disabled:hover .list-group-item-text,
  5164. .list-group-item.disabled:focus .list-group-item-text {
  5165. color: #888888;
  5166. }
  5167. .list-group-item.active,
  5168. .list-group-item.active:hover,
  5169. .list-group-item.active:focus {
  5170. z-index: 2;
  5171. color: #ffffff;
  5172. background-color: #2a9fd6;
  5173. border-color: #2a9fd6;
  5174. }
  5175. .list-group-item.active .list-group-item-heading,
  5176. .list-group-item.active:hover .list-group-item-heading,
  5177. .list-group-item.active:focus .list-group-item-heading,
  5178. .list-group-item.active .list-group-item-heading > small,
  5179. .list-group-item.active:hover .list-group-item-heading > small,
  5180. .list-group-item.active:focus .list-group-item-heading > small,
  5181. .list-group-item.active .list-group-item-heading > .small,
  5182. .list-group-item.active:hover .list-group-item-heading > .small,
  5183. .list-group-item.active:focus .list-group-item-heading > .small {
  5184. color: inherit;
  5185. }
  5186. .list-group-item.active .list-group-item-text,
  5187. .list-group-item.active:hover .list-group-item-text,
  5188. .list-group-item.active:focus .list-group-item-text {
  5189. color: #d5ecf7;
  5190. }
  5191. .list-group-item-success {
  5192. color: #ffffff;
  5193. background-color: #77b300;
  5194. }
  5195. a.list-group-item-success {
  5196. color: #ffffff;
  5197. }
  5198. a.list-group-item-success .list-group-item-heading {
  5199. color: inherit;
  5200. }
  5201. a.list-group-item-success:hover,
  5202. a.list-group-item-success:focus {
  5203. color: #ffffff;
  5204. background-color: #669a00;
  5205. }
  5206. a.list-group-item-success.active,
  5207. a.list-group-item-success.active:hover,
  5208. a.list-group-item-success.active:focus {
  5209. color: #fff;
  5210. background-color: #ffffff;
  5211. border-color: #ffffff;
  5212. }
  5213. .list-group-item-info {
  5214. color: #ffffff;
  5215. background-color: #9933cc;
  5216. }
  5217. a.list-group-item-info {
  5218. color: #ffffff;
  5219. }
  5220. a.list-group-item-info .list-group-item-heading {
  5221. color: inherit;
  5222. }
  5223. a.list-group-item-info:hover,
  5224. a.list-group-item-info:focus {
  5225. color: #ffffff;
  5226. background-color: #8a2eb8;
  5227. }
  5228. a.list-group-item-info.active,
  5229. a.list-group-item-info.active:hover,
  5230. a.list-group-item-info.active:focus {
  5231. color: #fff;
  5232. background-color: #ffffff;
  5233. border-color: #ffffff;
  5234. }
  5235. .list-group-item-warning {
  5236. color: #ffffff;
  5237. background-color: #ff8800;
  5238. }
  5239. a.list-group-item-warning {
  5240. color: #ffffff;
  5241. }
  5242. a.list-group-item-warning .list-group-item-heading {
  5243. color: inherit;
  5244. }
  5245. a.list-group-item-warning:hover,
  5246. a.list-group-item-warning:focus {
  5247. color: #ffffff;
  5248. background-color: #e67a00;
  5249. }
  5250. a.list-group-item-warning.active,
  5251. a.list-group-item-warning.active:hover,
  5252. a.list-group-item-warning.active:focus {
  5253. color: #fff;
  5254. background-color: #ffffff;
  5255. border-color: #ffffff;
  5256. }
  5257. .list-group-item-danger {
  5258. color: #ffffff;
  5259. background-color: #cc0000;
  5260. }
  5261. a.list-group-item-danger {
  5262. color: #ffffff;
  5263. }
  5264. a.list-group-item-danger .list-group-item-heading {
  5265. color: inherit;
  5266. }
  5267. a.list-group-item-danger:hover,
  5268. a.list-group-item-danger:focus {
  5269. color: #ffffff;
  5270. background-color: #b30000;
  5271. }
  5272. a.list-group-item-danger.active,
  5273. a.list-group-item-danger.active:hover,
  5274. a.list-group-item-danger.active:focus {
  5275. color: #fff;
  5276. background-color: #ffffff;
  5277. border-color: #ffffff;
  5278. }
  5279. .list-group-item-heading {
  5280. margin-top: 0;
  5281. margin-bottom: 5px;
  5282. }
  5283. .list-group-item-text {
  5284. margin-bottom: 0;
  5285. line-height: 1.3;
  5286. }
  5287. .panel {
  5288. margin-bottom: 20px;
  5289. background-color: #222222;
  5290. border: 1px solid transparent;
  5291. border-radius: 4px;
  5292. -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  5293. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  5294. }
  5295. .panel-body {
  5296. padding: 15px;
  5297. }
  5298. .panel-heading {
  5299. padding: 10px 15px;
  5300. border-bottom: 1px solid transparent;
  5301. border-top-right-radius: 3px;
  5302. border-top-left-radius: 3px;
  5303. }
  5304. .panel-heading > .dropdown .dropdown-toggle {
  5305. color: inherit;
  5306. }
  5307. .panel-title {
  5308. margin-top: 0;
  5309. margin-bottom: 0;
  5310. font-size: 16px;
  5311. color: inherit;
  5312. }
  5313. .panel-title > a,
  5314. .panel-title > small,
  5315. .panel-title > .small,
  5316. .panel-title > small > a,
  5317. .panel-title > .small > a {
  5318. color: inherit;
  5319. }
  5320. .panel-footer {
  5321. padding: 10px 15px;
  5322. background-color: #3c3c3c;
  5323. border-top: 1px solid #282828;
  5324. border-bottom-right-radius: 3px;
  5325. border-bottom-left-radius: 3px;
  5326. }
  5327. .panel > .list-group,
  5328. .panel > .panel-collapse > .list-group {
  5329. margin-bottom: 0;
  5330. }
  5331. .panel > .list-group .list-group-item,
  5332. .panel > .panel-collapse > .list-group .list-group-item {
  5333. border-width: 1px 0;
  5334. border-radius: 0;
  5335. }
  5336. .panel > .list-group:first-child .list-group-item:first-child,
  5337. .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  5338. border-top: 0;
  5339. border-top-right-radius: 3px;
  5340. border-top-left-radius: 3px;
  5341. }
  5342. .panel > .list-group:last-child .list-group-item:last-child,
  5343. .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  5344. border-bottom: 0;
  5345. border-bottom-right-radius: 3px;
  5346. border-bottom-left-radius: 3px;
  5347. }
  5348. .panel-heading + .list-group .list-group-item:first-child {
  5349. border-top-width: 0;
  5350. }
  5351. .list-group + .panel-footer {
  5352. border-top-width: 0;
  5353. }
  5354. .panel > .table,
  5355. .panel > .table-responsive > .table,
  5356. .panel > .panel-collapse > .table {
  5357. margin-bottom: 0;
  5358. }
  5359. .panel > .table caption,
  5360. .panel > .table-responsive > .table caption,
  5361. .panel > .panel-collapse > .table caption {
  5362. padding-left: 15px;
  5363. padding-right: 15px;
  5364. }
  5365. .panel > .table:first-child,
  5366. .panel > .table-responsive:first-child > .table:first-child {
  5367. border-top-right-radius: 3px;
  5368. border-top-left-radius: 3px;
  5369. }
  5370. .panel > .table:first-child > thead:first-child > tr:first-child,
  5371. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  5372. .panel > .table:first-child > tbody:first-child > tr:first-child,
  5373. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  5374. border-top-left-radius: 3px;
  5375. border-top-right-radius: 3px;
  5376. }
  5377. .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
  5378. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
  5379. .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  5380. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  5381. .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
  5382. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
  5383. .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  5384. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  5385. border-top-left-radius: 3px;
  5386. }
  5387. .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
  5388. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
  5389. .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  5390. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  5391. .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
  5392. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
  5393. .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  5394. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  5395. border-top-right-radius: 3px;
  5396. }
  5397. .panel > .table:last-child,
  5398. .panel > .table-responsive:last-child > .table:last-child {
  5399. border-bottom-right-radius: 3px;
  5400. border-bottom-left-radius: 3px;
  5401. }
  5402. .panel > .table:last-child > tbody:last-child > tr:last-child,
  5403. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  5404. .panel > .table:last-child > tfoot:last-child > tr:last-child,
  5405. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  5406. border-bottom-left-radius: 3px;
  5407. border-bottom-right-radius: 3px;
  5408. }
  5409. .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  5410. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  5411. .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  5412. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  5413. .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  5414. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  5415. .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  5416. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  5417. border-bottom-left-radius: 3px;
  5418. }
  5419. .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  5420. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  5421. .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  5422. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  5423. .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  5424. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  5425. .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  5426. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  5427. border-bottom-right-radius: 3px;
  5428. }
  5429. .panel > .panel-body + .table,
  5430. .panel > .panel-body + .table-responsive,
  5431. .panel > .table + .panel-body,
  5432. .panel > .table-responsive + .panel-body {
  5433. border-top: 1px solid #282828;
  5434. }
  5435. .panel > .table > tbody:first-child > tr:first-child th,
  5436. .panel > .table > tbody:first-child > tr:first-child td {
  5437. border-top: 0;
  5438. }
  5439. .panel > .table-bordered,
  5440. .panel > .table-responsive > .table-bordered {
  5441. border: 0;
  5442. }
  5443. .panel > .table-bordered > thead > tr > th:first-child,
  5444. .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  5445. .panel > .table-bordered > tbody > tr > th:first-child,
  5446. .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  5447. .panel > .table-bordered > tfoot > tr > th:first-child,
  5448. .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  5449. .panel > .table-bordered > thead > tr > td:first-child,
  5450. .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  5451. .panel > .table-bordered > tbody > tr > td:first-child,
  5452. .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  5453. .panel > .table-bordered > tfoot > tr > td:first-child,
  5454. .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  5455. border-left: 0;
  5456. }
  5457. .panel > .table-bordered > thead > tr > th:last-child,
  5458. .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  5459. .panel > .table-bordered > tbody > tr > th:last-child,
  5460. .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  5461. .panel > .table-bordered > tfoot > tr > th:last-child,
  5462. .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  5463. .panel > .table-bordered > thead > tr > td:last-child,
  5464. .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  5465. .panel > .table-bordered > tbody > tr > td:last-child,
  5466. .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  5467. .panel > .table-bordered > tfoot > tr > td:last-child,
  5468. .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  5469. border-right: 0;
  5470. }
  5471. .panel > .table-bordered > thead > tr:first-child > td,
  5472. .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  5473. .panel > .table-bordered > tbody > tr:first-child > td,
  5474. .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  5475. .panel > .table-bordered > thead > tr:first-child > th,
  5476. .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  5477. .panel > .table-bordered > tbody > tr:first-child > th,
  5478. .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  5479. border-bottom: 0;
  5480. }
  5481. .panel > .table-bordered > tbody > tr:last-child > td,
  5482. .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  5483. .panel > .table-bordered > tfoot > tr:last-child > td,
  5484. .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  5485. .panel > .table-bordered > tbody > tr:last-child > th,
  5486. .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  5487. .panel > .table-bordered > tfoot > tr:last-child > th,
  5488. .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  5489. border-bottom: 0;
  5490. }
  5491. .panel > .table-responsive {
  5492. border: 0;
  5493. margin-bottom: 0;
  5494. }
  5495. .panel-group {
  5496. margin-bottom: 20px;
  5497. }
  5498. .panel-group .panel {
  5499. margin-bottom: 0;
  5500. border-radius: 4px;
  5501. }
  5502. .panel-group .panel + .panel {
  5503. margin-top: 5px;
  5504. }
  5505. .panel-group .panel-heading {
  5506. border-bottom: 0;
  5507. }
  5508. .panel-group .panel-heading + .panel-collapse > .panel-body,
  5509. .panel-group .panel-heading + .panel-collapse > .list-group {
  5510. border-top: 1px solid #282828;
  5511. }
  5512. .panel-group .panel-footer {
  5513. border-top: 0;
  5514. }
  5515. .panel-group .panel-footer + .panel-collapse .panel-body {
  5516. border-bottom: 1px solid #282828;
  5517. }
  5518. .panel-default {
  5519. border-color: #282828;
  5520. }
  5521. .panel-default > .panel-heading {
  5522. color: #888888;
  5523. background-color: #3c3c3c;
  5524. border-color: #282828;
  5525. }
  5526. .panel-default > .panel-heading + .panel-collapse > .panel-body {
  5527. border-top-color: #282828;
  5528. }
  5529. .panel-default > .panel-heading .badge {
  5530. color: #3c3c3c;
  5531. background-color: #888888;
  5532. }
  5533. .panel-default > .panel-footer + .panel-collapse > .panel-body {
  5534. border-bottom-color: #282828;
  5535. }
  5536. .panel-primary {
  5537. border-color: #2a9fd6;
  5538. }
  5539. .panel-primary > .panel-heading {
  5540. color: #ffffff;
  5541. background-color: #2a9fd6;
  5542. border-color: #2a9fd6;
  5543. }
  5544. .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  5545. border-top-color: #2a9fd6;
  5546. }
  5547. .panel-primary > .panel-heading .badge {
  5548. color: #2a9fd6;
  5549. background-color: #ffffff;
  5550. }
  5551. .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  5552. border-bottom-color: #2a9fd6;
  5553. }
  5554. .panel-success {
  5555. border-color: #809a00;
  5556. }
  5557. .panel-success > .panel-heading {
  5558. color: #ffffff;
  5559. background-color: #77b300;
  5560. border-color: #809a00;
  5561. }
  5562. .panel-success > .panel-heading + .panel-collapse > .panel-body {
  5563. border-top-color: #809a00;
  5564. }
  5565. .panel-success > .panel-heading .badge {
  5566. color: #77b300;
  5567. background-color: #ffffff;
  5568. }
  5569. .panel-success > .panel-footer + .panel-collapse > .panel-body {
  5570. border-bottom-color: #809a00;
  5571. }
  5572. .panel-info {
  5573. border-color: #6e2caf;
  5574. }
  5575. .panel-info > .panel-heading {
  5576. color: #ffffff;
  5577. background-color: #9933cc;
  5578. border-color: #6e2caf;
  5579. }
  5580. .panel-info > .panel-heading + .panel-collapse > .panel-body {
  5581. border-top-color: #6e2caf;
  5582. }
  5583. .panel-info > .panel-heading .badge {
  5584. color: #9933cc;
  5585. background-color: #ffffff;
  5586. }
  5587. .panel-info > .panel-footer + .panel-collapse > .panel-body {
  5588. border-bottom-color: #6e2caf;
  5589. }
  5590. .panel-warning {
  5591. border-color: #f05800;
  5592. }
  5593. .panel-warning > .panel-heading {
  5594. color: #ffffff;
  5595. background-color: #ff8800;
  5596. border-color: #f05800;
  5597. }
  5598. .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  5599. border-top-color: #f05800;
  5600. }
  5601. .panel-warning > .panel-heading .badge {
  5602. color: #ff8800;
  5603. background-color: #ffffff;
  5604. }
  5605. .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  5606. border-bottom-color: #f05800;
  5607. }
  5608. .panel-danger {
  5609. border-color: #bd001f;
  5610. }
  5611. .panel-danger > .panel-heading {
  5612. color: #ffffff;
  5613. background-color: #cc0000;
  5614. border-color: #bd001f;
  5615. }
  5616. .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  5617. border-top-color: #bd001f;
  5618. }
  5619. .panel-danger > .panel-heading .badge {
  5620. color: #cc0000;
  5621. background-color: #ffffff;
  5622. }
  5623. .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  5624. border-bottom-color: #bd001f;
  5625. }
  5626. .embed-responsive {
  5627. position: relative;
  5628. display: block;
  5629. height: 0;
  5630. padding: 0;
  5631. overflow: hidden;
  5632. }
  5633. .embed-responsive .embed-responsive-item,
  5634. .embed-responsive iframe,
  5635. .embed-responsive embed,
  5636. .embed-responsive object,
  5637. .embed-responsive video {
  5638. position: absolute;
  5639. top: 0;
  5640. left: 0;
  5641. bottom: 0;
  5642. height: 100%;
  5643. width: 100%;
  5644. border: 0;
  5645. }
  5646. .embed-responsive.embed-responsive-16by9 {
  5647. padding-bottom: 56.25%;
  5648. }
  5649. .embed-responsive.embed-responsive-4by3 {
  5650. padding-bottom: 75%;
  5651. }
  5652. .well {
  5653. min-height: 20px;
  5654. padding: 19px;
  5655. margin-bottom: 20px;
  5656. background-color: #151515;
  5657. border: 1px solid #030303;
  5658. border-radius: 4px;
  5659. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  5660. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  5661. }
  5662. .well blockquote {
  5663. border-color: #ddd;
  5664. border-color: rgba(0, 0, 0, 0.15);
  5665. }
  5666. .well-lg {
  5667. padding: 24px;
  5668. border-radius: 6px;
  5669. }
  5670. .well-sm {
  5671. padding: 9px;
  5672. border-radius: 3px;
  5673. }
  5674. .close {
  5675. float: right;
  5676. font-size: 21px;
  5677. font-weight: bold;
  5678. line-height: 1;
  5679. color: #000000;
  5680. text-shadow: 0 1px 0 #ffffff;
  5681. opacity: 0.2;
  5682. filter: alpha(opacity=20);
  5683. }
  5684. .close:hover,
  5685. .close:focus {
  5686. color: #000000;
  5687. text-decoration: none;
  5688. cursor: pointer;
  5689. opacity: 0.5;
  5690. filter: alpha(opacity=50);
  5691. }
  5692. button.close {
  5693. padding: 0;
  5694. cursor: pointer;
  5695. background: transparent;
  5696. border: 0;
  5697. -webkit-appearance: none;
  5698. }
  5699. .modal-open {
  5700. overflow: hidden;
  5701. }
  5702. .modal {
  5703. display: none;
  5704. overflow: hidden;
  5705. position: fixed;
  5706. top: 0;
  5707. right: 0;
  5708. bottom: 0;
  5709. left: 0;
  5710. z-index: 1040;
  5711. -webkit-overflow-scrolling: touch;
  5712. outline: 0;
  5713. }
  5714. .modal.fade .modal-dialog {
  5715. -webkit-transform: translate(0, -25%);
  5716. -ms-transform: translate(0, -25%);
  5717. -o-transform: translate(0, -25%);
  5718. transform: translate(0, -25%);
  5719. -webkit-transition: -webkit-transform 0.3s ease-out;
  5720. -o-transition: -o-transform 0.3s ease-out;
  5721. transition: transform 0.3s ease-out;
  5722. }
  5723. .modal.in .modal-dialog {
  5724. -webkit-transform: translate(0, 0);
  5725. -ms-transform: translate(0, 0);
  5726. -o-transform: translate(0, 0);
  5727. transform: translate(0, 0);
  5728. }
  5729. .modal-open .modal {
  5730. overflow-x: hidden;
  5731. overflow-y: auto;
  5732. }
  5733. .modal-dialog {
  5734. position: relative;
  5735. width: auto;
  5736. margin: 10px;
  5737. }
  5738. .modal-content {
  5739. position: relative;
  5740. background-color: #202020;
  5741. border: 1px solid #999999;
  5742. border: 1px solid rgba(0, 0, 0, 0.2);
  5743. border-radius: 6px;
  5744. -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  5745. box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  5746. -webkit-background-clip: padding-box;
  5747. background-clip: padding-box;
  5748. outline: 0;
  5749. }
  5750. .modal-backdrop {
  5751. position: absolute;
  5752. top: 0;
  5753. right: 0;
  5754. left: 0;
  5755. background-color: #000000;
  5756. }
  5757. .modal-backdrop.fade {
  5758. opacity: 0;
  5759. filter: alpha(opacity=0);
  5760. }
  5761. .modal-backdrop.in {
  5762. opacity: 0.5;
  5763. filter: alpha(opacity=50);
  5764. }
  5765. .modal-header {
  5766. padding: 15px;
  5767. border-bottom: 1px solid #282828;
  5768. min-height: 16.42857143px;
  5769. }
  5770. .modal-header .close {
  5771. margin-top: -2px;
  5772. }
  5773. .modal-title {
  5774. margin: 0;
  5775. line-height: 1.42857143;
  5776. }
  5777. .modal-body {
  5778. position: relative;
  5779. padding: 20px;
  5780. }
  5781. .modal-footer {
  5782. padding: 20px;
  5783. text-align: right;
  5784. border-top: 1px solid #282828;
  5785. }
  5786. .modal-footer .btn + .btn {
  5787. margin-left: 5px;
  5788. margin-bottom: 0;
  5789. }
  5790. .modal-footer .btn-group .btn + .btn {
  5791. margin-left: -1px;
  5792. }
  5793. .modal-footer .btn-block + .btn-block {
  5794. margin-left: 0;
  5795. }
  5796. .modal-scrollbar-measure {
  5797. position: absolute;
  5798. top: -9999px;
  5799. width: 50px;
  5800. height: 50px;
  5801. overflow: scroll;
  5802. }
  5803. @media (min-width: 768px) {
  5804. .modal-dialog {
  5805. width: 600px;
  5806. margin: 30px auto;
  5807. }
  5808. .modal-content {
  5809. -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  5810. box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  5811. }
  5812. .modal-sm {
  5813. width: 300px;
  5814. }
  5815. }
  5816. @media (min-width: 992px) {
  5817. .modal-lg {
  5818. width: 900px;
  5819. }
  5820. }
  5821. .tooltip {
  5822. position: absolute;
  5823. z-index: 1070;
  5824. display: block;
  5825. visibility: visible;
  5826. font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  5827. font-size: 12px;
  5828. font-weight: normal;
  5829. line-height: 1.4;
  5830. opacity: 0;
  5831. filter: alpha(opacity=0);
  5832. }
  5833. .tooltip.in {
  5834. opacity: 0.9;
  5835. filter: alpha(opacity=90);
  5836. }
  5837. .tooltip.top {
  5838. margin-top: -3px;
  5839. padding: 5px 0;
  5840. }
  5841. .tooltip.right {
  5842. margin-left: 3px;
  5843. padding: 0 5px;
  5844. }
  5845. .tooltip.bottom {
  5846. margin-top: 3px;
  5847. padding: 5px 0;
  5848. }
  5849. .tooltip.left {
  5850. margin-left: -3px;
  5851. padding: 0 5px;
  5852. }
  5853. .tooltip-inner {
  5854. max-width: 200px;
  5855. padding: 3px 8px;
  5856. color: #ffffff;
  5857. text-align: center;
  5858. text-decoration: none;
  5859. background-color: #000000;
  5860. border-radius: 4px;
  5861. }
  5862. .tooltip-arrow {
  5863. position: absolute;
  5864. width: 0;
  5865. height: 0;
  5866. border-color: transparent;
  5867. border-style: solid;
  5868. }
  5869. .tooltip.top .tooltip-arrow {
  5870. bottom: 0;
  5871. left: 50%;
  5872. margin-left: -5px;
  5873. border-width: 5px 5px 0;
  5874. border-top-color: #000000;
  5875. }
  5876. .tooltip.top-left .tooltip-arrow {
  5877. bottom: 0;
  5878. right: 5px;
  5879. margin-bottom: -5px;
  5880. border-width: 5px 5px 0;
  5881. border-top-color: #000000;
  5882. }
  5883. .tooltip.top-right .tooltip-arrow {
  5884. bottom: 0;
  5885. left: 5px;
  5886. margin-bottom: -5px;
  5887. border-width: 5px 5px 0;
  5888. border-top-color: #000000;
  5889. }
  5890. .tooltip.right .tooltip-arrow {
  5891. top: 50%;
  5892. left: 0;
  5893. margin-top: -5px;
  5894. border-width: 5px 5px 5px 0;
  5895. border-right-color: #000000;
  5896. }
  5897. .tooltip.left .tooltip-arrow {
  5898. top: 50%;
  5899. right: 0;
  5900. margin-top: -5px;
  5901. border-width: 5px 0 5px 5px;
  5902. border-left-color: #000000;
  5903. }
  5904. .tooltip.bottom .tooltip-arrow {
  5905. top: 0;
  5906. left: 50%;
  5907. margin-left: -5px;
  5908. border-width: 0 5px 5px;
  5909. border-bottom-color: #000000;
  5910. }
  5911. .tooltip.bottom-left .tooltip-arrow {
  5912. top: 0;
  5913. right: 5px;
  5914. margin-top: -5px;
  5915. border-width: 0 5px 5px;
  5916. border-bottom-color: #000000;
  5917. }
  5918. .tooltip.bottom-right .tooltip-arrow {
  5919. top: 0;
  5920. left: 5px;
  5921. margin-top: -5px;
  5922. border-width: 0 5px 5px;
  5923. border-bottom-color: #000000;
  5924. }
  5925. .popover {
  5926. position: absolute;
  5927. top: 0;
  5928. left: 0;
  5929. z-index: 1060;
  5930. display: none;
  5931. max-width: 276px;
  5932. padding: 1px;
  5933. font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  5934. font-size: 14px;
  5935. font-weight: normal;
  5936. line-height: 1.42857143;
  5937. text-align: left;
  5938. background-color: #202020;
  5939. -webkit-background-clip: padding-box;
  5940. background-clip: padding-box;
  5941. border: 1px solid #999999;
  5942. border: 1px solid rgba(0, 0, 0, 0.2);
  5943. border-radius: 6px;
  5944. -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  5945. box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  5946. white-space: normal;
  5947. }
  5948. .popover.top {
  5949. margin-top: -10px;
  5950. }
  5951. .popover.right {
  5952. margin-left: 10px;
  5953. }
  5954. .popover.bottom {
  5955. margin-top: 10px;
  5956. }
  5957. .popover.left {
  5958. margin-left: -10px;
  5959. }
  5960. .popover-title {
  5961. margin: 0;
  5962. padding: 8px 14px;
  5963. font-size: 14px;
  5964. background-color: #181818;
  5965. border-bottom: 1px solid #0b0b0b;
  5966. border-radius: 5px 5px 0 0;
  5967. }
  5968. .popover-content {
  5969. padding: 9px 14px;
  5970. }
  5971. .popover > .arrow,
  5972. .popover > .arrow:after {
  5973. position: absolute;
  5974. display: block;
  5975. width: 0;
  5976. height: 0;
  5977. border-color: transparent;
  5978. border-style: solid;
  5979. }
  5980. .popover > .arrow {
  5981. border-width: 11px;
  5982. }
  5983. .popover > .arrow:after {
  5984. border-width: 10px;
  5985. content: "";
  5986. }
  5987. .popover.top > .arrow {
  5988. left: 50%;
  5989. margin-left: -11px;
  5990. border-bottom-width: 0;
  5991. border-top-color: #666666;
  5992. border-top-color: rgba(0, 0, 0, 0.25);
  5993. bottom: -11px;
  5994. }
  5995. .popover.top > .arrow:after {
  5996. content: " ";
  5997. bottom: 1px;
  5998. margin-left: -10px;
  5999. border-bottom-width: 0;
  6000. border-top-color: #202020;
  6001. }
  6002. .popover.right > .arrow {
  6003. top: 50%;
  6004. left: -11px;
  6005. margin-top: -11px;
  6006. border-left-width: 0;
  6007. border-right-color: #666666;
  6008. border-right-color: rgba(0, 0, 0, 0.25);
  6009. }
  6010. .popover.right > .arrow:after {
  6011. content: " ";
  6012. left: 1px;
  6013. bottom: -10px;
  6014. border-left-width: 0;
  6015. border-right-color: #202020;
  6016. }
  6017. .popover.bottom > .arrow {
  6018. left: 50%;
  6019. margin-left: -11px;
  6020. border-top-width: 0;
  6021. border-bottom-color: #666666;
  6022. border-bottom-color: rgba(0, 0, 0, 0.25);
  6023. top: -11px;
  6024. }
  6025. .popover.bottom > .arrow:after {
  6026. content: " ";
  6027. top: 1px;
  6028. margin-left: -10px;
  6029. border-top-width: 0;
  6030. border-bottom-color: #202020;
  6031. }
  6032. .popover.left > .arrow {
  6033. top: 50%;
  6034. right: -11px;
  6035. margin-top: -11px;
  6036. border-right-width: 0;
  6037. border-left-color: #666666;
  6038. border-left-color: rgba(0, 0, 0, 0.25);
  6039. }
  6040. .popover.left > .arrow:after {
  6041. content: " ";
  6042. right: 1px;
  6043. border-right-width: 0;
  6044. border-left-color: #202020;
  6045. bottom: -10px;
  6046. }
  6047. .carousel {
  6048. position: relative;
  6049. }
  6050. .carousel-inner {
  6051. position: relative;
  6052. overflow: hidden;
  6053. width: 100%;
  6054. }
  6055. .carousel-inner > .item {
  6056. display: none;
  6057. position: relative;
  6058. -webkit-transition: 0.6s ease-in-out left;
  6059. -o-transition: 0.6s ease-in-out left;
  6060. transition: 0.6s ease-in-out left;
  6061. }
  6062. .carousel-inner > .item > img,
  6063. .carousel-inner > .item > a > img {
  6064. line-height: 1;
  6065. }
  6066. @media all and (transform-3d), (-webkit-transform-3d) {
  6067. .carousel-inner > .item {
  6068. -webkit-transition: -webkit-transform 0.6s ease-in-out;
  6069. -o-transition: -o-transform 0.6s ease-in-out;
  6070. transition: transform 0.6s ease-in-out;
  6071. -webkit-backface-visibility: hidden;
  6072. backface-visibility: hidden;
  6073. -webkit-perspective: 1000;
  6074. perspective: 1000;
  6075. }
  6076. .carousel-inner > .item.next,
  6077. .carousel-inner > .item.active.right {
  6078. -webkit-transform: translate3d(100%, 0, 0);
  6079. transform: translate3d(100%, 0, 0);
  6080. left: 0;
  6081. }
  6082. .carousel-inner > .item.prev,
  6083. .carousel-inner > .item.active.left {
  6084. -webkit-transform: translate3d(-100%, 0, 0);
  6085. transform: translate3d(-100%, 0, 0);
  6086. left: 0;
  6087. }
  6088. .carousel-inner > .item.next.left,
  6089. .carousel-inner > .item.prev.right,
  6090. .carousel-inner > .item.active {
  6091. -webkit-transform: translate3d(0, 0, 0);
  6092. transform: translate3d(0, 0, 0);
  6093. left: 0;
  6094. }
  6095. }
  6096. .carousel-inner > .active,
  6097. .carousel-inner > .next,
  6098. .carousel-inner > .prev {
  6099. display: block;
  6100. }
  6101. .carousel-inner > .active {
  6102. left: 0;
  6103. }
  6104. .carousel-inner > .next,
  6105. .carousel-inner > .prev {
  6106. position: absolute;
  6107. top: 0;
  6108. width: 100%;
  6109. }
  6110. .carousel-inner > .next {
  6111. left: 100%;
  6112. }
  6113. .carousel-inner > .prev {
  6114. left: -100%;
  6115. }
  6116. .carousel-inner > .next.left,
  6117. .carousel-inner > .prev.right {
  6118. left: 0;
  6119. }
  6120. .carousel-inner > .active.left {
  6121. left: -100%;
  6122. }
  6123. .carousel-inner > .active.right {
  6124. left: 100%;
  6125. }
  6126. .carousel-control {
  6127. position: absolute;
  6128. top: 0;
  6129. left: 0;
  6130. bottom: 0;
  6131. width: 15%;
  6132. opacity: 0.5;
  6133. filter: alpha(opacity=50);
  6134. font-size: 20px;
  6135. color: #ffffff;
  6136. text-align: center;
  6137. text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  6138. }
  6139. .carousel-control.left {
  6140. background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  6141. background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  6142. background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  6143. background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  6144. background-repeat: repeat-x;
  6145. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  6146. }
  6147. .carousel-control.right {
  6148. left: auto;
  6149. right: 0;
  6150. background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  6151. background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  6152. background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  6153. background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  6154. background-repeat: repeat-x;
  6155. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  6156. }
  6157. .carousel-control:hover,
  6158. .carousel-control:focus {
  6159. outline: 0;
  6160. color: #ffffff;
  6161. text-decoration: none;
  6162. opacity: 0.9;
  6163. filter: alpha(opacity=90);
  6164. }
  6165. .carousel-control .icon-prev,
  6166. .carousel-control .icon-next,
  6167. .carousel-control .glyphicon-chevron-left,
  6168. .carousel-control .glyphicon-chevron-right {
  6169. position: absolute;
  6170. top: 50%;
  6171. z-index: 5;
  6172. display: inline-block;
  6173. }
  6174. .carousel-control .icon-prev,
  6175. .carousel-control .glyphicon-chevron-left {
  6176. left: 50%;
  6177. margin-left: -10px;
  6178. }
  6179. .carousel-control .icon-next,
  6180. .carousel-control .glyphicon-chevron-right {
  6181. right: 50%;
  6182. margin-right: -10px;
  6183. }
  6184. .carousel-control .icon-prev,
  6185. .carousel-control .icon-next {
  6186. width: 20px;
  6187. height: 20px;
  6188. margin-top: -10px;
  6189. line-height: 1;
  6190. font-family: serif;
  6191. }
  6192. .carousel-control .icon-prev:before {
  6193. content: '\2039';
  6194. }
  6195. .carousel-control .icon-next:before {
  6196. content: '\203a';
  6197. }
  6198. .carousel-indicators {
  6199. position: absolute;
  6200. bottom: 10px;
  6201. left: 50%;
  6202. z-index: 15;
  6203. width: 60%;
  6204. margin-left: -30%;
  6205. padding-left: 0;
  6206. list-style: none;
  6207. text-align: center;
  6208. }
  6209. .carousel-indicators li {
  6210. display: inline-block;
  6211. width: 10px;
  6212. height: 10px;
  6213. margin: 1px;
  6214. text-indent: -999px;
  6215. border: 1px solid #ffffff;
  6216. border-radius: 10px;
  6217. cursor: pointer;
  6218. background-color: #000 \9;
  6219. background-color: rgba(0, 0, 0, 0);
  6220. }
  6221. .carousel-indicators .active {
  6222. margin: 0;
  6223. width: 12px;
  6224. height: 12px;
  6225. background-color: #ffffff;
  6226. }
  6227. .carousel-caption {
  6228. position: absolute;
  6229. left: 15%;
  6230. right: 15%;
  6231. bottom: 20px;
  6232. z-index: 10;
  6233. padding-top: 20px;
  6234. padding-bottom: 20px;
  6235. color: #ffffff;
  6236. text-align: center;
  6237. text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  6238. }
  6239. .carousel-caption .btn {
  6240. text-shadow: none;
  6241. }
  6242. @media screen and (min-width: 768px) {
  6243. .carousel-control .glyphicon-chevron-left,
  6244. .carousel-control .glyphicon-chevron-right,
  6245. .carousel-control .icon-prev,
  6246. .carousel-control .icon-next {
  6247. width: 30px;
  6248. height: 30px;
  6249. margin-top: -15px;
  6250. font-size: 30px;
  6251. }
  6252. .carousel-control .glyphicon-chevron-left,
  6253. .carousel-control .icon-prev {
  6254. margin-left: -15px;
  6255. }
  6256. .carousel-control .glyphicon-chevron-right,
  6257. .carousel-control .icon-next {
  6258. margin-right: -15px;
  6259. }
  6260. .carousel-caption {
  6261. left: 20%;
  6262. right: 20%;
  6263. padding-bottom: 30px;
  6264. }
  6265. .carousel-indicators {
  6266. bottom: 20px;
  6267. }
  6268. }
  6269. .clearfix:before,
  6270. .clearfix:after,
  6271. .dl-horizontal dd:before,
  6272. .dl-horizontal dd:after,
  6273. .container:before,
  6274. .container:after,
  6275. .container-fluid:before,
  6276. .container-fluid:after,
  6277. .row:before,
  6278. .row:after,
  6279. .form-horizontal .form-group:before,
  6280. .form-horizontal .form-group:after,
  6281. .btn-toolbar:before,
  6282. .btn-toolbar:after,
  6283. .btn-group-vertical > .btn-group:before,
  6284. .btn-group-vertical > .btn-group:after,
  6285. .nav:before,
  6286. .nav:after,
  6287. .navbar:before,
  6288. .navbar:after,
  6289. .navbar-header:before,
  6290. .navbar-header:after,
  6291. .navbar-collapse:before,
  6292. .navbar-collapse:after,
  6293. .pager:before,
  6294. .pager:after,
  6295. .panel-body:before,
  6296. .panel-body:after,
  6297. .modal-footer:before,
  6298. .modal-footer:after {
  6299. content: " ";
  6300. display: table;
  6301. }
  6302. .clearfix:after,
  6303. .dl-horizontal dd:after,
  6304. .container:after,
  6305. .container-fluid:after,
  6306. .row:after,
  6307. .form-horizontal .form-group:after,
  6308. .btn-toolbar:after,
  6309. .btn-group-vertical > .btn-group:after,
  6310. .nav:after,
  6311. .navbar:after,
  6312. .navbar-header:after,
  6313. .navbar-collapse:after,
  6314. .pager:after,
  6315. .panel-body:after,
  6316. .modal-footer:after {
  6317. clear: both;
  6318. }
  6319. .center-block {
  6320. display: block;
  6321. margin-left: auto;
  6322. margin-right: auto;
  6323. }
  6324. .pull-right {
  6325. float: right !important;
  6326. }
  6327. .pull-left {
  6328. float: left !important;
  6329. }
  6330. .hide {
  6331. display: none !important;
  6332. }
  6333. .show {
  6334. display: block !important;
  6335. }
  6336. .invisible {
  6337. visibility: hidden;
  6338. }
  6339. .text-hide {
  6340. font: 0/0 a;
  6341. color: transparent;
  6342. text-shadow: none;
  6343. background-color: transparent;
  6344. border: 0;
  6345. }
  6346. .hidden {
  6347. display: none !important;
  6348. visibility: hidden !important;
  6349. }
  6350. .affix {
  6351. position: fixed;
  6352. }
  6353. @-ms-viewport {
  6354. width: device-width;
  6355. }
  6356. .visible-xs,
  6357. .visible-sm,
  6358. .visible-md,
  6359. .visible-lg {
  6360. display: none !important;
  6361. }
  6362. .visible-xs-block,
  6363. .visible-xs-inline,
  6364. .visible-xs-inline-block,
  6365. .visible-sm-block,
  6366. .visible-sm-inline,
  6367. .visible-sm-inline-block,
  6368. .visible-md-block,
  6369. .visible-md-inline,
  6370. .visible-md-inline-block,
  6371. .visible-lg-block,
  6372. .visible-lg-inline,
  6373. .visible-lg-inline-block {
  6374. display: none !important;
  6375. }
  6376. @media (max-width: 767px) {
  6377. .visible-xs {
  6378. display: block !important;
  6379. }
  6380. table.visible-xs {
  6381. display: table;
  6382. }
  6383. tr.visible-xs {
  6384. display: table-row !important;
  6385. }
  6386. th.visible-xs,
  6387. td.visible-xs {
  6388. display: table-cell !important;
  6389. }
  6390. }
  6391. @media (max-width: 767px) {
  6392. .visible-xs-block {
  6393. display: block !important;
  6394. }
  6395. }
  6396. @media (max-width: 767px) {
  6397. .visible-xs-inline {
  6398. display: inline !important;
  6399. }
  6400. }
  6401. @media (max-width: 767px) {
  6402. .visible-xs-inline-block {
  6403. display: inline-block !important;
  6404. }
  6405. }
  6406. @media (min-width: 768px) and (max-width: 991px) {
  6407. .visible-sm {
  6408. display: block !important;
  6409. }
  6410. table.visible-sm {
  6411. display: table;
  6412. }
  6413. tr.visible-sm {
  6414. display: table-row !important;
  6415. }
  6416. th.visible-sm,
  6417. td.visible-sm {
  6418. display: table-cell !important;
  6419. }
  6420. }
  6421. @media (min-width: 768px) and (max-width: 991px) {
  6422. .visible-sm-block {
  6423. display: block !important;
  6424. }
  6425. }
  6426. @media (min-width: 768px) and (max-width: 991px) {
  6427. .visible-sm-inline {
  6428. display: inline !important;
  6429. }
  6430. }
  6431. @media (min-width: 768px) and (max-width: 991px) {
  6432. .visible-sm-inline-block {
  6433. display: inline-block !important;
  6434. }
  6435. }
  6436. @media (min-width: 992px) and (max-width: 1199px) {
  6437. .visible-md {
  6438. display: block !important;
  6439. }
  6440. table.visible-md {
  6441. display: table;
  6442. }
  6443. tr.visible-md {
  6444. display: table-row !important;
  6445. }
  6446. th.visible-md,
  6447. td.visible-md {
  6448. display: table-cell !important;
  6449. }
  6450. }
  6451. @media (min-width: 992px) and (max-width: 1199px) {
  6452. .visible-md-block {
  6453. display: block !important;
  6454. }
  6455. }
  6456. @media (min-width: 992px) and (max-width: 1199px) {
  6457. .visible-md-inline {
  6458. display: inline !important;
  6459. }
  6460. }
  6461. @media (min-width: 992px) and (max-width: 1199px) {
  6462. .visible-md-inline-block {
  6463. display: inline-block !important;
  6464. }
  6465. }
  6466. @media (min-width: 1200px) {
  6467. .visible-lg {
  6468. display: block !important;
  6469. }
  6470. table.visible-lg {
  6471. display: table;
  6472. }
  6473. tr.visible-lg {
  6474. display: table-row !important;
  6475. }
  6476. th.visible-lg,
  6477. td.visible-lg {
  6478. display: table-cell !important;
  6479. }
  6480. }
  6481. @media (min-width: 1200px) {
  6482. .visible-lg-block {
  6483. display: block !important;
  6484. }
  6485. }
  6486. @media (min-width: 1200px) {
  6487. .visible-lg-inline {
  6488. display: inline !important;
  6489. }
  6490. }
  6491. @media (min-width: 1200px) {
  6492. .visible-lg-inline-block {
  6493. display: inline-block !important;
  6494. }
  6495. }
  6496. @media (max-width: 767px) {
  6497. .hidden-xs {
  6498. display: none !important;
  6499. }
  6500. }
  6501. @media (min-width: 768px) and (max-width: 991px) {
  6502. .hidden-sm {
  6503. display: none !important;
  6504. }
  6505. }
  6506. @media (min-width: 992px) and (max-width: 1199px) {
  6507. .hidden-md {
  6508. display: none !important;
  6509. }
  6510. }
  6511. @media (min-width: 1200px) {
  6512. .hidden-lg {
  6513. display: none !important;
  6514. }
  6515. }
  6516. .visible-print {
  6517. display: none !important;
  6518. }
  6519. @media print {
  6520. .visible-print {
  6521. display: block !important;
  6522. }
  6523. table.visible-print {
  6524. display: table;
  6525. }
  6526. tr.visible-print {
  6527. display: table-row !important;
  6528. }
  6529. th.visible-print,
  6530. td.visible-print {
  6531. display: table-cell !important;
  6532. }
  6533. }
  6534. .visible-print-block {
  6535. display: none !important;
  6536. }
  6537. @media print {
  6538. .visible-print-block {
  6539. display: block !important;
  6540. }
  6541. }
  6542. .visible-print-inline {
  6543. display: none !important;
  6544. }
  6545. @media print {
  6546. .visible-print-inline {
  6547. display: inline !important;
  6548. }
  6549. }
  6550. .visible-print-inline-block {
  6551. display: none !important;
  6552. }
  6553. @media print {
  6554. .visible-print-inline-block {
  6555. display: inline-block !important;
  6556. }
  6557. }
  6558. @media print {
  6559. .hidden-print {
  6560. display: none !important;
  6561. }
  6562. }
  6563. .text-primary,
  6564. .text-primary:hover {
  6565. color: #2a9fd6;
  6566. }
  6567. .text-success,
  6568. .text-success:hover {
  6569. color: #77b300;
  6570. }
  6571. .text-danger,
  6572. .text-danger:hover {
  6573. color: #cc0000;
  6574. }
  6575. .text-warning,
  6576. .text-warning:hover {
  6577. color: #ff8800;
  6578. }
  6579. .text-info,
  6580. .text-info:hover {
  6581. color: #9933cc;
  6582. }
  6583. table,
  6584. .table {
  6585. color: #fff;
  6586. }
  6587. table a:not(.btn),
  6588. .table a:not(.btn) {
  6589. color: #fff;
  6590. text-decoration: underline;
  6591. }
  6592. table .dropdown-menu a,
  6593. .table .dropdown-menu a {
  6594. text-decoration: none;
  6595. }
  6596. table .text-muted,
  6597. .table .text-muted {
  6598. color: #888888;
  6599. }
  6600. .table-responsive > .table {
  6601. background-color: #181818;
  6602. }
  6603. .has-warning .help-block,
  6604. .has-warning .control-label,
  6605. .has-warning .form-control-feedback {
  6606. color: #ff8800;
  6607. }
  6608. .has-warning .form-control,
  6609. .has-warning .form-control:focus,
  6610. .has-warning .input-group-addon {
  6611. border-color: #ff8800;
  6612. }
  6613. .has-error .help-block,
  6614. .has-error .control-label,
  6615. .has-error .form-control-feedback {
  6616. color: #cc0000;
  6617. }
  6618. .has-error .form-control,
  6619. .has-error .form-control:focus,
  6620. .has-error .input-group-addon {
  6621. border-color: #cc0000;
  6622. }
  6623. .has-success .help-block,
  6624. .has-success .control-label,
  6625. .has-success .form-control-feedback {
  6626. color: #77b300;
  6627. }
  6628. .has-success .form-control,
  6629. .has-success .form-control:focus,
  6630. .has-success .input-group-addon {
  6631. border-color: #77b300;
  6632. }
  6633. legend {
  6634. color: #fff;
  6635. }
  6636. .input-group-addon {
  6637. background-color: #424242;
  6638. }
  6639. .nav-tabs a,
  6640. .nav-pills a,
  6641. .breadcrumb a,
  6642. .pager a {
  6643. color: #fff;
  6644. }
  6645. .alert .alert-link,
  6646. .alert a {
  6647. color: #ffffff;
  6648. text-decoration: underline;
  6649. }
  6650. .alert .close {
  6651. text-decoration: none;
  6652. }
  6653. .close {
  6654. color: #fff;
  6655. text-decoration: none;
  6656. opacity: 0.4;
  6657. }
  6658. .close:hover,
  6659. .close:focus {
  6660. color: #fff;
  6661. opacity: 1;
  6662. }
  6663. a.thumbnail:hover,
  6664. a.thumbnail:focus,
  6665. a.thumbnail.active {
  6666. border-color: #282828;
  6667. }
  6668. a.list-group-item.active,
  6669. a.list-group-item.active:hover,
  6670. a.list-group-item.active:focus {
  6671. border-color: #282828;
  6672. }
  6673. a.list-group-item-success.active {
  6674. background-color: #77b300;
  6675. }
  6676. a.list-group-item-success.active:hover,
  6677. a.list-group-item-success.active:focus {
  6678. background-color: #669a00;
  6679. }
  6680. a.list-group-item-warning.active {
  6681. background-color: #ff8800;
  6682. }
  6683. a.list-group-item-warning.active:hover,
  6684. a.list-group-item-warning.active:focus {
  6685. background-color: #e67a00;
  6686. }
  6687. a.list-group-item-danger.active {
  6688. background-color: #cc0000;
  6689. }
  6690. a.list-group-item-danger.active:hover,
  6691. a.list-group-item-danger.active:focus {
  6692. background-color: #b30000;
  6693. }
  6694. .jumbotron h1,
  6695. .jumbotron h2,
  6696. .jumbotron h3,
  6697. .jumbotron h4,
  6698. .jumbotron h5,
  6699. .jumbotron h6 {
  6700. color: #fff;
  6701. }