aznGiLL

bootstrap

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