Guest User

Untitled

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