Guest User

bootstrap.css

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