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.

6154 lines
127 KiB

10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
10 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
9 years ago
10 years ago
9 years ago
9 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
10 years ago
9 years ago
10 years ago
10 years ago
9 years ago
10 years ago
  1. /*!
  2. * Bootstrap v3.3.6 (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: "\002a";
  273. }
  274. .glyphicon-plus:before {
  275. content: "\002b";
  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. display: block;
  1110. max-width: 100%;
  1111. height: auto;
  1112. }
  1113. .img-rounded {
  1114. border-radius: 6px;
  1115. }
  1116. .img-thumbnail {
  1117. padding: 4px;
  1118. line-height: 1.42857143;
  1119. background-color: #ffffff;
  1120. border: 1px solid #dddddd;
  1121. border-radius: 4px;
  1122. -webkit-transition: all 0.2s ease-in-out;
  1123. -o-transition: all 0.2s ease-in-out;
  1124. transition: all 0.2s ease-in-out;
  1125. display: inline-block;
  1126. max-width: 100%;
  1127. height: auto;
  1128. }
  1129. .img-circle {
  1130. border-radius: 50%;
  1131. }
  1132. hr {
  1133. margin-top: 20px;
  1134. margin-bottom: 20px;
  1135. border: 0;
  1136. border-top: 1px solid #eeeeee;
  1137. }
  1138. .sr-only {
  1139. position: absolute;
  1140. width: 1px;
  1141. height: 1px;
  1142. margin: -1px;
  1143. padding: 0;
  1144. overflow: hidden;
  1145. clip: rect(0, 0, 0, 0);
  1146. border: 0;
  1147. }
  1148. .sr-only-focusable:active,
  1149. .sr-only-focusable:focus {
  1150. position: static;
  1151. width: auto;
  1152. height: auto;
  1153. margin: 0;
  1154. overflow: visible;
  1155. clip: auto;
  1156. }
  1157. [role="button"] {
  1158. cursor: pointer;
  1159. }
  1160. h1,
  1161. h2,
  1162. h3,
  1163. h4,
  1164. h5,
  1165. h6,
  1166. .h1,
  1167. .h2,
  1168. .h3,
  1169. .h4,
  1170. .h5,
  1171. .h6 {
  1172. font-family: inherit;
  1173. font-weight: 300;
  1174. line-height: 1.1;
  1175. color: inherit;
  1176. }
  1177. h1 small,
  1178. h2 small,
  1179. h3 small,
  1180. h4 small,
  1181. h5 small,
  1182. h6 small,
  1183. .h1 small,
  1184. .h2 small,
  1185. .h3 small,
  1186. .h4 small,
  1187. .h5 small,
  1188. .h6 small,
  1189. h1 .small,
  1190. h2 .small,
  1191. h3 .small,
  1192. h4 .small,
  1193. h5 .small,
  1194. h6 .small,
  1195. .h1 .small,
  1196. .h2 .small,
  1197. .h3 .small,
  1198. .h4 .small,
  1199. .h5 .small,
  1200. .h6 .small {
  1201. font-weight: normal;
  1202. line-height: 1;
  1203. color: #777777;
  1204. }
  1205. h1,
  1206. .h1,
  1207. h2,
  1208. .h2,
  1209. h3,
  1210. .h3 {
  1211. margin-top: 20px;
  1212. margin-bottom: 10px;
  1213. }
  1214. h1 small,
  1215. .h1 small,
  1216. h2 small,
  1217. .h2 small,
  1218. h3 small,
  1219. .h3 small,
  1220. h1 .small,
  1221. .h1 .small,
  1222. h2 .small,
  1223. .h2 .small,
  1224. h3 .small,
  1225. .h3 .small {
  1226. font-size: 65%;
  1227. }
  1228. h4,
  1229. .h4,
  1230. h5,
  1231. .h5,
  1232. h6,
  1233. .h6 {
  1234. margin-top: 10px;
  1235. margin-bottom: 10px;
  1236. }
  1237. h4 small,
  1238. .h4 small,
  1239. h5 small,
  1240. .h5 small,
  1241. h6 small,
  1242. .h6 small,
  1243. h4 .small,
  1244. .h4 .small,
  1245. h5 .small,
  1246. .h5 .small,
  1247. h6 .small,
  1248. .h6 .small {
  1249. font-size: 75%;
  1250. }
  1251. h1,
  1252. .h1 {
  1253. font-size: 36px;
  1254. }
  1255. h2,
  1256. .h2 {
  1257. font-size: 24px;
  1258. }
  1259. h3,
  1260. .h3 {
  1261. font-size: 24px;
  1262. }
  1263. h4,
  1264. .h4 {
  1265. font-size: 18px;
  1266. }
  1267. h5,
  1268. .h5 {
  1269. font-size: 14px;
  1270. }
  1271. h6,
  1272. .h6 {
  1273. font-size: 12px;
  1274. }
  1275. p {
  1276. margin: 0 0 10px;
  1277. }
  1278. .lead {
  1279. margin-bottom: 20px;
  1280. font-size: 16px;
  1281. font-weight: 300;
  1282. line-height: 1.4;
  1283. }
  1284. @media (min-width: 768px) {
  1285. .lead {
  1286. font-size: 21px;
  1287. }
  1288. }
  1289. small,
  1290. .small {
  1291. font-size: 85%;
  1292. }
  1293. mark,
  1294. .mark {
  1295. background-color: #fcf8e3;
  1296. padding: .2em;
  1297. }
  1298. .text-left {
  1299. text-align: left;
  1300. }
  1301. .text-right {
  1302. text-align: right;
  1303. }
  1304. .text-center {
  1305. text-align: center;
  1306. }
  1307. .text-justify {
  1308. text-align: justify;
  1309. }
  1310. .text-nowrap {
  1311. white-space: nowrap;
  1312. }
  1313. .text-lowercase {
  1314. text-transform: lowercase;
  1315. }
  1316. .text-uppercase {
  1317. text-transform: uppercase;
  1318. }
  1319. .text-capitalize {
  1320. text-transform: capitalize;
  1321. }
  1322. .text-muted {
  1323. color: #777777;
  1324. }
  1325. .text-primary {
  1326. color: #22bc66;
  1327. }
  1328. a.text-primary:hover,
  1329. a.text-primary:focus {
  1330. color: #1a914f;
  1331. }
  1332. .text-success {
  1333. color: #3c763d;
  1334. }
  1335. a.text-success:hover,
  1336. a.text-success:focus {
  1337. color: #2b542c;
  1338. }
  1339. .text-info {
  1340. color: #31708f;
  1341. }
  1342. a.text-info:hover,
  1343. a.text-info:focus {
  1344. color: #245269;
  1345. }
  1346. .text-warning {
  1347. color: #8a6d3b;
  1348. }
  1349. a.text-warning:hover,
  1350. a.text-warning:focus {
  1351. color: #66512c;
  1352. }
  1353. .text-danger {
  1354. color: #a94442;
  1355. }
  1356. a.text-danger:hover,
  1357. a.text-danger:focus {
  1358. color: #843534;
  1359. }
  1360. .bg-primary {
  1361. color: #fff;
  1362. background-color: #22bc66;
  1363. }
  1364. a.bg-primary:hover,
  1365. a.bg-primary:focus {
  1366. background-color: #1a914f;
  1367. }
  1368. .bg-success {
  1369. background-color: #dff0d8;
  1370. }
  1371. a.bg-success:hover,
  1372. a.bg-success:focus {
  1373. background-color: #c1e2b3;
  1374. }
  1375. .bg-info {
  1376. background-color: #d9edf7;
  1377. }
  1378. a.bg-info:hover,
  1379. a.bg-info:focus {
  1380. background-color: #afd9ee;
  1381. }
  1382. .bg-warning {
  1383. background-color: #fcf8e3;
  1384. }
  1385. a.bg-warning:hover,
  1386. a.bg-warning:focus {
  1387. background-color: #f7ecb5;
  1388. }
  1389. .bg-danger {
  1390. background-color: #f2dede;
  1391. }
  1392. a.bg-danger:hover,
  1393. a.bg-danger:focus {
  1394. background-color: #e4b9b9;
  1395. }
  1396. .page-header {
  1397. padding-bottom: 9px;
  1398. margin: 40px 0 20px;
  1399. border-bottom: 1px solid #eeeeee;
  1400. }
  1401. ul,
  1402. ol {
  1403. margin-top: 0;
  1404. margin-bottom: 10px;
  1405. }
  1406. ul ul,
  1407. ol ul,
  1408. ul ol,
  1409. ol ol {
  1410. margin-bottom: 0;
  1411. }
  1412. .list-unstyled {
  1413. padding-left: 0;
  1414. list-style: none;
  1415. }
  1416. .list-inline {
  1417. padding-left: 0;
  1418. list-style: none;
  1419. margin-left: -5px;
  1420. }
  1421. .list-inline > li {
  1422. display: inline-block;
  1423. padding-left: 5px;
  1424. padding-right: 5px;
  1425. }
  1426. dl {
  1427. margin-top: 0;
  1428. margin-bottom: 20px;
  1429. }
  1430. dt,
  1431. dd {
  1432. line-height: 1.42857143;
  1433. }
  1434. dt {
  1435. font-weight: bold;
  1436. }
  1437. dd {
  1438. margin-left: 0;
  1439. }
  1440. @media (min-width: 768px) {
  1441. .dl-horizontal dt {
  1442. float: left;
  1443. width: 160px;
  1444. clear: left;
  1445. text-align: right;
  1446. overflow: hidden;
  1447. text-overflow: ellipsis;
  1448. white-space: nowrap;
  1449. }
  1450. .dl-horizontal dd {
  1451. margin-left: 180px;
  1452. }
  1453. }
  1454. abbr[title],
  1455. abbr[data-original-title] {
  1456. cursor: help;
  1457. border-bottom: 1px dotted #777777;
  1458. }
  1459. .initialism {
  1460. font-size: 90%;
  1461. text-transform: uppercase;
  1462. }
  1463. blockquote {
  1464. padding: 10px 20px;
  1465. margin: 0 0 20px;
  1466. font-size: 17.5px;
  1467. border-left: 5px solid #eeeeee;
  1468. }
  1469. blockquote p:last-child,
  1470. blockquote ul:last-child,
  1471. blockquote ol:last-child {
  1472. margin-bottom: 0;
  1473. }
  1474. blockquote footer,
  1475. blockquote small,
  1476. blockquote .small {
  1477. display: block;
  1478. font-size: 80%;
  1479. line-height: 1.42857143;
  1480. color: #777777;
  1481. }
  1482. blockquote footer:before,
  1483. blockquote small:before,
  1484. blockquote .small:before {
  1485. content: '\2014 \00A0';
  1486. }
  1487. .blockquote-reverse,
  1488. blockquote.pull-right {
  1489. padding-right: 15px;
  1490. padding-left: 0;
  1491. border-right: 5px solid #eeeeee;
  1492. border-left: 0;
  1493. text-align: right;
  1494. }
  1495. .blockquote-reverse footer:before,
  1496. blockquote.pull-right footer:before,
  1497. .blockquote-reverse small:before,
  1498. blockquote.pull-right small:before,
  1499. .blockquote-reverse .small:before,
  1500. blockquote.pull-right .small:before {
  1501. content: '';
  1502. }
  1503. .blockquote-reverse footer:after,
  1504. blockquote.pull-right footer:after,
  1505. .blockquote-reverse small:after,
  1506. blockquote.pull-right small:after,
  1507. .blockquote-reverse .small:after,
  1508. blockquote.pull-right .small:after {
  1509. content: '\00A0 \2014';
  1510. }
  1511. address {
  1512. margin-bottom: 20px;
  1513. font-style: normal;
  1514. line-height: 1.42857143;
  1515. }
  1516. code,
  1517. kbd,
  1518. pre,
  1519. samp {
  1520. font-family: "Lucida Console", Monaco, monospace;
  1521. }
  1522. code {
  1523. padding: 2px 4px;
  1524. font-size: 90%;
  1525. color: #222222;
  1526. background-color: transparent;
  1527. border-radius: 4px;
  1528. }
  1529. kbd {
  1530. padding: 2px 4px;
  1531. font-size: 90%;
  1532. color: #ffffff;
  1533. background-color: #333333;
  1534. border-radius: 3px;
  1535. box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  1536. }
  1537. kbd kbd {
  1538. padding: 0;
  1539. font-size: 100%;
  1540. font-weight: bold;
  1541. box-shadow: none;
  1542. }
  1543. pre {
  1544. display: block;
  1545. padding: 9.5px;
  1546. margin: 0 0 10px;
  1547. font-size: 13px;
  1548. line-height: 1.42857143;
  1549. word-break: break-all;
  1550. word-wrap: break-word;
  1551. color: #333333;
  1552. background-color: #f5f5f5;
  1553. border: 1px solid #cccccc;
  1554. border-radius: 4px;
  1555. }
  1556. pre code {
  1557. padding: 0;
  1558. font-size: inherit;
  1559. color: inherit;
  1560. white-space: pre-wrap;
  1561. background-color: transparent;
  1562. border-radius: 0;
  1563. }
  1564. .pre-scrollable {
  1565. max-height: 340px;
  1566. overflow-y: scroll;
  1567. }
  1568. .container {
  1569. margin-right: auto;
  1570. margin-left: auto;
  1571. padding-left: 15px;
  1572. padding-right: 15px;
  1573. }
  1574. @media (min-width: 768px) {
  1575. .container {
  1576. width: 750px;
  1577. }
  1578. }
  1579. @media (min-width: 992px) {
  1580. .container {
  1581. width: 970px;
  1582. }
  1583. }
  1584. @media (min-width: 1200px) {
  1585. .container {
  1586. width: 1170px;
  1587. }
  1588. }
  1589. .container-fluid {
  1590. margin-right: auto;
  1591. margin-left: auto;
  1592. padding-left: 15px;
  1593. padding-right: 15px;
  1594. }
  1595. .row {
  1596. margin-left: -15px;
  1597. margin-right: -15px;
  1598. }
  1599. .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 {
  1600. position: relative;
  1601. min-height: 1px;
  1602. padding-left: 15px;
  1603. padding-right: 15px;
  1604. }
  1605. .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 {
  1606. float: left;
  1607. }
  1608. .col-xs-12 {
  1609. width: 100%;
  1610. }
  1611. .col-xs-11 {
  1612. width: 91.66666667%;
  1613. }
  1614. .col-xs-10 {
  1615. width: 83.33333333%;
  1616. }
  1617. .col-xs-9 {
  1618. width: 75%;
  1619. }
  1620. .col-xs-8 {
  1621. width: 66.66666667%;
  1622. }
  1623. .col-xs-7 {
  1624. width: 58.33333333%;
  1625. }
  1626. .col-xs-6 {
  1627. width: 50%;
  1628. }
  1629. .col-xs-5 {
  1630. width: 41.66666667%;
  1631. }
  1632. .col-xs-4 {
  1633. width: 33.33333333%;
  1634. }
  1635. .col-xs-3 {
  1636. width: 25%;
  1637. }
  1638. .col-xs-2 {
  1639. width: 16.66666667%;
  1640. }
  1641. .col-xs-1 {
  1642. width: 8.33333333%;
  1643. }
  1644. .col-xs-pull-12 {
  1645. right: 100%;
  1646. }
  1647. .col-xs-pull-11 {
  1648. right: 91.66666667%;
  1649. }
  1650. .col-xs-pull-10 {
  1651. right: 83.33333333%;
  1652. }
  1653. .col-xs-pull-9 {
  1654. right: 75%;
  1655. }
  1656. .col-xs-pull-8 {
  1657. right: 66.66666667%;
  1658. }
  1659. .col-xs-pull-7 {
  1660. right: 58.33333333%;
  1661. }
  1662. .col-xs-pull-6 {
  1663. right: 50%;
  1664. }
  1665. .col-xs-pull-5 {
  1666. right: 41.66666667%;
  1667. }
  1668. .col-xs-pull-4 {
  1669. right: 33.33333333%;
  1670. }
  1671. .col-xs-pull-3 {
  1672. right: 25%;
  1673. }
  1674. .col-xs-pull-2 {
  1675. right: 16.66666667%;
  1676. }
  1677. .col-xs-pull-1 {
  1678. right: 8.33333333%;
  1679. }
  1680. .col-xs-pull-0 {
  1681. right: auto;
  1682. }
  1683. .col-xs-push-12 {
  1684. left: 100%;
  1685. }
  1686. .col-xs-push-11 {
  1687. left: 91.66666667%;
  1688. }
  1689. .col-xs-push-10 {
  1690. left: 83.33333333%;
  1691. }
  1692. .col-xs-push-9 {
  1693. left: 75%;
  1694. }
  1695. .col-xs-push-8 {
  1696. left: 66.66666667%;
  1697. }
  1698. .col-xs-push-7 {
  1699. left: 58.33333333%;
  1700. }
  1701. .col-xs-push-6 {
  1702. left: 50%;
  1703. }
  1704. .col-xs-push-5 {
  1705. left: 41.66666667%;
  1706. }
  1707. .col-xs-push-4 {
  1708. left: 33.33333333%;
  1709. }
  1710. .col-xs-push-3 {
  1711. left: 25%;
  1712. }
  1713. .col-xs-push-2 {
  1714. left: 16.66666667%;
  1715. }
  1716. .col-xs-push-1 {
  1717. left: 8.33333333%;
  1718. }
  1719. .col-xs-push-0 {
  1720. left: auto;
  1721. }
  1722. .col-xs-offset-12 {
  1723. margin-left: 100%;
  1724. }
  1725. .col-xs-offset-11 {
  1726. margin-left: 91.66666667%;
  1727. }
  1728. .col-xs-offset-10 {
  1729. margin-left: 83.33333333%;
  1730. }
  1731. .col-xs-offset-9 {
  1732. margin-left: 75%;
  1733. }
  1734. .col-xs-offset-8 {
  1735. margin-left: 66.66666667%;
  1736. }
  1737. .col-xs-offset-7 {
  1738. margin-left: 58.33333333%;
  1739. }
  1740. .col-xs-offset-6 {
  1741. margin-left: 50%;
  1742. }
  1743. .col-xs-offset-5 {
  1744. margin-left: 41.66666667%;
  1745. }
  1746. .col-xs-offset-4 {
  1747. margin-left: 33.33333333%;
  1748. }
  1749. .col-xs-offset-3 {
  1750. margin-left: 25%;
  1751. }
  1752. .col-xs-offset-2 {
  1753. margin-left: 16.66666667%;
  1754. }
  1755. .col-xs-offset-1 {
  1756. margin-left: 8.33333333%;
  1757. }
  1758. .col-xs-offset-0 {
  1759. margin-left: 0%;
  1760. }
  1761. @media (min-width: 768px) {
  1762. .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 {
  1763. float: left;
  1764. }
  1765. .col-sm-12 {
  1766. width: 100%;
  1767. }
  1768. .col-sm-11 {
  1769. width: 91.66666667%;
  1770. }
  1771. .col-sm-10 {
  1772. width: 83.33333333%;
  1773. }
  1774. .col-sm-9 {
  1775. width: 75%;
  1776. }
  1777. .col-sm-8 {
  1778. width: 66.66666667%;
  1779. }
  1780. .col-sm-7 {
  1781. width: 58.33333333%;
  1782. }
  1783. .col-sm-6 {
  1784. width: 50%;
  1785. }
  1786. .col-sm-5 {
  1787. width: 41.66666667%;
  1788. }
  1789. .col-sm-4 {
  1790. width: 33.33333333%;
  1791. }
  1792. .col-sm-3 {
  1793. width: 25%;
  1794. }
  1795. .col-sm-2 {
  1796. width: 16.66666667%;
  1797. }
  1798. .col-sm-1 {
  1799. width: 8.33333333%;
  1800. }
  1801. .col-sm-pull-12 {
  1802. right: 100%;
  1803. }
  1804. .col-sm-pull-11 {
  1805. right: 91.66666667%;
  1806. }
  1807. .col-sm-pull-10 {
  1808. right: 83.33333333%;
  1809. }
  1810. .col-sm-pull-9 {
  1811. right: 75%;
  1812. }
  1813. .col-sm-pull-8 {
  1814. right: 66.66666667%;
  1815. }
  1816. .col-sm-pull-7 {
  1817. right: 58.33333333%;
  1818. }
  1819. .col-sm-pull-6 {
  1820. right: 50%;
  1821. }
  1822. .col-sm-pull-5 {
  1823. right: 41.66666667%;
  1824. }
  1825. .col-sm-pull-4 {
  1826. right: 33.33333333%;
  1827. }
  1828. .col-sm-pull-3 {
  1829. right: 25%;
  1830. }
  1831. .col-sm-pull-2 {
  1832. right: 16.66666667%;
  1833. }
  1834. .col-sm-pull-1 {
  1835. right: 8.33333333%;
  1836. }
  1837. .col-sm-pull-0 {
  1838. right: auto;
  1839. }
  1840. .col-sm-push-12 {
  1841. left: 100%;
  1842. }
  1843. .col-sm-push-11 {
  1844. left: 91.66666667%;
  1845. }
  1846. .col-sm-push-10 {
  1847. left: 83.33333333%;
  1848. }
  1849. .col-sm-push-9 {
  1850. left: 75%;
  1851. }
  1852. .col-sm-push-8 {
  1853. left: 66.66666667%;
  1854. }
  1855. .col-sm-push-7 {
  1856. left: 58.33333333%;
  1857. }
  1858. .col-sm-push-6 {
  1859. left: 50%;
  1860. }
  1861. .col-sm-push-5 {
  1862. left: 41.66666667%;
  1863. }
  1864. .col-sm-push-4 {
  1865. left: 33.33333333%;
  1866. }
  1867. .col-sm-push-3 {
  1868. left: 25%;
  1869. }
  1870. .col-sm-push-2 {
  1871. left: 16.66666667%;
  1872. }
  1873. .col-sm-push-1 {
  1874. left: 8.33333333%;
  1875. }
  1876. .col-sm-push-0 {
  1877. left: auto;
  1878. }
  1879. .col-sm-offset-12 {
  1880. margin-left: 100%;
  1881. }
  1882. .col-sm-offset-11 {
  1883. margin-left: 91.66666667%;
  1884. }
  1885. .col-sm-offset-10 {
  1886. margin-left: 83.33333333%;
  1887. }
  1888. .col-sm-offset-9 {
  1889. margin-left: 75%;
  1890. }
  1891. .col-sm-offset-8 {
  1892. margin-left: 66.66666667%;
  1893. }
  1894. .col-sm-offset-7 {
  1895. margin-left: 58.33333333%;
  1896. }
  1897. .col-sm-offset-6 {
  1898. margin-left: 50%;
  1899. }
  1900. .col-sm-offset-5 {
  1901. margin-left: 41.66666667%;
  1902. }
  1903. .col-sm-offset-4 {
  1904. margin-left: 33.33333333%;
  1905. }
  1906. .col-sm-offset-3 {
  1907. margin-left: 25%;
  1908. }
  1909. .col-sm-offset-2 {
  1910. margin-left: 16.66666667%;
  1911. }
  1912. .col-sm-offset-1 {
  1913. margin-left: 8.33333333%;
  1914. }
  1915. .col-sm-offset-0 {
  1916. margin-left: 0%;
  1917. }
  1918. }
  1919. @media (min-width: 992px) {
  1920. .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 {
  1921. float: left;
  1922. }
  1923. .col-md-12 {
  1924. width: 100%;
  1925. }
  1926. .col-md-11 {
  1927. width: 91.66666667%;
  1928. }
  1929. .col-md-10 {
  1930. width: 83.33333333%;
  1931. }
  1932. .col-md-9 {
  1933. width: 75%;
  1934. }
  1935. .col-md-8 {
  1936. width: 66.66666667%;
  1937. }
  1938. .col-md-7 {
  1939. width: 58.33333333%;
  1940. }
  1941. .col-md-6 {
  1942. width: 50%;
  1943. }
  1944. .col-md-5 {
  1945. width: 41.66666667%;
  1946. }
  1947. .col-md-4 {
  1948. width: 33.33333333%;
  1949. }
  1950. .col-md-3 {
  1951. width: 25%;
  1952. }
  1953. .col-md-2 {
  1954. width: 16.66666667%;
  1955. }
  1956. .col-md-1 {
  1957. width: 8.33333333%;
  1958. }
  1959. .col-md-pull-12 {
  1960. right: 100%;
  1961. }
  1962. .col-md-pull-11 {
  1963. right: 91.66666667%;
  1964. }
  1965. .col-md-pull-10 {
  1966. right: 83.33333333%;
  1967. }
  1968. .col-md-pull-9 {
  1969. right: 75%;
  1970. }
  1971. .col-md-pull-8 {
  1972. right: 66.66666667%;
  1973. }
  1974. .col-md-pull-7 {
  1975. right: 58.33333333%;
  1976. }
  1977. .col-md-pull-6 {
  1978. right: 50%;
  1979. }
  1980. .col-md-pull-5 {
  1981. right: 41.66666667%;
  1982. }
  1983. .col-md-pull-4 {
  1984. right: 33.33333333%;
  1985. }
  1986. .col-md-pull-3 {
  1987. right: 25%;
  1988. }
  1989. .col-md-pull-2 {
  1990. right: 16.66666667%;
  1991. }
  1992. .col-md-pull-1 {
  1993. right: 8.33333333%;
  1994. }
  1995. .col-md-pull-0 {
  1996. right: auto;
  1997. }
  1998. .col-md-push-12 {
  1999. left: 100%;
  2000. }
  2001. .col-md-push-11 {
  2002. left: 91.66666667%;
  2003. }
  2004. .col-md-push-10 {
  2005. left: 83.33333333%;
  2006. }
  2007. .col-md-push-9 {
  2008. left: 75%;
  2009. }
  2010. .col-md-push-8 {
  2011. left: 66.66666667%;
  2012. }
  2013. .col-md-push-7 {
  2014. left: 58.33333333%;
  2015. }
  2016. .col-md-push-6 {
  2017. left: 50%;
  2018. }
  2019. .col-md-push-5 {
  2020. left: 41.66666667%;
  2021. }
  2022. .col-md-push-4 {
  2023. left: 33.33333333%;
  2024. }
  2025. .col-md-push-3 {
  2026. left: 25%;
  2027. }
  2028. .col-md-push-2 {
  2029. left: 16.66666667%;
  2030. }
  2031. .col-md-push-1 {
  2032. left: 8.33333333%;
  2033. }
  2034. .col-md-push-0 {
  2035. left: auto;
  2036. }
  2037. .col-md-offset-12 {
  2038. margin-left: 100%;
  2039. }
  2040. .col-md-offset-11 {
  2041. margin-left: 91.66666667%;
  2042. }
  2043. .col-md-offset-10 {
  2044. margin-left: 83.33333333%;
  2045. }
  2046. .col-md-offset-9 {
  2047. margin-left: 75%;
  2048. }
  2049. .col-md-offset-8 {
  2050. margin-left: 66.66666667%;
  2051. }
  2052. .col-md-offset-7 {
  2053. margin-left: 58.33333333%;
  2054. }
  2055. .col-md-offset-6 {
  2056. margin-left: 50%;
  2057. }
  2058. .col-md-offset-5 {
  2059. margin-left: 41.66666667%;
  2060. }
  2061. .col-md-offset-4 {
  2062. margin-left: 33.33333333%;
  2063. }
  2064. .col-md-offset-3 {
  2065. margin-left: 25%;
  2066. }
  2067. .col-md-offset-2 {
  2068. margin-left: 16.66666667%;
  2069. }
  2070. .col-md-offset-1 {
  2071. margin-left: 8.33333333%;
  2072. }
  2073. .col-md-offset-0 {
  2074. margin-left: 0%;
  2075. }
  2076. }
  2077. @media (min-width: 1200px) {
  2078. .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 {
  2079. float: left;
  2080. }
  2081. .col-lg-12 {
  2082. width: 100%;
  2083. }
  2084. .col-lg-11 {
  2085. width: 91.66666667%;
  2086. }
  2087. .col-lg-10 {
  2088. width: 83.33333333%;
  2089. }
  2090. .col-lg-9 {
  2091. width: 75%;
  2092. }
  2093. .col-lg-8 {
  2094. width: 66.66666667%;
  2095. }
  2096. .col-lg-7 {
  2097. width: 58.33333333%;
  2098. }
  2099. .col-lg-6 {
  2100. width: 50%;
  2101. }
  2102. .col-lg-5 {
  2103. width: 41.66666667%;
  2104. }
  2105. .col-lg-4 {
  2106. width: 33.33333333%;
  2107. }
  2108. .col-lg-3 {
  2109. width: 25%;
  2110. }
  2111. .col-lg-2 {
  2112. width: 16.66666667%;
  2113. }
  2114. .col-lg-1 {
  2115. width: 8.33333333%;
  2116. }
  2117. .col-lg-pull-12 {
  2118. right: 100%;
  2119. }
  2120. .col-lg-pull-11 {
  2121. right: 91.66666667%;
  2122. }
  2123. .col-lg-pull-10 {
  2124. right: 83.33333333%;
  2125. }
  2126. .col-lg-pull-9 {
  2127. right: 75%;
  2128. }
  2129. .col-lg-pull-8 {
  2130. right: 66.66666667%;
  2131. }
  2132. .col-lg-pull-7 {
  2133. right: 58.33333333%;
  2134. }
  2135. .col-lg-pull-6 {
  2136. right: 50%;
  2137. }
  2138. .col-lg-pull-5 {
  2139. right: 41.66666667%;
  2140. }
  2141. .col-lg-pull-4 {
  2142. right: 33.33333333%;
  2143. }
  2144. .col-lg-pull-3 {
  2145. right: 25%;
  2146. }
  2147. .col-lg-pull-2 {
  2148. right: 16.66666667%;
  2149. }
  2150. .col-lg-pull-1 {
  2151. right: 8.33333333%;
  2152. }
  2153. .col-lg-pull-0 {
  2154. right: auto;
  2155. }
  2156. .col-lg-push-12 {
  2157. left: 100%;
  2158. }
  2159. .col-lg-push-11 {
  2160. left: 91.66666667%;
  2161. }
  2162. .col-lg-push-10 {
  2163. left: 83.33333333%;
  2164. }
  2165. .col-lg-push-9 {
  2166. left: 75%;
  2167. }
  2168. .col-lg-push-8 {
  2169. left: 66.66666667%;
  2170. }
  2171. .col-lg-push-7 {
  2172. left: 58.33333333%;
  2173. }
  2174. .col-lg-push-6 {
  2175. left: 50%;
  2176. }
  2177. .col-lg-push-5 {
  2178. left: 41.66666667%;
  2179. }
  2180. .col-lg-push-4 {
  2181. left: 33.33333333%;
  2182. }
  2183. .col-lg-push-3 {
  2184. left: 25%;
  2185. }
  2186. .col-lg-push-2 {
  2187. left: 16.66666667%;
  2188. }
  2189. .col-lg-push-1 {
  2190. left: 8.33333333%;
  2191. }
  2192. .col-lg-push-0 {
  2193. left: auto;
  2194. }
  2195. .col-lg-offset-12 {
  2196. margin-left: 100%;
  2197. }
  2198. .col-lg-offset-11 {
  2199. margin-left: 91.66666667%;
  2200. }
  2201. .col-lg-offset-10 {
  2202. margin-left: 83.33333333%;
  2203. }
  2204. .col-lg-offset-9 {
  2205. margin-left: 75%;
  2206. }
  2207. .col-lg-offset-8 {
  2208. margin-left: 66.66666667%;
  2209. }
  2210. .col-lg-offset-7 {
  2211. margin-left: 58.33333333%;
  2212. }
  2213. .col-lg-offset-6 {
  2214. margin-left: 50%;
  2215. }
  2216. .col-lg-offset-5 {
  2217. margin-left: 41.66666667%;
  2218. }
  2219. .col-lg-offset-4 {
  2220. margin-left: 33.33333333%;
  2221. }
  2222. .col-lg-offset-3 {
  2223. margin-left: 25%;
  2224. }
  2225. .col-lg-offset-2 {
  2226. margin-left: 16.66666667%;
  2227. }
  2228. .col-lg-offset-1 {
  2229. margin-left: 8.33333333%;
  2230. }
  2231. .col-lg-offset-0 {
  2232. margin-left: 0%;
  2233. }
  2234. }
  2235. table {
  2236. background-color: transparent;
  2237. }
  2238. caption {
  2239. padding-top: 8px;
  2240. padding-bottom: 8px;
  2241. color: #777777;
  2242. text-align: left;
  2243. }
  2244. th {
  2245. text-align: left;
  2246. }
  2247. .table {
  2248. width: 100%;
  2249. max-width: 100%;
  2250. margin-bottom: 20px;
  2251. }
  2252. .table > thead > tr > th,
  2253. .table > tbody > tr > th,
  2254. .table > tfoot > tr > th,
  2255. .table > thead > tr > td,
  2256. .table > tbody > tr > td,
  2257. .table > tfoot > tr > td {
  2258. padding: 8px;
  2259. line-height: 1.42857143;
  2260. vertical-align: top;
  2261. border-top: 1px solid #dddddd;
  2262. }
  2263. .table > thead > tr > th {
  2264. vertical-align: bottom;
  2265. border-bottom: 2px solid #dddddd;
  2266. }
  2267. .table > caption + thead > tr:first-child > th,
  2268. .table > colgroup + thead > tr:first-child > th,
  2269. .table > thead:first-child > tr:first-child > th,
  2270. .table > caption + thead > tr:first-child > td,
  2271. .table > colgroup + thead > tr:first-child > td,
  2272. .table > thead:first-child > tr:first-child > td {
  2273. border-top: 0;
  2274. }
  2275. .table > tbody + tbody {
  2276. border-top: 2px solid #dddddd;
  2277. }
  2278. .table .table {
  2279. background-color: #ffffff;
  2280. }
  2281. .table-condensed > thead > tr > th,
  2282. .table-condensed > tbody > tr > th,
  2283. .table-condensed > tfoot > tr > th,
  2284. .table-condensed > thead > tr > td,
  2285. .table-condensed > tbody > tr > td,
  2286. .table-condensed > tfoot > tr > td {
  2287. padding: 5px;
  2288. }
  2289. .table-bordered {
  2290. border: 1px solid #dddddd;
  2291. }
  2292. .table-bordered > thead > tr > th,
  2293. .table-bordered > tbody > tr > th,
  2294. .table-bordered > tfoot > tr > th,
  2295. .table-bordered > thead > tr > td,
  2296. .table-bordered > tbody > tr > td,
  2297. .table-bordered > tfoot > tr > td {
  2298. border: 1px solid #dddddd;
  2299. }
  2300. .table-bordered > thead > tr > th,
  2301. .table-bordered > thead > tr > td {
  2302. border-bottom-width: 2px;
  2303. }
  2304. .table-striped > tbody > tr:nth-of-type(odd) {
  2305. background-color: #f9f9f9;
  2306. }
  2307. .table-hover > tbody > tr:hover {
  2308. background-color: #f5f5f5;
  2309. }
  2310. table col[class*="col-"] {
  2311. position: static;
  2312. float: none;
  2313. display: table-column;
  2314. }
  2315. table td[class*="col-"],
  2316. table th[class*="col-"] {
  2317. position: static;
  2318. float: none;
  2319. display: table-cell;
  2320. }
  2321. .table > thead > tr > td.active,
  2322. .table > tbody > tr > td.active,
  2323. .table > tfoot > tr > td.active,
  2324. .table > thead > tr > th.active,
  2325. .table > tbody > tr > th.active,
  2326. .table > tfoot > tr > th.active,
  2327. .table > thead > tr.active > td,
  2328. .table > tbody > tr.active > td,
  2329. .table > tfoot > tr.active > td,
  2330. .table > thead > tr.active > th,
  2331. .table > tbody > tr.active > th,
  2332. .table > tfoot > tr.active > th {
  2333. background-color: #f5f5f5;
  2334. }
  2335. .table-hover > tbody > tr > td.active:hover,
  2336. .table-hover > tbody > tr > th.active:hover,
  2337. .table-hover > tbody > tr.active:hover > td,
  2338. .table-hover > tbody > tr:hover > .active,
  2339. .table-hover > tbody > tr.active:hover > th {
  2340. background-color: #e8e8e8;
  2341. }
  2342. .table > thead > tr > td.success,
  2343. .table > tbody > tr > td.success,
  2344. .table > tfoot > tr > td.success,
  2345. .table > thead > tr > th.success,
  2346. .table > tbody > tr > th.success,
  2347. .table > tfoot > tr > th.success,
  2348. .table > thead > tr.success > td,
  2349. .table > tbody > tr.success > td,
  2350. .table > tfoot > tr.success > td,
  2351. .table > thead > tr.success > th,
  2352. .table > tbody > tr.success > th,
  2353. .table > tfoot > tr.success > th {
  2354. background-color: #dff0d8;
  2355. }
  2356. .table-hover > tbody > tr > td.success:hover,
  2357. .table-hover > tbody > tr > th.success:hover,
  2358. .table-hover > tbody > tr.success:hover > td,
  2359. .table-hover > tbody > tr:hover > .success,
  2360. .table-hover > tbody > tr.success:hover > th {
  2361. background-color: #d0e9c6;
  2362. }
  2363. .table > thead > tr > td.info,
  2364. .table > tbody > tr > td.info,
  2365. .table > tfoot > tr > td.info,
  2366. .table > thead > tr > th.info,
  2367. .table > tbody > tr > th.info,
  2368. .table > tfoot > tr > th.info,
  2369. .table > thead > tr.info > td,
  2370. .table > tbody > tr.info > td,
  2371. .table > tfoot > tr.info > td,
  2372. .table > thead > tr.info > th,
  2373. .table > tbody > tr.info > th,
  2374. .table > tfoot > tr.info > th {
  2375. background-color: #d9edf7;
  2376. }
  2377. .table-hover > tbody > tr > td.info:hover,
  2378. .table-hover > tbody > tr > th.info:hover,
  2379. .table-hover > tbody > tr.info:hover > td,
  2380. .table-hover > tbody > tr:hover > .info,
  2381. .table-hover > tbody > tr.info:hover > th {
  2382. background-color: #c4e3f3;
  2383. }
  2384. .table > thead > tr > td.warning,
  2385. .table > tbody > tr > td.warning,
  2386. .table > tfoot > tr > td.warning,
  2387. .table > thead > tr > th.warning,
  2388. .table > tbody > tr > th.warning,
  2389. .table > tfoot > tr > th.warning,
  2390. .table > thead > tr.warning > td,
  2391. .table > tbody > tr.warning > td,
  2392. .table > tfoot > tr.warning > td,
  2393. .table > thead > tr.warning > th,
  2394. .table > tbody > tr.warning > th,
  2395. .table > tfoot > tr.warning > th {
  2396. background-color: #fcf8e3;
  2397. }
  2398. .table-hover > tbody > tr > td.warning:hover,
  2399. .table-hover > tbody > tr > th.warning:hover,
  2400. .table-hover > tbody > tr.warning:hover > td,
  2401. .table-hover > tbody > tr:hover > .warning,
  2402. .table-hover > tbody > tr.warning:hover > th {
  2403. background-color: #faf2cc;
  2404. }
  2405. .table > thead > tr > td.danger,
  2406. .table > tbody > tr > td.danger,
  2407. .table > tfoot > tr > td.danger,
  2408. .table > thead > tr > th.danger,
  2409. .table > tbody > tr > th.danger,
  2410. .table > tfoot > tr > th.danger,
  2411. .table > thead > tr.danger > td,
  2412. .table > tbody > tr.danger > td,
  2413. .table > tfoot > tr.danger > td,
  2414. .table > thead > tr.danger > th,
  2415. .table > tbody > tr.danger > th,
  2416. .table > tfoot > tr.danger > th {
  2417. background-color: #f2dede;
  2418. }
  2419. .table-hover > tbody > tr > td.danger:hover,
  2420. .table-hover > tbody > tr > th.danger:hover,
  2421. .table-hover > tbody > tr.danger:hover > td,
  2422. .table-hover > tbody > tr:hover > .danger,
  2423. .table-hover > tbody > tr.danger:hover > th {
  2424. background-color: #ebcccc;
  2425. }
  2426. .table-responsive {
  2427. overflow-x: auto;
  2428. min-height: 0.01%;
  2429. }
  2430. @media screen and (max-width: 767px) {
  2431. .table-responsive {
  2432. width: 100%;
  2433. margin-bottom: 15px;
  2434. overflow-y: hidden;
  2435. -ms-overflow-style: -ms-autohiding-scrollbar;
  2436. border: 1px solid #dddddd;
  2437. }
  2438. .table-responsive > .table {
  2439. margin-bottom: 0;
  2440. }
  2441. .table-responsive > .table > thead > tr > th,
  2442. .table-responsive > .table > tbody > tr > th,
  2443. .table-responsive > .table > tfoot > tr > th,
  2444. .table-responsive > .table > thead > tr > td,
  2445. .table-responsive > .table > tbody > tr > td,
  2446. .table-responsive > .table > tfoot > tr > td {
  2447. white-space: nowrap;
  2448. }
  2449. .table-responsive > .table-bordered {
  2450. border: 0;
  2451. }
  2452. .table-responsive > .table-bordered > thead > tr > th:first-child,
  2453. .table-responsive > .table-bordered > tbody > tr > th:first-child,
  2454. .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  2455. .table-responsive > .table-bordered > thead > tr > td:first-child,
  2456. .table-responsive > .table-bordered > tbody > tr > td:first-child,
  2457. .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  2458. border-left: 0;
  2459. }
  2460. .table-responsive > .table-bordered > thead > tr > th:last-child,
  2461. .table-responsive > .table-bordered > tbody > tr > th:last-child,
  2462. .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  2463. .table-responsive > .table-bordered > thead > tr > td:last-child,
  2464. .table-responsive > .table-bordered > tbody > tr > td:last-child,
  2465. .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  2466. border-right: 0;
  2467. }
  2468. .table-responsive > .table-bordered > tbody > tr:last-child > th,
  2469. .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  2470. .table-responsive > .table-bordered > tbody > tr:last-child > td,
  2471. .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  2472. border-bottom: 0;
  2473. }
  2474. }
  2475. fieldset {
  2476. padding: 0;
  2477. margin: 0;
  2478. border: 0;
  2479. min-width: 0;
  2480. }
  2481. legend {
  2482. display: block;
  2483. width: 100%;
  2484. padding: 0;
  2485. margin-bottom: 20px;
  2486. font-size: 21px;
  2487. line-height: inherit;
  2488. color: #333333;
  2489. border: 0;
  2490. border-bottom: 1px solid #e5e5e5;
  2491. }
  2492. label {
  2493. display: inline-block;
  2494. max-width: 100%;
  2495. margin-bottom: 5px;
  2496. font-weight: bold;
  2497. }
  2498. input[type="search"] {
  2499. -webkit-box-sizing: border-box;
  2500. -moz-box-sizing: border-box;
  2501. box-sizing: border-box;
  2502. }
  2503. input[type="radio"],
  2504. input[type="checkbox"] {
  2505. margin: 4px 0 0;
  2506. margin-top: 1px \9;
  2507. line-height: normal;
  2508. }
  2509. input[type="file"] {
  2510. display: block;
  2511. }
  2512. input[type="range"] {
  2513. display: block;
  2514. width: 100%;
  2515. }
  2516. select[multiple],
  2517. select[size] {
  2518. height: auto;
  2519. }
  2520. input[type="file"]:focus,
  2521. input[type="radio"]:focus,
  2522. input[type="checkbox"]:focus {
  2523. outline: thin dotted;
  2524. outline: 5px auto -webkit-focus-ring-color;
  2525. outline-offset: -2px;
  2526. }
  2527. output {
  2528. display: block;
  2529. padding-top: 7px;
  2530. font-size: 14px;
  2531. line-height: 1.42857143;
  2532. color: #555555;
  2533. }
  2534. .form-control {
  2535. display: block;
  2536. width: 100%;
  2537. height: 34px;
  2538. padding: 6px 12px;
  2539. font-size: 14px;
  2540. line-height: 1.42857143;
  2541. color: #555555;
  2542. background-color: #ffffff;
  2543. background-image: none;
  2544. border: 1px solid #cccccc;
  2545. border-radius: 4px;
  2546. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2547. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2548. -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  2549. -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  2550. transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  2551. }
  2552. .form-control:focus {
  2553. border-color: #66afe9;
  2554. outline: 0;
  2555. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  2556. box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  2557. }
  2558. .form-control::-moz-placeholder {
  2559. color: #999999;
  2560. opacity: 1;
  2561. }
  2562. .form-control:-ms-input-placeholder {
  2563. color: #999999;
  2564. }
  2565. .form-control::-webkit-input-placeholder {
  2566. color: #999999;
  2567. }
  2568. .form-control::-ms-expand {
  2569. border: 0;
  2570. background-color: transparent;
  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: 11px;
  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:hover,
  3086. .btn-default[disabled]:hover,
  3087. fieldset[disabled] .btn-default:hover,
  3088. .btn-default.disabled:focus,
  3089. .btn-default[disabled]:focus,
  3090. fieldset[disabled] .btn-default:focus,
  3091. .btn-default.disabled.focus,
  3092. .btn-default[disabled].focus,
  3093. fieldset[disabled] .btn-default.focus {
  3094. background-color: #ffffff;
  3095. border-color: #cccccc;
  3096. }
  3097. .btn-default .badge {
  3098. color: #ffffff;
  3099. background-color: #333333;
  3100. }
  3101. .btn-primary {
  3102. color: #ffffff;
  3103. background-color: #22bc66;
  3104. border-color: #1ea65a;
  3105. }
  3106. .btn-primary:focus,
  3107. .btn-primary.focus {
  3108. color: #ffffff;
  3109. background-color: #1a914f;
  3110. border-color: #0b3a20;
  3111. }
  3112. .btn-primary:hover {
  3113. color: #ffffff;
  3114. background-color: #1a914f;
  3115. border-color: #15733e;
  3116. }
  3117. .btn-primary:active,
  3118. .btn-primary.active,
  3119. .open > .dropdown-toggle.btn-primary {
  3120. color: #ffffff;
  3121. background-color: #1a914f;
  3122. border-color: #15733e;
  3123. }
  3124. .btn-primary:active:hover,
  3125. .btn-primary.active:hover,
  3126. .open > .dropdown-toggle.btn-primary:hover,
  3127. .btn-primary:active:focus,
  3128. .btn-primary.active:focus,
  3129. .open > .dropdown-toggle.btn-primary:focus,
  3130. .btn-primary:active.focus,
  3131. .btn-primary.active.focus,
  3132. .open > .dropdown-toggle.btn-primary.focus {
  3133. color: #ffffff;
  3134. background-color: #15733e;
  3135. border-color: #0b3a20;
  3136. }
  3137. .btn-primary:active,
  3138. .btn-primary.active,
  3139. .open > .dropdown-toggle.btn-primary {
  3140. background-image: none;
  3141. }
  3142. .btn-primary.disabled:hover,
  3143. .btn-primary[disabled]:hover,
  3144. fieldset[disabled] .btn-primary:hover,
  3145. .btn-primary.disabled:focus,
  3146. .btn-primary[disabled]:focus,
  3147. fieldset[disabled] .btn-primary:focus,
  3148. .btn-primary.disabled.focus,
  3149. .btn-primary[disabled].focus,
  3150. fieldset[disabled] .btn-primary.focus {
  3151. background-color: #22bc66;
  3152. border-color: #1ea65a;
  3153. }
  3154. .btn-primary .badge {
  3155. color: #22bc66;
  3156. background-color: #ffffff;
  3157. }
  3158. .btn-success {
  3159. color: #ffffff;
  3160. background-color: #22bc66;
  3161. border-color: #1ea65a;
  3162. }
  3163. .btn-success:focus,
  3164. .btn-success.focus {
  3165. color: #ffffff;
  3166. background-color: #1a914f;
  3167. border-color: #0b3a20;
  3168. }
  3169. .btn-success:hover {
  3170. color: #ffffff;
  3171. background-color: #1a914f;
  3172. border-color: #15733e;
  3173. }
  3174. .btn-success:active,
  3175. .btn-success.active,
  3176. .open > .dropdown-toggle.btn-success {
  3177. color: #ffffff;
  3178. background-color: #1a914f;
  3179. border-color: #15733e;
  3180. }
  3181. .btn-success:active:hover,
  3182. .btn-success.active:hover,
  3183. .open > .dropdown-toggle.btn-success:hover,
  3184. .btn-success:active:focus,
  3185. .btn-success.active:focus,
  3186. .open > .dropdown-toggle.btn-success:focus,
  3187. .btn-success:active.focus,
  3188. .btn-success.active.focus,
  3189. .open > .dropdown-toggle.btn-success.focus {
  3190. color: #ffffff;
  3191. background-color: #15733e;
  3192. border-color: #0b3a20;
  3193. }
  3194. .btn-success:active,
  3195. .btn-success.active,
  3196. .open > .dropdown-toggle.btn-success {
  3197. background-image: none;
  3198. }
  3199. .btn-success.disabled:hover,
  3200. .btn-success[disabled]:hover,
  3201. fieldset[disabled] .btn-success:hover,
  3202. .btn-success.disabled:focus,
  3203. .btn-success[disabled]:focus,
  3204. fieldset[disabled] .btn-success:focus,
  3205. .btn-success.disabled.focus,
  3206. .btn-success[disabled].focus,
  3207. fieldset[disabled] .btn-success.focus {
  3208. background-color: #22bc66;
  3209. border-color: #1ea65a;
  3210. }
  3211. .btn-success .badge {
  3212. color: #22bc66;
  3213. background-color: #ffffff;
  3214. }
  3215. .btn-info {
  3216. color: #ffffff;
  3217. background-color: #5bc0de;
  3218. border-color: #46b8da;
  3219. }
  3220. .btn-info:focus,
  3221. .btn-info.focus {
  3222. color: #ffffff;
  3223. background-color: #31b0d5;
  3224. border-color: #1b6d85;
  3225. }
  3226. .btn-info:hover {
  3227. color: #ffffff;
  3228. background-color: #31b0d5;
  3229. border-color: #269abc;
  3230. }
  3231. .btn-info:active,
  3232. .btn-info.active,
  3233. .open > .dropdown-toggle.btn-info {
  3234. color: #ffffff;
  3235. background-color: #31b0d5;
  3236. border-color: #269abc;
  3237. }
  3238. .btn-info:active:hover,
  3239. .btn-info.active:hover,
  3240. .open > .dropdown-toggle.btn-info:hover,
  3241. .btn-info:active:focus,
  3242. .btn-info.active:focus,
  3243. .open > .dropdown-toggle.btn-info:focus,
  3244. .btn-info:active.focus,
  3245. .btn-info.active.focus,
  3246. .open > .dropdown-toggle.btn-info.focus {
  3247. color: #ffffff;
  3248. background-color: #269abc;
  3249. border-color: #1b6d85;
  3250. }
  3251. .btn-info:active,
  3252. .btn-info.active,
  3253. .open > .dropdown-toggle.btn-info {
  3254. background-image: none;
  3255. }
  3256. .btn-info.disabled:hover,
  3257. .btn-info[disabled]:hover,
  3258. fieldset[disabled] .btn-info:hover,
  3259. .btn-info.disabled:focus,
  3260. .btn-info[disabled]:focus,
  3261. fieldset[disabled] .btn-info:focus,
  3262. .btn-info.disabled.focus,
  3263. .btn-info[disabled].focus,
  3264. fieldset[disabled] .btn-info.focus {
  3265. background-color: #5bc0de;
  3266. border-color: #46b8da;
  3267. }
  3268. .btn-info .badge {
  3269. color: #5bc0de;
  3270. background-color: #ffffff;
  3271. }
  3272. .btn-warning {
  3273. color: #ffffff;
  3274. background-color: #f0ad4e;
  3275. border-color: #eea236;
  3276. }
  3277. .btn-warning:focus,
  3278. .btn-warning.focus {
  3279. color: #ffffff;
  3280. background-color: #ec971f;
  3281. border-color: #985f0d;
  3282. }
  3283. .btn-warning:hover {
  3284. color: #ffffff;
  3285. background-color: #ec971f;
  3286. border-color: #d58512;
  3287. }
  3288. .btn-warning:active,
  3289. .btn-warning.active,
  3290. .open > .dropdown-toggle.btn-warning {
  3291. color: #ffffff;
  3292. background-color: #ec971f;
  3293. border-color: #d58512;
  3294. }
  3295. .btn-warning:active:hover,
  3296. .btn-warning.active:hover,
  3297. .open > .dropdown-toggle.btn-warning:hover,
  3298. .btn-warning:active:focus,
  3299. .btn-warning.active:focus,
  3300. .open > .dropdown-toggle.btn-warning:focus,
  3301. .btn-warning:active.focus,
  3302. .btn-warning.active.focus,
  3303. .open > .dropdown-toggle.btn-warning.focus {
  3304. color: #ffffff;
  3305. background-color: #d58512;
  3306. border-color: #985f0d;
  3307. }
  3308. .btn-warning:active,
  3309. .btn-warning.active,
  3310. .open > .dropdown-toggle.btn-warning {
  3311. background-image: none;
  3312. }
  3313. .btn-warning.disabled:hover,
  3314. .btn-warning[disabled]:hover,
  3315. fieldset[disabled] .btn-warning:hover,
  3316. .btn-warning.disabled:focus,
  3317. .btn-warning[disabled]:focus,
  3318. fieldset[disabled] .btn-warning:focus,
  3319. .btn-warning.disabled.focus,
  3320. .btn-warning[disabled].focus,
  3321. fieldset[disabled] .btn-warning.focus {
  3322. background-color: #f0ad4e;
  3323. border-color: #eea236;
  3324. }
  3325. .btn-warning .badge {
  3326. color: #f0ad4e;
  3327. background-color: #ffffff;
  3328. }
  3329. .btn-danger {
  3330. color: #ffffff;
  3331. background-color: #d9534f;
  3332. border-color: #d43f3a;
  3333. }
  3334. .btn-danger:focus,
  3335. .btn-danger.focus {
  3336. color: #ffffff;
  3337. background-color: #c9302c;
  3338. border-color: #761c19;
  3339. }
  3340. .btn-danger:hover {
  3341. color: #ffffff;
  3342. background-color: #c9302c;
  3343. border-color: #ac2925;
  3344. }
  3345. .btn-danger:active,
  3346. .btn-danger.active,
  3347. .open > .dropdown-toggle.btn-danger {
  3348. color: #ffffff;
  3349. background-color: #c9302c;
  3350. border-color: #ac2925;
  3351. }
  3352. .btn-danger:active:hover,
  3353. .btn-danger.active:hover,
  3354. .open > .dropdown-toggle.btn-danger:hover,
  3355. .btn-danger:active:focus,
  3356. .btn-danger.active:focus,
  3357. .open > .dropdown-toggle.btn-danger:focus,
  3358. .btn-danger:active.focus,
  3359. .btn-danger.active.focus,
  3360. .open > .dropdown-toggle.btn-danger.focus {
  3361. color: #ffffff;
  3362. background-color: #ac2925;
  3363. border-color: #761c19;
  3364. }
  3365. .btn-danger:active,
  3366. .btn-danger.active,
  3367. .open > .dropdown-toggle.btn-danger {
  3368. background-image: none;
  3369. }
  3370. .btn-danger.disabled:hover,
  3371. .btn-danger[disabled]:hover,
  3372. fieldset[disabled] .btn-danger:hover,
  3373. .btn-danger.disabled:focus,
  3374. .btn-danger[disabled]:focus,
  3375. fieldset[disabled] .btn-danger:focus,
  3376. .btn-danger.disabled.focus,
  3377. .btn-danger[disabled].focus,
  3378. fieldset[disabled] .btn-danger.focus {
  3379. background-color: #d9534f;
  3380. border-color: #d43f3a;
  3381. }
  3382. .btn-danger .badge {
  3383. color: #d9534f;
  3384. background-color: #ffffff;
  3385. }
  3386. .btn-link {
  3387. color: #0091ea;
  3388. font-weight: normal;
  3389. border-radius: 0;
  3390. }
  3391. .btn-link,
  3392. .btn-link:active,
  3393. .btn-link.active,
  3394. .btn-link[disabled],
  3395. fieldset[disabled] .btn-link {
  3396. background-color: transparent;
  3397. -webkit-box-shadow: none;
  3398. box-shadow: none;
  3399. }
  3400. .btn-link,
  3401. .btn-link:hover,
  3402. .btn-link:focus,
  3403. .btn-link:active {
  3404. border-color: transparent;
  3405. }
  3406. .btn-link:hover,
  3407. .btn-link:focus {
  3408. color: #00629e;
  3409. text-decoration: underline;
  3410. background-color: transparent;
  3411. }
  3412. .btn-link[disabled]:hover,
  3413. fieldset[disabled] .btn-link:hover,
  3414. .btn-link[disabled]:focus,
  3415. fieldset[disabled] .btn-link:focus {
  3416. color: #777777;
  3417. text-decoration: none;
  3418. }
  3419. .btn-lg,
  3420. .btn-group-lg > .btn {
  3421. padding: 10px 16px;
  3422. font-size: 18px;
  3423. line-height: 1.3333333;
  3424. border-radius: 6px;
  3425. }
  3426. .btn-sm,
  3427. .btn-group-sm > .btn {
  3428. padding: 5px 10px;
  3429. font-size: 12px;
  3430. line-height: 1.5;
  3431. border-radius: 3px;
  3432. }
  3433. .btn-xs,
  3434. .btn-group-xs > .btn {
  3435. padding: 1px 5px;
  3436. font-size: 12px;
  3437. line-height: 1.5;
  3438. border-radius: 3px;
  3439. }
  3440. .btn-block {
  3441. display: block;
  3442. width: 100%;
  3443. }
  3444. .btn-block + .btn-block {
  3445. margin-top: 5px;
  3446. }
  3447. input[type="submit"].btn-block,
  3448. input[type="reset"].btn-block,
  3449. input[type="button"].btn-block {
  3450. width: 100%;
  3451. }
  3452. .fade {
  3453. opacity: 0;
  3454. -webkit-transition: opacity 0.15s linear;
  3455. -o-transition: opacity 0.15s linear;
  3456. transition: opacity 0.15s linear;
  3457. }
  3458. .fade.in {
  3459. opacity: 1;
  3460. }
  3461. .collapse {
  3462. display: none;
  3463. }
  3464. .collapse.in {
  3465. display: block;
  3466. }
  3467. tr.collapse.in {
  3468. display: table-row;
  3469. }
  3470. tbody.collapse.in {
  3471. display: table-row-group;
  3472. }
  3473. .collapsing {
  3474. position: relative;
  3475. height: 0;
  3476. overflow: hidden;
  3477. -webkit-transition-property: height, visibility;
  3478. transition-property: height, visibility;
  3479. -webkit-transition-duration: 0.35s;
  3480. transition-duration: 0.35s;
  3481. -webkit-transition-timing-function: ease;
  3482. transition-timing-function: ease;
  3483. }
  3484. .caret {
  3485. display: inline-block;
  3486. width: 0;
  3487. height: 0;
  3488. margin-left: 2px;
  3489. vertical-align: middle;
  3490. border-top: 4px dashed;
  3491. border-top: 4px solid \9;
  3492. border-right: 4px solid transparent;
  3493. border-left: 4px solid transparent;
  3494. }
  3495. .dropup,
  3496. .dropdown {
  3497. position: relative;
  3498. }
  3499. .dropdown-toggle:focus {
  3500. outline: 0;
  3501. }
  3502. .dropdown-menu {
  3503. position: absolute;
  3504. top: 100%;
  3505. left: 0;
  3506. z-index: 1000;
  3507. display: none;
  3508. float: left;
  3509. min-width: 160px;
  3510. padding: 5px 0;
  3511. margin: 2px 0 0;
  3512. list-style: none;
  3513. font-size: 14px;
  3514. text-align: left;
  3515. background-color: #ffffff;
  3516. border: 1px solid #cccccc;
  3517. border: 1px solid rgba(0, 0, 0, 0.15);
  3518. border-radius: 4px;
  3519. -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  3520. box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  3521. background-clip: padding-box;
  3522. }
  3523. .dropdown-menu.pull-right {
  3524. right: 0;
  3525. left: auto;
  3526. }
  3527. .dropdown-menu .divider {
  3528. height: 1px;
  3529. margin: 9px 0;
  3530. overflow: hidden;
  3531. background-color: #e5e5e5;
  3532. }
  3533. .dropdown-menu > li > a {
  3534. display: block;
  3535. padding: 3px 20px;
  3536. clear: both;
  3537. font-weight: normal;
  3538. line-height: 1.42857143;
  3539. color: #333333;
  3540. white-space: nowrap;
  3541. }
  3542. .dropdown-menu > li > a:hover,
  3543. .dropdown-menu > li > a:focus {
  3544. text-decoration: none;
  3545. color: #262626;
  3546. background-color: #f5f5f5;
  3547. }
  3548. .dropdown-menu > .active > a,
  3549. .dropdown-menu > .active > a:hover,
  3550. .dropdown-menu > .active > a:focus {
  3551. color: #ffffff;
  3552. text-decoration: none;
  3553. outline: 0;
  3554. background-color: #22bc66;
  3555. }
  3556. .dropdown-menu > .disabled > a,
  3557. .dropdown-menu > .disabled > a:hover,
  3558. .dropdown-menu > .disabled > a:focus {
  3559. color: #777777;
  3560. }
  3561. .dropdown-menu > .disabled > a:hover,
  3562. .dropdown-menu > .disabled > a:focus {
  3563. text-decoration: none;
  3564. background-color: transparent;
  3565. background-image: none;
  3566. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  3567. cursor: not-allowed;
  3568. }
  3569. .open > .dropdown-menu {
  3570. display: block;
  3571. }
  3572. .open > a {
  3573. outline: 0;
  3574. }
  3575. .dropdown-menu-right {
  3576. left: auto;
  3577. right: 0;
  3578. }
  3579. .dropdown-menu-left {
  3580. left: 0;
  3581. right: auto;
  3582. }
  3583. .dropdown-header {
  3584. display: block;
  3585. padding: 3px 20px;
  3586. font-size: 12px;
  3587. line-height: 1.42857143;
  3588. color: #777777;
  3589. white-space: nowrap;
  3590. }
  3591. .dropdown-backdrop {
  3592. position: fixed;
  3593. left: 0;
  3594. right: 0;
  3595. bottom: 0;
  3596. top: 0;
  3597. z-index: 990;
  3598. }
  3599. .pull-right > .dropdown-menu {
  3600. right: 0;
  3601. left: auto;
  3602. }
  3603. .dropup .caret,
  3604. .navbar-fixed-bottom .dropdown .caret {
  3605. border-top: 0;
  3606. border-bottom: 4px dashed;
  3607. border-bottom: 4px solid \9;
  3608. content: "";
  3609. }
  3610. .dropup .dropdown-menu,
  3611. .navbar-fixed-bottom .dropdown .dropdown-menu {
  3612. top: auto;
  3613. bottom: 100%;
  3614. margin-bottom: 2px;
  3615. }
  3616. @media (min-width: 768px) {
  3617. .navbar-right .dropdown-menu {
  3618. left: auto;
  3619. right: 0;
  3620. }
  3621. .navbar-right .dropdown-menu-left {
  3622. left: 0;
  3623. right: auto;
  3624. }
  3625. }
  3626. .btn-group,
  3627. .btn-group-vertical {
  3628. position: relative;
  3629. display: inline-block;
  3630. vertical-align: middle;
  3631. }
  3632. .btn-group > .btn,
  3633. .btn-group-vertical > .btn {
  3634. position: relative;
  3635. float: left;
  3636. }
  3637. .btn-group > .btn:hover,
  3638. .btn-group-vertical > .btn:hover,
  3639. .btn-group > .btn:focus,
  3640. .btn-group-vertical > .btn:focus,
  3641. .btn-group > .btn:active,
  3642. .btn-group-vertical > .btn:active,
  3643. .btn-group > .btn.active,
  3644. .btn-group-vertical > .btn.active {
  3645. z-index: 2;
  3646. }
  3647. .btn-group .btn + .btn,
  3648. .btn-group .btn + .btn-group,
  3649. .btn-group .btn-group + .btn,
  3650. .btn-group .btn-group + .btn-group {
  3651. margin-left: -1px;
  3652. }
  3653. .btn-toolbar {
  3654. margin-left: -5px;
  3655. }
  3656. .btn-toolbar .btn,
  3657. .btn-toolbar .btn-group,
  3658. .btn-toolbar .input-group {
  3659. float: left;
  3660. }
  3661. .btn-toolbar > .btn,
  3662. .btn-toolbar > .btn-group,
  3663. .btn-toolbar > .input-group {
  3664. margin-left: 5px;
  3665. }
  3666. .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  3667. border-radius: 0;
  3668. }
  3669. .btn-group > .btn:first-child {
  3670. margin-left: 0;
  3671. }
  3672. .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  3673. border-bottom-right-radius: 0;
  3674. border-top-right-radius: 0;
  3675. }
  3676. .btn-group > .btn:last-child:not(:first-child),
  3677. .btn-group > .dropdown-toggle:not(:first-child) {
  3678. border-bottom-left-radius: 0;
  3679. border-top-left-radius: 0;
  3680. }
  3681. .btn-group > .btn-group {
  3682. float: left;
  3683. }
  3684. .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  3685. border-radius: 0;
  3686. }
  3687. .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
  3688. .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  3689. border-bottom-right-radius: 0;
  3690. border-top-right-radius: 0;
  3691. }
  3692. .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  3693. border-bottom-left-radius: 0;
  3694. border-top-left-radius: 0;
  3695. }
  3696. .btn-group .dropdown-toggle:active,
  3697. .btn-group.open .dropdown-toggle {
  3698. outline: 0;
  3699. }
  3700. .btn-group > .btn + .dropdown-toggle {
  3701. padding-left: 8px;
  3702. padding-right: 8px;
  3703. }
  3704. .btn-group > .btn-lg + .dropdown-toggle {
  3705. padding-left: 12px;
  3706. padding-right: 12px;
  3707. }
  3708. .btn-group.open .dropdown-toggle {
  3709. -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  3710. box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  3711. }
  3712. .btn-group.open .dropdown-toggle.btn-link {
  3713. -webkit-box-shadow: none;
  3714. box-shadow: none;
  3715. }
  3716. .btn .caret {
  3717. margin-left: 0;
  3718. }
  3719. .btn-lg .caret {
  3720. border-width: 5px 5px 0;
  3721. border-bottom-width: 0;
  3722. }
  3723. .dropup .btn-lg .caret {
  3724. border-width: 0 5px 5px;
  3725. }
  3726. .btn-group-vertical > .btn,
  3727. .btn-group-vertical > .btn-group,
  3728. .btn-group-vertical > .btn-group > .btn {
  3729. display: block;
  3730. float: none;
  3731. width: 100%;
  3732. max-width: 100%;
  3733. }
  3734. .btn-group-vertical > .btn-group > .btn {
  3735. float: none;
  3736. }
  3737. .btn-group-vertical > .btn + .btn,
  3738. .btn-group-vertical > .btn + .btn-group,
  3739. .btn-group-vertical > .btn-group + .btn,
  3740. .btn-group-vertical > .btn-group + .btn-group {
  3741. margin-top: -1px;
  3742. margin-left: 0;
  3743. }
  3744. .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  3745. border-radius: 0;
  3746. }
  3747. .btn-group-vertical > .btn:first-child:not(:last-child) {
  3748. border-top-right-radius: 4px;
  3749. border-top-left-radius: 4px;
  3750. border-bottom-right-radius: 0;
  3751. border-bottom-left-radius: 0;
  3752. }
  3753. .btn-group-vertical > .btn:last-child:not(:first-child) {
  3754. border-top-right-radius: 0;
  3755. border-top-left-radius: 0;
  3756. border-bottom-right-radius: 4px;
  3757. border-bottom-left-radius: 4px;
  3758. }
  3759. .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  3760. border-radius: 0;
  3761. }
  3762. .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
  3763. .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  3764. border-bottom-right-radius: 0;
  3765. border-bottom-left-radius: 0;
  3766. }
  3767. .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  3768. border-top-right-radius: 0;
  3769. border-top-left-radius: 0;
  3770. }
  3771. .btn-group-justified {
  3772. display: table;
  3773. width: 100%;
  3774. table-layout: fixed;
  3775. border-collapse: separate;
  3776. }
  3777. .btn-group-justified > .btn,
  3778. .btn-group-justified > .btn-group {
  3779. float: none;
  3780. display: table-cell;
  3781. width: 1%;
  3782. }
  3783. .btn-group-justified > .btn-group .btn {
  3784. width: 100%;
  3785. }
  3786. .btn-group-justified > .btn-group .dropdown-menu {
  3787. left: auto;
  3788. }
  3789. [data-toggle="buttons"] > .btn input[type="radio"],
  3790. [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
  3791. [data-toggle="buttons"] > .btn input[type="checkbox"],
  3792. [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  3793. position: absolute;
  3794. clip: rect(0, 0, 0, 0);
  3795. pointer-events: none;
  3796. }
  3797. .input-group {
  3798. position: relative;
  3799. display: table;
  3800. border-collapse: separate;
  3801. }
  3802. .input-group[class*="col-"] {
  3803. float: none;
  3804. padding-left: 0;
  3805. padding-right: 0;
  3806. }
  3807. .input-group .form-control {
  3808. position: relative;
  3809. z-index: 2;
  3810. float: left;
  3811. width: 100%;
  3812. margin-bottom: 0;
  3813. }
  3814. .input-group .form-control:focus {
  3815. z-index: 3;
  3816. }
  3817. .input-group-lg > .form-control,
  3818. .input-group-lg > .input-group-addon,
  3819. .input-group-lg > .input-group-btn > .btn {
  3820. height: 46px;
  3821. padding: 10px 16px;
  3822. font-size: 18px;
  3823. line-height: 1.3333333;
  3824. border-radius: 6px;
  3825. }
  3826. select.input-group-lg > .form-control,
  3827. select.input-group-lg > .input-group-addon,
  3828. select.input-group-lg > .input-group-btn > .btn {
  3829. height: 46px;
  3830. line-height: 46px;
  3831. }
  3832. textarea.input-group-lg > .form-control,
  3833. textarea.input-group-lg > .input-group-addon,
  3834. textarea.input-group-lg > .input-group-btn > .btn,
  3835. select[multiple].input-group-lg > .form-control,
  3836. select[multiple].input-group-lg > .input-group-addon,
  3837. select[multiple].input-group-lg > .input-group-btn > .btn {
  3838. height: auto;
  3839. }
  3840. .input-group-sm > .form-control,
  3841. .input-group-sm > .input-group-addon,
  3842. .input-group-sm > .input-group-btn > .btn {
  3843. height: 30px;
  3844. padding: 5px 10px;
  3845. font-size: 12px;
  3846. line-height: 1.5;
  3847. border-radius: 3px;
  3848. }
  3849. select.input-group-sm > .form-control,
  3850. select.input-group-sm > .input-group-addon,
  3851. select.input-group-sm > .input-group-btn > .btn {
  3852. height: 30px;
  3853. line-height: 30px;
  3854. }
  3855. textarea.input-group-sm > .form-control,
  3856. textarea.input-group-sm > .input-group-addon,
  3857. textarea.input-group-sm > .input-group-btn > .btn,
  3858. select[multiple].input-group-sm > .form-control,
  3859. select[multiple].input-group-sm > .input-group-addon,
  3860. select[multiple].input-group-sm > .input-group-btn > .btn {
  3861. height: auto;
  3862. }
  3863. .input-group-addon,
  3864. .input-group-btn,
  3865. .input-group .form-control {
  3866. display: table-cell;
  3867. }
  3868. .input-group-addon:not(:first-child):not(:last-child),
  3869. .input-group-btn:not(:first-child):not(:last-child),
  3870. .input-group .form-control:not(:first-child):not(:last-child) {
  3871. border-radius: 0;
  3872. }
  3873. .input-group-addon,
  3874. .input-group-btn {
  3875. width: 1%;
  3876. white-space: nowrap;
  3877. vertical-align: middle;
  3878. }
  3879. .input-group-addon {
  3880. padding: 6px 12px;
  3881. font-size: 14px;
  3882. font-weight: normal;
  3883. line-height: 1;
  3884. color: #555555;
  3885. text-align: center;
  3886. background-color: #eeeeee;
  3887. border: 1px solid #cccccc;
  3888. border-radius: 4px;
  3889. }
  3890. .input-group-addon.input-sm {
  3891. padding: 5px 10px;
  3892. font-size: 12px;
  3893. border-radius: 3px;
  3894. }
  3895. .input-group-addon.input-lg {
  3896. padding: 10px 16px;
  3897. font-size: 18px;
  3898. border-radius: 6px;
  3899. }
  3900. .input-group-addon input[type="radio"],
  3901. .input-group-addon input[type="checkbox"] {
  3902. margin-top: 0;
  3903. }
  3904. .input-group .form-control:first-child,
  3905. .input-group-addon:first-child,
  3906. .input-group-btn:first-child > .btn,
  3907. .input-group-btn:first-child > .btn-group > .btn,
  3908. .input-group-btn:first-child > .dropdown-toggle,
  3909. .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  3910. .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  3911. border-bottom-right-radius: 0;
  3912. border-top-right-radius: 0;
  3913. }
  3914. .input-group-addon:first-child {
  3915. border-right: 0;
  3916. }
  3917. .input-group .form-control:last-child,
  3918. .input-group-addon:last-child,
  3919. .input-group-btn:last-child > .btn,
  3920. .input-group-btn:last-child > .btn-group > .btn,
  3921. .input-group-btn:last-child > .dropdown-toggle,
  3922. .input-group-btn:first-child > .btn:not(:first-child),
  3923. .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  3924. border-bottom-left-radius: 0;
  3925. border-top-left-radius: 0;
  3926. }
  3927. .input-group-addon:last-child {
  3928. border-left: 0;
  3929. }
  3930. .input-group-btn {
  3931. position: relative;
  3932. font-size: 0;
  3933. white-space: nowrap;
  3934. }
  3935. .input-group-btn > .btn {
  3936. position: relative;
  3937. }
  3938. .input-group-btn > .btn + .btn {
  3939. margin-left: -1px;
  3940. }
  3941. .input-group-btn > .btn:hover,
  3942. .input-group-btn > .btn:focus,
  3943. .input-group-btn > .btn:active {
  3944. z-index: 2;
  3945. }
  3946. .input-group-btn:first-child > .btn,
  3947. .input-group-btn:first-child > .btn-group {
  3948. margin-right: -1px;
  3949. }
  3950. .input-group-btn:last-child > .btn,
  3951. .input-group-btn:last-child > .btn-group {
  3952. z-index: 2;
  3953. margin-left: -1px;
  3954. }
  3955. .nav {
  3956. margin-bottom: 0;
  3957. padding-left: 0;
  3958. list-style: none;
  3959. }
  3960. .nav > li {
  3961. position: relative;
  3962. display: block;
  3963. }
  3964. .nav > li > a {
  3965. position: relative;
  3966. display: block;
  3967. padding: 10px 15px;
  3968. }
  3969. .nav > li > a:hover,
  3970. .nav > li > a:focus {
  3971. text-decoration: none;
  3972. background-color: #eeeeee;
  3973. }
  3974. .nav > li.disabled > a {
  3975. color: #777777;
  3976. }
  3977. .nav > li.disabled > a:hover,
  3978. .nav > li.disabled > a:focus {
  3979. color: #777777;
  3980. text-decoration: none;
  3981. background-color: transparent;
  3982. cursor: not-allowed;
  3983. }
  3984. .nav .open > a,
  3985. .nav .open > a:hover,
  3986. .nav .open > a:focus {
  3987. background-color: #eeeeee;
  3988. border-color: #0091ea;
  3989. }
  3990. .nav .nav-divider {
  3991. height: 1px;
  3992. margin: 9px 0;
  3993. overflow: hidden;
  3994. background-color: #e5e5e5;
  3995. }
  3996. .nav > li > a > img {
  3997. max-width: none;
  3998. }
  3999. .nav-tabs {
  4000. border-bottom: 1px solid #dddddd;
  4001. }
  4002. .nav-tabs > li {
  4003. float: left;
  4004. margin-bottom: -1px;
  4005. }
  4006. .nav-tabs > li > a {
  4007. margin-right: 2px;
  4008. line-height: 1.42857143;
  4009. border: 1px solid transparent;
  4010. border-radius: 4px 4px 0 0;
  4011. }
  4012. .nav-tabs > li > a:hover {
  4013. border-color: #eeeeee #eeeeee #dddddd;
  4014. }
  4015. .nav-tabs > li.active > a,
  4016. .nav-tabs > li.active > a:hover,
  4017. .nav-tabs > li.active > a:focus {
  4018. color: #555555;
  4019. background-color: #ffffff;
  4020. border: 1px solid #dddddd;
  4021. border-bottom-color: transparent;
  4022. cursor: default;
  4023. }
  4024. .nav-tabs.nav-justified {
  4025. width: 100%;
  4026. border-bottom: 0;
  4027. }
  4028. .nav-tabs.nav-justified > li {
  4029. float: none;
  4030. }
  4031. .nav-tabs.nav-justified > li > a {
  4032. text-align: center;
  4033. margin-bottom: 5px;
  4034. }
  4035. .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  4036. top: auto;
  4037. left: auto;
  4038. }
  4039. @media (min-width: 768px) {
  4040. .nav-tabs.nav-justified > li {
  4041. display: table-cell;
  4042. width: 1%;
  4043. }
  4044. .nav-tabs.nav-justified > li > a {
  4045. margin-bottom: 0;
  4046. }
  4047. }
  4048. .nav-tabs.nav-justified > li > a {
  4049. margin-right: 0;
  4050. border-radius: 4px;
  4051. }
  4052. .nav-tabs.nav-justified > .active > a,
  4053. .nav-tabs.nav-justified > .active > a:hover,
  4054. .nav-tabs.nav-justified > .active > a:focus {
  4055. border: 1px solid #dddddd;
  4056. }
  4057. @media (min-width: 768px) {
  4058. .nav-tabs.nav-justified > li > a {
  4059. border-bottom: 1px solid #dddddd;
  4060. border-radius: 4px 4px 0 0;
  4061. }
  4062. .nav-tabs.nav-justified > .active > a,
  4063. .nav-tabs.nav-justified > .active > a:hover,
  4064. .nav-tabs.nav-justified > .active > a:focus {
  4065. border-bottom-color: #ffffff;
  4066. }
  4067. }
  4068. .nav-pills > li {
  4069. float: left;
  4070. }
  4071. .nav-pills > li > a {
  4072. border-radius: 4px;
  4073. }
  4074. .nav-pills > li + li {
  4075. margin-left: 2px;
  4076. }
  4077. .nav-pills > li.active > a,
  4078. .nav-pills > li.active > a:hover,
  4079. .nav-pills > li.active > a:focus {
  4080. color: #ffffff;
  4081. background-color: #22bc66;
  4082. }
  4083. .nav-stacked > li {
  4084. float: none;
  4085. }
  4086. .nav-stacked > li + li {
  4087. margin-top: 2px;
  4088. margin-left: 0;
  4089. }
  4090. .nav-justified {
  4091. width: 100%;
  4092. }
  4093. .nav-justified > li {
  4094. float: none;
  4095. }
  4096. .nav-justified > li > a {
  4097. text-align: center;
  4098. margin-bottom: 5px;
  4099. }
  4100. .nav-justified > .dropdown .dropdown-menu {
  4101. top: auto;
  4102. left: auto;
  4103. }
  4104. @media (min-width: 768px) {
  4105. .nav-justified > li {
  4106. display: table-cell;
  4107. width: 1%;
  4108. }
  4109. .nav-justified > li > a {
  4110. margin-bottom: 0;
  4111. }
  4112. }
  4113. .nav-tabs-justified {
  4114. border-bottom: 0;
  4115. }
  4116. .nav-tabs-justified > li > a {
  4117. margin-right: 0;
  4118. border-radius: 4px;
  4119. }
  4120. .nav-tabs-justified > .active > a,
  4121. .nav-tabs-justified > .active > a:hover,
  4122. .nav-tabs-justified > .active > a:focus {
  4123. border: 1px solid #dddddd;
  4124. }
  4125. @media (min-width: 768px) {
  4126. .nav-tabs-justified > li > a {
  4127. border-bottom: 1px solid #dddddd;
  4128. border-radius: 4px 4px 0 0;
  4129. }
  4130. .nav-tabs-justified > .active > a,
  4131. .nav-tabs-justified > .active > a:hover,
  4132. .nav-tabs-justified > .active > a:focus {
  4133. border-bottom-color: #ffffff;
  4134. }
  4135. }
  4136. .tab-content > .tab-pane {
  4137. display: none;
  4138. }
  4139. .tab-content > .active {
  4140. display: block;
  4141. }
  4142. .nav-tabs .dropdown-menu {
  4143. margin-top: -1px;
  4144. border-top-right-radius: 0;
  4145. border-top-left-radius: 0;
  4146. }
  4147. .navbar {
  4148. position: relative;
  4149. min-height: 80px;
  4150. margin-bottom: 20px;
  4151. border: 1px solid transparent;
  4152. }
  4153. @media (min-width: 768px) {
  4154. .navbar {
  4155. border-radius: 4px;
  4156. }
  4157. }
  4158. @media (min-width: 768px) {
  4159. .navbar-header {
  4160. float: left;
  4161. }
  4162. }
  4163. .navbar-collapse {
  4164. overflow-x: visible;
  4165. padding-right: 15px;
  4166. padding-left: 15px;
  4167. border-top: 1px solid transparent;
  4168. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  4169. -webkit-overflow-scrolling: touch;
  4170. }
  4171. .navbar-collapse.in {
  4172. overflow-y: auto;
  4173. }
  4174. @media (min-width: 768px) {
  4175. .navbar-collapse {
  4176. width: auto;
  4177. border-top: 0;
  4178. box-shadow: none;
  4179. }
  4180. .navbar-collapse.collapse {
  4181. display: block !important;
  4182. height: auto !important;
  4183. padding-bottom: 0;
  4184. overflow: visible !important;
  4185. }
  4186. .navbar-collapse.in {
  4187. overflow-y: visible;
  4188. }
  4189. .navbar-fixed-top .navbar-collapse,
  4190. .navbar-static-top .navbar-collapse,
  4191. .navbar-fixed-bottom .navbar-collapse {
  4192. padding-left: 0;
  4193. padding-right: 0;
  4194. }
  4195. }
  4196. .navbar-fixed-top .navbar-collapse,
  4197. .navbar-fixed-bottom .navbar-collapse {
  4198. max-height: 340px;
  4199. }
  4200. @media (max-device-width: 480px) and (orientation: landscape) {
  4201. .navbar-fixed-top .navbar-collapse,
  4202. .navbar-fixed-bottom .navbar-collapse {
  4203. max-height: 200px;
  4204. }
  4205. }
  4206. .container > .navbar-header,
  4207. .container-fluid > .navbar-header,
  4208. .container > .navbar-collapse,
  4209. .container-fluid > .navbar-collapse {
  4210. margin-right: -15px;
  4211. margin-left: -15px;
  4212. }
  4213. @media (min-width: 768px) {
  4214. .container > .navbar-header,
  4215. .container-fluid > .navbar-header,
  4216. .container > .navbar-collapse,
  4217. .container-fluid > .navbar-collapse {
  4218. margin-right: 0;
  4219. margin-left: 0;
  4220. }
  4221. }
  4222. .navbar-static-top {
  4223. z-index: 1000;
  4224. border-width: 0 0 1px;
  4225. }
  4226. @media (min-width: 768px) {
  4227. .navbar-static-top {
  4228. border-radius: 0;
  4229. }
  4230. }
  4231. .navbar-fixed-top,
  4232. .navbar-fixed-bottom {
  4233. position: fixed;
  4234. right: 0;
  4235. left: 0;
  4236. z-index: 1030;
  4237. }
  4238. @media (min-width: 768px) {
  4239. .navbar-fixed-top,
  4240. .navbar-fixed-bottom {
  4241. border-radius: 0;
  4242. }
  4243. }
  4244. .navbar-fixed-top {
  4245. top: 0;
  4246. border-width: 0 0 1px;
  4247. }
  4248. .navbar-fixed-bottom {
  4249. bottom: 0;
  4250. margin-bottom: 0;
  4251. border-width: 1px 0 0;
  4252. }
  4253. .navbar-brand {
  4254. float: left;
  4255. padding: 30px 15px;
  4256. font-size: 18px;
  4257. line-height: 20px;
  4258. height: 80px;
  4259. }
  4260. .navbar-brand:hover,
  4261. .navbar-brand:focus {
  4262. text-decoration: none;
  4263. }
  4264. .navbar-brand > img {
  4265. display: block;
  4266. }
  4267. @media (min-width: 768px) {
  4268. .navbar > .container .navbar-brand,
  4269. .navbar > .container-fluid .navbar-brand {
  4270. margin-left: -15px;
  4271. }
  4272. }
  4273. .navbar-toggle {
  4274. position: relative;
  4275. float: right;
  4276. margin-right: 15px;
  4277. padding: 9px 10px;
  4278. margin-top: 23px;
  4279. margin-bottom: 23px;
  4280. background-color: transparent;
  4281. background-image: none;
  4282. border: 1px solid transparent;
  4283. border-radius: 4px;
  4284. }
  4285. .navbar-toggle:focus {
  4286. outline: 0;
  4287. }
  4288. .navbar-toggle .icon-bar {
  4289. display: block;
  4290. width: 22px;
  4291. height: 2px;
  4292. border-radius: 1px;
  4293. }
  4294. .navbar-toggle .icon-bar + .icon-bar {
  4295. margin-top: 4px;
  4296. }
  4297. @media (min-width: 768px) {
  4298. .navbar-toggle {
  4299. display: none;
  4300. }
  4301. }
  4302. .navbar-nav {
  4303. margin: 15px -15px;
  4304. }
  4305. .navbar-nav > li > a {
  4306. padding-top: 10px;
  4307. padding-bottom: 10px;
  4308. line-height: 20px;
  4309. }
  4310. @media (max-width: 767px) {
  4311. .navbar-nav .open .dropdown-menu {
  4312. position: static;
  4313. float: none;
  4314. width: auto;
  4315. margin-top: 0;
  4316. background-color: transparent;
  4317. border: 0;
  4318. box-shadow: none;
  4319. }
  4320. .navbar-nav .open .dropdown-menu > li > a,
  4321. .navbar-nav .open .dropdown-menu .dropdown-header {
  4322. padding: 5px 15px 5px 25px;
  4323. }
  4324. .navbar-nav .open .dropdown-menu > li > a {
  4325. line-height: 20px;
  4326. }
  4327. .navbar-nav .open .dropdown-menu > li > a:hover,
  4328. .navbar-nav .open .dropdown-menu > li > a:focus {
  4329. background-image: none;
  4330. }
  4331. }
  4332. @media (min-width: 768px) {
  4333. .navbar-nav {
  4334. float: left;
  4335. margin: 0;
  4336. }
  4337. .navbar-nav > li {
  4338. float: left;
  4339. }
  4340. .navbar-nav > li > a {
  4341. padding-top: 30px;
  4342. padding-bottom: 30px;
  4343. }
  4344. }
  4345. .navbar-form {
  4346. margin-left: -15px;
  4347. margin-right: -15px;
  4348. padding: 10px 15px;
  4349. border-top: 1px solid transparent;
  4350. border-bottom: 1px solid transparent;
  4351. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  4352. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  4353. margin-top: 23px;
  4354. margin-bottom: 23px;
  4355. }
  4356. @media (min-width: 768px) {
  4357. .navbar-form .form-group {
  4358. display: inline-block;
  4359. margin-bottom: 0;
  4360. vertical-align: middle;
  4361. }
  4362. .navbar-form .form-control {
  4363. display: inline-block;
  4364. width: auto;
  4365. vertical-align: middle;
  4366. }
  4367. .navbar-form .form-control-static {
  4368. display: inline-block;
  4369. }
  4370. .navbar-form .input-group {
  4371. display: inline-table;
  4372. vertical-align: middle;
  4373. }
  4374. .navbar-form .input-group .input-group-addon,
  4375. .navbar-form .input-group .input-group-btn,
  4376. .navbar-form .input-group .form-control {
  4377. width: auto;
  4378. }
  4379. .navbar-form .input-group > .form-control {
  4380. width: 100%;
  4381. }
  4382. .navbar-form .control-label {
  4383. margin-bottom: 0;
  4384. vertical-align: middle;
  4385. }
  4386. .navbar-form .radio,
  4387. .navbar-form .checkbox {
  4388. display: inline-block;
  4389. margin-top: 0;
  4390. margin-bottom: 0;
  4391. vertical-align: middle;
  4392. }
  4393. .navbar-form .radio label,
  4394. .navbar-form .checkbox label {
  4395. padding-left: 0;
  4396. }
  4397. .navbar-form .radio input[type="radio"],
  4398. .navbar-form .checkbox input[type="checkbox"] {
  4399. position: relative;
  4400. margin-left: 0;
  4401. }
  4402. .navbar-form .has-feedback .form-control-feedback {
  4403. top: 0;
  4404. }
  4405. }
  4406. @media (max-width: 767px) {
  4407. .navbar-form .form-group {
  4408. margin-bottom: 5px;
  4409. }
  4410. .navbar-form .form-group:last-child {
  4411. margin-bottom: 0;
  4412. }
  4413. }
  4414. @media (min-width: 768px) {
  4415. .navbar-form {
  4416. width: auto;
  4417. border: 0;
  4418. margin-left: 0;
  4419. margin-right: 0;
  4420. padding-top: 0;
  4421. padding-bottom: 0;
  4422. -webkit-box-shadow: none;
  4423. box-shadow: none;
  4424. }
  4425. }
  4426. .navbar-nav > li > .dropdown-menu {
  4427. margin-top: 0;
  4428. border-top-right-radius: 0;
  4429. border-top-left-radius: 0;
  4430. }
  4431. .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  4432. margin-bottom: 0;
  4433. border-top-right-radius: 4px;
  4434. border-top-left-radius: 4px;
  4435. border-bottom-right-radius: 0;
  4436. border-bottom-left-radius: 0;
  4437. }
  4438. .navbar-btn {
  4439. margin-top: 23px;
  4440. margin-bottom: 23px;
  4441. }
  4442. .navbar-btn.btn-sm {
  4443. margin-top: 25px;
  4444. margin-bottom: 25px;
  4445. }
  4446. .navbar-btn.btn-xs {
  4447. margin-top: 29px;
  4448. margin-bottom: 29px;
  4449. }
  4450. .navbar-text {
  4451. margin-top: 30px;
  4452. margin-bottom: 30px;
  4453. }
  4454. @media (min-width: 768px) {
  4455. .navbar-text {
  4456. float: left;
  4457. margin-left: 15px;
  4458. margin-right: 15px;
  4459. }
  4460. }
  4461. @media (min-width: 768px) {
  4462. .navbar-left {
  4463. float: left !important;
  4464. }
  4465. .navbar-right {
  4466. float: right !important;
  4467. margin-right: -15px;
  4468. }
  4469. .navbar-right ~ .navbar-right {
  4470. margin-right: 0;
  4471. }
  4472. }
  4473. .navbar-default {
  4474. background-color: #ffffff;
  4475. border-color: #eeeeee;
  4476. }
  4477. .navbar-default .navbar-brand {
  4478. color: #777777;
  4479. }
  4480. .navbar-default .navbar-brand:hover,
  4481. .navbar-default .navbar-brand:focus {
  4482. color: #5e5e5e;
  4483. background-color: transparent;
  4484. }
  4485. .navbar-default .navbar-text {
  4486. color: #777777;
  4487. }
  4488. .navbar-default .navbar-nav > li > a {
  4489. color: #777777;
  4490. }
  4491. .navbar-default .navbar-nav > li > a:hover,
  4492. .navbar-default .navbar-nav > li > a:focus {
  4493. color: #333333;
  4494. background-color: transparent;
  4495. }
  4496. .navbar-default .navbar-nav > .active > a,
  4497. .navbar-default .navbar-nav > .active > a:hover,
  4498. .navbar-default .navbar-nav > .active > a:focus {
  4499. color: #555555;
  4500. background-color: transparent;
  4501. }
  4502. .navbar-default .navbar-nav > .disabled > a,
  4503. .navbar-default .navbar-nav > .disabled > a:hover,
  4504. .navbar-default .navbar-nav > .disabled > a:focus {
  4505. color: #cccccc;
  4506. background-color: transparent;
  4507. }
  4508. .navbar-default .navbar-toggle {
  4509. border-color: #dddddd;
  4510. }
  4511. .navbar-default .navbar-toggle:hover,
  4512. .navbar-default .navbar-toggle:focus {
  4513. background-color: #dddddd;
  4514. }
  4515. .navbar-default .navbar-toggle .icon-bar {
  4516. background-color: #888888;
  4517. }
  4518. .navbar-default .navbar-collapse,
  4519. .navbar-default .navbar-form {
  4520. border-color: #eeeeee;
  4521. }
  4522. .navbar-default .navbar-nav > .open > a,
  4523. .navbar-default .navbar-nav > .open > a:hover,
  4524. .navbar-default .navbar-nav > .open > a:focus {
  4525. background-color: transparent;
  4526. color: #555555;
  4527. }
  4528. @media (max-width: 767px) {
  4529. .navbar-default .navbar-nav .open .dropdown-menu > li > a {
  4530. color: #777777;
  4531. }
  4532. .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  4533. .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  4534. color: #333333;
  4535. background-color: transparent;
  4536. }
  4537. .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  4538. .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  4539. .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  4540. color: #555555;
  4541. background-color: transparent;
  4542. }
  4543. .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  4544. .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  4545. .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  4546. color: #cccccc;
  4547. background-color: transparent;
  4548. }
  4549. }
  4550. .navbar-default .navbar-link {
  4551. color: #777777;
  4552. }
  4553. .navbar-default .navbar-link:hover {
  4554. color: #333333;
  4555. }
  4556. .navbar-default .btn-link {
  4557. color: #777777;
  4558. }
  4559. .navbar-default .btn-link:hover,
  4560. .navbar-default .btn-link:focus {
  4561. color: #333333;
  4562. }
  4563. .navbar-default .btn-link[disabled]:hover,
  4564. fieldset[disabled] .navbar-default .btn-link:hover,
  4565. .navbar-default .btn-link[disabled]:focus,
  4566. fieldset[disabled] .navbar-default .btn-link:focus {
  4567. color: #cccccc;
  4568. }
  4569. .navbar-inverse {
  4570. background-color: #222222;
  4571. border-color: #080808;
  4572. }
  4573. .navbar-inverse .navbar-brand {
  4574. color: #9d9d9d;
  4575. }
  4576. .navbar-inverse .navbar-brand:hover,
  4577. .navbar-inverse .navbar-brand:focus {
  4578. color: #ffffff;
  4579. background-color: transparent;
  4580. }
  4581. .navbar-inverse .navbar-text {
  4582. color: #9d9d9d;
  4583. }
  4584. .navbar-inverse .navbar-nav > li > a {
  4585. color: #9d9d9d;
  4586. }
  4587. .navbar-inverse .navbar-nav > li > a:hover,
  4588. .navbar-inverse .navbar-nav > li > a:focus {
  4589. color: #ffffff;
  4590. background-color: transparent;
  4591. }
  4592. .navbar-inverse .navbar-nav > .active > a,
  4593. .navbar-inverse .navbar-nav > .active > a:hover,
  4594. .navbar-inverse .navbar-nav > .active > a:focus {
  4595. color: #ffffff;
  4596. background-color: #080808;
  4597. }
  4598. .navbar-inverse .navbar-nav > .disabled > a,
  4599. .navbar-inverse .navbar-nav > .disabled > a:hover,
  4600. .navbar-inverse .navbar-nav > .disabled > a:focus {
  4601. color: #444444;
  4602. background-color: transparent;
  4603. }
  4604. .navbar-inverse .navbar-toggle {
  4605. border-color: #333333;
  4606. }
  4607. .navbar-inverse .navbar-toggle:hover,
  4608. .navbar-inverse .navbar-toggle:focus {
  4609. background-color: #333333;
  4610. }
  4611. .navbar-inverse .navbar-toggle .icon-bar {
  4612. background-color: #ffffff;
  4613. }
  4614. .navbar-inverse .navbar-collapse,
  4615. .navbar-inverse .navbar-form {
  4616. border-color: #101010;
  4617. }
  4618. .navbar-inverse .navbar-nav > .open > a,
  4619. .navbar-inverse .navbar-nav > .open > a:hover,
  4620. .navbar-inverse .navbar-nav > .open > a:focus {
  4621. background-color: #080808;
  4622. color: #ffffff;
  4623. }
  4624. @media (max-width: 767px) {
  4625. .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
  4626. border-color: #080808;
  4627. }
  4628. .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
  4629. background-color: #080808;
  4630. }
  4631. .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  4632. color: #9d9d9d;
  4633. }
  4634. .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  4635. .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
  4636. color: #ffffff;
  4637. background-color: transparent;
  4638. }
  4639. .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  4640. .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  4641. .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
  4642. color: #ffffff;
  4643. background-color: #080808;
  4644. }
  4645. .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  4646. .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  4647. .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  4648. color: #444444;
  4649. background-color: transparent;
  4650. }
  4651. }
  4652. .navbar-inverse .navbar-link {
  4653. color: #9d9d9d;
  4654. }
  4655. .navbar-inverse .navbar-link:hover {
  4656. color: #ffffff;
  4657. }
  4658. .navbar-inverse .btn-link {
  4659. color: #9d9d9d;
  4660. }
  4661. .navbar-inverse .btn-link:hover,
  4662. .navbar-inverse .btn-link:focus {
  4663. color: #ffffff;
  4664. }
  4665. .navbar-inverse .btn-link[disabled]:hover,
  4666. fieldset[disabled] .navbar-inverse .btn-link:hover,
  4667. .navbar-inverse .btn-link[disabled]:focus,
  4668. fieldset[disabled] .navbar-inverse .btn-link:focus {
  4669. color: #444444;
  4670. }
  4671. .breadcrumb {
  4672. padding: 8px 15px;
  4673. margin-bottom: 20px;
  4674. list-style: none;
  4675. background-color: #f5f5f5;
  4676. border-radius: 4px;
  4677. }
  4678. .breadcrumb > li {
  4679. display: inline-block;
  4680. }
  4681. .breadcrumb > li + li:before {
  4682. content: "/\00a0";
  4683. padding: 0 5px;
  4684. color: #cccccc;
  4685. }
  4686. .breadcrumb > .active {
  4687. color: #777777;
  4688. }
  4689. .label {
  4690. display: inline;
  4691. padding: .2em .6em .3em;
  4692. font-size: 75%;
  4693. font-weight: bold;
  4694. line-height: 1;
  4695. color: #ffffff;
  4696. text-align: center;
  4697. white-space: nowrap;
  4698. vertical-align: baseline;
  4699. border-radius: .25em;
  4700. }
  4701. a.label:hover,
  4702. a.label:focus {
  4703. color: #ffffff;
  4704. text-decoration: none;
  4705. cursor: pointer;
  4706. }
  4707. .label:empty {
  4708. display: none;
  4709. }
  4710. .btn .label {
  4711. position: relative;
  4712. top: -1px;
  4713. }
  4714. .label-default {
  4715. background-color: #777777;
  4716. }
  4717. .label-default[href]:hover,
  4718. .label-default[href]:focus {
  4719. background-color: #5e5e5e;
  4720. }
  4721. .label-primary {
  4722. background-color: #22bc66;
  4723. }
  4724. .label-primary[href]:hover,
  4725. .label-primary[href]:focus {
  4726. background-color: #1a914f;
  4727. }
  4728. .label-success {
  4729. background-color: #22bc66;
  4730. }
  4731. .label-success[href]:hover,
  4732. .label-success[href]:focus {
  4733. background-color: #1a914f;
  4734. }
  4735. .label-info {
  4736. background-color: #5bc0de;
  4737. }
  4738. .label-info[href]:hover,
  4739. .label-info[href]:focus {
  4740. background-color: #31b0d5;
  4741. }
  4742. .label-warning {
  4743. background-color: #f0ad4e;
  4744. }
  4745. .label-warning[href]:hover,
  4746. .label-warning[href]:focus {
  4747. background-color: #ec971f;
  4748. }
  4749. .label-danger {
  4750. background-color: #d9534f;
  4751. }
  4752. .label-danger[href]:hover,
  4753. .label-danger[href]:focus {
  4754. background-color: #c9302c;
  4755. }
  4756. .badge {
  4757. display: inline-block;
  4758. min-width: 10px;
  4759. padding: 3px 7px;
  4760. font-size: 12px;
  4761. font-weight: bold;
  4762. color: #ffffff;
  4763. line-height: 1;
  4764. vertical-align: middle;
  4765. white-space: nowrap;
  4766. text-align: center;
  4767. background-color: #777777;
  4768. border-radius: 10px;
  4769. }
  4770. .badge:empty {
  4771. display: none;
  4772. }
  4773. .btn .badge {
  4774. position: relative;
  4775. top: -1px;
  4776. }
  4777. .btn-xs .badge,
  4778. .btn-group-xs > .btn .badge {
  4779. top: 0;
  4780. padding: 1px 5px;
  4781. }
  4782. a.badge:hover,
  4783. a.badge:focus {
  4784. color: #ffffff;
  4785. text-decoration: none;
  4786. cursor: pointer;
  4787. }
  4788. .list-group-item.active > .badge,
  4789. .nav-pills > .active > a > .badge {
  4790. color: #0091ea;
  4791. background-color: #ffffff;
  4792. }
  4793. .list-group-item > .badge {
  4794. float: right;
  4795. }
  4796. .list-group-item > .badge + .badge {
  4797. margin-right: 5px;
  4798. }
  4799. .nav-pills > li > a > .badge {
  4800. margin-left: 3px;
  4801. }
  4802. .jumbotron {
  4803. padding-top: 30px;
  4804. padding-bottom: 30px;
  4805. margin-bottom: 30px;
  4806. color: inherit;
  4807. background-color: #eeeeee;
  4808. }
  4809. .jumbotron h1,
  4810. .jumbotron .h1 {
  4811. color: inherit;
  4812. }
  4813. .jumbotron p {
  4814. margin-bottom: 15px;
  4815. font-size: 21px;
  4816. font-weight: 200;
  4817. }
  4818. .jumbotron > hr {
  4819. border-top-color: #d5d5d5;
  4820. }
  4821. .container .jumbotron,
  4822. .container-fluid .jumbotron {
  4823. border-radius: 6px;
  4824. padding-left: 15px;
  4825. padding-right: 15px;
  4826. }
  4827. .jumbotron .container {
  4828. max-width: 100%;
  4829. }
  4830. @media screen and (min-width: 768px) {
  4831. .jumbotron {
  4832. padding-top: 48px;
  4833. padding-bottom: 48px;
  4834. }
  4835. .container .jumbotron,
  4836. .container-fluid .jumbotron {
  4837. padding-left: 60px;
  4838. padding-right: 60px;
  4839. }
  4840. .jumbotron h1,
  4841. .jumbotron .h1 {
  4842. font-size: 63px;
  4843. }
  4844. }
  4845. .alert {
  4846. padding: 15px;
  4847. margin-bottom: 20px;
  4848. border: 1px solid transparent;
  4849. border-radius: 4px;
  4850. }
  4851. .alert h4 {
  4852. margin-top: 0;
  4853. color: inherit;
  4854. }
  4855. .alert .alert-link {
  4856. font-weight: bold;
  4857. }
  4858. .alert > p,
  4859. .alert > ul {
  4860. margin-bottom: 0;
  4861. }
  4862. .alert > p + p {
  4863. margin-top: 5px;
  4864. }
  4865. .alert-dismissable,
  4866. .alert-dismissible {
  4867. padding-right: 35px;
  4868. }
  4869. .alert-dismissable .close,
  4870. .alert-dismissible .close {
  4871. position: relative;
  4872. top: -2px;
  4873. right: -21px;
  4874. color: inherit;
  4875. }
  4876. .alert-success {
  4877. background-color: #dff0d8;
  4878. border-color: #d6e9c6;
  4879. color: #3c763d;
  4880. }
  4881. .alert-success hr {
  4882. border-top-color: #c9e2b3;
  4883. }
  4884. .alert-success .alert-link {
  4885. color: #2b542c;
  4886. }
  4887. .alert-info {
  4888. background-color: #d9edf7;
  4889. border-color: #bce8f1;
  4890. color: #31708f;
  4891. }
  4892. .alert-info hr {
  4893. border-top-color: #a6e1ec;
  4894. }
  4895. .alert-info .alert-link {
  4896. color: #245269;
  4897. }
  4898. .alert-warning {
  4899. background-color: #fcf8e3;
  4900. border-color: #faebcc;
  4901. color: #8a6d3b;
  4902. }
  4903. .alert-warning hr {
  4904. border-top-color: #f7e1b5;
  4905. }
  4906. .alert-warning .alert-link {
  4907. color: #66512c;
  4908. }
  4909. .alert-danger {
  4910. background-color: #f2dede;
  4911. border-color: #ebccd1;
  4912. color: #a94442;
  4913. }
  4914. .alert-danger hr {
  4915. border-top-color: #e4b9c0;
  4916. }
  4917. .alert-danger .alert-link {
  4918. color: #843534;
  4919. }
  4920. .list-group {
  4921. margin-bottom: 20px;
  4922. padding-left: 0;
  4923. }
  4924. .list-group-item {
  4925. position: relative;
  4926. display: block;
  4927. padding: 10px 15px;
  4928. margin-bottom: -1px;
  4929. background-color: #ffffff;
  4930. border: 1px solid #dddddd;
  4931. }
  4932. .list-group-item:first-child {
  4933. border-top-right-radius: 4px;
  4934. border-top-left-radius: 4px;
  4935. }
  4936. .list-group-item:last-child {
  4937. margin-bottom: 0;
  4938. border-bottom-right-radius: 4px;
  4939. border-bottom-left-radius: 4px;
  4940. }
  4941. a.list-group-item,
  4942. button.list-group-item {
  4943. color: #555555;
  4944. }
  4945. a.list-group-item .list-group-item-heading,
  4946. button.list-group-item .list-group-item-heading {
  4947. color: #333333;
  4948. }
  4949. a.list-group-item:hover,
  4950. button.list-group-item:hover,
  4951. a.list-group-item:focus,
  4952. button.list-group-item:focus {
  4953. text-decoration: none;
  4954. color: #555555;
  4955. background-color: #f5f5f5;
  4956. }
  4957. button.list-group-item {
  4958. width: 100%;
  4959. text-align: left;
  4960. }
  4961. .list-group-item.disabled,
  4962. .list-group-item.disabled:hover,
  4963. .list-group-item.disabled:focus {
  4964. background-color: #eeeeee;
  4965. color: #777777;
  4966. cursor: not-allowed;
  4967. }
  4968. .list-group-item.disabled .list-group-item-heading,
  4969. .list-group-item.disabled:hover .list-group-item-heading,
  4970. .list-group-item.disabled:focus .list-group-item-heading {
  4971. color: inherit;
  4972. }
  4973. .list-group-item.disabled .list-group-item-text,
  4974. .list-group-item.disabled:hover .list-group-item-text,
  4975. .list-group-item.disabled:focus .list-group-item-text {
  4976. color: #777777;
  4977. }
  4978. .list-group-item.active,
  4979. .list-group-item.active:hover,
  4980. .list-group-item.active:focus {
  4981. z-index: 2;
  4982. color: #ffffff;
  4983. background-color: #22bc66;
  4984. border-color: #22bc66;
  4985. }
  4986. .list-group-item.active .list-group-item-heading,
  4987. .list-group-item.active:hover .list-group-item-heading,
  4988. .list-group-item.active:focus .list-group-item-heading,
  4989. .list-group-item.active .list-group-item-heading > small,
  4990. .list-group-item.active:hover .list-group-item-heading > small,
  4991. .list-group-item.active:focus .list-group-item-heading > small,
  4992. .list-group-item.active .list-group-item-heading > .small,
  4993. .list-group-item.active:hover .list-group-item-heading > .small,
  4994. .list-group-item.active:focus .list-group-item-heading > .small {
  4995. color: inherit;
  4996. }
  4997. .list-group-item.active .list-group-item-text,
  4998. .list-group-item.active:hover .list-group-item-text,
  4999. .list-group-item.active:focus .list-group-item-text {
  5000. color: #b8f2d2;
  5001. }
  5002. .list-group-item-success {
  5003. color: #3c763d;
  5004. background-color: #dff0d8;
  5005. }
  5006. a.list-group-item-success,
  5007. button.list-group-item-success {
  5008. color: #3c763d;
  5009. }
  5010. a.list-group-item-success .list-group-item-heading,
  5011. button.list-group-item-success .list-group-item-heading {
  5012. color: inherit;
  5013. }
  5014. a.list-group-item-success:hover,
  5015. button.list-group-item-success:hover,
  5016. a.list-group-item-success:focus,
  5017. button.list-group-item-success:focus {
  5018. color: #3c763d;
  5019. background-color: #d0e9c6;
  5020. }
  5021. a.list-group-item-success.active,
  5022. button.list-group-item-success.active,
  5023. a.list-group-item-success.active:hover,
  5024. button.list-group-item-success.active:hover,
  5025. a.list-group-item-success.active:focus,
  5026. button.list-group-item-success.active:focus {
  5027. color: #fff;
  5028. background-color: #3c763d;
  5029. border-color: #3c763d;
  5030. }
  5031. .list-group-item-info {
  5032. color: #31708f;
  5033. background-color: #d9edf7;
  5034. }
  5035. a.list-group-item-info,
  5036. button.list-group-item-info {
  5037. color: #31708f;
  5038. }
  5039. a.list-group-item-info .list-group-item-heading,
  5040. button.list-group-item-info .list-group-item-heading {
  5041. color: inherit;
  5042. }
  5043. a.list-group-item-info:hover,
  5044. button.list-group-item-info:hover,
  5045. a.list-group-item-info:focus,
  5046. button.list-group-item-info:focus {
  5047. color: #31708f;
  5048. background-color: #c4e3f3;
  5049. }
  5050. a.list-group-item-info.active,
  5051. button.list-group-item-info.active,
  5052. a.list-group-item-info.active:hover,
  5053. button.list-group-item-info.active:hover,
  5054. a.list-group-item-info.active:focus,
  5055. button.list-group-item-info.active:focus {
  5056. color: #fff;
  5057. background-color: #31708f;
  5058. border-color: #31708f;
  5059. }
  5060. .list-group-item-warning {
  5061. color: #8a6d3b;
  5062. background-color: #fcf8e3;
  5063. }
  5064. a.list-group-item-warning,
  5065. button.list-group-item-warning {
  5066. color: #8a6d3b;
  5067. }
  5068. a.list-group-item-warning .list-group-item-heading,
  5069. button.list-group-item-warning .list-group-item-heading {
  5070. color: inherit;
  5071. }
  5072. a.list-group-item-warning:hover,
  5073. button.list-group-item-warning:hover,
  5074. a.list-group-item-warning:focus,
  5075. button.list-group-item-warning:focus {
  5076. color: #8a6d3b;
  5077. background-color: #faf2cc;
  5078. }
  5079. a.list-group-item-warning.active,
  5080. button.list-group-item-warning.active,
  5081. a.list-group-item-warning.active:hover,
  5082. button.list-group-item-warning.active:hover,
  5083. a.list-group-item-warning.active:focus,
  5084. button.list-group-item-warning.active:focus {
  5085. color: #fff;
  5086. background-color: #8a6d3b;
  5087. border-color: #8a6d3b;
  5088. }
  5089. .list-group-item-danger {
  5090. color: #a94442;
  5091. background-color: #f2dede;
  5092. }
  5093. a.list-group-item-danger,
  5094. button.list-group-item-danger {
  5095. color: #a94442;
  5096. }
  5097. a.list-group-item-danger .list-group-item-heading,
  5098. button.list-group-item-danger .list-group-item-heading {
  5099. color: inherit;
  5100. }
  5101. a.list-group-item-danger:hover,
  5102. button.list-group-item-danger:hover,
  5103. a.list-group-item-danger:focus,
  5104. button.list-group-item-danger:focus {
  5105. color: #a94442;
  5106. background-color: #ebcccc;
  5107. }
  5108. a.list-group-item-danger.active,
  5109. button.list-group-item-danger.active,
  5110. a.list-group-item-danger.active:hover,
  5111. button.list-group-item-danger.active:hover,
  5112. a.list-group-item-danger.active:focus,
  5113. button.list-group-item-danger.active:focus {
  5114. color: #fff;
  5115. background-color: #a94442;
  5116. border-color: #a94442;
  5117. }
  5118. .list-group-item-heading {
  5119. margin-top: 0;
  5120. margin-bottom: 5px;
  5121. }
  5122. .list-group-item-text {
  5123. margin-bottom: 0;
  5124. line-height: 1.3;
  5125. }
  5126. .panel {
  5127. margin-bottom: 20px;
  5128. background-color: #ffffff;
  5129. border: 1px solid transparent;
  5130. border-radius: 4px;
  5131. -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  5132. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  5133. }
  5134. .panel-body {
  5135. padding: 15px;
  5136. }
  5137. .panel-heading {
  5138. padding: 10px 15px;
  5139. border-bottom: 1px solid transparent;
  5140. border-top-right-radius: 3px;
  5141. border-top-left-radius: 3px;
  5142. }
  5143. .panel-heading > .dropdown .dropdown-toggle {
  5144. color: inherit;
  5145. }
  5146. .panel-title {
  5147. margin-top: 0;
  5148. margin-bottom: 0;
  5149. font-size: 16px;
  5150. color: inherit;
  5151. }
  5152. .panel-title > a,
  5153. .panel-title > small,
  5154. .panel-title > .small,
  5155. .panel-title > small > a,
  5156. .panel-title > .small > a {
  5157. color: inherit;
  5158. }
  5159. .panel-footer {
  5160. padding: 10px 15px;
  5161. background-color: #f5f5f5;
  5162. border-top: 1px solid #dddddd;
  5163. border-bottom-right-radius: 3px;
  5164. border-bottom-left-radius: 3px;
  5165. }
  5166. .panel > .list-group,
  5167. .panel > .panel-collapse > .list-group {
  5168. margin-bottom: 0;
  5169. }
  5170. .panel > .list-group .list-group-item,
  5171. .panel > .panel-collapse > .list-group .list-group-item {
  5172. border-width: 1px 0;
  5173. border-radius: 0;
  5174. }
  5175. .panel > .list-group:first-child .list-group-item:first-child,
  5176. .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  5177. border-top: 0;
  5178. border-top-right-radius: 3px;
  5179. border-top-left-radius: 3px;
  5180. }
  5181. .panel > .list-group:last-child .list-group-item:last-child,
  5182. .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  5183. border-bottom: 0;
  5184. border-bottom-right-radius: 3px;
  5185. border-bottom-left-radius: 3px;
  5186. }
  5187. .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  5188. border-top-right-radius: 0;
  5189. border-top-left-radius: 0;
  5190. }
  5191. .panel-heading + .list-group .list-group-item:first-child {
  5192. border-top-width: 0;
  5193. }
  5194. .list-group + .panel-footer {
  5195. border-top-width: 0;
  5196. }
  5197. .panel > .table,
  5198. .panel > .table-responsive > .table,
  5199. .panel > .panel-collapse > .table {
  5200. margin-bottom: 0;
  5201. }
  5202. .panel > .table caption,
  5203. .panel > .table-responsive > .table caption,
  5204. .panel > .panel-collapse > .table caption {
  5205. padding-left: 15px;
  5206. padding-right: 15px;
  5207. }
  5208. .panel > .table:first-child,
  5209. .panel > .table-responsive:first-child > .table:first-child {
  5210. border-top-right-radius: 3px;
  5211. border-top-left-radius: 3px;
  5212. }
  5213. .panel > .table:first-child > thead:first-child > tr:first-child,
  5214. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  5215. .panel > .table:first-child > tbody:first-child > tr:first-child,
  5216. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  5217. border-top-left-radius: 3px;
  5218. border-top-right-radius: 3px;
  5219. }
  5220. .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
  5221. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
  5222. .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  5223. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  5224. .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
  5225. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
  5226. .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  5227. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  5228. border-top-left-radius: 3px;
  5229. }
  5230. .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
  5231. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
  5232. .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  5233. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  5234. .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
  5235. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
  5236. .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  5237. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  5238. border-top-right-radius: 3px;
  5239. }
  5240. .panel > .table:last-child,
  5241. .panel > .table-responsive:last-child > .table:last-child {
  5242. border-bottom-right-radius: 3px;
  5243. border-bottom-left-radius: 3px;
  5244. }
  5245. .panel > .table:last-child > tbody:last-child > tr:last-child,
  5246. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  5247. .panel > .table:last-child > tfoot:last-child > tr:last-child,
  5248. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  5249. border-bottom-left-radius: 3px;
  5250. border-bottom-right-radius: 3px;
  5251. }
  5252. .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  5253. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  5254. .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  5255. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  5256. .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  5257. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  5258. .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  5259. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  5260. border-bottom-left-radius: 3px;
  5261. }
  5262. .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  5263. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  5264. .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  5265. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  5266. .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  5267. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  5268. .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  5269. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  5270. border-bottom-right-radius: 3px;
  5271. }
  5272. .panel > .panel-body + .table,
  5273. .panel > .panel-body + .table-responsive,
  5274. .panel > .table + .panel-body,
  5275. .panel > .table-responsive + .panel-body {
  5276. border-top: 1px solid #dddddd;
  5277. }
  5278. .panel > .table > tbody:first-child > tr:first-child th,
  5279. .panel > .table > tbody:first-child > tr:first-child td {
  5280. border-top: 0;
  5281. }
  5282. .panel > .table-bordered,
  5283. .panel > .table-responsive > .table-bordered {
  5284. border: 0;
  5285. }
  5286. .panel > .table-bordered > thead > tr > th:first-child,
  5287. .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  5288. .panel > .table-bordered > tbody > tr > th:first-child,
  5289. .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  5290. .panel > .table-bordered > tfoot > tr > th:first-child,
  5291. .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  5292. .panel > .table-bordered > thead > tr > td:first-child,
  5293. .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  5294. .panel > .table-bordered > tbody > tr > td:first-child,
  5295. .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  5296. .panel > .table-bordered > tfoot > tr > td:first-child,
  5297. .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  5298. border-left: 0;
  5299. }
  5300. .panel > .table-bordered > thead > tr > th:last-child,
  5301. .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  5302. .panel > .table-bordered > tbody > tr > th:last-child,
  5303. .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  5304. .panel > .table-bordered > tfoot > tr > th:last-child,
  5305. .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  5306. .panel > .table-bordered > thead > tr > td:last-child,
  5307. .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  5308. .panel > .table-bordered > tbody > tr > td:last-child,
  5309. .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  5310. .panel > .table-bordered > tfoot > tr > td:last-child,
  5311. .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  5312. border-right: 0;
  5313. }
  5314. .panel > .table-bordered > thead > tr:first-child > td,
  5315. .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  5316. .panel > .table-bordered > tbody > tr:first-child > td,
  5317. .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  5318. .panel > .table-bordered > thead > tr:first-child > th,
  5319. .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  5320. .panel > .table-bordered > tbody > tr:first-child > th,
  5321. .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  5322. border-bottom: 0;
  5323. }
  5324. .panel > .table-bordered > tbody > tr:last-child > td,
  5325. .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  5326. .panel > .table-bordered > tfoot > tr:last-child > td,
  5327. .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  5328. .panel > .table-bordered > tbody > tr:last-child > th,
  5329. .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  5330. .panel > .table-bordered > tfoot > tr:last-child > th,
  5331. .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  5332. border-bottom: 0;
  5333. }
  5334. .panel > .table-responsive {
  5335. border: 0;
  5336. margin-bottom: 0;
  5337. }
  5338. .panel-group {
  5339. margin-bottom: 20px;
  5340. }
  5341. .panel-group .panel {
  5342. margin-bottom: 0;
  5343. border-radius: 4px;
  5344. }
  5345. .panel-group .panel + .panel {
  5346. margin-top: 5px;
  5347. }
  5348. .panel-group .panel-heading {
  5349. border-bottom: 0;
  5350. }
  5351. .panel-group .panel-heading + .panel-collapse > .panel-body,
  5352. .panel-group .panel-heading + .panel-collapse > .list-group {
  5353. border-top: 1px solid #dddddd;
  5354. }
  5355. .panel-group .panel-footer {
  5356. border-top: 0;
  5357. }
  5358. .panel-group .panel-footer + .panel-collapse .panel-body {
  5359. border-bottom: 1px solid #dddddd;
  5360. }
  5361. .panel-default {
  5362. border-color: #dddddd;
  5363. }
  5364. .panel-default > .panel-heading {
  5365. color: #333333;
  5366. background-color: #f5f5f5;
  5367. border-color: #dddddd;
  5368. }
  5369. .panel-default > .panel-heading + .panel-collapse > .panel-body {
  5370. border-top-color: #dddddd;
  5371. }
  5372. .panel-default > .panel-heading .badge {
  5373. color: #f5f5f5;
  5374. background-color: #333333;
  5375. }
  5376. .panel-default > .panel-footer + .panel-collapse > .panel-body {
  5377. border-bottom-color: #dddddd;
  5378. }
  5379. .panel-primary {
  5380. border-color: #22bc66;
  5381. }
  5382. .panel-primary > .panel-heading {
  5383. color: #ffffff;
  5384. background-color: #22bc66;
  5385. border-color: #22bc66;
  5386. }
  5387. .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  5388. border-top-color: #22bc66;
  5389. }
  5390. .panel-primary > .panel-heading .badge {
  5391. color: #22bc66;
  5392. background-color: #ffffff;
  5393. }
  5394. .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  5395. border-bottom-color: #22bc66;
  5396. }
  5397. .panel-success {
  5398. border-color: #d6e9c6;
  5399. }
  5400. .panel-success > .panel-heading {
  5401. color: #3c763d;
  5402. background-color: #dff0d8;
  5403. border-color: #d6e9c6;
  5404. }
  5405. .panel-success > .panel-heading + .panel-collapse > .panel-body {
  5406. border-top-color: #d6e9c6;
  5407. }
  5408. .panel-success > .panel-heading .badge {
  5409. color: #dff0d8;
  5410. background-color: #3c763d;
  5411. }
  5412. .panel-success > .panel-footer + .panel-collapse > .panel-body {
  5413. border-bottom-color: #d6e9c6;
  5414. }
  5415. .panel-info {
  5416. border-color: #bce8f1;
  5417. }
  5418. .panel-info > .panel-heading {
  5419. color: #31708f;
  5420. background-color: #d9edf7;
  5421. border-color: #bce8f1;
  5422. }
  5423. .panel-info > .panel-heading + .panel-collapse > .panel-body {
  5424. border-top-color: #bce8f1;
  5425. }
  5426. .panel-info > .panel-heading .badge {
  5427. color: #d9edf7;
  5428. background-color: #31708f;
  5429. }
  5430. .panel-info > .panel-footer + .panel-collapse > .panel-body {
  5431. border-bottom-color: #bce8f1;
  5432. }
  5433. .panel-warning {
  5434. border-color: #faebcc;
  5435. }
  5436. .panel-warning > .panel-heading {
  5437. color: #8a6d3b;
  5438. background-color: #fcf8e3;
  5439. border-color: #faebcc;
  5440. }
  5441. .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  5442. border-top-color: #faebcc;
  5443. }
  5444. .panel-warning > .panel-heading .badge {
  5445. color: #fcf8e3;
  5446. background-color: #8a6d3b;
  5447. }
  5448. .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  5449. border-bottom-color: #faebcc;
  5450. }
  5451. .panel-danger {
  5452. border-color: #ebccd1;
  5453. }
  5454. .panel-danger > .panel-heading {
  5455. color: #a94442;
  5456. background-color: #f2dede;
  5457. border-color: #ebccd1;
  5458. }
  5459. .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  5460. border-top-color: #ebccd1;
  5461. }
  5462. .panel-danger > .panel-heading .badge {
  5463. color: #f2dede;
  5464. background-color: #a94442;
  5465. }
  5466. .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  5467. border-bottom-color: #ebccd1;
  5468. }
  5469. .close {
  5470. float: right;
  5471. font-size: 21px;
  5472. font-weight: bold;
  5473. line-height: 1;
  5474. color: #000000;
  5475. text-shadow: 0 1px 0 #ffffff;
  5476. opacity: 0.2;
  5477. filter: alpha(opacity=20);
  5478. }
  5479. .close:hover,
  5480. .close:focus {
  5481. color: #000000;
  5482. text-decoration: none;
  5483. cursor: pointer;
  5484. opacity: 0.5;
  5485. filter: alpha(opacity=50);
  5486. }
  5487. button.close {
  5488. padding: 0;
  5489. cursor: pointer;
  5490. background: transparent;
  5491. border: 0;
  5492. -webkit-appearance: none;
  5493. }
  5494. .modal-open {
  5495. overflow: hidden;
  5496. }
  5497. .modal {
  5498. display: none;
  5499. overflow: hidden;
  5500. position: fixed;
  5501. top: 0;
  5502. right: 0;
  5503. bottom: 0;
  5504. left: 0;
  5505. z-index: 1050;
  5506. -webkit-overflow-scrolling: touch;
  5507. outline: 0;
  5508. }
  5509. .modal.fade .modal-dialog {
  5510. -webkit-transform: translate(0, -25%);
  5511. -ms-transform: translate(0, -25%);
  5512. -o-transform: translate(0, -25%);
  5513. transform: translate(0, -25%);
  5514. -webkit-transition: -webkit-transform 0.3s ease-out;
  5515. -moz-transition: -moz-transform 0.3s ease-out;
  5516. -o-transition: -o-transform 0.3s ease-out;
  5517. transition: transform 0.3s ease-out;
  5518. }
  5519. .modal.in .modal-dialog {
  5520. -webkit-transform: translate(0, 0);
  5521. -ms-transform: translate(0, 0);
  5522. -o-transform: translate(0, 0);
  5523. transform: translate(0, 0);
  5524. }
  5525. .modal-open .modal {
  5526. overflow-x: hidden;
  5527. overflow-y: auto;
  5528. }
  5529. .modal-dialog {
  5530. position: relative;
  5531. width: auto;
  5532. margin: 10px;
  5533. }
  5534. .modal-content {
  5535. position: relative;
  5536. background-color: #ffffff;
  5537. border: 1px solid #999999;
  5538. border: 1px solid rgba(0, 0, 0, 0.2);
  5539. border-radius: 6px;
  5540. -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  5541. box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  5542. background-clip: padding-box;
  5543. outline: 0;
  5544. }
  5545. .modal-backdrop {
  5546. position: fixed;
  5547. top: 0;
  5548. right: 0;
  5549. bottom: 0;
  5550. left: 0;
  5551. z-index: 1040;
  5552. background-color: #000000;
  5553. }
  5554. .modal-backdrop.fade {
  5555. opacity: 0;
  5556. filter: alpha(opacity=0);
  5557. }
  5558. .modal-backdrop.in {
  5559. opacity: 0.5;
  5560. filter: alpha(opacity=50);
  5561. }
  5562. .modal-header {
  5563. padding: 15px;
  5564. border-bottom: 1px solid #e5e5e5;
  5565. }
  5566. .modal-header .close {
  5567. margin-top: -2px;
  5568. }
  5569. .modal-title {
  5570. margin: 0;
  5571. line-height: 1.42857143;
  5572. }
  5573. .modal-body {
  5574. position: relative;
  5575. padding: 15px;
  5576. }
  5577. .modal-footer {
  5578. padding: 15px;
  5579. text-align: right;
  5580. border-top: 1px solid #e5e5e5;
  5581. }
  5582. .modal-footer .btn + .btn {
  5583. margin-left: 5px;
  5584. margin-bottom: 0;
  5585. }
  5586. .modal-footer .btn-group .btn + .btn {
  5587. margin-left: -1px;
  5588. }
  5589. .modal-footer .btn-block + .btn-block {
  5590. margin-left: 0;
  5591. }
  5592. .modal-scrollbar-measure {
  5593. position: absolute;
  5594. top: -9999px;
  5595. width: 50px;
  5596. height: 50px;
  5597. overflow: scroll;
  5598. }
  5599. @media (min-width: 768px) {
  5600. .modal-dialog {
  5601. width: 600px;
  5602. margin: 30px auto;
  5603. }
  5604. .modal-content {
  5605. -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  5606. box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  5607. }
  5608. .modal-sm {
  5609. width: 300px;
  5610. }
  5611. }
  5612. @media (min-width: 992px) {
  5613. .modal-lg {
  5614. width: 900px;
  5615. }
  5616. }
  5617. .tooltip {
  5618. position: absolute;
  5619. z-index: 1070;
  5620. display: block;
  5621. font-family: "Open Sans", Arial, sans-serif;
  5622. font-style: normal;
  5623. font-weight: normal;
  5624. letter-spacing: normal;
  5625. line-break: auto;
  5626. line-height: 1.42857143;
  5627. text-align: left;
  5628. text-align: start;
  5629. text-decoration: none;
  5630. text-shadow: none;
  5631. text-transform: none;
  5632. white-space: normal;
  5633. word-break: normal;
  5634. word-spacing: normal;
  5635. word-wrap: normal;
  5636. font-size: 12px;
  5637. opacity: 0;
  5638. filter: alpha(opacity=0);
  5639. }
  5640. .tooltip.in {
  5641. opacity: 0.9;
  5642. filter: alpha(opacity=90);
  5643. }
  5644. .tooltip.top {
  5645. margin-top: -3px;
  5646. padding: 5px 0;
  5647. }
  5648. .tooltip.right {
  5649. margin-left: 3px;
  5650. padding: 0 5px;
  5651. }
  5652. .tooltip.bottom {
  5653. margin-top: 3px;
  5654. padding: 5px 0;
  5655. }
  5656. .tooltip.left {
  5657. margin-left: -3px;
  5658. padding: 0 5px;
  5659. }
  5660. .tooltip-inner {
  5661. max-width: 200px;
  5662. padding: 3px 8px;
  5663. color: #ffffff;
  5664. text-align: center;
  5665. background-color: #000000;
  5666. border-radius: 4px;
  5667. }
  5668. .tooltip-arrow {
  5669. position: absolute;
  5670. width: 0;
  5671. height: 0;
  5672. border-color: transparent;
  5673. border-style: solid;
  5674. }
  5675. .tooltip.top .tooltip-arrow {
  5676. bottom: 0;
  5677. left: 50%;
  5678. margin-left: -5px;
  5679. border-width: 5px 5px 0;
  5680. border-top-color: #000000;
  5681. }
  5682. .tooltip.top-left .tooltip-arrow {
  5683. bottom: 0;
  5684. right: 5px;
  5685. margin-bottom: -5px;
  5686. border-width: 5px 5px 0;
  5687. border-top-color: #000000;
  5688. }
  5689. .tooltip.top-right .tooltip-arrow {
  5690. bottom: 0;
  5691. left: 5px;
  5692. margin-bottom: -5px;
  5693. border-width: 5px 5px 0;
  5694. border-top-color: #000000;
  5695. }
  5696. .tooltip.right .tooltip-arrow {
  5697. top: 50%;
  5698. left: 0;
  5699. margin-top: -5px;
  5700. border-width: 5px 5px 5px 0;
  5701. border-right-color: #000000;
  5702. }
  5703. .tooltip.left .tooltip-arrow {
  5704. top: 50%;
  5705. right: 0;
  5706. margin-top: -5px;
  5707. border-width: 5px 0 5px 5px;
  5708. border-left-color: #000000;
  5709. }
  5710. .tooltip.bottom .tooltip-arrow {
  5711. top: 0;
  5712. left: 50%;
  5713. margin-left: -5px;
  5714. border-width: 0 5px 5px;
  5715. border-bottom-color: #000000;
  5716. }
  5717. .tooltip.bottom-left .tooltip-arrow {
  5718. top: 0;
  5719. right: 5px;
  5720. margin-top: -5px;
  5721. border-width: 0 5px 5px;
  5722. border-bottom-color: #000000;
  5723. }
  5724. .tooltip.bottom-right .tooltip-arrow {
  5725. top: 0;
  5726. left: 5px;
  5727. margin-top: -5px;
  5728. border-width: 0 5px 5px;
  5729. border-bottom-color: #000000;
  5730. }
  5731. .popover {
  5732. position: absolute;
  5733. top: 0;
  5734. left: 0;
  5735. z-index: 1060;
  5736. display: none;
  5737. max-width: 276px;
  5738. padding: 1px;
  5739. font-family: "Open Sans", Arial, sans-serif;
  5740. font-style: normal;
  5741. font-weight: normal;
  5742. letter-spacing: normal;
  5743. line-break: auto;
  5744. line-height: 1.42857143;
  5745. text-align: left;
  5746. text-align: start;
  5747. text-decoration: none;
  5748. text-shadow: none;
  5749. text-transform: none;
  5750. white-space: normal;
  5751. word-break: normal;
  5752. word-spacing: normal;
  5753. word-wrap: normal;
  5754. font-size: 14px;
  5755. background-color: #ffffff;
  5756. background-clip: padding-box;
  5757. border: 1px solid #cccccc;
  5758. border: 1px solid rgba(0, 0, 0, 0.2);
  5759. border-radius: 6px;
  5760. -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  5761. box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  5762. }
  5763. .popover.top {
  5764. margin-top: -10px;
  5765. }
  5766. .popover.right {
  5767. margin-left: 10px;
  5768. }
  5769. .popover.bottom {
  5770. margin-top: 10px;
  5771. }
  5772. .popover.left {
  5773. margin-left: -10px;
  5774. }
  5775. .popover-title {
  5776. margin: 0;
  5777. padding: 8px 14px;
  5778. font-size: 14px;
  5779. background-color: #f7f7f7;
  5780. border-bottom: 1px solid #ebebeb;
  5781. border-radius: 5px 5px 0 0;
  5782. }
  5783. .popover-content {
  5784. padding: 9px 14px;
  5785. }
  5786. .popover > .arrow,
  5787. .popover > .arrow:after {
  5788. position: absolute;
  5789. display: block;
  5790. width: 0;
  5791. height: 0;
  5792. border-color: transparent;
  5793. border-style: solid;
  5794. }
  5795. .popover > .arrow {
  5796. border-width: 11px;
  5797. }
  5798. .popover > .arrow:after {
  5799. border-width: 10px;
  5800. content: "";
  5801. }
  5802. .popover.top > .arrow {
  5803. left: 50%;
  5804. margin-left: -11px;
  5805. border-bottom-width: 0;
  5806. border-top-color: #999999;
  5807. border-top-color: rgba(0, 0, 0, 0.25);
  5808. bottom: -11px;
  5809. }
  5810. .popover.top > .arrow:after {
  5811. content: " ";
  5812. bottom: 1px;
  5813. margin-left: -10px;
  5814. border-bottom-width: 0;
  5815. border-top-color: #ffffff;
  5816. }
  5817. .popover.right > .arrow {
  5818. top: 50%;
  5819. left: -11px;
  5820. margin-top: -11px;
  5821. border-left-width: 0;
  5822. border-right-color: #999999;
  5823. border-right-color: rgba(0, 0, 0, 0.25);
  5824. }
  5825. .popover.right > .arrow:after {
  5826. content: " ";
  5827. left: 1px;
  5828. bottom: -10px;
  5829. border-left-width: 0;
  5830. border-right-color: #ffffff;
  5831. }
  5832. .popover.bottom > .arrow {
  5833. left: 50%;
  5834. margin-left: -11px;
  5835. border-top-width: 0;
  5836. border-bottom-color: #999999;
  5837. border-bottom-color: rgba(0, 0, 0, 0.25);
  5838. top: -11px;
  5839. }
  5840. .popover.bottom > .arrow:after {
  5841. content: " ";
  5842. top: 1px;
  5843. margin-left: -10px;
  5844. border-top-width: 0;
  5845. border-bottom-color: #ffffff;
  5846. }
  5847. .popover.left > .arrow {
  5848. top: 50%;
  5849. right: -11px;
  5850. margin-top: -11px;
  5851. border-right-width: 0;
  5852. border-left-color: #999999;
  5853. border-left-color: rgba(0, 0, 0, 0.25);
  5854. }
  5855. .popover.left > .arrow:after {
  5856. content: " ";
  5857. right: 1px;
  5858. border-right-width: 0;
  5859. border-left-color: #ffffff;
  5860. bottom: -10px;
  5861. }
  5862. .clearfix:before,
  5863. .clearfix:after,
  5864. .dl-horizontal dd:before,
  5865. .dl-horizontal dd:after,
  5866. .container:before,
  5867. .container:after,
  5868. .container-fluid:before,
  5869. .container-fluid:after,
  5870. .row:before,
  5871. .row:after,
  5872. .form-horizontal .form-group:before,
  5873. .form-horizontal .form-group:after,
  5874. .btn-toolbar:before,
  5875. .btn-toolbar:after,
  5876. .btn-group-vertical > .btn-group:before,
  5877. .btn-group-vertical > .btn-group:after,
  5878. .nav:before,
  5879. .nav:after,
  5880. .navbar:before,
  5881. .navbar:after,
  5882. .navbar-header:before,
  5883. .navbar-header:after,
  5884. .navbar-collapse:before,
  5885. .navbar-collapse:after,
  5886. .panel-body:before,
  5887. .panel-body:after,
  5888. .modal-header:before,
  5889. .modal-header:after,
  5890. .modal-footer:before,
  5891. .modal-footer:after {
  5892. content: " ";
  5893. display: table;
  5894. }
  5895. .clearfix:after,
  5896. .dl-horizontal dd:after,
  5897. .container:after,
  5898. .container-fluid:after,
  5899. .row:after,
  5900. .form-horizontal .form-group:after,
  5901. .btn-toolbar:after,
  5902. .btn-group-vertical > .btn-group:after,
  5903. .nav:after,
  5904. .navbar:after,
  5905. .navbar-header:after,
  5906. .navbar-collapse:after,
  5907. .panel-body:after,
  5908. .modal-header:after,
  5909. .modal-footer:after {
  5910. clear: both;
  5911. }
  5912. .center-block {
  5913. display: block;
  5914. margin-left: auto;
  5915. margin-right: auto;
  5916. }
  5917. .pull-right {
  5918. float: right !important;
  5919. }
  5920. .pull-left {
  5921. float: left !important;
  5922. }
  5923. .hide {
  5924. display: none !important;
  5925. }
  5926. .show {
  5927. display: block !important;
  5928. }
  5929. .invisible {
  5930. visibility: hidden;
  5931. }
  5932. .text-hide {
  5933. font: 0/0 a;
  5934. color: transparent;
  5935. text-shadow: none;
  5936. background-color: transparent;
  5937. border: 0;
  5938. }
  5939. .hidden {
  5940. display: none !important;
  5941. }
  5942. .affix {
  5943. position: fixed;
  5944. }
  5945. @-ms-viewport {
  5946. width: device-width;
  5947. }
  5948. .visible-xs,
  5949. .visible-sm,
  5950. .visible-md,
  5951. .visible-lg {
  5952. display: none !important;
  5953. }
  5954. .visible-xs-block,
  5955. .visible-xs-inline,
  5956. .visible-xs-inline-block,
  5957. .visible-sm-block,
  5958. .visible-sm-inline,
  5959. .visible-sm-inline-block,
  5960. .visible-md-block,
  5961. .visible-md-inline,
  5962. .visible-md-inline-block,
  5963. .visible-lg-block,
  5964. .visible-lg-inline,
  5965. .visible-lg-inline-block {
  5966. display: none !important;
  5967. }
  5968. @media (max-width: 767px) {
  5969. .visible-xs {
  5970. display: block !important;
  5971. }
  5972. table.visible-xs {
  5973. display: table !important;
  5974. }
  5975. tr.visible-xs {
  5976. display: table-row !important;
  5977. }
  5978. th.visible-xs,
  5979. td.visible-xs {
  5980. display: table-cell !important;
  5981. }
  5982. }
  5983. @media (max-width: 767px) {
  5984. .visible-xs-block {
  5985. display: block !important;
  5986. }
  5987. }
  5988. @media (max-width: 767px) {
  5989. .visible-xs-inline {
  5990. display: inline !important;
  5991. }
  5992. }
  5993. @media (max-width: 767px) {
  5994. .visible-xs-inline-block {
  5995. display: inline-block !important;
  5996. }
  5997. }
  5998. @media (min-width: 768px) and (max-width: 991px) {
  5999. .visible-sm {
  6000. display: block !important;
  6001. }
  6002. table.visible-sm {
  6003. display: table !important;
  6004. }
  6005. tr.visible-sm {
  6006. display: table-row !important;
  6007. }
  6008. th.visible-sm,
  6009. td.visible-sm {
  6010. display: table-cell !important;
  6011. }
  6012. }
  6013. @media (min-width: 768px) and (max-width: 991px) {
  6014. .visible-sm-block {
  6015. display: block !important;
  6016. }
  6017. }
  6018. @media (min-width: 768px) and (max-width: 991px) {
  6019. .visible-sm-inline {
  6020. display: inline !important;
  6021. }
  6022. }
  6023. @media (min-width: 768px) and (max-width: 991px) {
  6024. .visible-sm-inline-block {
  6025. display: inline-block !important;
  6026. }
  6027. }
  6028. @media (min-width: 992px) and (max-width: 1199px) {
  6029. .visible-md {
  6030. display: block !important;
  6031. }
  6032. table.visible-md {
  6033. display: table !important;
  6034. }
  6035. tr.visible-md {
  6036. display: table-row !important;
  6037. }
  6038. th.visible-md,
  6039. td.visible-md {
  6040. display: table-cell !important;
  6041. }
  6042. }
  6043. @media (min-width: 992px) and (max-width: 1199px) {
  6044. .visible-md-block {
  6045. display: block !important;
  6046. }
  6047. }
  6048. @media (min-width: 992px) and (max-width: 1199px) {
  6049. .visible-md-inline {
  6050. display: inline !important;
  6051. }
  6052. }
  6053. @media (min-width: 992px) and (max-width: 1199px) {
  6054. .visible-md-inline-block {
  6055. display: inline-block !important;
  6056. }
  6057. }
  6058. @media (min-width: 1200px) {
  6059. .visible-lg {
  6060. display: block !important;
  6061. }
  6062. table.visible-lg {
  6063. display: table !important;
  6064. }
  6065. tr.visible-lg {
  6066. display: table-row !important;
  6067. }
  6068. th.visible-lg,
  6069. td.visible-lg {
  6070. display: table-cell !important;
  6071. }
  6072. }
  6073. @media (min-width: 1200px) {
  6074. .visible-lg-block {
  6075. display: block !important;
  6076. }
  6077. }
  6078. @media (min-width: 1200px) {
  6079. .visible-lg-inline {
  6080. display: inline !important;
  6081. }
  6082. }
  6083. @media (min-width: 1200px) {
  6084. .visible-lg-inline-block {
  6085. display: inline-block !important;
  6086. }
  6087. }
  6088. @media (max-width: 767px) {
  6089. .hidden-xs {
  6090. display: none !important;
  6091. }
  6092. }
  6093. @media (min-width: 768px) and (max-width: 991px) {
  6094. .hidden-sm {
  6095. display: none !important;
  6096. }
  6097. }
  6098. @media (min-width: 992px) and (max-width: 1199px) {
  6099. .hidden-md {
  6100. display: none !important;
  6101. }
  6102. }
  6103. @media (min-width: 1200px) {
  6104. .hidden-lg {
  6105. display: none !important;
  6106. }
  6107. }
  6108. .visible-print {
  6109. display: none !important;
  6110. }
  6111. @media print {
  6112. .visible-print {
  6113. display: block !important;
  6114. }
  6115. table.visible-print {
  6116. display: table !important;
  6117. }
  6118. tr.visible-print {
  6119. display: table-row !important;
  6120. }
  6121. th.visible-print,
  6122. td.visible-print {
  6123. display: table-cell !important;
  6124. }
  6125. }
  6126. .visible-print-block {
  6127. display: none !important;
  6128. }
  6129. @media print {
  6130. .visible-print-block {
  6131. display: block !important;
  6132. }
  6133. }
  6134. .visible-print-inline {
  6135. display: none !important;
  6136. }
  6137. @media print {
  6138. .visible-print-inline {
  6139. display: inline !important;
  6140. }
  6141. }
  6142. .visible-print-inline-block {
  6143. display: none !important;
  6144. }
  6145. @media print {
  6146. .visible-print-inline-block {
  6147. display: inline-block !important;
  6148. }
  6149. }
  6150. @media print {
  6151. .hidden-print {
  6152. display: none !important;
  6153. }
  6154. }