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

6812 regels
144 KiB

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