Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

7722 rindas
172KB

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