Advertisement
Guest User

aaron-css

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