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.

6766 lines
143 KiB

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