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

8740 lines
151 KiB

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