Guest User

Untitled

a guest
Mar 3rd, 2016
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 276.29 KB | None | 0 0
  1. /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
  2. @import url("//fonts.googleapis.com/css?family=Open+Sans:300italic,300,400italic,400,600italic,600,700italic,700,800italic,800");
  3. html {
  4. font-family: sans-serif;
  5. -ms-text-size-adjust: 100%;
  6. -webkit-text-size-adjust: 100%;
  7. }
  8. body {
  9. margin: 0;
  10. }
  11. article,
  12. aside,
  13. details,
  14. figcaption,
  15. figure,
  16. footer,
  17. header,
  18. hgroup,
  19. main,
  20. menu,
  21. nav,
  22. section,
  23. summary {
  24. display: block;
  25. }
  26. audio,
  27. canvas,
  28. progress,
  29. video {
  30. display: inline-block;
  31. vertical-align: baseline;
  32. }
  33. audio:not([controls]) {
  34. display: none;
  35. height: 0;
  36. }
  37. [hidden],
  38. template {
  39. display: none;
  40. }
  41. a {
  42. background-color: transparent;
  43. }
  44. a:active,
  45. a:hover {
  46. outline: 0;
  47. }
  48. abbr[title] {
  49. border-bottom: 1px dotted;
  50. }
  51. b,
  52. strong {
  53. font-weight: bold;
  54. }
  55. dfn {
  56. font-style: italic;
  57. }
  58. h1 {
  59. font-size: 2em;
  60. margin: 0.67em 0;
  61. }
  62. mark {
  63. background: #ff0;
  64. color: #000;
  65. }
  66. small {
  67. font-size: 80%;
  68. }
  69. sub,
  70. sup {
  71. font-size: 75%;
  72. line-height: 0;
  73. position: relative;
  74. vertical-align: baseline;
  75. }
  76. sup {
  77. top: -0.5em;
  78. }
  79. sub {
  80. bottom: -0.25em;
  81. }
  82. img {
  83. border: 0;
  84. }
  85. svg:not(:root) {
  86. overflow: hidden;
  87. }
  88. figure {
  89. margin: 1em 40px;
  90. }
  91. hr {
  92. -moz-box-sizing: content-box;
  93. box-sizing: content-box;
  94. height: 0;
  95. }
  96. pre {
  97. overflow: auto;
  98. }
  99. code,
  100. kbd,
  101. pre,
  102. samp {
  103. font-family: monospace, monospace;
  104. font-size: 1em;
  105. }
  106. button,
  107. input,
  108. optgroup,
  109. select,
  110. textarea {
  111. color: inherit;
  112. font: inherit;
  113. margin: 0;
  114. }
  115. button {
  116. overflow: visible;
  117. }
  118. button,
  119. select {
  120. text-transform: none;
  121. }
  122. button,
  123. html input[type="button"],
  124. input[type="reset"],
  125. input[type="submit"] {
  126. -webkit-appearance: button;
  127. cursor: pointer;
  128. }
  129. button[disabled],
  130. html input[disabled] {
  131. cursor: default;
  132. }
  133. button::-moz-focus-inner,
  134. input::-moz-focus-inner {
  135. border: 0;
  136. padding: 0;
  137. }
  138. input {
  139. line-height: normal;
  140. }
  141. input[type="checkbox"],
  142. input[type="radio"] {
  143. box-sizing: border-box;
  144. padding: 0;
  145. }
  146. input[type="number"]::-webkit-inner-spin-button,
  147. input[type="number"]::-webkit-outer-spin-button {
  148. height: auto;
  149. }
  150. input[type="search"] {
  151. -webkit-appearance: textfield;
  152. -moz-box-sizing: content-box;
  153. -webkit-box-sizing: content-box;
  154. box-sizing: content-box;
  155. }
  156. input[type="search"]::-webkit-search-cancel-button,
  157. input[type="search"]::-webkit-search-decoration {
  158. -webkit-appearance: none;
  159. }
  160. fieldset {
  161. border: 1px solid #c0c0c0;
  162. margin: 0 2px;
  163. padding: 0.35em 0.625em 0.75em;
  164. }
  165. legend {
  166. border: 0;
  167. padding: 0;
  168. }
  169. textarea {
  170. overflow: auto;
  171. }
  172. optgroup {
  173. font-weight: bold;
  174. }
  175. table {
  176. border-collapse: collapse;
  177. border-spacing: 0;
  178. }
  179. td,
  180. th {
  181. padding: 0;
  182. }
  183. /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  184. @media print {
  185. *,
  186. *:before,
  187. *:after {
  188. background: transparent !important;
  189. color: #000 !important;
  190. box-shadow: none !important;
  191. text-shadow: none !important;
  192. }
  193. a,
  194. a:visited {
  195. text-decoration: underline;
  196. }
  197. a[href]:after {
  198. content: " (" attr(href) ")";
  199. }
  200. abbr[title]:after {
  201. content: " (" attr(title) ")";
  202. }
  203. a[href^="#"]:after,
  204. a[href^="javascript:"]:after {
  205. content: "";
  206. }
  207. pre,
  208. blockquote {
  209. border: 1px solid #999;
  210. page-break-inside: avoid;
  211. }
  212. thead {
  213. display: table-header-group;
  214. }
  215. tr,
  216. img {
  217. page-break-inside: avoid;
  218. }
  219. img {
  220. max-width: 100% !important;
  221. }
  222. p,
  223. h2,
  224. h3 {
  225. orphans: 3;
  226. widows: 3;
  227. }
  228. h2,
  229. h3 {
  230. page-break-after: avoid;
  231. }
  232. select {
  233. background: #fff !important;
  234. }
  235. .navbar {
  236. display: none;
  237. }
  238. .btn > .caret,
  239. .dropup > .btn > .caret {
  240. border-top-color: #000 !important;
  241. }
  242. .label {
  243. border: 1px solid #000;
  244. }
  245. .table {
  246. border-collapse: collapse !important;
  247. }
  248. .table td,
  249. .table th {
  250. background-color: #fff !important;
  251. }
  252. .table-bordered th,
  253. .table-bordered td {
  254. border: 1px solid #ddd !important;
  255. }
  256. }
  257. @font-face {
  258. font-family: 'Glyphicons Halflings';
  259. src: url('/fonts/glyphicons-halflings-regular.eot');
  260. src: url('/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
  261. }
  262. .glyphicon {
  263. position: relative;
  264. top: 1px;
  265. display: inline-block;
  266. font-family: 'Glyphicons Halflings';
  267. font-style: normal;
  268. font-weight: normal;
  269. line-height: 1;
  270. -webkit-font-smoothing: antialiased;
  271. -moz-osx-font-smoothing: grayscale;
  272. }
  273. .glyphicon-asterisk:before {
  274. content: "\2a";
  275. }
  276. .glyphicon-plus:before {
  277. content: "\2b";
  278. }
  279. .glyphicon-euro:before,
  280. .glyphicon-eur:before {
  281. content: "\20ac";
  282. }
  283. .glyphicon-minus:before {
  284. content: "\2212";
  285. }
  286. .glyphicon-cloud:before {
  287. content: "\2601";
  288. }
  289. .glyphicon-envelope:before {
  290. content: "\2709";
  291. }
  292. .glyphicon-pencil:before {
  293. content: "\270f";
  294. }
  295. .glyphicon-glass:before {
  296. content: "\e001";
  297. }
  298. .glyphicon-music:before {
  299. content: "\e002";
  300. }
  301. .glyphicon-search:before {
  302. content: "\e003";
  303. }
  304. .glyphicon-heart:before {
  305. content: "\e005";
  306. }
  307. .glyphicon-star:before {
  308. content: "\e006";
  309. }
  310. .glyphicon-star-empty:before {
  311. content: "\e007";
  312. }
  313. .glyphicon-user:before {
  314. content: "\e008";
  315. }
  316. .glyphicon-film:before {
  317. content: "\e009";
  318. }
  319. .glyphicon-th-large:before {
  320. content: "\e010";
  321. }
  322. .glyphicon-th:before {
  323. content: "\e011";
  324. }
  325. .glyphicon-th-list:before {
  326. content: "\e012";
  327. }
  328. .glyphicon-ok:before {
  329. content: "\e013";
  330. }
  331. .glyphicon-remove:before {
  332. content: "\e014";
  333. }
  334. .glyphicon-zoom-in:before {
  335. content: "\e015";
  336. }
  337. .glyphicon-zoom-out:before {
  338. content: "\e016";
  339. }
  340. .glyphicon-off:before {
  341. content: "\e017";
  342. }
  343. .glyphicon-signal:before {
  344. content: "\e018";
  345. }
  346. .glyphicon-cog:before {
  347. content: "\e019";
  348. }
  349. .glyphicon-trash:before {
  350. content: "\e020";
  351. }
  352. .glyphicon-home:before {
  353. content: "\e021";
  354. }
  355. .glyphicon-file:before {
  356. content: "\e022";
  357. }
  358. .glyphicon-time:before {
  359. content: "\e023";
  360. }
  361. .glyphicon-road:before {
  362. content: "\e024";
  363. }
  364. .glyphicon-download-alt:before {
  365. content: "\e025";
  366. }
  367. .glyphicon-download:before {
  368. content: "\e026";
  369. }
  370. .glyphicon-upload:before {
  371. content: "\e027";
  372. }
  373. .glyphicon-inbox:before {
  374. content: "\e028";
  375. }
  376. .glyphicon-play-circle:before {
  377. content: "\e029";
  378. }
  379. .glyphicon-repeat:before {
  380. content: "\e030";
  381. }
  382. .glyphicon-refresh:before {
  383. content: "\e031";
  384. }
  385. .glyphicon-list-alt:before {
  386. content: "\e032";
  387. }
  388. .glyphicon-lock:before {
  389. content: "\e033";
  390. }
  391. .glyphicon-flag:before {
  392. content: "\e034";
  393. }
  394. .glyphicon-headphones:before {
  395. content: "\e035";
  396. }
  397. .glyphicon-volume-off:before {
  398. content: "\e036";
  399. }
  400. .glyphicon-volume-down:before {
  401. content: "\e037";
  402. }
  403. .glyphicon-volume-up:before {
  404. content: "\e038";
  405. }
  406. .glyphicon-qrcode:before {
  407. content: "\e039";
  408. }
  409. .glyphicon-barcode:before {
  410. content: "\e040";
  411. }
  412. .glyphicon-tag:before {
  413. content: "\e041";
  414. }
  415. .glyphicon-tags:before {
  416. content: "\e042";
  417. }
  418. .glyphicon-book:before {
  419. content: "\e043";
  420. }
  421. .glyphicon-bookmark:before {
  422. content: "\e044";
  423. }
  424. .glyphicon-print:before {
  425. content: "\e045";
  426. }
  427. .glyphicon-camera:before {
  428. content: "\e046";
  429. }
  430. .glyphicon-font:before {
  431. content: "\e047";
  432. }
  433. .glyphicon-bold:before {
  434. content: "\e048";
  435. }
  436. .glyphicon-italic:before {
  437. content: "\e049";
  438. }
  439. .glyphicon-text-height:before {
  440. content: "\e050";
  441. }
  442. .glyphicon-text-width:before {
  443. content: "\e051";
  444. }
  445. .glyphicon-align-left:before {
  446. content: "\e052";
  447. }
  448. .glyphicon-align-center:before {
  449. content: "\e053";
  450. }
  451. .glyphicon-align-right:before {
  452. content: "\e054";
  453. }
  454. .glyphicon-align-justify:before {
  455. content: "\e055";
  456. }
  457. .glyphicon-list:before {
  458. content: "\e056";
  459. }
  460. .glyphicon-indent-left:before {
  461. content: "\e057";
  462. }
  463. .glyphicon-indent-right:before {
  464. content: "\e058";
  465. }
  466. .glyphicon-facetime-video:before {
  467. content: "\e059";
  468. }
  469. .glyphicon-picture:before {
  470. content: "\e060";
  471. }
  472. .glyphicon-map-marker:before {
  473. content: "\e062";
  474. }
  475. .glyphicon-adjust:before {
  476. content: "\e063";
  477. }
  478. .glyphicon-tint:before {
  479. content: "\e064";
  480. }
  481. .glyphicon-edit:before {
  482. content: "\e065";
  483. }
  484. .glyphicon-share:before {
  485. content: "\e066";
  486. }
  487. .glyphicon-check:before {
  488. content: "\e067";
  489. }
  490. .glyphicon-move:before {
  491. content: "\e068";
  492. }
  493. .glyphicon-step-backward:before {
  494. content: "\e069";
  495. }
  496. .glyphicon-fast-backward:before {
  497. content: "\e070";
  498. }
  499. .glyphicon-backward:before {
  500. content: "\e071";
  501. }
  502. .glyphicon-play:before {
  503. content: "\e072";
  504. }
  505. .glyphicon-pause:before {
  506. content: "\e073";
  507. }
  508. .glyphicon-stop:before {
  509. content: "\e074";
  510. }
  511. .glyphicon-forward:before {
  512. content: "\e075";
  513. }
  514. .glyphicon-fast-forward:before {
  515. content: "\e076";
  516. }
  517. .glyphicon-step-forward:before {
  518. content: "\e077";
  519. }
  520. .glyphicon-eject:before {
  521. content: "\e078";
  522. }
  523. .glyphicon-chevron-left:before {
  524. content: "\e079";
  525. }
  526. .glyphicon-chevron-right:before {
  527. content: "\e080";
  528. }
  529. .glyphicon-plus-sign:before {
  530. content: "\e081";
  531. }
  532. .glyphicon-minus-sign:before {
  533. content: "\e082";
  534. }
  535. .glyphicon-remove-sign:before {
  536. content: "\e083";
  537. }
  538. .glyphicon-ok-sign:before {
  539. content: "\e084";
  540. }
  541. .glyphicon-question-sign:before {
  542. content: "\e085";
  543. }
  544. .glyphicon-info-sign:before {
  545. content: "\e086";
  546. }
  547. .glyphicon-screenshot:before {
  548. content: "\e087";
  549. }
  550. .glyphicon-remove-circle:before {
  551. content: "\e088";
  552. }
  553. .glyphicon-ok-circle:before {
  554. content: "\e089";
  555. }
  556. .glyphicon-ban-circle:before {
  557. content: "\e090";
  558. }
  559. .glyphicon-arrow-left:before {
  560. content: "\e091";
  561. }
  562. .glyphicon-arrow-right:before {
  563. content: "\e092";
  564. }
  565. .glyphicon-arrow-up:before {
  566. content: "\e093";
  567. }
  568. .glyphicon-arrow-down:before {
  569. content: "\e094";
  570. }
  571. .glyphicon-share-alt:before {
  572. content: "\e095";
  573. }
  574. .glyphicon-resize-full:before {
  575. content: "\e096";
  576. }
  577. .glyphicon-resize-small:before {
  578. content: "\e097";
  579. }
  580. .glyphicon-exclamation-sign:before {
  581. content: "\e101";
  582. }
  583. .glyphicon-gift:before {
  584. content: "\e102";
  585. }
  586. .glyphicon-leaf:before {
  587. content: "\e103";
  588. }
  589. .glyphicon-fire:before {
  590. content: "\e104";
  591. }
  592. .glyphicon-eye-open:before {
  593. content: "\e105";
  594. }
  595. .glyphicon-eye-close:before {
  596. content: "\e106";
  597. }
  598. .glyphicon-warning-sign:before {
  599. content: "\e107";
  600. }
  601. .glyphicon-plane:before {
  602. content: "\e108";
  603. }
  604. .glyphicon-calendar:before {
  605. content: "\e109";
  606. }
  607. .glyphicon-random:before {
  608. content: "\e110";
  609. }
  610. .glyphicon-comment:before {
  611. content: "\e111";
  612. }
  613. .glyphicon-magnet:before {
  614. content: "\e112";
  615. }
  616. .glyphicon-chevron-up:before {
  617. content: "\e113";
  618. }
  619. .glyphicon-chevron-down:before {
  620. content: "\e114";
  621. }
  622. .glyphicon-retweet:before {
  623. content: "\e115";
  624. }
  625. .glyphicon-shopping-cart:before {
  626. content: "\e116";
  627. }
  628. .glyphicon-folder-close:before {
  629. content: "\e117";
  630. }
  631. .glyphicon-folder-open:before {
  632. content: "\e118";
  633. }
  634. .glyphicon-resize-vertical:before {
  635. content: "\e119";
  636. }
  637. .glyphicon-resize-horizontal:before {
  638. content: "\e120";
  639. }
  640. .glyphicon-hdd:before {
  641. content: "\e121";
  642. }
  643. .glyphicon-bullhorn:before {
  644. content: "\e122";
  645. }
  646. .glyphicon-bell:before {
  647. content: "\e123";
  648. }
  649. .glyphicon-certificate:before {
  650. content: "\e124";
  651. }
  652. .glyphicon-thumbs-up:before {
  653. content: "\e125";
  654. }
  655. .glyphicon-thumbs-down:before {
  656. content: "\e126";
  657. }
  658. .glyphicon-hand-right:before {
  659. content: "\e127";
  660. }
  661. .glyphicon-hand-left:before {
  662. content: "\e128";
  663. }
  664. .glyphicon-hand-up:before {
  665. content: "\e129";
  666. }
  667. .glyphicon-hand-down:before {
  668. content: "\e130";
  669. }
  670. .glyphicon-circle-arrow-right:before {
  671. content: "\e131";
  672. }
  673. .glyphicon-circle-arrow-left:before {
  674. content: "\e132";
  675. }
  676. .glyphicon-circle-arrow-up:before {
  677. content: "\e133";
  678. }
  679. .glyphicon-circle-arrow-down:before {
  680. content: "\e134";
  681. }
  682. .glyphicon-globe:before {
  683. content: "\e135";
  684. }
  685. .glyphicon-wrench:before {
  686. content: "\e136";
  687. }
  688. .glyphicon-tasks:before {
  689. content: "\e137";
  690. }
  691. .glyphicon-filter:before {
  692. content: "\e138";
  693. }
  694. .glyphicon-briefcase:before {
  695. content: "\e139";
  696. }
  697. .glyphicon-fullscreen:before {
  698. content: "\e140";
  699. }
  700. .glyphicon-dashboard:before {
  701. content: "\e141";
  702. }
  703. .glyphicon-paperclip:before {
  704. content: "\e142";
  705. }
  706. .glyphicon-heart-empty:before {
  707. content: "\e143";
  708. }
  709. .glyphicon-link:before {
  710. content: "\e144";
  711. }
  712. .glyphicon-phone:before {
  713. content: "\e145";
  714. }
  715. .glyphicon-pushpin:before {
  716. content: "\e146";
  717. }
  718. .glyphicon-usd:before {
  719. content: "\e148";
  720. }
  721. .glyphicon-gbp:before {
  722. content: "\e149";
  723. }
  724. .glyphicon-sort:before {
  725. content: "\e150";
  726. }
  727. .glyphicon-sort-by-alphabet:before {
  728. content: "\e151";
  729. }
  730. .glyphicon-sort-by-alphabet-alt:before {
  731. content: "\e152";
  732. }
  733. .glyphicon-sort-by-order:before {
  734. content: "\e153";
  735. }
  736. .glyphicon-sort-by-order-alt:before {
  737. content: "\e154";
  738. }
  739. .glyphicon-sort-by-attributes:before {
  740. content: "\e155";
  741. }
  742. .glyphicon-sort-by-attributes-alt:before {
  743. content: "\e156";
  744. }
  745. .glyphicon-unchecked:before {
  746. content: "\e157";
  747. }
  748. .glyphicon-expand:before {
  749. content: "\e158";
  750. }
  751. .glyphicon-collapse-down:before {
  752. content: "\e159";
  753. }
  754. .glyphicon-collapse-up:before {
  755. content: "\e160";
  756. }
  757. .glyphicon-log-in:before {
  758. content: "\e161";
  759. }
  760. .glyphicon-flash:before {
  761. content: "\e162";
  762. }
  763. .glyphicon-log-out:before {
  764. content: "\e163";
  765. }
  766. .glyphicon-new-window:before {
  767. content: "\e164";
  768. }
  769. .glyphicon-record:before {
  770. content: "\e165";
  771. }
  772. .glyphicon-save:before {
  773. content: "\e166";
  774. }
  775. .glyphicon-open:before {
  776. content: "\e167";
  777. }
  778. .glyphicon-saved:before {
  779. content: "\e168";
  780. }
  781. .glyphicon-import:before {
  782. content: "\e169";
  783. }
  784. .glyphicon-export:before {
  785. content: "\e170";
  786. }
  787. .glyphicon-send:before {
  788. content: "\e171";
  789. }
  790. .glyphicon-floppy-disk:before {
  791. content: "\e172";
  792. }
  793. .glyphicon-floppy-saved:before {
  794. content: "\e173";
  795. }
  796. .glyphicon-floppy-remove:before {
  797. content: "\e174";
  798. }
  799. .glyphicon-floppy-save:before {
  800. content: "\e175";
  801. }
  802. .glyphicon-floppy-open:before {
  803. content: "\e176";
  804. }
  805. .glyphicon-credit-card:before {
  806. content: "\e177";
  807. }
  808. .glyphicon-transfer:before {
  809. content: "\e178";
  810. }
  811. .glyphicon-cutlery:before {
  812. content: "\e179";
  813. }
  814. .glyphicon-header:before {
  815. content: "\e180";
  816. }
  817. .glyphicon-compressed:before {
  818. content: "\e181";
  819. }
  820. .glyphicon-earphone:before {
  821. content: "\e182";
  822. }
  823. .glyphicon-phone-alt:before {
  824. content: "\e183";
  825. }
  826. .glyphicon-tower:before {
  827. content: "\e184";
  828. }
  829. .glyphicon-stats:before {
  830. content: "\e185";
  831. }
  832. .glyphicon-sd-video:before {
  833. content: "\e186";
  834. }
  835. .glyphicon-hd-video:before {
  836. content: "\e187";
  837. }
  838. .glyphicon-subtitles:before {
  839. content: "\e188";
  840. }
  841. .glyphicon-sound-stereo:before {
  842. content: "\e189";
  843. }
  844. .glyphicon-sound-dolby:before {
  845. content: "\e190";
  846. }
  847. .glyphicon-sound-5-1:before {
  848. content: "\e191";
  849. }
  850. .glyphicon-sound-6-1:before {
  851. content: "\e192";
  852. }
  853. .glyphicon-sound-7-1:before {
  854. content: "\e193";
  855. }
  856. .glyphicon-copyright-mark:before {
  857. content: "\e194";
  858. }
  859. .glyphicon-registration-mark:before {
  860. content: "\e195";
  861. }
  862. .glyphicon-cloud-download:before {
  863. content: "\e197";
  864. }
  865. .glyphicon-cloud-upload:before {
  866. content: "\e198";
  867. }
  868. .glyphicon-tree-conifer:before {
  869. content: "\e199";
  870. }
  871. .glyphicon-tree-deciduous:before {
  872. content: "\e200";
  873. }
  874. .glyphicon-cd:before {
  875. content: "\e201";
  876. }
  877. .glyphicon-save-file:before {
  878. content: "\e202";
  879. }
  880. .glyphicon-open-file:before {
  881. content: "\e203";
  882. }
  883. .glyphicon-level-up:before {
  884. content: "\e204";
  885. }
  886. .glyphicon-copy:before {
  887. content: "\e205";
  888. }
  889. .glyphicon-paste:before {
  890. content: "\e206";
  891. }
  892. .glyphicon-alert:before {
  893. content: "\e209";
  894. }
  895. .glyphicon-equalizer:before {
  896. content: "\e210";
  897. }
  898. .glyphicon-king:before {
  899. content: "\e211";
  900. }
  901. .glyphicon-queen:before {
  902. content: "\e212";
  903. }
  904. .glyphicon-pawn:before {
  905. content: "\e213";
  906. }
  907. .glyphicon-bishop:before {
  908. content: "\e214";
  909. }
  910. .glyphicon-knight:before {
  911. content: "\e215";
  912. }
  913. .glyphicon-baby-formula:before {
  914. content: "\e216";
  915. }
  916. .glyphicon-tent:before {
  917. content: "\26fa";
  918. }
  919. .glyphicon-blackboard:before {
  920. content: "\e218";
  921. }
  922. .glyphicon-bed:before {
  923. content: "\e219";
  924. }
  925. .glyphicon-apple:before {
  926. content: "\f8ff";
  927. }
  928. .glyphicon-erase:before {
  929. content: "\e221";
  930. }
  931. .glyphicon-hourglass:before {
  932. content: "\231b";
  933. }
  934. .glyphicon-lamp:before {
  935. content: "\e223";
  936. }
  937. .glyphicon-duplicate:before {
  938. content: "\e224";
  939. }
  940. .glyphicon-piggy-bank:before {
  941. content: "\e225";
  942. }
  943. .glyphicon-scissors:before {
  944. content: "\e226";
  945. }
  946. .glyphicon-bitcoin:before {
  947. content: "\e227";
  948. }
  949. .glyphicon-btc:before {
  950. content: "\e227";
  951. }
  952. .glyphicon-xbt:before {
  953. content: "\e227";
  954. }
  955. .glyphicon-yen:before {
  956. content: "\00a5";
  957. }
  958. .glyphicon-jpy:before {
  959. content: "\00a5";
  960. }
  961. .glyphicon-ruble:before {
  962. content: "\20bd";
  963. }
  964. .glyphicon-rub:before {
  965. content: "\20bd";
  966. }
  967. .glyphicon-scale:before {
  968. content: "\e230";
  969. }
  970. .glyphicon-ice-lolly:before {
  971. content: "\e231";
  972. }
  973. .glyphicon-ice-lolly-tasted:before {
  974. content: "\e232";
  975. }
  976. .glyphicon-education:before {
  977. content: "\e233";
  978. }
  979. .glyphicon-option-horizontal:before {
  980. content: "\e234";
  981. }
  982. .glyphicon-option-vertical:before {
  983. content: "\e235";
  984. }
  985. .glyphicon-menu-hamburger:before {
  986. content: "\e236";
  987. }
  988. .glyphicon-modal-window:before {
  989. content: "\e237";
  990. }
  991. .glyphicon-oil:before {
  992. content: "\e238";
  993. }
  994. .glyphicon-grain:before {
  995. content: "\e239";
  996. }
  997. .glyphicon-sunglasses:before {
  998. content: "\e240";
  999. }
  1000. .glyphicon-text-size:before {
  1001. content: "\e241";
  1002. }
  1003. .glyphicon-text-color:before {
  1004. content: "\e242";
  1005. }
  1006. .glyphicon-text-background:before {
  1007. content: "\e243";
  1008. }
  1009. .glyphicon-object-align-top:before {
  1010. content: "\e244";
  1011. }
  1012. .glyphicon-object-align-bottom:before {
  1013. content: "\e245";
  1014. }
  1015. .glyphicon-object-align-horizontal:before {
  1016. content: "\e246";
  1017. }
  1018. .glyphicon-object-align-left:before {
  1019. content: "\e247";
  1020. }
  1021. .glyphicon-object-align-vertical:before {
  1022. content: "\e248";
  1023. }
  1024. .glyphicon-object-align-right:before {
  1025. content: "\e249";
  1026. }
  1027. .glyphicon-triangle-right:before {
  1028. content: "\e250";
  1029. }
  1030. .glyphicon-triangle-left:before {
  1031. content: "\e251";
  1032. }
  1033. .glyphicon-triangle-bottom:before {
  1034. content: "\e252";
  1035. }
  1036. .glyphicon-triangle-top:before {
  1037. content: "\e253";
  1038. }
  1039. .glyphicon-console:before {
  1040. content: "\e254";
  1041. }
  1042. .glyphicon-superscript:before {
  1043. content: "\e255";
  1044. }
  1045. .glyphicon-subscript:before {
  1046. content: "\e256";
  1047. }
  1048. .glyphicon-menu-left:before {
  1049. content: "\e257";
  1050. }
  1051. .glyphicon-menu-right:before {
  1052. content: "\e258";
  1053. }
  1054. .glyphicon-menu-down:before {
  1055. content: "\e259";
  1056. }
  1057. .glyphicon-menu-up:before {
  1058. content: "\e260";
  1059. }
  1060. * {
  1061. -webkit-box-sizing: border-box;
  1062. -moz-box-sizing: border-box;
  1063. box-sizing: border-box;
  1064. }
  1065. *:before,
  1066. *:after {
  1067. -webkit-box-sizing: border-box;
  1068. -moz-box-sizing: border-box;
  1069. box-sizing: border-box;
  1070. }
  1071. html {
  1072. font-size: 10px;
  1073. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  1074. }
  1075. body {
  1076. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  1077. font-size: 14px;
  1078. line-height: 1.42857143;
  1079. color: #333333;
  1080. background-color: #ffffff;
  1081. }
  1082. input,
  1083. button,
  1084. select,
  1085. textarea {
  1086. font-family: inherit;
  1087. font-size: inherit;
  1088. line-height: inherit;
  1089. }
  1090. a {
  1091. color: #337ab7;
  1092. text-decoration: none;
  1093. }
  1094. a:hover,
  1095. a:focus {
  1096. color: #23527c;
  1097. text-decoration: underline;
  1098. }
  1099. a:focus {
  1100. outline: thin dotted;
  1101. outline: 5px auto -webkit-focus-ring-color;
  1102. outline-offset: -2px;
  1103. }
  1104. figure {
  1105. margin: 0;
  1106. }
  1107. img {
  1108. vertical-align: middle;
  1109. }
  1110. .img-responsive,
  1111. .thumbnail > img,
  1112. .thumbnail a > img,
  1113. .carousel-inner > .item > img,
  1114. .carousel-inner > .item > a > img {
  1115. display: block;
  1116. max-width: 100%;
  1117. height: auto;
  1118. }
  1119. .img-rounded {
  1120. border-radius: 6px;
  1121. }
  1122. .img-thumbnail {
  1123. padding: 4px;
  1124. line-height: 1.42857143;
  1125. background-color: #ffffff;
  1126. border: 1px solid #dddddd;
  1127. border-radius: 4px;
  1128. -webkit-transition: all 0.2s ease-in-out;
  1129. -o-transition: all 0.2s ease-in-out;
  1130. transition: all 0.2s ease-in-out;
  1131. display: inline-block;
  1132. max-width: 100%;
  1133. height: auto;
  1134. }
  1135. .img-circle {
  1136. border-radius: 50%;
  1137. }
  1138. hr {
  1139. margin-top: 20px;
  1140. margin-bottom: 20px;
  1141. border: 0;
  1142. border-top: 1px solid #eeeeee;
  1143. }
  1144. .sr-only {
  1145. position: absolute;
  1146. width: 1px;
  1147. height: 1px;
  1148. margin: -1px;
  1149. padding: 0;
  1150. overflow: hidden;
  1151. clip: rect(0, 0, 0, 0);
  1152. border: 0;
  1153. }
  1154. .sr-only-focusable:active,
  1155. .sr-only-focusable:focus {
  1156. position: static;
  1157. width: auto;
  1158. height: auto;
  1159. margin: 0;
  1160. overflow: visible;
  1161. clip: auto;
  1162. }
  1163. [role="button"] {
  1164. cursor: pointer;
  1165. }
  1166. h1,
  1167. h2,
  1168. h3,
  1169. h4,
  1170. h5,
  1171. h6,
  1172. .h1,
  1173. .h2,
  1174. .h3,
  1175. .h4,
  1176. .h5,
  1177. .h6 {
  1178. font-family: inherit;
  1179. font-weight: 500;
  1180. line-height: 1.1;
  1181. color: inherit;
  1182. }
  1183. h1 small,
  1184. h2 small,
  1185. h3 small,
  1186. h4 small,
  1187. h5 small,
  1188. h6 small,
  1189. .h1 small,
  1190. .h2 small,
  1191. .h3 small,
  1192. .h4 small,
  1193. .h5 small,
  1194. .h6 small,
  1195. h1 .small,
  1196. h2 .small,
  1197. h3 .small,
  1198. h4 .small,
  1199. h5 .small,
  1200. h6 .small,
  1201. .h1 .small,
  1202. .h2 .small,
  1203. .h3 .small,
  1204. .h4 .small,
  1205. .h5 .small,
  1206. .h6 .small {
  1207. font-weight: normal;
  1208. line-height: 1;
  1209. color: #777777;
  1210. }
  1211. h1,
  1212. .h1,
  1213. h2,
  1214. .h2,
  1215. h3,
  1216. .h3 {
  1217. margin-top: 20px;
  1218. margin-bottom: 10px;
  1219. }
  1220. h1 small,
  1221. .h1 small,
  1222. h2 small,
  1223. .h2 small,
  1224. h3 small,
  1225. .h3 small,
  1226. h1 .small,
  1227. .h1 .small,
  1228. h2 .small,
  1229. .h2 .small,
  1230. h3 .small,
  1231. .h3 .small {
  1232. font-size: 65%;
  1233. }
  1234. h4,
  1235. .h4,
  1236. h5,
  1237. .h5,
  1238. h6,
  1239. .h6 {
  1240. margin-top: 10px;
  1241. margin-bottom: 10px;
  1242. }
  1243. h4 small,
  1244. .h4 small,
  1245. h5 small,
  1246. .h5 small,
  1247. h6 small,
  1248. .h6 small,
  1249. h4 .small,
  1250. .h4 .small,
  1251. h5 .small,
  1252. .h5 .small,
  1253. h6 .small,
  1254. .h6 .small {
  1255. font-size: 75%;
  1256. }
  1257. h1,
  1258. .h1 {
  1259. font-size: 36px;
  1260. }
  1261. h2,
  1262. .h2 {
  1263. font-size: 30px;
  1264. }
  1265. h3,
  1266. .h3 {
  1267. font-size: 24px;
  1268. }
  1269. h4,
  1270. .h4 {
  1271. font-size: 18px;
  1272. }
  1273. h5,
  1274. .h5 {
  1275. font-size: 14px;
  1276. }
  1277. h6,
  1278. .h6 {
  1279. font-size: 12px;
  1280. }
  1281. p {
  1282. margin: 0 0 10px;
  1283. }
  1284. .lead {
  1285. margin-bottom: 20px;
  1286. font-size: 16px;
  1287. font-weight: 300;
  1288. line-height: 1.4;
  1289. }
  1290. @media (min-width: 768px) {
  1291. .lead {
  1292. font-size: 21px;
  1293. }
  1294. }
  1295. small,
  1296. .small {
  1297. font-size: 85%;
  1298. }
  1299. mark,
  1300. .mark {
  1301. background-color: #fcf8e3;
  1302. padding: .2em;
  1303. }
  1304. .text-left {
  1305. text-align: left;
  1306. }
  1307. .text-right {
  1308. text-align: right;
  1309. }
  1310. .text-center {
  1311. text-align: center;
  1312. }
  1313. .text-justify {
  1314. text-align: justify;
  1315. }
  1316. .text-nowrap {
  1317. white-space: nowrap;
  1318. }
  1319. .text-lowercase {
  1320. text-transform: lowercase;
  1321. }
  1322. .text-uppercase {
  1323. text-transform: uppercase;
  1324. }
  1325. .text-capitalize {
  1326. text-transform: capitalize;
  1327. }
  1328. .text-muted {
  1329. color: #777777;
  1330. }
  1331. .text-primary {
  1332. color: #337ab7;
  1333. }
  1334. a.text-primary:hover {
  1335. color: #286090;
  1336. }
  1337. .text-success {
  1338. color: #3c763d;
  1339. }
  1340. a.text-success:hover {
  1341. color: #2b542c;
  1342. }
  1343. .text-info {
  1344. color: #31708f;
  1345. }
  1346. a.text-info:hover {
  1347. color: #245269;
  1348. }
  1349. .text-warning {
  1350. color: #8a6d3b;
  1351. }
  1352. a.text-warning:hover {
  1353. color: #66512c;
  1354. }
  1355. .text-danger {
  1356. color: #a94442;
  1357. }
  1358. a.text-danger:hover {
  1359. color: #843534;
  1360. }
  1361. .bg-primary {
  1362. color: #fff;
  1363. background-color: #337ab7;
  1364. }
  1365. a.bg-primary:hover {
  1366. background-color: #286090;
  1367. }
  1368. .bg-success {
  1369. background-color: #dff0d8;
  1370. }
  1371. a.bg-success:hover {
  1372. background-color: #c1e2b3;
  1373. }
  1374. .bg-info {
  1375. background-color: #d9edf7;
  1376. }
  1377. a.bg-info:hover {
  1378. background-color: #afd9ee;
  1379. }
  1380. .bg-warning {
  1381. background-color: #fcf8e3;
  1382. }
  1383. a.bg-warning:hover {
  1384. background-color: #f7ecb5;
  1385. }
  1386. .bg-danger {
  1387. background-color: #f2dede;
  1388. }
  1389. a.bg-danger:hover {
  1390. background-color: #e4b9b9;
  1391. }
  1392. .page-header {
  1393. padding-bottom: 9px;
  1394. margin: 40px 0 20px;
  1395. border-bottom: 1px solid #eeeeee;
  1396. }
  1397. ul,
  1398. ol {
  1399. margin-top: 0;
  1400. margin-bottom: 10px;
  1401. }
  1402. ul ul,
  1403. ol ul,
  1404. ul ol,
  1405. ol ol {
  1406. margin-bottom: 0;
  1407. }
  1408. .list-unstyled {
  1409. padding-left: 0;
  1410. list-style: none;
  1411. }
  1412. .list-inline {
  1413. padding-left: 0;
  1414. list-style: none;
  1415. margin-left: -5px;
  1416. }
  1417. .list-inline > li {
  1418. display: inline-block;
  1419. padding-left: 5px;
  1420. padding-right: 5px;
  1421. }
  1422. dl {
  1423. margin-top: 0;
  1424. margin-bottom: 20px;
  1425. }
  1426. dt,
  1427. dd {
  1428. line-height: 1.42857143;
  1429. }
  1430. dt {
  1431. font-weight: bold;
  1432. }
  1433. dd {
  1434. margin-left: 0;
  1435. }
  1436. @media (min-width: 768px) {
  1437. .dl-horizontal dt {
  1438. float: left;
  1439. width: 160px;
  1440. clear: left;
  1441. text-align: right;
  1442. overflow: hidden;
  1443. text-overflow: ellipsis;
  1444. white-space: nowrap;
  1445. }
  1446. .dl-horizontal dd {
  1447. margin-left: 180px;
  1448. }
  1449. }
  1450. abbr[title],
  1451. abbr[data-original-title] {
  1452. cursor: help;
  1453. border-bottom: 1px dotted #777777;
  1454. }
  1455. .initialism {
  1456. font-size: 90%;
  1457. text-transform: uppercase;
  1458. }
  1459. blockquote {
  1460. padding: 10px 20px;
  1461. margin: 0 0 20px;
  1462. font-size: 17.5px;
  1463. border-left: 5px solid #eeeeee;
  1464. }
  1465. blockquote p:last-child,
  1466. blockquote ul:last-child,
  1467. blockquote ol:last-child {
  1468. margin-bottom: 0;
  1469. }
  1470. blockquote footer,
  1471. blockquote small,
  1472. blockquote .small {
  1473. display: block;
  1474. font-size: 80%;
  1475. line-height: 1.42857143;
  1476. color: #777777;
  1477. }
  1478. blockquote footer:before,
  1479. blockquote small:before,
  1480. blockquote .small:before {
  1481. content: '\2014 \00A0';
  1482. }
  1483. .blockquote-reverse,
  1484. blockquote.pull-right {
  1485. padding-right: 15px;
  1486. padding-left: 0;
  1487. border-right: 5px solid #eeeeee;
  1488. border-left: 0;
  1489. text-align: right;
  1490. }
  1491. .blockquote-reverse footer:before,
  1492. blockquote.pull-right footer:before,
  1493. .blockquote-reverse small:before,
  1494. blockquote.pull-right small:before,
  1495. .blockquote-reverse .small:before,
  1496. blockquote.pull-right .small:before {
  1497. content: '';
  1498. }
  1499. .blockquote-reverse footer:after,
  1500. blockquote.pull-right footer:after,
  1501. .blockquote-reverse small:after,
  1502. blockquote.pull-right small:after,
  1503. .blockquote-reverse .small:after,
  1504. blockquote.pull-right .small:after {
  1505. content: '\00A0 \2014';
  1506. }
  1507. address {
  1508. margin-bottom: 20px;
  1509. font-style: normal;
  1510. line-height: 1.42857143;
  1511. }
  1512. code,
  1513. kbd,
  1514. pre,
  1515. samp {
  1516. font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  1517. }
  1518. code {
  1519. padding: 2px 4px;
  1520. font-size: 90%;
  1521. color: #c7254e;
  1522. background-color: #f9f2f4;
  1523. border-radius: 4px;
  1524. }
  1525. kbd {
  1526. padding: 2px 4px;
  1527. font-size: 90%;
  1528. color: #ffffff;
  1529. background-color: #333333;
  1530. border-radius: 3px;
  1531. box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  1532. }
  1533. kbd kbd {
  1534. padding: 0;
  1535. font-size: 100%;
  1536. font-weight: bold;
  1537. box-shadow: none;
  1538. }
  1539. pre {
  1540. display: block;
  1541. padding: 9.5px;
  1542. margin: 0 0 10px;
  1543. font-size: 13px;
  1544. line-height: 1.42857143;
  1545. word-break: break-all;
  1546. word-wrap: break-word;
  1547. color: #333333;
  1548. background-color: #f5f5f5;
  1549. border: 1px solid #cccccc;
  1550. border-radius: 4px;
  1551. }
  1552. pre code {
  1553. padding: 0;
  1554. font-size: inherit;
  1555. color: inherit;
  1556. white-space: pre-wrap;
  1557. background-color: transparent;
  1558. border-radius: 0;
  1559. }
  1560. .pre-scrollable {
  1561. max-height: 340px;
  1562. overflow-y: scroll;
  1563. }
  1564. .container {
  1565. margin-right: auto;
  1566. margin-left: auto;
  1567. padding-left: 15px;
  1568. padding-right: 15px;
  1569. }
  1570. @media (min-width: 768px) {
  1571. .container {
  1572. width: 750px;
  1573. }
  1574. }
  1575. @media (min-width: 992px) {
  1576. .container {
  1577. width: 970px;
  1578. }
  1579. }
  1580. @media (min-width: 1200px) {
  1581. .container {
  1582. width: 1170px;
  1583. }
  1584. }
  1585. .container-fluid {
  1586. margin-right: auto;
  1587. margin-left: auto;
  1588. padding-left: 15px;
  1589. padding-right: 15px;
  1590. }
  1591. .row {
  1592. margin-left: -15px;
  1593. margin-right: -15px;
  1594. }
  1595. .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 {
  1596. position: relative;
  1597. min-height: 1px;
  1598. padding-left: 15px;
  1599. padding-right: 15px;
  1600. }
  1601. .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 {
  1602. float: left;
  1603. }
  1604. .col-xs-12 {
  1605. width: 100%;
  1606. }
  1607. .col-xs-11 {
  1608. width: 91.66666667%;
  1609. }
  1610. .col-xs-10 {
  1611. width: 83.33333333%;
  1612. }
  1613. .col-xs-9 {
  1614. width: 75%;
  1615. }
  1616. .col-xs-8 {
  1617. width: 66.66666667%;
  1618. }
  1619. .col-xs-7 {
  1620. width: 58.33333333%;
  1621. }
  1622. .col-xs-6 {
  1623. width: 50%;
  1624. }
  1625. .col-xs-5 {
  1626. width: 41.66666667%;
  1627. }
  1628. .col-xs-4 {
  1629. width: 33.33333333%;
  1630. }
  1631. .col-xs-3 {
  1632. width: 25%;
  1633. }
  1634. .col-xs-2 {
  1635. width: 16.66666667%;
  1636. }
  1637. .col-xs-1 {
  1638. width: 8.33333333%;
  1639. }
  1640. .col-xs-pull-12 {
  1641. right: 100%;
  1642. }
  1643. .col-xs-pull-11 {
  1644. right: 91.66666667%;
  1645. }
  1646. .col-xs-pull-10 {
  1647. right: 83.33333333%;
  1648. }
  1649. .col-xs-pull-9 {
  1650. right: 75%;
  1651. }
  1652. .col-xs-pull-8 {
  1653. right: 66.66666667%;
  1654. }
  1655. .col-xs-pull-7 {
  1656. right: 58.33333333%;
  1657. }
  1658. .col-xs-pull-6 {
  1659. right: 50%;
  1660. }
  1661. .col-xs-pull-5 {
  1662. right: 41.66666667%;
  1663. }
  1664. .col-xs-pull-4 {
  1665. right: 33.33333333%;
  1666. }
  1667. .col-xs-pull-3 {
  1668. right: 25%;
  1669. }
  1670. .col-xs-pull-2 {
  1671. right: 16.66666667%;
  1672. }
  1673. .col-xs-pull-1 {
  1674. right: 8.33333333%;
  1675. }
  1676. .col-xs-pull-0 {
  1677. right: auto;
  1678. }
  1679. .col-xs-push-12 {
  1680. left: 100%;
  1681. }
  1682. .col-xs-push-11 {
  1683. left: 91.66666667%;
  1684. }
  1685. .col-xs-push-10 {
  1686. left: 83.33333333%;
  1687. }
  1688. .col-xs-push-9 {
  1689. left: 75%;
  1690. }
  1691. .col-xs-push-8 {
  1692. left: 66.66666667%;
  1693. }
  1694. .col-xs-push-7 {
  1695. left: 58.33333333%;
  1696. }
  1697. .col-xs-push-6 {
  1698. left: 50%;
  1699. }
  1700. .col-xs-push-5 {
  1701. left: 41.66666667%;
  1702. }
  1703. .col-xs-push-4 {
  1704. left: 33.33333333%;
  1705. }
  1706. .col-xs-push-3 {
  1707. left: 25%;
  1708. }
  1709. .col-xs-push-2 {
  1710. left: 16.66666667%;
  1711. }
  1712. .col-xs-push-1 {
  1713. left: 8.33333333%;
  1714. }
  1715. .col-xs-push-0 {
  1716. left: auto;
  1717. }
  1718. .col-xs-offset-12 {
  1719. margin-left: 100%;
  1720. }
  1721. .col-xs-offset-11 {
  1722. margin-left: 91.66666667%;
  1723. }
  1724. .col-xs-offset-10 {
  1725. margin-left: 83.33333333%;
  1726. }
  1727. .col-xs-offset-9 {
  1728. margin-left: 75%;
  1729. }
  1730. .col-xs-offset-8 {
  1731. margin-left: 66.66666667%;
  1732. }
  1733. .col-xs-offset-7 {
  1734. margin-left: 58.33333333%;
  1735. }
  1736. .col-xs-offset-6 {
  1737. margin-left: 50%;
  1738. }
  1739. .col-xs-offset-5 {
  1740. margin-left: 41.66666667%;
  1741. }
  1742. .col-xs-offset-4 {
  1743. margin-left: 33.33333333%;
  1744. }
  1745. .col-xs-offset-3 {
  1746. margin-left: 25%;
  1747. }
  1748. .col-xs-offset-2 {
  1749. margin-left: 16.66666667%;
  1750. }
  1751. .col-xs-offset-1 {
  1752. margin-left: 8.33333333%;
  1753. }
  1754. .col-xs-offset-0 {
  1755. margin-left: 0%;
  1756. }
  1757. @media (min-width: 768px) {
  1758. .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 {
  1759. float: left;
  1760. }
  1761. .col-sm-12 {
  1762. width: 100%;
  1763. }
  1764. .col-sm-11 {
  1765. width: 91.66666667%;
  1766. }
  1767. .col-sm-10 {
  1768. width: 83.33333333%;
  1769. }
  1770. .col-sm-9 {
  1771. width: 75%;
  1772. }
  1773. .col-sm-8 {
  1774. width: 66.66666667%;
  1775. }
  1776. .col-sm-7 {
  1777. width: 58.33333333%;
  1778. }
  1779. .col-sm-6 {
  1780. width: 50%;
  1781. }
  1782. .col-sm-5 {
  1783. width: 41.66666667%;
  1784. }
  1785. .col-sm-4 {
  1786. width: 33.33333333%;
  1787. }
  1788. .col-sm-3 {
  1789. width: 25%;
  1790. }
  1791. .col-sm-2 {
  1792. width: 16.66666667%;
  1793. }
  1794. .col-sm-1 {
  1795. width: 8.33333333%;
  1796. }
  1797. .col-sm-pull-12 {
  1798. right: 100%;
  1799. }
  1800. .col-sm-pull-11 {
  1801. right: 91.66666667%;
  1802. }
  1803. .col-sm-pull-10 {
  1804. right: 83.33333333%;
  1805. }
  1806. .col-sm-pull-9 {
  1807. right: 75%;
  1808. }
  1809. .col-sm-pull-8 {
  1810. right: 66.66666667%;
  1811. }
  1812. .col-sm-pull-7 {
  1813. right: 58.33333333%;
  1814. }
  1815. .col-sm-pull-6 {
  1816. right: 50%;
  1817. }
  1818. .col-sm-pull-5 {
  1819. right: 41.66666667%;
  1820. }
  1821. .col-sm-pull-4 {
  1822. right: 33.33333333%;
  1823. }
  1824. .col-sm-pull-3 {
  1825. right: 25%;
  1826. }
  1827. .col-sm-pull-2 {
  1828. right: 16.66666667%;
  1829. }
  1830. .col-sm-pull-1 {
  1831. right: 8.33333333%;
  1832. }
  1833. .col-sm-pull-0 {
  1834. right: auto;
  1835. }
  1836. .col-sm-push-12 {
  1837. left: 100%;
  1838. }
  1839. .col-sm-push-11 {
  1840. left: 91.66666667%;
  1841. }
  1842. .col-sm-push-10 {
  1843. left: 83.33333333%;
  1844. }
  1845. .col-sm-push-9 {
  1846. left: 75%;
  1847. }
  1848. .col-sm-push-8 {
  1849. left: 66.66666667%;
  1850. }
  1851. .col-sm-push-7 {
  1852. left: 58.33333333%;
  1853. }
  1854. .col-sm-push-6 {
  1855. left: 50%;
  1856. }
  1857. .col-sm-push-5 {
  1858. left: 41.66666667%;
  1859. }
  1860. .col-sm-push-4 {
  1861. left: 33.33333333%;
  1862. }
  1863. .col-sm-push-3 {
  1864. left: 25%;
  1865. }
  1866. .col-sm-push-2 {
  1867. left: 16.66666667%;
  1868. }
  1869. .col-sm-push-1 {
  1870. left: 8.33333333%;
  1871. }
  1872. .col-sm-push-0 {
  1873. left: auto;
  1874. }
  1875. .col-sm-offset-12 {
  1876. margin-left: 100%;
  1877. }
  1878. .col-sm-offset-11 {
  1879. margin-left: 91.66666667%;
  1880. }
  1881. .col-sm-offset-10 {
  1882. margin-left: 83.33333333%;
  1883. }
  1884. .col-sm-offset-9 {
  1885. margin-left: 75%;
  1886. }
  1887. .col-sm-offset-8 {
  1888. margin-left: 66.66666667%;
  1889. }
  1890. .col-sm-offset-7 {
  1891. margin-left: 58.33333333%;
  1892. }
  1893. .col-sm-offset-6 {
  1894. margin-left: 50%;
  1895. }
  1896. .col-sm-offset-5 {
  1897. margin-left: 41.66666667%;
  1898. }
  1899. .col-sm-offset-4 {
  1900. margin-left: 33.33333333%;
  1901. }
  1902. .col-sm-offset-3 {
  1903. margin-left: 25%;
  1904. }
  1905. .col-sm-offset-2 {
  1906. margin-left: 16.66666667%;
  1907. }
  1908. .col-sm-offset-1 {
  1909. margin-left: 8.33333333%;
  1910. }
  1911. .col-sm-offset-0 {
  1912. margin-left: 0%;
  1913. }
  1914. }
  1915. @media (min-width: 992px) {
  1916. .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 {
  1917. float: left;
  1918. }
  1919. .col-md-12 {
  1920. width: 100%;
  1921. }
  1922. .col-md-11 {
  1923. width: 91.66666667%;
  1924. }
  1925. .col-md-10 {
  1926. width: 83.33333333%;
  1927. }
  1928. .col-md-9 {
  1929. width: 75%;
  1930. }
  1931. .col-md-8 {
  1932. width: 66.66666667%;
  1933. }
  1934. .col-md-7 {
  1935. width: 58.33333333%;
  1936. }
  1937. .col-md-6 {
  1938. width: 50%;
  1939. }
  1940. .col-md-5 {
  1941. width: 41.66666667%;
  1942. }
  1943. .col-md-4 {
  1944. width: 33.33333333%;
  1945. }
  1946. .col-md-3 {
  1947. width: 25%;
  1948. }
  1949. .col-md-2 {
  1950. width: 16.66666667%;
  1951. }
  1952. .col-md-1 {
  1953. width: 8.33333333%;
  1954. }
  1955. .col-md-pull-12 {
  1956. right: 100%;
  1957. }
  1958. .col-md-pull-11 {
  1959. right: 91.66666667%;
  1960. }
  1961. .col-md-pull-10 {
  1962. right: 83.33333333%;
  1963. }
  1964. .col-md-pull-9 {
  1965. right: 75%;
  1966. }
  1967. .col-md-pull-8 {
  1968. right: 66.66666667%;
  1969. }
  1970. .col-md-pull-7 {
  1971. right: 58.33333333%;
  1972. }
  1973. .col-md-pull-6 {
  1974. right: 50%;
  1975. }
  1976. .col-md-pull-5 {
  1977. right: 41.66666667%;
  1978. }
  1979. .col-md-pull-4 {
  1980. right: 33.33333333%;
  1981. }
  1982. .col-md-pull-3 {
  1983. right: 25%;
  1984. }
  1985. .col-md-pull-2 {
  1986. right: 16.66666667%;
  1987. }
  1988. .col-md-pull-1 {
  1989. right: 8.33333333%;
  1990. }
  1991. .col-md-pull-0 {
  1992. right: auto;
  1993. }
  1994. .col-md-push-12 {
  1995. left: 100%;
  1996. }
  1997. .col-md-push-11 {
  1998. left: 91.66666667%;
  1999. }
  2000. .col-md-push-10 {
  2001. left: 83.33333333%;
  2002. }
  2003. .col-md-push-9 {
  2004. left: 75%;
  2005. }
  2006. .col-md-push-8 {
  2007. left: 66.66666667%;
  2008. }
  2009. .col-md-push-7 {
  2010. left: 58.33333333%;
  2011. }
  2012. .col-md-push-6 {
  2013. left: 50%;
  2014. }
  2015. .col-md-push-5 {
  2016. left: 41.66666667%;
  2017. }
  2018. .col-md-push-4 {
  2019. left: 33.33333333%;
  2020. }
  2021. .col-md-push-3 {
  2022. left: 25%;
  2023. }
  2024. .col-md-push-2 {
  2025. left: 16.66666667%;
  2026. }
  2027. .col-md-push-1 {
  2028. left: 8.33333333%;
  2029. }
  2030. .col-md-push-0 {
  2031. left: auto;
  2032. }
  2033. .col-md-offset-12 {
  2034. margin-left: 100%;
  2035. }
  2036. .col-md-offset-11 {
  2037. margin-left: 91.66666667%;
  2038. }
  2039. .col-md-offset-10 {
  2040. margin-left: 83.33333333%;
  2041. }
  2042. .col-md-offset-9 {
  2043. margin-left: 75%;
  2044. }
  2045. .col-md-offset-8 {
  2046. margin-left: 66.66666667%;
  2047. }
  2048. .col-md-offset-7 {
  2049. margin-left: 58.33333333%;
  2050. }
  2051. .col-md-offset-6 {
  2052. margin-left: 50%;
  2053. }
  2054. .col-md-offset-5 {
  2055. margin-left: 41.66666667%;
  2056. }
  2057. .col-md-offset-4 {
  2058. margin-left: 33.33333333%;
  2059. }
  2060. .col-md-offset-3 {
  2061. margin-left: 25%;
  2062. }
  2063. .col-md-offset-2 {
  2064. margin-left: 16.66666667%;
  2065. }
  2066. .col-md-offset-1 {
  2067. margin-left: 8.33333333%;
  2068. }
  2069. .col-md-offset-0 {
  2070. margin-left: 0%;
  2071. }
  2072. }
  2073. @media (min-width: 1200px) {
  2074. .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 {
  2075. float: left;
  2076. }
  2077. .col-lg-12 {
  2078. width: 100%;
  2079. }
  2080. .col-lg-11 {
  2081. width: 91.66666667%;
  2082. }
  2083. .col-lg-10 {
  2084. width: 83.33333333%;
  2085. }
  2086. .col-lg-9 {
  2087. width: 75%;
  2088. }
  2089. .col-lg-8 {
  2090. width: 66.66666667%;
  2091. }
  2092. .col-lg-7 {
  2093. width: 58.33333333%;
  2094. }
  2095. .col-lg-6 {
  2096. width: 50%;
  2097. }
  2098. .col-lg-5 {
  2099. width: 41.66666667%;
  2100. }
  2101. .col-lg-4 {
  2102. width: 33.33333333%;
  2103. }
  2104. .col-lg-3 {
  2105. width: 25%;
  2106. }
  2107. .col-lg-2 {
  2108. width: 16.66666667%;
  2109. }
  2110. .col-lg-1 {
  2111. width: 8.33333333%;
  2112. }
  2113. .col-lg-pull-12 {
  2114. right: 100%;
  2115. }
  2116. .col-lg-pull-11 {
  2117. right: 91.66666667%;
  2118. }
  2119. .col-lg-pull-10 {
  2120. right: 83.33333333%;
  2121. }
  2122. .col-lg-pull-9 {
  2123. right: 75%;
  2124. }
  2125. .col-lg-pull-8 {
  2126. right: 66.66666667%;
  2127. }
  2128. .col-lg-pull-7 {
  2129. right: 58.33333333%;
  2130. }
  2131. .col-lg-pull-6 {
  2132. right: 50%;
  2133. }
  2134. .col-lg-pull-5 {
  2135. right: 41.66666667%;
  2136. }
  2137. .col-lg-pull-4 {
  2138. right: 33.33333333%;
  2139. }
  2140. .col-lg-pull-3 {
  2141. right: 25%;
  2142. }
  2143. .col-lg-pull-2 {
  2144. right: 16.66666667%;
  2145. }
  2146. .col-lg-pull-1 {
  2147. right: 8.33333333%;
  2148. }
  2149. .col-lg-pull-0 {
  2150. right: auto;
  2151. }
  2152. .col-lg-push-12 {
  2153. left: 100%;
  2154. }
  2155. .col-lg-push-11 {
  2156. left: 91.66666667%;
  2157. }
  2158. .col-lg-push-10 {
  2159. left: 83.33333333%;
  2160. }
  2161. .col-lg-push-9 {
  2162. left: 75%;
  2163. }
  2164. .col-lg-push-8 {
  2165. left: 66.66666667%;
  2166. }
  2167. .col-lg-push-7 {
  2168. left: 58.33333333%;
  2169. }
  2170. .col-lg-push-6 {
  2171. left: 50%;
  2172. }
  2173. .col-lg-push-5 {
  2174. left: 41.66666667%;
  2175. }
  2176. .col-lg-push-4 {
  2177. left: 33.33333333%;
  2178. }
  2179. .col-lg-push-3 {
  2180. left: 25%;
  2181. }
  2182. .col-lg-push-2 {
  2183. left: 16.66666667%;
  2184. }
  2185. .col-lg-push-1 {
  2186. left: 8.33333333%;
  2187. }
  2188. .col-lg-push-0 {
  2189. left: auto;
  2190. }
  2191. .col-lg-offset-12 {
  2192. margin-left: 100%;
  2193. }
  2194. .col-lg-offset-11 {
  2195. margin-left: 91.66666667%;
  2196. }
  2197. .col-lg-offset-10 {
  2198. margin-left: 83.33333333%;
  2199. }
  2200. .col-lg-offset-9 {
  2201. margin-left: 75%;
  2202. }
  2203. .col-lg-offset-8 {
  2204. margin-left: 66.66666667%;
  2205. }
  2206. .col-lg-offset-7 {
  2207. margin-left: 58.33333333%;
  2208. }
  2209. .col-lg-offset-6 {
  2210. margin-left: 50%;
  2211. }
  2212. .col-lg-offset-5 {
  2213. margin-left: 41.66666667%;
  2214. }
  2215. .col-lg-offset-4 {
  2216. margin-left: 33.33333333%;
  2217. }
  2218. .col-lg-offset-3 {
  2219. margin-left: 25%;
  2220. }
  2221. .col-lg-offset-2 {
  2222. margin-left: 16.66666667%;
  2223. }
  2224. .col-lg-offset-1 {
  2225. margin-left: 8.33333333%;
  2226. }
  2227. .col-lg-offset-0 {
  2228. margin-left: 0%;
  2229. }
  2230. }
  2231. table {
  2232. background-color: transparent;
  2233. }
  2234. caption {
  2235. padding-top: 8px;
  2236. padding-bottom: 8px;
  2237. color: #777777;
  2238. text-align: left;
  2239. }
  2240. th {
  2241. text-align: left;
  2242. }
  2243. .table {
  2244. width: 100%;
  2245. max-width: 100%;
  2246. margin-bottom: 20px;
  2247. }
  2248. .table > thead > tr > th,
  2249. .table > tbody > tr > th,
  2250. .table > tfoot > tr > th,
  2251. .table > thead > tr > td,
  2252. .table > tbody > tr > td,
  2253. .table > tfoot > tr > td {
  2254. padding: 8px;
  2255. line-height: 1.42857143;
  2256. vertical-align: top;
  2257. border-top: 1px solid #dddddd;
  2258. }
  2259. .table > thead > tr > th {
  2260. vertical-align: bottom;
  2261. border-bottom: 2px solid #dddddd;
  2262. }
  2263. .table > caption + thead > tr:first-child > th,
  2264. .table > colgroup + thead > tr:first-child > th,
  2265. .table > thead:first-child > tr:first-child > th,
  2266. .table > caption + thead > tr:first-child > td,
  2267. .table > colgroup + thead > tr:first-child > td,
  2268. .table > thead:first-child > tr:first-child > td {
  2269. border-top: 0;
  2270. }
  2271. .table > tbody + tbody {
  2272. border-top: 2px solid #dddddd;
  2273. }
  2274. .table .table {
  2275. background-color: #ffffff;
  2276. }
  2277. .table-condensed > thead > tr > th,
  2278. .table-condensed > tbody > tr > th,
  2279. .table-condensed > tfoot > tr > th,
  2280. .table-condensed > thead > tr > td,
  2281. .table-condensed > tbody > tr > td,
  2282. .table-condensed > tfoot > tr > td {
  2283. padding: 5px;
  2284. }
  2285. .table-bordered {
  2286. border: 1px solid #dddddd;
  2287. }
  2288. .table-bordered > thead > tr > th,
  2289. .table-bordered > tbody > tr > th,
  2290. .table-bordered > tfoot > tr > th,
  2291. .table-bordered > thead > tr > td,
  2292. .table-bordered > tbody > tr > td,
  2293. .table-bordered > tfoot > tr > td {
  2294. border: 1px solid #dddddd;
  2295. }
  2296. .table-bordered > thead > tr > th,
  2297. .table-bordered > thead > tr > td {
  2298. border-bottom-width: 2px;
  2299. }
  2300. .table-striped > tbody > tr:nth-of-type(odd) {
  2301. background-color: #f9f9f9;
  2302. }
  2303. .table-hover > tbody > tr:hover {
  2304. background-color: #f5f5f5;
  2305. }
  2306. table col[class*="col-"] {
  2307. position: static;
  2308. float: none;
  2309. display: table-column;
  2310. }
  2311. table td[class*="col-"],
  2312. table th[class*="col-"] {
  2313. position: static;
  2314. float: none;
  2315. display: table-cell;
  2316. }
  2317. .table > thead > tr > td.active,
  2318. .table > tbody > tr > td.active,
  2319. .table > tfoot > tr > td.active,
  2320. .table > thead > tr > th.active,
  2321. .table > tbody > tr > th.active,
  2322. .table > tfoot > tr > th.active,
  2323. .table > thead > tr.active > td,
  2324. .table > tbody > tr.active > td,
  2325. .table > tfoot > tr.active > td,
  2326. .table > thead > tr.active > th,
  2327. .table > tbody > tr.active > th,
  2328. .table > tfoot > tr.active > th {
  2329. background-color: #f5f5f5;
  2330. }
  2331. .table-hover > tbody > tr > td.active:hover,
  2332. .table-hover > tbody > tr > th.active:hover,
  2333. .table-hover > tbody > tr.active:hover > td,
  2334. .table-hover > tbody > tr:hover > .active,
  2335. .table-hover > tbody > tr.active:hover > th {
  2336. background-color: #e8e8e8;
  2337. }
  2338. .table > thead > tr > td.success,
  2339. .table > tbody > tr > td.success,
  2340. .table > tfoot > tr > td.success,
  2341. .table > thead > tr > th.success,
  2342. .table > tbody > tr > th.success,
  2343. .table > tfoot > tr > th.success,
  2344. .table > thead > tr.success > td,
  2345. .table > tbody > tr.success > td,
  2346. .table > tfoot > tr.success > td,
  2347. .table > thead > tr.success > th,
  2348. .table > tbody > tr.success > th,
  2349. .table > tfoot > tr.success > th {
  2350. background-color: #dff0d8;
  2351. }
  2352. .table-hover > tbody > tr > td.success:hover,
  2353. .table-hover > tbody > tr > th.success:hover,
  2354. .table-hover > tbody > tr.success:hover > td,
  2355. .table-hover > tbody > tr:hover > .success,
  2356. .table-hover > tbody > tr.success:hover > th {
  2357. background-color: #d0e9c6;
  2358. }
  2359. .table > thead > tr > td.info,
  2360. .table > tbody > tr > td.info,
  2361. .table > tfoot > tr > td.info,
  2362. .table > thead > tr > th.info,
  2363. .table > tbody > tr > th.info,
  2364. .table > tfoot > tr > th.info,
  2365. .table > thead > tr.info > td,
  2366. .table > tbody > tr.info > td,
  2367. .table > tfoot > tr.info > td,
  2368. .table > thead > tr.info > th,
  2369. .table > tbody > tr.info > th,
  2370. .table > tfoot > tr.info > th {
  2371. background-color: #d9edf7;
  2372. }
  2373. .table-hover > tbody > tr > td.info:hover,
  2374. .table-hover > tbody > tr > th.info:hover,
  2375. .table-hover > tbody > tr.info:hover > td,
  2376. .table-hover > tbody > tr:hover > .info,
  2377. .table-hover > tbody > tr.info:hover > th {
  2378. background-color: #c4e3f3;
  2379. }
  2380. .table > thead > tr > td.warning,
  2381. .table > tbody > tr > td.warning,
  2382. .table > tfoot > tr > td.warning,
  2383. .table > thead > tr > th.warning,
  2384. .table > tbody > tr > th.warning,
  2385. .table > tfoot > tr > th.warning,
  2386. .table > thead > tr.warning > td,
  2387. .table > tbody > tr.warning > td,
  2388. .table > tfoot > tr.warning > td,
  2389. .table > thead > tr.warning > th,
  2390. .table > tbody > tr.warning > th,
  2391. .table > tfoot > tr.warning > th {
  2392. background-color: #fcf8e3;
  2393. }
  2394. .table-hover > tbody > tr > td.warning:hover,
  2395. .table-hover > tbody > tr > th.warning:hover,
  2396. .table-hover > tbody > tr.warning:hover > td,
  2397. .table-hover > tbody > tr:hover > .warning,
  2398. .table-hover > tbody > tr.warning:hover > th {
  2399. background-color: #faf2cc;
  2400. }
  2401. .table > thead > tr > td.danger,
  2402. .table > tbody > tr > td.danger,
  2403. .table > tfoot > tr > td.danger,
  2404. .table > thead > tr > th.danger,
  2405. .table > tbody > tr > th.danger,
  2406. .table > tfoot > tr > th.danger,
  2407. .table > thead > tr.danger > td,
  2408. .table > tbody > tr.danger > td,
  2409. .table > tfoot > tr.danger > td,
  2410. .table > thead > tr.danger > th,
  2411. .table > tbody > tr.danger > th,
  2412. .table > tfoot > tr.danger > th {
  2413. background-color: #f2dede;
  2414. }
  2415. .table-hover > tbody > tr > td.danger:hover,
  2416. .table-hover > tbody > tr > th.danger:hover,
  2417. .table-hover > tbody > tr.danger:hover > td,
  2418. .table-hover > tbody > tr:hover > .danger,
  2419. .table-hover > tbody > tr.danger:hover > th {
  2420. background-color: #ebcccc;
  2421. }
  2422. .table-responsive {
  2423. overflow-x: auto;
  2424. min-height: 0.01%;
  2425. }
  2426. @media screen and (max-width: 767px) {
  2427. .table-responsive {
  2428. width: 100%;
  2429. margin-bottom: 15px;
  2430. overflow-y: hidden;
  2431. -ms-overflow-style: -ms-autohiding-scrollbar;
  2432. border: 1px solid #dddddd;
  2433. }
  2434. .table-responsive > .table {
  2435. margin-bottom: 0;
  2436. }
  2437. .table-responsive > .table > thead > tr > th,
  2438. .table-responsive > .table > tbody > tr > th,
  2439. .table-responsive > .table > tfoot > tr > th,
  2440. .table-responsive > .table > thead > tr > td,
  2441. .table-responsive > .table > tbody > tr > td,
  2442. .table-responsive > .table > tfoot > tr > td {
  2443. white-space: nowrap;
  2444. }
  2445. .table-responsive > .table-bordered {
  2446. border: 0;
  2447. }
  2448. .table-responsive > .table-bordered > thead > tr > th:first-child,
  2449. .table-responsive > .table-bordered > tbody > tr > th:first-child,
  2450. .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  2451. .table-responsive > .table-bordered > thead > tr > td:first-child,
  2452. .table-responsive > .table-bordered > tbody > tr > td:first-child,
  2453. .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  2454. border-left: 0;
  2455. }
  2456. .table-responsive > .table-bordered > thead > tr > th:last-child,
  2457. .table-responsive > .table-bordered > tbody > tr > th:last-child,
  2458. .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  2459. .table-responsive > .table-bordered > thead > tr > td:last-child,
  2460. .table-responsive > .table-bordered > tbody > tr > td:last-child,
  2461. .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  2462. border-right: 0;
  2463. }
  2464. .table-responsive > .table-bordered > tbody > tr:last-child > th,
  2465. .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  2466. .table-responsive > .table-bordered > tbody > tr:last-child > td,
  2467. .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  2468. border-bottom: 0;
  2469. }
  2470. }
  2471. fieldset {
  2472. padding: 0;
  2473. margin: 0;
  2474. border: 0;
  2475. min-width: 0;
  2476. }
  2477. legend {
  2478. display: block;
  2479. width: 100%;
  2480. padding: 0;
  2481. margin-bottom: 20px;
  2482. font-size: 21px;
  2483. line-height: inherit;
  2484. color: #333333;
  2485. border: 0;
  2486. border-bottom: 1px solid #e5e5e5;
  2487. }
  2488. label {
  2489. display: inline-block;
  2490. max-width: 100%;
  2491. margin-bottom: 5px;
  2492. font-weight: bold;
  2493. }
  2494. input[type="search"] {
  2495. -webkit-box-sizing: border-box;
  2496. -moz-box-sizing: border-box;
  2497. box-sizing: border-box;
  2498. }
  2499. input[type="radio"],
  2500. input[type="checkbox"] {
  2501. margin: 4px 0 0;
  2502. margin-top: 1px \9;
  2503. line-height: normal;
  2504. }
  2505. input[type="file"] {
  2506. display: block;
  2507. }
  2508. input[type="range"] {
  2509. display: block;
  2510. width: 100%;
  2511. }
  2512. select[multiple],
  2513. select[size] {
  2514. height: auto;
  2515. }
  2516. input[type="file"]:focus,
  2517. input[type="radio"]:focus,
  2518. input[type="checkbox"]:focus {
  2519. outline: thin dotted;
  2520. outline: 5px auto -webkit-focus-ring-color;
  2521. outline-offset: -2px;
  2522. }
  2523. output {
  2524. display: block;
  2525. padding-top: 7px;
  2526. font-size: 14px;
  2527. line-height: 1.42857143;
  2528. color: #555555;
  2529. }
  2530. .form-control {
  2531. display: block;
  2532. width: 100%;
  2533. height: 34px;
  2534. padding: 6px 12px;
  2535. font-size: 14px;
  2536. line-height: 1.42857143;
  2537. color: #555555;
  2538. background-color: #ffffff;
  2539. background-image: none;
  2540. border: 1px solid #cccccc;
  2541. border-radius: 4px;
  2542. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2543. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2544. -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  2545. -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  2546. transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  2547. }
  2548. .form-control:focus {
  2549. border-color: #66afe9;
  2550. outline: 0;
  2551. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  2552. box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  2553. }
  2554. .form-control::-moz-placeholder {
  2555. color: #999999;
  2556. opacity: 1;
  2557. }
  2558. .form-control:-ms-input-placeholder {
  2559. color: #999999;
  2560. }
  2561. .form-control::-webkit-input-placeholder {
  2562. color: #999999;
  2563. }
  2564. .form-control[disabled],
  2565. .form-control[readonly],
  2566. fieldset[disabled] .form-control {
  2567. background-color: #eeeeee;
  2568. opacity: 1;
  2569. }
  2570. .form-control[disabled],
  2571. fieldset[disabled] .form-control {
  2572. cursor: not-allowed;
  2573. }
  2574. textarea.form-control {
  2575. height: auto;
  2576. }
  2577. input[type="search"] {
  2578. -webkit-appearance: none;
  2579. }
  2580. @media screen and (-webkit-min-device-pixel-ratio: 0) {
  2581. input[type="date"],
  2582. input[type="time"],
  2583. input[type="datetime-local"],
  2584. input[type="month"] {
  2585. line-height: 34px;
  2586. }
  2587. input[type="date"].input-sm,
  2588. input[type="time"].input-sm,
  2589. input[type="datetime-local"].input-sm,
  2590. input[type="month"].input-sm,
  2591. .input-group-sm input[type="date"],
  2592. .input-group-sm input[type="time"],
  2593. .input-group-sm input[type="datetime-local"],
  2594. .input-group-sm input[type="month"] {
  2595. line-height: 30px;
  2596. }
  2597. input[type="date"].input-lg,
  2598. input[type="time"].input-lg,
  2599. input[type="datetime-local"].input-lg,
  2600. input[type="month"].input-lg,
  2601. .input-group-lg input[type="date"],
  2602. .input-group-lg input[type="time"],
  2603. .input-group-lg input[type="datetime-local"],
  2604. .input-group-lg input[type="month"] {
  2605. line-height: 46px;
  2606. }
  2607. }
  2608. .form-group {
  2609. margin-bottom: 15px;
  2610. }
  2611. .radio,
  2612. .checkbox {
  2613. position: relative;
  2614. display: block;
  2615. margin-top: 10px;
  2616. margin-bottom: 10px;
  2617. }
  2618. .radio label,
  2619. .checkbox label {
  2620. min-height: 20px;
  2621. padding-left: 20px;
  2622. margin-bottom: 0;
  2623. font-weight: normal;
  2624. cursor: pointer;
  2625. }
  2626. .radio input[type="radio"],
  2627. .radio-inline input[type="radio"],
  2628. .checkbox input[type="checkbox"],
  2629. .checkbox-inline input[type="checkbox"] {
  2630. position: absolute;
  2631. margin-left: -20px;
  2632. margin-top: 4px \9;
  2633. }
  2634. .radio + .radio,
  2635. .checkbox + .checkbox {
  2636. margin-top: -5px;
  2637. }
  2638. .radio-inline,
  2639. .checkbox-inline {
  2640. position: relative;
  2641. display: inline-block;
  2642. padding-left: 20px;
  2643. margin-bottom: 0;
  2644. vertical-align: middle;
  2645. font-weight: normal;
  2646. cursor: pointer;
  2647. }
  2648. .radio-inline + .radio-inline,
  2649. .checkbox-inline + .checkbox-inline {
  2650. margin-top: 0;
  2651. margin-left: 10px;
  2652. }
  2653. input[type="radio"][disabled],
  2654. input[type="checkbox"][disabled],
  2655. input[type="radio"].disabled,
  2656. input[type="checkbox"].disabled,
  2657. fieldset[disabled] input[type="radio"],
  2658. fieldset[disabled] input[type="checkbox"] {
  2659. cursor: not-allowed;
  2660. }
  2661. .radio-inline.disabled,
  2662. .checkbox-inline.disabled,
  2663. fieldset[disabled] .radio-inline,
  2664. fieldset[disabled] .checkbox-inline {
  2665. cursor: not-allowed;
  2666. }
  2667. .radio.disabled label,
  2668. .checkbox.disabled label,
  2669. fieldset[disabled] .radio label,
  2670. fieldset[disabled] .checkbox label {
  2671. cursor: not-allowed;
  2672. }
  2673. .form-control-static {
  2674. padding-top: 7px;
  2675. padding-bottom: 7px;
  2676. margin-bottom: 0;
  2677. min-height: 34px;
  2678. }
  2679. .form-control-static.input-lg,
  2680. .form-control-static.input-sm {
  2681. padding-left: 0;
  2682. padding-right: 0;
  2683. }
  2684. .input-sm {
  2685. height: 30px;
  2686. padding: 5px 10px;
  2687. font-size: 12px;
  2688. line-height: 1.5;
  2689. border-radius: 3px;
  2690. }
  2691. select.input-sm {
  2692. height: 30px;
  2693. line-height: 30px;
  2694. }
  2695. textarea.input-sm,
  2696. select[multiple].input-sm {
  2697. height: auto;
  2698. }
  2699. .form-group-sm .form-control {
  2700. height: 30px;
  2701. padding: 5px 10px;
  2702. font-size: 12px;
  2703. line-height: 1.5;
  2704. border-radius: 3px;
  2705. }
  2706. select.form-group-sm .form-control {
  2707. height: 30px;
  2708. line-height: 30px;
  2709. }
  2710. textarea.form-group-sm .form-control,
  2711. select[multiple].form-group-sm .form-control {
  2712. height: auto;
  2713. }
  2714. .form-group-sm .form-control-static {
  2715. height: 30px;
  2716. padding: 5px 10px;
  2717. font-size: 12px;
  2718. line-height: 1.5;
  2719. min-height: 32px;
  2720. }
  2721. .input-lg {
  2722. height: 46px;
  2723. padding: 10px 16px;
  2724. font-size: 18px;
  2725. line-height: 1.3333333;
  2726. border-radius: 6px;
  2727. }
  2728. select.input-lg {
  2729. height: 46px;
  2730. line-height: 46px;
  2731. }
  2732. textarea.input-lg,
  2733. select[multiple].input-lg {
  2734. height: auto;
  2735. }
  2736. .form-group-lg .form-control {
  2737. height: 46px;
  2738. padding: 10px 16px;
  2739. font-size: 18px;
  2740. line-height: 1.3333333;
  2741. border-radius: 6px;
  2742. }
  2743. select.form-group-lg .form-control {
  2744. height: 46px;
  2745. line-height: 46px;
  2746. }
  2747. textarea.form-group-lg .form-control,
  2748. select[multiple].form-group-lg .form-control {
  2749. height: auto;
  2750. }
  2751. .form-group-lg .form-control-static {
  2752. height: 46px;
  2753. padding: 10px 16px;
  2754. font-size: 18px;
  2755. line-height: 1.3333333;
  2756. min-height: 38px;
  2757. }
  2758. .has-feedback {
  2759. position: relative;
  2760. }
  2761. .has-feedback .form-control {
  2762. padding-right: 42.5px;
  2763. }
  2764. .form-control-feedback {
  2765. position: absolute;
  2766. top: 0;
  2767. right: 0;
  2768. z-index: 2;
  2769. display: block;
  2770. width: 34px;
  2771. height: 34px;
  2772. line-height: 34px;
  2773. text-align: center;
  2774. pointer-events: none;
  2775. }
  2776. .input-lg + .form-control-feedback {
  2777. width: 46px;
  2778. height: 46px;
  2779. line-height: 46px;
  2780. }
  2781. .input-sm + .form-control-feedback {
  2782. width: 30px;
  2783. height: 30px;
  2784. line-height: 30px;
  2785. }
  2786. .has-success .help-block,
  2787. .has-success .control-label,
  2788. .has-success .radio,
  2789. .has-success .checkbox,
  2790. .has-success .radio-inline,
  2791. .has-success .checkbox-inline,
  2792. .has-success.radio label,
  2793. .has-success.checkbox label,
  2794. .has-success.radio-inline label,
  2795. .has-success.checkbox-inline label {
  2796. color: #3c763d;
  2797. }
  2798. .has-success .form-control {
  2799. border-color: #3c763d;
  2800. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2801. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2802. }
  2803. .has-success .form-control:focus {
  2804. border-color: #2b542c;
  2805. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  2806. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  2807. }
  2808. .has-success .input-group-addon {
  2809. color: #3c763d;
  2810. border-color: #3c763d;
  2811. background-color: #dff0d8;
  2812. }
  2813. .has-success .form-control-feedback {
  2814. color: #3c763d;
  2815. }
  2816. .has-warning .help-block,
  2817. .has-warning .control-label,
  2818. .has-warning .radio,
  2819. .has-warning .checkbox,
  2820. .has-warning .radio-inline,
  2821. .has-warning .checkbox-inline,
  2822. .has-warning.radio label,
  2823. .has-warning.checkbox label,
  2824. .has-warning.radio-inline label,
  2825. .has-warning.checkbox-inline label {
  2826. color: #8a6d3b;
  2827. }
  2828. .has-warning .form-control {
  2829. border-color: #8a6d3b;
  2830. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2831. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2832. }
  2833. .has-warning .form-control:focus {
  2834. border-color: #66512c;
  2835. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  2836. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  2837. }
  2838. .has-warning .input-group-addon {
  2839. color: #8a6d3b;
  2840. border-color: #8a6d3b;
  2841. background-color: #fcf8e3;
  2842. }
  2843. .has-warning .form-control-feedback {
  2844. color: #8a6d3b;
  2845. }
  2846. .has-error .help-block,
  2847. .has-error .control-label,
  2848. .has-error .radio,
  2849. .has-error .checkbox,
  2850. .has-error .radio-inline,
  2851. .has-error .checkbox-inline,
  2852. .has-error.radio label,
  2853. .has-error.checkbox label,
  2854. .has-error.radio-inline label,
  2855. .has-error.checkbox-inline label {
  2856. color: #a94442;
  2857. }
  2858. .has-error .form-control {
  2859. border-color: #a94442;
  2860. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2861. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2862. }
  2863. .has-error .form-control:focus {
  2864. border-color: #843534;
  2865. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  2866. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  2867. }
  2868. .has-error .input-group-addon {
  2869. color: #a94442;
  2870. border-color: #a94442;
  2871. background-color: #f2dede;
  2872. }
  2873. .has-error .form-control-feedback {
  2874. color: #a94442;
  2875. }
  2876. .has-feedback label ~ .form-control-feedback {
  2877. top: 25px;
  2878. }
  2879. .has-feedback label.sr-only ~ .form-control-feedback {
  2880. top: 0;
  2881. }
  2882. .help-block {
  2883. display: block;
  2884. margin-top: 5px;
  2885. margin-bottom: 10px;
  2886. color: #737373;
  2887. }
  2888. @media (min-width: 768px) {
  2889. .form-inline .form-group {
  2890. display: inline-block;
  2891. margin-bottom: 0;
  2892. vertical-align: middle;
  2893. }
  2894. .form-inline .form-control {
  2895. display: inline-block;
  2896. width: auto;
  2897. vertical-align: middle;
  2898. }
  2899. .form-inline .form-control-static {
  2900. display: inline-block;
  2901. }
  2902. .form-inline .input-group {
  2903. display: inline-table;
  2904. vertical-align: middle;
  2905. }
  2906. .form-inline .input-group .input-group-addon,
  2907. .form-inline .input-group .input-group-btn,
  2908. .form-inline .input-group .form-control {
  2909. width: auto;
  2910. }
  2911. .form-inline .input-group > .form-control {
  2912. width: 100%;
  2913. }
  2914. .form-inline .control-label {
  2915. margin-bottom: 0;
  2916. vertical-align: middle;
  2917. }
  2918. .form-inline .radio,
  2919. .form-inline .checkbox {
  2920. display: inline-block;
  2921. margin-top: 0;
  2922. margin-bottom: 0;
  2923. vertical-align: middle;
  2924. }
  2925. .form-inline .radio label,
  2926. .form-inline .checkbox label {
  2927. padding-left: 0;
  2928. }
  2929. .form-inline .radio input[type="radio"],
  2930. .form-inline .checkbox input[type="checkbox"] {
  2931. position: relative;
  2932. margin-left: 0;
  2933. }
  2934. .form-inline .has-feedback .form-control-feedback {
  2935. top: 0;
  2936. }
  2937. }
  2938. .form-horizontal .radio,
  2939. .form-horizontal .checkbox,
  2940. .form-horizontal .radio-inline,
  2941. .form-horizontal .checkbox-inline {
  2942. margin-top: 0;
  2943. margin-bottom: 0;
  2944. padding-top: 7px;
  2945. }
  2946. .form-horizontal .radio,
  2947. .form-horizontal .checkbox {
  2948. min-height: 27px;
  2949. }
  2950. .form-horizontal .form-group {
  2951. margin-left: -15px;
  2952. margin-right: -15px;
  2953. }
  2954. @media (min-width: 768px) {
  2955. .form-horizontal .control-label {
  2956. text-align: right;
  2957. margin-bottom: 0;
  2958. padding-top: 7px;
  2959. }
  2960. }
  2961. .form-horizontal .has-feedback .form-control-feedback {
  2962. right: 15px;
  2963. }
  2964. @media (min-width: 768px) {
  2965. .form-horizontal .form-group-lg .control-label {
  2966. padding-top: 14.333333px;
  2967. }
  2968. }
  2969. @media (min-width: 768px) {
  2970. .form-horizontal .form-group-sm .control-label {
  2971. padding-top: 6px;
  2972. }
  2973. }
  2974. .btn {
  2975. display: inline-block;
  2976. margin-bottom: 0;
  2977. font-weight: normal;
  2978. text-align: center;
  2979. vertical-align: middle;
  2980. touch-action: manipulation;
  2981. cursor: pointer;
  2982. background-image: none;
  2983. border: 1px solid transparent;
  2984. white-space: nowrap;
  2985. padding: 6px 12px;
  2986. font-size: 14px;
  2987. line-height: 1.42857143;
  2988. border-radius: 4px;
  2989. -webkit-user-select: none;
  2990. -moz-user-select: none;
  2991. -ms-user-select: none;
  2992. user-select: none;
  2993. }
  2994. .btn:focus,
  2995. .btn:active:focus,
  2996. .btn.active:focus,
  2997. .btn.focus,
  2998. .btn:active.focus,
  2999. .btn.active.focus {
  3000. outline: thin dotted;
  3001. outline: 5px auto -webkit-focus-ring-color;
  3002. outline-offset: -2px;
  3003. }
  3004. .btn:hover,
  3005. .btn:focus,
  3006. .btn.focus {
  3007. color: #333333;
  3008. text-decoration: none;
  3009. }
  3010. .btn:active,
  3011. .btn.active {
  3012. outline: 0;
  3013. background-image: none;
  3014. -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  3015. box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  3016. }
  3017. .btn.disabled,
  3018. .btn[disabled],
  3019. fieldset[disabled] .btn {
  3020. cursor: not-allowed;
  3021. pointer-events: none;
  3022. opacity: 0.65;
  3023. filter: alpha(opacity=65);
  3024. -webkit-box-shadow: none;
  3025. box-shadow: none;
  3026. }
  3027. .btn-default {
  3028. color: #333333;
  3029. background-color: #ffffff;
  3030. border-color: #cccccc;
  3031. }
  3032. .btn-default:hover,
  3033. .btn-default:focus,
  3034. .btn-default.focus,
  3035. .btn-default:active,
  3036. .btn-default.active,
  3037. .open > .dropdown-toggle.btn-default {
  3038. color: #333333;
  3039. background-color: #e6e6e6;
  3040. border-color: #adadad;
  3041. }
  3042. .btn-default:active,
  3043. .btn-default.active,
  3044. .open > .dropdown-toggle.btn-default {
  3045. background-image: none;
  3046. }
  3047. .btn-default.disabled,
  3048. .btn-default[disabled],
  3049. fieldset[disabled] .btn-default,
  3050. .btn-default.disabled:hover,
  3051. .btn-default[disabled]:hover,
  3052. fieldset[disabled] .btn-default:hover,
  3053. .btn-default.disabled:focus,
  3054. .btn-default[disabled]:focus,
  3055. fieldset[disabled] .btn-default:focus,
  3056. .btn-default.disabled.focus,
  3057. .btn-default[disabled].focus,
  3058. fieldset[disabled] .btn-default.focus,
  3059. .btn-default.disabled:active,
  3060. .btn-default[disabled]:active,
  3061. fieldset[disabled] .btn-default:active,
  3062. .btn-default.disabled.active,
  3063. .btn-default[disabled].active,
  3064. fieldset[disabled] .btn-default.active {
  3065. background-color: #ffffff;
  3066. border-color: #cccccc;
  3067. }
  3068. .btn-default .badge {
  3069. color: #ffffff;
  3070. background-color: #333333;
  3071. }
  3072. .btn-primary {
  3073. color: #ffffff;
  3074. background-color: #337ab7;
  3075. border-color: #2e6da4;
  3076. }
  3077. .btn-primary:hover,
  3078. .btn-primary:focus,
  3079. .btn-primary.focus,
  3080. .btn-primary:active,
  3081. .btn-primary.active,
  3082. .open > .dropdown-toggle.btn-primary {
  3083. color: #ffffff;
  3084. background-color: #286090;
  3085. border-color: #204d74;
  3086. }
  3087. .btn-primary:active,
  3088. .btn-primary.active,
  3089. .open > .dropdown-toggle.btn-primary {
  3090. background-image: none;
  3091. }
  3092. .btn-primary.disabled,
  3093. .btn-primary[disabled],
  3094. fieldset[disabled] .btn-primary,
  3095. .btn-primary.disabled:hover,
  3096. .btn-primary[disabled]:hover,
  3097. fieldset[disabled] .btn-primary:hover,
  3098. .btn-primary.disabled:focus,
  3099. .btn-primary[disabled]:focus,
  3100. fieldset[disabled] .btn-primary:focus,
  3101. .btn-primary.disabled.focus,
  3102. .btn-primary[disabled].focus,
  3103. fieldset[disabled] .btn-primary.focus,
  3104. .btn-primary.disabled:active,
  3105. .btn-primary[disabled]:active,
  3106. fieldset[disabled] .btn-primary:active,
  3107. .btn-primary.disabled.active,
  3108. .btn-primary[disabled].active,
  3109. fieldset[disabled] .btn-primary.active {
  3110. background-color: #337ab7;
  3111. border-color: #2e6da4;
  3112. }
  3113. .btn-primary .badge {
  3114. color: #337ab7;
  3115. background-color: #ffffff;
  3116. }
  3117. .btn-success {
  3118. color: #ffffff;
  3119. background-color: #5cb85c;
  3120. border-color: #4cae4c;
  3121. }
  3122. .btn-success:hover,
  3123. .btn-success:focus,
  3124. .btn-success.focus,
  3125. .btn-success:active,
  3126. .btn-success.active,
  3127. .open > .dropdown-toggle.btn-success {
  3128. color: #ffffff;
  3129. background-color: #449d44;
  3130. border-color: #398439;
  3131. }
  3132. .btn-success:active,
  3133. .btn-success.active,
  3134. .open > .dropdown-toggle.btn-success {
  3135. background-image: none;
  3136. }
  3137. .btn-success.disabled,
  3138. .btn-success[disabled],
  3139. fieldset[disabled] .btn-success,
  3140. .btn-success.disabled:hover,
  3141. .btn-success[disabled]:hover,
  3142. fieldset[disabled] .btn-success:hover,
  3143. .btn-success.disabled:focus,
  3144. .btn-success[disabled]:focus,
  3145. fieldset[disabled] .btn-success:focus,
  3146. .btn-success.disabled.focus,
  3147. .btn-success[disabled].focus,
  3148. fieldset[disabled] .btn-success.focus,
  3149. .btn-success.disabled:active,
  3150. .btn-success[disabled]:active,
  3151. fieldset[disabled] .btn-success:active,
  3152. .btn-success.disabled.active,
  3153. .btn-success[disabled].active,
  3154. fieldset[disabled] .btn-success.active {
  3155. background-color: #5cb85c;
  3156. border-color: #4cae4c;
  3157. }
  3158. .btn-success .badge {
  3159. color: #5cb85c;
  3160. background-color: #ffffff;
  3161. }
  3162. .btn-info {
  3163. color: #ffffff;
  3164. background-color: #5bc0de;
  3165. border-color: #46b8da;
  3166. }
  3167. .btn-info:hover,
  3168. .btn-info:focus,
  3169. .btn-info.focus,
  3170. .btn-info:active,
  3171. .btn-info.active,
  3172. .open > .dropdown-toggle.btn-info {
  3173. color: #ffffff;
  3174. background-color: #31b0d5;
  3175. border-color: #269abc;
  3176. }
  3177. .btn-info:active,
  3178. .btn-info.active,
  3179. .open > .dropdown-toggle.btn-info {
  3180. background-image: none;
  3181. }
  3182. .btn-info.disabled,
  3183. .btn-info[disabled],
  3184. fieldset[disabled] .btn-info,
  3185. .btn-info.disabled:hover,
  3186. .btn-info[disabled]:hover,
  3187. fieldset[disabled] .btn-info:hover,
  3188. .btn-info.disabled:focus,
  3189. .btn-info[disabled]:focus,
  3190. fieldset[disabled] .btn-info:focus,
  3191. .btn-info.disabled.focus,
  3192. .btn-info[disabled].focus,
  3193. fieldset[disabled] .btn-info.focus,
  3194. .btn-info.disabled:active,
  3195. .btn-info[disabled]:active,
  3196. fieldset[disabled] .btn-info:active,
  3197. .btn-info.disabled.active,
  3198. .btn-info[disabled].active,
  3199. fieldset[disabled] .btn-info.active {
  3200. background-color: #5bc0de;
  3201. border-color: #46b8da;
  3202. }
  3203. .btn-info .badge {
  3204. color: #5bc0de;
  3205. background-color: #ffffff;
  3206. }
  3207. .btn-warning {
  3208. color: #ffffff;
  3209. background-color: #f0ad4e;
  3210. border-color: #eea236;
  3211. }
  3212. .btn-warning:hover,
  3213. .btn-warning:focus,
  3214. .btn-warning.focus,
  3215. .btn-warning:active,
  3216. .btn-warning.active,
  3217. .open > .dropdown-toggle.btn-warning {
  3218. color: #ffffff;
  3219. background-color: #ec971f;
  3220. border-color: #d58512;
  3221. }
  3222. .btn-warning:active,
  3223. .btn-warning.active,
  3224. .open > .dropdown-toggle.btn-warning {
  3225. background-image: none;
  3226. }
  3227. .btn-warning.disabled,
  3228. .btn-warning[disabled],
  3229. fieldset[disabled] .btn-warning,
  3230. .btn-warning.disabled:hover,
  3231. .btn-warning[disabled]:hover,
  3232. fieldset[disabled] .btn-warning:hover,
  3233. .btn-warning.disabled:focus,
  3234. .btn-warning[disabled]:focus,
  3235. fieldset[disabled] .btn-warning:focus,
  3236. .btn-warning.disabled.focus,
  3237. .btn-warning[disabled].focus,
  3238. fieldset[disabled] .btn-warning.focus,
  3239. .btn-warning.disabled:active,
  3240. .btn-warning[disabled]:active,
  3241. fieldset[disabled] .btn-warning:active,
  3242. .btn-warning.disabled.active,
  3243. .btn-warning[disabled].active,
  3244. fieldset[disabled] .btn-warning.active {
  3245. background-color: #f0ad4e;
  3246. border-color: #eea236;
  3247. }
  3248. .btn-warning .badge {
  3249. color: #f0ad4e;
  3250. background-color: #ffffff;
  3251. }
  3252. .btn-danger {
  3253. color: #ffffff;
  3254. background-color: #d9534f;
  3255. border-color: #d43f3a;
  3256. }
  3257. .btn-danger:hover,
  3258. .btn-danger:focus,
  3259. .btn-danger.focus,
  3260. .btn-danger:active,
  3261. .btn-danger.active,
  3262. .open > .dropdown-toggle.btn-danger {
  3263. color: #ffffff;
  3264. background-color: #c9302c;
  3265. border-color: #ac2925;
  3266. }
  3267. .btn-danger:active,
  3268. .btn-danger.active,
  3269. .open > .dropdown-toggle.btn-danger {
  3270. background-image: none;
  3271. }
  3272. .btn-danger.disabled,
  3273. .btn-danger[disabled],
  3274. fieldset[disabled] .btn-danger,
  3275. .btn-danger.disabled:hover,
  3276. .btn-danger[disabled]:hover,
  3277. fieldset[disabled] .btn-danger:hover,
  3278. .btn-danger.disabled:focus,
  3279. .btn-danger[disabled]:focus,
  3280. fieldset[disabled] .btn-danger:focus,
  3281. .btn-danger.disabled.focus,
  3282. .btn-danger[disabled].focus,
  3283. fieldset[disabled] .btn-danger.focus,
  3284. .btn-danger.disabled:active,
  3285. .btn-danger[disabled]:active,
  3286. fieldset[disabled] .btn-danger:active,
  3287. .btn-danger.disabled.active,
  3288. .btn-danger[disabled].active,
  3289. fieldset[disabled] .btn-danger.active {
  3290. background-color: #d9534f;
  3291. border-color: #d43f3a;
  3292. }
  3293. .btn-danger .badge {
  3294. color: #d9534f;
  3295. background-color: #ffffff;
  3296. }
  3297. .btn-link {
  3298. color: #337ab7;
  3299. font-weight: normal;
  3300. border-radius: 0;
  3301. }
  3302. .btn-link,
  3303. .btn-link:active,
  3304. .btn-link.active,
  3305. .btn-link[disabled],
  3306. fieldset[disabled] .btn-link {
  3307. background-color: transparent;
  3308. -webkit-box-shadow: none;
  3309. box-shadow: none;
  3310. }
  3311. .btn-link,
  3312. .btn-link:hover,
  3313. .btn-link:focus,
  3314. .btn-link:active {
  3315. border-color: transparent;
  3316. }
  3317. .btn-link:hover,
  3318. .btn-link:focus {
  3319. color: #23527c;
  3320. text-decoration: underline;
  3321. background-color: transparent;
  3322. }
  3323. .btn-link[disabled]:hover,
  3324. fieldset[disabled] .btn-link:hover,
  3325. .btn-link[disabled]:focus,
  3326. fieldset[disabled] .btn-link:focus {
  3327. color: #777777;
  3328. text-decoration: none;
  3329. }
  3330. .btn-lg,
  3331. .btn-group-lg > .btn {
  3332. padding: 10px 16px;
  3333. font-size: 18px;
  3334. line-height: 1.3333333;
  3335. border-radius: 6px;
  3336. }
  3337. .btn-sm,
  3338. .btn-group-sm > .btn {
  3339. padding: 5px 10px;
  3340. font-size: 12px;
  3341. line-height: 1.5;
  3342. border-radius: 3px;
  3343. }
  3344. .btn-xs,
  3345. .btn-group-xs > .btn {
  3346. padding: 1px 5px;
  3347. font-size: 12px;
  3348. line-height: 1.5;
  3349. border-radius: 3px;
  3350. }
  3351. .btn-block {
  3352. display: block;
  3353. width: 100%;
  3354. }
  3355. .btn-block + .btn-block {
  3356. margin-top: 5px;
  3357. }
  3358. input[type="submit"].btn-block,
  3359. input[type="reset"].btn-block,
  3360. input[type="button"].btn-block {
  3361. width: 100%;
  3362. }
  3363. .fade {
  3364. opacity: 0;
  3365. -webkit-transition: opacity 0.15s linear;
  3366. -o-transition: opacity 0.15s linear;
  3367. transition: opacity 0.15s linear;
  3368. }
  3369. .fade.in {
  3370. opacity: 1;
  3371. }
  3372. .collapse {
  3373. display: none;
  3374. }
  3375. .collapse.in {
  3376. display: block;
  3377. }
  3378. tr.collapse.in {
  3379. display: table-row;
  3380. }
  3381. tbody.collapse.in {
  3382. display: table-row-group;
  3383. }
  3384. .collapsing {
  3385. position: relative;
  3386. height: 0;
  3387. overflow: hidden;
  3388. -webkit-transition-property: height, visibility;
  3389. transition-property: height, visibility;
  3390. -webkit-transition-duration: 0.35s;
  3391. transition-duration: 0.35s;
  3392. -webkit-transition-timing-function: ease;
  3393. transition-timing-function: ease;
  3394. }
  3395. .caret {
  3396. display: inline-block;
  3397. width: 0;
  3398. height: 0;
  3399. margin-left: 2px;
  3400. vertical-align: middle;
  3401. border-top: 4px dashed;
  3402. border-right: 4px solid transparent;
  3403. border-left: 4px solid transparent;
  3404. }
  3405. .dropup,
  3406. .dropdown {
  3407. position: relative;
  3408. }
  3409. .dropdown-toggle:focus {
  3410. outline: 0;
  3411. }
  3412. .dropdown-menu {
  3413. position: absolute;
  3414. top: 100%;
  3415. left: 0;
  3416. z-index: 1000;
  3417. display: none;
  3418. float: left;
  3419. min-width: 160px;
  3420. padding: 5px 0;
  3421. margin: 2px 0 0;
  3422. list-style: none;
  3423. font-size: 14px;
  3424. text-align: left;
  3425. background-color: #ffffff;
  3426. border: 1px solid #cccccc;
  3427. border: 1px solid rgba(0, 0, 0, 0.15);
  3428. border-radius: 4px;
  3429. -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  3430. box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  3431. background-clip: padding-box;
  3432. }
  3433. .dropdown-menu.pull-right {
  3434. right: 0;
  3435. left: auto;
  3436. }
  3437. .dropdown-menu .divider {
  3438. height: 1px;
  3439. margin: 9px 0;
  3440. overflow: hidden;
  3441. background-color: #e5e5e5;
  3442. }
  3443. .dropdown-menu > li > a {
  3444. display: block;
  3445. padding: 3px 20px;
  3446. clear: both;
  3447. font-weight: normal;
  3448. line-height: 1.42857143;
  3449. color: #333333;
  3450. white-space: nowrap;
  3451. }
  3452. .dropdown-menu > li > a:hover,
  3453. .dropdown-menu > li > a:focus {
  3454. text-decoration: none;
  3455. color: #262626;
  3456. background-color: #f5f5f5;
  3457. }
  3458. .dropdown-menu > .active > a,
  3459. .dropdown-menu > .active > a:hover,
  3460. .dropdown-menu > .active > a:focus {
  3461. color: #ffffff;
  3462. text-decoration: none;
  3463. outline: 0;
  3464. background-color: #337ab7;
  3465. }
  3466. .dropdown-menu > .disabled > a,
  3467. .dropdown-menu > .disabled > a:hover,
  3468. .dropdown-menu > .disabled > a:focus {
  3469. color: #777777;
  3470. }
  3471. .dropdown-menu > .disabled > a:hover,
  3472. .dropdown-menu > .disabled > a:focus {
  3473. text-decoration: none;
  3474. background-color: transparent;
  3475. background-image: none;
  3476. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  3477. cursor: not-allowed;
  3478. }
  3479. .open > .dropdown-menu {
  3480. display: block;
  3481. }
  3482. .open > a {
  3483. outline: 0;
  3484. }
  3485. .dropdown-menu-right {
  3486. left: auto;
  3487. right: 0;
  3488. }
  3489. .dropdown-menu-left {
  3490. left: 0;
  3491. right: auto;
  3492. }
  3493. .dropdown-header {
  3494. display: block;
  3495. padding: 3px 20px;
  3496. font-size: 12px;
  3497. line-height: 1.42857143;
  3498. color: #777777;
  3499. white-space: nowrap;
  3500. }
  3501. .dropdown-backdrop {
  3502. position: fixed;
  3503. left: 0;
  3504. right: 0;
  3505. bottom: 0;
  3506. top: 0;
  3507. z-index: 990;
  3508. }
  3509. .pull-right > .dropdown-menu {
  3510. right: 0;
  3511. left: auto;
  3512. }
  3513. .dropup .caret,
  3514. .navbar-fixed-bottom .dropdown .caret {
  3515. border-top: 0;
  3516. border-bottom: 4px solid;
  3517. content: "";
  3518. }
  3519. .dropup .dropdown-menu,
  3520. .navbar-fixed-bottom .dropdown .dropdown-menu {
  3521. top: auto;
  3522. bottom: 100%;
  3523. margin-bottom: 2px;
  3524. }
  3525. @media (min-width: 768px) {
  3526. .navbar-right .dropdown-menu {
  3527. left: auto;
  3528. right: 0;
  3529. }
  3530. .navbar-right .dropdown-menu-left {
  3531. left: 0;
  3532. right: auto;
  3533. }
  3534. }
  3535. .btn-group,
  3536. .btn-group-vertical {
  3537. position: relative;
  3538. display: inline-block;
  3539. vertical-align: middle;
  3540. }
  3541. .btn-group > .btn,
  3542. .btn-group-vertical > .btn {
  3543. position: relative;
  3544. float: left;
  3545. }
  3546. .btn-group > .btn:hover,
  3547. .btn-group-vertical > .btn:hover,
  3548. .btn-group > .btn:focus,
  3549. .btn-group-vertical > .btn:focus,
  3550. .btn-group > .btn:active,
  3551. .btn-group-vertical > .btn:active,
  3552. .btn-group > .btn.active,
  3553. .btn-group-vertical > .btn.active {
  3554. z-index: 2;
  3555. }
  3556. .btn-group .btn + .btn,
  3557. .btn-group .btn + .btn-group,
  3558. .btn-group .btn-group + .btn,
  3559. .btn-group .btn-group + .btn-group {
  3560. margin-left: -1px;
  3561. }
  3562. .btn-toolbar {
  3563. margin-left: -5px;
  3564. }
  3565. .btn-toolbar .btn-group,
  3566. .btn-toolbar .input-group {
  3567. float: left;
  3568. }
  3569. .btn-toolbar > .btn,
  3570. .btn-toolbar > .btn-group,
  3571. .btn-toolbar > .input-group {
  3572. margin-left: 5px;
  3573. }
  3574. .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  3575. border-radius: 0;
  3576. }
  3577. .btn-group > .btn:first-child {
  3578. margin-left: 0;
  3579. }
  3580. .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  3581. border-bottom-right-radius: 0;
  3582. border-top-right-radius: 0;
  3583. }
  3584. .btn-group > .btn:last-child:not(:first-child),
  3585. .btn-group > .dropdown-toggle:not(:first-child) {
  3586. border-bottom-left-radius: 0;
  3587. border-top-left-radius: 0;
  3588. }
  3589. .btn-group > .btn-group {
  3590. float: left;
  3591. }
  3592. .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  3593. border-radius: 0;
  3594. }
  3595. .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
  3596. .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  3597. border-bottom-right-radius: 0;
  3598. border-top-right-radius: 0;
  3599. }
  3600. .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  3601. border-bottom-left-radius: 0;
  3602. border-top-left-radius: 0;
  3603. }
  3604. .btn-group .dropdown-toggle:active,
  3605. .btn-group.open .dropdown-toggle {
  3606. outline: 0;
  3607. }
  3608. .btn-group > .btn + .dropdown-toggle {
  3609. padding-left: 8px;
  3610. padding-right: 8px;
  3611. }
  3612. .btn-group > .btn-lg + .dropdown-toggle {
  3613. padding-left: 12px;
  3614. padding-right: 12px;
  3615. }
  3616. .btn-group.open .dropdown-toggle {
  3617. -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  3618. box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  3619. }
  3620. .btn-group.open .dropdown-toggle.btn-link {
  3621. -webkit-box-shadow: none;
  3622. box-shadow: none;
  3623. }
  3624. .btn .caret {
  3625. margin-left: 0;
  3626. }
  3627. .btn-lg .caret {
  3628. border-width: 5px 5px 0;
  3629. border-bottom-width: 0;
  3630. }
  3631. .dropup .btn-lg .caret {
  3632. border-width: 0 5px 5px;
  3633. }
  3634. .btn-group-vertical > .btn,
  3635. .btn-group-vertical > .btn-group,
  3636. .btn-group-vertical > .btn-group > .btn {
  3637. display: block;
  3638. float: none;
  3639. width: 100%;
  3640. max-width: 100%;
  3641. }
  3642. .btn-group-vertical > .btn-group > .btn {
  3643. float: none;
  3644. }
  3645. .btn-group-vertical > .btn + .btn,
  3646. .btn-group-vertical > .btn + .btn-group,
  3647. .btn-group-vertical > .btn-group + .btn,
  3648. .btn-group-vertical > .btn-group + .btn-group {
  3649. margin-top: -1px;
  3650. margin-left: 0;
  3651. }
  3652. .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  3653. border-radius: 0;
  3654. }
  3655. .btn-group-vertical > .btn:first-child:not(:last-child) {
  3656. border-top-right-radius: 4px;
  3657. border-bottom-right-radius: 0;
  3658. border-bottom-left-radius: 0;
  3659. }
  3660. .btn-group-vertical > .btn:last-child:not(:first-child) {
  3661. border-bottom-left-radius: 4px;
  3662. border-top-right-radius: 0;
  3663. border-top-left-radius: 0;
  3664. }
  3665. .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  3666. border-radius: 0;
  3667. }
  3668. .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
  3669. .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  3670. border-bottom-right-radius: 0;
  3671. border-bottom-left-radius: 0;
  3672. }
  3673. .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  3674. border-top-right-radius: 0;
  3675. border-top-left-radius: 0;
  3676. }
  3677. .btn-group-justified {
  3678. display: table;
  3679. width: 100%;
  3680. table-layout: fixed;
  3681. border-collapse: separate;
  3682. }
  3683. .btn-group-justified > .btn,
  3684. .btn-group-justified > .btn-group {
  3685. float: none;
  3686. display: table-cell;
  3687. width: 1%;
  3688. }
  3689. .btn-group-justified > .btn-group .btn {
  3690. width: 100%;
  3691. }
  3692. .btn-group-justified > .btn-group .dropdown-menu {
  3693. left: auto;
  3694. }
  3695. [data-toggle="buttons"] > .btn input[type="radio"],
  3696. [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
  3697. [data-toggle="buttons"] > .btn input[type="checkbox"],
  3698. [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  3699. position: absolute;
  3700. clip: rect(0, 0, 0, 0);
  3701. pointer-events: none;
  3702. }
  3703. .input-group {
  3704. position: relative;
  3705. display: table;
  3706. border-collapse: separate;
  3707. }
  3708. .input-group[class*="col-"] {
  3709. float: none;
  3710. padding-left: 0;
  3711. padding-right: 0;
  3712. }
  3713. .input-group .form-control {
  3714. position: relative;
  3715. z-index: 2;
  3716. float: left;
  3717. width: 100%;
  3718. margin-bottom: 0;
  3719. }
  3720. .input-group-lg > .form-control,
  3721. .input-group-lg > .input-group-addon,
  3722. .input-group-lg > .input-group-btn > .btn {
  3723. height: 46px;
  3724. padding: 10px 16px;
  3725. font-size: 18px;
  3726. line-height: 1.3333333;
  3727. border-radius: 6px;
  3728. }
  3729. select.input-group-lg > .form-control,
  3730. select.input-group-lg > .input-group-addon,
  3731. select.input-group-lg > .input-group-btn > .btn {
  3732. height: 46px;
  3733. line-height: 46px;
  3734. }
  3735. textarea.input-group-lg > .form-control,
  3736. textarea.input-group-lg > .input-group-addon,
  3737. textarea.input-group-lg > .input-group-btn > .btn,
  3738. select[multiple].input-group-lg > .form-control,
  3739. select[multiple].input-group-lg > .input-group-addon,
  3740. select[multiple].input-group-lg > .input-group-btn > .btn {
  3741. height: auto;
  3742. }
  3743. .input-group-sm > .form-control,
  3744. .input-group-sm > .input-group-addon,
  3745. .input-group-sm > .input-group-btn > .btn {
  3746. height: 30px;
  3747. padding: 5px 10px;
  3748. font-size: 12px;
  3749. line-height: 1.5;
  3750. border-radius: 3px;
  3751. }
  3752. select.input-group-sm > .form-control,
  3753. select.input-group-sm > .input-group-addon,
  3754. select.input-group-sm > .input-group-btn > .btn {
  3755. height: 30px;
  3756. line-height: 30px;
  3757. }
  3758. textarea.input-group-sm > .form-control,
  3759. textarea.input-group-sm > .input-group-addon,
  3760. textarea.input-group-sm > .input-group-btn > .btn,
  3761. select[multiple].input-group-sm > .form-control,
  3762. select[multiple].input-group-sm > .input-group-addon,
  3763. select[multiple].input-group-sm > .input-group-btn > .btn {
  3764. height: auto;
  3765. }
  3766. .input-group-addon,
  3767. .input-group-btn,
  3768. .input-group .form-control {
  3769. display: table-cell;
  3770. }
  3771. .input-group-addon:not(:first-child):not(:last-child),
  3772. .input-group-btn:not(:first-child):not(:last-child),
  3773. .input-group .form-control:not(:first-child):not(:last-child) {
  3774. border-radius: 0;
  3775. }
  3776. .input-group-addon,
  3777. .input-group-btn {
  3778. width: 1%;
  3779. white-space: nowrap;
  3780. vertical-align: middle;
  3781. }
  3782. .input-group-addon {
  3783. padding: 6px 12px;
  3784. font-size: 14px;
  3785. font-weight: normal;
  3786. line-height: 1;
  3787. color: #555555;
  3788. text-align: center;
  3789. background-color: #eeeeee;
  3790. border: 1px solid #cccccc;
  3791. border-radius: 4px;
  3792. }
  3793. .input-group-addon.input-sm {
  3794. padding: 5px 10px;
  3795. font-size: 12px;
  3796. border-radius: 3px;
  3797. }
  3798. .input-group-addon.input-lg {
  3799. padding: 10px 16px;
  3800. font-size: 18px;
  3801. border-radius: 6px;
  3802. }
  3803. .input-group-addon input[type="radio"],
  3804. .input-group-addon input[type="checkbox"] {
  3805. margin-top: 0;
  3806. }
  3807. .input-group .form-control:first-child,
  3808. .input-group-addon:first-child,
  3809. .input-group-btn:first-child > .btn,
  3810. .input-group-btn:first-child > .btn-group > .btn,
  3811. .input-group-btn:first-child > .dropdown-toggle,
  3812. .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  3813. .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  3814. border-bottom-right-radius: 0;
  3815. border-top-right-radius: 0;
  3816. }
  3817. .input-group-addon:first-child {
  3818. border-right: 0;
  3819. }
  3820. .input-group .form-control:last-child,
  3821. .input-group-addon:last-child,
  3822. .input-group-btn:last-child > .btn,
  3823. .input-group-btn:last-child > .btn-group > .btn,
  3824. .input-group-btn:last-child > .dropdown-toggle,
  3825. .input-group-btn:first-child > .btn:not(:first-child),
  3826. .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  3827. border-bottom-left-radius: 0;
  3828. border-top-left-radius: 0;
  3829. }
  3830. .input-group-addon:last-child {
  3831. border-left: 0;
  3832. }
  3833. .input-group-btn {
  3834. position: relative;
  3835. font-size: 0;
  3836. white-space: nowrap;
  3837. }
  3838. .input-group-btn > .btn {
  3839. position: relative;
  3840. }
  3841. .input-group-btn > .btn + .btn {
  3842. margin-left: -1px;
  3843. }
  3844. .input-group-btn > .btn:hover,
  3845. .input-group-btn > .btn:focus,
  3846. .input-group-btn > .btn:active {
  3847. z-index: 2;
  3848. }
  3849. .input-group-btn:first-child > .btn,
  3850. .input-group-btn:first-child > .btn-group {
  3851. margin-right: -1px;
  3852. }
  3853. .input-group-btn:last-child > .btn,
  3854. .input-group-btn:last-child > .btn-group {
  3855. margin-left: -1px;
  3856. }
  3857. .nav {
  3858. margin-bottom: 0;
  3859. padding-left: 0;
  3860. list-style: none;
  3861. }
  3862. .nav > li {
  3863. position: relative;
  3864. display: block;
  3865. }
  3866. .nav > li > a {
  3867. position: relative;
  3868. display: block;
  3869. padding: 10px 15px;
  3870. }
  3871. .nav > li > a:hover,
  3872. .nav > li > a:focus {
  3873. text-decoration: none;
  3874. background-color: #eeeeee;
  3875. }
  3876. .nav > li.disabled > a {
  3877. color: #777777;
  3878. }
  3879. .nav > li.disabled > a:hover,
  3880. .nav > li.disabled > a:focus {
  3881. color: #777777;
  3882. text-decoration: none;
  3883. background-color: transparent;
  3884. cursor: not-allowed;
  3885. }
  3886. .nav .open > a,
  3887. .nav .open > a:hover,
  3888. .nav .open > a:focus {
  3889. background-color: #eeeeee;
  3890. border-color: #337ab7;
  3891. }
  3892. .nav .nav-divider {
  3893. height: 1px;
  3894. margin: 9px 0;
  3895. overflow: hidden;
  3896. background-color: #e5e5e5;
  3897. }
  3898. .nav > li > a > img {
  3899. max-width: none;
  3900. }
  3901. .nav-tabs {
  3902. border-bottom: 1px solid #dddddd;
  3903. }
  3904. .nav-tabs > li {
  3905. float: left;
  3906. margin-bottom: -1px;
  3907. }
  3908. .nav-tabs > li > a {
  3909. margin-right: 2px;
  3910. line-height: 1.42857143;
  3911. border: 1px solid transparent;
  3912. border-radius: 4px 4px 0 0;
  3913. }
  3914. .nav-tabs > li > a:hover {
  3915. border-color: #eeeeee #eeeeee #dddddd;
  3916. }
  3917. .nav-tabs > li.active > a,
  3918. .nav-tabs > li.active > a:hover,
  3919. .nav-tabs > li.active > a:focus {
  3920. color: #555555;
  3921. background-color: #ffffff;
  3922. border: 1px solid #dddddd;
  3923. border-bottom-color: transparent;
  3924. cursor: default;
  3925. }
  3926. .nav-tabs.nav-justified {
  3927. width: 100%;
  3928. border-bottom: 0;
  3929. }
  3930. .nav-tabs.nav-justified > li {
  3931. float: none;
  3932. }
  3933. .nav-tabs.nav-justified > li > a {
  3934. text-align: center;
  3935. margin-bottom: 5px;
  3936. }
  3937. .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  3938. top: auto;
  3939. left: auto;
  3940. }
  3941. @media (min-width: 768px) {
  3942. .nav-tabs.nav-justified > li {
  3943. display: table-cell;
  3944. width: 1%;
  3945. }
  3946. .nav-tabs.nav-justified > li > a {
  3947. margin-bottom: 0;
  3948. }
  3949. }
  3950. .nav-tabs.nav-justified > li > a {
  3951. margin-right: 0;
  3952. border-radius: 4px;
  3953. }
  3954. .nav-tabs.nav-justified > .active > a,
  3955. .nav-tabs.nav-justified > .active > a:hover,
  3956. .nav-tabs.nav-justified > .active > a:focus {
  3957. border: 1px solid #dddddd;
  3958. }
  3959. @media (min-width: 768px) {
  3960. .nav-tabs.nav-justified > li > a {
  3961. border-bottom: 1px solid #dddddd;
  3962. border-radius: 4px 4px 0 0;
  3963. }
  3964. .nav-tabs.nav-justified > .active > a,
  3965. .nav-tabs.nav-justified > .active > a:hover,
  3966. .nav-tabs.nav-justified > .active > a:focus {
  3967. border-bottom-color: #ffffff;
  3968. }
  3969. }
  3970. .nav-pills > li {
  3971. float: left;
  3972. }
  3973. .nav-pills > li > a {
  3974. border-radius: 4px;
  3975. }
  3976. .nav-pills > li + li {
  3977. margin-left: 2px;
  3978. }
  3979. .nav-pills > li.active > a,
  3980. .nav-pills > li.active > a:hover,
  3981. .nav-pills > li.active > a:focus {
  3982. color: #ffffff;
  3983. background-color: #337ab7;
  3984. }
  3985. .nav-stacked > li {
  3986. float: none;
  3987. }
  3988. .nav-stacked > li + li {
  3989. margin-top: 2px;
  3990. margin-left: 0;
  3991. }
  3992. .nav-justified {
  3993. width: 100%;
  3994. }
  3995. .nav-justified > li {
  3996. float: none;
  3997. }
  3998. .nav-justified > li > a {
  3999. text-align: center;
  4000. margin-bottom: 5px;
  4001. }
  4002. .nav-justified > .dropdown .dropdown-menu {
  4003. top: auto;
  4004. left: auto;
  4005. }
  4006. @media (min-width: 768px) {
  4007. .nav-justified > li {
  4008. display: table-cell;
  4009. width: 1%;
  4010. }
  4011. .nav-justified > li > a {
  4012. margin-bottom: 0;
  4013. }
  4014. }
  4015. .nav-tabs-justified {
  4016. border-bottom: 0;
  4017. }
  4018. .nav-tabs-justified > li > a {
  4019. margin-right: 0;
  4020. border-radius: 4px;
  4021. }
  4022. .nav-tabs-justified > .active > a,
  4023. .nav-tabs-justified > .active > a:hover,
  4024. .nav-tabs-justified > .active > a:focus {
  4025. border: 1px solid #dddddd;
  4026. }
  4027. @media (min-width: 768px) {
  4028. .nav-tabs-justified > li > a {
  4029. border-bottom: 1px solid #dddddd;
  4030. border-radius: 4px 4px 0 0;
  4031. }
  4032. .nav-tabs-justified > .active > a,
  4033. .nav-tabs-justified > .active > a:hover,
  4034. .nav-tabs-justified > .active > a:focus {
  4035. border-bottom-color: #ffffff;
  4036. }
  4037. }
  4038. .tab-content > .tab-pane {
  4039. display: none;
  4040. }
  4041. .tab-content > .active {
  4042. display: block;
  4043. }
  4044. .nav-tabs .dropdown-menu {
  4045. margin-top: -1px;
  4046. border-top-right-radius: 0;
  4047. border-top-left-radius: 0;
  4048. }
  4049. .navbar {
  4050. position: relative;
  4051. min-height: 50px;
  4052. margin-bottom: 20px;
  4053. border: 1px solid transparent;
  4054. }
  4055. @media (min-width: 768px) {
  4056. .navbar {
  4057. border-radius: 4px;
  4058. }
  4059. }
  4060. @media (min-width: 768px) {
  4061. .navbar-header {
  4062. float: left;
  4063. }
  4064. }
  4065. .navbar-collapse {
  4066. overflow-x: visible;
  4067. padding-right: 15px;
  4068. padding-left: 15px;
  4069. border-top: 1px solid transparent;
  4070. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  4071. -webkit-overflow-scrolling: touch;
  4072. }
  4073. .navbar-collapse.in {
  4074. overflow-y: auto;
  4075. }
  4076. @media (min-width: 768px) {
  4077. .navbar-collapse {
  4078. width: auto;
  4079. border-top: 0;
  4080. box-shadow: none;
  4081. }
  4082. .navbar-collapse.collapse {
  4083. display: block !important;
  4084. height: auto !important;
  4085. padding-bottom: 0;
  4086. overflow: visible !important;
  4087. }
  4088. .navbar-collapse.in {
  4089. overflow-y: visible;
  4090. }
  4091. .navbar-fixed-top .navbar-collapse,
  4092. .navbar-static-top .navbar-collapse,
  4093. .navbar-fixed-bottom .navbar-collapse {
  4094. padding-left: 0;
  4095. padding-right: 0;
  4096. }
  4097. }
  4098. .navbar-fixed-top .navbar-collapse,
  4099. .navbar-fixed-bottom .navbar-collapse {
  4100. max-height: 340px;
  4101. }
  4102. @media (max-device-width: 480px) and (orientation: landscape) {
  4103. .navbar-fixed-top .navbar-collapse,
  4104. .navbar-fixed-bottom .navbar-collapse {
  4105. max-height: 200px;
  4106. }
  4107. }
  4108. .container > .navbar-header,
  4109. .container-fluid > .navbar-header,
  4110. .container > .navbar-collapse,
  4111. .container-fluid > .navbar-collapse {
  4112. margin-right: -15px;
  4113. margin-left: -15px;
  4114. }
  4115. @media (min-width: 768px) {
  4116. .container > .navbar-header,
  4117. .container-fluid > .navbar-header,
  4118. .container > .navbar-collapse,
  4119. .container-fluid > .navbar-collapse {
  4120. margin-right: 0;
  4121. margin-left: 0;
  4122. }
  4123. }
  4124. .navbar-static-top {
  4125. z-index: 1000;
  4126. border-width: 0 0 1px;
  4127. }
  4128. @media (min-width: 768px) {
  4129. .navbar-static-top {
  4130. border-radius: 0;
  4131. }
  4132. }
  4133. .navbar-fixed-top,
  4134. .navbar-fixed-bottom {
  4135. position: fixed;
  4136. right: 0;
  4137. left: 0;
  4138. z-index: 1030;
  4139. }
  4140. @media (min-width: 768px) {
  4141. .navbar-fixed-top,
  4142. .navbar-fixed-bottom {
  4143. border-radius: 0;
  4144. }
  4145. }
  4146. .navbar-fixed-top {
  4147. top: 0;
  4148. border-width: 0 0 1px;
  4149. }
  4150. .navbar-fixed-bottom {
  4151. bottom: 0;
  4152. margin-bottom: 0;
  4153. border-width: 1px 0 0;
  4154. }
  4155. .navbar-brand {
  4156. float: left;
  4157. padding: 15px 15px;
  4158. font-size: 18px;
  4159. line-height: 20px;
  4160. height: 50px;
  4161. }
  4162. .navbar-brand:hover,
  4163. .navbar-brand:focus {
  4164. text-decoration: none;
  4165. }
  4166. .navbar-brand > img {
  4167. display: block;
  4168. }
  4169. @media (min-width: 768px) {
  4170. .navbar > .container .navbar-brand,
  4171. .navbar > .container-fluid .navbar-brand {
  4172. margin-left: -15px;
  4173. }
  4174. }
  4175. .navbar-toggle {
  4176. position: relative;
  4177. float: right;
  4178. margin-right: 15px;
  4179. padding: 9px 10px;
  4180. margin-top: 8px;
  4181. margin-bottom: 8px;
  4182. background-color: transparent;
  4183. background-image: none;
  4184. border: 1px solid transparent;
  4185. border-radius: 4px;
  4186. }
  4187. .navbar-toggle:focus {
  4188. outline: 0;
  4189. }
  4190. .navbar-toggle .icon-bar {
  4191. display: block;
  4192. width: 22px;
  4193. height: 2px;
  4194. border-radius: 1px;
  4195. }
  4196. .navbar-toggle .icon-bar + .icon-bar {
  4197. margin-top: 4px;
  4198. }
  4199. @media (min-width: 768px) {
  4200. .navbar-toggle {
  4201. display: none;
  4202. }
  4203. }
  4204. .navbar-nav {
  4205. margin: 7.5px -15px;
  4206. }
  4207. .navbar-nav > li > a {
  4208. padding-top: 10px;
  4209. padding-bottom: 10px;
  4210. line-height: 20px;
  4211. }
  4212. @media (max-width: 767px) {
  4213. .navbar-nav .open .dropdown-menu {
  4214. position: static;
  4215. float: none;
  4216. width: auto;
  4217. margin-top: 0;
  4218. background-color: transparent;
  4219. border: 0;
  4220. box-shadow: none;
  4221. }
  4222. .navbar-nav .open .dropdown-menu > li > a,
  4223. .navbar-nav .open .dropdown-menu .dropdown-header {
  4224. padding: 5px 15px 5px 25px;
  4225. }
  4226. .navbar-nav .open .dropdown-menu > li > a {
  4227. line-height: 20px;
  4228. }
  4229. .navbar-nav .open .dropdown-menu > li > a:hover,
  4230. .navbar-nav .open .dropdown-menu > li > a:focus {
  4231. background-image: none;
  4232. }
  4233. }
  4234. @media (min-width: 768px) {
  4235. .navbar-nav {
  4236. float: left;
  4237. margin: 0;
  4238. }
  4239. .navbar-nav > li {
  4240. float: left;
  4241. }
  4242. .navbar-nav > li > a {
  4243. padding-top: 15px;
  4244. padding-bottom: 15px;
  4245. }
  4246. }
  4247. .navbar-form {
  4248. margin-left: -15px;
  4249. margin-right: -15px;
  4250. padding: 10px 15px;
  4251. border-top: 1px solid transparent;
  4252. border-bottom: 1px solid transparent;
  4253. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  4254. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  4255. margin-top: 8px;
  4256. margin-bottom: 8px;
  4257. }
  4258. @media (min-width: 768px) {
  4259. .navbar-form .form-group {
  4260. display: inline-block;
  4261. margin-bottom: 0;
  4262. vertical-align: middle;
  4263. }
  4264. .navbar-form .form-control {
  4265. display: inline-block;
  4266. width: auto;
  4267. vertical-align: middle;
  4268. }
  4269. .navbar-form .form-control-static {
  4270. display: inline-block;
  4271. }
  4272. .navbar-form .input-group {
  4273. display: inline-table;
  4274. vertical-align: middle;
  4275. }
  4276. .navbar-form .input-group .input-group-addon,
  4277. .navbar-form .input-group .input-group-btn,
  4278. .navbar-form .input-group .form-control {
  4279. width: auto;
  4280. }
  4281. .navbar-form .input-group > .form-control {
  4282. width: 100%;
  4283. }
  4284. .navbar-form .control-label {
  4285. margin-bottom: 0;
  4286. vertical-align: middle;
  4287. }
  4288. .navbar-form .radio,
  4289. .navbar-form .checkbox {
  4290. display: inline-block;
  4291. margin-top: 0;
  4292. margin-bottom: 0;
  4293. vertical-align: middle;
  4294. }
  4295. .navbar-form .radio label,
  4296. .navbar-form .checkbox label {
  4297. padding-left: 0;
  4298. }
  4299. .navbar-form .radio input[type="radio"],
  4300. .navbar-form .checkbox input[type="checkbox"] {
  4301. position: relative;
  4302. margin-left: 0;
  4303. }
  4304. .navbar-form .has-feedback .form-control-feedback {
  4305. top: 0;
  4306. }
  4307. }
  4308. @media (max-width: 767px) {
  4309. .navbar-form .form-group {
  4310. margin-bottom: 5px;
  4311. }
  4312. .navbar-form .form-group:last-child {
  4313. margin-bottom: 0;
  4314. }
  4315. }
  4316. @media (min-width: 768px) {
  4317. .navbar-form {
  4318. width: auto;
  4319. border: 0;
  4320. margin-left: 0;
  4321. margin-right: 0;
  4322. padding-top: 0;
  4323. padding-bottom: 0;
  4324. -webkit-box-shadow: none;
  4325. box-shadow: none;
  4326. }
  4327. }
  4328. .navbar-nav > li > .dropdown-menu {
  4329. margin-top: 0;
  4330. border-top-right-radius: 0;
  4331. border-top-left-radius: 0;
  4332. }
  4333. .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  4334. margin-bottom: 0;
  4335. border-top-right-radius: 4px;
  4336. border-top-left-radius: 4px;
  4337. border-bottom-right-radius: 0;
  4338. border-bottom-left-radius: 0;
  4339. }
  4340. .navbar-btn {
  4341. margin-top: 8px;
  4342. margin-bottom: 8px;
  4343. }
  4344. .navbar-btn.btn-sm {
  4345. margin-top: 10px;
  4346. margin-bottom: 10px;
  4347. }
  4348. .navbar-btn.btn-xs {
  4349. margin-top: 14px;
  4350. margin-bottom: 14px;
  4351. }
  4352. .navbar-text {
  4353. margin-top: 15px;
  4354. margin-bottom: 15px;
  4355. }
  4356. @media (min-width: 768px) {
  4357. .navbar-text {
  4358. float: left;
  4359. margin-left: 15px;
  4360. margin-right: 15px;
  4361. }
  4362. }
  4363. @media (min-width: 768px) {
  4364. .navbar-left {
  4365. float: left !important;
  4366. float: left;
  4367. }
  4368. .navbar-right {
  4369. float: right !important;
  4370. float: right;
  4371. margin-right: -15px;
  4372. }
  4373. .navbar-right ~ .navbar-right {
  4374. margin-right: 0;
  4375. }
  4376. }
  4377. .navbar-default {
  4378. background-color: #f8f8f8;
  4379. border-color: #e7e7e7;
  4380. }
  4381. .navbar-default .navbar-brand {
  4382. color: #777777;
  4383. }
  4384. .navbar-default .navbar-brand:hover,
  4385. .navbar-default .navbar-brand:focus {
  4386. color: #5e5e5e;
  4387. background-color: transparent;
  4388. }
  4389. .navbar-default .navbar-text {
  4390. color: #777777;
  4391. }
  4392. .navbar-default .navbar-nav > li > a {
  4393. color: #777777;
  4394. }
  4395. .navbar-default .navbar-nav > li > a:hover,
  4396. .navbar-default .navbar-nav > li > a:focus {
  4397. color: #333333;
  4398. background-color: transparent;
  4399. }
  4400. .navbar-default .navbar-nav > .active > a,
  4401. .navbar-default .navbar-nav > .active > a:hover,
  4402. .navbar-default .navbar-nav > .active > a:focus {
  4403. color: #555555;
  4404. background-color: #e7e7e7;
  4405. }
  4406. .navbar-default .navbar-nav > .disabled > a,
  4407. .navbar-default .navbar-nav > .disabled > a:hover,
  4408. .navbar-default .navbar-nav > .disabled > a:focus {
  4409. color: #cccccc;
  4410. background-color: transparent;
  4411. }
  4412. .navbar-default .navbar-toggle {
  4413. border-color: #dddddd;
  4414. }
  4415. .navbar-default .navbar-toggle:hover,
  4416. .navbar-default .navbar-toggle:focus {
  4417. background-color: #dddddd;
  4418. }
  4419. .navbar-default .navbar-toggle .icon-bar {
  4420. background-color: #888888;
  4421. }
  4422. .navbar-default .navbar-collapse,
  4423. .navbar-default .navbar-form {
  4424. border-color: #e7e7e7;
  4425. }
  4426. .navbar-default .navbar-nav > .open > a,
  4427. .navbar-default .navbar-nav > .open > a:hover,
  4428. .navbar-default .navbar-nav > .open > a:focus {
  4429. background-color: #e7e7e7;
  4430. color: #555555;
  4431. }
  4432. @media (max-width: 767px) {
  4433. .navbar-default .navbar-nav .open .dropdown-menu > li > a {
  4434. color: #777777;
  4435. }
  4436. .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  4437. .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  4438. color: #333333;
  4439. background-color: transparent;
  4440. }
  4441. .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  4442. .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  4443. .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  4444. color: #555555;
  4445. background-color: #e7e7e7;
  4446. }
  4447. .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  4448. .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  4449. .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  4450. color: #cccccc;
  4451. background-color: transparent;
  4452. }
  4453. }
  4454. .navbar-default .navbar-link {
  4455. color: #777777;
  4456. }
  4457. .navbar-default .navbar-link:hover {
  4458. color: #333333;
  4459. }
  4460. .navbar-default .btn-link {
  4461. color: #777777;
  4462. }
  4463. .navbar-default .btn-link:hover,
  4464. .navbar-default .btn-link:focus {
  4465. color: #333333;
  4466. }
  4467. .navbar-default .btn-link[disabled]:hover,
  4468. fieldset[disabled] .navbar-default .btn-link:hover,
  4469. .navbar-default .btn-link[disabled]:focus,
  4470. fieldset[disabled] .navbar-default .btn-link:focus {
  4471. color: #cccccc;
  4472. }
  4473. .navbar-inverse {
  4474. background-color: #222222;
  4475. border-color: #080808;
  4476. }
  4477. .navbar-inverse .navbar-brand {
  4478. color: #9d9d9d;
  4479. }
  4480. .navbar-inverse .navbar-brand:hover,
  4481. .navbar-inverse .navbar-brand:focus {
  4482. color: #ffffff;
  4483. background-color: transparent;
  4484. }
  4485. .navbar-inverse .navbar-text {
  4486. color: #9d9d9d;
  4487. }
  4488. .navbar-inverse .navbar-nav > li > a {
  4489. color: #9d9d9d;
  4490. }
  4491. .navbar-inverse .navbar-nav > li > a:hover,
  4492. .navbar-inverse .navbar-nav > li > a:focus {
  4493. color: #ffffff;
  4494. background-color: transparent;
  4495. }
  4496. .navbar-inverse .navbar-nav > .active > a,
  4497. .navbar-inverse .navbar-nav > .active > a:hover,
  4498. .navbar-inverse .navbar-nav > .active > a:focus {
  4499. color: #ffffff;
  4500. background-color: #080808;
  4501. }
  4502. .navbar-inverse .navbar-nav > .disabled > a,
  4503. .navbar-inverse .navbar-nav > .disabled > a:hover,
  4504. .navbar-inverse .navbar-nav > .disabled > a:focus {
  4505. color: #444444;
  4506. background-color: transparent;
  4507. }
  4508. .navbar-inverse .navbar-toggle {
  4509. border-color: #333333;
  4510. }
  4511. .navbar-inverse .navbar-toggle:hover,
  4512. .navbar-inverse .navbar-toggle:focus {
  4513. background-color: #333333;
  4514. }
  4515. .navbar-inverse .navbar-toggle .icon-bar {
  4516. background-color: #ffffff;
  4517. }
  4518. .navbar-inverse .navbar-collapse,
  4519. .navbar-inverse .navbar-form {
  4520. border-color: #101010;
  4521. }
  4522. .navbar-inverse .navbar-nav > .open > a,
  4523. .navbar-inverse .navbar-nav > .open > a:hover,
  4524. .navbar-inverse .navbar-nav > .open > a:focus {
  4525. background-color: #080808;
  4526. color: #ffffff;
  4527. }
  4528. @media (max-width: 767px) {
  4529. .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
  4530. border-color: #080808;
  4531. }
  4532. .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
  4533. background-color: #080808;
  4534. }
  4535. .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  4536. color: #9d9d9d;
  4537. }
  4538. .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  4539. .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
  4540. color: #ffffff;
  4541. background-color: transparent;
  4542. }
  4543. .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  4544. .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  4545. .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
  4546. color: #ffffff;
  4547. background-color: #080808;
  4548. }
  4549. .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  4550. .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  4551. .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  4552. color: #444444;
  4553. background-color: transparent;
  4554. }
  4555. }
  4556. .navbar-inverse .navbar-link {
  4557. color: #9d9d9d;
  4558. }
  4559. .navbar-inverse .navbar-link:hover {
  4560. color: #ffffff;
  4561. }
  4562. .navbar-inverse .btn-link {
  4563. color: #9d9d9d;
  4564. }
  4565. .navbar-inverse .btn-link:hover,
  4566. .navbar-inverse .btn-link:focus {
  4567. color: #ffffff;
  4568. }
  4569. .navbar-inverse .btn-link[disabled]:hover,
  4570. fieldset[disabled] .navbar-inverse .btn-link:hover,
  4571. .navbar-inverse .btn-link[disabled]:focus,
  4572. fieldset[disabled] .navbar-inverse .btn-link:focus {
  4573. color: #444444;
  4574. }
  4575. .breadcrumb {
  4576. padding: 8px 15px;
  4577. margin-bottom: 20px;
  4578. list-style: none;
  4579. background-color: #f5f5f5;
  4580. border-radius: 4px;
  4581. }
  4582. .breadcrumb > li {
  4583. display: inline-block;
  4584. }
  4585. .breadcrumb > li + li:before {
  4586. content: "/\00a0";
  4587. padding: 0 5px;
  4588. color: #cccccc;
  4589. }
  4590. .breadcrumb > .active {
  4591. color: #777777;
  4592. }
  4593. .pagination {
  4594. display: inline-block;
  4595. padding-left: 0;
  4596. margin: 20px 0;
  4597. border-radius: 4px;
  4598. }
  4599. .pagination > li {
  4600. display: inline;
  4601. }
  4602. .pagination > li > a,
  4603. .pagination > li > span {
  4604. position: relative;
  4605. float: left;
  4606. padding: 6px 12px;
  4607. line-height: 1.42857143;
  4608. text-decoration: none;
  4609. color: #337ab7;
  4610. background-color: #ffffff;
  4611. border: 1px solid #dddddd;
  4612. margin-left: -1px;
  4613. }
  4614. .pagination > li:first-child > a,
  4615. .pagination > li:first-child > span {
  4616. margin-left: 0;
  4617. border-bottom-left-radius: 4px;
  4618. border-top-left-radius: 4px;
  4619. }
  4620. .pagination > li:last-child > a,
  4621. .pagination > li:last-child > span {
  4622. border-bottom-right-radius: 4px;
  4623. border-top-right-radius: 4px;
  4624. }
  4625. .pagination > li > a:hover,
  4626. .pagination > li > span:hover,
  4627. .pagination > li > a:focus,
  4628. .pagination > li > span:focus {
  4629. color: #23527c;
  4630. background-color: #eeeeee;
  4631. border-color: #dddddd;
  4632. }
  4633. .pagination > .active > a,
  4634. .pagination > .active > span,
  4635. .pagination > .active > a:hover,
  4636. .pagination > .active > span:hover,
  4637. .pagination > .active > a:focus,
  4638. .pagination > .active > span:focus {
  4639. z-index: 2;
  4640. color: #ffffff;
  4641. background-color: #337ab7;
  4642. border-color: #337ab7;
  4643. cursor: default;
  4644. }
  4645. .pagination > .disabled > span,
  4646. .pagination > .disabled > span:hover,
  4647. .pagination > .disabled > span:focus,
  4648. .pagination > .disabled > a,
  4649. .pagination > .disabled > a:hover,
  4650. .pagination > .disabled > a:focus {
  4651. color: #777777;
  4652. background-color: #ffffff;
  4653. border-color: #dddddd;
  4654. cursor: not-allowed;
  4655. }
  4656. .pagination-lg > li > a,
  4657. .pagination-lg > li > span {
  4658. padding: 10px 16px;
  4659. font-size: 18px;
  4660. }
  4661. .pagination-lg > li:first-child > a,
  4662. .pagination-lg > li:first-child > span {
  4663. border-bottom-left-radius: 6px;
  4664. border-top-left-radius: 6px;
  4665. }
  4666. .pagination-lg > li:last-child > a,
  4667. .pagination-lg > li:last-child > span {
  4668. border-bottom-right-radius: 6px;
  4669. border-top-right-radius: 6px;
  4670. }
  4671. .pagination-sm > li > a,
  4672. .pagination-sm > li > span {
  4673. padding: 5px 10px;
  4674. font-size: 12px;
  4675. }
  4676. .pagination-sm > li:first-child > a,
  4677. .pagination-sm > li:first-child > span {
  4678. border-bottom-left-radius: 3px;
  4679. border-top-left-radius: 3px;
  4680. }
  4681. .pagination-sm > li:last-child > a,
  4682. .pagination-sm > li:last-child > span {
  4683. border-bottom-right-radius: 3px;
  4684. border-top-right-radius: 3px;
  4685. }
  4686. .pager {
  4687. padding-left: 0;
  4688. margin: 20px 0;
  4689. list-style: none;
  4690. text-align: center;
  4691. }
  4692. .pager li {
  4693. display: inline;
  4694. }
  4695. .pager li > a,
  4696. .pager li > span {
  4697. display: inline-block;
  4698. padding: 5px 14px;
  4699. background-color: #ffffff;
  4700. border: 1px solid #dddddd;
  4701. border-radius: 15px;
  4702. }
  4703. .pager li > a:hover,
  4704. .pager li > a:focus {
  4705. text-decoration: none;
  4706. background-color: #eeeeee;
  4707. }
  4708. .pager .next > a,
  4709. .pager .next > span {
  4710. float: right;
  4711. }
  4712. .pager .previous > a,
  4713. .pager .previous > span {
  4714. float: left;
  4715. }
  4716. .pager .disabled > a,
  4717. .pager .disabled > a:hover,
  4718. .pager .disabled > a:focus,
  4719. .pager .disabled > span {
  4720. color: #777777;
  4721. background-color: #ffffff;
  4722. cursor: not-allowed;
  4723. }
  4724. .label {
  4725. display: inline;
  4726. padding: .2em .6em .3em;
  4727. font-size: 75%;
  4728. font-weight: bold;
  4729. line-height: 1;
  4730. color: #ffffff;
  4731. text-align: center;
  4732. white-space: nowrap;
  4733. vertical-align: baseline;
  4734. border-radius: .25em;
  4735. }
  4736. a.label:hover,
  4737. a.label:focus {
  4738. color: #ffffff;
  4739. text-decoration: none;
  4740. cursor: pointer;
  4741. }
  4742. .label:empty {
  4743. display: none;
  4744. }
  4745. .btn .label {
  4746. position: relative;
  4747. top: -1px;
  4748. }
  4749. .label-default {
  4750. background-color: #777777;
  4751. }
  4752. .label-default[href]:hover,
  4753. .label-default[href]:focus {
  4754. background-color: #5e5e5e;
  4755. }
  4756. .label-primary {
  4757. background-color: #337ab7;
  4758. }
  4759. .label-primary[href]:hover,
  4760. .label-primary[href]:focus {
  4761. background-color: #286090;
  4762. }
  4763. .label-success {
  4764. background-color: #5cb85c;
  4765. }
  4766. .label-success[href]:hover,
  4767. .label-success[href]:focus {
  4768. background-color: #449d44;
  4769. }
  4770. .label-info {
  4771. background-color: #5bc0de;
  4772. }
  4773. .label-info[href]:hover,
  4774. .label-info[href]:focus {
  4775. background-color: #31b0d5;
  4776. }
  4777. .label-warning {
  4778. background-color: #f0ad4e;
  4779. }
  4780. .label-warning[href]:hover,
  4781. .label-warning[href]:focus {
  4782. background-color: #ec971f;
  4783. }
  4784. .label-danger {
  4785. background-color: #d9534f;
  4786. }
  4787. .label-danger[href]:hover,
  4788. .label-danger[href]:focus {
  4789. background-color: #c9302c;
  4790. }
  4791. .badge {
  4792. display: inline-block;
  4793. min-width: 10px;
  4794. padding: 3px 7px;
  4795. font-size: 12px;
  4796. font-weight: bold;
  4797. color: #ffffff;
  4798. line-height: 1;
  4799. vertical-align: baseline;
  4800. white-space: nowrap;
  4801. text-align: center;
  4802. background-color: #777777;
  4803. border-radius: 10px;
  4804. }
  4805. .badge:empty {
  4806. display: none;
  4807. }
  4808. .btn .badge {
  4809. position: relative;
  4810. top: -1px;
  4811. }
  4812. .btn-xs .badge,
  4813. .btn-group-xs > .btn .badge {
  4814. top: 0;
  4815. padding: 1px 5px;
  4816. }
  4817. a.badge:hover,
  4818. a.badge:focus {
  4819. color: #ffffff;
  4820. text-decoration: none;
  4821. cursor: pointer;
  4822. }
  4823. .list-group-item.active > .badge,
  4824. .nav-pills > .active > a > .badge {
  4825. color: #337ab7;
  4826. background-color: #ffffff;
  4827. }
  4828. .list-group-item > .badge {
  4829. float: right;
  4830. }
  4831. .list-group-item > .badge + .badge {
  4832. margin-right: 5px;
  4833. }
  4834. .nav-pills > li > a > .badge {
  4835. margin-left: 3px;
  4836. }
  4837. .jumbotron {
  4838. padding: 30px 15px;
  4839. margin-bottom: 30px;
  4840. color: inherit;
  4841. background-color: #eeeeee;
  4842. }
  4843. .jumbotron h1,
  4844. .jumbotron .h1 {
  4845. color: inherit;
  4846. }
  4847. .jumbotron p {
  4848. margin-bottom: 15px;
  4849. font-size: 21px;
  4850. font-weight: 200;
  4851. }
  4852. .jumbotron > hr {
  4853. border-top-color: #d5d5d5;
  4854. }
  4855. .container .jumbotron,
  4856. .container-fluid .jumbotron {
  4857. border-radius: 6px;
  4858. }
  4859. .jumbotron .container {
  4860. max-width: 100%;
  4861. }
  4862. @media screen and (min-width: 768px) {
  4863. .jumbotron {
  4864. padding: 48px 0;
  4865. }
  4866. .container .jumbotron,
  4867. .container-fluid .jumbotron {
  4868. padding-left: 60px;
  4869. padding-right: 60px;
  4870. }
  4871. .jumbotron h1,
  4872. .jumbotron .h1 {
  4873. font-size: 63px;
  4874. }
  4875. }
  4876. .thumbnail {
  4877. display: block;
  4878. padding: 4px;
  4879. margin-bottom: 20px;
  4880. line-height: 1.42857143;
  4881. background-color: #ffffff;
  4882. border: 1px solid #dddddd;
  4883. border-radius: 4px;
  4884. -webkit-transition: border 0.2s ease-in-out;
  4885. -o-transition: border 0.2s ease-in-out;
  4886. transition: border 0.2s ease-in-out;
  4887. }
  4888. .thumbnail > img,
  4889. .thumbnail a > img {
  4890. margin-left: auto;
  4891. margin-right: auto;
  4892. }
  4893. a.thumbnail:hover,
  4894. a.thumbnail:focus,
  4895. a.thumbnail.active {
  4896. border-color: #337ab7;
  4897. }
  4898. .thumbnail .caption {
  4899. padding: 9px;
  4900. color: #333333;
  4901. }
  4902. .alert {
  4903. padding: 15px;
  4904. margin-bottom: 20px;
  4905. border: 1px solid transparent;
  4906. border-radius: 4px;
  4907. }
  4908. .alert h4 {
  4909. margin-top: 0;
  4910. color: inherit;
  4911. }
  4912. .alert .alert-link {
  4913. font-weight: bold;
  4914. }
  4915. .alert > p,
  4916. .alert > ul {
  4917. margin-bottom: 0;
  4918. }
  4919. .alert > p + p {
  4920. margin-top: 5px;
  4921. }
  4922. .alert-dismissable,
  4923. .alert-dismissible {
  4924. padding-right: 35px;
  4925. }
  4926. .alert-dismissable .close,
  4927. .alert-dismissible .close {
  4928. position: relative;
  4929. top: -2px;
  4930. right: -21px;
  4931. color: inherit;
  4932. }
  4933. .alert-success {
  4934. background-color: #dff0d8;
  4935. border-color: #d6e9c6;
  4936. color: #3c763d;
  4937. }
  4938. .alert-success hr {
  4939. border-top-color: #c9e2b3;
  4940. }
  4941. .alert-success .alert-link {
  4942. color: #2b542c;
  4943. }
  4944. .alert-info {
  4945. background-color: #d9edf7;
  4946. border-color: #bce8f1;
  4947. color: #31708f;
  4948. }
  4949. .alert-info hr {
  4950. border-top-color: #a6e1ec;
  4951. }
  4952. .alert-info .alert-link {
  4953. color: #245269;
  4954. }
  4955. .alert-warning {
  4956. background-color: #fcf8e3;
  4957. border-color: #faebcc;
  4958. color: #8a6d3b;
  4959. }
  4960. .alert-warning hr {
  4961. border-top-color: #f7e1b5;
  4962. }
  4963. .alert-warning .alert-link {
  4964. color: #66512c;
  4965. }
  4966. .alert-danger {
  4967. background-color: #f2dede;
  4968. border-color: #ebccd1;
  4969. color: #a94442;
  4970. }
  4971. .alert-danger hr {
  4972. border-top-color: #e4b9c0;
  4973. }
  4974. .alert-danger .alert-link {
  4975. color: #843534;
  4976. }
  4977. @-webkit-keyframes progress-bar-stripes {
  4978. from {
  4979. background-position: 40px 0;
  4980. }
  4981. to {
  4982. background-position: 0 0;
  4983. }
  4984. }
  4985. @keyframes progress-bar-stripes {
  4986. from {
  4987. background-position: 40px 0;
  4988. }
  4989. to {
  4990. background-position: 0 0;
  4991. }
  4992. }
  4993. .progress {
  4994. overflow: hidden;
  4995. height: 20px;
  4996. margin-bottom: 20px;
  4997. background-color: #f5f5f5;
  4998. border-radius: 4px;
  4999. -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  5000. box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  5001. }
  5002. .progress-bar {
  5003. float: left;
  5004. width: 0%;
  5005. height: 100%;
  5006. font-size: 12px;
  5007. line-height: 20px;
  5008. color: #ffffff;
  5009. text-align: center;
  5010. background-color: #337ab7;
  5011. -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  5012. box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  5013. -webkit-transition: width 0.6s ease;
  5014. -o-transition: width 0.6s ease;
  5015. transition: width 0.6s ease;
  5016. }
  5017. .progress-striped .progress-bar,
  5018. .progress-bar-striped {
  5019. 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);
  5020. 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);
  5021. 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);
  5022. background-size: 40px 40px;
  5023. }
  5024. .progress.active .progress-bar,
  5025. .progress-bar.active {
  5026. -webkit-animation: progress-bar-stripes 2s linear infinite;
  5027. -o-animation: progress-bar-stripes 2s linear infinite;
  5028. animation: progress-bar-stripes 2s linear infinite;
  5029. }
  5030. .progress-bar-success {
  5031. background-color: #5cb85c;
  5032. }
  5033. .progress-striped .progress-bar-success {
  5034. 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);
  5035. 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);
  5036. 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);
  5037. }
  5038. .progress-bar-info {
  5039. background-color: #5bc0de;
  5040. }
  5041. .progress-striped .progress-bar-info {
  5042. 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);
  5043. 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);
  5044. 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);
  5045. }
  5046. .progress-bar-warning {
  5047. background-color: #f0ad4e;
  5048. }
  5049. .progress-striped .progress-bar-warning {
  5050. 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);
  5051. 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);
  5052. 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);
  5053. }
  5054. .progress-bar-danger {
  5055. background-color: #d9534f;
  5056. }
  5057. .progress-striped .progress-bar-danger {
  5058. 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);
  5059. 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);
  5060. 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);
  5061. }
  5062. .media {
  5063. margin-top: 15px;
  5064. }
  5065. .media:first-child {
  5066. margin-top: 0;
  5067. }
  5068. .media,
  5069. .media-body {
  5070. zoom: 1;
  5071. overflow: hidden;
  5072. }
  5073. .media-body {
  5074. width: 10000px;
  5075. }
  5076. .media-object {
  5077. display: block;
  5078. }
  5079. .media-right,
  5080. .media > .pull-right {
  5081. padding-left: 10px;
  5082. }
  5083. .media-left,
  5084. .media > .pull-left {
  5085. padding-right: 10px;
  5086. }
  5087. .media-left,
  5088. .media-right,
  5089. .media-body {
  5090. display: table-cell;
  5091. vertical-align: top;
  5092. }
  5093. .media-middle {
  5094. vertical-align: middle;
  5095. }
  5096. .media-bottom {
  5097. vertical-align: bottom;
  5098. }
  5099. .media-heading {
  5100. margin-top: 0;
  5101. margin-bottom: 5px;
  5102. }
  5103. .media-list {
  5104. padding-left: 0;
  5105. list-style: none;
  5106. }
  5107. .list-group {
  5108. margin-bottom: 20px;
  5109. padding-left: 0;
  5110. }
  5111. .list-group-item {
  5112. position: relative;
  5113. display: block;
  5114. padding: 10px 15px;
  5115. margin-bottom: -1px;
  5116. background-color: #ffffff;
  5117. border: 1px solid #dddddd;
  5118. }
  5119. .list-group-item:first-child {
  5120. border-top-right-radius: 4px;
  5121. border-top-left-radius: 4px;
  5122. }
  5123. .list-group-item:last-child {
  5124. margin-bottom: 0;
  5125. border-bottom-right-radius: 4px;
  5126. border-bottom-left-radius: 4px;
  5127. }
  5128. a.list-group-item {
  5129. color: #555555;
  5130. }
  5131. a.list-group-item .list-group-item-heading {
  5132. color: #333333;
  5133. }
  5134. a.list-group-item:hover,
  5135. a.list-group-item:focus {
  5136. text-decoration: none;
  5137. color: #555555;
  5138. background-color: #f5f5f5;
  5139. }
  5140. .list-group-item.disabled,
  5141. .list-group-item.disabled:hover,
  5142. .list-group-item.disabled:focus {
  5143. background-color: #eeeeee;
  5144. color: #777777;
  5145. cursor: not-allowed;
  5146. }
  5147. .list-group-item.disabled .list-group-item-heading,
  5148. .list-group-item.disabled:hover .list-group-item-heading,
  5149. .list-group-item.disabled:focus .list-group-item-heading {
  5150. color: inherit;
  5151. }
  5152. .list-group-item.disabled .list-group-item-text,
  5153. .list-group-item.disabled:hover .list-group-item-text,
  5154. .list-group-item.disabled:focus .list-group-item-text {
  5155. color: #777777;
  5156. }
  5157. .list-group-item.active,
  5158. .list-group-item.active:hover,
  5159. .list-group-item.active:focus {
  5160. z-index: 2;
  5161. color: #ffffff;
  5162. background-color: #337ab7;
  5163. border-color: #337ab7;
  5164. }
  5165. .list-group-item.active .list-group-item-heading,
  5166. .list-group-item.active:hover .list-group-item-heading,
  5167. .list-group-item.active:focus .list-group-item-heading,
  5168. .list-group-item.active .list-group-item-heading > small,
  5169. .list-group-item.active:hover .list-group-item-heading > small,
  5170. .list-group-item.active:focus .list-group-item-heading > small,
  5171. .list-group-item.active .list-group-item-heading > .small,
  5172. .list-group-item.active:hover .list-group-item-heading > .small,
  5173. .list-group-item.active:focus .list-group-item-heading > .small {
  5174. color: inherit;
  5175. }
  5176. .list-group-item.active .list-group-item-text,
  5177. .list-group-item.active:hover .list-group-item-text,
  5178. .list-group-item.active:focus .list-group-item-text {
  5179. color: #c7ddef;
  5180. }
  5181. .list-group-item-success {
  5182. color: #3c763d;
  5183. background-color: #dff0d8;
  5184. }
  5185. a.list-group-item-success {
  5186. color: #3c763d;
  5187. }
  5188. a.list-group-item-success .list-group-item-heading {
  5189. color: inherit;
  5190. }
  5191. a.list-group-item-success:hover,
  5192. a.list-group-item-success:focus {
  5193. color: #3c763d;
  5194. background-color: #d0e9c6;
  5195. }
  5196. a.list-group-item-success.active,
  5197. a.list-group-item-success.active:hover,
  5198. a.list-group-item-success.active:focus {
  5199. color: #fff;
  5200. background-color: #3c763d;
  5201. border-color: #3c763d;
  5202. }
  5203. .list-group-item-info {
  5204. color: #31708f;
  5205. background-color: #d9edf7;
  5206. }
  5207. a.list-group-item-info {
  5208. color: #31708f;
  5209. }
  5210. a.list-group-item-info .list-group-item-heading {
  5211. color: inherit;
  5212. }
  5213. a.list-group-item-info:hover,
  5214. a.list-group-item-info:focus {
  5215. color: #31708f;
  5216. background-color: #c4e3f3;
  5217. }
  5218. a.list-group-item-info.active,
  5219. a.list-group-item-info.active:hover,
  5220. a.list-group-item-info.active:focus {
  5221. color: #fff;
  5222. background-color: #31708f;
  5223. border-color: #31708f;
  5224. }
  5225. .list-group-item-warning {
  5226. color: #8a6d3b;
  5227. background-color: #fcf8e3;
  5228. }
  5229. a.list-group-item-warning {
  5230. color: #8a6d3b;
  5231. }
  5232. a.list-group-item-warning .list-group-item-heading {
  5233. color: inherit;
  5234. }
  5235. a.list-group-item-warning:hover,
  5236. a.list-group-item-warning:focus {
  5237. color: #8a6d3b;
  5238. background-color: #faf2cc;
  5239. }
  5240. a.list-group-item-warning.active,
  5241. a.list-group-item-warning.active:hover,
  5242. a.list-group-item-warning.active:focus {
  5243. color: #fff;
  5244. background-color: #8a6d3b;
  5245. border-color: #8a6d3b;
  5246. }
  5247. .list-group-item-danger {
  5248. color: #a94442;
  5249. background-color: #f2dede;
  5250. }
  5251. a.list-group-item-danger {
  5252. color: #a94442;
  5253. }
  5254. a.list-group-item-danger .list-group-item-heading {
  5255. color: inherit;
  5256. }
  5257. a.list-group-item-danger:hover,
  5258. a.list-group-item-danger:focus {
  5259. color: #a94442;
  5260. background-color: #ebcccc;
  5261. }
  5262. a.list-group-item-danger.active,
  5263. a.list-group-item-danger.active:hover,
  5264. a.list-group-item-danger.active:focus {
  5265. color: #fff;
  5266. background-color: #a94442;
  5267. border-color: #a94442;
  5268. }
  5269. .list-group-item-heading {
  5270. margin-top: 0;
  5271. margin-bottom: 5px;
  5272. }
  5273. .list-group-item-text {
  5274. margin-bottom: 0;
  5275. line-height: 1.3;
  5276. }
  5277. .panel {
  5278. margin-bottom: 20px;
  5279. background-color: #ffffff;
  5280. border: 1px solid transparent;
  5281. border-radius: 4px;
  5282. -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  5283. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  5284. }
  5285. .panel-body {
  5286. padding: 15px;
  5287. }
  5288. .panel-heading {
  5289. padding: 10px 15px;
  5290. border-bottom: 1px solid transparent;
  5291. border-top-right-radius: 3px;
  5292. border-top-left-radius: 3px;
  5293. }
  5294. .panel-heading > .dropdown .dropdown-toggle {
  5295. color: inherit;
  5296. }
  5297. .panel-title {
  5298. margin-top: 0;
  5299. margin-bottom: 0;
  5300. font-size: 16px;
  5301. color: inherit;
  5302. }
  5303. .panel-title > a,
  5304. .panel-title > small,
  5305. .panel-title > .small,
  5306. .panel-title > small > a,
  5307. .panel-title > .small > a {
  5308. color: inherit;
  5309. }
  5310. .panel-footer {
  5311. padding: 10px 15px;
  5312. background-color: #f5f5f5;
  5313. border-top: 1px solid #dddddd;
  5314. border-bottom-right-radius: 3px;
  5315. border-bottom-left-radius: 3px;
  5316. }
  5317. .panel > .list-group,
  5318. .panel > .panel-collapse > .list-group {
  5319. margin-bottom: 0;
  5320. }
  5321. .panel > .list-group .list-group-item,
  5322. .panel > .panel-collapse > .list-group .list-group-item {
  5323. border-width: 1px 0;
  5324. border-radius: 0;
  5325. }
  5326. .panel > .list-group:first-child .list-group-item:first-child,
  5327. .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  5328. border-top: 0;
  5329. border-top-right-radius: 3px;
  5330. border-top-left-radius: 3px;
  5331. }
  5332. .panel > .list-group:last-child .list-group-item:last-child,
  5333. .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  5334. border-bottom: 0;
  5335. border-bottom-right-radius: 3px;
  5336. border-bottom-left-radius: 3px;
  5337. }
  5338. .panel-heading + .list-group .list-group-item:first-child {
  5339. border-top-width: 0;
  5340. }
  5341. .list-group + .panel-footer {
  5342. border-top-width: 0;
  5343. }
  5344. .panel > .table,
  5345. .panel > .table-responsive > .table,
  5346. .panel > .panel-collapse > .table {
  5347. margin-bottom: 0;
  5348. }
  5349. .panel > .table caption,
  5350. .panel > .table-responsive > .table caption,
  5351. .panel > .panel-collapse > .table caption {
  5352. padding-left: 15px;
  5353. padding-right: 15px;
  5354. }
  5355. .panel > .table:first-child,
  5356. .panel > .table-responsive:first-child > .table:first-child {
  5357. border-top-right-radius: 3px;
  5358. border-top-left-radius: 3px;
  5359. }
  5360. .panel > .table:first-child > thead:first-child > tr:first-child,
  5361. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  5362. .panel > .table:first-child > tbody:first-child > tr:first-child,
  5363. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  5364. border-top-left-radius: 3px;
  5365. border-top-right-radius: 3px;
  5366. }
  5367. .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
  5368. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
  5369. .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  5370. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  5371. .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
  5372. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
  5373. .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  5374. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  5375. border-top-left-radius: 3px;
  5376. }
  5377. .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
  5378. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
  5379. .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  5380. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  5381. .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
  5382. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
  5383. .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  5384. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  5385. border-top-right-radius: 3px;
  5386. }
  5387. .panel > .table:last-child,
  5388. .panel > .table-responsive:last-child > .table:last-child {
  5389. border-bottom-right-radius: 3px;
  5390. border-bottom-left-radius: 3px;
  5391. }
  5392. .panel > .table:last-child > tbody:last-child > tr:last-child,
  5393. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  5394. .panel > .table:last-child > tfoot:last-child > tr:last-child,
  5395. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  5396. border-bottom-left-radius: 3px;
  5397. border-bottom-right-radius: 3px;
  5398. }
  5399. .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  5400. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  5401. .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  5402. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  5403. .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  5404. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  5405. .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  5406. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  5407. border-bottom-left-radius: 3px;
  5408. }
  5409. .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  5410. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  5411. .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  5412. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  5413. .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  5414. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  5415. .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  5416. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  5417. border-bottom-right-radius: 3px;
  5418. }
  5419. .panel > .panel-body + .table,
  5420. .panel > .panel-body + .table-responsive,
  5421. .panel > .table + .panel-body,
  5422. .panel > .table-responsive + .panel-body {
  5423. border-top: 1px solid #dddddd;
  5424. }
  5425. .panel > .table > tbody:first-child > tr:first-child th,
  5426. .panel > .table > tbody:first-child > tr:first-child td {
  5427. border-top: 0;
  5428. }
  5429. .panel > .table-bordered,
  5430. .panel > .table-responsive > .table-bordered {
  5431. border: 0;
  5432. }
  5433. .panel > .table-bordered > thead > tr > th:first-child,
  5434. .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  5435. .panel > .table-bordered > tbody > tr > th:first-child,
  5436. .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  5437. .panel > .table-bordered > tfoot > tr > th:first-child,
  5438. .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  5439. .panel > .table-bordered > thead > tr > td:first-child,
  5440. .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  5441. .panel > .table-bordered > tbody > tr > td:first-child,
  5442. .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  5443. .panel > .table-bordered > tfoot > tr > td:first-child,
  5444. .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  5445. border-left: 0;
  5446. }
  5447. .panel > .table-bordered > thead > tr > th:last-child,
  5448. .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  5449. .panel > .table-bordered > tbody > tr > th:last-child,
  5450. .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  5451. .panel > .table-bordered > tfoot > tr > th:last-child,
  5452. .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  5453. .panel > .table-bordered > thead > tr > td:last-child,
  5454. .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  5455. .panel > .table-bordered > tbody > tr > td:last-child,
  5456. .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  5457. .panel > .table-bordered > tfoot > tr > td:last-child,
  5458. .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  5459. border-right: 0;
  5460. }
  5461. .panel > .table-bordered > thead > tr:first-child > td,
  5462. .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  5463. .panel > .table-bordered > tbody > tr:first-child > td,
  5464. .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  5465. .panel > .table-bordered > thead > tr:first-child > th,
  5466. .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  5467. .panel > .table-bordered > tbody > tr:first-child > th,
  5468. .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  5469. border-bottom: 0;
  5470. }
  5471. .panel > .table-bordered > tbody > tr:last-child > td,
  5472. .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  5473. .panel > .table-bordered > tfoot > tr:last-child > td,
  5474. .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  5475. .panel > .table-bordered > tbody > tr:last-child > th,
  5476. .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  5477. .panel > .table-bordered > tfoot > tr:last-child > th,
  5478. .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  5479. border-bottom: 0;
  5480. }
  5481. .panel > .table-responsive {
  5482. border: 0;
  5483. margin-bottom: 0;
  5484. }
  5485. .panel-group {
  5486. margin-bottom: 20px;
  5487. }
  5488. .panel-group .panel {
  5489. margin-bottom: 0;
  5490. border-radius: 4px;
  5491. }
  5492. .panel-group .panel + .panel {
  5493. margin-top: 5px;
  5494. }
  5495. .panel-group .panel-heading {
  5496. border-bottom: 0;
  5497. }
  5498. .panel-group .panel-heading + .panel-collapse > .panel-body,
  5499. .panel-group .panel-heading + .panel-collapse > .list-group {
  5500. border-top: 1px solid #dddddd;
  5501. }
  5502. .panel-group .panel-footer {
  5503. border-top: 0;
  5504. }
  5505. .panel-group .panel-footer + .panel-collapse .panel-body {
  5506. border-bottom: 1px solid #dddddd;
  5507. }
  5508. .panel-default {
  5509. border-color: #dddddd;
  5510. }
  5511. .panel-default > .panel-heading {
  5512. color: #333333;
  5513. background-color: #f5f5f5;
  5514. border-color: #dddddd;
  5515. }
  5516. .panel-default > .panel-heading + .panel-collapse > .panel-body {
  5517. border-top-color: #dddddd;
  5518. }
  5519. .panel-default > .panel-heading .badge {
  5520. color: #f5f5f5;
  5521. background-color: #333333;
  5522. }
  5523. .panel-default > .panel-footer + .panel-collapse > .panel-body {
  5524. border-bottom-color: #dddddd;
  5525. }
  5526. .panel-primary {
  5527. border-color: #337ab7;
  5528. }
  5529. .panel-primary > .panel-heading {
  5530. color: #ffffff;
  5531. background-color: #337ab7;
  5532. border-color: #337ab7;
  5533. }
  5534. .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  5535. border-top-color: #337ab7;
  5536. }
  5537. .panel-primary > .panel-heading .badge {
  5538. color: #337ab7;
  5539. background-color: #ffffff;
  5540. }
  5541. .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  5542. border-bottom-color: #337ab7;
  5543. }
  5544. .panel-success {
  5545. border-color: #d6e9c6;
  5546. }
  5547. .panel-success > .panel-heading {
  5548. color: #3c763d;
  5549. background-color: #dff0d8;
  5550. border-color: #d6e9c6;
  5551. }
  5552. .panel-success > .panel-heading + .panel-collapse > .panel-body {
  5553. border-top-color: #d6e9c6;
  5554. }
  5555. .panel-success > .panel-heading .badge {
  5556. color: #dff0d8;
  5557. background-color: #3c763d;
  5558. }
  5559. .panel-success > .panel-footer + .panel-collapse > .panel-body {
  5560. border-bottom-color: #d6e9c6;
  5561. }
  5562. .panel-info {
  5563. border-color: #bce8f1;
  5564. }
  5565. .panel-info > .panel-heading {
  5566. color: #31708f;
  5567. background-color: #d9edf7;
  5568. border-color: #bce8f1;
  5569. }
  5570. .panel-info > .panel-heading + .panel-collapse > .panel-body {
  5571. border-top-color: #bce8f1;
  5572. }
  5573. .panel-info > .panel-heading .badge {
  5574. color: #d9edf7;
  5575. background-color: #31708f;
  5576. }
  5577. .panel-info > .panel-footer + .panel-collapse > .panel-body {
  5578. border-bottom-color: #bce8f1;
  5579. }
  5580. .panel-warning {
  5581. border-color: #faebcc;
  5582. }
  5583. .panel-warning > .panel-heading {
  5584. color: #8a6d3b;
  5585. background-color: #fcf8e3;
  5586. border-color: #faebcc;
  5587. }
  5588. .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  5589. border-top-color: #faebcc;
  5590. }
  5591. .panel-warning > .panel-heading .badge {
  5592. color: #fcf8e3;
  5593. background-color: #8a6d3b;
  5594. }
  5595. .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  5596. border-bottom-color: #faebcc;
  5597. }
  5598. .panel-danger {
  5599. border-color: #ebccd1;
  5600. }
  5601. .panel-danger > .panel-heading {
  5602. color: #a94442;
  5603. background-color: #f2dede;
  5604. border-color: #ebccd1;
  5605. }
  5606. .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  5607. border-top-color: #ebccd1;
  5608. }
  5609. .panel-danger > .panel-heading .badge {
  5610. color: #f2dede;
  5611. background-color: #a94442;
  5612. }
  5613. .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  5614. border-bottom-color: #ebccd1;
  5615. }
  5616. .embed-responsive {
  5617. position: relative;
  5618. display: block;
  5619. height: 0;
  5620. padding: 0;
  5621. overflow: hidden;
  5622. }
  5623. .embed-responsive .embed-responsive-item,
  5624. .embed-responsive iframe,
  5625. .embed-responsive embed,
  5626. .embed-responsive object,
  5627. .embed-responsive video {
  5628. position: absolute;
  5629. top: 0;
  5630. left: 0;
  5631. bottom: 0;
  5632. height: 100%;
  5633. width: 100%;
  5634. border: 0;
  5635. }
  5636. .embed-responsive-16by9 {
  5637. padding-bottom: 56.25%;
  5638. }
  5639. .embed-responsive-4by3 {
  5640. padding-bottom: 75%;
  5641. }
  5642. .well {
  5643. min-height: 20px;
  5644. padding: 19px;
  5645. margin-bottom: 20px;
  5646. background-color: #f5f5f5;
  5647. border: 1px solid #e3e3e3;
  5648. border-radius: 4px;
  5649. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  5650. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  5651. }
  5652. .well blockquote {
  5653. border-color: #ddd;
  5654. border-color: rgba(0, 0, 0, 0.15);
  5655. }
  5656. .well-lg {
  5657. padding: 24px;
  5658. border-radius: 6px;
  5659. }
  5660. .well-sm {
  5661. padding: 9px;
  5662. border-radius: 3px;
  5663. }
  5664. .close {
  5665. float: right;
  5666. font-size: 21px;
  5667. font-weight: bold;
  5668. line-height: 1;
  5669. color: #000000;
  5670. text-shadow: 0 1px 0 #ffffff;
  5671. opacity: 0.2;
  5672. filter: alpha(opacity=20);
  5673. }
  5674. .close:hover,
  5675. .close:focus {
  5676. color: #000000;
  5677. text-decoration: none;
  5678. cursor: pointer;
  5679. opacity: 0.5;
  5680. filter: alpha(opacity=50);
  5681. }
  5682. button.close {
  5683. padding: 0;
  5684. cursor: pointer;
  5685. background: transparent;
  5686. border: 0;
  5687. -webkit-appearance: none;
  5688. }
  5689. .modal-open {
  5690. overflow: hidden;
  5691. }
  5692. .modal {
  5693. display: none;
  5694. overflow: hidden;
  5695. position: fixed;
  5696. top: 0;
  5697. right: 0;
  5698. bottom: 0;
  5699. left: 0;
  5700. z-index: 1050;
  5701. -webkit-overflow-scrolling: touch;
  5702. outline: 0;
  5703. }
  5704. .modal.fade .modal-dialog {
  5705. -webkit-transform: translate(0, -25%);
  5706. -ms-transform: translate(0, -25%);
  5707. -o-transform: translate(0, -25%);
  5708. transform: translate(0, -25%);
  5709. -webkit-transition: -webkit-transform 0.3s ease-out;
  5710. -moz-transition: -moz-transform 0.3s ease-out;
  5711. -o-transition: -o-transform 0.3s ease-out;
  5712. transition: transform 0.3s ease-out;
  5713. }
  5714. .modal.in .modal-dialog {
  5715. -webkit-transform: translate(0, 0);
  5716. -ms-transform: translate(0, 0);
  5717. -o-transform: translate(0, 0);
  5718. transform: translate(0, 0);
  5719. }
  5720. .modal-open .modal {
  5721. overflow-x: hidden;
  5722. overflow-y: auto;
  5723. }
  5724. .modal-dialog {
  5725. position: relative;
  5726. width: auto;
  5727. margin: 10px;
  5728. }
  5729. .modal-content {
  5730. position: relative;
  5731. background-color: #ffffff;
  5732. border: 1px solid #999999;
  5733. border: 1px solid rgba(0, 0, 0, 0.2);
  5734. border-radius: 6px;
  5735. -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  5736. box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  5737. background-clip: padding-box;
  5738. outline: 0;
  5739. }
  5740. .modal-backdrop {
  5741. position: fixed;
  5742. top: 0;
  5743. right: 0;
  5744. bottom: 0;
  5745. left: 0;
  5746. z-index: 1040;
  5747. background-color: #000000;
  5748. }
  5749. .modal-backdrop.fade {
  5750. opacity: 0;
  5751. filter: alpha(opacity=0);
  5752. }
  5753. .modal-backdrop.in {
  5754. opacity: 0.5;
  5755. filter: alpha(opacity=50);
  5756. }
  5757. .modal-header {
  5758. padding: 15px;
  5759. border-bottom: 1px solid #e5e5e5;
  5760. min-height: 16.42857143px;
  5761. }
  5762. .modal-header .close {
  5763. margin-top: -2px;
  5764. }
  5765. .modal-title {
  5766. margin: 0;
  5767. line-height: 1.42857143;
  5768. }
  5769. .modal-body {
  5770. position: relative;
  5771. padding: 15px;
  5772. }
  5773. .modal-footer {
  5774. padding: 15px;
  5775. text-align: right;
  5776. border-top: 1px solid #e5e5e5;
  5777. }
  5778. .modal-footer .btn + .btn {
  5779. margin-left: 5px;
  5780. margin-bottom: 0;
  5781. }
  5782. .modal-footer .btn-group .btn + .btn {
  5783. margin-left: -1px;
  5784. }
  5785. .modal-footer .btn-block + .btn-block {
  5786. margin-left: 0;
  5787. }
  5788. .modal-scrollbar-measure {
  5789. position: absolute;
  5790. top: -9999px;
  5791. width: 50px;
  5792. height: 50px;
  5793. overflow: scroll;
  5794. }
  5795. @media (min-width: 768px) {
  5796. .modal-dialog {
  5797. width: 600px;
  5798. margin: 30px auto;
  5799. }
  5800. .modal-content {
  5801. -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  5802. box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  5803. }
  5804. .modal-sm {
  5805. width: 300px;
  5806. }
  5807. }
  5808. @media (min-width: 992px) {
  5809. .modal-lg {
  5810. width: 900px;
  5811. }
  5812. }
  5813. .tooltip {
  5814. position: absolute;
  5815. z-index: 1070;
  5816. display: block;
  5817. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  5818. font-size: 12px;
  5819. font-weight: normal;
  5820. line-height: 1.4;
  5821. opacity: 0;
  5822. filter: alpha(opacity=0);
  5823. }
  5824. .tooltip.in {
  5825. opacity: 0.9;
  5826. filter: alpha(opacity=90);
  5827. }
  5828. .tooltip.top {
  5829. margin-top: -3px;
  5830. padding: 5px 0;
  5831. }
  5832. .tooltip.right {
  5833. margin-left: 3px;
  5834. padding: 0 5px;
  5835. }
  5836. .tooltip.bottom {
  5837. margin-top: 3px;
  5838. padding: 5px 0;
  5839. }
  5840. .tooltip.left {
  5841. margin-left: -3px;
  5842. padding: 0 5px;
  5843. }
  5844. .tooltip-inner {
  5845. max-width: 200px;
  5846. padding: 3px 8px;
  5847. color: #ffffff;
  5848. text-align: center;
  5849. text-decoration: none;
  5850. background-color: #000000;
  5851. border-radius: 4px;
  5852. }
  5853. .tooltip-arrow {
  5854. position: absolute;
  5855. width: 0;
  5856. height: 0;
  5857. border-color: transparent;
  5858. border-style: solid;
  5859. }
  5860. .tooltip.top .tooltip-arrow {
  5861. bottom: 0;
  5862. left: 50%;
  5863. margin-left: -5px;
  5864. border-width: 5px 5px 0;
  5865. border-top-color: #000000;
  5866. }
  5867. .tooltip.top-left .tooltip-arrow {
  5868. bottom: 0;
  5869. right: 5px;
  5870. margin-bottom: -5px;
  5871. border-width: 5px 5px 0;
  5872. border-top-color: #000000;
  5873. }
  5874. .tooltip.top-right .tooltip-arrow {
  5875. bottom: 0;
  5876. left: 5px;
  5877. margin-bottom: -5px;
  5878. border-width: 5px 5px 0;
  5879. border-top-color: #000000;
  5880. }
  5881. .tooltip.right .tooltip-arrow {
  5882. top: 50%;
  5883. left: 0;
  5884. margin-top: -5px;
  5885. border-width: 5px 5px 5px 0;
  5886. border-right-color: #000000;
  5887. }
  5888. .tooltip.left .tooltip-arrow {
  5889. top: 50%;
  5890. right: 0;
  5891. margin-top: -5px;
  5892. border-width: 5px 0 5px 5px;
  5893. border-left-color: #000000;
  5894. }
  5895. .tooltip.bottom .tooltip-arrow {
  5896. top: 0;
  5897. left: 50%;
  5898. margin-left: -5px;
  5899. border-width: 0 5px 5px;
  5900. border-bottom-color: #000000;
  5901. }
  5902. .tooltip.bottom-left .tooltip-arrow {
  5903. top: 0;
  5904. right: 5px;
  5905. margin-top: -5px;
  5906. border-width: 0 5px 5px;
  5907. border-bottom-color: #000000;
  5908. }
  5909. .tooltip.bottom-right .tooltip-arrow {
  5910. top: 0;
  5911. left: 5px;
  5912. margin-top: -5px;
  5913. border-width: 0 5px 5px;
  5914. border-bottom-color: #000000;
  5915. }
  5916. .popover {
  5917. position: absolute;
  5918. top: 0;
  5919. left: 0;
  5920. z-index: 1060;
  5921. display: none;
  5922. max-width: 276px;
  5923. padding: 1px;
  5924. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  5925. font-size: 14px;
  5926. font-weight: normal;
  5927. line-height: 1.42857143;
  5928. text-align: left;
  5929. background-color: #ffffff;
  5930. background-clip: padding-box;
  5931. border: 1px solid #cccccc;
  5932. border: 1px solid rgba(0, 0, 0, 0.2);
  5933. border-radius: 6px;
  5934. -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  5935. box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  5936. white-space: normal;
  5937. }
  5938. .popover.top {
  5939. margin-top: -10px;
  5940. }
  5941. .popover.right {
  5942. margin-left: 10px;
  5943. }
  5944. .popover.bottom {
  5945. margin-top: 10px;
  5946. }
  5947. .popover.left {
  5948. margin-left: -10px;
  5949. }
  5950. .popover-title {
  5951. margin: 0;
  5952. padding: 8px 14px;
  5953. font-size: 14px;
  5954. background-color: #f7f7f7;
  5955. border-bottom: 1px solid #ebebeb;
  5956. border-radius: 5px 5px 0 0;
  5957. }
  5958. .popover-content {
  5959. padding: 9px 14px;
  5960. }
  5961. .popover > .arrow,
  5962. .popover > .arrow:after {
  5963. position: absolute;
  5964. display: block;
  5965. width: 0;
  5966. height: 0;
  5967. border-color: transparent;
  5968. border-style: solid;
  5969. }
  5970. .popover > .arrow {
  5971. border-width: 11px;
  5972. }
  5973. .popover > .arrow:after {
  5974. border-width: 10px;
  5975. content: "";
  5976. }
  5977. .popover.top > .arrow {
  5978. left: 50%;
  5979. margin-left: -11px;
  5980. border-bottom-width: 0;
  5981. border-top-color: #999999;
  5982. border-top-color: rgba(0, 0, 0, 0.25);
  5983. bottom: -11px;
  5984. }
  5985. .popover.top > .arrow:after {
  5986. content: " ";
  5987. bottom: 1px;
  5988. margin-left: -10px;
  5989. border-bottom-width: 0;
  5990. border-top-color: #ffffff;
  5991. }
  5992. .popover.right > .arrow {
  5993. top: 50%;
  5994. left: -11px;
  5995. margin-top: -11px;
  5996. border-left-width: 0;
  5997. border-right-color: #999999;
  5998. border-right-color: rgba(0, 0, 0, 0.25);
  5999. }
  6000. .popover.right > .arrow:after {
  6001. content: " ";
  6002. left: 1px;
  6003. bottom: -10px;
  6004. border-left-width: 0;
  6005. border-right-color: #ffffff;
  6006. }
  6007. .popover.bottom > .arrow {
  6008. left: 50%;
  6009. margin-left: -11px;
  6010. border-top-width: 0;
  6011. border-bottom-color: #999999;
  6012. border-bottom-color: rgba(0, 0, 0, 0.25);
  6013. top: -11px;
  6014. }
  6015. .popover.bottom > .arrow:after {
  6016. content: " ";
  6017. top: 1px;
  6018. margin-left: -10px;
  6019. border-top-width: 0;
  6020. border-bottom-color: #ffffff;
  6021. }
  6022. .popover.left > .arrow {
  6023. top: 50%;
  6024. right: -11px;
  6025. margin-top: -11px;
  6026. border-right-width: 0;
  6027. border-left-color: #999999;
  6028. border-left-color: rgba(0, 0, 0, 0.25);
  6029. }
  6030. .popover.left > .arrow:after {
  6031. content: " ";
  6032. right: 1px;
  6033. border-right-width: 0;
  6034. border-left-color: #ffffff;
  6035. bottom: -10px;
  6036. }
  6037. .carousel {
  6038. position: relative;
  6039. }
  6040. .carousel-inner {
  6041. position: relative;
  6042. overflow: hidden;
  6043. width: 100%;
  6044. }
  6045. .carousel-inner > .item {
  6046. display: none;
  6047. position: relative;
  6048. -webkit-transition: 0.6s ease-in-out left;
  6049. -o-transition: 0.6s ease-in-out left;
  6050. transition: 0.6s ease-in-out left;
  6051. }
  6052. .carousel-inner > .item > img,
  6053. .carousel-inner > .item > a > img {
  6054. line-height: 1;
  6055. }
  6056. @media all and (transform-3d), (-webkit-transform-3d) {
  6057. .carousel-inner > .item {
  6058. -webkit-transition: -webkit-transform 0.6s ease-in-out;
  6059. -moz-transition: -moz-transform 0.6s ease-in-out;
  6060. -o-transition: -o-transform 0.6s ease-in-out;
  6061. transition: transform 0.6s ease-in-out;
  6062. -webkit-backface-visibility: hidden;
  6063. -moz-backface-visibility: hidden;
  6064. backface-visibility: hidden;
  6065. -webkit-perspective: 1000;
  6066. -moz-perspective: 1000;
  6067. perspective: 1000;
  6068. }
  6069. .carousel-inner > .item.next,
  6070. .carousel-inner > .item.active.right {
  6071. -webkit-transform: translate3d(100%, 0, 0);
  6072. transform: translate3d(100%, 0, 0);
  6073. left: 0;
  6074. }
  6075. .carousel-inner > .item.prev,
  6076. .carousel-inner > .item.active.left {
  6077. -webkit-transform: translate3d(-100%, 0, 0);
  6078. transform: translate3d(-100%, 0, 0);
  6079. left: 0;
  6080. }
  6081. .carousel-inner > .item.next.left,
  6082. .carousel-inner > .item.prev.right,
  6083. .carousel-inner > .item.active {
  6084. -webkit-transform: translate3d(0, 0, 0);
  6085. transform: translate3d(0, 0, 0);
  6086. left: 0;
  6087. }
  6088. }
  6089. .carousel-inner > .active,
  6090. .carousel-inner > .next,
  6091. .carousel-inner > .prev {
  6092. display: block;
  6093. }
  6094. .carousel-inner > .active {
  6095. left: 0;
  6096. }
  6097. .carousel-inner > .next,
  6098. .carousel-inner > .prev {
  6099. position: absolute;
  6100. top: 0;
  6101. width: 100%;
  6102. }
  6103. .carousel-inner > .next {
  6104. left: 100%;
  6105. }
  6106. .carousel-inner > .prev {
  6107. left: -100%;
  6108. }
  6109. .carousel-inner > .next.left,
  6110. .carousel-inner > .prev.right {
  6111. left: 0;
  6112. }
  6113. .carousel-inner > .active.left {
  6114. left: -100%;
  6115. }
  6116. .carousel-inner > .active.right {
  6117. left: 100%;
  6118. }
  6119. .carousel-control {
  6120. position: absolute;
  6121. top: 0;
  6122. left: 0;
  6123. bottom: 0;
  6124. width: 15%;
  6125. opacity: 0.5;
  6126. filter: alpha(opacity=50);
  6127. font-size: 20px;
  6128. color: #ffffff;
  6129. text-align: center;
  6130. text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  6131. }
  6132. .carousel-control.left {
  6133. background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  6134. background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  6135. background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  6136. background-repeat: repeat-x;
  6137. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  6138. }
  6139. .carousel-control.right {
  6140. left: auto;
  6141. right: 0;
  6142. background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  6143. background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  6144. background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  6145. background-repeat: repeat-x;
  6146. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  6147. }
  6148. .carousel-control:hover,
  6149. .carousel-control:focus {
  6150. outline: 0;
  6151. color: #ffffff;
  6152. text-decoration: none;
  6153. opacity: 0.9;
  6154. filter: alpha(opacity=90);
  6155. }
  6156. .carousel-control .icon-prev,
  6157. .carousel-control .icon-next,
  6158. .carousel-control .glyphicon-chevron-left,
  6159. .carousel-control .glyphicon-chevron-right {
  6160. position: absolute;
  6161. top: 50%;
  6162. z-index: 5;
  6163. display: inline-block;
  6164. }
  6165. .carousel-control .icon-prev,
  6166. .carousel-control .glyphicon-chevron-left {
  6167. left: 50%;
  6168. margin-left: -10px;
  6169. }
  6170. .carousel-control .icon-next,
  6171. .carousel-control .glyphicon-chevron-right {
  6172. right: 50%;
  6173. margin-right: -10px;
  6174. }
  6175. .carousel-control .icon-prev,
  6176. .carousel-control .icon-next {
  6177. width: 20px;
  6178. height: 20px;
  6179. margin-top: -10px;
  6180. line-height: 1;
  6181. font-family: serif;
  6182. }
  6183. .carousel-control .icon-prev:before {
  6184. content: '\2039';
  6185. }
  6186. .carousel-control .icon-next:before {
  6187. content: '\203a';
  6188. }
  6189. .carousel-indicators {
  6190. position: absolute;
  6191. bottom: 10px;
  6192. left: 50%;
  6193. z-index: 15;
  6194. width: 60%;
  6195. margin-left: -30%;
  6196. padding-left: 0;
  6197. list-style: none;
  6198. text-align: center;
  6199. }
  6200. .carousel-indicators li {
  6201. display: inline-block;
  6202. width: 10px;
  6203. height: 10px;
  6204. margin: 1px;
  6205. text-indent: -999px;
  6206. border: 1px solid #ffffff;
  6207. border-radius: 10px;
  6208. cursor: pointer;
  6209. background-color: #000 \9;
  6210. background-color: rgba(0, 0, 0, 0);
  6211. }
  6212. .carousel-indicators .active {
  6213. margin: 0;
  6214. width: 12px;
  6215. height: 12px;
  6216. background-color: #ffffff;
  6217. }
  6218. .carousel-caption {
  6219. position: absolute;
  6220. left: 15%;
  6221. right: 15%;
  6222. bottom: 20px;
  6223. z-index: 10;
  6224. padding-top: 20px;
  6225. padding-bottom: 20px;
  6226. color: #ffffff;
  6227. text-align: center;
  6228. text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  6229. }
  6230. .carousel-caption .btn {
  6231. text-shadow: none;
  6232. }
  6233. @media screen and (min-width: 768px) {
  6234. .carousel-control .glyphicon-chevron-left,
  6235. .carousel-control .glyphicon-chevron-right,
  6236. .carousel-control .icon-prev,
  6237. .carousel-control .icon-next {
  6238. width: 30px;
  6239. height: 30px;
  6240. margin-top: -15px;
  6241. font-size: 30px;
  6242. }
  6243. .carousel-control .glyphicon-chevron-left,
  6244. .carousel-control .icon-prev {
  6245. margin-left: -15px;
  6246. }
  6247. .carousel-control .glyphicon-chevron-right,
  6248. .carousel-control .icon-next {
  6249. margin-right: -15px;
  6250. }
  6251. .carousel-caption {
  6252. left: 20%;
  6253. right: 20%;
  6254. padding-bottom: 30px;
  6255. }
  6256. .carousel-indicators {
  6257. bottom: 20px;
  6258. }
  6259. }
  6260. @-ms-viewport {
  6261. width: device-width;
  6262. }
  6263. .visible-xs,
  6264. .visible-sm,
  6265. .visible-md,
  6266. .visible-lg {
  6267. display: none !important;
  6268. }
  6269. .visible-xs-block,
  6270. .visible-xs-inline,
  6271. .visible-xs-inline-block,
  6272. .visible-sm-block,
  6273. .visible-sm-inline,
  6274. .visible-sm-inline-block,
  6275. .visible-md-block,
  6276. .visible-md-inline,
  6277. .visible-md-inline-block,
  6278. .visible-lg-block,
  6279. .visible-lg-inline,
  6280. .visible-lg-inline-block {
  6281. display: none !important;
  6282. }
  6283. @media (max-width: 767px) {
  6284. .visible-xs {
  6285. display: block !important;
  6286. }
  6287. table.visible-xs {
  6288. display: table;
  6289. }
  6290. tr.visible-xs {
  6291. display: table-row !important;
  6292. }
  6293. th.visible-xs,
  6294. td.visible-xs {
  6295. display: table-cell !important;
  6296. }
  6297. }
  6298. @media (max-width: 767px) {
  6299. .visible-xs-block {
  6300. display: block !important;
  6301. }
  6302. }
  6303. @media (max-width: 767px) {
  6304. .visible-xs-inline {
  6305. display: inline !important;
  6306. }
  6307. }
  6308. @media (max-width: 767px) {
  6309. .visible-xs-inline-block {
  6310. display: inline-block !important;
  6311. }
  6312. }
  6313. @media (min-width: 768px) and (max-width: 991px) {
  6314. .visible-sm {
  6315. display: block !important;
  6316. }
  6317. table.visible-sm {
  6318. display: table;
  6319. }
  6320. tr.visible-sm {
  6321. display: table-row !important;
  6322. }
  6323. th.visible-sm,
  6324. td.visible-sm {
  6325. display: table-cell !important;
  6326. }
  6327. }
  6328. @media (min-width: 768px) and (max-width: 991px) {
  6329. .visible-sm-block {
  6330. display: block !important;
  6331. }
  6332. }
  6333. @media (min-width: 768px) and (max-width: 991px) {
  6334. .visible-sm-inline {
  6335. display: inline !important;
  6336. }
  6337. }
  6338. @media (min-width: 768px) and (max-width: 991px) {
  6339. .visible-sm-inline-block {
  6340. display: inline-block !important;
  6341. }
  6342. }
  6343. @media (min-width: 992px) and (max-width: 1199px) {
  6344. .visible-md {
  6345. display: block !important;
  6346. }
  6347. table.visible-md {
  6348. display: table;
  6349. }
  6350. tr.visible-md {
  6351. display: table-row !important;
  6352. }
  6353. th.visible-md,
  6354. td.visible-md {
  6355. display: table-cell !important;
  6356. }
  6357. }
  6358. @media (min-width: 992px) and (max-width: 1199px) {
  6359. .visible-md-block {
  6360. display: block !important;
  6361. }
  6362. }
  6363. @media (min-width: 992px) and (max-width: 1199px) {
  6364. .visible-md-inline {
  6365. display: inline !important;
  6366. }
  6367. }
  6368. @media (min-width: 992px) and (max-width: 1199px) {
  6369. .visible-md-inline-block {
  6370. display: inline-block !important;
  6371. }
  6372. }
  6373. @media (min-width: 1200px) {
  6374. .visible-lg {
  6375. display: block !important;
  6376. }
  6377. table.visible-lg {
  6378. display: table;
  6379. }
  6380. tr.visible-lg {
  6381. display: table-row !important;
  6382. }
  6383. th.visible-lg,
  6384. td.visible-lg {
  6385. display: table-cell !important;
  6386. }
  6387. }
  6388. @media (min-width: 1200px) {
  6389. .visible-lg-block {
  6390. display: block !important;
  6391. }
  6392. }
  6393. @media (min-width: 1200px) {
  6394. .visible-lg-inline {
  6395. display: inline !important;
  6396. }
  6397. }
  6398. @media (min-width: 1200px) {
  6399. .visible-lg-inline-block {
  6400. display: inline-block !important;
  6401. }
  6402. }
  6403. @media (max-width: 767px) {
  6404. .hidden-xs {
  6405. display: none !important;
  6406. }
  6407. }
  6408. @media (min-width: 768px) and (max-width: 991px) {
  6409. .hidden-sm {
  6410. display: none !important;
  6411. }
  6412. }
  6413. @media (min-width: 992px) and (max-width: 1199px) {
  6414. .hidden-md {
  6415. display: none !important;
  6416. }
  6417. }
  6418. @media (min-width: 1200px) {
  6419. .hidden-lg {
  6420. display: none !important;
  6421. }
  6422. }
  6423. .visible-print {
  6424. display: none !important;
  6425. }
  6426. @media print {
  6427. .visible-print {
  6428. display: block !important;
  6429. }
  6430. table.visible-print {
  6431. display: table;
  6432. }
  6433. tr.visible-print {
  6434. display: table-row !important;
  6435. }
  6436. th.visible-print,
  6437. td.visible-print {
  6438. display: table-cell !important;
  6439. }
  6440. }
  6441. .visible-print-block {
  6442. display: none !important;
  6443. }
  6444. @media print {
  6445. .visible-print-block {
  6446. display: block !important;
  6447. }
  6448. }
  6449. .visible-print-inline {
  6450. display: none !important;
  6451. }
  6452. @media print {
  6453. .visible-print-inline {
  6454. display: inline !important;
  6455. }
  6456. }
  6457. .visible-print-inline-block {
  6458. display: none !important;
  6459. }
  6460. @media print {
  6461. .visible-print-inline-block {
  6462. display: inline-block !important;
  6463. }
  6464. }
  6465. @media print {
  6466. .hidden-print {
  6467. display: none !important;
  6468. }
  6469. }
  6470. /* DEMO: BASELINE CTAs ---------------------------- */
  6471. .demo-cta {
  6472. position: relative;
  6473. }
  6474. .demo-cta .cta {
  6475. display: block;
  6476. position: absolute;
  6477. top: 50%;
  6478. left: 50%;
  6479. }
  6480. /* DEMO: CTA TOP LEADERBOARD ---------------------------- */
  6481. #demo-cta-modus-leaderboard {
  6482. position: relative;
  6483. width: 100%;
  6484. height: 130px;
  6485. background-color: #000;
  6486. }
  6487. #demo-cta-modus-leaderboard .cta {
  6488. display: block;
  6489. position: absolute;
  6490. top: 50%;
  6491. left: 50%;
  6492. }
  6493. #demo-cta-modus-leaderboard .cta {
  6494. width: 728px;
  6495. height: 90px;
  6496. margin: -45px 0px 0px -364px;
  6497. }
  6498. /* DEMO: SECONDARY HERO ---------------------------- */
  6499. .demo-secondaryhero-link {
  6500. display: block;
  6501. position: absolute;
  6502. top: 0px;
  6503. left: 0px;
  6504. width: 100%;
  6505. height: 100%;
  6506. }
  6507. /* DEMO: GENERAL STYLE TWEAKS ---------------------------- */
  6508. #twitter-widget-0,
  6509. #twitter-widget-1 {
  6510. height: 100% !important;
  6511. }
  6512. .font-light {
  6513. font-family: 'Open Sans', Arial, sans-serif;
  6514. font-style: normal;
  6515. font-weight: 300;
  6516. }
  6517. .font-regular {
  6518. font-family: 'Open Sans', Arial, sans-serif;
  6519. font-style: normal;
  6520. font-weight: 400;
  6521. }
  6522. .font-semibold {
  6523. font-family: 'Open Sans', Arial, sans-serif;
  6524. font-style: normal;
  6525. font-weight: 600;
  6526. }
  6527. .font-bold {
  6528. font-family: 'Open Sans', Arial, sans-serif;
  6529. font-style: normal;
  6530. font-weight: 700;
  6531. }
  6532. .standard-button {
  6533. color: #00b5ea;
  6534. border: 2px solid #00b5ea;
  6535. border-radius: 2px;
  6536. font-size: 16px;
  6537. font-family: 'Open Sans', Arial, sans-serif;
  6538. font-style: normal;
  6539. font-weight: 600;
  6540. padding: 12px;
  6541. transition: background-color 0.1s, color 0.1s;
  6542. }
  6543. .standard-button:hover {
  6544. text-decoration: none;
  6545. color: #fff;
  6546. background-color: #00b5ea;
  6547. }
  6548. .box-button {
  6549. text-align: center;
  6550. color: #00b5ea;
  6551. background-color: #ffffff;
  6552. font-family: 'Open Sans', Arial, sans-serif;
  6553. font-style: normal;
  6554. font-weight: 600;
  6555. font-size: 16px;
  6556. padding: 20px;
  6557. transition: background-color 0.1s, color 0.1s;
  6558. }
  6559. .box-button:hover {
  6560. background-color: #00b5ea;
  6561. color: #ffffff;
  6562. text-decoration: none;
  6563. }
  6564. .box-button i {
  6565. font-size: 25px;
  6566. }
  6567. .site-container {
  6568. position: relative;
  6569. }
  6570. .video-length-box {
  6571. position: absolute;
  6572. top: 5px;
  6573. right: 5px;
  6574. background-color: #0c1317;
  6575. color: #00b5ea;
  6576. font-family: 'Open Sans', Arial, sans-serif;
  6577. font-style: normal;
  6578. font-weight: 600;
  6579. font-size: 11px;
  6580. padding: 1px 9px;
  6581. border-radius: 3px;
  6582. }
  6583. .main-content {
  6584. background-color: #ffffff;
  6585. }
  6586. body {
  6587. position: relative;
  6588. z-index: 320;
  6589. }
  6590. @media (min-width: 768px) {
  6591. body {
  6592. z-index: 768;
  6593. }
  6594. }
  6595. @media (min-width: 992px) {
  6596. body {
  6597. z-index: 992;
  6598. }
  6599. }
  6600. .top-banner-ad {
  6601. width: 100%;
  6602. padding: 10px;
  6603. text-align: center;
  6604. background-color: #121212;
  6605. }
  6606. .top-banner-ad img {
  6607. max-width: 100%;
  6608. }
  6609. #media-query-dummy-div {
  6610. display: none;
  6611. position: relative;
  6612. }
  6613. @media (max-width: 875px) {
  6614. #media-query-dummy-div {
  6615. z-index: 1;
  6616. }
  6617. }
  6618. .main-header {
  6619. position: absolute;
  6620. z-index: 3;
  6621. top: 0;
  6622. width: 100%;
  6623. height: 75px;
  6624. background-color: #ffffff;
  6625. }
  6626. @media (max-width: 767px) {
  6627. .main-header {
  6628. height: 65px;
  6629. }
  6630. }
  6631. .main-header .main-header-inner {
  6632. position: relative;
  6633. top: 0;
  6634. height: 75px;
  6635. width: 100%;
  6636. background-color: #ffffff;
  6637. }
  6638. @media (max-width: 767px) {
  6639. .main-header .main-header-inner {
  6640. height: 65px;
  6641. }
  6642. }
  6643. .main-header .main-header-inner .non-social-panel-content {
  6644. float: left;
  6645. width: 100%;
  6646. height: 100%;
  6647. }
  6648. .main-header .main-header-inner .non-social-panel-content .main-header-logo {
  6649. font-family: 'Open Sans', Arial, sans-serif;
  6650. font-style: normal;
  6651. font-weight: 600;
  6652. display: inline-block;
  6653. float: left;
  6654. height: 100%;
  6655. padding-left: 20px;
  6656. line-height: 75px;
  6657. }
  6658. .main-header .main-header-inner .non-social-panel-content .main-header-logo img {
  6659. height: 55px;
  6660. }
  6661. @media (max-width: 767px) {
  6662. .main-header .main-header-inner .non-social-panel-content .main-header-logo {
  6663. line-height: 65px;
  6664. padding-left: 10px;
  6665. }
  6666. .main-header .main-header-inner .non-social-panel-content .main-header-logo img {
  6667. height: 45px;
  6668. }
  6669. }
  6670. .main-header .main-header-inner .non-social-panel-content .main-header-secondary-logo {
  6671. display: inline-block;
  6672. float: left;
  6673. position: relative;
  6674. top: 33%;
  6675. margin-left: 18px;
  6676. max-height: 100px;
  6677. }
  6678. .main-header .main-header-inner .non-social-panel-content .main-header-secondary-logo + div i.fa {
  6679. font-size: 16px;
  6680. color: #97cfe1;
  6681. }
  6682. @media (max-width: 600px) {
  6683. .main-header .main-header-inner .non-social-panel-content .main-header-secondary-logo {
  6684. margin-left: 20px;
  6685. }
  6686. }
  6687. .main-header .main-header-inner .non-social-panel-content .main-header-logo a,
  6688. .main-header .main-header-inner .non-social-panel-content .main-header-secondary-logo a {
  6689. font-family: 'Open Sans', Arial, sans-serif;
  6690. font-style: normal;
  6691. font-weight: 600;
  6692. font-size: 16px;
  6693. color: #97cfe1;
  6694. }
  6695. .main-header .main-header-inner .non-social-panel-content .main-header-logo a:hover,
  6696. .main-header .main-header-inner .non-social-panel-content .main-header-secondary-logo a:hover {
  6697. color: #ffffff;
  6698. text-decoration: none;
  6699. }
  6700. .main-header .main-header-inner .non-social-panel-content .mobile-nav-arrow {
  6701. display: none;
  6702. }
  6703. @media (max-width: 600px) {
  6704. .main-header .main-header-inner .non-social-panel-content .mobile-nav-arrow {
  6705. display: block;
  6706. position: absolute;
  6707. color: #97cfe1;
  6708. top: 12px;
  6709. right: 18px;
  6710. font-size: 28px;
  6711. }
  6712. }
  6713. .main-header .main-header-inner .non-social-panel-content ul.main-header-links {
  6714. display: inline-block;
  6715. position: relative;
  6716. float: right;
  6717. top: 33%;
  6718. left: -30px;
  6719. margin: 0;
  6720. padding: 0;
  6721. }
  6722. @media (max-width: 767px) {
  6723. .main-header .main-header-inner .non-social-panel-content ul.main-header-links {
  6724. top: 32%;
  6725. }
  6726. }
  6727. @media (min-width: 601px) {
  6728. .main-header .main-header-inner .non-social-panel-content ul.main-header-links {
  6729. display: inline-block !important;
  6730. }
  6731. }
  6732. @media (max-width: 600px) {
  6733. .main-header .main-header-inner .non-social-panel-content ul.main-header-links {
  6734. display: none;
  6735. float: none;
  6736. clear: both;
  6737. width: 100%;
  6738. left: 0;
  6739. top: 0;
  6740. text-align: center;
  6741. background-color: #ffffff;
  6742. border-top: 1px solid #ffffff;
  6743. }
  6744. }
  6745. .main-header .main-header-inner .non-social-panel-content ul.main-header-links li {
  6746. display: inline-block;
  6747. margin-left: 25px;
  6748. }
  6749. .main-header .main-header-inner .non-social-panel-content ul.main-header-links li.home-link {
  6750. display: none;
  6751. }
  6752. @media (max-width: 600px) {
  6753. .main-header .main-header-inner .non-social-panel-content ul.main-header-links li {
  6754. display: block;
  6755. margin: 0;
  6756. border-bottom: 1px solid #ffffff;
  6757. }
  6758. .main-header .main-header-inner .non-social-panel-content ul.main-header-links li:last-child {
  6759. border-bottom: none;
  6760. }
  6761. .main-header .main-header-inner .non-social-panel-content ul.main-header-links li.home-link {
  6762. display: block;
  6763. }
  6764. .main-header .main-header-inner .non-social-panel-content ul.main-header-links li.social {
  6765. display: inline-block;
  6766. margin: 0 6px;
  6767. }
  6768. }
  6769. .main-header .main-header-inner .non-social-panel-content ul.main-header-links li a {
  6770. font-family: 'Open Sans', Arial, sans-serif;
  6771. font-style: normal;
  6772. font-weight: 400;
  6773. font-size: 16px;
  6774. color: #97cfe1;
  6775. }
  6776. .main-header .main-header-inner .non-social-panel-content ul.main-header-links li a + .fa {
  6777. font-size: 16px;
  6778. color: #97cfe1;
  6779. }
  6780. @media (max-width: 600px) {
  6781. .main-header .main-header-inner .non-social-panel-content ul.main-header-links li a {
  6782. display: block;
  6783. padding: 12px;
  6784. }
  6785. }
  6786. .main-header .main-header-inner .non-social-panel-content ul.main-header-links li a:hover {
  6787. color: #ffffff;
  6788. text-decoration: none;
  6789. }
  6790. .main-header .main-header-inner .social-panel-display {
  6791. display: none;
  6792. float: left;
  6793. width: 240px;
  6794. color: #fff;
  6795. border-left: 1px solid #fff;
  6796. height: 100%;
  6797. font-size: 16px;
  6798. font-family: 'Open Sans', Arial, sans-serif;
  6799. font-style: normal;
  6800. font-weight: 700;
  6801. }
  6802. .main-header .main-header-inner .social-panel-display .icon-and-feed {
  6803. float: left;
  6804. padding: 23px 0 0 25px;
  6805. color: #ffffff;
  6806. }
  6807. .main-header .main-header-inner .social-panel-display .icon-and-feed .fa-twitter {
  6808. font-size: 30px;
  6809. }
  6810. .main-header .main-header-inner .social-panel-display .icon-and-feed .feed {
  6811. position: relative;
  6812. top: -4px;
  6813. left: 10px;
  6814. }
  6815. .main-header .main-header-inner .social-panel-display .show-and-hide {
  6816. float: right;
  6817. padding: 27px 26px 0 0;
  6818. opacity: 0.7;
  6819. cursor: pointer;
  6820. color: #97cfe1;
  6821. }
  6822. .main-header .main-header-inner .social-panel-display .show-and-hide:hover {
  6823. color: #ffffff;
  6824. }
  6825. .main-header .main-header-inner .social-panel-display .show-and-hide .show-feed {
  6826. display: none;
  6827. }
  6828. .main-header .main-header-inner .social-panel-display .show-and-hide .hide-feed {
  6829. display: block;
  6830. }
  6831. #bc-site-container.social-panel-present .social-panel-display {
  6832. display: block;
  6833. }
  6834. @media (max-width: 875px) {
  6835. #bc-site-container.social-panel-present .social-panel-display {
  6836. display: none;
  6837. }
  6838. }
  6839. #bc-site-container.social-panel-present .social-panel-display.inactive .show-and-hide .show-feed {
  6840. display: block;
  6841. }
  6842. #bc-site-container.social-panel-present .social-panel-display.inactive .show-and-hide .hide-feed {
  6843. display: none;
  6844. }
  6845. section.hero-wrap {
  6846. overflow: hidden;
  6847. color: #ffffff;
  6848. background-color: #ffffff;
  6849. position: relative;
  6850. padding: 0 20px;
  6851. /* push down coming soon for live page */
  6852. }
  6853. section.hero-wrap.in-live {
  6854. margin-top: 64px;
  6855. }
  6856. @media (min-width: 768px) {
  6857. section.hero-wrap.in-live {
  6858. margin-top: 0px;
  6859. }
  6860. }
  6861. @media (max-width: 767px) {
  6862. section.hero-wrap {
  6863. height: auto;
  6864. padding: 0;
  6865. }
  6866. }
  6867. section.hero-wrap .live-hero {
  6868. position: absolute;
  6869. width: 100%;
  6870. height: 100%;
  6871. left: 0;
  6872. top: 0;
  6873. }
  6874. section.hero-wrap .live-hero .content-editable {
  6875. position: absolute;
  6876. width: 100%;
  6877. height: 100%;
  6878. left: 0;
  6879. top: 0;
  6880. }
  6881. section.hero-wrap h1.live-title {
  6882. position: relative;
  6883. display: block;
  6884. width: 100%;
  6885. max-width: 816px;
  6886. margin: 270px auto 20px;
  6887. font-family: 'Open Sans', Arial, sans-serif;
  6888. font-style: normal;
  6889. font-weight: 400;
  6890. font-size: 50px;
  6891. text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.69);
  6892. }
  6893. @media (max-width: 767px) {
  6894. section.hero-wrap h1.live-title {
  6895. font-size: 22px;
  6896. text-align: center;
  6897. margin: 100px auto 21px;
  6898. top: auto;
  6899. }
  6900. }
  6901. section.hero-wrap h1.live-title a img {
  6902. max-width: 600px;
  6903. }
  6904. section.hero-wrap .hero-link {
  6905. width: 100%;
  6906. margin: 0px auto;
  6907. max-width: 816px;
  6908. }
  6909. section.hero-wrap h2.live-description {
  6910. position: relative;
  6911. display: block;
  6912. width: 100%;
  6913. max-width: 816px;
  6914. margin: 0 auto;
  6915. text-align: left;
  6916. font-family: 'Open Sans', Arial, sans-serif;
  6917. font-style: normal;
  6918. font-weight: 400;
  6919. font-size: 20px;
  6920. text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.69);
  6921. }
  6922. @media (max-width: 767px) {
  6923. section.hero-wrap h2.live-description {
  6924. font-size: 16px;
  6925. line-height: 22px;
  6926. text-align: center;
  6927. top: auto;
  6928. margin-bottom: 21px;
  6929. }
  6930. }
  6931. section.hero-wrap a.live-cta {
  6932. position: relative;
  6933. display: block;
  6934. width: 100%;
  6935. max-width: 816px;
  6936. margin: 0 auto;
  6937. text-align: left;
  6938. color: #00b5ea;
  6939. font-family: 'Open Sans', Arial, sans-serif;
  6940. font-style: normal;
  6941. font-weight: 600;
  6942. font-size: 20px;
  6943. text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.69);
  6944. }
  6945. @media (max-width: 767px) {
  6946. section.hero-wrap a.live-cta {
  6947. font-size: 16px;
  6948. line-height: 22px;
  6949. text-align: center;
  6950. top: auto;
  6951. margin-bottom: 28px;
  6952. }
  6953. }
  6954. section.hero-wrap a.live-cta:hover {
  6955. color: #2a6496;
  6956. text-decoration: none;
  6957. }
  6958. section.hero-wrap .countdown {
  6959. position: relative;
  6960. left: 0;
  6961. right: 0;
  6962. width: 100%;
  6963. max-width: 816px;
  6964. margin: 120px auto 0;
  6965. padding: 16px;
  6966. text-align: center;
  6967. border-top: 1px solid #ffffff;
  6968. border-left: 1px solid #ffffff;
  6969. border-right: 1px solid #ffffff;
  6970. border-top-left-radius: 6px;
  6971. border-top-right-radius: 6px;
  6972. background-color: rgba(0, 0, 0, 0.18);
  6973. }
  6974. @media (max-width: 767px) {
  6975. section.hero-wrap .countdown {
  6976. border-left: none;
  6977. border-right: none;
  6978. border-top-left-radius: 0;
  6979. border-top-right-radius: 0;
  6980. padding-bottom: 22px;
  6981. background-color: rgba(28, 42, 48, 0.5);
  6982. margin-top: 0;
  6983. }
  6984. }
  6985. section.hero-wrap .countdown h3 {
  6986. font-family: 'Open Sans', Arial, sans-serif;
  6987. font-style: normal;
  6988. font-weight: 300;
  6989. font-size: 18px;
  6990. margin-top: 0;
  6991. }
  6992. @media (max-width: 767px) {
  6993. section.hero-wrap .countdown h3 {
  6994. font-size: 14px;
  6995. line-height: 18px;
  6996. margin-bottom: 10px;
  6997. }
  6998. }
  6999. section.hero-wrap .countdown table {
  7000. position: relative;
  7001. left: 0;
  7002. right: 0;
  7003. margin: 0 auto;
  7004. }
  7005. section.hero-wrap .countdown table tr.countdown-numbers {
  7006. font-family: 'Open Sans', Arial, sans-serif;
  7007. font-style: normal;
  7008. font-weight: 700;
  7009. font-size: 50px;
  7010. }
  7011. @media (max-width: 767px) {
  7012. section.hero-wrap .countdown table tr.countdown-numbers {
  7013. font-size: 40px;
  7014. line-height: 37px;
  7015. }
  7016. }
  7017. section.hero-wrap .countdown table tr.countdown-numbers td {
  7018. width: 100px;
  7019. }
  7020. section.hero-wrap .countdown table tr.countdown-text th {
  7021. font-family: 'Open Sans', Arial, sans-serif;
  7022. font-style: normal;
  7023. font-weight: 400;
  7024. font-size: 11px;
  7025. text-align: center;
  7026. color: #ededed;
  7027. }
  7028. section.hero-wrap .countdown-empty-placeholder {
  7029. position: relative;
  7030. height: 20px;
  7031. }
  7032. @media (min-width: 768px) {
  7033. section.hero-wrap .countdown-empty-placeholder {
  7034. height: 100px;
  7035. }
  7036. }
  7037. section.hero-wrap.in-live .countdown {
  7038. margin-top: 180px;
  7039. }
  7040. section.remindme-wrap {
  7041. text-align: center;
  7042. }
  7043. section.remindme-wrap:before,
  7044. section.remindme-wrap:after {
  7045. content: " ";
  7046. display: table;
  7047. }
  7048. section.remindme-wrap:after {
  7049. clear: both;
  7050. }
  7051. section.remindme-wrap:before,
  7052. section.remindme-wrap:after {
  7053. content: " ";
  7054. display: table;
  7055. }
  7056. section.remindme-wrap:after {
  7057. clear: both;
  7058. }
  7059. section.remindme-wrap .remindme-inner {
  7060. position: relative;
  7061. }
  7062. @media (min-width: 768px) {
  7063. section.remindme-wrap .remindme-inner {
  7064. margin: 0px 20px;
  7065. padding: 0px 20px;
  7066. border-bottom-left-radius: 6px;
  7067. border-bottom-right-radius: 6px;
  7068. background-color: #ffffff;
  7069. }
  7070. }
  7071. section.remindme-wrap .remindme-label {
  7072. font-family: 'Open Sans', Arial, sans-serif;
  7073. font-style: normal;
  7074. font-weight: 600;
  7075. padding: 10px;
  7076. font-size: 20px;
  7077. color: #1c2a30;
  7078. background-color: #ffffff;
  7079. }
  7080. @media (min-width: 768px) {
  7081. section.remindme-wrap .remindme-label {
  7082. width: auto;
  7083. overflow: hidden;
  7084. padding: 27px 0px;
  7085. line-height: 20px;
  7086. text-align: left;
  7087. border-bottom-left-radius: 6px;
  7088. border-bottom-right-radius: 6px;
  7089. }
  7090. }
  7091. section.remindme-wrap .remindme-buttons,
  7092. section.video-detail .remindme-buttons {
  7093. /* one item */
  7094. /* two items */
  7095. }
  7096. section.remindme-wrap .remindme-buttons:before,
  7097. section.video-detail .remindme-buttons:before,
  7098. section.remindme-wrap .remindme-buttons:after,
  7099. section.video-detail .remindme-buttons:after {
  7100. content: " ";
  7101. display: table;
  7102. }
  7103. section.remindme-wrap .remindme-buttons:after,
  7104. section.video-detail .remindme-buttons:after {
  7105. clear: both;
  7106. }
  7107. section.remindme-wrap .remindme-buttons:before,
  7108. section.video-detail .remindme-buttons:before,
  7109. section.remindme-wrap .remindme-buttons:after,
  7110. section.video-detail .remindme-buttons:after {
  7111. content: " ";
  7112. display: table;
  7113. }
  7114. section.remindme-wrap .remindme-buttons:after,
  7115. section.video-detail .remindme-buttons:after {
  7116. clear: both;
  7117. }
  7118. section.remindme-wrap .remindme-buttons .remindme-button:nth-child(1):nth-last-child(1),
  7119. section.video-detail .remindme-buttons .remindme-button:nth-child(1):nth-last-child(1) {
  7120. width: 100%;
  7121. }
  7122. section.remindme-wrap .remindme-buttons .remindme-button:nth-child(1):nth-last-child(2),
  7123. section.video-detail .remindme-buttons .remindme-button:nth-child(1):nth-last-child(2),
  7124. section.remindme-wrap .remindme-buttons .remindme-button:nth-child(2):nth-last-child(1),
  7125. section.video-detail .remindme-buttons .remindme-button:nth-child(2):nth-last-child(1) {
  7126. width: 50%;
  7127. }
  7128. section.remindme-wrap .remindme-buttons a,
  7129. section.video-detail .remindme-buttons a {
  7130. text-decoration: none !important;
  7131. }
  7132. @media (min-width: 768px) {
  7133. section.remindme-wrap .remindme-buttons,
  7134. section.video-detail .remindme-buttons {
  7135. position: absolute;
  7136. top: 0px;
  7137. right: 20px;
  7138. }
  7139. }
  7140. section.remindme-wrap .remindme-button,
  7141. section.video-detail .remindme-button {
  7142. white-space: nowrap;
  7143. position: relative;
  7144. float: right;
  7145. height: 100px;
  7146. padding: 26px 20px;
  7147. font-size: 16px;
  7148. color: #00b5ea;
  7149. background-color: #ffffff;
  7150. }
  7151. section.remindme-wrap .remindme-button a,
  7152. section.video-detail .remindme-button a {
  7153. color: #00b5ea;
  7154. }
  7155. section.remindme-wrap .remindme-button .fa,
  7156. section.video-detail .remindme-button .fa {
  7157. font-size: 25px;
  7158. }
  7159. section.remindme-wrap .remindme-button.open,
  7160. section.video-detail .remindme-button.open,
  7161. section.remindme-wrap .remindme-button.open > a,
  7162. section.video-detail .remindme-button.open > a,
  7163. section.remindme-wrap .remindme-button:hover,
  7164. section.video-detail .remindme-button:hover,
  7165. section.remindme-wrap .remindme-button:hover > a,
  7166. section.video-detail .remindme-button:hover > a {
  7167. color: #ffffff;
  7168. background-color: #00b5ea;
  7169. }
  7170. @media (min-width: 768px) {
  7171. section.remindme-wrap .remindme-button,
  7172. section.video-detail .remindme-button {
  7173. width: auto;
  7174. min-width: 120px;
  7175. height: 74px;
  7176. padding: 16px 20px;
  7177. }
  7178. section.remindme-wrap .remindme-button:first-child,
  7179. section.video-detail .remindme-button:first-child {
  7180. /* first-child is rightmost when floating right */
  7181. border-bottom-right-radius: 6px;
  7182. }
  7183. }
  7184. section.remindme-wrap .remindme-button div[data-id="remindMeCopy"],
  7185. section.video-detail .remindme-button div[data-id="remindMeCopy"],
  7186. section.remindme-wrap .remindme-button div[data-id="shareEventCopy"],
  7187. section.video-detail .remindme-button div[data-id="shareEventCopy"] {
  7188. font-size: 14px;
  7189. }
  7190. section.remindme-wrap .remindme-shares-dropdown,
  7191. section.video-detail .remindme-shares-dropdown {
  7192. display: none;
  7193. position: absolute;
  7194. top: 100%;
  7195. left: -100%;
  7196. width: 200%;
  7197. z-index: 1;
  7198. padding: 20px 0px;
  7199. margin: 0px;
  7200. list-style: none;
  7201. background-color: #fff;
  7202. box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  7203. }
  7204. section.remindme-wrap .remindme-shares-dropdown li,
  7205. section.video-detail .remindme-shares-dropdown li {
  7206. font-family: 'Open Sans', Arial, sans-serif;
  7207. font-style: normal;
  7208. font-weight: 400;
  7209. padding: 4px 0px;
  7210. }
  7211. @media (min-width: 768px) {
  7212. section.remindme-wrap .remindme-shares-dropdown li,
  7213. section.video-detail .remindme-shares-dropdown li {
  7214. text-align: left;
  7215. }
  7216. }
  7217. section.remindme-wrap .remindme-shares-dropdown .fa,
  7218. section.video-detail .remindme-shares-dropdown .fa {
  7219. display: inline-block;
  7220. font-size: 20px;
  7221. color: #00b5ea;
  7222. }
  7223. @media (min-width: 768px) {
  7224. section.remindme-wrap .remindme-shares-dropdown .fa,
  7225. section.video-detail .remindme-shares-dropdown .fa {
  7226. width: 40px;
  7227. margin-left: 8px;
  7228. text-align: center;
  7229. }
  7230. }
  7231. section.remindme-wrap .remindme-shares-dropdown li,
  7232. section.video-detail .remindme-shares-dropdown li,
  7233. section.remindme-wrap .remindme-shares-dropdown li a,
  7234. section.video-detail .remindme-shares-dropdown li a {
  7235. color: #666666;
  7236. }
  7237. section.remindme-wrap .remindme-shares-dropdown li a,
  7238. section.video-detail .remindme-shares-dropdown li a {
  7239. display: block;
  7240. width: 100%;
  7241. }
  7242. section.remindme-wrap .remindme-shares-dropdown li:hover,
  7243. section.video-detail .remindme-shares-dropdown li:hover,
  7244. section.remindme-wrap .remindme-shares-dropdown li:hover .fa,
  7245. section.video-detail .remindme-shares-dropdown li:hover .fa,
  7246. section.remindme-wrap .remindme-shares-dropdown li a:hover,
  7247. section.video-detail .remindme-shares-dropdown li a:hover {
  7248. color: #666666;
  7249. background-color: #00b5ea;
  7250. }
  7251. @media (min-width: 768px) {
  7252. section.remindme-wrap .remindme-shares-dropdown,
  7253. section.video-detail .remindme-shares-dropdown {
  7254. left: auto;
  7255. right: 0px;
  7256. width: 100%;
  7257. }
  7258. }
  7259. section.video-detail .remindme-buttons {
  7260. margin-top: 10px;
  7261. }
  7262. @media (min-width: 768px) {
  7263. section.video-detail .remindme-buttons {
  7264. position: absolute;
  7265. top: 0px;
  7266. right: 0px;
  7267. margin-top: 0px;
  7268. height: 100% !important;
  7269. }
  7270. }
  7271. section.video-detail .remindme-button {
  7272. width: 100%;
  7273. height: 100% !important;
  7274. text-align: center;
  7275. }
  7276. section.video-detail .remindme-shares-dropdown {
  7277. left: 0px;
  7278. width: 100%;
  7279. }
  7280. @media (min-width: 768px) {
  7281. section.remindme-wrap .remindme-buttons {
  7282. position: relative;
  7283. float: right;
  7284. right: -20px;
  7285. margin-left: 20px;
  7286. }
  7287. }
  7288. @media (max-width: 767px) {
  7289. hr.under-hero {
  7290. margin-top: 0;
  7291. margin-bottom: 20px;
  7292. border-top: 1px solid #8e9ea5;
  7293. }
  7294. }
  7295. .page-index {
  7296. position: relative;
  7297. }
  7298. .page-index:before,
  7299. .page-index:after {
  7300. content: " ";
  7301. display: table;
  7302. }
  7303. .page-index:after {
  7304. clear: both;
  7305. }
  7306. .page-index:before,
  7307. .page-index:after {
  7308. content: " ";
  7309. display: table;
  7310. }
  7311. .page-index:after {
  7312. clear: both;
  7313. }
  7314. #social-panel {
  7315. width: 240px;
  7316. max-width: 100%;
  7317. height: 100%;
  7318. position: absolute;
  7319. top: 0;
  7320. right: 0;
  7321. overflow: hidden;
  7322. background-color: #fff;
  7323. }
  7324. @media (max-width: 875px) {
  7325. #social-panel {
  7326. position: relative;
  7327. width: 520px;
  7328. margin: auto;
  7329. height: auto;
  7330. overflow: hidden;
  7331. top: auto;
  7332. right: auto;
  7333. background-color: #ffffff;
  7334. border-top: 1px solid #8e9ea5;
  7335. }
  7336. }
  7337. #social-panel .mobile-feed-title {
  7338. display: none;
  7339. }
  7340. @media (max-width: 875px) {
  7341. #social-panel .mobile-feed-title {
  7342. display: block;
  7343. background-color: #ffffff;
  7344. color: #fff;
  7345. font-size: 16px;
  7346. font-family: 'Open Sans', Arial, sans-serif;
  7347. font-style: normal;
  7348. font-weight: 700;
  7349. padding: 10px;
  7350. }
  7351. }
  7352. #social-panel .twitter-content {
  7353. position: fixed;
  7354. width: 240px;
  7355. height: 100%;
  7356. padding-top: 75px;
  7357. bottom: 0;
  7358. }
  7359. @media (max-width: 875px) {
  7360. #social-panel .twitter-content {
  7361. height: 450px !important;
  7362. position: relative;
  7363. width: 100%;
  7364. padding: 6px;
  7365. background-color: #8e9ea5;
  7366. }
  7367. }
  7368. #social-panel .twitter-content .twitter-content-inner {
  7369. height: 100%;
  7370. width: 100%;
  7371. border-left: 1px solid #DEDEDE;
  7372. }
  7373. #social-panel .twitter-content .twitter-content-inner iframe,
  7374. #social-panel .twitter-content .twitter-content-inner #twitter-widget-1 {
  7375. width: 100% !important;
  7376. }
  7377. @media (max-width: 875px) {
  7378. #social-panel .twitter-content .twitter-content-inner {
  7379. border-left: none;
  7380. }
  7381. #social-panel .twitter-content .twitter-content-inner iframe,
  7382. #social-panel .twitter-content .twitter-content-inner #twitter-widget-1 {
  7383. height: 436px !important;
  7384. }
  7385. }
  7386. section.secondaryhero-wrap {
  7387. position: relative;
  7388. width: 100%;
  7389. height: auto;
  7390. overflow: hidden;
  7391. color: #ffffff;
  7392. }
  7393. @media (max-width: 767px) {
  7394. section.secondaryhero-wrap {
  7395. background-color: #1c2c32;
  7396. height: auto;
  7397. padding-top: 69px;
  7398. border-bottom: 1px solid #8e9ea5;
  7399. padding-bottom: 4px;
  7400. }
  7401. }
  7402. @media (max-width: 767px) {
  7403. section.secondaryhero-wrap .live-hero {
  7404. display: none;
  7405. }
  7406. }
  7407. section.secondaryhero-wrap .live-hero img {
  7408. position: absolute;
  7409. width: 100%;
  7410. }
  7411. section.secondaryhero-wrap .countdown-finished-message {
  7412. position: relative;
  7413. height: 50px;
  7414. padding: 4px 0px 0px 0px;
  7415. margin-bottom: 5px;
  7416. text-align: center;
  7417. }
  7418. @media (min-width: 768px) {
  7419. section.secondaryhero-wrap .countdown-finished-message {
  7420. height: 70px;
  7421. padding: 0px 25px 0px 0px;
  7422. margin: 0px;
  7423. text-align: right;
  7424. }
  7425. }
  7426. section.secondaryhero-wrap .secondaryhero-inner {
  7427. width: 100%;
  7428. position: relative;
  7429. margin-top: 75px;
  7430. height: auto;
  7431. padding: 29px 0;
  7432. background-color: rgba(0, 0, 0, 0.35);
  7433. }
  7434. section.secondaryhero-wrap .secondaryhero-inner:before,
  7435. section.secondaryhero-wrap .secondaryhero-inner:after {
  7436. content: " ";
  7437. display: table;
  7438. }
  7439. section.secondaryhero-wrap .secondaryhero-inner:after {
  7440. clear: both;
  7441. }
  7442. section.secondaryhero-wrap .secondaryhero-inner:before,
  7443. section.secondaryhero-wrap .secondaryhero-inner:after {
  7444. content: " ";
  7445. display: table;
  7446. }
  7447. section.secondaryhero-wrap .secondaryhero-inner:after {
  7448. clear: both;
  7449. }
  7450. @media (max-width: 767px) {
  7451. section.secondaryhero-wrap .secondaryhero-inner {
  7452. position: relative;
  7453. height: auto;
  7454. margin-top: 0;
  7455. padding: 0;
  7456. }
  7457. }
  7458. section.secondaryhero-wrap .secondaryhero-inner .inner-left {
  7459. width: 53%;
  7460. display: inline-block;
  7461. float: left;
  7462. }
  7463. @media (max-width: 767px) {
  7464. section.secondaryhero-wrap .secondaryhero-inner .inner-left {
  7465. display: none;
  7466. }
  7467. }
  7468. section.secondaryhero-wrap .secondaryhero-inner .inner-left h1 {
  7469. margin: 0;
  7470. padding: 0 25px;
  7471. font-family: 'Open Sans', Arial, sans-serif;
  7472. font-style: normal;
  7473. font-weight: 300;
  7474. font-size: 32px;
  7475. }
  7476. section.secondaryhero-wrap .secondaryhero-inner .inner-left h1 a img {
  7477. max-width: 337px;
  7478. }
  7479. section.secondaryhero-wrap .secondaryhero-inner .inner-left h3 {
  7480. font-family: 'Open Sans', Arial, sans-serif;
  7481. font-style: normal;
  7482. font-weight: 300;
  7483. font-size: 18px;
  7484. margin: 9px 0;
  7485. padding: 0 25px;
  7486. }
  7487. section.secondaryhero-wrap .secondaryhero-inner .inner-right {
  7488. width: 47%;
  7489. display: inline-block;
  7490. float: left;
  7491. }
  7492. @media (max-width: 767px) {
  7493. section.secondaryhero-wrap .secondaryhero-inner .inner-right {
  7494. width: 100%;
  7495. float: none;
  7496. text-align: center;
  7497. }
  7498. }
  7499. section.secondaryhero-wrap .secondaryhero-inner .inner-right .countdown {
  7500. padding: 0 8px 0 0;
  7501. }
  7502. @media (max-width: 767px) {
  7503. section.secondaryhero-wrap .secondaryhero-inner .inner-right .countdown {
  7504. padding: 0;
  7505. }
  7506. }
  7507. section.secondaryhero-wrap .secondaryhero-inner .inner-right .countdown table {
  7508. position: relative;
  7509. left: 0;
  7510. right: 0;
  7511. margin: 0 auto;
  7512. text-align: center;
  7513. max-width: 457px;
  7514. }
  7515. section.secondaryhero-wrap .secondaryhero-inner .inner-right .countdown table tr.countdown-numbers {
  7516. font-family: 'Open Sans', Arial, sans-serif;
  7517. font-style: normal;
  7518. font-weight: 700;
  7519. font-size: 50px;
  7520. line-height: 40px;
  7521. }
  7522. @media (max-width: 767px) {
  7523. section.secondaryhero-wrap .secondaryhero-inner .inner-right .countdown table tr.countdown-numbers {
  7524. font-size: 40px;
  7525. }
  7526. }
  7527. section.secondaryhero-wrap .secondaryhero-inner .inner-right .countdown table tr.countdown-numbers td {
  7528. width: 100px;
  7529. }
  7530. section.secondaryhero-wrap .secondaryhero-inner .inner-right .countdown table tr.countdown-text {
  7531. line-height: 30px;
  7532. }
  7533. section.secondaryhero-wrap .secondaryhero-inner .inner-right .countdown table tr.countdown-text th {
  7534. font-family: 'Open Sans', Arial, sans-serif;
  7535. font-style: normal;
  7536. font-weight: 400;
  7537. font-size: 11px;
  7538. text-align: center;
  7539. color: #ededed;
  7540. }
  7541. @media (max-width: 767px) {
  7542. section.secondaryhero-wrap .secondaryhero-inner .inner-right .countdown table tr.countdown-text th {
  7543. font-size: 10px;
  7544. line-height: 10px;
  7545. }
  7546. }
  7547. section.secondaryhero-wrap.post-event .secondaryhero-inner .inner-left {
  7548. width: 60%;
  7549. }
  7550. @media (max-width: 767px) {
  7551. section.secondaryhero-wrap.post-event .secondaryhero-inner .inner-left {
  7552. display: block;
  7553. }
  7554. }
  7555. section.secondaryhero-wrap.post-event .secondaryhero-inner .inner-left h2 {
  7556. padding: 0 25px;
  7557. font-family: 'Open Sans', Arial, sans-serif;
  7558. font-style: normal;
  7559. font-weight: 400;
  7560. font-size: 14px;
  7561. margin-top: 5px;
  7562. }
  7563. section.secondaryhero-wrap.post-event .secondaryhero-inner .inner-right {
  7564. width: 40%;
  7565. text-align: right;
  7566. position: absolute;
  7567. top: 50%;
  7568. margin-top: -10px;
  7569. }
  7570. section.secondaryhero-wrap.post-event .secondaryhero-inner .inner-right a.watch-it-live {
  7571. font-family: 'Open Sans', Arial, sans-serif;
  7572. font-style: normal;
  7573. font-weight: 600;
  7574. font-size: 18px;
  7575. color: #00b5ea;
  7576. margin-right: 52px;
  7577. }
  7578. section.secondaryhero-wrap.post-event .secondaryhero-inner .inner-right a.watch-it-live:hover {
  7579. text-decoration: none;
  7580. color: #2a6496;
  7581. }
  7582. section.secondaryhero-wrap.during-event .secondaryhero-inner .inner-left {
  7583. width: 60%;
  7584. }
  7585. @media (max-width: 767px) {
  7586. section.secondaryhero-wrap.during-event .secondaryhero-inner .inner-left {
  7587. display: block;
  7588. }
  7589. }
  7590. section.secondaryhero-wrap.during-event .secondaryhero-inner .inner-left .happening-now {
  7591. padding: 0 25px;
  7592. font-family: 'Open Sans', Arial, sans-serif;
  7593. font-style: normal;
  7594. font-weight: 400;
  7595. font-size: 14px;
  7596. margin-top: 5px;
  7597. }
  7598. section.secondaryhero-wrap.during-event .secondaryhero-inner .inner-left .happening-now i {
  7599. color: #34f288;
  7600. }
  7601. section.secondaryhero-wrap.during-event .secondaryhero-inner .inner-right {
  7602. width: 40%;
  7603. text-align: right;
  7604. position: absolute;
  7605. top: 50%;
  7606. margin-top: -10px;
  7607. }
  7608. section.secondaryhero-wrap.during-event .secondaryhero-inner .inner-right a.watch-it-live {
  7609. font-family: 'Open Sans', Arial, sans-serif;
  7610. font-style: normal;
  7611. font-weight: 600;
  7612. font-size: 18px;
  7613. color: #00b5ea;
  7614. margin-right: 52px;
  7615. }
  7616. section.secondaryhero-wrap.during-event .secondaryhero-inner .inner-right a.watch-it-live:hover {
  7617. text-decoration: none;
  7618. color: #2a6496;
  7619. }
  7620. .video-detail {
  7621. padding-top: 30px;
  7622. background-color: #ffffff;
  7623. padding-bottom: 34px;
  7624. border-bottom: 1px solid #ebebeb;
  7625. margin-bottom: 30px;
  7626. }
  7627. .video-detail:before,
  7628. .video-detail:after {
  7629. content: " ";
  7630. display: table;
  7631. }
  7632. .video-detail:after {
  7633. clear: both;
  7634. }
  7635. .video-detail:before,
  7636. .video-detail:after {
  7637. content: " ";
  7638. display: table;
  7639. }
  7640. .video-detail:after {
  7641. clear: both;
  7642. }
  7643. @media (max-width: 767px) {
  7644. .video-detail {
  7645. padding: 0;
  7646. }
  7647. }
  7648. .video-detail .video-detail-inner {
  7649. position: relative;
  7650. margin: 0 auto;
  7651. width: 100%;
  7652. max-width: 816px;
  7653. }
  7654. .video-detail .video-detail-inner:before,
  7655. .video-detail .video-detail-inner:after {
  7656. content: " ";
  7657. display: table;
  7658. }
  7659. .video-detail .video-detail-inner:after {
  7660. clear: both;
  7661. }
  7662. .video-detail .video-detail-inner:before,
  7663. .video-detail .video-detail-inner:after {
  7664. content: " ";
  7665. display: table;
  7666. }
  7667. .video-detail .video-detail-inner:after {
  7668. clear: both;
  7669. }
  7670. .video-detail .video-detail-inner .video-detail-wrapper {
  7671. max-height: 458px;
  7672. }
  7673. @media (max-width: 767px) {
  7674. .video-detail .video-detail-inner .video-detail-wrapper {
  7675. padding: 16px 6px 25px;
  7676. background-color: #1c2c32;
  7677. }
  7678. }
  7679. @media (max-width: 320px) {
  7680. .video-detail .video-detail-inner .video-detail-wrapper {
  7681. height: 216px;
  7682. }
  7683. }
  7684. .video-detail .video-detail-inner .video-detail-wrapper .video-metadata-inner:before,
  7685. .video-detail .video-detail-inner .video-detail-wrapper .video-metadata-inner:after {
  7686. content: " ";
  7687. display: table;
  7688. }
  7689. .video-detail .video-detail-inner .video-detail-wrapper .video-metadata-inner:after {
  7690. clear: both;
  7691. }
  7692. .video-detail .video-detail-inner .video-detail-wrapper .video-metadata-inner:before,
  7693. .video-detail .video-detail-inner .video-detail-wrapper .video-metadata-inner:after {
  7694. content: " ";
  7695. display: table;
  7696. }
  7697. .video-detail .video-detail-inner .video-detail-wrapper .video-metadata-inner:after {
  7698. clear: both;
  7699. }
  7700. .video-detail .video-detail-left,
  7701. .video-detail .video-detail-right {
  7702. position: relative;
  7703. float: left;
  7704. }
  7705. @media (max-width: 767px) {
  7706. .video-detail .video-detail-left,
  7707. .video-detail .video-detail-right {
  7708. float: none;
  7709. width: 100%;
  7710. }
  7711. }
  7712. .video-detail .related-link {
  7713. display: block;
  7714. float: left;
  7715. font-weight: bold;
  7716. color: #00b5ea;
  7717. padding: 0px 20px 20px 20px;
  7718. }
  7719. .video-detail .related-link a {
  7720. color: #00b5ea;
  7721. }
  7722. @media (min-width: 768px) {
  7723. .video-detail .related-link {
  7724. padding: 0px 25px 20px 25px;
  7725. }
  7726. }
  7727. .video-detail .video-info-box {
  7728. background-color: #ffffff;
  7729. padding: 20px 20px 20px 25px;
  7730. position: relative;
  7731. border-bottom-left-radius: 6px;
  7732. border-bottom-right-radius: 6px;
  7733. }
  7734. @media (max-width: 600px) {
  7735. .video-detail .video-info-box {
  7736. padding: 0 0 10px;
  7737. }
  7738. }
  7739. @media (min-width: 768px) {
  7740. .video-detail .video-info-box {
  7741. padding: 20px 255px 20px 25px;
  7742. }
  7743. }
  7744. .video-detail .video-info-box h1 {
  7745. margin-top: 0;
  7746. margin-bottom: 8px;
  7747. font-family: 'Open Sans', Arial, sans-serif;
  7748. font-style: normal;
  7749. font-weight: 600;
  7750. color: #1c2a30;
  7751. font-size: 20px;
  7752. }
  7753. @media (max-width: 600px) {
  7754. .video-detail .video-info-box h1 {
  7755. font-size: 16px;
  7756. text-align: center;
  7757. padding: 14px 10px 0px;
  7758. }
  7759. }
  7760. .video-detail .video-info-box .video-creation-and-views {
  7761. font-size: 13px;
  7762. font-family: 'Open Sans', Arial, sans-serif;
  7763. font-style: normal;
  7764. font-weight: 400;
  7765. color: #8e9ea5;
  7766. }
  7767. @media (max-width: 600px) {
  7768. .video-detail .video-info-box .video-creation-and-views {
  7769. text-align: center;
  7770. margin-bottom: 14px;
  7771. }
  7772. }
  7773. .video-detail .video-info-box .video-creation-and-views .video-creation-date {
  7774. margin-right: 30px;
  7775. }
  7776. .video-detail .video-info-box .share-video-component {
  7777. position: absolute;
  7778. right: 0;
  7779. top: 0;
  7780. height: 100%;
  7781. }
  7782. @media (max-width: 600px) {
  7783. .video-detail .video-info-box .share-video-component {
  7784. position: relative;
  7785. width: 100%;
  7786. display: block;
  7787. }
  7788. }
  7789. .video-detail .video-info-box .share-video-component .share-video {
  7790. text-align: center;
  7791. color: #00b5ea;
  7792. background-color: #ffffff;
  7793. font-family: 'Open Sans', Arial, sans-serif;
  7794. font-style: normal;
  7795. font-weight: 600;
  7796. font-size: 16px;
  7797. padding: 20px;
  7798. transition: background-color 0.1s, color 0.1s;
  7799. width: 132px;
  7800. height: 100%;
  7801. border-bottom-right-radius: 6px;
  7802. display: block;
  7803. }
  7804. .video-detail .video-info-box .share-video-component .share-video:hover {
  7805. background-color: #00b5ea;
  7806. color: #ffffff;
  7807. text-decoration: none;
  7808. }
  7809. .video-detail .video-info-box .share-video-component .share-video i {
  7810. font-size: 25px;
  7811. }
  7812. @media (max-width: 600px) {
  7813. .video-detail .video-info-box .share-video-component .share-video {
  7814. position: relative;
  7815. width: 100%;
  7816. display: block;
  7817. padding: 27px;
  7818. border-bottom: 1px solid #8e9ea5;
  7819. }
  7820. .video-detail .video-info-box .share-video-component .share-video i {
  7821. margin-right: 6px;
  7822. }
  7823. .video-detail .video-info-box .share-video-component .share-video br {
  7824. display: none;
  7825. }
  7826. }
  7827. .video-detail .video-info-box .share-video-component ul.share-video-dropdown {
  7828. position: absolute;
  7829. top: 100%;
  7830. right: 0;
  7831. z-index: 1;
  7832. background-color: #fff;
  7833. list-style-type: none;
  7834. width: 132px;
  7835. padding: 16px 0;
  7836. box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  7837. border-bottom-left-radius: 3px;
  7838. border-bottom-right-radius: 3px;
  7839. display: none;
  7840. }
  7841. @media (max-width: 600px) {
  7842. .video-detail .video-info-box .share-video-component ul.share-video-dropdown {
  7843. width: 100%;
  7844. text-align: center;
  7845. }
  7846. }
  7847. .video-detail .video-info-box .share-video-component ul.share-video-dropdown li a {
  7848. color: #666666;
  7849. font-family: 'Open Sans', Arial, sans-serif;
  7850. font-style: normal;
  7851. font-weight: 400;
  7852. font-size: 14px;
  7853. padding: 4px 6px 4px 27px;
  7854. display: block;
  7855. }
  7856. .video-detail .video-info-box .share-video-component ul.share-video-dropdown li a i {
  7857. color: #00b5ea;
  7858. font-size: 19px;
  7859. }
  7860. .video-detail .video-info-box .share-video-component ul.share-video-dropdown li a:hover {
  7861. background-color: #00b5ea;
  7862. color: #ffffff;
  7863. text-decoration: none;
  7864. }
  7865. .video-detail .video-info-box .share-video-component ul.share-video-dropdown li a:hover i {
  7866. color: #ffffff;
  7867. }
  7868. .video-detail .video-detail-left-right-wrapper {
  7869. position: relative;
  7870. width: 100%;
  7871. }
  7872. .video-detail .video-detail-left-right-wrapper:before,
  7873. .video-detail .video-detail-left-right-wrapper:after {
  7874. content: " ";
  7875. display: table;
  7876. }
  7877. .video-detail .video-detail-left-right-wrapper:after {
  7878. clear: both;
  7879. }
  7880. .video-detail .video-detail-left-right-wrapper:before,
  7881. .video-detail .video-detail-left-right-wrapper:after {
  7882. content: " ";
  7883. display: table;
  7884. }
  7885. .video-detail .video-detail-left-right-wrapper:after {
  7886. clear: both;
  7887. }
  7888. .video-detail p {
  7889. padding: 20px 25px;
  7890. font-family: 'Open Sans', Arial, sans-serif;
  7891. font-style: normal;
  7892. font-weight: 400;
  7893. color: #666666;
  7894. font-size: 14px;
  7895. line-height: 23px;
  7896. }
  7897. @media (max-width: 767px) {
  7898. .video-detail p {
  7899. padding: 20px;
  7900. width: auto;
  7901. }
  7902. }
  7903. .video-detail p.video-description {
  7904. margin: 0px;
  7905. }
  7906. @media (max-width: 767px) {
  7907. .video-detail p.video-description {
  7908. min-height: 0;
  7909. }
  7910. }
  7911. .video-detail .view-comments-container {
  7912. padding: 20px;
  7913. }
  7914. .video-detail .view-comments-container:before,
  7915. .video-detail .view-comments-container:after {
  7916. content: " ";
  7917. display: table;
  7918. }
  7919. .video-detail .view-comments-container:after {
  7920. clear: both;
  7921. }
  7922. .video-detail .view-comments-container:before,
  7923. .video-detail .view-comments-container:after {
  7924. content: " ";
  7925. display: table;
  7926. }
  7927. .video-detail .view-comments-container:after {
  7928. clear: both;
  7929. }
  7930. .video-detail .view-comments-container .view-comments-button {
  7931. color: #00b5ea;
  7932. border: 2px solid #00b5ea;
  7933. border-radius: 2px;
  7934. font-size: 16px;
  7935. font-family: 'Open Sans', Arial, sans-serif;
  7936. font-style: normal;
  7937. font-weight: 600;
  7938. padding: 12px;
  7939. transition: background-color 0.1s, color 0.1s;
  7940. display: inline-block;
  7941. }
  7942. .video-detail .view-comments-container .view-comments-button:hover {
  7943. text-decoration: none;
  7944. color: #fff;
  7945. background-color: #00b5ea;
  7946. }
  7947. .video-detail .view-comments-container .view-comments-button .hide-comments {
  7948. display: none;
  7949. }
  7950. .video-detail .view-comments-container .view-comments-button.active span.view-comments {
  7951. display: none;
  7952. }
  7953. .video-detail .view-comments-container .view-comments-button.active span.hide-comments {
  7954. display: inline;
  7955. }
  7956. @media (max-width: 767px) {
  7957. .video-detail .view-comments-container {
  7958. text-align: center;
  7959. width: 100%;
  7960. }
  7961. }
  7962. .video-detail .video-comments {
  7963. padding: 0px 20px;
  7964. }
  7965. .video-detail .bc-cta-container .bc-cta {
  7966. margin-top: 25px;
  7967. }
  7968. .video-detail .bc-cta-container .bc-cta img {
  7969. width: 100%;
  7970. }
  7971. @media (max-width: 767px) {
  7972. .video-detail .bc-cta-container .bc-cta {
  7973. display: block;
  7974. position: relative;
  7975. left: 50%;
  7976. margin-left: -150px;
  7977. }
  7978. }
  7979. h2.section-title-similar-videos {
  7980. max-width: 1104px;
  7981. margin: 0 auto 33px;
  7982. padding: 0 32px;
  7983. font-family: 'Open Sans', Arial, sans-serif;
  7984. font-style: normal;
  7985. font-weight: 700;
  7986. font-size: 20px;
  7987. color: #1c2a30;
  7988. clear: both;
  7989. }
  7990. @media (max-width: 767px) {
  7991. h2.section-title-similar-videos {
  7992. margin: 20px auto 10px;
  7993. padding: 0 20px;
  7994. }
  7995. }
  7996. section.video-grid-similar-videos {
  7997. padding: 0 12px;
  7998. }
  7999. @media (max-width: 767px) {
  8000. section.video-grid-similar-videos {
  8001. padding: 0 20px;
  8002. }
  8003. }
  8004. section.video-grid-similar-videos .video-grid-inner {
  8005. max-width: 1080px;
  8006. margin: 0 auto;
  8007. }
  8008. section.video-grid-similar-videos .video-grid-inner .video-grid-item {
  8009. width: 31.7%;
  8010. margin-right: 1.8%;
  8011. display: inline-block;
  8012. height: 330px;
  8013. overflow: hidden;
  8014. }
  8015. section.video-grid-similar-videos .video-grid-inner .video-grid-item:last-child {
  8016. margin-right: 0;
  8017. }
  8018. @media (max-width: 767px) {
  8019. section.video-grid-similar-videos .video-grid-inner .video-grid-item {
  8020. width: 100%;
  8021. margin-right: 0;
  8022. height: auto;
  8023. margin-bottom: 20px;
  8024. }
  8025. }
  8026. section.video-grid-similar-videos .video-grid-inner .video-grid-item:hover {
  8027. box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.42);
  8028. text-decoration: none;
  8029. }
  8030. @media (max-width: 767px) {
  8031. section.video-grid-similar-videos .video-grid-inner .video-grid-item:hover {
  8032. box-shadow: none;
  8033. }
  8034. }
  8035. section.video-grid-similar-videos .video-grid-inner .video-grid-item a:hover {
  8036. text-decoration: none;
  8037. }
  8038. section.video-grid-similar-videos .video-grid-inner .video-grid-item a .video-grid-item-inner {
  8039. padding: 20px;
  8040. }
  8041. @media (max-width: 767px) {
  8042. section.video-grid-similar-videos .video-grid-inner .video-grid-item a .video-grid-item-inner {
  8043. padding: 0;
  8044. }
  8045. }
  8046. section.video-grid-similar-videos .video-grid-inner .video-grid-item a .video-grid-item-inner .video-image-wrapper {
  8047. position: relative;
  8048. }
  8049. @media (max-width: 767px) {
  8050. section.video-grid-similar-videos .video-grid-inner .video-grid-item a .video-grid-item-inner .video-image-wrapper {
  8051. width: 47%;
  8052. margin-right: 5%;
  8053. float: left;
  8054. }
  8055. }
  8056. section.video-grid-similar-videos .video-grid-inner .video-grid-item a .video-grid-item-inner .video-image-wrapper img.video-image {
  8057. width: 100%;
  8058. }
  8059. section.video-grid-similar-videos .video-grid-inner .video-grid-item a .video-grid-item-inner .video-image-wrapper .video-length {
  8060. position: absolute;
  8061. top: 5px;
  8062. right: 5px;
  8063. background-color: #0c1317;
  8064. color: #00b5ea;
  8065. font-family: 'Open Sans', Arial, sans-serif;
  8066. font-style: normal;
  8067. font-weight: 600;
  8068. font-size: 11px;
  8069. padding: 1px 9px;
  8070. border-radius: 3px;
  8071. }
  8072. section.video-grid-similar-videos .video-grid-inner .video-grid-item a .video-grid-item-inner h3.video-title {
  8073. font-family: 'Open Sans', Arial, sans-serif;
  8074. font-style: normal;
  8075. font-weight: 600;
  8076. font-size: 16px;
  8077. line-height: 19px;
  8078. color: #1c2a30;
  8079. text-decoration: none;
  8080. margin-top: 8px;
  8081. margin-bottom: 4px;
  8082. }
  8083. section.video-grid-similar-videos .video-grid-inner .video-grid-item a .video-grid-item-inner h3.video-title:hover {
  8084. text-decoration: none;
  8085. }
  8086. @media (max-width: 767px) {
  8087. section.video-grid-similar-videos .video-grid-inner .video-grid-item a .video-grid-item-inner h3.video-title {
  8088. float: left;
  8089. max-width: 48%;
  8090. color: #00b5ea;
  8091. margin-top: 0;
  8092. }
  8093. }
  8094. section.video-grid-similar-videos .video-grid-inner .video-grid-item a .video-grid-item-inner p.video-description {
  8095. font-family: 'Open Sans', Arial, sans-serif;
  8096. font-style: normal;
  8097. font-weight: 400;
  8098. font-size: 12px;
  8099. color: #666666;
  8100. margin-bottom: 4px;
  8101. }
  8102. @media (max-width: 767px) {
  8103. section.video-grid-similar-videos .video-grid-inner .video-grid-item a .video-grid-item-inner p.video-description {
  8104. float: left;
  8105. width: 46%;
  8106. }
  8107. }
  8108. section.video-grid-similar-videos .video-grid-inner .video-grid-item a .video-grid-item-inner .metadata-overlay {
  8109. /* "removing" with CSS - saving structure for posterity */
  8110. display: none !important;
  8111. }
  8112. @media (max-width: 767px) {
  8113. section.video-grid-similar-videos .video-grid-inner .video-grid-item a .video-grid-item-inner .metadata-overlay {
  8114. display: none;
  8115. }
  8116. }
  8117. section.video-grid-similar-videos .video-grid-inner .video-grid-item a .video-grid-item-inner .metadata-overlay .metadata-publisheddate {
  8118. font-family: 'Open Sans', Arial, sans-serif;
  8119. font-style: normal;
  8120. font-weight: 400;
  8121. font-size: 11px;
  8122. color: #8e9ea5;
  8123. }
  8124. .mobile-list-item {
  8125. color: #00b5ea;
  8126. background-color: #ffffff;
  8127. padding: 20px;
  8128. width: 100%;
  8129. transition: background-color 0.1s, color 0.1s;
  8130. }
  8131. .mobile-list-item:hover {
  8132. background-color: #00b5ea;
  8133. color: #ffffff;
  8134. text-decoration: none;
  8135. }
  8136. .mobile-list-item i {
  8137. font-size: 25px;
  8138. }
  8139. section.categories-list .categories-list-inner .mobile-current-title {
  8140. display: none;
  8141. }
  8142. @media (max-width: 767px) {
  8143. section.categories-list .categories-list-inner .mobile-current-title {
  8144. display: block;
  8145. color: #00b5ea;
  8146. background-color: #ffffff;
  8147. padding: 20px;
  8148. width: 100%;
  8149. transition: background-color 0.1s, color 0.1s;
  8150. font-family: 'Open Sans', Arial, sans-serif;
  8151. font-style: normal;
  8152. font-weight: 600;
  8153. font-size: 16px;
  8154. border-bottom: 1px solid #00b5ea;
  8155. }
  8156. section.categories-list .categories-list-inner .mobile-current-title:hover {
  8157. background-color: #00b5ea;
  8158. color: #ffffff;
  8159. text-decoration: none;
  8160. }
  8161. section.categories-list .categories-list-inner .mobile-current-title i {
  8162. font-size: 25px;
  8163. }
  8164. section.categories-list .categories-list-inner .mobile-current-title i.fa {
  8165. position: absolute;
  8166. right: 20px;
  8167. }
  8168. }
  8169. section.categories-list .categories-list-inner > ul.categories {
  8170. margin: 0;
  8171. padding: 0;
  8172. list-style-type: none;
  8173. background-color: #ffffff;
  8174. text-align: center;
  8175. }
  8176. @media (min-width: 768px) {
  8177. section.categories-list .categories-list-inner > ul.categories {
  8178. display: block !important;
  8179. }
  8180. }
  8181. @media (max-width: 767px) {
  8182. section.categories-list .categories-list-inner > ul.categories {
  8183. height: auto;
  8184. display: none;
  8185. }
  8186. }
  8187. section.categories-list .categories-list-inner > ul.categories > li {
  8188. display: inline-block;
  8189. border-bottom: 4px solid transparent;
  8190. position: relative;
  8191. }
  8192. @media (max-width: 767px) {
  8193. section.categories-list .categories-list-inner > ul.categories > li {
  8194. display: block;
  8195. text-align: left;
  8196. border-bottom: none;
  8197. }
  8198. }
  8199. section.categories-list .categories-list-inner > ul.categories > li.current {
  8200. border-bottom: 4px solid #00b5ea;
  8201. font-family: 'Open Sans', Arial, sans-serif;
  8202. font-style: normal;
  8203. font-weight: 600;
  8204. }
  8205. @media (max-width: 767px) {
  8206. section.categories-list .categories-list-inner > ul.categories > li.current {
  8207. border-bottom: none;
  8208. }
  8209. }
  8210. section.categories-list .categories-list-inner > ul.categories > li > a {
  8211. color: #00b5ea;
  8212. font-size: 18px;
  8213. padding: 20px;
  8214. display: inline-block;
  8215. z-index: 2;
  8216. position: relative;
  8217. }
  8218. @media (max-width: 767px) {
  8219. section.categories-list .categories-list-inner > ul.categories > li > a {
  8220. color: #00b5ea;
  8221. background-color: #ffffff;
  8222. padding: 20px;
  8223. width: 100%;
  8224. transition: background-color 0.1s, color 0.1s;
  8225. }
  8226. section.categories-list .categories-list-inner > ul.categories > li > a:hover {
  8227. background-color: #00b5ea;
  8228. color: #ffffff;
  8229. text-decoration: none;
  8230. }
  8231. section.categories-list .categories-list-inner > ul.categories > li > a i {
  8232. font-size: 25px;
  8233. }
  8234. section.categories-list .categories-list-inner > ul.categories > li > a i.fa {
  8235. display: none;
  8236. }
  8237. }
  8238. section.categories-list .categories-list-inner > ul.categories > li > .dropdown-box {
  8239. padding: 48px 0 14px;
  8240. position: absolute;
  8241. top: 8px;
  8242. text-align: left;
  8243. width: 100%;
  8244. background-color: #ffffff;
  8245. box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.75);
  8246. border-bottom-right-radius: 3px;
  8247. border-bottom-left-radius: 3px;
  8248. display: none;
  8249. z-index: 1;
  8250. }
  8251. @media (max-width: 767px) {
  8252. section.categories-list .categories-list-inner > ul.categories > li > .dropdown-box {
  8253. display: block !important;
  8254. position: relative;
  8255. padding: 0;
  8256. box-shadow: none;
  8257. margin-top: -8px;
  8258. }
  8259. }
  8260. section.categories-list .categories-list-inner > ul.categories > li > .dropdown-box > ul.dropdown-inner {
  8261. margin: 0;
  8262. padding: 0;
  8263. list-style-type: none;
  8264. }
  8265. @media (max-width: 767px) {
  8266. section.categories-list .categories-list-inner > ul.categories > li > .dropdown-box > ul.dropdown-inner {
  8267. display: block !important;
  8268. }
  8269. }
  8270. section.categories-list .categories-list-inner > ul.categories > li > .dropdown-box > ul.dropdown-inner > li {
  8271. display: block;
  8272. }
  8273. section.categories-list .categories-list-inner > ul.categories > li > .dropdown-box > ul.dropdown-inner > li:first-child > a {
  8274. padding-top: 0;
  8275. }
  8276. @media (max-width: 767px) {
  8277. section.categories-list .categories-list-inner > ul.categories > li > .dropdown-box > ul.dropdown-inner > li:first-child > a {
  8278. color: #00b5ea;
  8279. background-color: #ffffff;
  8280. padding: 20px;
  8281. width: 100%;
  8282. transition: background-color 0.1s, color 0.1s;
  8283. padding: 20px 20px 20px 40px;
  8284. }
  8285. section.categories-list .categories-list-inner > ul.categories > li > .dropdown-box > ul.dropdown-inner > li:first-child > a:hover {
  8286. background-color: #00b5ea;
  8287. color: #ffffff;
  8288. text-decoration: none;
  8289. }
  8290. section.categories-list .categories-list-inner > ul.categories > li > .dropdown-box > ul.dropdown-inner > li:first-child > a i {
  8291. font-size: 25px;
  8292. }
  8293. }
  8294. section.categories-list .categories-list-inner > ul.categories > li > .dropdown-box > ul.dropdown-inner > li.current > a {
  8295. font-family: 'Open Sans', Arial, sans-serif;
  8296. font-style: normal;
  8297. font-weight: 600;
  8298. }
  8299. section.categories-list .categories-list-inner > ul.categories > li > .dropdown-box > ul.dropdown-inner > li > a {
  8300. font-family: 'Open Sans', Arial, sans-serif;
  8301. font-style: normal;
  8302. font-weight: 400;
  8303. font-size: 15px;
  8304. color: #737d81;
  8305. padding: 8px 20px;
  8306. display: block;
  8307. }
  8308. @media (max-width: 767px) {
  8309. section.categories-list .categories-list-inner > ul.categories > li > .dropdown-box > ul.dropdown-inner > li > a {
  8310. color: #00b5ea;
  8311. background-color: #ffffff;
  8312. padding: 20px;
  8313. width: 100%;
  8314. transition: background-color 0.1s, color 0.1s;
  8315. padding: 20px 20px 20px 40px;
  8316. }
  8317. section.categories-list .categories-list-inner > ul.categories > li > .dropdown-box > ul.dropdown-inner > li > a:hover {
  8318. background-color: #00b5ea;
  8319. color: #ffffff;
  8320. text-decoration: none;
  8321. }
  8322. section.categories-list .categories-list-inner > ul.categories > li > .dropdown-box > ul.dropdown-inner > li > a i {
  8323. font-size: 25px;
  8324. }
  8325. }
  8326. .category-container .video-grid-categories {
  8327. width: 100%;
  8328. max-width: 992px;
  8329. margin: 0 auto;
  8330. }
  8331. .category-container .video-grid-categories:before,
  8332. .category-container .video-grid-categories:after {
  8333. content: " ";
  8334. display: table;
  8335. }
  8336. .category-container .video-grid-categories:after {
  8337. clear: both;
  8338. }
  8339. .category-container .video-grid-categories:before,
  8340. .category-container .video-grid-categories:after {
  8341. content: " ";
  8342. display: table;
  8343. }
  8344. .category-container .video-grid-categories:after {
  8345. clear: both;
  8346. }
  8347. .category-container .video-grid-categories .sortVideos {
  8348. position: relative;
  8349. right: 30px;
  8350. top: 10px;
  8351. text-align: right;
  8352. display: block;
  8353. margin: 10px 0;
  8354. }
  8355. .category-container .video-grid-categories .video-grid-item {
  8356. width: 33%;
  8357. float: left;
  8358. height: 330px;
  8359. }
  8360. @media (max-width: 767px) {
  8361. .category-container .video-grid-categories .video-grid-item {
  8362. height: auto;
  8363. width: 100%;
  8364. }
  8365. }
  8366. .category-container .video-grid-categories .video-grid-item:hover {
  8367. box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.42);
  8368. text-decoration: none;
  8369. }
  8370. @media (max-width: 767px) {
  8371. .category-container .video-grid-categories .video-grid-item:hover {
  8372. box-shadow: none;
  8373. }
  8374. }
  8375. .category-container .video-grid-categories .video-grid-item a:hover {
  8376. text-decoration: none;
  8377. }
  8378. .category-container .video-grid-categories .video-grid-item .video-grid-item-inner {
  8379. padding: 20px;
  8380. }
  8381. .category-container .video-grid-categories .video-grid-item .video-grid-item-inner:before,
  8382. .category-container .video-grid-categories .video-grid-item .video-grid-item-inner:after {
  8383. content: " ";
  8384. display: table;
  8385. }
  8386. .category-container .video-grid-categories .video-grid-item .video-grid-item-inner:after {
  8387. clear: both;
  8388. }
  8389. .category-container .video-grid-categories .video-grid-item .video-grid-item-inner:before,
  8390. .category-container .video-grid-categories .video-grid-item .video-grid-item-inner:after {
  8391. content: " ";
  8392. display: table;
  8393. }
  8394. .category-container .video-grid-categories .video-grid-item .video-grid-item-inner:after {
  8395. clear: both;
  8396. }
  8397. .category-container .video-grid-categories .video-grid-item .video-grid-item-inner .video-image-wrapper {
  8398. position: relative;
  8399. }
  8400. .category-container .video-grid-categories .video-grid-item .video-grid-item-inner .video-image-wrapper .video-image {
  8401. width: 100%;
  8402. }
  8403. .category-container .video-grid-categories .video-grid-item .video-grid-item-inner .video-image-wrapper .video-length {
  8404. position: absolute;
  8405. top: 5px;
  8406. right: 5px;
  8407. background-color: #0c1317;
  8408. color: #00b5ea;
  8409. font-family: 'Open Sans', Arial, sans-serif;
  8410. font-style: normal;
  8411. font-weight: 600;
  8412. font-size: 11px;
  8413. padding: 1px 9px;
  8414. border-radius: 3px;
  8415. }
  8416. .category-container .video-grid-categories .video-grid-item .video-grid-item-inner h3.video-title {
  8417. font-family: 'Open Sans', Arial, sans-serif;
  8418. font-style: normal;
  8419. font-weight: 600;
  8420. font-size: 16px;
  8421. line-height: 19px;
  8422. color: #1c2a30;
  8423. text-decoration: none;
  8424. margin-top: 8px;
  8425. margin-bottom: 4px;
  8426. }
  8427. .category-container .video-grid-categories .video-grid-item .video-grid-item-inner h3.video-title:hover {
  8428. text-decoration: none;
  8429. }
  8430. .category-container .video-grid-categories .video-grid-item .video-grid-item-inner p.video-description {
  8431. font-family: 'Open Sans', Arial, sans-serif;
  8432. font-style: normal;
  8433. font-weight: 400;
  8434. font-size: 12px;
  8435. color: #666666;
  8436. margin-bottom: 4px;
  8437. }
  8438. .category-container .video-grid-categories .video-grid-item .video-grid-item-inner .metadata-overlay {
  8439. /* "removing" with CSS - saving structure for posterity */
  8440. display: none !important;
  8441. }
  8442. .category-container .video-grid-categories .video-grid-item .video-grid-item-inner .metadata-overlay .metadata-publisheddate {
  8443. font-family: 'Open Sans', Arial, sans-serif;
  8444. font-style: normal;
  8445. font-weight: 400;
  8446. font-size: 11px;
  8447. color: #8e9ea5;
  8448. }
  8449. .video-wrap {
  8450. position: relative;
  8451. width: 100%;
  8452. }
  8453. .video-wrap:before,
  8454. .video-wrap:after {
  8455. content: " ";
  8456. display: table;
  8457. }
  8458. .video-wrap:after {
  8459. clear: both;
  8460. }
  8461. .video-wrap:before,
  8462. .video-wrap:after {
  8463. content: " ";
  8464. display: table;
  8465. }
  8466. .video-wrap:after {
  8467. clear: both;
  8468. }
  8469. .video-wrap .video-wrap-title {
  8470. font-family: 'Open Sans', Arial, sans-serif;
  8471. font-style: normal;
  8472. font-weight: 700;
  8473. margin-bottom: 10px;
  8474. padding-left: 20px;
  8475. font-size: 20px;
  8476. color: #1c2a30;
  8477. }
  8478. @media (max-width: 767px) {
  8479. .video-wrap .video-wrap-title {
  8480. margin-bottom: 17px;
  8481. padding-left: 10px;
  8482. font-size: 16px;
  8483. }
  8484. }
  8485. .video-wrap .video-grid-item {
  8486. position: relative;
  8487. float: left;
  8488. box-sizing: border-box;
  8489. width: 33.333333333%;
  8490. height: 460px;
  8491. padding: 20px;
  8492. }
  8493. .video-wrap .video-grid-item .video-image-wrapper img {
  8494. width: 100%;
  8495. }
  8496. .video-wrap .video-grid-item .video-image-wrapper .video-length {
  8497. position: absolute;
  8498. top: 5px;
  8499. right: 5px;
  8500. background-color: #0c1317;
  8501. color: #00b5ea;
  8502. font-family: 'Open Sans', Arial, sans-serif;
  8503. font-style: normal;
  8504. font-weight: 600;
  8505. font-size: 11px;
  8506. padding: 1px 9px;
  8507. border-radius: 3px;
  8508. top: 30px;
  8509. right: 30px;
  8510. }
  8511. .video-wrap .video-grid-item .video-title {
  8512. font-family: 'Open Sans', Arial, sans-serif;
  8513. font-style: normal;
  8514. font-weight: 600;
  8515. margin-top: 5px;
  8516. font-size: 18px;
  8517. color: #1c2a30;
  8518. }
  8519. .video-wrap .video-grid-item .video-description {
  8520. font-family: 'Open Sans', Arial, sans-serif;
  8521. font-style: normal;
  8522. font-weight: 400;
  8523. font-size: 14px;
  8524. color: #666666;
  8525. }
  8526. .video-wrap .video-grid-item .metadata-overlay {
  8527. display: none;
  8528. }
  8529. @media (max-width: 1200px) {
  8530. .video-wrap .video-grid-item {
  8531. width: 50%;
  8532. }
  8533. }
  8534. @media (max-width: 767px) {
  8535. .video-wrap .video-grid-item {
  8536. width: 100%;
  8537. padding: 10px;
  8538. height: auto;
  8539. }
  8540. }
  8541. @media (min-width: 1500px) {
  8542. .video-wrap .video-grid-item {
  8543. height: 480px;
  8544. }
  8545. }
  8546. @media (max-width: 767px) {
  8547. .video-wrap .video-grid-item.with-cta {
  8548. background-color: #000000;
  8549. }
  8550. }
  8551. .video-wrap .video-grid-item.with-cta:hover {
  8552. box-shadow: none;
  8553. }
  8554. .video-wrap .video-grid-item:hover {
  8555. box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.42);
  8556. text-decoration: none;
  8557. }
  8558. .video-wrap .video-grid-item:hover a {
  8559. text-decoration: none;
  8560. }
  8561. .video-wrap .see-more-cta-container {
  8562. clear: both;
  8563. padding: 20px;
  8564. }
  8565. .video-wrap .see-more-cta-container .see-more-cta {
  8566. font-family: 'Open Sans', Arial, sans-serif;
  8567. font-style: normal;
  8568. font-weight: 600;
  8569. display: inline-block;
  8570. margin-top: 5px;
  8571. font-size: 18px;
  8572. color: #00b5ea;
  8573. }
  8574. .video-wrap .see-more-cta-container .see-more-cta:hover {
  8575. text-decoration: none;
  8576. color: #2a6496;
  8577. }
  8578. @media (max-width: 767px) {
  8579. .video-wrap .see-more-cta-container {
  8580. padding-left: 10px;
  8581. }
  8582. }
  8583. section.pagination-wrapper {
  8584. margin-top: 50px;
  8585. }
  8586. section.pagination-wrapper .pagination-wrapper-inner .pagination-container .pagination-inner {
  8587. text-align: center;
  8588. }
  8589. section.pagination-wrapper .pagination-wrapper-inner .pagination-container .pagination-inner .pagination-prev {
  8590. display: inline-block;
  8591. }
  8592. section.pagination-wrapper .pagination-wrapper-inner .pagination-container .pagination-inner .pagination-prev a {
  8593. color: #00b5ea;
  8594. border: 2px solid #00b5ea;
  8595. border-radius: 2px;
  8596. font-size: 16px;
  8597. font-family: 'Open Sans', Arial, sans-serif;
  8598. font-style: normal;
  8599. font-weight: 600;
  8600. padding: 12px;
  8601. transition: background-color 0.1s, color 0.1s;
  8602. }
  8603. section.pagination-wrapper .pagination-wrapper-inner .pagination-container .pagination-inner .pagination-prev a:hover {
  8604. text-decoration: none;
  8605. color: #fff;
  8606. background-color: #00b5ea;
  8607. }
  8608. section.pagination-wrapper .pagination-wrapper-inner .pagination-container .pagination-inner .pagination-total {
  8609. display: inline-block;
  8610. font-family: 'Open Sans', Arial, sans-serif;
  8611. font-style: normal;
  8612. font-weight: 400;
  8613. font-size: 16px;
  8614. color: #666666;
  8615. padding: 0 18px;
  8616. }
  8617. section.pagination-wrapper .pagination-wrapper-inner .pagination-container .pagination-inner .pagination-next {
  8618. display: inline-block;
  8619. }
  8620. section.pagination-wrapper .pagination-wrapper-inner .pagination-container .pagination-inner .pagination-next a {
  8621. color: #00b5ea;
  8622. border: 2px solid #00b5ea;
  8623. border-radius: 2px;
  8624. font-size: 16px;
  8625. font-family: 'Open Sans', Arial, sans-serif;
  8626. font-style: normal;
  8627. font-weight: 600;
  8628. padding: 12px;
  8629. transition: background-color 0.1s, color 0.1s;
  8630. }
  8631. section.pagination-wrapper .pagination-wrapper-inner .pagination-container .pagination-inner .pagination-next a:hover {
  8632. text-decoration: none;
  8633. color: #fff;
  8634. background-color: #00b5ea;
  8635. }
  8636. section.pagination-wrapper .pagination-wrapper-inner .pagination-container .pagination-inner .disabled {
  8637. opacity: .5;
  8638. }
  8639. .live-event-handy-player {
  8640. outline-color: white;
  8641. outline-width: 4px;
  8642. outline-style: solid;
  8643. -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.75);
  8644. -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.75);
  8645. box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.75);
  8646. }
  8647. .live-event-live-wrap {
  8648. padding-top: 75px;
  8649. }
  8650. @media (max-width: 767px) {
  8651. .live-event-live-wrap {
  8652. padding: 71px 6px 6px;
  8653. max-height: 499px;
  8654. background-color: #1c2c32;
  8655. }
  8656. }
  8657. .live-event-live-wrap .live-video-outer-wrap {
  8658. width: 100%;
  8659. }
  8660. .live-event-live-wrap .live-video-outer-wrap .live-video-wrap {
  8661. width: 100%;
  8662. overflow: hidden;
  8663. }
  8664. @media (min-width: 768px) {
  8665. .live-event-live-wrap .live-video-outer-wrap .live-video-wrap.handy {
  8666. display: block !important;
  8667. position: fixed;
  8668. top: 15px;
  8669. left: 15px;
  8670. width: 350px;
  8671. height: 196px !important;
  8672. z-index: 100;
  8673. opacity: 1 !important;
  8674. }
  8675. }
  8676. @media (max-width: 767px) {
  8677. .live-event-live-wrap .live-video-outer-wrap .live-video-wrap {
  8678. opacity: 1 !important;
  8679. }
  8680. }
  8681. .live-event-live-wrap .live-video-outer-wrap .live-video-wrap > div {
  8682. position: relative;
  8683. }
  8684. @media (max-width: 767px) {
  8685. .live-event-now-wrap {
  8686. background-color: #1c2c32;
  8687. }
  8688. }
  8689. .live-event-now-wrap .live-event-now-inner {
  8690. padding: 20px 20px 0px 20px;
  8691. }
  8692. @media (max-width: 767px) {
  8693. .live-event-now-wrap .live-event-now-inner {
  8694. padding: 20px;
  8695. text-align: center;
  8696. }
  8697. }
  8698. .live-event-now-wrap .live-event-now-inner.handy-info {
  8699. position: fixed;
  8700. top: 0px;
  8701. left: 223px;
  8702. z-index: 99;
  8703. background-color: #ffffff;
  8704. padding: 6px 19px 7px;
  8705. }
  8706. .live-event-now-wrap .live-event-now-inner.handy-info h1 {
  8707. margin-left: 133px;
  8708. padding-top: 5px;
  8709. color: #fff;
  8710. }
  8711. .live-event-now-wrap .live-event-now-inner.handy-info .happening-now {
  8712. margin-left: 133px;
  8713. color: #fff;
  8714. }
  8715. .live-event-now-wrap .live-event-now-inner.handy-info .currently-viewing {
  8716. color: #fff;
  8717. }
  8718. .live-event-now-wrap .live-event-now-inner .happening-now {
  8719. font-family: 'Open Sans', Arial, sans-serif;
  8720. font-style: normal;
  8721. font-weight: 400;
  8722. display: inline-block;
  8723. position: relative;
  8724. font-size: 13px;
  8725. color: #1c2a30;
  8726. margin-right: 12px;
  8727. }
  8728. .live-event-now-wrap .live-event-now-inner .happening-now:before {
  8729. display: inline-block;
  8730. content: "\f111";
  8731. color: #34f288;
  8732. /* green for live always */
  8733. font-family: FontAwesome;
  8734. }
  8735. @media (max-width: 767px) {
  8736. .live-event-now-wrap .live-event-now-inner .happening-now {
  8737. color: #ffffff;
  8738. }
  8739. }
  8740. .live-event-now-wrap .live-event-now-inner .currently-viewing {
  8741. font-family: 'Open Sans', Arial, sans-serif;
  8742. font-style: normal;
  8743. font-weight: 400;
  8744. display: inline-block;
  8745. font-size: 13px;
  8746. color: #8e9ea5;
  8747. }
  8748. .live-event-now-wrap .live-event-now-inner h1 {
  8749. font-family: 'Open Sans', Arial, sans-serif;
  8750. font-style: normal;
  8751. font-weight: 700;
  8752. margin: 0px 0px 2px 0px;
  8753. font-size: 25px;
  8754. color: #1c2a30;
  8755. }
  8756. @media (max-width: 767px) {
  8757. .live-event-now-wrap .live-event-now-inner h1 {
  8758. color: #ffffff;
  8759. }
  8760. }
  8761. .live-event-now-wrap .live-event-now-inner h2 {
  8762. font-family: 'Open Sans', Arial, sans-serif;
  8763. font-style: normal;
  8764. font-weight: 700;
  8765. margin: 5px 0 10px;
  8766. font-size: 25px;
  8767. color: #1c2a30;
  8768. }
  8769. @media (max-width: 767px) {
  8770. .live-event-now-wrap .live-event-now-inner h2 {
  8771. color: #ffffff;
  8772. }
  8773. }
  8774. .live-during-chat-and-cta {
  8775. position: relative;
  8776. width: 100%;
  8777. padding: 0px 20px;
  8778. }
  8779. .live-during-chat-and-cta:before,
  8780. .live-during-chat-and-cta:after {
  8781. content: " ";
  8782. display: table;
  8783. }
  8784. .live-during-chat-and-cta:after {
  8785. clear: both;
  8786. }
  8787. .live-during-chat-and-cta:before,
  8788. .live-during-chat-and-cta:after {
  8789. content: " ";
  8790. display: table;
  8791. }
  8792. .live-during-chat-and-cta:after {
  8793. clear: both;
  8794. }
  8795. .live-during-chat-and-cta .live-during-cta {
  8796. float: right;
  8797. }
  8798. .live-during-chat-and-cta .live-during-cta.no-chat {
  8799. float: none;
  8800. }
  8801. .live-during-chat-and-cta .live-during-cta.no-chat .bc-cta-container .bc-cta {
  8802. width: 100% !important;
  8803. }
  8804. .bc-studio .live-during-chat-and-cta .live-during-cta.no-chat {
  8805. float: right;
  8806. }
  8807. .bc-studio .live-during-chat-and-cta .live-during-cta.no-chat .bc-cta-container .bc-cta {
  8808. width: 300px !important;
  8809. }
  8810. @media (max-width: 767px) {
  8811. .live-during-chat-and-cta .live-during-cta {
  8812. position: relative;
  8813. float: none;
  8814. width: 300px;
  8815. height: 620px;
  8816. left: 50%;
  8817. margin-left: -150px;
  8818. }
  8819. }
  8820. .live-during-chat-and-cta .live-during-cta .bc-cta-container .bc-cta {
  8821. width: 300px !important;
  8822. }
  8823. section.hero-wrap.post-event {
  8824. padding: 0 20px 12%;
  8825. }
  8826. .live-event-now-wrap.post-event {
  8827. position: relative;
  8828. }
  8829. .live-event-now-wrap.post-event .live-event-now-inner:before,
  8830. .live-event-now-wrap.post-event .live-event-now-inner:after {
  8831. content: " ";
  8832. display: table;
  8833. }
  8834. .live-event-now-wrap.post-event .live-event-now-inner:after {
  8835. clear: both;
  8836. }
  8837. .live-event-now-wrap.post-event .live-event-now-inner:before,
  8838. .live-event-now-wrap.post-event .live-event-now-inner:after {
  8839. content: " ";
  8840. display: table;
  8841. }
  8842. .live-event-now-wrap.post-event .live-event-now-inner:after {
  8843. clear: both;
  8844. }
  8845. @media (max-width: 767px) {
  8846. .live-event-now-wrap.post-event .live-event-now-inner {
  8847. padding: 0px;
  8848. }
  8849. }
  8850. .live-event-now-wrap.post-event .live-event-now-inner .happening-now:before {
  8851. color: #8e9ea5;
  8852. }
  8853. .live-event-now-wrap.post-event .live-event-now-inner .event-status-block,
  8854. .live-event-now-wrap.post-event .live-event-now-inner .preorder-block {
  8855. position: relative;
  8856. float: left;
  8857. width: 50%;
  8858. box-sizing: border-box;
  8859. }
  8860. .live-event-now-wrap.post-event .live-event-now-inner .event-status-block:before,
  8861. .live-event-now-wrap.post-event .live-event-now-inner .preorder-block:before,
  8862. .live-event-now-wrap.post-event .live-event-now-inner .event-status-block:after,
  8863. .live-event-now-wrap.post-event .live-event-now-inner .preorder-block:after {
  8864. content: " ";
  8865. display: table;
  8866. }
  8867. .live-event-now-wrap.post-event .live-event-now-inner .event-status-block:after,
  8868. .live-event-now-wrap.post-event .live-event-now-inner .preorder-block:after {
  8869. clear: both;
  8870. }
  8871. .live-event-now-wrap.post-event .live-event-now-inner .event-status-block:before,
  8872. .live-event-now-wrap.post-event .live-event-now-inner .preorder-block:before,
  8873. .live-event-now-wrap.post-event .live-event-now-inner .event-status-block:after,
  8874. .live-event-now-wrap.post-event .live-event-now-inner .preorder-block:after {
  8875. content: " ";
  8876. display: table;
  8877. }
  8878. .live-event-now-wrap.post-event .live-event-now-inner .event-status-block:after,
  8879. .live-event-now-wrap.post-event .live-event-now-inner .preorder-block:after {
  8880. clear: both;
  8881. }
  8882. @media (max-width: 767px) {
  8883. .live-event-now-wrap.post-event .live-event-now-inner .event-status-block,
  8884. .live-event-now-wrap.post-event .live-event-now-inner .preorder-block {
  8885. float: none;
  8886. width: 100%;
  8887. }
  8888. }
  8889. .live-event-now-wrap.post-event .live-event-now-inner .event-status-block.without-email {
  8890. width: 100%;
  8891. }
  8892. @media (max-width: 767px) {
  8893. .live-event-now-wrap.post-event .live-event-now-inner .event-status-block {
  8894. padding: 20px;
  8895. }
  8896. }
  8897. .live-event-now-wrap.post-event .live-event-now-inner .preorder-block {
  8898. float: right;
  8899. max-width: 400px;
  8900. margin: -20px 0px 0px 0px;
  8901. padding: 20px;
  8902. text-align: center;
  8903. box-sizing: border-box;
  8904. background-color: #ffffff;
  8905. }
  8906. @media (max-width: 767px) {
  8907. .live-event-now-wrap.post-event .live-event-now-inner .preorder-block {
  8908. max-width: none;
  8909. margin: 0px;
  8910. }
  8911. }
  8912. .live-event-now-wrap.post-event .live-event-now-inner .preorder-block h5 {
  8913. font-family: 'Open Sans', Arial, sans-serif;
  8914. font-style: normal;
  8915. font-weight: 600;
  8916. margin: 0px 0px 10px 0px;
  8917. padding: 0px;
  8918. font-size: 18px;
  8919. color: #1c2a30;
  8920. }
  8921. .live-event-now-wrap.post-event .live-event-now-inner .preorder-block input[type="text"],
  8922. .live-event-now-wrap.post-event .live-event-now-inner .preorder-block input[type="submit"] {
  8923. font-family: 'Open Sans', Arial, sans-serif;
  8924. font-style: normal;
  8925. font-weight: 700;
  8926. display: block;
  8927. position: relative;
  8928. box-sizing: border-box;
  8929. float: left;
  8930. height: 40px;
  8931. padding: 0px 8px;
  8932. line-height: 40px;
  8933. }
  8934. .live-event-now-wrap.post-event .live-event-now-inner .preorder-block input[type="text"] {
  8935. width: 60%;
  8936. }
  8937. .live-event-now-wrap.post-event .live-event-now-inner .preorder-block input[type="submit"] {
  8938. width: 40%;
  8939. border: none;
  8940. outline: none;
  8941. color: #ffffff;
  8942. background-color: #00b5ea;
  8943. }
  8944. @media (max-width: 767px) {
  8945. .live-event-now-wrap.post-event .live-event-now-inner .preorder-block {
  8946. width: 100%;
  8947. }
  8948. }
  8949. .live-event-now-wrap.post-event .live-event-now-inner .preorder-success {
  8950. display: none;
  8951. position: absolute;
  8952. top: 0px;
  8953. left: 0px;
  8954. width: 100%;
  8955. height: 100%;
  8956. background-color: #ffffff;
  8957. }
  8958. .live-event-now-wrap.post-event .live-event-now-inner .preorder-success .preorder-success-inner {
  8959. font-family: 'Open Sans', Arial, sans-serif;
  8960. font-style: normal;
  8961. font-weight: 600;
  8962. position: absolute;
  8963. top: 50%;
  8964. width: 100%;
  8965. height: 30px;
  8966. margin-top: -15px;
  8967. line-height: 30px;
  8968. font-size: 18px;
  8969. text-align: center;
  8970. color: #1c2a30;
  8971. }
  8972. .countdown {
  8973. /* start with items hidden, JS will reveal once it's determined what should show */
  8974. }
  8975. .countdown .countdown-clock,
  8976. .countdown .countdown-no-video-message,
  8977. .countdown .countdown-finished-message {
  8978. opacity: 0;
  8979. filter: alpha(opacity=0);
  8980. }
  8981. .countdown .countdown-no-video-message,
  8982. .countdown .countdown-finished-message {
  8983. font-family: 'Open Sans', Arial, sans-serif;
  8984. font-style: normal;
  8985. font-weight: 700;
  8986. display: none;
  8987. /* revealed via JS at end of countdown by adding 'finished' class */
  8988. height: 52px;
  8989. /* matches countdown numbers */
  8990. font-size: 30px;
  8991. }
  8992. @media (min-width: 768px) {
  8993. .countdown .countdown-no-video-message,
  8994. .countdown .countdown-finished-message {
  8995. height: 86px;
  8996. /* matches countdown numbers */
  8997. padding: 20px 0px;
  8998. }
  8999. }
  9000. .countdown .countdown-no-video-message {
  9001. display: block !important;
  9002. }
  9003. .countdown.finished .countdown-finished-message {
  9004. display: block;
  9005. }
  9006. .countdown.finished .countdown-clock {
  9007. display: none !important;
  9008. }
  9009. .leaderboard-cta-container {
  9010. position: relative;
  9011. width: 100%;
  9012. background-color: #000000;
  9013. }
  9014. footer.main-footer {
  9015. background-color: #ffffff;
  9016. padding: 30px 25px;
  9017. margin-top: 20px;
  9018. }
  9019. footer.main-footer:before,
  9020. footer.main-footer:after {
  9021. content: " ";
  9022. display: table;
  9023. }
  9024. footer.main-footer:after {
  9025. clear: both;
  9026. }
  9027. footer.main-footer:before,
  9028. footer.main-footer:after {
  9029. content: " ";
  9030. display: table;
  9031. }
  9032. footer.main-footer:after {
  9033. clear: both;
  9034. }
  9035. @media (max-width: 875px) {
  9036. footer.main-footer.original {
  9037. display: none;
  9038. }
  9039. }
  9040. footer.main-footer.cloned {
  9041. display: none;
  9042. }
  9043. @media (max-width: 875px) {
  9044. footer.main-footer.cloned {
  9045. display: block;
  9046. margin-top: 20px;
  9047. }
  9048. }
  9049. footer.main-footer .main-footer-inner .footer-info .footer-logo {
  9050. max-width: 95px;
  9051. float: left;
  9052. margin-right: 27px;
  9053. }
  9054. footer.main-footer .main-footer-inner .footer-info .footer-logo img {
  9055. max-width: 100%;
  9056. }
  9057. footer.main-footer .main-footer-inner .footer-info .event-title-and-copyright {
  9058. float: left;
  9059. padding-top: 10px;
  9060. }
  9061. @media (max-width: 767px) {
  9062. footer.main-footer .main-footer-inner .footer-info .event-title-and-copyright {
  9063. padding-bottom: 10px;
  9064. }
  9065. }
  9066. footer.main-footer .main-footer-inner .footer-info .event-title-and-copyright h2 {
  9067. font-family: 'Open Sans', Arial, sans-serif;
  9068. font-style: normal;
  9069. font-weight: 600;
  9070. font-size: 16px;
  9071. margin: 0 0 18px;
  9072. }
  9073. footer.main-footer .main-footer-inner .footer-info .event-title-and-copyright h2 a {
  9074. color: #00b5ea;
  9075. }
  9076. footer.main-footer .main-footer-inner .footer-info .event-title-and-copyright h2 a:hover {
  9077. text-decoration: none;
  9078. color: #2a6496;
  9079. }
  9080. footer.main-footer .main-footer-inner .footer-info .event-title-and-copyright p.footer-legal {
  9081. font-family: 'Open Sans', Arial, sans-serif;
  9082. font-style: normal;
  9083. font-weight: 400;
  9084. font-size: 12px;
  9085. color: #666666;
  9086. }
  9087. footer.main-footer .main-footer-inner hr {
  9088. display: none;
  9089. }
  9090. @media (max-width: 767px) {
  9091. footer.main-footer .main-footer-inner hr {
  9092. display: block;
  9093. clear: both;
  9094. margin-bottom: 10px;
  9095. }
  9096. }
  9097. footer.main-footer .main-footer-inner .social-and-navigation-links {
  9098. float: right;
  9099. }
  9100. @media (max-width: 767px) {
  9101. footer.main-footer .main-footer-inner .social-and-navigation-links {
  9102. float: left;
  9103. clear: both;
  9104. }
  9105. }
  9106. footer.main-footer .main-footer-inner .social-and-navigation-links ul.footer-social-list {
  9107. float: right;
  9108. list-style-type: none;
  9109. margin: 0 0 6px 0;
  9110. padding: 0;
  9111. font-size: 29px;
  9112. }
  9113. @media (max-width: 767px) {
  9114. footer.main-footer .main-footer-inner .social-and-navigation-links ul.footer-social-list {
  9115. float: left;
  9116. clear: both;
  9117. }
  9118. }
  9119. footer.main-footer .main-footer-inner .social-and-navigation-links ul.footer-social-list li {
  9120. display: inline-block;
  9121. margin-right: 22px;
  9122. }
  9123. footer.main-footer .main-footer-inner .social-and-navigation-links ul.footer-social-list li:last-child {
  9124. margin-right: 0;
  9125. }
  9126. footer.main-footer .main-footer-inner .social-and-navigation-links ul.footer-social-list li a {
  9127. color: #00b5ea;
  9128. }
  9129. footer.main-footer .main-footer-inner .social-and-navigation-links ul.footer-social-list li a:hover {
  9130. text-decoration: none;
  9131. color: #2a6496;
  9132. }
  9133. footer.main-footer .main-footer-inner .social-and-navigation-links .footer-navigation-links {
  9134. float: right;
  9135. clear: right;
  9136. }
  9137. @media (max-width: 767px) {
  9138. footer.main-footer .main-footer-inner .social-and-navigation-links .footer-navigation-links {
  9139. float: left;
  9140. clear: both;
  9141. }
  9142. }
  9143. footer.main-footer .main-footer-inner .social-and-navigation-links .footer-navigation-links .footer-links a {
  9144. font-family: 'Open Sans', Arial, sans-serif;
  9145. font-style: normal;
  9146. font-weight: 400;
  9147. font-size: 12px;
  9148. color: #00b5ea;
  9149. margin-right: 29px;
  9150. }
  9151. footer.main-footer .main-footer-inner .social-and-navigation-links .footer-navigation-links .footer-links a:last-of-type {
  9152. margin-right: 0;
  9153. }
  9154. footer.main-footer .main-footer-inner .social-and-navigation-links .footer-navigation-links .footer-links a:hover {
  9155. text-decoration: none;
  9156. color: #2a6496;
  9157. }
  9158. .customFooterContainer {
  9159. overflow-y: auto;
  9160. }
  9161. /*
  9162. #content-editor-xxxxxxx = the FMA content type selector
  9163. .content-editable[data-id="xxxxxxx"] = the editor created post FMA type selection
  9164. */
  9165. .bc-studio {
  9166. /* NAV FMA's ------------------------------------------- */
  9167. /* NAV ADJUSTMENTS ------------------------------------------- */
  9168. /* HERO FMA's ------------------------------------------- */
  9169. /* REMIND ME EDITORS ------------------------------------------- */
  9170. /* VIDEOS EDITORS ------------------------------------------- */
  9171. /* FOOTER FMA's ------------------------------------------- */
  9172. /* OPEN MODAL EDITOR's ------------------------------------------- */
  9173. /* EMAIL SIGN-UP BUTTONS ------------------------------------------- */
  9174. }
  9175. .bc-studio button.bcg-btn-edit {
  9176. background-color: transparent !important;
  9177. border-color: transparent !important;
  9178. box-shadow: none !important;
  9179. }
  9180. .bc-studio button.bcg-btn-edit:hover {
  9181. background-color: transparent !important;
  9182. border-color: transparent !important;
  9183. box-shadow: none !important;
  9184. }
  9185. .bc-studio #content-editor-navbarBrand,
  9186. .bc-studio #content-editor-navbarBrandTwo,
  9187. .bc-studio #content-editor-navbarBrandTwoLive,
  9188. .bc-studio #content-editor-navbarBrandTwoPost {
  9189. position: absolute;
  9190. z-index: 20;
  9191. background-color: #ccc;
  9192. }
  9193. .bc-studio .content-editable[data-id="navbarBrand"] .image-editor,
  9194. .bc-studio .content-editable[data-id="navbarBrandTwo"] .image-editor,
  9195. .bc-studio .content-editable[data-id="navbarBrandTwoLive"] .image-editor,
  9196. .bc-studio .content-editable[data-id="navbarBrandTwoPost"] .image-editor,
  9197. .bc-studio .content-editable[data-id="navbarBrand"] .image-overlay,
  9198. .bc-studio .content-editable[data-id="navbarBrandTwo"] .image-overlay,
  9199. .bc-studio .content-editable[data-id="navbarBrandTwoLive"] .image-overlay,
  9200. .bc-studio .content-editable[data-id="navbarBrandTwoPost"] .image-overlay {
  9201. width: auto;
  9202. min-width: 268px;
  9203. height: 75px;
  9204. min-height: 75px;
  9205. }
  9206. @media (max-width: 767px) {
  9207. .bc-studio .content-editable[data-id="navbarBrand"] .image-editor,
  9208. .bc-studio .content-editable[data-id="navbarBrandTwo"] .image-editor,
  9209. .bc-studio .content-editable[data-id="navbarBrandTwoLive"] .image-editor,
  9210. .bc-studio .content-editable[data-id="navbarBrandTwoPost"] .image-editor,
  9211. .bc-studio .content-editable[data-id="navbarBrand"] .image-overlay,
  9212. .bc-studio .content-editable[data-id="navbarBrandTwo"] .image-overlay,
  9213. .bc-studio .content-editable[data-id="navbarBrandTwoLive"] .image-overlay,
  9214. .bc-studio .content-editable[data-id="navbarBrandTwoPost"] .image-overlay {
  9215. height: 65px;
  9216. min-height: 65px;
  9217. }
  9218. }
  9219. .bc-studio .content-editable[data-id="navbarBrand"] .image-editor .btn.bcg-btn-edit,
  9220. .bc-studio .content-editable[data-id="navbarBrandTwo"] .image-editor .btn.bcg-btn-edit,
  9221. .bc-studio .content-editable[data-id="navbarBrandTwoLive"] .image-editor .btn.bcg-btn-edit,
  9222. .bc-studio .content-editable[data-id="navbarBrandTwoPost"] .image-editor .btn.bcg-btn-edit {
  9223. left: 8px;
  9224. margin-left: 0px;
  9225. font-size: 14px !important;
  9226. }
  9227. .bc-studio .content-editable[data-id="navbarBrandTwo"],
  9228. .bc-studio .content-editable[data-id="navbarBrandTwoLive"],
  9229. .bc-studio .content-editable[data-id="navbarBrandTwoPost"] {
  9230. height: 75px;
  9231. }
  9232. @media (max-width: 767px) {
  9233. .bc-studio .content-editable[data-id="navbarBrandTwo"],
  9234. .bc-studio .content-editable[data-id="navbarBrandTwoLive"],
  9235. .bc-studio .content-editable[data-id="navbarBrandTwoPost"] {
  9236. height: 65px;
  9237. }
  9238. }
  9239. .bc-studio .main-header-secondary-logo {
  9240. top: 0px !important;
  9241. line-height: 75px;
  9242. }
  9243. @media (max-width: 767px) {
  9244. .bc-studio .main-header-secondary-logo {
  9245. line-height: 65px;
  9246. }
  9247. }
  9248. .bc-studio .main-header .main-header-inner .non-social-panel-content .main-header-links {
  9249. left: -30px;
  9250. /* makes room for twitter widget settings */
  9251. }
  9252. @media (min-width: 875px) {
  9253. .bc-studio .main-header .main-header-inner .non-social-panel-content .main-header-links {
  9254. left: -130px;
  9255. }
  9256. }
  9257. .bc-studio .main-header .main-header-inner .non-social-panel-content .main-header-links.has-social {
  9258. left: -30px;
  9259. /* remove extra room because twitter box will be present if "has-social" */
  9260. }
  9261. .bc-studio .hero-wrap .content-editable:not(.no-overlay):hover::after {
  9262. display: none !important;
  9263. }
  9264. .bc-studio .live-hero .image-editor,
  9265. .bc-studio .secondaryhero-wrap .image-editor {
  9266. z-index: 0;
  9267. top: 65px;
  9268. height: 100%;
  9269. }
  9270. @media (min-width: 768px) {
  9271. .bc-studio .live-hero .image-editor,
  9272. .bc-studio .secondaryhero-wrap .image-editor {
  9273. top: 75px;
  9274. }
  9275. }
  9276. .bc-studio .live-hero .image-overlay,
  9277. .bc-studio .secondaryhero-wrap .image-overlay {
  9278. background-color: rgba(0, 0, 0, 0.5);
  9279. }
  9280. .bc-studio .live-hero .image-overlay .btn.bcg-btn-edit.btn-sm.centered,
  9281. .bc-studio .secondaryhero-wrap .image-overlay .btn.bcg-btn-edit.btn-sm.centered {
  9282. top: 20px;
  9283. left: 20px;
  9284. margin: 0px;
  9285. }
  9286. .bc-studio .secondaryhero-wrap .content-editable.live-title .image-editor {
  9287. top: 0px;
  9288. }
  9289. .bc-studio #content-editor-livetitle,
  9290. .bc-studio #content-editor-postlivetitle,
  9291. .bc-studio #content-editor-livelivetitle {
  9292. background-color: #ccc;
  9293. }
  9294. .bc-studio #content-editor-livetitle .radio,
  9295. .bc-studio #content-editor-postlivetitle .radio,
  9296. .bc-studio #content-editor-livelivetitle .radio {
  9297. font-size: 14px;
  9298. }
  9299. .bc-studio #content-editor-livetitle input[type="radio"],
  9300. .bc-studio #content-editor-postlivetitle input[type="radio"],
  9301. .bc-studio #content-editor-livelivetitle input[type="radio"] {
  9302. float: none;
  9303. }
  9304. .bc-studio #content-editor-livetitle label,
  9305. .bc-studio #content-editor-postlivetitle label,
  9306. .bc-studio #content-editor-livelivetitle label {
  9307. font-size: 14px;
  9308. color: #000;
  9309. text-shadow: none;
  9310. }
  9311. .bc-studio #content-editor-livetitle .btn.btn-default,
  9312. .bc-studio #content-editor-postlivetitle .btn.btn-default,
  9313. .bc-studio #content-editor-livelivetitle .btn.btn-default {
  9314. text-shadow: none;
  9315. }
  9316. .bc-studio #content-editor-livetitle .list-inline,
  9317. .bc-studio #content-editor-postlivetitle .list-inline,
  9318. .bc-studio #content-editor-livelivetitle .list-inline {
  9319. margin-left: 0px;
  9320. }
  9321. .bc-studio #content-editor-livetitle #editor,
  9322. .bc-studio #content-editor-postlivetitle #editor,
  9323. .bc-studio #content-editor-livelivetitle #editor {
  9324. height: auto;
  9325. }
  9326. .bc-studio .content-editable[data-id="livetitle"],
  9327. .bc-studio .content-editable[data-id="postlivetitle"],
  9328. .bc-studio .content-editable[data-id="livelivetitle"] {
  9329. min-height: 0;
  9330. }
  9331. .bc-studio #content-editor-remindMeLabel {
  9332. position: absolute;
  9333. z-index: 10;
  9334. width: 100%;
  9335. left: 0px;
  9336. line-height: normal;
  9337. padding: 20px;
  9338. background-color: #ccc;
  9339. }
  9340. .bc-studio #content-editor-remindMeCopy {
  9341. position: relative;
  9342. z-index: 10;
  9343. }
  9344. .bc-studio .category-editor .category-overlay {
  9345. z-index: 0;
  9346. }
  9347. .bc-studio.index .category-editor,
  9348. .bc-studio.index-post .category-editor {
  9349. position: static;
  9350. }
  9351. .bc-studio.index .category-editor .btn.bcg-btn-edit.centered,
  9352. .bc-studio.index-post .category-editor .btn.bcg-btn-edit.centered {
  9353. color: #409ca9 !important;
  9354. top: 60px;
  9355. left: 20px;
  9356. margin: 0px;
  9357. }
  9358. .bc-studio #content-editor-footerLogo {
  9359. position: absolute;
  9360. background-color: #ccc;
  9361. z-index: 10;
  9362. }
  9363. .bc-studio .content-editable[data-id="footerLogo"] {
  9364. min-height: 0;
  9365. min-width: 130px;
  9366. }
  9367. .bc-studio .content-editable[data-id="footerLogo"] .image-editor {
  9368. width: auto;
  9369. min-width: 90px;
  9370. }
  9371. .bc-studio .content-editable[data-id="footerLogo"] .btn.bcg-btn-edit {
  9372. width: 100px !important;
  9373. margin-left: -50px;
  9374. }
  9375. .bc-studio .content-editable[data-id="footerList1"] .link-editable {
  9376. position: relative;
  9377. z-index: 50;
  9378. }
  9379. .bc-studio .content-editable[data-id="footerList1"] .btn.bcg-btn-edit {
  9380. color: #00b5ea !important;
  9381. position: relative;
  9382. z-index: 100;
  9383. }
  9384. .bc-studio .content-editable[data-id="le-ce-countdown"],
  9385. .bc-studio .countdown .content-editable[data-id="le-ce-videoid"] {
  9386. padding: 20px 0px;
  9387. font-size: 28px;
  9388. text-align: center;
  9389. color: #fff;
  9390. }
  9391. .bc-studio .content-editable[data-id="le-ce-videoid"] {
  9392. float: right;
  9393. z-index: 10;
  9394. top: 85px;
  9395. margin-right: 20px;
  9396. }
  9397. .bc-studio .countdown .content-editable[data-id="le-ce-countdown"],
  9398. .bc-studio .countdown .content-editable[data-id="le-ce-videoid"] {
  9399. position: absolute;
  9400. top: 6px;
  9401. right: 6px;
  9402. padding: 0px;
  9403. font-size: 14px;
  9404. text-align: right;
  9405. z-index: 10000;
  9406. }
  9407. .bc-studio .content-editable[data-id="le-ce-email-signup"] {
  9408. position: absolute;
  9409. top: 0px;
  9410. right: 20px;
  9411. }
  9412. .bc-studio .content-editable[data-id="gallerylink"] {
  9413. position: relative;
  9414. right: 15px;
  9415. }
  9416. .bc-studio .content-editable[data-id="le-ce-twitter"] {
  9417. position: absolute;
  9418. top: 25px;
  9419. font-size: 16px;
  9420. right: 10px;
  9421. color: #97cfe1;
  9422. }
  9423. .bc-studio .content-editable[data-id="le-ce-twitter"].has-social {
  9424. top: 0px;
  9425. right: 60px;
  9426. }
  9427. @media (max-width: 875px) {
  9428. .bc-studio .main-header .content-editable[data-id="le-ce-twitter"] {
  9429. display: none !important;
  9430. }
  9431. }
  9432. .bc-studio .content-editable[data-id="le-ce-twitter-mobile"] {
  9433. position: absolute;
  9434. top: 10px;
  9435. right: 10px;
  9436. }
  9437. @media (min-width: 768px) {
  9438. .bc-studio .main-header .content-editable[data-id="le-ce-twitter-mobile"] {
  9439. display: none !important;
  9440. }
  9441. }
  9442. .bc-studio .studio-only.content-editable[data-id="le-happening-now"] {
  9443. color: #97cfe1;
  9444. display: inline-block !important;
  9445. }
  9446. .bc-studio .content-editable[data-id="le-chatroll"] {
  9447. height: 600px;
  9448. border: black 1px solid;
  9449. color: #97cfe1;
  9450. width: 650px;
  9451. }
  9452. @media (max-width: 991px) {
  9453. .bc-studio .content-editable[data-id="le-chatroll"] {
  9454. width: 400px;
  9455. }
  9456. }
  9457. @media (max-width: 767px) {
  9458. .bc-studio .content-editable[data-id="le-chatroll"] {
  9459. width: 300px;
  9460. }
  9461. }
  9462. .bc-studio #content-editor-shareVideoCopy {
  9463. position: relative;
  9464. z-index: 100;
  9465. }
  9466. .bc-studio #content-editor-signupcta input[name="signupcta"] {
  9467. width: 50% !important;
  9468. }
  9469. .bc-studio #content-editor-signupcta button {
  9470. margin-bottom: 11px !important;
  9471. }
  9472. .bc-studio #content-editor-signupcta button[id="cancel"] {
  9473. clear: both;
  9474. }
  9475. /*!
  9476. Chosen, a Select Box Enhancer for jQuery and Prototype
  9477. by Patrick Filler for Harvest, http://getharvest.com
  9478.  
  9479. Version 1.4.2
  9480. Full source at https://github.com/harvesthq/chosen
  9481. Copyright (c) 2011-2015 Harvest http://getharvest.com
  9482.  
  9483. MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
  9484. This file is generated by `grunt build`, do not edit it by hand.
  9485. */
  9486. /* @group Base */
  9487. .chosen-container {
  9488. position: relative;
  9489. display: inline-block;
  9490. vertical-align: middle;
  9491. font-size: 15px;
  9492. zoom: 1;
  9493. *display: inline;
  9494. -webkit-user-select: none;
  9495. -moz-user-select: none;
  9496. user-select: none;
  9497. background-color: white;
  9498. min-width: 125px;
  9499. text-align: center;
  9500. }
  9501. .chosen-container * {
  9502. -webkit-box-sizing: border-box;
  9503. -moz-box-sizing: border-box;
  9504. box-sizing: border-box;
  9505. }
  9506. .chosen-container .chosen-drop {
  9507. position: absolute;
  9508. top: 100%;
  9509. left: -9999px;
  9510. z-index: 1010;
  9511. width: 100%;
  9512. border: 1px solid #aaa;
  9513. border-top: 0;
  9514. background: #fff;
  9515. }
  9516. .chosen-container.chosen-with-drop .chosen-drop {
  9517. left: 0;
  9518. }
  9519. .chosen-container a {
  9520. cursor: pointer;
  9521. }
  9522. .chosen-container .search-choice .group-name,
  9523. .chosen-container .chosen-single .group-name {
  9524. margin-right: 4px;
  9525. overflow: hidden;
  9526. white-space: nowrap;
  9527. text-overflow: ellipsis;
  9528. font-weight: normal;
  9529. color: #999999;
  9530. }
  9531. .chosen-container .search-choice .group-name:after,
  9532. .chosen-container .chosen-single .group-name:after {
  9533. content: ":";
  9534. padding-left: 2px;
  9535. vertical-align: top;
  9536. }
  9537. /* @end */
  9538. /* @group Single Chosen */
  9539. .chosen-container-single .chosen-single {
  9540. position: relative;
  9541. display: block;
  9542. overflow: hidden;
  9543. padding: 0 0 0 8px;
  9544. height: 25px;
  9545. border: 1px solid transparent;
  9546. border-radius: 5px;
  9547. color: #00b5ea;
  9548. text-decoration: none;
  9549. white-space: nowrap;
  9550. }
  9551. .chosen-container-single .chosen-default {
  9552. color: #999;
  9553. }
  9554. .chosen-container-single .chosen-single span {
  9555. display: block;
  9556. overflow: hidden;
  9557. margin-right: 26px;
  9558. text-overflow: ellipsis;
  9559. white-space: nowrap;
  9560. font-weight: 500;
  9561. }
  9562. .chosen-container-single .chosen-single-with-deselect span {
  9563. margin-right: 38px;
  9564. }
  9565. .chosen-container-single .chosen-single abbr {
  9566. position: absolute;
  9567. top: 6px;
  9568. right: 26px;
  9569. display: block;
  9570. width: 12px;
  9571. height: 12px;
  9572. background: url('/templates/sites/herbalife/themes/herbalife/images/chosen-sprite.png') -42px 1px no-repeat;
  9573. font-size: 1px;
  9574. }
  9575. .chosen-container-single .chosen-single abbr:hover {
  9576. background-position: -42px -10px;
  9577. }
  9578. .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  9579. background-position: -42px -10px;
  9580. }
  9581. .chosen-container-single .chosen-single div {
  9582. position: absolute;
  9583. top: 0;
  9584. right: 0;
  9585. display: block;
  9586. width: 18px;
  9587. height: 100%;
  9588. }
  9589. .chosen-container-single .chosen-single div b {
  9590. display: block;
  9591. width: 100%;
  9592. height: 100%;
  9593. background: none !important;
  9594. background-image: none !important;
  9595. }
  9596. .chosen-container-single .chosen-single div b:before {
  9597. font-family: FontAwesome;
  9598. content: "\f078";
  9599. }
  9600. .chosen-container-single .chosen-search {
  9601. position: relative;
  9602. z-index: 1010;
  9603. margin: 0;
  9604. padding: 3px 4px;
  9605. white-space: nowrap;
  9606. }
  9607. .chosen-container-single .chosen-search input[type="text"] {
  9608. margin: 1px 0;
  9609. padding: 4px 20px 4px 5px;
  9610. width: 100%;
  9611. height: auto;
  9612. outline: 0;
  9613. border: 1px solid #aaa;
  9614. background: white url('/templates/sites/herbalife/themes/herbalife/images/chosen-sprite.png') no-repeat 100% -20px;
  9615. background: url('/templates/sites/herbalife/themes/herbalife/images/chosen-sprite.png') no-repeat 100% -20px;
  9616. font-size: 1em;
  9617. font-family: sans-serif;
  9618. line-height: normal;
  9619. border-radius: 0;
  9620. }
  9621. .chosen-container-single .chosen-drop {
  9622. margin-top: -1px;
  9623. border-radius: 0 0 4px 4px;
  9624. background-clip: padding-box;
  9625. }
  9626. .chosen-container-single.chosen-container-single-nosearch .chosen-search {
  9627. position: absolute;
  9628. left: -9999px;
  9629. }
  9630. /* @end */
  9631. /* @group Results */
  9632. .chosen-container .chosen-results {
  9633. color: #444;
  9634. position: relative;
  9635. overflow-x: hidden;
  9636. overflow-y: auto;
  9637. margin: 0 4px 4px 0;
  9638. padding: 0 0 0 4px;
  9639. max-height: 240px;
  9640. -webkit-overflow-scrolling: touch;
  9641. }
  9642. .chosen-container .chosen-results li {
  9643. display: none;
  9644. margin: 0;
  9645. padding: 5px 3px;
  9646. list-style: none;
  9647. line-height: 15px;
  9648. word-wrap: break-word;
  9649. -webkit-touch-callout: none;
  9650. }
  9651. .chosen-container .chosen-results li.active-result {
  9652. display: list-item;
  9653. cursor: pointer;
  9654. }
  9655. .chosen-container .chosen-results li.disabled-result {
  9656. display: list-item;
  9657. color: #ccc;
  9658. cursor: default;
  9659. }
  9660. .chosen-container .chosen-results li.highlighted {
  9661. background: #00b5ea;
  9662. color: #fff;
  9663. }
  9664. .chosen-container .chosen-results li.no-results {
  9665. color: #777;
  9666. display: list-item;
  9667. background: #f4f4f4;
  9668. }
  9669. .chosen-container .chosen-results li.group-result {
  9670. display: list-item;
  9671. font-weight: bold;
  9672. cursor: default;
  9673. }
  9674. .chosen-container .chosen-results li.group-option {
  9675. padding-left: 15px;
  9676. }
  9677. .chosen-container .chosen-results li em {
  9678. font-style: normal;
  9679. text-decoration: underline;
  9680. }
  9681. /* @end */
  9682. /* @group Multi Chosen */
  9683. .chosen-container-multi .chosen-choices {
  9684. position: relative;
  9685. overflow: hidden;
  9686. margin: 0;
  9687. padding: 0 5px;
  9688. width: 100%;
  9689. height: auto !important;
  9690. height: 1%;
  9691. border: 1px solid #aaa;
  9692. background-color: #fff;
  9693. background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  9694. background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  9695. background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  9696. background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  9697. background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  9698. cursor: text;
  9699. }
  9700. .chosen-container-multi .chosen-choices li {
  9701. float: left;
  9702. list-style: none;
  9703. }
  9704. .chosen-container-multi .chosen-choices li.search-field {
  9705. margin: 0;
  9706. padding: 0;
  9707. white-space: nowrap;
  9708. }
  9709. .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  9710. margin: 1px 0;
  9711. padding: 0;
  9712. height: 25px;
  9713. outline: 0;
  9714. border: 0 !important;
  9715. background: transparent !important;
  9716. box-shadow: none;
  9717. color: #999;
  9718. font-size: 100%;
  9719. font-family: sans-serif;
  9720. line-height: normal;
  9721. border-radius: 0;
  9722. }
  9723. .chosen-container-multi .chosen-choices li.search-choice {
  9724. position: relative;
  9725. margin: 3px 5px 3px 0;
  9726. padding: 3px 20px 3px 5px;
  9727. border: 1px solid #aaa;
  9728. max-width: 100%;
  9729. border-radius: 3px;
  9730. background-color: #eeeeee;
  9731. background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  9732. background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  9733. background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  9734. background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  9735. background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  9736. background-size: 100% 19px;
  9737. background-repeat: repeat-x;
  9738. background-clip: padding-box;
  9739. box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  9740. color: #333;
  9741. line-height: 13px;
  9742. cursor: default;
  9743. }
  9744. .chosen-container-multi .chosen-choices li.search-choice span {
  9745. word-wrap: break-word;
  9746. }
  9747. .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  9748. position: absolute;
  9749. top: 4px;
  9750. right: 3px;
  9751. display: block;
  9752. width: 12px;
  9753. height: 12px;
  9754. background: url('/templates/sites/herbalife/themes/herbalife/images/chosen-sprite.png') -42px 1px no-repeat;
  9755. font-size: 1px;
  9756. }
  9757. .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  9758. background-position: -42px -10px;
  9759. }
  9760. .chosen-container-multi .chosen-choices li.search-choice-disabled {
  9761. padding-right: 5px;
  9762. border: 1px solid #ccc;
  9763. background-color: #e4e4e4;
  9764. background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  9765. background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  9766. background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  9767. background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  9768. background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  9769. color: #666;
  9770. }
  9771. .chosen-container-multi .chosen-choices li.search-choice-focus {
  9772. background: #d4d4d4;
  9773. }
  9774. .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  9775. background-position: -42px -10px;
  9776. }
  9777. .chosen-container-multi .chosen-results {
  9778. margin: 0;
  9779. padding: 0;
  9780. }
  9781. .chosen-container-multi .chosen-drop .result-selected {
  9782. display: list-item;
  9783. color: #ccc;
  9784. cursor: default;
  9785. }
  9786. /* @end */
  9787. /* @group Active */
  9788. .chosen-container-active.chosen-with-drop .chosen-single {
  9789. border: 1px solid #aaa;
  9790. -moz-border-radius-bottomright: 0;
  9791. border-bottom-right-radius: 0;
  9792. -moz-border-radius-bottomleft: 0;
  9793. border-bottom-left-radius: 0;
  9794. background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  9795. background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  9796. background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  9797. background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  9798. background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  9799. }
  9800. .chosen-container-active.chosen-with-drop .chosen-single div {
  9801. border-left: none;
  9802. background: transparent;
  9803. }
  9804. .chosen-container-active.chosen-with-drop .chosen-single div b {
  9805. background-position: -18px 2px;
  9806. }
  9807. .chosen-container-active .chosen-choices {
  9808. border: 1px solid #5897fb;
  9809. }
  9810. .chosen-container-active .chosen-choices li.search-field input[type="text"] {
  9811. color: #222 !important;
  9812. }
  9813. /* @end */
  9814. /* @group Disabled Support */
  9815. .chosen-disabled {
  9816. opacity: 0.5 !important;
  9817. cursor: default;
  9818. }
  9819. .chosen-disabled .chosen-single {
  9820. cursor: default;
  9821. }
  9822. .chosen-disabled .chosen-choices .search-choice .search-choice-close {
  9823. cursor: default;
  9824. }
  9825. /* @end */
  9826. /* @group Right to Left */
  9827. .chosen-rtl {
  9828. text-align: right;
  9829. }
  9830. .chosen-rtl .chosen-single {
  9831. overflow: visible;
  9832. padding: 0 8px 0 0;
  9833. }
  9834. .chosen-rtl .chosen-single span {
  9835. margin-right: 0;
  9836. margin-left: 26px;
  9837. direction: rtl;
  9838. }
  9839. .chosen-rtl .chosen-single-with-deselect span {
  9840. margin-left: 38px;
  9841. }
  9842. .chosen-rtl .chosen-single div {
  9843. right: auto;
  9844. left: 3px;
  9845. }
  9846. .chosen-rtl .chosen-single abbr {
  9847. right: auto;
  9848. left: 26px;
  9849. }
  9850. .chosen-rtl .chosen-choices li {
  9851. float: right;
  9852. }
  9853. .chosen-rtl .chosen-choices li.search-field input[type="text"] {
  9854. direction: rtl;
  9855. }
  9856. .chosen-rtl .chosen-choices li.search-choice {
  9857. margin: 3px 5px 3px 0;
  9858. padding: 3px 5px 3px 19px;
  9859. }
  9860. .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  9861. right: auto;
  9862. left: 4px;
  9863. }
  9864. .chosen-rtl.chosen-container-single-nosearch .chosen-search,
  9865. .chosen-rtl .chosen-drop {
  9866. left: 9999px;
  9867. }
  9868. .chosen-rtl.chosen-container-single .chosen-results {
  9869. margin: 0 0 4px 4px;
  9870. padding: 0 4px 0 0;
  9871. }
  9872. .chosen-rtl .chosen-results li.group-option {
  9873. padding-right: 15px;
  9874. padding-left: 0;
  9875. }
  9876. .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  9877. border-right: none;
  9878. }
  9879. .chosen-rtl .chosen-search input[type="text"] {
  9880. padding: 4px 5px 4px 20px;
  9881. direction: rtl;
  9882. }
  9883. .chosen-rtl.chosen-container-single .chosen-single div b {
  9884. background-position: 6px 2px;
  9885. }
  9886. .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  9887. background-position: -12px 2px;
  9888. }
  9889. /* @end */
  9890. /* @group Retina compatibility */
  9891. @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  9892. .chosen-rtl .chosen-search input[type="text"],
  9893. .chosen-container-single .chosen-single abbr,
  9894. .chosen-container-single .chosen-single div b,
  9895. .chosen-container-single .chosen-search input[type="text"],
  9896. .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  9897. .chosen-container .chosen-results-scroll-down span,
  9898. .chosen-container .chosen-results-scroll-up span {
  9899. background-size: 52px 37px !important;
  9900. background-repeat: no-repeat !important;
  9901. }
  9902. .chosen-container-single .chosen-single div b {
  9903. background: none !important;
  9904. background-image: none !important;
  9905. }
  9906. }
  9907. /* @end */
  9908. html,
  9909. body {
  9910. overflow-x: hidden;
  9911. }
  9912. .content-editable.navbar-brand {
  9913. padding: 0;
  9914. line-height: 72px;
  9915. }
  9916. /* hide studio only content, is shown via preview.less within WYSIWYG editor */
  9917. .content-editable.studio-only {
  9918. display: none;
  9919. }
  9920. .navbar-header {
  9921. width: 40%;
  9922. }
  9923. .leadWallContainer {
  9924. position: fixed;
  9925. top: 0;
  9926. left: -100%;
  9927. height: 100%;
  9928. width: 0;
  9929. -webkit-transition: left 0.15s linear;
  9930. -moz-transition: left 0.15s linear;
  9931. -ms-transition: left 0.15s linear;
  9932. -o-transition: left 0.15s linear;
  9933. transition: left 0.15s linear;
  9934. z-index: 9999;
  9935. }
  9936. .leadWallContainer.show {
  9937. width: 100%;
  9938. left: 0;
  9939. }
  9940. .leadWall {
  9941. color: #333333;
  9942. padding-top: 30px;
  9943. background: rgba(0, 0, 0, 0.7);
  9944. overflow: scroll;
  9945. height: 100%;
  9946. width: 100%;
  9947. }
  9948. .leadWall span.required {
  9949. color: red;
  9950. }
  9951. .leadWall .intro {
  9952. font-size: 18px;
  9953. padding: 20px 0px;
  9954. }
  9955. .leadWall .bottomMsg {
  9956. padding: 10px 0px;
  9957. }
  9958. .leadWall .incomplete {
  9959. display: none;
  9960. color: red;
  9961. }
  9962. .leadWall .container {
  9963. padding: 30px;
  9964. width: 550px !important;
  9965. margin-top: 150px;
  9966. background: white;
  9967. border-radius: 5px;
  9968. }
  9969. .leadWall input[type=text] {
  9970. background: #fff;
  9971. border: 1px #ccc solid;
  9972. color: #555;
  9973. }
  9974. .leadWall input[type=text]:focus {
  9975. border: 1px #66afe9 solid;
  9976. }
  9977. .leadWall form button.btn {
  9978. text-indent: inherit;
  9979. width: inherit;
  9980. padding: 1px 12px;
  9981. text-transform: initial;
  9982. background: #8e9ea5;
  9983. margin-top: 10px;
  9984. height: 38px;
  9985. line-height: 38px;
  9986. border: 0;
  9987. }
  9988. .leadWall .input-group {
  9989. border: 0;
  9990. }
  9991. .leadWall .privacyPolicy {
  9992. margin: 10px 0px;
  9993. }
  9994. .hide-overflow {
  9995. overflow: hidden;
  9996. white-space: nowrap;
  9997. text-overflow: ellipsis;
  9998. }
  9999. #video-download {
  10000. display: inline-block;
  10001. position: relative;
  10002. height: 40px;
  10003. padding: 0px 10px;
  10004. line-height: 40px;
  10005. font-size: 15px;
  10006. font-weight: bold;
  10007. text-transform: capitalize;
  10008. background-color: #ffffff;
  10009. }
  10010. #video-download a {
  10011. color: #000000;
  10012. }
  10013. #video-download a:before {
  10014. content: '\f01a';
  10015. padding-right: 8px;
  10016. font-family: FontAwesome;
  10017. font-size: .9em;
  10018. }
  10019. /* default cta styles ----------------------- */
  10020. .bc-cta-container .bc-cta {
  10021. position: relative;
  10022. overflow: hidden;
  10023. }
  10024. .cta-content-centered-vertically .cta-content-inner {
  10025. display: inline-block;
  10026. position: absolute;
  10027. top: 50%;
  10028. -webkit-transform: translateY(-50%);
  10029. -ms-transform: translateY(-50%);
  10030. transform: translateY(-50%);
  10031. }
  10032. .cta-content-centered-horizontally {
  10033. text-align: center;
  10034. }
  10035. .cta-content-centered-horizontally .cta-content-inner {
  10036. display: inline-block;
  10037. position: absolute;
  10038. left: 50%;
  10039. -webkit-transform: translateX(-50%);
  10040. -ms-transform: translateX(-50%);
  10041. transform: translateX(-50%);
  10042. }
  10043. .cta-content-centered-both {
  10044. text-align: center;
  10045. }
  10046. .cta-content-centered-both .cta-content-inner {
  10047. display: inline-block;
  10048. position: absolute;
  10049. top: 50%;
  10050. left: 50%;
  10051. -webkit-transform: translateX(-50%) translateY(-50%);
  10052. -ms-transform: translateX(-50%) translateY(-50%);
  10053. transform: translateX(-50%) translateY(-50%);
  10054. }
  10055. .bc-cta-container.ad,
  10056. .bc-cta-container.image {
  10057. position: relative;
  10058. /* top vertically / left horizontally */
  10059. /* top vertically / centered horizontally */
  10060. /* top vertically / right horizontally */
  10061. /* centered vertically / left horizontally */
  10062. /* centered both vertically and horizontally */
  10063. /* centered vertically /right horizontally */
  10064. /* bottom vertically / left horizontally */
  10065. /* bottom vertically / centered horizontally */
  10066. /* bottom vertically / right horizontally */
  10067. }
  10068. .bc-cta-container.ad .cta-content,
  10069. .bc-cta-container.image .cta-content {
  10070. position: relative;
  10071. width: 100%;
  10072. height: 100%;
  10073. }
  10074. .bc-cta-container.ad .cta-content-inner,
  10075. .bc-cta-container.image .cta-content-inner {
  10076. overflow: hidden;
  10077. }
  10078. .bc-cta-container.ad .cta-content-top-left .cta-content-inner,
  10079. .bc-cta-container.image .cta-content-top-left .cta-content-inner {
  10080. position: absolute;
  10081. top: 0px;
  10082. left: 0px;
  10083. }
  10084. .bc-cta-container.ad .cta-content-top-centered,
  10085. .bc-cta-container.image .cta-content-top-centered {
  10086. text-align: center;
  10087. }
  10088. .bc-cta-container.ad .cta-content-top-centered .cta-content-inner,
  10089. .bc-cta-container.image .cta-content-top-centered .cta-content-inner {
  10090. display: inline-block;
  10091. position: absolute;
  10092. left: 50%;
  10093. -webkit-transform: translateX(-50%);
  10094. -ms-transform: translateX(-50%);
  10095. transform: translateX(-50%);
  10096. }
  10097. .bc-cta-container.ad .cta-content-top-right .cta-content-inner,
  10098. .bc-cta-container.image .cta-content-top-right .cta-content-inner {
  10099. position: absolute;
  10100. top: 0px;
  10101. right: 0px;
  10102. }
  10103. .bc-cta-container.ad .cta-content-centered-left .cta-content-inner,
  10104. .bc-cta-container.image .cta-content-centered-left .cta-content-inner {
  10105. display: inline-block;
  10106. position: absolute;
  10107. top: 50%;
  10108. -webkit-transform: translateY(-50%);
  10109. -ms-transform: translateY(-50%);
  10110. transform: translateY(-50%);
  10111. }
  10112. .bc-cta-container.ad .cta-content-centered-left .cta-content-inner,
  10113. .bc-cta-container.image .cta-content-centered-left .cta-content-inner {
  10114. left: 0px;
  10115. }
  10116. .bc-cta-container.ad .cta-content-centered,
  10117. .bc-cta-container.image .cta-content-centered {
  10118. text-align: center;
  10119. }
  10120. .bc-cta-container.ad .cta-content-centered .cta-content-inner,
  10121. .bc-cta-container.image .cta-content-centered .cta-content-inner {
  10122. display: inline-block;
  10123. position: absolute;
  10124. top: 50%;
  10125. left: 50%;
  10126. -webkit-transform: translateX(-50%) translateY(-50%);
  10127. -ms-transform: translateX(-50%) translateY(-50%);
  10128. transform: translateX(-50%) translateY(-50%);
  10129. }
  10130. .bc-cta-container.ad .cta-content-centered-right .cta-content-inner,
  10131. .bc-cta-container.image .cta-content-centered-right .cta-content-inner {
  10132. display: inline-block;
  10133. position: absolute;
  10134. top: 50%;
  10135. -webkit-transform: translateY(-50%);
  10136. -ms-transform: translateY(-50%);
  10137. transform: translateY(-50%);
  10138. }
  10139. .bc-cta-container.ad .cta-content-centered-right .cta-content-inner,
  10140. .bc-cta-container.image .cta-content-centered-right .cta-content-inner {
  10141. right: 0px;
  10142. }
  10143. .bc-cta-container.ad .cta-content-bottom-left .cta-content-inner,
  10144. .bc-cta-container.image .cta-content-bottom-left .cta-content-inner {
  10145. position: absolute;
  10146. bottom: 0px;
  10147. left: 0px;
  10148. }
  10149. .bc-cta-container.ad .cta-content-bottom-centered,
  10150. .bc-cta-container.image .cta-content-bottom-centered {
  10151. text-align: center;
  10152. }
  10153. .bc-cta-container.ad .cta-content-bottom-centered .cta-content-inner,
  10154. .bc-cta-container.image .cta-content-bottom-centered .cta-content-inner {
  10155. display: inline-block;
  10156. position: absolute;
  10157. left: 50%;
  10158. -webkit-transform: translateX(-50%);
  10159. -ms-transform: translateX(-50%);
  10160. transform: translateX(-50%);
  10161. }
  10162. .bc-cta-container.ad .cta-content-bottom-centered .cta-content-inner,
  10163. .bc-cta-container.image .cta-content-bottom-centered .cta-content-inner {
  10164. bottom: 0px;
  10165. }
  10166. .bc-cta-container.ad .cta-content-bottom-right .cta-content-inner,
  10167. .bc-cta-container.image .cta-content-bottom-right .cta-content-inner {
  10168. position: absolute;
  10169. bottom: 0px;
  10170. right: 0px;
  10171. }
  10172. /* studio related promo styles */
  10173. .bc-cta-container .bc-cta-placeholder {
  10174. position: relative;
  10175. width: 100%;
  10176. height: 100%;
  10177. color: #333;
  10178. background-color: #ccc;
  10179. }
  10180. .bc-cta-container .bc-cta-placeholder .content {
  10181. display: table;
  10182. width: 100%;
  10183. height: 100%;
  10184. }
  10185. .bc-cta-container .bc-cta-placeholder .content-inner {
  10186. display: table-cell;
  10187. vertical-align: middle;
  10188. }
  10189. .bc-cta-container .bc-cta-placeholder .title,
  10190. .bc-cta-container .bc-cta-placeholder .subtitle {
  10191. font-size: 20px;
  10192. font-family: Arimo, sans-serif;
  10193. font-weight: bold;
  10194. text-align: center;
  10195. }
  10196. .bc-cta-container .bc-cta-placeholder .subtitle {
  10197. font-size: 12px;
  10198. }
  10199. .bc-cta-container .bc-cta-placeholder .incomplete-message {
  10200. padding-bottom: 8px;
  10201. font-size: 12px;
  10202. font-family: Arimo, sans-serif;
  10203. text-align: center;
  10204. }
  10205. .bc-cta-container .bc-cta-placeholder .incomplete-message .fa {
  10206. color: #DB2F30;
  10207. }
  10208. /* bootstrap colors - taken from bootstrap3-wysihtml5.css */
  10209. .wysiwyg-color-silver {
  10210. color: silver;
  10211. }
  10212. .wysiwyg-color-gray {
  10213. color: gray;
  10214. }
  10215. .wysiwyg-color-white {
  10216. color: white;
  10217. }
  10218. .wysiwyg-color-maroon {
  10219. color: maroon;
  10220. }
  10221. .wysiwyg-color-red {
  10222. color: red;
  10223. }
  10224. .wysiwyg-color-purple {
  10225. color: purple;
  10226. }
  10227. .wysiwyg-color-fuchsia {
  10228. color: fuchsia;
  10229. }
  10230. .wysiwyg-color-green {
  10231. color: green;
  10232. }
  10233. .wysiwyg-color-lime {
  10234. color: lime;
  10235. }
  10236. .wysiwyg-color-olive {
  10237. color: olive;
  10238. }
  10239. .wysiwyg-color-yellow {
  10240. color: yellow;
  10241. }
  10242. .wysiwyg-color-navy {
  10243. color: navy;
  10244. }
  10245. .wysiwyg-color-blue {
  10246. color: blue;
  10247. }
  10248. .wysiwyg-color-teal {
  10249. color: teal;
  10250. }
  10251. .wysiwyg-color-aqua {
  10252. color: aqua;
  10253. }
  10254. .wysiwyg-color-orange {
  10255. color: orange;
  10256. }
  10257. .clearfix:before,
  10258. .clearfix:after,
  10259. .dl-horizontal dd:before,
  10260. .dl-horizontal dd:after,
  10261. .container:before,
  10262. .container:after,
  10263. .container-fluid:before,
  10264. .container-fluid:after,
  10265. .row:before,
  10266. .row:after,
  10267. .form-horizontal .form-group:before,
  10268. .form-horizontal .form-group:after,
  10269. .btn-toolbar:before,
  10270. .btn-toolbar:after,
  10271. .btn-group-vertical > .btn-group:before,
  10272. .btn-group-vertical > .btn-group:after,
  10273. .nav:before,
  10274. .nav:after,
  10275. .navbar:before,
  10276. .navbar:after,
  10277. .navbar-header:before,
  10278. .navbar-header:after,
  10279. .navbar-collapse:before,
  10280. .navbar-collapse:after,
  10281. .pager:before,
  10282. .pager:after,
  10283. .panel-body:before,
  10284. .panel-body:after,
  10285. .modal-footer:before,
  10286. .modal-footer:after {
  10287. content: " ";
  10288. display: table;
  10289. }
  10290. .clearfix:after,
  10291. .dl-horizontal dd:after,
  10292. .container:after,
  10293. .container-fluid:after,
  10294. .row:after,
  10295. .form-horizontal .form-group:after,
  10296. .btn-toolbar:after,
  10297. .btn-group-vertical > .btn-group:after,
  10298. .nav:after,
  10299. .navbar:after,
  10300. .navbar-header:after,
  10301. .navbar-collapse:after,
  10302. .pager:after,
  10303. .panel-body:after,
  10304. .modal-footer:after {
  10305. clear: both;
  10306. }
  10307. .center-block {
  10308. display: block;
  10309. margin-left: auto;
  10310. margin-right: auto;
  10311. }
  10312. .pull-right {
  10313. float: right !important;
  10314. }
  10315. .pull-left {
  10316. float: left !important;
  10317. }
  10318. .hide {
  10319. display: none !important;
  10320. }
  10321. .show {
  10322. display: block !important;
  10323. }
  10324. .invisible {
  10325. visibility: hidden;
  10326. }
  10327. .text-hide {
  10328. font: 0/0 a;
  10329. color: transparent;
  10330. text-shadow: none;
  10331. background-color: transparent;
  10332. border: 0;
  10333. }
  10334. .hidden {
  10335. display: none !important;
  10336. }
  10337. .affix {
  10338. position: fixed;
  10339. }
  10340. /*!
  10341. * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
  10342. * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
  10343. */
  10344. /* FONT PATH
  10345. * -------------------------- */
  10346. @font-face {
  10347. font-family: 'FontAwesome';
  10348. src: url('/common-assets/fontawesome-webfont.eot?v=4.3.0');
  10349. src: url('/common-assets/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('/common-assets/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('/common-assets/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('/common-assets/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('/common-assets/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  10350. font-weight: normal;
  10351. font-style: normal;
  10352. }
  10353. .fa {
  10354. display: inline-block;
  10355. font: normal normal normal 14px/1 FontAwesome;
  10356. font-size: inherit;
  10357. text-rendering: auto;
  10358. -webkit-font-smoothing: antialiased;
  10359. -moz-osx-font-smoothing: grayscale;
  10360. transform: translate(0, 0);
  10361. }
  10362. /* makes the font 33% larger relative to the icon container */
  10363. .fa-lg {
  10364. font-size: 1.33333333em;
  10365. line-height: 0.75em;
  10366. vertical-align: -15%;
  10367. }
  10368. .fa-2x {
  10369. font-size: 2em;
  10370. }
  10371. .fa-3x {
  10372. font-size: 3em;
  10373. }
  10374. .fa-4x {
  10375. font-size: 4em;
  10376. }
  10377. .fa-5x {
  10378. font-size: 5em;
  10379. }
  10380. .fa-fw {
  10381. width: 1.28571429em;
  10382. text-align: center;
  10383. }
  10384. .fa-ul {
  10385. padding-left: 0;
  10386. margin-left: 2.14285714em;
  10387. list-style-type: none;
  10388. }
  10389. .fa-ul > li {
  10390. position: relative;
  10391. }
  10392. .fa-li {
  10393. position: absolute;
  10394. left: -2.14285714em;
  10395. width: 2.14285714em;
  10396. top: 0.14285714em;
  10397. text-align: center;
  10398. }
  10399. .fa-li.fa-lg {
  10400. left: -1.85714286em;
  10401. }
  10402. .fa-border {
  10403. padding: .2em .25em .15em;
  10404. border: solid 0.08em #eeeeee;
  10405. border-radius: .1em;
  10406. }
  10407. .pull-right {
  10408. float: right;
  10409. }
  10410. .pull-left {
  10411. float: left;
  10412. }
  10413. .fa.pull-left {
  10414. margin-right: .3em;
  10415. }
  10416. .fa.pull-right {
  10417. margin-left: .3em;
  10418. }
  10419. .fa-spin {
  10420. -webkit-animation: fa-spin 2s infinite linear;
  10421. animation: fa-spin 2s infinite linear;
  10422. }
  10423. .fa-pulse {
  10424. -webkit-animation: fa-spin 1s infinite steps(8);
  10425. animation: fa-spin 1s infinite steps(8);
  10426. }
  10427. @-webkit-keyframes fa-spin {
  10428. 0% {
  10429. -webkit-transform: rotate(0deg);
  10430. transform: rotate(0deg);
  10431. }
  10432. 100% {
  10433. -webkit-transform: rotate(359deg);
  10434. transform: rotate(359deg);
  10435. }
  10436. }
  10437. @keyframes fa-spin {
  10438. 0% {
  10439. -webkit-transform: rotate(0deg);
  10440. transform: rotate(0deg);
  10441. }
  10442. 100% {
  10443. -webkit-transform: rotate(359deg);
  10444. transform: rotate(359deg);
  10445. }
  10446. }
  10447. .fa-rotate-90 {
  10448. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  10449. -webkit-transform: rotate(90deg);
  10450. -ms-transform: rotate(90deg);
  10451. transform: rotate(90deg);
  10452. }
  10453. .fa-rotate-180 {
  10454. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  10455. -webkit-transform: rotate(180deg);
  10456. -ms-transform: rotate(180deg);
  10457. transform: rotate(180deg);
  10458. }
  10459. .fa-rotate-270 {
  10460. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  10461. -webkit-transform: rotate(270deg);
  10462. -ms-transform: rotate(270deg);
  10463. transform: rotate(270deg);
  10464. }
  10465. .fa-flip-horizontal {
  10466. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  10467. -webkit-transform: scale(-1, 1);
  10468. -ms-transform: scale(-1, 1);
  10469. transform: scale(-1, 1);
  10470. }
  10471. .fa-flip-vertical {
  10472. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  10473. -webkit-transform: scale(1, -1);
  10474. -ms-transform: scale(1, -1);
  10475. transform: scale(1, -1);
  10476. }
  10477. :root .fa-rotate-90,
  10478. :root .fa-rotate-180,
  10479. :root .fa-rotate-270,
  10480. :root .fa-flip-horizontal,
  10481. :root .fa-flip-vertical {
  10482. filter: none;
  10483. }
  10484. .fa-stack {
  10485. position: relative;
  10486. display: inline-block;
  10487. width: 2em;
  10488. height: 2em;
  10489. line-height: 2em;
  10490. vertical-align: middle;
  10491. }
  10492. .fa-stack-1x,
  10493. .fa-stack-2x {
  10494. position: absolute;
  10495. left: 0;
  10496. width: 100%;
  10497. text-align: center;
  10498. }
  10499. .fa-stack-1x {
  10500. line-height: inherit;
  10501. }
  10502. .fa-stack-2x {
  10503. font-size: 2em;
  10504. }
  10505. .fa-inverse {
  10506. color: #ffffff;
  10507. }
  10508. /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
  10509. readers do not read off random characters that represent icons */
  10510. .fa-glass:before {
  10511. content: "\f000";
  10512. }
  10513. .fa-music:before {
  10514. content: "\f001";
  10515. }
  10516. .fa-search:before {
  10517. content: "\f002";
  10518. }
  10519. .fa-envelope-o:before {
  10520. content: "\f003";
  10521. }
  10522. .fa-heart:before {
  10523. content: "\f004";
  10524. }
  10525. .fa-star:before {
  10526. content: "\f005";
  10527. }
  10528. .fa-star-o:before {
  10529. content: "\f006";
  10530. }
  10531. .fa-user:before {
  10532. content: "\f007";
  10533. }
  10534. .fa-film:before {
  10535. content: "\f008";
  10536. }
  10537. .fa-th-large:before {
  10538. content: "\f009";
  10539. }
  10540. .fa-th:before {
  10541. content: "\f00a";
  10542. }
  10543. .fa-th-list:before {
  10544. content: "\f00b";
  10545. }
  10546. .fa-check:before {
  10547. content: "\f00c";
  10548. }
  10549. .fa-remove:before,
  10550. .fa-close:before,
  10551. .fa-times:before {
  10552. content: "\f00d";
  10553. }
  10554. .fa-search-plus:before {
  10555. content: "\f00e";
  10556. }
  10557. .fa-search-minus:before {
  10558. content: "\f010";
  10559. }
  10560. .fa-power-off:before {
  10561. content: "\f011";
  10562. }
  10563. .fa-signal:before {
  10564. content: "\f012";
  10565. }
  10566. .fa-gear:before,
  10567. .fa-cog:before {
  10568. content: "\f013";
  10569. }
  10570. .fa-trash-o:before {
  10571. content: "\f014";
  10572. }
  10573. .fa-home:before {
  10574. content: "\f015";
  10575. }
  10576. .fa-file-o:before {
  10577. content: "\f016";
  10578. }
  10579. .fa-clock-o:before {
  10580. content: "\f017";
  10581. }
  10582. .fa-road:before {
  10583. content: "\f018";
  10584. }
  10585. .fa-download:before {
  10586. content: "\f019";
  10587. }
  10588. .fa-arrow-circle-o-down:before {
  10589. content: "\f01a";
  10590. }
  10591. .fa-arrow-circle-o-up:before {
  10592. content: "\f01b";
  10593. }
  10594. .fa-inbox:before {
  10595. content: "\f01c";
  10596. }
  10597. .fa-play-circle-o:before {
  10598. content: "\f01d";
  10599. }
  10600. .fa-rotate-right:before,
  10601. .fa-repeat:before {
  10602. content: "\f01e";
  10603. }
  10604. .fa-refresh:before {
  10605. content: "\f021";
  10606. }
  10607. .fa-list-alt:before {
  10608. content: "\f022";
  10609. }
  10610. .fa-lock:before {
  10611. content: "\f023";
  10612. }
  10613. .fa-flag:before {
  10614. content: "\f024";
  10615. }
  10616. .fa-headphones:before {
  10617. content: "\f025";
  10618. }
  10619. .fa-volume-off:before {
  10620. content: "\f026";
  10621. }
  10622. .fa-volume-down:before {
  10623. content: "\f027";
  10624. }
  10625. .fa-volume-up:before {
  10626. content: "\f028";
  10627. }
  10628. .fa-qrcode:before {
  10629. content: "\f029";
  10630. }
  10631. .fa-barcode:before {
  10632. content: "\f02a";
  10633. }
  10634. .fa-tag:before {
  10635. content: "\f02b";
  10636. }
  10637. .fa-tags:before {
  10638. content: "\f02c";
  10639. }
  10640. .fa-book:before {
  10641. content: "\f02d";
  10642. }
  10643. .fa-bookmark:before {
  10644. content: "\f02e";
  10645. }
  10646. .fa-print:before {
  10647. content: "\f02f";
  10648. }
  10649. .fa-camera:before {
  10650. content: "\f030";
  10651. }
  10652. .fa-font:before {
  10653. content: "\f031";
  10654. }
  10655. .fa-bold:before {
  10656. content: "\f032";
  10657. }
  10658. .fa-italic:before {
  10659. content: "\f033";
  10660. }
  10661. .fa-text-height:before {
  10662. content: "\f034";
  10663. }
  10664. .fa-text-width:before {
  10665. content: "\f035";
  10666. }
  10667. .fa-align-left:before {
  10668. content: "\f036";
  10669. }
  10670. .fa-align-center:before {
  10671. content: "\f037";
  10672. }
  10673. .fa-align-right:before {
  10674. content: "\f038";
  10675. }
  10676. .fa-align-justify:before {
  10677. content: "\f039";
  10678. }
  10679. .fa-list:before {
  10680. content: "\f03a";
  10681. }
  10682. .fa-dedent:before,
  10683. .fa-outdent:before {
  10684. content: "\f03b";
  10685. }
  10686. .fa-indent:before {
  10687. content: "\f03c";
  10688. }
  10689. .fa-video-camera:before {
  10690. content: "\f03d";
  10691. }
  10692. .fa-photo:before,
  10693. .fa-image:before,
  10694. .fa-picture-o:before {
  10695. content: "\f03e";
  10696. }
  10697. .fa-pencil:before {
  10698. content: "\f040";
  10699. }
  10700. .fa-map-marker:before {
  10701. content: "\f041";
  10702. }
  10703. .fa-adjust:before {
  10704. content: "\f042";
  10705. }
  10706. .fa-tint:before {
  10707. content: "\f043";
  10708. }
  10709. .fa-edit:before,
  10710. .fa-pencil-square-o:before {
  10711. content: "\f044";
  10712. }
  10713. .fa-share-square-o:before {
  10714. content: "\f045";
  10715. }
  10716. .fa-check-square-o:before {
  10717. content: "\f046";
  10718. }
  10719. .fa-arrows:before {
  10720. content: "\f047";
  10721. }
  10722. .fa-step-backward:before {
  10723. content: "\f048";
  10724. }
  10725. .fa-fast-backward:before {
  10726. content: "\f049";
  10727. }
  10728. .fa-backward:before {
  10729. content: "\f04a";
  10730. }
  10731. .fa-play:before {
  10732. content: "\f04b";
  10733. }
  10734. .fa-pause:before {
  10735. content: "\f04c";
  10736. }
  10737. .fa-stop:before {
  10738. content: "\f04d";
  10739. }
  10740. .fa-forward:before {
  10741. content: "\f04e";
  10742. }
  10743. .fa-fast-forward:before {
  10744. content: "\f050";
  10745. }
  10746. .fa-step-forward:before {
  10747. content: "\f051";
  10748. }
  10749. .fa-eject:before {
  10750. content: "\f052";
  10751. }
  10752. .fa-chevron-left:before {
  10753. content: "\f053";
  10754. }
  10755. .fa-chevron-right:before {
  10756. content: "\f054";
  10757. }
  10758. .fa-plus-circle:before {
  10759. content: "\f055";
  10760. }
  10761. .fa-minus-circle:before {
  10762. content: "\f056";
  10763. }
  10764. .fa-times-circle:before {
  10765. content: "\f057";
  10766. }
  10767. .fa-check-circle:before {
  10768. content: "\f058";
  10769. }
  10770. .fa-question-circle:before {
  10771. content: "\f059";
  10772. }
  10773. .fa-info-circle:before {
  10774. content: "\f05a";
  10775. }
  10776. .fa-crosshairs:before {
  10777. content: "\f05b";
  10778. }
  10779. .fa-times-circle-o:before {
  10780. content: "\f05c";
  10781. }
  10782. .fa-check-circle-o:before {
  10783. content: "\f05d";
  10784. }
  10785. .fa-ban:before {
  10786. content: "\f05e";
  10787. }
  10788. .fa-arrow-left:before {
  10789. content: "\f060";
  10790. }
  10791. .fa-arrow-right:before {
  10792. content: "\f061";
  10793. }
  10794. .fa-arrow-up:before {
  10795. content: "\f062";
  10796. }
  10797. .fa-arrow-down:before {
  10798. content: "\f063";
  10799. }
  10800. .fa-mail-forward:before,
  10801. .fa-share:before {
  10802. content: "\f064";
  10803. }
  10804. .fa-expand:before {
  10805. content: "\f065";
  10806. }
  10807. .fa-compress:before {
  10808. content: "\f066";
  10809. }
  10810. .fa-plus:before {
  10811. content: "\f067";
  10812. }
  10813. .fa-minus:before {
  10814. content: "\f068";
  10815. }
  10816. .fa-asterisk:before {
  10817. content: "\f069";
  10818. }
  10819. .fa-exclamation-circle:before {
  10820. content: "\f06a";
  10821. }
  10822. .fa-gift:before {
  10823. content: "\f06b";
  10824. }
  10825. .fa-leaf:before {
  10826. content: "\f06c";
  10827. }
  10828. .fa-fire:before {
  10829. content: "\f06d";
  10830. }
  10831. .fa-eye:before {
  10832. content: "\f06e";
  10833. }
  10834. .fa-eye-slash:before {
  10835. content: "\f070";
  10836. }
  10837. .fa-warning:before,
  10838. .fa-exclamation-triangle:before {
  10839. content: "\f071";
  10840. }
  10841. .fa-plane:before {
  10842. content: "\f072";
  10843. }
  10844. .fa-calendar:before {
  10845. content: "\f073";
  10846. }
  10847. .fa-random:before {
  10848. content: "\f074";
  10849. }
  10850. .fa-comment:before {
  10851. content: "\f075";
  10852. }
  10853. .fa-magnet:before {
  10854. content: "\f076";
  10855. }
  10856. .fa-chevron-up:before {
  10857. content: "\f077";
  10858. }
  10859. .fa-chevron-down:before {
  10860. content: "\f078";
  10861. }
  10862. .fa-retweet:before {
  10863. content: "\f079";
  10864. }
  10865. .fa-shopping-cart:before {
  10866. content: "\f07a";
  10867. }
  10868. .fa-folder:before {
  10869. content: "\f07b";
  10870. }
  10871. .fa-folder-open:before {
  10872. content: "\f07c";
  10873. }
  10874. .fa-arrows-v:before {
  10875. content: "\f07d";
  10876. }
  10877. .fa-arrows-h:before {
  10878. content: "\f07e";
  10879. }
  10880. .fa-bar-chart-o:before,
  10881. .fa-bar-chart:before {
  10882. content: "\f080";
  10883. }
  10884. .fa-twitter-square:before {
  10885. content: "\f081";
  10886. }
  10887. .fa-facebook-square:before {
  10888. content: "\f082";
  10889. }
  10890. .fa-camera-retro:before {
  10891. content: "\f083";
  10892. }
  10893. .fa-key:before {
  10894. content: "\f084";
  10895. }
  10896. .fa-gears:before,
  10897. .fa-cogs:before {
  10898. content: "\f085";
  10899. }
  10900. .fa-comments:before {
  10901. content: "\f086";
  10902. }
  10903. .fa-thumbs-o-up:before {
  10904. content: "\f087";
  10905. }
  10906. .fa-thumbs-o-down:before {
  10907. content: "\f088";
  10908. }
  10909. .fa-star-half:before {
  10910. content: "\f089";
  10911. }
  10912. .fa-heart-o:before {
  10913. content: "\f08a";
  10914. }
  10915. .fa-sign-out:before {
  10916. content: "\f08b";
  10917. }
  10918. .fa-linkedin-square:before {
  10919. content: "\f08c";
  10920. }
  10921. .fa-thumb-tack:before {
  10922. content: "\f08d";
  10923. }
  10924. .fa-external-link:before {
  10925. content: "\f08e";
  10926. }
  10927. .fa-sign-in:before {
  10928. content: "\f090";
  10929. }
  10930. .fa-trophy:before {
  10931. content: "\f091";
  10932. }
  10933. .fa-github-square:before {
  10934. content: "\f092";
  10935. }
  10936. .fa-upload:before {
  10937. content: "\f093";
  10938. }
  10939. .fa-lemon-o:before {
  10940. content: "\f094";
  10941. }
  10942. .fa-phone:before {
  10943. content: "\f095";
  10944. }
  10945. .fa-square-o:before {
  10946. content: "\f096";
  10947. }
  10948. .fa-bookmark-o:before {
  10949. content: "\f097";
  10950. }
  10951. .fa-phone-square:before {
  10952. content: "\f098";
  10953. }
  10954. .fa-twitter:before {
  10955. content: "\f099";
  10956. }
  10957. .fa-facebook-f:before,
  10958. .fa-facebook:before {
  10959. content: "\f09a";
  10960. }
  10961. .fa-github:before {
  10962. content: "\f09b";
  10963. }
  10964. .fa-unlock:before {
  10965. content: "\f09c";
  10966. }
  10967. .fa-credit-card:before {
  10968. content: "\f09d";
  10969. }
  10970. .fa-rss:before {
  10971. content: "\f09e";
  10972. }
  10973. .fa-hdd-o:before {
  10974. content: "\f0a0";
  10975. }
  10976. .fa-bullhorn:before {
  10977. content: "\f0a1";
  10978. }
  10979. .fa-bell:before {
  10980. content: "\f0f3";
  10981. }
  10982. .fa-certificate:before {
  10983. content: "\f0a3";
  10984. }
  10985. .fa-hand-o-right:before {
  10986. content: "\f0a4";
  10987. }
  10988. .fa-hand-o-left:before {
  10989. content: "\f0a5";
  10990. }
  10991. .fa-hand-o-up:before {
  10992. content: "\f0a6";
  10993. }
  10994. .fa-hand-o-down:before {
  10995. content: "\f0a7";
  10996. }
  10997. .fa-arrow-circle-left:before {
  10998. content: "\f0a8";
  10999. }
  11000. .fa-arrow-circle-right:before {
  11001. content: "\f0a9";
  11002. }
  11003. .fa-arrow-circle-up:before {
  11004. content: "\f0aa";
  11005. }
  11006. .fa-arrow-circle-down:before {
  11007. content: "\f0ab";
  11008. }
  11009. .fa-globe:before {
  11010. content: "\f0ac";
  11011. }
  11012. .fa-wrench:before {
  11013. content: "\f0ad";
  11014. }
  11015. .fa-tasks:before {
  11016. content: "\f0ae";
  11017. }
  11018. .fa-filter:before {
  11019. content: "\f0b0";
  11020. }
  11021. .fa-briefcase:before {
  11022. content: "\f0b1";
  11023. }
  11024. .fa-arrows-alt:before {
  11025. content: "\f0b2";
  11026. }
  11027. .fa-group:before,
  11028. .fa-users:before {
  11029. content: "\f0c0";
  11030. }
  11031. .fa-chain:before,
  11032. .fa-link:before {
  11033. content: "\f0c1";
  11034. }
  11035. .fa-cloud:before {
  11036. content: "\f0c2";
  11037. }
  11038. .fa-flask:before {
  11039. content: "\f0c3";
  11040. }
  11041. .fa-cut:before,
  11042. .fa-scissors:before {
  11043. content: "\f0c4";
  11044. }
  11045. .fa-copy:before,
  11046. .fa-files-o:before {
  11047. content: "\f0c5";
  11048. }
  11049. .fa-paperclip:before {
  11050. content: "\f0c6";
  11051. }
  11052. .fa-save:before,
  11053. .fa-floppy-o:before {
  11054. content: "\f0c7";
  11055. }
  11056. .fa-square:before {
  11057. content: "\f0c8";
  11058. }
  11059. .fa-navicon:before,
  11060. .fa-reorder:before,
  11061. .fa-bars:before {
  11062. content: "\f0c9";
  11063. }
  11064. .fa-list-ul:before {
  11065. content: "\f0ca";
  11066. }
  11067. .fa-list-ol:before {
  11068. content: "\f0cb";
  11069. }
  11070. .fa-strikethrough:before {
  11071. content: "\f0cc";
  11072. }
  11073. .fa-underline:before {
  11074. content: "\f0cd";
  11075. }
  11076. .fa-table:before {
  11077. content: "\f0ce";
  11078. }
  11079. .fa-magic:before {
  11080. content: "\f0d0";
  11081. }
  11082. .fa-truck:before {
  11083. content: "\f0d1";
  11084. }
  11085. .fa-pinterest:before {
  11086. content: "\f0d2";
  11087. }
  11088. .fa-pinterest-square:before {
  11089. content: "\f0d3";
  11090. }
  11091. .fa-google-plus-square:before {
  11092. content: "\f0d4";
  11093. }
  11094. .fa-google-plus:before {
  11095. content: "\f0d5";
  11096. }
  11097. .fa-money:before {
  11098. content: "\f0d6";
  11099. }
  11100. .fa-caret-down:before {
  11101. content: "\f0d7";
  11102. }
  11103. .fa-caret-up:before {
  11104. content: "\f0d8";
  11105. }
  11106. .fa-caret-left:before {
  11107. content: "\f0d9";
  11108. }
  11109. .fa-caret-right:before {
  11110. content: "\f0da";
  11111. }
  11112. .fa-columns:before {
  11113. content: "\f0db";
  11114. }
  11115. .fa-unsorted:before,
  11116. .fa-sort:before {
  11117. content: "\f0dc";
  11118. }
  11119. .fa-sort-down:before,
  11120. .fa-sort-desc:before {
  11121. content: "\f0dd";
  11122. }
  11123. .fa-sort-up:before,
  11124. .fa-sort-asc:before {
  11125. content: "\f0de";
  11126. }
  11127. .fa-envelope:before {
  11128. content: "\f0e0";
  11129. }
  11130. .fa-linkedin:before {
  11131. content: "\f0e1";
  11132. }
  11133. .fa-rotate-left:before,
  11134. .fa-undo:before {
  11135. content: "\f0e2";
  11136. }
  11137. .fa-legal:before,
  11138. .fa-gavel:before {
  11139. content: "\f0e3";
  11140. }
  11141. .fa-dashboard:before,
  11142. .fa-tachometer:before {
  11143. content: "\f0e4";
  11144. }
  11145. .fa-comment-o:before {
  11146. content: "\f0e5";
  11147. }
  11148. .fa-comments-o:before {
  11149. content: "\f0e6";
  11150. }
  11151. .fa-flash:before,
  11152. .fa-bolt:before {
  11153. content: "\f0e7";
  11154. }
  11155. .fa-sitemap:before {
  11156. content: "\f0e8";
  11157. }
  11158. .fa-umbrella:before {
  11159. content: "\f0e9";
  11160. }
  11161. .fa-paste:before,
  11162. .fa-clipboard:before {
  11163. content: "\f0ea";
  11164. }
  11165. .fa-lightbulb-o:before {
  11166. content: "\f0eb";
  11167. }
  11168. .fa-exchange:before {
  11169. content: "\f0ec";
  11170. }
  11171. .fa-cloud-download:before {
  11172. content: "\f0ed";
  11173. }
  11174. .fa-cloud-upload:before {
  11175. content: "\f0ee";
  11176. }
  11177. .fa-user-md:before {
  11178. content: "\f0f0";
  11179. }
  11180. .fa-stethoscope:before {
  11181. content: "\f0f1";
  11182. }
  11183. .fa-suitcase:before {
  11184. content: "\f0f2";
  11185. }
  11186. .fa-bell-o:before {
  11187. content: "\f0a2";
  11188. }
  11189. .fa-coffee:before {
  11190. content: "\f0f4";
  11191. }
  11192. .fa-cutlery:before {
  11193. content: "\f0f5";
  11194. }
  11195. .fa-file-text-o:before {
  11196. content: "\f0f6";
  11197. }
  11198. .fa-building-o:before {
  11199. content: "\f0f7";
  11200. }
  11201. .fa-hospital-o:before {
  11202. content: "\f0f8";
  11203. }
  11204. .fa-ambulance:before {
  11205. content: "\f0f9";
  11206. }
  11207. .fa-medkit:before {
  11208. content: "\f0fa";
  11209. }
  11210. .fa-fighter-jet:before {
  11211. content: "\f0fb";
  11212. }
  11213. .fa-beer:before {
  11214. content: "\f0fc";
  11215. }
  11216. .fa-h-square:before {
  11217. content: "\f0fd";
  11218. }
  11219. .fa-plus-square:before {
  11220. content: "\f0fe";
  11221. }
  11222. .fa-angle-double-left:before {
  11223. content: "\f100";
  11224. }
  11225. .fa-angle-double-right:before {
  11226. content: "\f101";
  11227. }
  11228. .fa-angle-double-up:before {
  11229. content: "\f102";
  11230. }
  11231. .fa-angle-double-down:before {
  11232. content: "\f103";
  11233. }
  11234. .fa-angle-left:before {
  11235. content: "\f104";
  11236. }
  11237. .fa-angle-right:before {
  11238. content: "\f105";
  11239. }
  11240. .fa-angle-up:before {
  11241. content: "\f106";
  11242. }
  11243. .fa-angle-down:before {
  11244. content: "\f107";
  11245. }
  11246. .fa-desktop:before {
  11247. content: "\f108";
  11248. }
  11249. .fa-laptop:before {
  11250. content: "\f109";
  11251. }
  11252. .fa-tablet:before {
  11253. content: "\f10a";
  11254. }
  11255. .fa-mobile-phone:before,
  11256. .fa-mobile:before {
  11257. content: "\f10b";
  11258. }
  11259. .fa-circle-o:before {
  11260. content: "\f10c";
  11261. }
  11262. .fa-quote-left:before {
  11263. content: "\f10d";
  11264. }
  11265. .fa-quote-right:before {
  11266. content: "\f10e";
  11267. }
  11268. .fa-spinner:before {
  11269. content: "\f110";
  11270. }
  11271. .fa-circle:before {
  11272. content: "\f111";
  11273. }
  11274. .fa-mail-reply:before,
  11275. .fa-reply:before {
  11276. content: "\f112";
  11277. }
  11278. .fa-github-alt:before {
  11279. content: "\f113";
  11280. }
  11281. .fa-folder-o:before {
  11282. content: "\f114";
  11283. }
  11284. .fa-folder-open-o:before {
  11285. content: "\f115";
  11286. }
  11287. .fa-smile-o:before {
  11288. content: "\f118";
  11289. }
  11290. .fa-frown-o:before {
  11291. content: "\f119";
  11292. }
  11293. .fa-meh-o:before {
  11294. content: "\f11a";
  11295. }
  11296. .fa-gamepad:before {
  11297. content: "\f11b";
  11298. }
  11299. .fa-keyboard-o:before {
  11300. content: "\f11c";
  11301. }
  11302. .fa-flag-o:before {
  11303. content: "\f11d";
  11304. }
  11305. .fa-flag-checkered:before {
  11306. content: "\f11e";
  11307. }
  11308. .fa-terminal:before {
  11309. content: "\f120";
  11310. }
  11311. .fa-code:before {
  11312. content: "\f121";
  11313. }
  11314. .fa-mail-reply-all:before,
  11315. .fa-reply-all:before {
  11316. content: "\f122";
  11317. }
  11318. .fa-star-half-empty:before,
  11319. .fa-star-half-full:before,
  11320. .fa-star-half-o:before {
  11321. content: "\f123";
  11322. }
  11323. .fa-location-arrow:before {
  11324. content: "\f124";
  11325. }
  11326. .fa-crop:before {
  11327. content: "\f125";
  11328. }
  11329. .fa-code-fork:before {
  11330. content: "\f126";
  11331. }
  11332. .fa-unlink:before,
  11333. .fa-chain-broken:before {
  11334. content: "\f127";
  11335. }
  11336. .fa-question:before {
  11337. content: "\f128";
  11338. }
  11339. .fa-info:before {
  11340. content: "\f129";
  11341. }
  11342. .fa-exclamation:before {
  11343. content: "\f12a";
  11344. }
  11345. .fa-superscript:before {
  11346. content: "\f12b";
  11347. }
  11348. .fa-subscript:before {
  11349. content: "\f12c";
  11350. }
  11351. .fa-eraser:before {
  11352. content: "\f12d";
  11353. }
  11354. .fa-puzzle-piece:before {
  11355. content: "\f12e";
  11356. }
  11357. .fa-microphone:before {
  11358. content: "\f130";
  11359. }
  11360. .fa-microphone-slash:before {
  11361. content: "\f131";
  11362. }
  11363. .fa-shield:before {
  11364. content: "\f132";
  11365. }
  11366. .fa-calendar-o:before {
  11367. content: "\f133";
  11368. }
  11369. .fa-fire-extinguisher:before {
  11370. content: "\f134";
  11371. }
  11372. .fa-rocket:before {
  11373. content: "\f135";
  11374. }
  11375. .fa-maxcdn:before {
  11376. content: "\f136";
  11377. }
  11378. .fa-chevron-circle-left:before {
  11379. content: "\f137";
  11380. }
  11381. .fa-chevron-circle-right:before {
  11382. content: "\f138";
  11383. }
  11384. .fa-chevron-circle-up:before {
  11385. content: "\f139";
  11386. }
  11387. .fa-chevron-circle-down:before {
  11388. content: "\f13a";
  11389. }
  11390. .fa-html5:before {
  11391. content: "\f13b";
  11392. }
  11393. .fa-css3:before {
  11394. content: "\f13c";
  11395. }
  11396. .fa-anchor:before {
  11397. content: "\f13d";
  11398. }
  11399. .fa-unlock-alt:before {
  11400. content: "\f13e";
  11401. }
  11402. .fa-bullseye:before {
  11403. content: "\f140";
  11404. }
  11405. .fa-ellipsis-h:before {
  11406. content: "\f141";
  11407. }
  11408. .fa-ellipsis-v:before {
  11409. content: "\f142";
  11410. }
  11411. .fa-rss-square:before {
  11412. content: "\f143";
  11413. }
  11414. .fa-play-circle:before {
  11415. content: "\f144";
  11416. }
  11417. .fa-ticket:before {
  11418. content: "\f145";
  11419. }
  11420. .fa-minus-square:before {
  11421. content: "\f146";
  11422. }
  11423. .fa-minus-square-o:before {
  11424. content: "\f147";
  11425. }
  11426. .fa-level-up:before {
  11427. content: "\f148";
  11428. }
  11429. .fa-level-down:before {
  11430. content: "\f149";
  11431. }
  11432. .fa-check-square:before {
  11433. content: "\f14a";
  11434. }
  11435. .fa-pencil-square:before {
  11436. content: "\f14b";
  11437. }
  11438. .fa-external-link-square:before {
  11439. content: "\f14c";
  11440. }
  11441. .fa-share-square:before {
  11442. content: "\f14d";
  11443. }
  11444. .fa-compass:before {
  11445. content: "\f14e";
  11446. }
  11447. .fa-toggle-down:before,
  11448. .fa-caret-square-o-down:before {
  11449. content: "\f150";
  11450. }
  11451. .fa-toggle-up:before,
  11452. .fa-caret-square-o-up:before {
  11453. content: "\f151";
  11454. }
  11455. .fa-toggle-right:before,
  11456. .fa-caret-square-o-right:before {
  11457. content: "\f152";
  11458. }
  11459. .fa-euro:before,
  11460. .fa-eur:before {
  11461. content: "\f153";
  11462. }
  11463. .fa-gbp:before {
  11464. content: "\f154";
  11465. }
  11466. .fa-dollar:before,
  11467. .fa-usd:before {
  11468. content: "\f155";
  11469. }
  11470. .fa-rupee:before,
  11471. .fa-inr:before {
  11472. content: "\f156";
  11473. }
  11474. .fa-cny:before,
  11475. .fa-rmb:before,
  11476. .fa-yen:before,
  11477. .fa-jpy:before {
  11478. content: "\f157";
  11479. }
  11480. .fa-ruble:before,
  11481. .fa-rouble:before,
  11482. .fa-rub:before {
  11483. content: "\f158";
  11484. }
  11485. .fa-won:before,
  11486. .fa-krw:before {
  11487. content: "\f159";
  11488. }
  11489. .fa-bitcoin:before,
  11490. .fa-btc:before {
  11491. content: "\f15a";
  11492. }
  11493. .fa-file:before {
  11494. content: "\f15b";
  11495. }
  11496. .fa-file-text:before {
  11497. content: "\f15c";
  11498. }
  11499. .fa-sort-alpha-asc:before {
  11500. content: "\f15d";
  11501. }
  11502. .fa-sort-alpha-desc:before {
  11503. content: "\f15e";
  11504. }
  11505. .fa-sort-amount-asc:before {
  11506. content: "\f160";
  11507. }
  11508. .fa-sort-amount-desc:before {
  11509. content: "\f161";
  11510. }
  11511. .fa-sort-numeric-asc:before {
  11512. content: "\f162";
  11513. }
  11514. .fa-sort-numeric-desc:before {
  11515. content: "\f163";
  11516. }
  11517. .fa-thumbs-up:before {
  11518. content: "\f164";
  11519. }
  11520. .fa-thumbs-down:before {
  11521. content: "\f165";
  11522. }
  11523. .fa-youtube-square:before {
  11524. content: "\f166";
  11525. }
  11526. .fa-youtube:before {
  11527. content: "\f167";
  11528. }
  11529. .fa-xing:before {
  11530. content: "\f168";
  11531. }
  11532. .fa-xing-square:before {
  11533. content: "\f169";
  11534. }
  11535. .fa-youtube-play:before {
  11536. content: "\f16a";
  11537. }
  11538. .fa-dropbox:before {
  11539. content: "\f16b";
  11540. }
  11541. .fa-stack-overflow:before {
  11542. content: "\f16c";
  11543. }
  11544. .fa-instagram:before {
  11545. content: "\f16d";
  11546. }
  11547. .fa-flickr:before {
  11548. content: "\f16e";
  11549. }
  11550. .fa-adn:before {
  11551. content: "\f170";
  11552. }
  11553. .fa-bitbucket:before {
  11554. content: "\f171";
  11555. }
  11556. .fa-bitbucket-square:before {
  11557. content: "\f172";
  11558. }
  11559. .fa-tumblr:before {
  11560. content: "\f173";
  11561. }
  11562. .fa-tumblr-square:before {
  11563. content: "\f174";
  11564. }
  11565. .fa-long-arrow-down:before {
  11566. content: "\f175";
  11567. }
  11568. .fa-long-arrow-up:before {
  11569. content: "\f176";
  11570. }
  11571. .fa-long-arrow-left:before {
  11572. content: "\f177";
  11573. }
  11574. .fa-long-arrow-right:before {
  11575. content: "\f178";
  11576. }
  11577. .fa-apple:before {
  11578. content: "\f179";
  11579. }
  11580. .fa-windows:before {
  11581. content: "\f17a";
  11582. }
  11583. .fa-android:before {
  11584. content: "\f17b";
  11585. }
  11586. .fa-linux:before {
  11587. content: "\f17c";
  11588. }
  11589. .fa-dribbble:before {
  11590. content: "\f17d";
  11591. }
  11592. .fa-skype:before {
  11593. content: "\f17e";
  11594. }
  11595. .fa-foursquare:before {
  11596. content: "\f180";
  11597. }
  11598. .fa-trello:before {
  11599. content: "\f181";
  11600. }
  11601. .fa-female:before {
  11602. content: "\f182";
  11603. }
  11604. .fa-male:before {
  11605. content: "\f183";
  11606. }
  11607. .fa-gittip:before,
  11608. .fa-gratipay:before {
  11609. content: "\f184";
  11610. }
  11611. .fa-sun-o:before {
  11612. content: "\f185";
  11613. }
  11614. .fa-moon-o:before {
  11615. content: "\f186";
  11616. }
  11617. .fa-archive:before {
  11618. content: "\f187";
  11619. }
  11620. .fa-bug:before {
  11621. content: "\f188";
  11622. }
  11623. .fa-vk:before {
  11624. content: "\f189";
  11625. }
  11626. .fa-weibo:before {
  11627. content: "\f18a";
  11628. }
  11629. .fa-renren:before {
  11630. content: "\f18b";
  11631. }
  11632. .fa-pagelines:before {
  11633. content: "\f18c";
  11634. }
  11635. .fa-stack-exchange:before {
  11636. content: "\f18d";
  11637. }
  11638. .fa-arrow-circle-o-right:before {
  11639. content: "\f18e";
  11640. }
  11641. .fa-arrow-circle-o-left:before {
  11642. content: "\f190";
  11643. }
  11644. .fa-toggle-left:before,
  11645. .fa-caret-square-o-left:before {
  11646. content: "\f191";
  11647. }
  11648. .fa-dot-circle-o:before {
  11649. content: "\f192";
  11650. }
  11651. .fa-wheelchair:before {
  11652. content: "\f193";
  11653. }
  11654. .fa-vimeo-square:before {
  11655. content: "\f194";
  11656. }
  11657. .fa-turkish-lira:before,
  11658. .fa-try:before {
  11659. content: "\f195";
  11660. }
  11661. .fa-plus-square-o:before {
  11662. content: "\f196";
  11663. }
  11664. .fa-space-shuttle:before {
  11665. content: "\f197";
  11666. }
  11667. .fa-slack:before {
  11668. content: "\f198";
  11669. }
  11670. .fa-envelope-square:before {
  11671. content: "\f199";
  11672. }
  11673. .fa-wordpress:before {
  11674. content: "\f19a";
  11675. }
  11676. .fa-openid:before {
  11677. content: "\f19b";
  11678. }
  11679. .fa-institution:before,
  11680. .fa-bank:before,
  11681. .fa-university:before {
  11682. content: "\f19c";
  11683. }
  11684. .fa-mortar-board:before,
  11685. .fa-graduation-cap:before {
  11686. content: "\f19d";
  11687. }
  11688. .fa-yahoo:before {
  11689. content: "\f19e";
  11690. }
  11691. .fa-google:before {
  11692. content: "\f1a0";
  11693. }
  11694. .fa-reddit:before {
  11695. content: "\f1a1";
  11696. }
  11697. .fa-reddit-square:before {
  11698. content: "\f1a2";
  11699. }
  11700. .fa-stumbleupon-circle:before {
  11701. content: "\f1a3";
  11702. }
  11703. .fa-stumbleupon:before {
  11704. content: "\f1a4";
  11705. }
  11706. .fa-delicious:before {
  11707. content: "\f1a5";
  11708. }
  11709. .fa-digg:before {
  11710. content: "\f1a6";
  11711. }
  11712. .fa-pied-piper:before {
  11713. content: "\f1a7";
  11714. }
  11715. .fa-pied-piper-alt:before {
  11716. content: "\f1a8";
  11717. }
  11718. .fa-drupal:before {
  11719. content: "\f1a9";
  11720. }
  11721. .fa-joomla:before {
  11722. content: "\f1aa";
  11723. }
  11724. .fa-language:before {
  11725. content: "\f1ab";
  11726. }
  11727. .fa-fax:before {
  11728. content: "\f1ac";
  11729. }
  11730. .fa-building:before {
  11731. content: "\f1ad";
  11732. }
  11733. .fa-child:before {
  11734. content: "\f1ae";
  11735. }
  11736. .fa-paw:before {
  11737. content: "\f1b0";
  11738. }
  11739. .fa-spoon:before {
  11740. content: "\f1b1";
  11741. }
  11742. .fa-cube:before {
  11743. content: "\f1b2";
  11744. }
  11745. .fa-cubes:before {
  11746. content: "\f1b3";
  11747. }
  11748. .fa-behance:before {
  11749. content: "\f1b4";
  11750. }
  11751. .fa-behance-square:before {
  11752. content: "\f1b5";
  11753. }
  11754. .fa-steam:before {
  11755. content: "\f1b6";
  11756. }
  11757. .fa-steam-square:before {
  11758. content: "\f1b7";
  11759. }
  11760. .fa-recycle:before {
  11761. content: "\f1b8";
  11762. }
  11763. .fa-automobile:before,
  11764. .fa-car:before {
  11765. content: "\f1b9";
  11766. }
  11767. .fa-cab:before,
  11768. .fa-taxi:before {
  11769. content: "\f1ba";
  11770. }
  11771. .fa-tree:before {
  11772. content: "\f1bb";
  11773. }
  11774. .fa-spotify:before {
  11775. content: "\f1bc";
  11776. }
  11777. .fa-deviantart:before {
  11778. content: "\f1bd";
  11779. }
  11780. .fa-soundcloud:before {
  11781. content: "\f1be";
  11782. }
  11783. .fa-database:before {
  11784. content: "\f1c0";
  11785. }
  11786. .fa-file-pdf-o:before {
  11787. content: "\f1c1";
  11788. }
  11789. .fa-file-word-o:before {
  11790. content: "\f1c2";
  11791. }
  11792. .fa-file-excel-o:before {
  11793. content: "\f1c3";
  11794. }
  11795. .fa-file-powerpoint-o:before {
  11796. content: "\f1c4";
  11797. }
  11798. .fa-file-photo-o:before,
  11799. .fa-file-picture-o:before,
  11800. .fa-file-image-o:before {
  11801. content: "\f1c5";
  11802. }
  11803. .fa-file-zip-o:before,
  11804. .fa-file-archive-o:before {
  11805. content: "\f1c6";
  11806. }
  11807. .fa-file-sound-o:before,
  11808. .fa-file-audio-o:before {
  11809. content: "\f1c7";
  11810. }
  11811. .fa-file-movie-o:before,
  11812. .fa-file-video-o:before {
  11813. content: "\f1c8";
  11814. }
  11815. .fa-file-code-o:before {
  11816. content: "\f1c9";
  11817. }
  11818. .fa-vine:before {
  11819. content: "\f1ca";
  11820. }
  11821. .fa-codepen:before {
  11822. content: "\f1cb";
  11823. }
  11824. .fa-jsfiddle:before {
  11825. content: "\f1cc";
  11826. }
  11827. .fa-life-bouy:before,
  11828. .fa-life-buoy:before,
  11829. .fa-life-saver:before,
  11830. .fa-support:before,
  11831. .fa-life-ring:before {
  11832. content: "\f1cd";
  11833. }
  11834. .fa-circle-o-notch:before {
  11835. content: "\f1ce";
  11836. }
  11837. .fa-ra:before,
  11838. .fa-rebel:before {
  11839. content: "\f1d0";
  11840. }
  11841. .fa-ge:before,
  11842. .fa-empire:before {
  11843. content: "\f1d1";
  11844. }
  11845. .fa-git-square:before {
  11846. content: "\f1d2";
  11847. }
  11848. .fa-git:before {
  11849. content: "\f1d3";
  11850. }
  11851. .fa-hacker-news:before {
  11852. content: "\f1d4";
  11853. }
  11854. .fa-tencent-weibo:before {
  11855. content: "\f1d5";
  11856. }
  11857. .fa-qq:before {
  11858. content: "\f1d6";
  11859. }
  11860. .fa-wechat:before,
  11861. .fa-weixin:before {
  11862. content: "\f1d7";
  11863. }
  11864. .fa-send:before,
  11865. .fa-paper-plane:before {
  11866. content: "\f1d8";
  11867. }
  11868. .fa-send-o:before,
  11869. .fa-paper-plane-o:before {
  11870. content: "\f1d9";
  11871. }
  11872. .fa-history:before {
  11873. content: "\f1da";
  11874. }
  11875. .fa-genderless:before,
  11876. .fa-circle-thin:before {
  11877. content: "\f1db";
  11878. }
  11879. .fa-header:before {
  11880. content: "\f1dc";
  11881. }
  11882. .fa-paragraph:before {
  11883. content: "\f1dd";
  11884. }
  11885. .fa-sliders:before {
  11886. content: "\f1de";
  11887. }
  11888. .fa-share-alt:before {
  11889. content: "\f1e0";
  11890. }
  11891. .fa-share-alt-square:before {
  11892. content: "\f1e1";
  11893. }
  11894. .fa-bomb:before {
  11895. content: "\f1e2";
  11896. }
  11897. .fa-soccer-ball-o:before,
  11898. .fa-futbol-o:before {
  11899. content: "\f1e3";
  11900. }
  11901. .fa-tty:before {
  11902. content: "\f1e4";
  11903. }
  11904. .fa-binoculars:before {
  11905. content: "\f1e5";
  11906. }
  11907. .fa-plug:before {
  11908. content: "\f1e6";
  11909. }
  11910. .fa-slideshare:before {
  11911. content: "\f1e7";
  11912. }
  11913. .fa-twitch:before {
  11914. content: "\f1e8";
  11915. }
  11916. .fa-yelp:before {
  11917. content: "\f1e9";
  11918. }
  11919. .fa-newspaper-o:before {
  11920. content: "\f1ea";
  11921. }
  11922. .fa-wifi:before {
  11923. content: "\f1eb";
  11924. }
  11925. .fa-calculator:before {
  11926. content: "\f1ec";
  11927. }
  11928. .fa-paypal:before {
  11929. content: "\f1ed";
  11930. }
  11931. .fa-google-wallet:before {
  11932. content: "\f1ee";
  11933. }
  11934. .fa-cc-visa:before {
  11935. content: "\f1f0";
  11936. }
  11937. .fa-cc-mastercard:before {
  11938. content: "\f1f1";
  11939. }
  11940. .fa-cc-discover:before {
  11941. content: "\f1f2";
  11942. }
  11943. .fa-cc-amex:before {
  11944. content: "\f1f3";
  11945. }
  11946. .fa-cc-paypal:before {
  11947. content: "\f1f4";
  11948. }
  11949. .fa-cc-stripe:before {
  11950. content: "\f1f5";
  11951. }
  11952. .fa-bell-slash:before {
  11953. content: "\f1f6";
  11954. }
  11955. .fa-bell-slash-o:before {
  11956. content: "\f1f7";
  11957. }
  11958. .fa-trash:before {
  11959. content: "\f1f8";
  11960. }
  11961. .fa-copyright:before {
  11962. content: "\f1f9";
  11963. }
  11964. .fa-at:before {
  11965. content: "\f1fa";
  11966. }
  11967. .fa-eyedropper:before {
  11968. content: "\f1fb";
  11969. }
  11970. .fa-paint-brush:before {
  11971. content: "\f1fc";
  11972. }
  11973. .fa-birthday-cake:before {
  11974. content: "\f1fd";
  11975. }
  11976. .fa-area-chart:before {
  11977. content: "\f1fe";
  11978. }
  11979. .fa-pie-chart:before {
  11980. content: "\f200";
  11981. }
  11982. .fa-line-chart:before {
  11983. content: "\f201";
  11984. }
  11985. .fa-lastfm:before {
  11986. content: "\f202";
  11987. }
  11988. .fa-lastfm-square:before {
  11989. content: "\f203";
  11990. }
  11991. .fa-toggle-off:before {
  11992. content: "\f204";
  11993. }
  11994. .fa-toggle-on:before {
  11995. content: "\f205";
  11996. }
  11997. .fa-bicycle:before {
  11998. content: "\f206";
  11999. }
  12000. .fa-bus:before {
  12001. content: "\f207";
  12002. }
  12003. .fa-ioxhost:before {
  12004. content: "\f208";
  12005. }
  12006. .fa-angellist:before {
  12007. content: "\f209";
  12008. }
  12009. .fa-cc:before {
  12010. content: "\f20a";
  12011. }
  12012. .fa-shekel:before,
  12013. .fa-sheqel:before,
  12014. .fa-ils:before {
  12015. content: "\f20b";
  12016. }
  12017. .fa-meanpath:before {
  12018. content: "\f20c";
  12019. }
  12020. .fa-buysellads:before {
  12021. content: "\f20d";
  12022. }
  12023. .fa-connectdevelop:before {
  12024. content: "\f20e";
  12025. }
  12026. .fa-dashcube:before {
  12027. content: "\f210";
  12028. }
  12029. .fa-forumbee:before {
  12030. content: "\f211";
  12031. }
  12032. .fa-leanpub:before {
  12033. content: "\f212";
  12034. }
  12035. .fa-sellsy:before {
  12036. content: "\f213";
  12037. }
  12038. .fa-shirtsinbulk:before {
  12039. content: "\f214";
  12040. }
  12041. .fa-simplybuilt:before {
  12042. content: "\f215";
  12043. }
  12044. .fa-skyatlas:before {
  12045. content: "\f216";
  12046. }
  12047. .fa-cart-plus:before {
  12048. content: "\f217";
  12049. }
  12050. .fa-cart-arrow-down:before {
  12051. content: "\f218";
  12052. }
  12053. .fa-diamond:before {
  12054. content: "\f219";
  12055. }
  12056. .fa-ship:before {
  12057. content: "\f21a";
  12058. }
  12059. .fa-user-secret:before {
  12060. content: "\f21b";
  12061. }
  12062. .fa-motorcycle:before {
  12063. content: "\f21c";
  12064. }
  12065. .fa-street-view:before {
  12066. content: "\f21d";
  12067. }
  12068. .fa-heartbeat:before {
  12069. content: "\f21e";
  12070. }
  12071. .fa-venus:before {
  12072. content: "\f221";
  12073. }
  12074. .fa-mars:before {
  12075. content: "\f222";
  12076. }
  12077. .fa-mercury:before {
  12078. content: "\f223";
  12079. }
  12080. .fa-transgender:before {
  12081. content: "\f224";
  12082. }
  12083. .fa-transgender-alt:before {
  12084. content: "\f225";
  12085. }
  12086. .fa-venus-double:before {
  12087. content: "\f226";
  12088. }
  12089. .fa-mars-double:before {
  12090. content: "\f227";
  12091. }
  12092. .fa-venus-mars:before {
  12093. content: "\f228";
  12094. }
  12095. .fa-mars-stroke:before {
  12096. content: "\f229";
  12097. }
  12098. .fa-mars-stroke-v:before {
  12099. content: "\f22a";
  12100. }
  12101. .fa-mars-stroke-h:before {
  12102. content: "\f22b";
  12103. }
  12104. .fa-neuter:before {
  12105. content: "\f22c";
  12106. }
  12107. .fa-facebook-official:before {
  12108. content: "\f230";
  12109. }
  12110. .fa-pinterest-p:before {
  12111. content: "\f231";
  12112. }
  12113. .fa-whatsapp:before {
  12114. content: "\f232";
  12115. }
  12116. .fa-server:before {
  12117. content: "\f233";
  12118. }
  12119. .fa-user-plus:before {
  12120. content: "\f234";
  12121. }
  12122. .fa-user-times:before {
  12123. content: "\f235";
  12124. }
  12125. .fa-hotel:before,
  12126. .fa-bed:before {
  12127. content: "\f236";
  12128. }
  12129. .fa-viacoin:before {
  12130. content: "\f237";
  12131. }
  12132. .fa-train:before {
  12133. content: "\f238";
  12134. }
  12135. .fa-subway:before {
  12136. content: "\f239";
  12137. }
  12138. .fa-medium:before {
  12139. content: "\f23a";
  12140. }
Add Comment
Please, Sign In to add comment