MobServers

Untitled

Dec 6th, 2017
734
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 276.68 KB | None | 0 0
  1. /*!
  2. * Bootstrap v3.3.7 (http://getbootstrap.com)
  3. * Copyright 2011-2016 Twitter, Inc.
  4. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  5. */
  6. /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  7. html {
  8. font-family: sans-serif;
  9. -webkit-text-size-adjust: 100%;
  10. -ms-text-size-adjust: 100%;
  11. }
  12. body {
  13. margin: 0;
  14. }
  15. article,
  16. aside,
  17. details,
  18. figcaption,
  19. figure,
  20. footer,
  21. header,
  22. hgroup,
  23. main,
  24. menu,
  25. nav,
  26. section,
  27. summary {
  28. display: block;
  29. }
  30. audio,
  31. canvas,
  32. progress,
  33. video {
  34. display: inline-block;
  35. vertical-align: baseline;
  36. }
  37. audio:not([controls]) {
  38. display: none;
  39. height: 0;
  40. }
  41. [hidden],
  42. template {
  43. display: none;
  44. }
  45. a {
  46. background-color: transparent;
  47. }
  48. a:active,
  49. a:hover {
  50. outline: 0;
  51. }
  52. abbr[title] {
  53. border-bottom: 1px dotted;
  54. }
  55. b,
  56. strong {
  57. font-weight: bold;
  58. }
  59. dfn {
  60. font-style: italic;
  61. }
  62. h1 {
  63. margin: .67em 0;
  64. font-size: 2em;
  65. }
  66. mark {
  67. color: #000;
  68. background: #ff0;
  69. }
  70. small {
  71. font-size: 80%;
  72. }
  73. sub,
  74. sup {
  75. position: relative;
  76. font-size: 75%;
  77. line-height: 0;
  78. vertical-align: baseline;
  79. }
  80. sup {
  81. top: -.5em;
  82. }
  83. sub {
  84. bottom: -.25em;
  85. }
  86. img {
  87. border: 0;
  88. }
  89. svg:not(:root) {
  90. overflow: hidden;
  91. }
  92. figure {
  93. margin: 1em 40px;
  94. }
  95. hr {
  96. height: 0;
  97. -webkit-box-sizing: content-box;
  98. -moz-box-sizing: content-box;
  99. box-sizing: content-box;
  100. }
  101. pre {
  102. overflow: auto;
  103. }
  104. code,
  105. kbd,
  106. pre,
  107. samp {
  108. font-family: monospace, monospace;
  109. font-size: 1em;
  110. }
  111. button,
  112. input,
  113. optgroup,
  114. select,
  115. textarea {
  116. margin: 0;
  117. font: inherit;
  118. color: inherit;
  119. }
  120. button {
  121. overflow: visible;
  122. }
  123. button,
  124. select {
  125. text-transform: none;
  126. }
  127. button,
  128. html input[type="button"],
  129. input[type="reset"],
  130. input[type="submit"] {
  131. -webkit-appearance: button;
  132. cursor: pointer;
  133. }
  134. button[disabled],
  135. html input[disabled] {
  136. cursor: default;
  137. }
  138. button::-moz-focus-inner,
  139. input::-moz-focus-inner {
  140. padding: 0;
  141. border: 0;
  142. }
  143. input {
  144. line-height: normal;
  145. }
  146. input[type="checkbox"],
  147. input[type="radio"] {
  148. -webkit-box-sizing: border-box;
  149. -moz-box-sizing: border-box;
  150. box-sizing: border-box;
  151. padding: 0;
  152. }
  153. input[type="number"]::-webkit-inner-spin-button,
  154. input[type="number"]::-webkit-outer-spin-button {
  155. height: auto;
  156. }
  157. input[type="search"] {
  158. -webkit-box-sizing: content-box;
  159. -moz-box-sizing: content-box;
  160. box-sizing: content-box;
  161. -webkit-appearance: textfield;
  162. }
  163. input[type="search"]::-webkit-search-cancel-button,
  164. input[type="search"]::-webkit-search-decoration {
  165. -webkit-appearance: none;
  166. }
  167. fieldset {
  168. padding: .35em .625em .75em;
  169. margin: 0 2px;
  170. border: 1px solid #c0c0c0;
  171. }
  172. legend {
  173. padding: 0;
  174. border: 0;
  175. }
  176. textarea {
  177. overflow: auto;
  178. }
  179. optgroup {
  180. font-weight: bold;
  181. }
  182. table {
  183. border-spacing: 0;
  184. border-collapse: collapse;
  185. }
  186. td,
  187. th {
  188. padding: 0;
  189. }
  190. /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  191. @media print {
  192. *,
  193. *:before,
  194. *:after {
  195. color: #000 !important;
  196. text-shadow: none !important;
  197. background: transparent !important;
  198. -webkit-box-shadow: none !important;
  199. box-shadow: none !important;
  200. }
  201. a,
  202. a:visited {
  203. text-decoration: underline;
  204. }
  205. a[href]:after {
  206. content: " (" attr(href) ")";
  207. }
  208. abbr[title]:after {
  209. content: " (" attr(title) ")";
  210. }
  211. a[href^="#"]:after,
  212. a[href^="javascript:"]:after {
  213. content: "";
  214. }
  215. pre,
  216. blockquote {
  217. border: 1px solid #999;
  218.  
  219. page-break-inside: avoid;
  220. }
  221. thead {
  222. display: table-header-group;
  223. }
  224. tr,
  225. img {
  226. page-break-inside: avoid;
  227. }
  228. img {
  229. max-width: 100% !important;
  230. }
  231. p,
  232. h2,
  233. h3 {
  234. orphans: 3;
  235. widows: 3;
  236. }
  237. h2,
  238. h3 {
  239. page-break-after: avoid;
  240. }
  241. .navbar {
  242. display: none;
  243. }
  244. .btn > .caret,
  245. .dropup > .btn > .caret {
  246. border-top-color: #000 !important;
  247. }
  248. .label {
  249. border: 1px solid #000;
  250. }
  251. .table {
  252. border-collapse: collapse !important;
  253. }
  254. .table td,
  255. .table th {
  256. background-color: #fff !important;
  257. }
  258. .table-bordered th,
  259. .table-bordered td {
  260. border: 1px solid #ddd !important;
  261. }
  262. }
  263. @font-face {
  264. font-family: 'Glyphicons Halflings';
  265.  
  266. src: url('../fonts/glyphicons-halflings-regular.eot');
  267. 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');
  268. }
  269. .glyphicon {
  270. position: relative;
  271. top: 1px;
  272. display: inline-block;
  273. font-family: 'Glyphicons Halflings';
  274. font-style: normal;
  275. font-weight: normal;
  276. line-height: 1;
  277.  
  278. -webkit-font-smoothing: antialiased;
  279. -moz-osx-font-smoothing: grayscale;
  280. }
  281. .glyphicon-asterisk:before {
  282. content: "\002a";
  283. }
  284. .glyphicon-plus:before {
  285. content: "\002b";
  286. }
  287. .glyphicon-euro:before,
  288. .glyphicon-eur:before {
  289. content: "\20ac";
  290. }
  291. .glyphicon-minus:before {
  292. content: "\2212";
  293. }
  294. .glyphicon-cloud:before {
  295. content: "\2601";
  296. }
  297. .glyphicon-envelope:before {
  298. content: "\2709";
  299. }
  300. .glyphicon-pencil:before {
  301. content: "\270f";
  302. }
  303. .glyphicon-glass:before {
  304. content: "\e001";
  305. }
  306. .glyphicon-music:before {
  307. content: "\e002";
  308. }
  309. .glyphicon-search:before {
  310. content: "\e003";
  311. }
  312. .glyphicon-heart:before {
  313. content: "\e005";
  314. }
  315. .glyphicon-star:before {
  316. content: "\e006";
  317. }
  318. .glyphicon-star-empty:before {
  319. content: "\e007";
  320. }
  321. .glyphicon-user:before {
  322. content: "\e008";
  323. }
  324. .glyphicon-film:before {
  325. content: "\e009";
  326. }
  327. .glyphicon-th-large:before {
  328. content: "\e010";
  329. }
  330. .glyphicon-th:before {
  331. content: "\e011";
  332. }
  333. .glyphicon-th-list:before {
  334. content: "\e012";
  335. }
  336. .glyphicon-ok:before {
  337. content: "\e013";
  338. }
  339. .glyphicon-remove:before {
  340. content: "\e014";
  341. }
  342. .glyphicon-zoom-in:before {
  343. content: "\e015";
  344. }
  345. .glyphicon-zoom-out:before {
  346. content: "\e016";
  347. }
  348. .glyphicon-off:before {
  349. content: "\e017";
  350. }
  351. .glyphicon-signal:before {
  352. content: "\e018";
  353. }
  354. .glyphicon-cog:before {
  355. content: "\e019";
  356. }
  357. .glyphicon-trash:before {
  358. content: "\e020";
  359. }
  360. .glyphicon-home:before {
  361. content: "\e021";
  362. }
  363. .glyphicon-file:before {
  364. content: "\e022";
  365. }
  366. .glyphicon-time:before {
  367. content: "\e023";
  368. }
  369. .glyphicon-road:before {
  370. content: "\e024";
  371. }
  372. .glyphicon-download-alt:before {
  373. content: "\e025";
  374. }
  375. .glyphicon-download:before {
  376. content: "\e026";
  377. }
  378. .glyphicon-upload:before {
  379. content: "\e027";
  380. }
  381. .glyphicon-inbox:before {
  382. content: "\e028";
  383. }
  384. .glyphicon-play-circle:before {
  385. content: "\e029";
  386. }
  387. .glyphicon-repeat:before {
  388. content: "\e030";
  389. }
  390. .glyphicon-refresh:before {
  391. content: "\e031";
  392. }
  393. .glyphicon-list-alt:before {
  394. content: "\e032";
  395. }
  396. .glyphicon-lock:before {
  397. content: "\e033";
  398. }
  399. .glyphicon-flag:before {
  400. content: "\e034";
  401. }
  402. .glyphicon-headphones:before {
  403. content: "\e035";
  404. }
  405. .glyphicon-volume-off:before {
  406. content: "\e036";
  407. }
  408. .glyphicon-volume-down:before {
  409. content: "\e037";
  410. }
  411. .glyphicon-volume-up:before {
  412. content: "\e038";
  413. }
  414. .glyphicon-qrcode:before {
  415. content: "\e039";
  416. }
  417. .glyphicon-barcode:before {
  418. content: "\e040";
  419. }
  420. .glyphicon-tag:before {
  421. content: "\e041";
  422. }
  423. .glyphicon-tags:before {
  424. content: "\e042";
  425. }
  426. .glyphicon-book:before {
  427. content: "\e043";
  428. }
  429. .glyphicon-bookmark:before {
  430. content: "\e044";
  431. }
  432. .glyphicon-print:before {
  433. content: "\e045";
  434. }
  435. .glyphicon-camera:before {
  436. content: "\e046";
  437. }
  438. .glyphicon-font:before {
  439. content: "\e047";
  440. }
  441. .glyphicon-bold:before {
  442. content: "\e048";
  443. }
  444. .glyphicon-italic:before {
  445. content: "\e049";
  446. }
  447. .glyphicon-text-height:before {
  448. content: "\e050";
  449. }
  450. .glyphicon-text-width:before {
  451. content: "\e051";
  452. }
  453. .glyphicon-align-left:before {
  454. content: "\e052";
  455. }
  456. .glyphicon-align-center:before {
  457. content: "\e053";
  458. }
  459. .glyphicon-align-right:before {
  460. content: "\e054";
  461. }
  462. .glyphicon-align-justify:before {
  463. content: "\e055";
  464. }
  465. .glyphicon-list:before {
  466. content: "\e056";
  467. }
  468. .glyphicon-indent-left:before {
  469. content: "\e057";
  470. }
  471. .glyphicon-indent-right:before {
  472. content: "\e058";
  473. }
  474. .glyphicon-facetime-video:before {
  475. content: "\e059";
  476. }
  477. .glyphicon-picture:before {
  478. content: "\e060";
  479. }
  480. .glyphicon-map-marker:before {
  481. content: "\e062";
  482. }
  483. .glyphicon-adjust:before {
  484. content: "\e063";
  485. }
  486. .glyphicon-tint:before {
  487. content: "\e064";
  488. }
  489. .glyphicon-edit:before {
  490. content: "\e065";
  491. }
  492. .glyphicon-share:before {
  493. content: "\e066";
  494. }
  495. .glyphicon-check:before {
  496. content: "\e067";
  497. }
  498. .glyphicon-move:before {
  499. content: "\e068";
  500. }
  501. .glyphicon-step-backward:before {
  502. content: "\e069";
  503. }
  504. .glyphicon-fast-backward:before {
  505. content: "\e070";
  506. }
  507. .glyphicon-backward:before {
  508. content: "\e071";
  509. }
  510. .glyphicon-play:before {
  511. content: "\e072";
  512. }
  513. .glyphicon-pause:before {
  514. content: "\e073";
  515. }
  516. .glyphicon-stop:before {
  517. content: "\e074";
  518. }
  519. .glyphicon-forward:before {
  520. content: "\e075";
  521. }
  522. .glyphicon-fast-forward:before {
  523. content: "\e076";
  524. }
  525. .glyphicon-step-forward:before {
  526. content: "\e077";
  527. }
  528. .glyphicon-eject:before {
  529. content: "\e078";
  530. }
  531. .glyphicon-chevron-left:before {
  532. content: "\e079";
  533. }
  534. .glyphicon-chevron-right:before {
  535. content: "\e080";
  536. }
  537. .glyphicon-plus-sign:before {
  538. content: "\e081";
  539. }
  540. .glyphicon-minus-sign:before {
  541. content: "\e082";
  542. }
  543. .glyphicon-remove-sign:before {
  544. content: "\e083";
  545. }
  546. .glyphicon-ok-sign:before {
  547. content: "\e084";
  548. }
  549. .glyphicon-question-sign:before {
  550. content: "\e085";
  551. }
  552. .glyphicon-info-sign:before {
  553. content: "\e086";
  554. }
  555. .glyphicon-screenshot:before {
  556. content: "\e087";
  557. }
  558. .glyphicon-remove-circle:before {
  559. content: "\e088";
  560. }
  561. .glyphicon-ok-circle:before {
  562. content: "\e089";
  563. }
  564. .glyphicon-ban-circle:before {
  565. content: "\e090";
  566. }
  567. .glyphicon-arrow-left:before {
  568. content: "\e091";
  569. }
  570. .glyphicon-arrow-right:before {
  571. content: "\e092";
  572. }
  573. .glyphicon-arrow-up:before {
  574. content: "\e093";
  575. }
  576. .glyphicon-arrow-down:before {
  577. content: "\e094";
  578. }
  579. .glyphicon-share-alt:before {
  580. content: "\e095";
  581. }
  582. .glyphicon-resize-full:before {
  583. content: "\e096";
  584. }
  585. .glyphicon-resize-small:before {
  586. content: "\e097";
  587. }
  588. .glyphicon-exclamation-sign:before {
  589. content: "\e101";
  590. }
  591. .glyphicon-gift:before {
  592. content: "\e102";
  593. }
  594. .glyphicon-leaf:before {
  595. content: "\e103";
  596. }
  597. .glyphicon-fire:before {
  598. content: "\e104";
  599. }
  600. .glyphicon-eye-open:before {
  601. content: "\e105";
  602. }
  603. .glyphicon-eye-close:before {
  604. content: "\e106";
  605. }
  606. .glyphicon-warning-sign:before {
  607. content: "\e107";
  608. }
  609. .glyphicon-plane:before {
  610. content: "\e108";
  611. }
  612. .glyphicon-calendar:before {
  613. content: "\e109";
  614. }
  615. .glyphicon-random:before {
  616. content: "\e110";
  617. }
  618. .glyphicon-comment:before {
  619. content: "\e111";
  620. }
  621. .glyphicon-magnet:before {
  622. content: "\e112";
  623. }
  624. .glyphicon-chevron-up:before {
  625. content: "\e113";
  626. }
  627. .glyphicon-chevron-down:before {
  628. content: "\e114";
  629. }
  630. .glyphicon-retweet:before {
  631. content: "\e115";
  632. }
  633. .glyphicon-shopping-cart:before {
  634. content: "\e116";
  635. }
  636. .glyphicon-folder-close:before {
  637. content: "\e117";
  638. }
  639. .glyphicon-folder-open:before {
  640. content: "\e118";
  641. }
  642. .glyphicon-resize-vertical:before {
  643. content: "\e119";
  644. }
  645. .glyphicon-resize-horizontal:before {
  646. content: "\e120";
  647. }
  648. .glyphicon-hdd:before {
  649. content: "\e121";
  650. }
  651. .glyphicon-bullhorn:before {
  652. content: "\e122";
  653. }
  654. .glyphicon-bell:before {
  655. content: "\e123";
  656. }
  657. .glyphicon-certificate:before {
  658. content: "\e124";
  659. }
  660. .glyphicon-thumbs-up:before {
  661. content: "\e125";
  662. }
  663. .glyphicon-thumbs-down:before {
  664. content: "\e126";
  665. }
  666. .glyphicon-hand-right:before {
  667. content: "\e127";
  668. }
  669. .glyphicon-hand-left:before {
  670. content: "\e128";
  671. }
  672. .glyphicon-hand-up:before {
  673. content: "\e129";
  674. }
  675. .glyphicon-hand-down:before {
  676. content: "\e130";
  677. }
  678. .glyphicon-circle-arrow-right:before {
  679. content: "\e131";
  680. }
  681. .glyphicon-circle-arrow-left:before {
  682. content: "\e132";
  683. }
  684. .glyphicon-circle-arrow-up:before {
  685. content: "\e133";
  686. }
  687. .glyphicon-circle-arrow-down:before {
  688. content: "\e134";
  689. }
  690. .glyphicon-globe:before {
  691. content: "\e135";
  692. }
  693. .glyphicon-wrench:before {
  694. content: "\e136";
  695. }
  696. .glyphicon-tasks:before {
  697. content: "\e137";
  698. }
  699. .glyphicon-filter:before {
  700. content: "\e138";
  701. }
  702. .glyphicon-briefcase:before {
  703. content: "\e139";
  704. }
  705. .glyphicon-fullscreen:before {
  706. content: "\e140";
  707. }
  708. .glyphicon-dashboard:before {
  709. content: "\e141";
  710. }
  711. .glyphicon-paperclip:before {
  712. content: "\e142";
  713. }
  714. .glyphicon-heart-empty:before {
  715. content: "\e143";
  716. }
  717. .glyphicon-link:before {
  718. content: "\e144";
  719. }
  720. .glyphicon-phone:before {
  721. content: "\e145";
  722. }
  723. .glyphicon-pushpin:before {
  724. content: "\e146";
  725. }
  726. .glyphicon-usd:before {
  727. content: "\e148";
  728. }
  729. .glyphicon-gbp:before {
  730. content: "\e149";
  731. }
  732. .glyphicon-sort:before {
  733. content: "\e150";
  734. }
  735. .glyphicon-sort-by-alphabet:before {
  736. content: "\e151";
  737. }
  738. .glyphicon-sort-by-alphabet-alt:before {
  739. content: "\e152";
  740. }
  741. .glyphicon-sort-by-order:before {
  742. content: "\e153";
  743. }
  744. .glyphicon-sort-by-order-alt:before {
  745. content: "\e154";
  746. }
  747. .glyphicon-sort-by-attributes:before {
  748. content: "\e155";
  749. }
  750. .glyphicon-sort-by-attributes-alt:before {
  751. content: "\e156";
  752. }
  753. .glyphicon-unchecked:before {
  754. content: "\e157";
  755. }
  756. .glyphicon-expand:before {
  757. content: "\e158";
  758. }
  759. .glyphicon-collapse-down:before {
  760. content: "\e159";
  761. }
  762. .glyphicon-collapse-up:before {
  763. content: "\e160";
  764. }
  765. .glyphicon-log-in:before {
  766. content: "\e161";
  767. }
  768. .glyphicon-flash:before {
  769. content: "\e162";
  770. }
  771. .glyphicon-log-out:before {
  772. content: "\e163";
  773. }
  774. .glyphicon-new-window:before {
  775. content: "\e164";
  776. }
  777. .glyphicon-record:before {
  778. content: "\e165";
  779. }
  780. .glyphicon-save:before {
  781. content: "\e166";
  782. }
  783. .glyphicon-open:before {
  784. content: "\e167";
  785. }
  786. .glyphicon-saved:before {
  787. content: "\e168";
  788. }
  789. .glyphicon-import:before {
  790. content: "\e169";
  791. }
  792. .glyphicon-export:before {
  793. content: "\e170";
  794. }
  795. .glyphicon-send:before {
  796. content: "\e171";
  797. }
  798. .glyphicon-floppy-disk:before {
  799. content: "\e172";
  800. }
  801. .glyphicon-floppy-saved:before {
  802. content: "\e173";
  803. }
  804. .glyphicon-floppy-remove:before {
  805. content: "\e174";
  806. }
  807. .glyphicon-floppy-save:before {
  808. content: "\e175";
  809. }
  810. .glyphicon-floppy-open:before {
  811. content: "\e176";
  812. }
  813. .glyphicon-credit-card:before {
  814. content: "\e177";
  815. }
  816. .glyphicon-transfer:before {
  817. content: "\e178";
  818. }
  819. .glyphicon-cutlery:before {
  820. content: "\e179";
  821. }
  822. .glyphicon-header:before {
  823. content: "\e180";
  824. }
  825. .glyphicon-compressed:before {
  826. content: "\e181";
  827. }
  828. .glyphicon-earphone:before {
  829. content: "\e182";
  830. }
  831. .glyphicon-phone-alt:before {
  832. content: "\e183";
  833. }
  834. .glyphicon-tower:before {
  835. content: "\e184";
  836. }
  837. .glyphicon-stats:before {
  838. content: "\e185";
  839. }
  840. .glyphicon-sd-video:before {
  841. content: "\e186";
  842. }
  843. .glyphicon-hd-video:before {
  844. content: "\e187";
  845. }
  846. .glyphicon-subtitles:before {
  847. content: "\e188";
  848. }
  849. .glyphicon-sound-stereo:before {
  850. content: "\e189";
  851. }
  852. .glyphicon-sound-dolby:before {
  853. content: "\e190";
  854. }
  855. .glyphicon-sound-5-1:before {
  856. content: "\e191";
  857. }
  858. .glyphicon-sound-6-1:before {
  859. content: "\e192";
  860. }
  861. .glyphicon-sound-7-1:before {
  862. content: "\e193";
  863. }
  864. .glyphicon-copyright-mark:before {
  865. content: "\e194";
  866. }
  867. .glyphicon-registration-mark:before {
  868. content: "\e195";
  869. }
  870. .glyphicon-cloud-download:before {
  871. content: "\e197";
  872. }
  873. .glyphicon-cloud-upload:before {
  874. content: "\e198";
  875. }
  876. .glyphicon-tree-conifer:before {
  877. content: "\e199";
  878. }
  879. .glyphicon-tree-deciduous:before {
  880. content: "\e200";
  881. }
  882. .glyphicon-cd:before {
  883. content: "\e201";
  884. }
  885. .glyphicon-save-file:before {
  886. content: "\e202";
  887. }
  888. .glyphicon-open-file:before {
  889. content: "\e203";
  890. }
  891. .glyphicon-level-up:before {
  892. content: "\e204";
  893. }
  894. .glyphicon-copy:before {
  895. content: "\e205";
  896. }
  897. .glyphicon-paste:before {
  898. content: "\e206";
  899. }
  900. .glyphicon-alert:before {
  901. content: "\e209";
  902. }
  903. .glyphicon-equalizer:before {
  904. content: "\e210";
  905. }
  906. .glyphicon-king:before {
  907. content: "\e211";
  908. }
  909. .glyphicon-queen:before {
  910. content: "\e212";
  911. }
  912. .glyphicon-pawn:before {
  913. content: "\e213";
  914. }
  915. .glyphicon-bishop:before {
  916. content: "\e214";
  917. }
  918. .glyphicon-knight:before {
  919. content: "\e215";
  920. }
  921. .glyphicon-baby-formula:before {
  922. content: "\e216";
  923. }
  924. .glyphicon-tent:before {
  925. content: "\26fa";
  926. }
  927. .glyphicon-blackboard:before {
  928. content: "\e218";
  929. }
  930. .glyphicon-bed:before {
  931. content: "\e219";
  932. }
  933. .glyphicon-apple:before {
  934. content: "\f8ff";
  935. }
  936. .glyphicon-erase:before {
  937. content: "\e221";
  938. }
  939. .glyphicon-hourglass:before {
  940. content: "\231b";
  941. }
  942. .glyphicon-lamp:before {
  943. content: "\e223";
  944. }
  945. .glyphicon-duplicate:before {
  946. content: "\e224";
  947. }
  948. .glyphicon-piggy-bank:before {
  949. content: "\e225";
  950. }
  951. .glyphicon-scissors:before {
  952. content: "\e226";
  953. }
  954. .glyphicon-bitcoin:before {
  955. content: "\e227";
  956. }
  957. .glyphicon-btc:before {
  958. content: "\e227";
  959. }
  960. .glyphicon-xbt:before {
  961. content: "\e227";
  962. }
  963. .glyphicon-yen:before {
  964. content: "\00a5";
  965. }
  966. .glyphicon-jpy:before {
  967. content: "\00a5";
  968. }
  969. .glyphicon-ruble:before {
  970. content: "\20bd";
  971. }
  972. .glyphicon-rub:before {
  973. content: "\20bd";
  974. }
  975. .glyphicon-scale:before {
  976. content: "\e230";
  977. }
  978. .glyphicon-ice-lolly:before {
  979. content: "\e231";
  980. }
  981. .glyphicon-ice-lolly-tasted:before {
  982. content: "\e232";
  983. }
  984. .glyphicon-education:before {
  985. content: "\e233";
  986. }
  987. .glyphicon-option-horizontal:before {
  988. content: "\e234";
  989. }
  990. .glyphicon-option-vertical:before {
  991. content: "\e235";
  992. }
  993. .glyphicon-menu-hamburger:before {
  994. content: "\e236";
  995. }
  996. .glyphicon-modal-window:before {
  997. content: "\e237";
  998. }
  999. .glyphicon-oil:before {
  1000. content: "\e238";
  1001. }
  1002. .glyphicon-grain:before {
  1003. content: "\e239";
  1004. }
  1005. .glyphicon-sunglasses:before {
  1006. content: "\e240";
  1007. }
  1008. .glyphicon-text-size:before {
  1009. content: "\e241";
  1010. }
  1011. .glyphicon-text-color:before {
  1012. content: "\e242";
  1013. }
  1014. .glyphicon-text-background:before {
  1015. content: "\e243";
  1016. }
  1017. .glyphicon-object-align-top:before {
  1018. content: "\e244";
  1019. }
  1020. .glyphicon-object-align-bottom:before {
  1021. content: "\e245";
  1022. }
  1023. .glyphicon-object-align-horizontal:before {
  1024. content: "\e246";
  1025. }
  1026. .glyphicon-object-align-left:before {
  1027. content: "\e247";
  1028. }
  1029. .glyphicon-object-align-vertical:before {
  1030. content: "\e248";
  1031. }
  1032. .glyphicon-object-align-right:before {
  1033. content: "\e249";
  1034. }
  1035. .glyphicon-triangle-right:before {
  1036. content: "\e250";
  1037. }
  1038. .glyphicon-triangle-left:before {
  1039. content: "\e251";
  1040. }
  1041. .glyphicon-triangle-bottom:before {
  1042. content: "\e252";
  1043. }
  1044. .glyphicon-triangle-top:before {
  1045. content: "\e253";
  1046. }
  1047. .glyphicon-console:before {
  1048. content: "\e254";
  1049. }
  1050. .glyphicon-superscript:before {
  1051. content: "\e255";
  1052. }
  1053. .glyphicon-subscript:before {
  1054. content: "\e256";
  1055. }
  1056. .glyphicon-menu-left:before {
  1057. content: "\e257";
  1058. }
  1059. .glyphicon-menu-right:before {
  1060. content: "\e258";
  1061. }
  1062. .glyphicon-menu-down:before {
  1063. content: "\e259";
  1064. }
  1065. .glyphicon-menu-up:before {
  1066. content: "\e260";
  1067. }
  1068. * {
  1069. -webkit-box-sizing: border-box;
  1070. -moz-box-sizing: border-box;
  1071. box-sizing: border-box;
  1072. }
  1073. *:before,
  1074. *:after {
  1075. -webkit-box-sizing: border-box;
  1076. -moz-box-sizing: border-box;
  1077. box-sizing: border-box;
  1078. }
  1079. html {
  1080. font-size: 10px;
  1081.  
  1082. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  1083. }
  1084. body {
  1085. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  1086. font-size: 14px;
  1087. line-height: 1.42857143;
  1088. color: #333;
  1089. background-color: #fff;
  1090. }
  1091. input,
  1092. button,
  1093. select,
  1094. textarea {
  1095. font-family: inherit;
  1096. font-size: inherit;
  1097. line-height: inherit;
  1098. }
  1099. a {
  1100. color: #337ab7;
  1101. text-decoration: none;
  1102. }
  1103. a:hover,
  1104. a:focus {
  1105. color: #23527c;
  1106. text-decoration: underline;
  1107. }
  1108. a:focus {
  1109. outline: 5px auto -webkit-focus-ring-color;
  1110. outline-offset: -2px;
  1111. }
  1112. figure {
  1113. margin: 0;
  1114. }
  1115. img {
  1116. vertical-align: middle;
  1117. }
  1118. .img-responsive,
  1119. .thumbnail > img,
  1120. .thumbnail a > img,
  1121. .carousel-inner > .item > img,
  1122. .carousel-inner > .item > a > img {
  1123. display: block;
  1124. max-width: 100%;
  1125. height: auto;
  1126. }
  1127. .img-rounded {
  1128. border-radius: 6px;
  1129. }
  1130. .img-thumbnail {
  1131. display: inline-block;
  1132. max-width: 100%;
  1133. height: auto;
  1134. padding: 4px;
  1135. line-height: 1.42857143;
  1136. background-color: #fff;
  1137. border: 1px solid #ddd;
  1138. border-radius: 4px;
  1139. -webkit-transition: all .2s ease-in-out;
  1140. -o-transition: all .2s ease-in-out;
  1141. transition: all .2s ease-in-out;
  1142. }
  1143. .img-circle {
  1144. border-radius: 50%;
  1145. }
  1146. hr {
  1147. margin-top: 20px;
  1148. margin-bottom: 20px;
  1149. border: 0;
  1150. border-top: 1px solid #eee;
  1151. }
  1152. .sr-only {
  1153. position: absolute;
  1154. width: 1px;
  1155. height: 1px;
  1156. padding: 0;
  1157. margin: -1px;
  1158. overflow: hidden;
  1159. clip: rect(0, 0, 0, 0);
  1160. border: 0;
  1161. }
  1162. .sr-only-focusable:active,
  1163. .sr-only-focusable:focus {
  1164. position: static;
  1165. width: auto;
  1166. height: auto;
  1167. margin: 0;
  1168. overflow: visible;
  1169. clip: auto;
  1170. }
  1171. [role="button"] {
  1172. cursor: pointer;
  1173. }
  1174. h1,
  1175. h2,
  1176. h3,
  1177. h4,
  1178. h5,
  1179. h6,
  1180. .h1,
  1181. .h2,
  1182. .h3,
  1183. .h4,
  1184. .h5,
  1185. .h6 {
  1186. font-family: inherit;
  1187. font-weight: 500;
  1188. line-height: 1.1;
  1189. color: inherit;
  1190. }
  1191. h1 small,
  1192. h2 small,
  1193. h3 small,
  1194. h4 small,
  1195. h5 small,
  1196. h6 small,
  1197. .h1 small,
  1198. .h2 small,
  1199. .h3 small,
  1200. .h4 small,
  1201. .h5 small,
  1202. .h6 small,
  1203. h1 .small,
  1204. h2 .small,
  1205. h3 .small,
  1206. h4 .small,
  1207. h5 .small,
  1208. h6 .small,
  1209. .h1 .small,
  1210. .h2 .small,
  1211. .h3 .small,
  1212. .h4 .small,
  1213. .h5 .small,
  1214. .h6 .small {
  1215. font-weight: normal;
  1216. line-height: 1;
  1217. color: #777;
  1218. }
  1219. h1,
  1220. .h1,
  1221. h2,
  1222. .h2,
  1223. h3,
  1224. .h3 {
  1225. margin-top: 20px;
  1226. margin-bottom: 10px;
  1227. }
  1228. h1 small,
  1229. .h1 small,
  1230. h2 small,
  1231. .h2 small,
  1232. h3 small,
  1233. .h3 small,
  1234. h1 .small,
  1235. .h1 .small,
  1236. h2 .small,
  1237. .h2 .small,
  1238. h3 .small,
  1239. .h3 .small {
  1240. font-size: 65%;
  1241. }
  1242. h4,
  1243. .h4,
  1244. h5,
  1245. .h5,
  1246. h6,
  1247. .h6 {
  1248. margin-top: 10px;
  1249. margin-bottom: 10px;
  1250. }
  1251. h4 small,
  1252. .h4 small,
  1253. h5 small,
  1254. .h5 small,
  1255. h6 small,
  1256. .h6 small,
  1257. h4 .small,
  1258. .h4 .small,
  1259. h5 .small,
  1260. .h5 .small,
  1261. h6 .small,
  1262. .h6 .small {
  1263. font-size: 75%;
  1264. }
  1265. h1,
  1266. .h1 {
  1267. font-size: 36px;
  1268. }
  1269. h2,
  1270. .h2 {
  1271. font-size: 30px;
  1272. }
  1273. h3,
  1274. .h3 {
  1275. font-size: 24px;
  1276. }
  1277. h4,
  1278. .h4 {
  1279. font-size: 18px;
  1280. }
  1281. h5,
  1282. .h5 {
  1283. font-size: 14px;
  1284. }
  1285. h6,
  1286. .h6 {
  1287. font-size: 12px;
  1288. }
  1289. p {
  1290. margin: 0 0 10px;
  1291. }
  1292. .lead {
  1293. margin-bottom: 20px;
  1294. font-size: 16px;
  1295. font-weight: 300;
  1296. line-height: 1.4;
  1297. }
  1298. @media (min-width: 768px) {
  1299. .lead {
  1300. font-size: 21px;
  1301. }
  1302. }
  1303. small,
  1304. .small {
  1305. font-size: 85%;
  1306. }
  1307. mark,
  1308. .mark {
  1309. padding: .2em;
  1310. background-color: #fcf8e3;
  1311. }
  1312. .text-left {
  1313. text-align: left;
  1314. }
  1315. .text-right {
  1316. text-align: right;
  1317. }
  1318. .text-center {
  1319. text-align: center;
  1320. }
  1321. .text-justify {
  1322. text-align: justify;
  1323. }
  1324. .text-nowrap {
  1325. white-space: nowrap;
  1326. }
  1327. .text-lowercase {
  1328. text-transform: lowercase;
  1329. }
  1330. .text-uppercase {
  1331. text-transform: uppercase;
  1332. }
  1333. .text-capitalize {
  1334. text-transform: capitalize;
  1335. }
  1336. .text-muted {
  1337. color: #777;
  1338. }
  1339. .text-primary {
  1340. color: #337ab7;
  1341. }
  1342. a.text-primary:hover,
  1343. a.text-primary:focus {
  1344. color: #286090;
  1345. }
  1346. .text-success {
  1347. color: #3c763d;
  1348. }
  1349. a.text-success:hover,
  1350. a.text-success:focus {
  1351. color: #2b542c;
  1352. }
  1353. .text-info {
  1354. color: #31708f;
  1355. }
  1356. a.text-info:hover,
  1357. a.text-info:focus {
  1358. color: #245269;
  1359. }
  1360. .text-warning {
  1361. color: #8a6d3b;
  1362. }
  1363. a.text-warning:hover,
  1364. a.text-warning:focus {
  1365. color: #66512c;
  1366. }
  1367. .text-danger {
  1368. color: #a94442;
  1369. }
  1370. a.text-danger:hover,
  1371. a.text-danger:focus {
  1372. color: #843534;
  1373. }
  1374. .bg-primary {
  1375. color: #fff;
  1376. background-color: #337ab7;
  1377. }
  1378. a.bg-primary:hover,
  1379. a.bg-primary:focus {
  1380. background-color: #286090;
  1381. }
  1382. .bg-success {
  1383. background-color: #dff0d8;
  1384. }
  1385. a.bg-success:hover,
  1386. a.bg-success:focus {
  1387. background-color: #c1e2b3;
  1388. }
  1389. .bg-info {
  1390. background-color: #d9edf7;
  1391. }
  1392. a.bg-info:hover,
  1393. a.bg-info:focus {
  1394. background-color: #afd9ee;
  1395. }
  1396. .bg-warning {
  1397. background-color: #fcf8e3;
  1398. }
  1399. a.bg-warning:hover,
  1400. a.bg-warning:focus {
  1401. background-color: #f7ecb5;
  1402. }
  1403. .bg-danger {
  1404. background-color: #f2dede;
  1405. }
  1406. a.bg-danger:hover,
  1407. a.bg-danger:focus {
  1408. background-color: #e4b9b9;
  1409. }
  1410. .page-header {
  1411. padding-bottom: 9px;
  1412. margin: 40px 0 20px;
  1413. border-bottom: 1px solid #eee;
  1414. }
  1415. ul,
  1416. ol {
  1417. margin-top: 0;
  1418. margin-bottom: 10px;
  1419. }
  1420. ul ul,
  1421. ol ul,
  1422. ul ol,
  1423. ol ol {
  1424. margin-bottom: 0;
  1425. }
  1426. .list-unstyled {
  1427. padding-left: 0;
  1428. list-style: none;
  1429. }
  1430. .list-inline {
  1431. padding-left: 0;
  1432. margin-left: -5px;
  1433. list-style: none;
  1434. }
  1435. .list-inline > li {
  1436. display: inline-block;
  1437. padding-right: 5px;
  1438. padding-left: 5px;
  1439. }
  1440. dl {
  1441. margin-top: 0;
  1442. margin-bottom: 20px;
  1443. }
  1444. dt,
  1445. dd {
  1446. line-height: 1.42857143;
  1447. }
  1448. dt {
  1449. font-weight: bold;
  1450. }
  1451. dd {
  1452. margin-left: 0;
  1453. }
  1454. @media (min-width: 768px) {
  1455. .dl-horizontal dt {
  1456. float: left;
  1457. width: 160px;
  1458. overflow: hidden;
  1459. clear: left;
  1460. text-align: right;
  1461. text-overflow: ellipsis;
  1462. white-space: nowrap;
  1463. }
  1464. .dl-horizontal dd {
  1465. margin-left: 180px;
  1466. }
  1467. }
  1468. abbr[title],
  1469. abbr[data-original-title] {
  1470. cursor: help;
  1471. border-bottom: 1px dotted #777;
  1472. }
  1473. .initialism {
  1474. font-size: 90%;
  1475. text-transform: uppercase;
  1476. }
  1477. blockquote {
  1478. padding: 10px 20px;
  1479. margin: 0 0 20px;
  1480. font-size: 17.5px;
  1481. border-left: 5px solid #eee;
  1482. }
  1483. blockquote p:last-child,
  1484. blockquote ul:last-child,
  1485. blockquote ol:last-child {
  1486. margin-bottom: 0;
  1487. }
  1488. blockquote footer,
  1489. blockquote small,
  1490. blockquote .small {
  1491. display: block;
  1492. font-size: 80%;
  1493. line-height: 1.42857143;
  1494. color: #777;
  1495. }
  1496. blockquote footer:before,
  1497. blockquote small:before,
  1498. blockquote .small:before {
  1499. content: '\2014 \00A0';
  1500. }
  1501. .blockquote-reverse,
  1502. blockquote.pull-right {
  1503. padding-right: 15px;
  1504. padding-left: 0;
  1505. text-align: right;
  1506. border-right: 5px solid #eee;
  1507. border-left: 0;
  1508. }
  1509. .blockquote-reverse footer:before,
  1510. blockquote.pull-right footer:before,
  1511. .blockquote-reverse small:before,
  1512. blockquote.pull-right small:before,
  1513. .blockquote-reverse .small:before,
  1514. blockquote.pull-right .small:before {
  1515. content: '';
  1516. }
  1517. .blockquote-reverse footer:after,
  1518. blockquote.pull-right footer:after,
  1519. .blockquote-reverse small:after,
  1520. blockquote.pull-right small:after,
  1521. .blockquote-reverse .small:after,
  1522. blockquote.pull-right .small:after {
  1523. content: '\00A0 \2014';
  1524. }
  1525. address {
  1526. margin-bottom: 20px;
  1527. font-style: normal;
  1528. line-height: 1.42857143;
  1529. }
  1530. code,
  1531. kbd,
  1532. pre,
  1533. samp {
  1534. font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  1535. }
  1536. code {
  1537. padding: 2px 4px;
  1538. font-size: 90%;
  1539. color: #c7254e;
  1540. background-color: #f9f2f4;
  1541. border-radius: 4px;
  1542. }
  1543. kbd {
  1544. padding: 2px 4px;
  1545. font-size: 90%;
  1546. color: #fff;
  1547. background-color: #333;
  1548. border-radius: 3px;
  1549. -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
  1550. box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
  1551. }
  1552. kbd kbd {
  1553. padding: 0;
  1554. font-size: 100%;
  1555. font-weight: bold;
  1556. -webkit-box-shadow: none;
  1557. box-shadow: none;
  1558. }
  1559. pre {
  1560. display: block;
  1561. padding: 9.5px;
  1562. margin: 0 0 10px;
  1563. font-size: 13px;
  1564. line-height: 1.42857143;
  1565. color: #333;
  1566. word-break: break-all;
  1567. word-wrap: break-word;
  1568. background-color: #f5f5f5;
  1569. border: 1px solid #ccc;
  1570. border-radius: 4px;
  1571. }
  1572. pre code {
  1573. padding: 0;
  1574. font-size: inherit;
  1575. color: inherit;
  1576. white-space: pre-wrap;
  1577. background-color: transparent;
  1578. border-radius: 0;
  1579. }
  1580. .pre-scrollable {
  1581. max-height: 340px;
  1582. overflow-y: scroll;
  1583. }
  1584. .container {
  1585. padding-right: 15px;
  1586. padding-left: 15px;
  1587. margin-right: auto;
  1588. margin-left: auto;
  1589. }
  1590. @media (min-width: 768px) {
  1591. .container {
  1592. width: 750px;
  1593. }
  1594. }
  1595. @media (min-width: 992px) {
  1596. .container {
  1597. width: 970px;
  1598. }
  1599. }
  1600. @media (min-width: 1200px) {
  1601. .container {
  1602. width: 1170px;
  1603. }
  1604. }
  1605. .container-fluid {
  1606. padding-right: 15px;
  1607. padding-left: 15px;
  1608. margin-right: auto;
  1609. margin-left: auto;
  1610. }
  1611. .row {
  1612. margin-right: -15px;
  1613. margin-left: -15px;
  1614. }
  1615. .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 {
  1616. position: relative;
  1617. min-height: 1px;
  1618. padding-right: 15px;
  1619. padding-left: 15px;
  1620. }
  1621. .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 {
  1622. float: left;
  1623. }
  1624. .col-xs-12 {
  1625. width: 100%;
  1626. }
  1627. .col-xs-11 {
  1628. width: 91.66666667%;
  1629. }
  1630. .col-xs-10 {
  1631. width: 83.33333333%;
  1632. }
  1633. .col-xs-9 {
  1634. width: 75%;
  1635. }
  1636. .col-xs-8 {
  1637. width: 66.66666667%;
  1638. }
  1639. .col-xs-7 {
  1640. width: 58.33333333%;
  1641. }
  1642. .col-xs-6 {
  1643. width: 50%;
  1644. }
  1645. .col-xs-5 {
  1646. width: 41.66666667%;
  1647. }
  1648. .col-xs-4 {
  1649. width: 33.33333333%;
  1650. }
  1651. .col-xs-3 {
  1652. width: 25%;
  1653. }
  1654. .col-xs-2 {
  1655. width: 16.66666667%;
  1656. }
  1657. .col-xs-1 {
  1658. width: 8.33333333%;
  1659. }
  1660. .col-xs-pull-12 {
  1661. right: 100%;
  1662. }
  1663. .col-xs-pull-11 {
  1664. right: 91.66666667%;
  1665. }
  1666. .col-xs-pull-10 {
  1667. right: 83.33333333%;
  1668. }
  1669. .col-xs-pull-9 {
  1670. right: 75%;
  1671. }
  1672. .col-xs-pull-8 {
  1673. right: 66.66666667%;
  1674. }
  1675. .col-xs-pull-7 {
  1676. right: 58.33333333%;
  1677. }
  1678. .col-xs-pull-6 {
  1679. right: 50%;
  1680. }
  1681. .col-xs-pull-5 {
  1682. right: 41.66666667%;
  1683. }
  1684. .col-xs-pull-4 {
  1685. right: 33.33333333%;
  1686. }
  1687. .col-xs-pull-3 {
  1688. right: 25%;
  1689. }
  1690. .col-xs-pull-2 {
  1691. right: 16.66666667%;
  1692. }
  1693. .col-xs-pull-1 {
  1694. right: 8.33333333%;
  1695. }
  1696. .col-xs-pull-0 {
  1697. right: auto;
  1698. }
  1699. .col-xs-push-12 {
  1700. left: 100%;
  1701. }
  1702. .col-xs-push-11 {
  1703. left: 91.66666667%;
  1704. }
  1705. .col-xs-push-10 {
  1706. left: 83.33333333%;
  1707. }
  1708. .col-xs-push-9 {
  1709. left: 75%;
  1710. }
  1711. .col-xs-push-8 {
  1712. left: 66.66666667%;
  1713. }
  1714. .col-xs-push-7 {
  1715. left: 58.33333333%;
  1716. }
  1717. .col-xs-push-6 {
  1718. left: 50%;
  1719. }
  1720. .col-xs-push-5 {
  1721. left: 41.66666667%;
  1722. }
  1723. .col-xs-push-4 {
  1724. left: 33.33333333%;
  1725. }
  1726. .col-xs-push-3 {
  1727. left: 25%;
  1728. }
  1729. .col-xs-push-2 {
  1730. left: 16.66666667%;
  1731. }
  1732. .col-xs-push-1 {
  1733. left: 8.33333333%;
  1734. }
  1735. .col-xs-push-0 {
  1736. left: auto;
  1737. }
  1738. .col-xs-offset-12 {
  1739. margin-left: 100%;
  1740. }
  1741. .col-xs-offset-11 {
  1742. margin-left: 91.66666667%;
  1743. }
  1744. .col-xs-offset-10 {
  1745. margin-left: 83.33333333%;
  1746. }
  1747. .col-xs-offset-9 {
  1748. margin-left: 75%;
  1749. }
  1750. .col-xs-offset-8 {
  1751. margin-left: 66.66666667%;
  1752. }
  1753. .col-xs-offset-7 {
  1754. margin-left: 58.33333333%;
  1755. }
  1756. .col-xs-offset-6 {
  1757. margin-left: 50%;
  1758. }
  1759. .col-xs-offset-5 {
  1760. margin-left: 41.66666667%;
  1761. }
  1762. .col-xs-offset-4 {
  1763. margin-left: 33.33333333%;
  1764. }
  1765. .col-xs-offset-3 {
  1766. margin-left: 25%;
  1767. }
  1768. .col-xs-offset-2 {
  1769. margin-left: 16.66666667%;
  1770. }
  1771. .col-xs-offset-1 {
  1772. margin-left: 8.33333333%;
  1773. }
  1774. .col-xs-offset-0 {
  1775. margin-left: 0;
  1776. }
  1777. @media (min-width: 768px) {
  1778. .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 {
  1779. float: left;
  1780. }
  1781. .col-sm-12 {
  1782. width: 100%;
  1783. }
  1784. .col-sm-11 {
  1785. width: 91.66666667%;
  1786. }
  1787. .col-sm-10 {
  1788. width: 83.33333333%;
  1789. }
  1790. .col-sm-9 {
  1791. width: 75%;
  1792. }
  1793. .col-sm-8 {
  1794. width: 66.66666667%;
  1795. }
  1796. .col-sm-7 {
  1797. width: 58.33333333%;
  1798. }
  1799. .col-sm-6 {
  1800. width: 50%;
  1801. }
  1802. .col-sm-5 {
  1803. width: 41.66666667%;
  1804. }
  1805. .col-sm-4 {
  1806. width: 33.33333333%;
  1807. }
  1808. .col-sm-3 {
  1809. width: 25%;
  1810. }
  1811. .col-sm-2 {
  1812. width: 16.66666667%;
  1813. }
  1814. .col-sm-1 {
  1815. width: 8.33333333%;
  1816. }
  1817. .col-sm-pull-12 {
  1818. right: 100%;
  1819. }
  1820. .col-sm-pull-11 {
  1821. right: 91.66666667%;
  1822. }
  1823. .col-sm-pull-10 {
  1824. right: 83.33333333%;
  1825. }
  1826. .col-sm-pull-9 {
  1827. right: 75%;
  1828. }
  1829. .col-sm-pull-8 {
  1830. right: 66.66666667%;
  1831. }
  1832. .col-sm-pull-7 {
  1833. right: 58.33333333%;
  1834. }
  1835. .col-sm-pull-6 {
  1836. right: 50%;
  1837. }
  1838. .col-sm-pull-5 {
  1839. right: 41.66666667%;
  1840. }
  1841. .col-sm-pull-4 {
  1842. right: 33.33333333%;
  1843. }
  1844. .col-sm-pull-3 {
  1845. right: 25%;
  1846. }
  1847. .col-sm-pull-2 {
  1848. right: 16.66666667%;
  1849. }
  1850. .col-sm-pull-1 {
  1851. right: 8.33333333%;
  1852. }
  1853. .col-sm-pull-0 {
  1854. right: auto;
  1855. }
  1856. .col-sm-push-12 {
  1857. left: 100%;
  1858. }
  1859. .col-sm-push-11 {
  1860. left: 91.66666667%;
  1861. }
  1862. .col-sm-push-10 {
  1863. left: 83.33333333%;
  1864. }
  1865. .col-sm-push-9 {
  1866. left: 75%;
  1867. }
  1868. .col-sm-push-8 {
  1869. left: 66.66666667%;
  1870. }
  1871. .col-sm-push-7 {
  1872. left: 58.33333333%;
  1873. }
  1874. .col-sm-push-6 {
  1875. left: 50%;
  1876. }
  1877. .col-sm-push-5 {
  1878. left: 41.66666667%;
  1879. }
  1880. .col-sm-push-4 {
  1881. left: 33.33333333%;
  1882. }
  1883. .col-sm-push-3 {
  1884. left: 25%;
  1885. }
  1886. .col-sm-push-2 {
  1887. left: 16.66666667%;
  1888. }
  1889. .col-sm-push-1 {
  1890. left: 8.33333333%;
  1891. }
  1892. .col-sm-push-0 {
  1893. left: auto;
  1894. }
  1895. .col-sm-offset-12 {
  1896. margin-left: 100%;
  1897. }
  1898. .col-sm-offset-11 {
  1899. margin-left: 91.66666667%;
  1900. }
  1901. .col-sm-offset-10 {
  1902. margin-left: 83.33333333%;
  1903. }
  1904. .col-sm-offset-9 {
  1905. margin-left: 75%;
  1906. }
  1907. .col-sm-offset-8 {
  1908. margin-left: 66.66666667%;
  1909. }
  1910. .col-sm-offset-7 {
  1911. margin-left: 58.33333333%;
  1912. }
  1913. .col-sm-offset-6 {
  1914. margin-left: 50%;
  1915. }
  1916. .col-sm-offset-5 {
  1917. margin-left: 41.66666667%;
  1918. }
  1919. .col-sm-offset-4 {
  1920. margin-left: 33.33333333%;
  1921. }
  1922. .col-sm-offset-3 {
  1923. margin-left: 25%;
  1924. }
  1925. .col-sm-offset-2 {
  1926. margin-left: 16.66666667%;
  1927. }
  1928. .col-sm-offset-1 {
  1929. margin-left: 8.33333333%;
  1930. }
  1931. .col-sm-offset-0 {
  1932. margin-left: 0;
  1933. }
  1934. }
  1935. @media (min-width: 992px) {
  1936. .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 {
  1937. float: left;
  1938. }
  1939. .col-md-12 {
  1940. width: 100%;
  1941. }
  1942. .col-md-11 {
  1943. width: 91.66666667%;
  1944. }
  1945. .col-md-10 {
  1946. width: 83.33333333%;
  1947. }
  1948. .col-md-9 {
  1949. width: 75%;
  1950. }
  1951. .col-md-8 {
  1952. width: 66.66666667%;
  1953. }
  1954. .col-md-7 {
  1955. width: 58.33333333%;
  1956. }
  1957. .col-md-6 {
  1958. width: 50%;
  1959. }
  1960. .col-md-5 {
  1961. width: 41.66666667%;
  1962. }
  1963. .col-md-4 {
  1964. width: 33.33333333%;
  1965. }
  1966. .col-md-3 {
  1967. width: 25%;
  1968. }
  1969. .col-md-2 {
  1970. width: 16.66666667%;
  1971. }
  1972. .col-md-1 {
  1973. width: 8.33333333%;
  1974. }
  1975. .col-md-pull-12 {
  1976. right: 100%;
  1977. }
  1978. .col-md-pull-11 {
  1979. right: 91.66666667%;
  1980. }
  1981. .col-md-pull-10 {
  1982. right: 83.33333333%;
  1983. }
  1984. .col-md-pull-9 {
  1985. right: 75%;
  1986. }
  1987. .col-md-pull-8 {
  1988. right: 66.66666667%;
  1989. }
  1990. .col-md-pull-7 {
  1991. right: 58.33333333%;
  1992. }
  1993. .col-md-pull-6 {
  1994. right: 50%;
  1995. }
  1996. .col-md-pull-5 {
  1997. right: 41.66666667%;
  1998. }
  1999. .col-md-pull-4 {
  2000. right: 33.33333333%;
  2001. }
  2002. .col-md-pull-3 {
  2003. right: 25%;
  2004. }
  2005. .col-md-pull-2 {
  2006. right: 16.66666667%;
  2007. }
  2008. .col-md-pull-1 {
  2009. right: 8.33333333%;
  2010. }
  2011. .col-md-pull-0 {
  2012. right: auto;
  2013. }
  2014. .col-md-push-12 {
  2015. left: 100%;
  2016. }
  2017. .col-md-push-11 {
  2018. left: 91.66666667%;
  2019. }
  2020. .col-md-push-10 {
  2021. left: 83.33333333%;
  2022. }
  2023. .col-md-push-9 {
  2024. left: 75%;
  2025. }
  2026. .col-md-push-8 {
  2027. left: 66.66666667%;
  2028. }
  2029. .col-md-push-7 {
  2030. left: 58.33333333%;
  2031. }
  2032. .col-md-push-6 {
  2033. left: 50%;
  2034. }
  2035. .col-md-push-5 {
  2036. left: 41.66666667%;
  2037. }
  2038. .col-md-push-4 {
  2039. left: 33.33333333%;
  2040. }
  2041. .col-md-push-3 {
  2042. left: 25%;
  2043. }
  2044. .col-md-push-2 {
  2045. left: 16.66666667%;
  2046. }
  2047. .col-md-push-1 {
  2048. left: 8.33333333%;
  2049. }
  2050. .col-md-push-0 {
  2051. left: auto;
  2052. }
  2053. .col-md-offset-12 {
  2054. margin-left: 100%;
  2055. }
  2056. .col-md-offset-11 {
  2057. margin-left: 91.66666667%;
  2058. }
  2059. .col-md-offset-10 {
  2060. margin-left: 83.33333333%;
  2061. }
  2062. .col-md-offset-9 {
  2063. margin-left: 75%;
  2064. }
  2065. .col-md-offset-8 {
  2066. margin-left: 66.66666667%;
  2067. }
  2068. .col-md-offset-7 {
  2069. margin-left: 58.33333333%;
  2070. }
  2071. .col-md-offset-6 {
  2072. margin-left: 50%;
  2073. }
  2074. .col-md-offset-5 {
  2075. margin-left: 41.66666667%;
  2076. }
  2077. .col-md-offset-4 {
  2078. margin-left: 33.33333333%;
  2079. }
  2080. .col-md-offset-3 {
  2081. margin-left: 25%;
  2082. }
  2083. .col-md-offset-2 {
  2084. margin-left: 16.66666667%;
  2085. }
  2086. .col-md-offset-1 {
  2087. margin-left: 8.33333333%;
  2088. }
  2089. .col-md-offset-0 {
  2090. margin-left: 0;
  2091. }
  2092. }
  2093. @media (min-width: 1200px) {
  2094. .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 {
  2095. float: left;
  2096. }
  2097. .col-lg-12 {
  2098. width: 100%;
  2099. }
  2100. .col-lg-11 {
  2101. width: 91.66666667%;
  2102. }
  2103. .col-lg-10 {
  2104. width: 83.33333333%;
  2105. }
  2106. .col-lg-9 {
  2107. width: 75%;
  2108. }
  2109. .col-lg-8 {
  2110. width: 66.66666667%;
  2111. }
  2112. .col-lg-7 {
  2113. width: 58.33333333%;
  2114. }
  2115. .col-lg-6 {
  2116. width: 50%;
  2117. }
  2118. .col-lg-5 {
  2119. width: 41.66666667%;
  2120. }
  2121. .col-lg-4 {
  2122. width: 33.33333333%;
  2123. }
  2124. .col-lg-3 {
  2125. width: 25%;
  2126. }
  2127. .col-lg-2 {
  2128. width: 16.66666667%;
  2129. }
  2130. .col-lg-1 {
  2131. width: 8.33333333%;
  2132. }
  2133. .col-lg-pull-12 {
  2134. right: 100%;
  2135. }
  2136. .col-lg-pull-11 {
  2137. right: 91.66666667%;
  2138. }
  2139. .col-lg-pull-10 {
  2140. right: 83.33333333%;
  2141. }
  2142. .col-lg-pull-9 {
  2143. right: 75%;
  2144. }
  2145. .col-lg-pull-8 {
  2146. right: 66.66666667%;
  2147. }
  2148. .col-lg-pull-7 {
  2149. right: 58.33333333%;
  2150. }
  2151. .col-lg-pull-6 {
  2152. right: 50%;
  2153. }
  2154. .col-lg-pull-5 {
  2155. right: 41.66666667%;
  2156. }
  2157. .col-lg-pull-4 {
  2158. right: 33.33333333%;
  2159. }
  2160. .col-lg-pull-3 {
  2161. right: 25%;
  2162. }
  2163. .col-lg-pull-2 {
  2164. right: 16.66666667%;
  2165. }
  2166. .col-lg-pull-1 {
  2167. right: 8.33333333%;
  2168. }
  2169. .col-lg-pull-0 {
  2170. right: auto;
  2171. }
  2172. .col-lg-push-12 {
  2173. left: 100%;
  2174. }
  2175. .col-lg-push-11 {
  2176. left: 91.66666667%;
  2177. }
  2178. .col-lg-push-10 {
  2179. left: 83.33333333%;
  2180. }
  2181. .col-lg-push-9 {
  2182. left: 75%;
  2183. }
  2184. .col-lg-push-8 {
  2185. left: 66.66666667%;
  2186. }
  2187. .col-lg-push-7 {
  2188. left: 58.33333333%;
  2189. }
  2190. .col-lg-push-6 {
  2191. left: 50%;
  2192. }
  2193. .col-lg-push-5 {
  2194. left: 41.66666667%;
  2195. }
  2196. .col-lg-push-4 {
  2197. left: 33.33333333%;
  2198. }
  2199. .col-lg-push-3 {
  2200. left: 25%;
  2201. }
  2202. .col-lg-push-2 {
  2203. left: 16.66666667%;
  2204. }
  2205. .col-lg-push-1 {
  2206. left: 8.33333333%;
  2207. }
  2208. .col-lg-push-0 {
  2209. left: auto;
  2210. }
  2211. .col-lg-offset-12 {
  2212. margin-left: 100%;
  2213. }
  2214. .col-lg-offset-11 {
  2215. margin-left: 91.66666667%;
  2216. }
  2217. .col-lg-offset-10 {
  2218. margin-left: 83.33333333%;
  2219. }
  2220. .col-lg-offset-9 {
  2221. margin-left: 75%;
  2222. }
  2223. .col-lg-offset-8 {
  2224. margin-left: 66.66666667%;
  2225. }
  2226. .col-lg-offset-7 {
  2227. margin-left: 58.33333333%;
  2228. }
  2229. .col-lg-offset-6 {
  2230. margin-left: 50%;
  2231. }
  2232. .col-lg-offset-5 {
  2233. margin-left: 41.66666667%;
  2234. }
  2235. .col-lg-offset-4 {
  2236. margin-left: 33.33333333%;
  2237. }
  2238. .col-lg-offset-3 {
  2239. margin-left: 25%;
  2240. }
  2241. .col-lg-offset-2 {
  2242. margin-left: 16.66666667%;
  2243. }
  2244. .col-lg-offset-1 {
  2245. margin-left: 8.33333333%;
  2246. }
  2247. .col-lg-offset-0 {
  2248. margin-left: 0;
  2249. }
  2250. }
  2251. table {
  2252. background-color: transparent;
  2253. }
  2254. caption {
  2255. padding-top: 8px;
  2256. padding-bottom: 8px;
  2257. color: #777;
  2258. text-align: left;
  2259. }
  2260. th {
  2261. text-align: left;
  2262. }
  2263. .table {
  2264. width: 100%;
  2265. max-width: 100%;
  2266. margin-bottom: 20px;
  2267. }
  2268. .table > thead > tr > th,
  2269. .table > tbody > tr > th,
  2270. .table > tfoot > tr > th,
  2271. .table > thead > tr > td,
  2272. .table > tbody > tr > td,
  2273. .table > tfoot > tr > td {
  2274. padding: 8px;
  2275. line-height: 1.42857143;
  2276. vertical-align: top;
  2277. border-top: 1px solid #ddd;
  2278. }
  2279. .table > thead > tr > th {
  2280. vertical-align: bottom;
  2281. border-bottom: 2px solid #ddd;
  2282. }
  2283. .table > caption + thead > tr:first-child > th,
  2284. .table > colgroup + thead > tr:first-child > th,
  2285. .table > thead:first-child > tr:first-child > th,
  2286. .table > caption + thead > tr:first-child > td,
  2287. .table > colgroup + thead > tr:first-child > td,
  2288. .table > thead:first-child > tr:first-child > td {
  2289. border-top: 0;
  2290. }
  2291. .table > tbody + tbody {
  2292. border-top: 2px solid #ddd;
  2293. }
  2294. .table .table {
  2295. background-color: #fff;
  2296. }
  2297. .table-condensed > thead > tr > th,
  2298. .table-condensed > tbody > tr > th,
  2299. .table-condensed > tfoot > tr > th,
  2300. .table-condensed > thead > tr > td,
  2301. .table-condensed > tbody > tr > td,
  2302. .table-condensed > tfoot > tr > td {
  2303. padding: 5px;
  2304. }
  2305. .table-bordered {
  2306. border: 1px solid #ddd;
  2307. }
  2308. .table-bordered > thead > tr > th,
  2309. .table-bordered > tbody > tr > th,
  2310. .table-bordered > tfoot > tr > th,
  2311. .table-bordered > thead > tr > td,
  2312. .table-bordered > tbody > tr > td,
  2313. .table-bordered > tfoot > tr > td {
  2314. border: 1px solid #ddd;
  2315. }
  2316. .table-bordered > thead > tr > th,
  2317. .table-bordered > thead > tr > td {
  2318. border-bottom-width: 2px;
  2319. }
  2320. .table-striped > tbody > tr:nth-of-type(odd) {
  2321. background-color: #f9f9f9;
  2322. }
  2323. .table-hover > tbody > tr:hover {
  2324. background-color: #f5f5f5;
  2325. }
  2326. table col[class*="col-"] {
  2327. position: static;
  2328. display: table-column;
  2329. float: none;
  2330. }
  2331. table td[class*="col-"],
  2332. table th[class*="col-"] {
  2333. position: static;
  2334. display: table-cell;
  2335. float: none;
  2336. }
  2337. .table > thead > tr > td.active,
  2338. .table > tbody > tr > td.active,
  2339. .table > tfoot > tr > td.active,
  2340. .table > thead > tr > th.active,
  2341. .table > tbody > tr > th.active,
  2342. .table > tfoot > tr > th.active,
  2343. .table > thead > tr.active > td,
  2344. .table > tbody > tr.active > td,
  2345. .table > tfoot > tr.active > td,
  2346. .table > thead > tr.active > th,
  2347. .table > tbody > tr.active > th,
  2348. .table > tfoot > tr.active > th {
  2349. background-color: #f5f5f5;
  2350. }
  2351. .table-hover > tbody > tr > td.active:hover,
  2352. .table-hover > tbody > tr > th.active:hover,
  2353. .table-hover > tbody > tr.active:hover > td,
  2354. .table-hover > tbody > tr:hover > .active,
  2355. .table-hover > tbody > tr.active:hover > th {
  2356. background-color: #e8e8e8;
  2357. }
  2358. .table > thead > tr > td.success,
  2359. .table > tbody > tr > td.success,
  2360. .table > tfoot > tr > td.success,
  2361. .table > thead > tr > th.success,
  2362. .table > tbody > tr > th.success,
  2363. .table > tfoot > tr > th.success,
  2364. .table > thead > tr.success > td,
  2365. .table > tbody > tr.success > td,
  2366. .table > tfoot > tr.success > td,
  2367. .table > thead > tr.success > th,
  2368. .table > tbody > tr.success > th,
  2369. .table > tfoot > tr.success > th {
  2370. background-color: #dff0d8;
  2371. }
  2372. .table-hover > tbody > tr > td.success:hover,
  2373. .table-hover > tbody > tr > th.success:hover,
  2374. .table-hover > tbody > tr.success:hover > td,
  2375. .table-hover > tbody > tr:hover > .success,
  2376. .table-hover > tbody > tr.success:hover > th {
  2377. background-color: #d0e9c6;
  2378. }
  2379. .table > thead > tr > td.info,
  2380. .table > tbody > tr > td.info,
  2381. .table > tfoot > tr > td.info,
  2382. .table > thead > tr > th.info,
  2383. .table > tbody > tr > th.info,
  2384. .table > tfoot > tr > th.info,
  2385. .table > thead > tr.info > td,
  2386. .table > tbody > tr.info > td,
  2387. .table > tfoot > tr.info > td,
  2388. .table > thead > tr.info > th,
  2389. .table > tbody > tr.info > th,
  2390. .table > tfoot > tr.info > th {
  2391. background-color: #d9edf7;
  2392. }
  2393. .table-hover > tbody > tr > td.info:hover,
  2394. .table-hover > tbody > tr > th.info:hover,
  2395. .table-hover > tbody > tr.info:hover > td,
  2396. .table-hover > tbody > tr:hover > .info,
  2397. .table-hover > tbody > tr.info:hover > th {
  2398. background-color: #c4e3f3;
  2399. }
  2400. .table > thead > tr > td.warning,
  2401. .table > tbody > tr > td.warning,
  2402. .table > tfoot > tr > td.warning,
  2403. .table > thead > tr > th.warning,
  2404. .table > tbody > tr > th.warning,
  2405. .table > tfoot > tr > th.warning,
  2406. .table > thead > tr.warning > td,
  2407. .table > tbody > tr.warning > td,
  2408. .table > tfoot > tr.warning > td,
  2409. .table > thead > tr.warning > th,
  2410. .table > tbody > tr.warning > th,
  2411. .table > tfoot > tr.warning > th {
  2412. background-color: #fcf8e3;
  2413. }
  2414. .table-hover > tbody > tr > td.warning:hover,
  2415. .table-hover > tbody > tr > th.warning:hover,
  2416. .table-hover > tbody > tr.warning:hover > td,
  2417. .table-hover > tbody > tr:hover > .warning,
  2418. .table-hover > tbody > tr.warning:hover > th {
  2419. background-color: #faf2cc;
  2420. }
  2421. .table > thead > tr > td.danger,
  2422. .table > tbody > tr > td.danger,
  2423. .table > tfoot > tr > td.danger,
  2424. .table > thead > tr > th.danger,
  2425. .table > tbody > tr > th.danger,
  2426. .table > tfoot > tr > th.danger,
  2427. .table > thead > tr.danger > td,
  2428. .table > tbody > tr.danger > td,
  2429. .table > tfoot > tr.danger > td,
  2430. .table > thead > tr.danger > th,
  2431. .table > tbody > tr.danger > th,
  2432. .table > tfoot > tr.danger > th {
  2433. background-color: #f2dede;
  2434. }
  2435. .table-hover > tbody > tr > td.danger:hover,
  2436. .table-hover > tbody > tr > th.danger:hover,
  2437. .table-hover > tbody > tr.danger:hover > td,
  2438. .table-hover > tbody > tr:hover > .danger,
  2439. .table-hover > tbody > tr.danger:hover > th {
  2440. background-color: #ebcccc;
  2441. }
  2442. .table-responsive {
  2443. min-height: .01%;
  2444. overflow-x: auto;
  2445. }
  2446. @media screen and (max-width: 767px) {
  2447. .table-responsive {
  2448. width: 100%;
  2449. margin-bottom: 15px;
  2450. overflow-y: hidden;
  2451. -ms-overflow-style: -ms-autohiding-scrollbar;
  2452. border: 1px solid #ddd;
  2453. }
  2454. .table-responsive > .table {
  2455. margin-bottom: 0;
  2456. }
  2457. .table-responsive > .table > thead > tr > th,
  2458. .table-responsive > .table > tbody > tr > th,
  2459. .table-responsive > .table > tfoot > tr > th,
  2460. .table-responsive > .table > thead > tr > td,
  2461. .table-responsive > .table > tbody > tr > td,
  2462. .table-responsive > .table > tfoot > tr > td {
  2463. white-space: nowrap;
  2464. }
  2465. .table-responsive > .table-bordered {
  2466. border: 0;
  2467. }
  2468. .table-responsive > .table-bordered > thead > tr > th:first-child,
  2469. .table-responsive > .table-bordered > tbody > tr > th:first-child,
  2470. .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  2471. .table-responsive > .table-bordered > thead > tr > td:first-child,
  2472. .table-responsive > .table-bordered > tbody > tr > td:first-child,
  2473. .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  2474. border-left: 0;
  2475. }
  2476. .table-responsive > .table-bordered > thead > tr > th:last-child,
  2477. .table-responsive > .table-bordered > tbody > tr > th:last-child,
  2478. .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  2479. .table-responsive > .table-bordered > thead > tr > td:last-child,
  2480. .table-responsive > .table-bordered > tbody > tr > td:last-child,
  2481. .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  2482. border-right: 0;
  2483. }
  2484. .table-responsive > .table-bordered > tbody > tr:last-child > th,
  2485. .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  2486. .table-responsive > .table-bordered > tbody > tr:last-child > td,
  2487. .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  2488. border-bottom: 0;
  2489. }
  2490. }
  2491. fieldset {
  2492. min-width: 0;
  2493. padding: 0;
  2494. margin: 0;
  2495. border: 0;
  2496. }
  2497. legend {
  2498. display: block;
  2499. width: 100%;
  2500. padding: 0;
  2501. margin-bottom: 20px;
  2502. font-size: 21px;
  2503. line-height: inherit;
  2504. color: #333;
  2505. border: 0;
  2506. border-bottom: 1px solid #e5e5e5;
  2507. }
  2508. label {
  2509. display: inline-block;
  2510. max-width: 100%;
  2511. margin-bottom: 5px;
  2512. font-weight: bold;
  2513. }
  2514. input[type="search"] {
  2515. -webkit-box-sizing: border-box;
  2516. -moz-box-sizing: border-box;
  2517. box-sizing: border-box;
  2518. }
  2519. input[type="radio"],
  2520. input[type="checkbox"] {
  2521. margin: 4px 0 0;
  2522. margin-top: 1px \9;
  2523. line-height: normal;
  2524. }
  2525. input[type="file"] {
  2526. display: block;
  2527. }
  2528. input[type="range"] {
  2529. display: block;
  2530. width: 100%;
  2531. }
  2532. select[multiple],
  2533. select[size] {
  2534. height: auto;
  2535. }
  2536. input[type="file"]:focus,
  2537. input[type="radio"]:focus,
  2538. input[type="checkbox"]:focus {
  2539. outline: 5px auto -webkit-focus-ring-color;
  2540. outline-offset: -2px;
  2541. }
  2542. output {
  2543. display: block;
  2544. padding-top: 7px;
  2545. font-size: 14px;
  2546. line-height: 1.42857143;
  2547. color: #555;
  2548. }
  2549. .form-control {
  2550. display: block;
  2551. width: 100%;
  2552. height: 34px;
  2553. padding: 6px 12px;
  2554. font-size: 14px;
  2555. line-height: 1.42857143;
  2556. color: #555;
  2557. background-color: #fff;
  2558. background-image: none;
  2559. border: 1px solid #ccc;
  2560. border-radius: 4px;
  2561. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  2562. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  2563. -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  2564. -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  2565. transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  2566. }
  2567. .form-control:focus {
  2568. border-color: #66afe9;
  2569. outline: 0;
  2570. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  2571. box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  2572. }
  2573. .form-control::-moz-placeholder {
  2574. color: #999;
  2575. opacity: 1;
  2576. }
  2577. .form-control:-ms-input-placeholder {
  2578. color: #999;
  2579. }
  2580. .form-control::-webkit-input-placeholder {
  2581. color: #999;
  2582. }
  2583. .form-control::-ms-expand {
  2584. background-color: transparent;
  2585. border: 0;
  2586. }
  2587. .form-control[disabled],
  2588. .form-control[readonly],
  2589. fieldset[disabled] .form-control {
  2590. background-color: #eee;
  2591. opacity: 1;
  2592. }
  2593. .form-control[disabled],
  2594. fieldset[disabled] .form-control {
  2595. cursor: not-allowed;
  2596. }
  2597. textarea.form-control {
  2598. height: auto;
  2599. }
  2600. input[type="search"] {
  2601. -webkit-appearance: none;
  2602. }
  2603. @media screen and (-webkit-min-device-pixel-ratio: 0) {
  2604. input[type="date"].form-control,
  2605. input[type="time"].form-control,
  2606. input[type="datetime-local"].form-control,
  2607. input[type="month"].form-control {
  2608. line-height: 34px;
  2609. }
  2610. input[type="date"].input-sm,
  2611. input[type="time"].input-sm,
  2612. input[type="datetime-local"].input-sm,
  2613. input[type="month"].input-sm,
  2614. .input-group-sm input[type="date"],
  2615. .input-group-sm input[type="time"],
  2616. .input-group-sm input[type="datetime-local"],
  2617. .input-group-sm input[type="month"] {
  2618. line-height: 30px;
  2619. }
  2620. input[type="date"].input-lg,
  2621. input[type="time"].input-lg,
  2622. input[type="datetime-local"].input-lg,
  2623. input[type="month"].input-lg,
  2624. .input-group-lg input[type="date"],
  2625. .input-group-lg input[type="time"],
  2626. .input-group-lg input[type="datetime-local"],
  2627. .input-group-lg input[type="month"] {
  2628. line-height: 46px;
  2629. }
  2630. }
  2631. .form-group {
  2632. margin-bottom: 15px;
  2633. }
  2634. .radio,
  2635. .checkbox {
  2636. position: relative;
  2637. display: block;
  2638. margin-top: 10px;
  2639. margin-bottom: 10px;
  2640. }
  2641. .radio label,
  2642. .checkbox label {
  2643. min-height: 20px;
  2644. padding-left: 20px;
  2645. margin-bottom: 0;
  2646. font-weight: normal;
  2647. cursor: pointer;
  2648. }
  2649. .radio input[type="radio"],
  2650. .radio-inline input[type="radio"],
  2651. .checkbox input[type="checkbox"],
  2652. .checkbox-inline input[type="checkbox"] {
  2653. position: absolute;
  2654. margin-top: 4px \9;
  2655. margin-left: -20px;
  2656. }
  2657. .radio + .radio,
  2658. .checkbox + .checkbox {
  2659. margin-top: -5px;
  2660. }
  2661. .radio-inline,
  2662. .checkbox-inline {
  2663. position: relative;
  2664. display: inline-block;
  2665. padding-left: 20px;
  2666. margin-bottom: 0;
  2667. font-weight: normal;
  2668. vertical-align: middle;
  2669. cursor: pointer;
  2670. }
  2671. .radio-inline + .radio-inline,
  2672. .checkbox-inline + .checkbox-inline {
  2673. margin-top: 0;
  2674. margin-left: 10px;
  2675. }
  2676. input[type="radio"][disabled],
  2677. input[type="checkbox"][disabled],
  2678. input[type="radio"].disabled,
  2679. input[type="checkbox"].disabled,
  2680. fieldset[disabled] input[type="radio"],
  2681. fieldset[disabled] input[type="checkbox"] {
  2682. cursor: not-allowed;
  2683. }
  2684. .radio-inline.disabled,
  2685. .checkbox-inline.disabled,
  2686. fieldset[disabled] .radio-inline,
  2687. fieldset[disabled] .checkbox-inline {
  2688. cursor: not-allowed;
  2689. }
  2690. .radio.disabled label,
  2691. .checkbox.disabled label,
  2692. fieldset[disabled] .radio label,
  2693. fieldset[disabled] .checkbox label {
  2694. cursor: not-allowed;
  2695. }
  2696. .form-control-static {
  2697. min-height: 34px;
  2698. padding-top: 7px;
  2699. padding-bottom: 7px;
  2700. margin-bottom: 0;
  2701. }
  2702. .form-control-static.input-lg,
  2703. .form-control-static.input-sm {
  2704. padding-right: 0;
  2705. padding-left: 0;
  2706. }
  2707. .input-sm {
  2708. height: 30px;
  2709. padding: 5px 10px;
  2710. font-size: 12px;
  2711. line-height: 1.5;
  2712. border-radius: 3px;
  2713. }
  2714. select.input-sm {
  2715. height: 30px;
  2716. line-height: 30px;
  2717. }
  2718. textarea.input-sm,
  2719. select[multiple].input-sm {
  2720. height: auto;
  2721. }
  2722. .form-group-sm .form-control {
  2723. height: 30px;
  2724. padding: 5px 10px;
  2725. font-size: 12px;
  2726. line-height: 1.5;
  2727. border-radius: 3px;
  2728. }
  2729. .form-group-sm select.form-control {
  2730. height: 30px;
  2731. line-height: 30px;
  2732. }
  2733. .form-group-sm textarea.form-control,
  2734. .form-group-sm select[multiple].form-control {
  2735. height: auto;
  2736. }
  2737. .form-group-sm .form-control-static {
  2738. height: 30px;
  2739. min-height: 32px;
  2740. padding: 6px 10px;
  2741. font-size: 12px;
  2742. line-height: 1.5;
  2743. }
  2744. .input-lg {
  2745. height: 46px;
  2746. padding: 10px 16px;
  2747. font-size: 18px;
  2748. line-height: 1.3333333;
  2749. border-radius: 6px;
  2750. }
  2751. select.input-lg {
  2752. height: 46px;
  2753. line-height: 46px;
  2754. }
  2755. textarea.input-lg,
  2756. select[multiple].input-lg {
  2757. height: auto;
  2758. }
  2759. .form-group-lg .form-control {
  2760. height: 46px;
  2761. padding: 10px 16px;
  2762. font-size: 18px;
  2763. line-height: 1.3333333;
  2764. border-radius: 6px;
  2765. }
  2766. .form-group-lg select.form-control {
  2767. height: 46px;
  2768. line-height: 46px;
  2769. }
  2770. .form-group-lg textarea.form-control,
  2771. .form-group-lg select[multiple].form-control {
  2772. height: auto;
  2773. }
  2774. .form-group-lg .form-control-static {
  2775. height: 46px;
  2776. min-height: 38px;
  2777. padding: 11px 16px;
  2778. font-size: 18px;
  2779. line-height: 1.3333333;
  2780. }
  2781. .has-feedback {
  2782. position: relative;
  2783. }
  2784. .has-feedback .form-control {
  2785. padding-right: 42.5px;
  2786. }
  2787. .form-control-feedback {
  2788. position: absolute;
  2789. top: 0;
  2790. right: 0;
  2791. z-index: 2;
  2792. display: block;
  2793. width: 34px;
  2794. height: 34px;
  2795. line-height: 34px;
  2796. text-align: center;
  2797. pointer-events: none;
  2798. }
  2799. .input-lg + .form-control-feedback,
  2800. .input-group-lg + .form-control-feedback,
  2801. .form-group-lg .form-control + .form-control-feedback {
  2802. width: 46px;
  2803. height: 46px;
  2804. line-height: 46px;
  2805. }
  2806. .input-sm + .form-control-feedback,
  2807. .input-group-sm + .form-control-feedback,
  2808. .form-group-sm .form-control + .form-control-feedback {
  2809. width: 30px;
  2810. height: 30px;
  2811. line-height: 30px;
  2812. }
  2813. .has-success .help-block,
  2814. .has-success .control-label,
  2815. .has-success .radio,
  2816. .has-success .checkbox,
  2817. .has-success .radio-inline,
  2818. .has-success .checkbox-inline,
  2819. .has-success.radio label,
  2820. .has-success.checkbox label,
  2821. .has-success.radio-inline label,
  2822. .has-success.checkbox-inline label {
  2823. color: #3c763d;
  2824. }
  2825. .has-success .form-control {
  2826. border-color: #3c763d;
  2827. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  2828. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  2829. }
  2830. .has-success .form-control:focus {
  2831. border-color: #2b542c;
  2832. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
  2833. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
  2834. }
  2835. .has-success .input-group-addon {
  2836. color: #3c763d;
  2837. background-color: #dff0d8;
  2838. border-color: #3c763d;
  2839. }
  2840. .has-success .form-control-feedback {
  2841. color: #3c763d;
  2842. }
  2843. .has-warning .help-block,
  2844. .has-warning .control-label,
  2845. .has-warning .radio,
  2846. .has-warning .checkbox,
  2847. .has-warning .radio-inline,
  2848. .has-warning .checkbox-inline,
  2849. .has-warning.radio label,
  2850. .has-warning.checkbox label,
  2851. .has-warning.radio-inline label,
  2852. .has-warning.checkbox-inline label {
  2853. color: #8a6d3b;
  2854. }
  2855. .has-warning .form-control {
  2856. border-color: #8a6d3b;
  2857. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  2858. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  2859. }
  2860. .has-warning .form-control:focus {
  2861. border-color: #66512c;
  2862. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
  2863. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
  2864. }
  2865. .has-warning .input-group-addon {
  2866. color: #8a6d3b;
  2867. background-color: #fcf8e3;
  2868. border-color: #8a6d3b;
  2869. }
  2870. .has-warning .form-control-feedback {
  2871. color: #8a6d3b;
  2872. }
  2873. .has-error .help-block,
  2874. .has-error .control-label,
  2875. .has-error .radio,
  2876. .has-error .checkbox,
  2877. .has-error .radio-inline,
  2878. .has-error .checkbox-inline,
  2879. .has-error.radio label,
  2880. .has-error.checkbox label,
  2881. .has-error.radio-inline label,
  2882. .has-error.checkbox-inline label {
  2883. color: #a94442;
  2884. }
  2885. .has-error .form-control {
  2886. border-color: #a94442;
  2887. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  2888. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  2889. }
  2890. .has-error .form-control:focus {
  2891. border-color: #843534;
  2892. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
  2893. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
  2894. }
  2895. .has-error .input-group-addon {
  2896. color: #a94442;
  2897. background-color: #f2dede;
  2898. border-color: #a94442;
  2899. }
  2900. .has-error .form-control-feedback {
  2901. color: #a94442;
  2902. }
  2903. .has-feedback label ~ .form-control-feedback {
  2904. top: 25px;
  2905. }
  2906. .has-feedback label.sr-only ~ .form-control-feedback {
  2907. top: 0;
  2908. }
  2909. .help-block {
  2910. display: block;
  2911. margin-top: 5px;
  2912. margin-bottom: 10px;
  2913. color: #737373;
  2914. }
  2915. @media (min-width: 768px) {
  2916. .form-inline .form-group {
  2917. display: inline-block;
  2918. margin-bottom: 0;
  2919. vertical-align: middle;
  2920. }
  2921. .form-inline .form-control {
  2922. display: inline-block;
  2923. width: auto;
  2924. vertical-align: middle;
  2925. }
  2926. .form-inline .form-control-static {
  2927. display: inline-block;
  2928. }
  2929. .form-inline .input-group {
  2930. display: inline-table;
  2931. vertical-align: middle;
  2932. }
  2933. .form-inline .input-group .input-group-addon,
  2934. .form-inline .input-group .input-group-btn,
  2935. .form-inline .input-group .form-control {
  2936. width: auto;
  2937. }
  2938. .form-inline .input-group > .form-control {
  2939. width: 100%;
  2940. }
  2941. .form-inline .control-label {
  2942. margin-bottom: 0;
  2943. vertical-align: middle;
  2944. }
  2945. .form-inline .radio,
  2946. .form-inline .checkbox {
  2947. display: inline-block;
  2948. margin-top: 0;
  2949. margin-bottom: 0;
  2950. vertical-align: middle;
  2951. }
  2952. .form-inline .radio label,
  2953. .form-inline .checkbox label {
  2954. padding-left: 0;
  2955. }
  2956. .form-inline .radio input[type="radio"],
  2957. .form-inline .checkbox input[type="checkbox"] {
  2958. position: relative;
  2959. margin-left: 0;
  2960. }
  2961. .form-inline .has-feedback .form-control-feedback {
  2962. top: 0;
  2963. }
  2964. }
  2965. .form-horizontal .radio,
  2966. .form-horizontal .checkbox,
  2967. .form-horizontal .radio-inline,
  2968. .form-horizontal .checkbox-inline {
  2969. padding-top: 7px;
  2970. margin-top: 0;
  2971. margin-bottom: 0;
  2972. }
  2973. .form-horizontal .radio,
  2974. .form-horizontal .checkbox {
  2975. min-height: 27px;
  2976. }
  2977. .form-horizontal .form-group {
  2978. margin-right: -15px;
  2979. margin-left: -15px;
  2980. }
  2981. @media (min-width: 768px) {
  2982. .form-horizontal .control-label {
  2983. padding-top: 7px;
  2984. margin-bottom: 0;
  2985. text-align: right;
  2986. }
  2987. }
  2988. .form-horizontal .has-feedback .form-control-feedback {
  2989. right: 15px;
  2990. }
  2991. @media (min-width: 768px) {
  2992. .form-horizontal .form-group-lg .control-label {
  2993. padding-top: 11px;
  2994. font-size: 18px;
  2995. }
  2996. }
  2997. @media (min-width: 768px) {
  2998. .form-horizontal .form-group-sm .control-label {
  2999. padding-top: 6px;
  3000. font-size: 12px;
  3001. }
  3002. }
  3003. .btn {
  3004. display: inline-block;
  3005. padding: 6px 12px;
  3006. margin-bottom: 0;
  3007. font-size: 14px;
  3008. font-weight: normal;
  3009. line-height: 1.42857143;
  3010. text-align: center;
  3011. white-space: nowrap;
  3012. vertical-align: middle;
  3013. -ms-touch-action: manipulation;
  3014. touch-action: manipulation;
  3015. cursor: pointer;
  3016. -webkit-user-select: none;
  3017. -moz-user-select: none;
  3018. -ms-user-select: none;
  3019. user-select: none;
  3020. background-image: none;
  3021. border: 1px solid transparent;
  3022. border-radius: 4px;
  3023. }
  3024. .btn:focus,
  3025. .btn:active:focus,
  3026. .btn.active:focus,
  3027. .btn.focus,
  3028. .btn:active.focus,
  3029. .btn.active.focus {
  3030. outline: 5px auto -webkit-focus-ring-color;
  3031. outline-offset: -2px;
  3032. }
  3033. .btn:hover,
  3034. .btn:focus,
  3035. .btn.focus {
  3036. color: #333;
  3037. text-decoration: none;
  3038. }
  3039. .btn:active,
  3040. .btn.active {
  3041. background-image: none;
  3042. outline: 0;
  3043. -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  3044. box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  3045. }
  3046. .btn.disabled,
  3047. .btn[disabled],
  3048. fieldset[disabled] .btn {
  3049. cursor: not-allowed;
  3050. filter: alpha(opacity=65);
  3051. -webkit-box-shadow: none;
  3052. box-shadow: none;
  3053. opacity: .65;
  3054. }
  3055. a.btn.disabled,
  3056. fieldset[disabled] a.btn {
  3057. pointer-events: none;
  3058. }
  3059. .btn-default {
  3060. color: #333;
  3061. background-color: #fff;
  3062. border-color: #ccc;
  3063. }
  3064. .btn-default:focus,
  3065. .btn-default.focus {
  3066. color: #333;
  3067. background-color: #e6e6e6;
  3068. border-color: #8c8c8c;
  3069. }
  3070. .btn-default:hover {
  3071. color: #333;
  3072. background-color: #e6e6e6;
  3073. border-color: #adadad;
  3074. }
  3075. .btn-default:active,
  3076. .btn-default.active,
  3077. .open > .dropdown-toggle.btn-default {
  3078. color: #333;
  3079. background-color: #e6e6e6;
  3080. border-color: #adadad;
  3081. }
  3082. .btn-default:active:hover,
  3083. .btn-default.active:hover,
  3084. .open > .dropdown-toggle.btn-default:hover,
  3085. .btn-default:active:focus,
  3086. .btn-default.active:focus,
  3087. .open > .dropdown-toggle.btn-default:focus,
  3088. .btn-default:active.focus,
  3089. .btn-default.active.focus,
  3090. .open > .dropdown-toggle.btn-default.focus {
  3091. color: #333;
  3092. background-color: #d4d4d4;
  3093. border-color: #8c8c8c;
  3094. }
  3095. .btn-default:active,
  3096. .btn-default.active,
  3097. .open > .dropdown-toggle.btn-default {
  3098. background-image: none;
  3099. }
  3100. .btn-default.disabled:hover,
  3101. .btn-default[disabled]:hover,
  3102. fieldset[disabled] .btn-default:hover,
  3103. .btn-default.disabled:focus,
  3104. .btn-default[disabled]:focus,
  3105. fieldset[disabled] .btn-default:focus,
  3106. .btn-default.disabled.focus,
  3107. .btn-default[disabled].focus,
  3108. fieldset[disabled] .btn-default.focus {
  3109. background-color: #fff;
  3110. border-color: #ccc;
  3111. }
  3112. .btn-default .badge {
  3113. color: #fff;
  3114. background-color: #333;
  3115. }
  3116. .btn-primary {
  3117. color: #fff;
  3118. background-color: #337ab7;
  3119. border-color: #2e6da4;
  3120. }
  3121. .btn-primary:focus,
  3122. .btn-primary.focus {
  3123. color: #fff;
  3124. background-color: #286090;
  3125. border-color: #122b40;
  3126. }
  3127. .btn-primary:hover {
  3128. color: #fff;
  3129. background-color: #286090;
  3130. border-color: #204d74;
  3131. }
  3132. .btn-primary:active,
  3133. .btn-primary.active,
  3134. .open > .dropdown-toggle.btn-primary {
  3135. color: #fff;
  3136. background-color: #286090;
  3137. border-color: #204d74;
  3138. }
  3139. .btn-primary:active:hover,
  3140. .btn-primary.active:hover,
  3141. .open > .dropdown-toggle.btn-primary:hover,
  3142. .btn-primary:active:focus,
  3143. .btn-primary.active:focus,
  3144. .open > .dropdown-toggle.btn-primary:focus,
  3145. .btn-primary:active.focus,
  3146. .btn-primary.active.focus,
  3147. .open > .dropdown-toggle.btn-primary.focus {
  3148. color: #fff;
  3149. background-color: #204d74;
  3150. border-color: #122b40;
  3151. }
  3152. .btn-primary:active,
  3153. .btn-primary.active,
  3154. .open > .dropdown-toggle.btn-primary {
  3155. background-image: none;
  3156. }
  3157. .btn-primary.disabled:hover,
  3158. .btn-primary[disabled]:hover,
  3159. fieldset[disabled] .btn-primary:hover,
  3160. .btn-primary.disabled:focus,
  3161. .btn-primary[disabled]:focus,
  3162. fieldset[disabled] .btn-primary:focus,
  3163. .btn-primary.disabled.focus,
  3164. .btn-primary[disabled].focus,
  3165. fieldset[disabled] .btn-primary.focus {
  3166. background-color: #337ab7;
  3167. border-color: #2e6da4;
  3168. }
  3169. .btn-primary .badge {
  3170. color: #337ab7;
  3171. background-color: #fff;
  3172. }
  3173. .btn-success {
  3174. color: #fff;
  3175. background-color: #5cb85c;
  3176. border-color: #4cae4c;
  3177. }
  3178. .btn-success:focus,
  3179. .btn-success.focus {
  3180. color: #fff;
  3181. background-color: #449d44;
  3182. border-color: #255625;
  3183. }
  3184. .btn-success:hover {
  3185. color: #fff;
  3186. background-color: #449d44;
  3187. border-color: #398439;
  3188. }
  3189. .btn-success:active,
  3190. .btn-success.active,
  3191. .open > .dropdown-toggle.btn-success {
  3192. color: #fff;
  3193. background-color: #449d44;
  3194. border-color: #398439;
  3195. }
  3196. .btn-success:active:hover,
  3197. .btn-success.active:hover,
  3198. .open > .dropdown-toggle.btn-success:hover,
  3199. .btn-success:active:focus,
  3200. .btn-success.active:focus,
  3201. .open > .dropdown-toggle.btn-success:focus,
  3202. .btn-success:active.focus,
  3203. .btn-success.active.focus,
  3204. .open > .dropdown-toggle.btn-success.focus {
  3205. color: #fff;
  3206. background-color: #398439;
  3207. border-color: #255625;
  3208. }
  3209. .btn-success:active,
  3210. .btn-success.active,
  3211. .open > .dropdown-toggle.btn-success {
  3212. background-image: none;
  3213. }
  3214. .btn-success.disabled:hover,
  3215. .btn-success[disabled]:hover,
  3216. fieldset[disabled] .btn-success:hover,
  3217. .btn-success.disabled:focus,
  3218. .btn-success[disabled]:focus,
  3219. fieldset[disabled] .btn-success:focus,
  3220. .btn-success.disabled.focus,
  3221. .btn-success[disabled].focus,
  3222. fieldset[disabled] .btn-success.focus {
  3223. background-color: #5cb85c;
  3224. border-color: #4cae4c;
  3225. }
  3226. .btn-success .badge {
  3227. color: #5cb85c;
  3228. background-color: #fff;
  3229. }
  3230. .btn-info {
  3231. color: #fff;
  3232. background-color: #5bc0de;
  3233. border-color: #46b8da;
  3234. }
  3235. .btn-info:focus,
  3236. .btn-info.focus {
  3237. color: #fff;
  3238. background-color: #31b0d5;
  3239. border-color: #1b6d85;
  3240. }
  3241. .btn-info:hover {
  3242. color: #fff;
  3243. background-color: #31b0d5;
  3244. border-color: #269abc;
  3245. }
  3246. .btn-info:active,
  3247. .btn-info.active,
  3248. .open > .dropdown-toggle.btn-info {
  3249. color: #fff;
  3250. background-color: #31b0d5;
  3251. border-color: #269abc;
  3252. }
  3253. .btn-info:active:hover,
  3254. .btn-info.active:hover,
  3255. .open > .dropdown-toggle.btn-info:hover,
  3256. .btn-info:active:focus,
  3257. .btn-info.active:focus,
  3258. .open > .dropdown-toggle.btn-info:focus,
  3259. .btn-info:active.focus,
  3260. .btn-info.active.focus,
  3261. .open > .dropdown-toggle.btn-info.focus {
  3262. color: #fff;
  3263. background-color: #269abc;
  3264. border-color: #1b6d85;
  3265. }
  3266. .btn-info:active,
  3267. .btn-info.active,
  3268. .open > .dropdown-toggle.btn-info {
  3269. background-image: none;
  3270. }
  3271. .btn-info.disabled:hover,
  3272. .btn-info[disabled]:hover,
  3273. fieldset[disabled] .btn-info:hover,
  3274. .btn-info.disabled:focus,
  3275. .btn-info[disabled]:focus,
  3276. fieldset[disabled] .btn-info:focus,
  3277. .btn-info.disabled.focus,
  3278. .btn-info[disabled].focus,
  3279. fieldset[disabled] .btn-info.focus {
  3280. background-color: #5bc0de;
  3281. border-color: #46b8da;
  3282. }
  3283. .btn-info .badge {
  3284. color: #5bc0de;
  3285. background-color: #fff;
  3286. }
  3287. .btn-warning {
  3288. color: #fff;
  3289. background-color: #f0ad4e;
  3290. border-color: #eea236;
  3291. }
  3292. .btn-warning:focus,
  3293. .btn-warning.focus {
  3294. color: #fff;
  3295. background-color: #ec971f;
  3296. border-color: #985f0d;
  3297. }
  3298. .btn-warning:hover {
  3299. color: #fff;
  3300. background-color: #ec971f;
  3301. border-color: #d58512;
  3302. }
  3303. .btn-warning:active,
  3304. .btn-warning.active,
  3305. .open > .dropdown-toggle.btn-warning {
  3306. color: #fff;
  3307. background-color: #ec971f;
  3308. border-color: #d58512;
  3309. }
  3310. .btn-warning:active:hover,
  3311. .btn-warning.active:hover,
  3312. .open > .dropdown-toggle.btn-warning:hover,
  3313. .btn-warning:active:focus,
  3314. .btn-warning.active:focus,
  3315. .open > .dropdown-toggle.btn-warning:focus,
  3316. .btn-warning:active.focus,
  3317. .btn-warning.active.focus,
  3318. .open > .dropdown-toggle.btn-warning.focus {
  3319. color: #fff;
  3320. background-color: #d58512;
  3321. border-color: #985f0d;
  3322. }
  3323. .btn-warning:active,
  3324. .btn-warning.active,
  3325. .open > .dropdown-toggle.btn-warning {
  3326. background-image: none;
  3327. }
  3328. .btn-warning.disabled:hover,
  3329. .btn-warning[disabled]:hover,
  3330. fieldset[disabled] .btn-warning:hover,
  3331. .btn-warning.disabled:focus,
  3332. .btn-warning[disabled]:focus,
  3333. fieldset[disabled] .btn-warning:focus,
  3334. .btn-warning.disabled.focus,
  3335. .btn-warning[disabled].focus,
  3336. fieldset[disabled] .btn-warning.focus {
  3337. background-color: #f0ad4e;
  3338. border-color: #eea236;
  3339. }
  3340. .btn-warning .badge {
  3341. color: #f0ad4e;
  3342. background-color: #fff;
  3343. }
  3344. .btn-danger {
  3345. color: #fff;
  3346. background-color: #d9534f;
  3347. border-color: #d43f3a;
  3348. }
  3349. .btn-danger:focus,
  3350. .btn-danger.focus {
  3351. color: #fff;
  3352. background-color: #c9302c;
  3353. border-color: #761c19;
  3354. }
  3355. .btn-danger:hover {
  3356. color: #fff;
  3357. background-color: #c9302c;
  3358. border-color: #ac2925;
  3359. }
  3360. .btn-danger:active,
  3361. .btn-danger.active,
  3362. .open > .dropdown-toggle.btn-danger {
  3363. color: #fff;
  3364. background-color: #c9302c;
  3365. border-color: #ac2925;
  3366. }
  3367. .btn-danger:active:hover,
  3368. .btn-danger.active:hover,
  3369. .open > .dropdown-toggle.btn-danger:hover,
  3370. .btn-danger:active:focus,
  3371. .btn-danger.active:focus,
  3372. .open > .dropdown-toggle.btn-danger:focus,
  3373. .btn-danger:active.focus,
  3374. .btn-danger.active.focus,
  3375. .open > .dropdown-toggle.btn-danger.focus {
  3376. color: #fff;
  3377. background-color: #ac2925;
  3378. border-color: #761c19;
  3379. }
  3380. .btn-danger:active,
  3381. .btn-danger.active,
  3382. .open > .dropdown-toggle.btn-danger {
  3383. background-image: none;
  3384. }
  3385. .btn-danger.disabled:hover,
  3386. .btn-danger[disabled]:hover,
  3387. fieldset[disabled] .btn-danger:hover,
  3388. .btn-danger.disabled:focus,
  3389. .btn-danger[disabled]:focus,
  3390. fieldset[disabled] .btn-danger:focus,
  3391. .btn-danger.disabled.focus,
  3392. .btn-danger[disabled].focus,
  3393. fieldset[disabled] .btn-danger.focus {
  3394. background-color: #d9534f;
  3395. border-color: #d43f3a;
  3396. }
  3397. .btn-danger .badge {
  3398. color: #d9534f;
  3399. background-color: #fff;
  3400. }
  3401. .btn-link {
  3402. font-weight: normal;
  3403. color: #337ab7;
  3404. border-radius: 0;
  3405. }
  3406. .btn-link,
  3407. .btn-link:active,
  3408. .btn-link.active,
  3409. .btn-link[disabled],
  3410. fieldset[disabled] .btn-link {
  3411. background-color: transparent;
  3412. -webkit-box-shadow: none;
  3413. box-shadow: none;
  3414. }
  3415. .btn-link,
  3416. .btn-link:hover,
  3417. .btn-link:focus,
  3418. .btn-link:active {
  3419. border-color: transparent;
  3420. }
  3421. .btn-link:hover,
  3422. .btn-link:focus {
  3423. color: #23527c;
  3424. text-decoration: underline;
  3425. background-color: transparent;
  3426. }
  3427. .btn-link[disabled]:hover,
  3428. fieldset[disabled] .btn-link:hover,
  3429. .btn-link[disabled]:focus,
  3430. fieldset[disabled] .btn-link:focus {
  3431. color: #777;
  3432. text-decoration: none;
  3433. }
  3434. .btn-lg,
  3435. .btn-group-lg > .btn {
  3436. padding: 10px 16px;
  3437. font-size: 18px;
  3438. line-height: 1.3333333;
  3439. border-radius: 6px;
  3440. }
  3441. .btn-sm,
  3442. .btn-group-sm > .btn {
  3443. padding: 5px 10px;
  3444. font-size: 12px;
  3445. line-height: 1.5;
  3446. border-radius: 3px;
  3447. }
  3448. .btn-xs,
  3449. .btn-group-xs > .btn {
  3450. padding: 1px 5px;
  3451. font-size: 12px;
  3452. line-height: 1.5;
  3453. border-radius: 3px;
  3454. }
  3455. .btn-block {
  3456. display: block;
  3457. width: 100%;
  3458. }
  3459. .btn-block + .btn-block {
  3460. margin-top: 5px;
  3461. }
  3462. input[type="submit"].btn-block,
  3463. input[type="reset"].btn-block,
  3464. input[type="button"].btn-block {
  3465. width: 100%;
  3466. }
  3467. .fade {
  3468. opacity: 0;
  3469. -webkit-transition: opacity .15s linear;
  3470. -o-transition: opacity .15s linear;
  3471. transition: opacity .15s linear;
  3472. }
  3473. .fade.in {
  3474. opacity: 1;
  3475. }
  3476. .collapse {
  3477. display: none;
  3478. }
  3479. .collapse.in {
  3480. display: block;
  3481. }
  3482. tr.collapse.in {
  3483. display: table-row;
  3484. }
  3485. tbody.collapse.in {
  3486. display: table-row-group;
  3487. }
  3488. .collapsing {
  3489. position: relative;
  3490. height: 0;
  3491. overflow: hidden;
  3492. -webkit-transition-timing-function: ease;
  3493. -o-transition-timing-function: ease;
  3494. transition-timing-function: ease;
  3495. -webkit-transition-duration: .35s;
  3496. -o-transition-duration: .35s;
  3497. transition-duration: .35s;
  3498. -webkit-transition-property: height, visibility;
  3499. -o-transition-property: height, visibility;
  3500. transition-property: height, visibility;
  3501. }
  3502. .caret {
  3503. display: inline-block;
  3504. width: 0;
  3505. height: 0;
  3506. margin-left: 2px;
  3507. vertical-align: middle;
  3508. border-top: 4px dashed;
  3509. border-top: 4px solid \9;
  3510. border-right: 4px solid transparent;
  3511. border-left: 4px solid transparent;
  3512. }
  3513. .dropup,
  3514. .dropdown {
  3515. position: relative;
  3516. }
  3517. .dropdown-toggle:focus {
  3518. outline: 0;
  3519. }
  3520. .dropdown-menu {
  3521. position: absolute;
  3522. top: 100%;
  3523. left: 0;
  3524. z-index: 1000;
  3525. display: none;
  3526. float: left;
  3527. min-width: 160px;
  3528. padding: 5px 0;
  3529. margin: 2px 0 0;
  3530. font-size: 14px;
  3531. text-align: left;
  3532. list-style: none;
  3533. background-color: #fff;
  3534. -webkit-background-clip: padding-box;
  3535. background-clip: padding-box;
  3536. border: 1px solid #ccc;
  3537. border: 1px solid rgba(0, 0, 0, .15);
  3538. border-radius: 4px;
  3539. -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  3540. box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  3541. }
  3542. .dropdown-menu.pull-right {
  3543. right: 0;
  3544. left: auto;
  3545. }
  3546. .dropdown-menu .divider {
  3547. height: 1px;
  3548. margin: 9px 0;
  3549. overflow: hidden;
  3550. background-color: #e5e5e5;
  3551. }
  3552. .dropdown-menu > li > a {
  3553. display: block;
  3554. padding: 3px 20px;
  3555. clear: both;
  3556. font-weight: normal;
  3557. line-height: 1.42857143;
  3558. color: #333;
  3559. white-space: nowrap;
  3560. }
  3561. .dropdown-menu > li > a:hover,
  3562. .dropdown-menu > li > a:focus {
  3563. color: #262626;
  3564. text-decoration: none;
  3565. background-color: #f5f5f5;
  3566. }
  3567. .dropdown-menu > .active > a,
  3568. .dropdown-menu > .active > a:hover,
  3569. .dropdown-menu > .active > a:focus {
  3570. color: #fff;
  3571. text-decoration: none;
  3572. background-color: #337ab7;
  3573. outline: 0;
  3574. }
  3575. .dropdown-menu > .disabled > a,
  3576. .dropdown-menu > .disabled > a:hover,
  3577. .dropdown-menu > .disabled > a:focus {
  3578. color: #777;
  3579. }
  3580. .dropdown-menu > .disabled > a:hover,
  3581. .dropdown-menu > .disabled > a:focus {
  3582. text-decoration: none;
  3583. cursor: not-allowed;
  3584. background-color: transparent;
  3585. background-image: none;
  3586. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  3587. }
  3588. .open > .dropdown-menu {
  3589. display: block;
  3590. }
  3591. .open > a {
  3592. outline: 0;
  3593. }
  3594. .dropdown-menu-right {
  3595. right: 0;
  3596. left: auto;
  3597. }
  3598. .dropdown-menu-left {
  3599. right: auto;
  3600. left: 0;
  3601. }
  3602. .dropdown-header {
  3603. display: block;
  3604. padding: 3px 20px;
  3605. font-size: 12px;
  3606. line-height: 1.42857143;
  3607. color: #777;
  3608. white-space: nowrap;
  3609. }
  3610. .dropdown-backdrop {
  3611. position: fixed;
  3612. top: 0;
  3613. right: 0;
  3614. bottom: 0;
  3615. left: 0;
  3616. z-index: 990;
  3617. }
  3618. .pull-right > .dropdown-menu {
  3619. right: 0;
  3620. left: auto;
  3621. }
  3622. .dropup .caret,
  3623. .navbar-fixed-bottom .dropdown .caret {
  3624. content: "";
  3625. border-top: 0;
  3626. border-bottom: 4px dashed;
  3627. border-bottom: 4px solid \9;
  3628. }
  3629. .dropup .dropdown-menu,
  3630. .navbar-fixed-bottom .dropdown .dropdown-menu {
  3631. top: auto;
  3632. bottom: 100%;
  3633. margin-bottom: 2px;
  3634. }
  3635. @media (min-width: 768px) {
  3636. .navbar-right .dropdown-menu {
  3637. right: 0;
  3638. left: auto;
  3639. }
  3640. .navbar-right .dropdown-menu-left {
  3641. right: auto;
  3642. left: 0;
  3643. }
  3644. }
  3645. .btn-group,
  3646. .btn-group-vertical {
  3647. position: relative;
  3648. display: inline-block;
  3649. vertical-align: middle;
  3650. }
  3651. .btn-group > .btn,
  3652. .btn-group-vertical > .btn {
  3653. position: relative;
  3654. float: left;
  3655. }
  3656. .btn-group > .btn:hover,
  3657. .btn-group-vertical > .btn:hover,
  3658. .btn-group > .btn:focus,
  3659. .btn-group-vertical > .btn:focus,
  3660. .btn-group > .btn:active,
  3661. .btn-group-vertical > .btn:active,
  3662. .btn-group > .btn.active,
  3663. .btn-group-vertical > .btn.active {
  3664. z-index: 2;
  3665. }
  3666. .btn-group .btn + .btn,
  3667. .btn-group .btn + .btn-group,
  3668. .btn-group .btn-group + .btn,
  3669. .btn-group .btn-group + .btn-group {
  3670. margin-left: -1px;
  3671. }
  3672. .btn-toolbar {
  3673. margin-left: -5px;
  3674. }
  3675. .btn-toolbar .btn,
  3676. .btn-toolbar .btn-group,
  3677. .btn-toolbar .input-group {
  3678. float: left;
  3679. }
  3680. .btn-toolbar > .btn,
  3681. .btn-toolbar > .btn-group,
  3682. .btn-toolbar > .input-group {
  3683. margin-left: 5px;
  3684. }
  3685. .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  3686. border-radius: 0;
  3687. }
  3688. .btn-group > .btn:first-child {
  3689. margin-left: 0;
  3690. }
  3691. .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  3692. border-top-right-radius: 0;
  3693. border-bottom-right-radius: 0;
  3694. }
  3695. .btn-group > .btn:last-child:not(:first-child),
  3696. .btn-group > .dropdown-toggle:not(:first-child) {
  3697. border-top-left-radius: 0;
  3698. border-bottom-left-radius: 0;
  3699. }
  3700. .btn-group > .btn-group {
  3701. float: left;
  3702. }
  3703. .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  3704. border-radius: 0;
  3705. }
  3706. .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
  3707. .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  3708. border-top-right-radius: 0;
  3709. border-bottom-right-radius: 0;
  3710. }
  3711. .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  3712. border-top-left-radius: 0;
  3713. border-bottom-left-radius: 0;
  3714. }
  3715. .btn-group .dropdown-toggle:active,
  3716. .btn-group.open .dropdown-toggle {
  3717. outline: 0;
  3718. }
  3719. .btn-group > .btn + .dropdown-toggle {
  3720. padding-right: 8px;
  3721. padding-left: 8px;
  3722. }
  3723. .btn-group > .btn-lg + .dropdown-toggle {
  3724. padding-right: 12px;
  3725. padding-left: 12px;
  3726. }
  3727. .btn-group.open .dropdown-toggle {
  3728. -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  3729. box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  3730. }
  3731. .btn-group.open .dropdown-toggle.btn-link {
  3732. -webkit-box-shadow: none;
  3733. box-shadow: none;
  3734. }
  3735. .btn .caret {
  3736. margin-left: 0;
  3737. }
  3738. .btn-lg .caret {
  3739. border-width: 5px 5px 0;
  3740. border-bottom-width: 0;
  3741. }
  3742. .dropup .btn-lg .caret {
  3743. border-width: 0 5px 5px;
  3744. }
  3745. .btn-group-vertical > .btn,
  3746. .btn-group-vertical > .btn-group,
  3747. .btn-group-vertical > .btn-group > .btn {
  3748. display: block;
  3749. float: none;
  3750. width: 100%;
  3751. max-width: 100%;
  3752. }
  3753. .btn-group-vertical > .btn-group > .btn {
  3754. float: none;
  3755. }
  3756. .btn-group-vertical > .btn + .btn,
  3757. .btn-group-vertical > .btn + .btn-group,
  3758. .btn-group-vertical > .btn-group + .btn,
  3759. .btn-group-vertical > .btn-group + .btn-group {
  3760. margin-top: -1px;
  3761. margin-left: 0;
  3762. }
  3763. .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  3764. border-radius: 0;
  3765. }
  3766. .btn-group-vertical > .btn:first-child:not(:last-child) {
  3767. border-top-left-radius: 4px;
  3768. border-top-right-radius: 4px;
  3769. border-bottom-right-radius: 0;
  3770. border-bottom-left-radius: 0;
  3771. }
  3772. .btn-group-vertical > .btn:last-child:not(:first-child) {
  3773. border-top-left-radius: 0;
  3774. border-top-right-radius: 0;
  3775. border-bottom-right-radius: 4px;
  3776. border-bottom-left-radius: 4px;
  3777. }
  3778. .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  3779. border-radius: 0;
  3780. }
  3781. .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
  3782. .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  3783. border-bottom-right-radius: 0;
  3784. border-bottom-left-radius: 0;
  3785. }
  3786. .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  3787. border-top-left-radius: 0;
  3788. border-top-right-radius: 0;
  3789. }
  3790. .btn-group-justified {
  3791. display: table;
  3792. width: 100%;
  3793. table-layout: fixed;
  3794. border-collapse: separate;
  3795. }
  3796. .btn-group-justified > .btn,
  3797. .btn-group-justified > .btn-group {
  3798. display: table-cell;
  3799. float: none;
  3800. width: 1%;
  3801. }
  3802. .btn-group-justified > .btn-group .btn {
  3803. width: 100%;
  3804. }
  3805. .btn-group-justified > .btn-group .dropdown-menu {
  3806. left: auto;
  3807. }
  3808. [data-toggle="buttons"] > .btn input[type="radio"],
  3809. [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
  3810. [data-toggle="buttons"] > .btn input[type="checkbox"],
  3811. [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  3812. position: absolute;
  3813. clip: rect(0, 0, 0, 0);
  3814. pointer-events: none;
  3815. }
  3816. .input-group {
  3817. position: relative;
  3818. display: table;
  3819. border-collapse: separate;
  3820. }
  3821. .input-group[class*="col-"] {
  3822. float: none;
  3823. padding-right: 0;
  3824. padding-left: 0;
  3825. }
  3826. .input-group .form-control {
  3827. position: relative;
  3828. z-index: 2;
  3829. float: left;
  3830. width: 100%;
  3831. margin-bottom: 0;
  3832. }
  3833. .input-group .form-control:focus {
  3834. z-index: 3;
  3835. }
  3836. .input-group-lg > .form-control,
  3837. .input-group-lg > .input-group-addon,
  3838. .input-group-lg > .input-group-btn > .btn {
  3839. height: 46px;
  3840. padding: 10px 16px;
  3841. font-size: 18px;
  3842. line-height: 1.3333333;
  3843. border-radius: 6px;
  3844. }
  3845. select.input-group-lg > .form-control,
  3846. select.input-group-lg > .input-group-addon,
  3847. select.input-group-lg > .input-group-btn > .btn {
  3848. height: 46px;
  3849. line-height: 46px;
  3850. }
  3851. textarea.input-group-lg > .form-control,
  3852. textarea.input-group-lg > .input-group-addon,
  3853. textarea.input-group-lg > .input-group-btn > .btn,
  3854. select[multiple].input-group-lg > .form-control,
  3855. select[multiple].input-group-lg > .input-group-addon,
  3856. select[multiple].input-group-lg > .input-group-btn > .btn {
  3857. height: auto;
  3858. }
  3859. .input-group-sm > .form-control,
  3860. .input-group-sm > .input-group-addon,
  3861. .input-group-sm > .input-group-btn > .btn {
  3862. height: 30px;
  3863. padding: 5px 10px;
  3864. font-size: 12px;
  3865. line-height: 1.5;
  3866. border-radius: 3px;
  3867. }
  3868. select.input-group-sm > .form-control,
  3869. select.input-group-sm > .input-group-addon,
  3870. select.input-group-sm > .input-group-btn > .btn {
  3871. height: 30px;
  3872. line-height: 30px;
  3873. }
  3874. textarea.input-group-sm > .form-control,
  3875. textarea.input-group-sm > .input-group-addon,
  3876. textarea.input-group-sm > .input-group-btn > .btn,
  3877. select[multiple].input-group-sm > .form-control,
  3878. select[multiple].input-group-sm > .input-group-addon,
  3879. select[multiple].input-group-sm > .input-group-btn > .btn {
  3880. height: auto;
  3881. }
  3882. .input-group-addon,
  3883. .input-group-btn,
  3884. .input-group .form-control {
  3885. display: table-cell;
  3886. }
  3887. .input-group-addon:not(:first-child):not(:last-child),
  3888. .input-group-btn:not(:first-child):not(:last-child),
  3889. .input-group .form-control:not(:first-child):not(:last-child) {
  3890. border-radius: 0;
  3891. }
  3892. .input-group-addon,
  3893. .input-group-btn {
  3894. width: 1%;
  3895. white-space: nowrap;
  3896. vertical-align: middle;
  3897. }
  3898. .input-group-addon {
  3899. padding: 6px 12px;
  3900. font-size: 14px;
  3901. font-weight: normal;
  3902. line-height: 1;
  3903. color: #555;
  3904. text-align: center;
  3905. background-color: #eee;
  3906. border: 1px solid #ccc;
  3907. border-radius: 4px;
  3908. }
  3909. .input-group-addon.input-sm {
  3910. padding: 5px 10px;
  3911. font-size: 12px;
  3912. border-radius: 3px;
  3913. }
  3914. .input-group-addon.input-lg {
  3915. padding: 10px 16px;
  3916. font-size: 18px;
  3917. border-radius: 6px;
  3918. }
  3919. .input-group-addon input[type="radio"],
  3920. .input-group-addon input[type="checkbox"] {
  3921. margin-top: 0;
  3922. }
  3923. .input-group .form-control:first-child,
  3924. .input-group-addon:first-child,
  3925. .input-group-btn:first-child > .btn,
  3926. .input-group-btn:first-child > .btn-group > .btn,
  3927. .input-group-btn:first-child > .dropdown-toggle,
  3928. .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  3929. .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  3930. border-top-right-radius: 0;
  3931. border-bottom-right-radius: 0;
  3932. }
  3933. .input-group-addon:first-child {
  3934. border-right: 0;
  3935. }
  3936. .input-group .form-control:last-child,
  3937. .input-group-addon:last-child,
  3938. .input-group-btn:last-child > .btn,
  3939. .input-group-btn:last-child > .btn-group > .btn,
  3940. .input-group-btn:last-child > .dropdown-toggle,
  3941. .input-group-btn:first-child > .btn:not(:first-child),
  3942. .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  3943. border-top-left-radius: 0;
  3944. border-bottom-left-radius: 0;
  3945. }
  3946. .input-group-addon:last-child {
  3947. border-left: 0;
  3948. }
  3949. .input-group-btn {
  3950. position: relative;
  3951. font-size: 0;
  3952. white-space: nowrap;
  3953. }
  3954. .input-group-btn > .btn {
  3955. position: relative;
  3956. }
  3957. .input-group-btn > .btn + .btn {
  3958. margin-left: -1px;
  3959. }
  3960. .input-group-btn > .btn:hover,
  3961. .input-group-btn > .btn:focus,
  3962. .input-group-btn > .btn:active {
  3963. z-index: 2;
  3964. }
  3965. .input-group-btn:first-child > .btn,
  3966. .input-group-btn:first-child > .btn-group {
  3967. margin-right: -1px;
  3968. }
  3969. .input-group-btn:last-child > .btn,
  3970. .input-group-btn:last-child > .btn-group {
  3971. z-index: 2;
  3972. margin-left: -1px;
  3973. }
  3974. .nav {
  3975. padding-left: 0;
  3976. margin-bottom: 0;
  3977. list-style: none;
  3978. }
  3979. .nav > li {
  3980. position: relative;
  3981. display: block;
  3982. }
  3983. .nav > li > a {
  3984. position: relative;
  3985. display: block;
  3986. padding: 10px 15px;
  3987. }
  3988. .nav > li > a:hover,
  3989. .nav > li > a:focus {
  3990. text-decoration: none;
  3991. background-color: #eee;
  3992. }
  3993. .nav > li.disabled > a {
  3994. color: #777;
  3995. }
  3996. .nav > li.disabled > a:hover,
  3997. .nav > li.disabled > a:focus {
  3998. color: #777;
  3999. text-decoration: none;
  4000. cursor: not-allowed;
  4001. background-color: transparent;
  4002. }
  4003. .nav .open > a,
  4004. .nav .open > a:hover,
  4005. .nav .open > a:focus {
  4006. background-color: #eee;
  4007. border-color: #337ab7;
  4008. }
  4009. .nav .nav-divider {
  4010. height: 1px;
  4011. margin: 9px 0;
  4012. overflow: hidden;
  4013. background-color: #e5e5e5;
  4014. }
  4015. .nav > li > a > img {
  4016. max-width: none;
  4017. }
  4018. .nav-tabs {
  4019. border-bottom: 1px solid #ddd;
  4020. }
  4021. .nav-tabs > li {
  4022. float: left;
  4023. margin-bottom: -1px;
  4024. }
  4025. .nav-tabs > li > a {
  4026. margin-right: 2px;
  4027. line-height: 1.42857143;
  4028. border: 1px solid transparent;
  4029. border-radius: 4px 4px 0 0;
  4030. }
  4031. .nav-tabs > li > a:hover {
  4032. border-color: #eee #eee #ddd;
  4033. }
  4034. .nav-tabs > li.active > a,
  4035. .nav-tabs > li.active > a:hover,
  4036. .nav-tabs > li.active > a:focus {
  4037. color: #555;
  4038. cursor: default;
  4039. background-color: #fff;
  4040. border: 1px solid #ddd;
  4041. border-bottom-color: transparent;
  4042. }
  4043. .nav-tabs.nav-justified {
  4044. width: 100%;
  4045. border-bottom: 0;
  4046. }
  4047. .nav-tabs.nav-justified > li {
  4048. float: none;
  4049. }
  4050. .nav-tabs.nav-justified > li > a {
  4051. margin-bottom: 5px;
  4052. text-align: center;
  4053. }
  4054. .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  4055. top: auto;
  4056. left: auto;
  4057. }
  4058. @media (min-width: 768px) {
  4059. .nav-tabs.nav-justified > li {
  4060. display: table-cell;
  4061. width: 1%;
  4062. }
  4063. .nav-tabs.nav-justified > li > a {
  4064. margin-bottom: 0;
  4065. }
  4066. }
  4067. .nav-tabs.nav-justified > li > a {
  4068. margin-right: 0;
  4069. border-radius: 4px;
  4070. }
  4071. .nav-tabs.nav-justified > .active > a,
  4072. .nav-tabs.nav-justified > .active > a:hover,
  4073. .nav-tabs.nav-justified > .active > a:focus {
  4074. border: 1px solid #ddd;
  4075. }
  4076. @media (min-width: 768px) {
  4077. .nav-tabs.nav-justified > li > a {
  4078. border-bottom: 1px solid #ddd;
  4079. border-radius: 4px 4px 0 0;
  4080. }
  4081. .nav-tabs.nav-justified > .active > a,
  4082. .nav-tabs.nav-justified > .active > a:hover,
  4083. .nav-tabs.nav-justified > .active > a:focus {
  4084. border-bottom-color: #fff;
  4085. }
  4086. }
  4087. .nav-pills > li {
  4088. float: left;
  4089. }
  4090. .nav-pills > li > a {
  4091. border-radius: 4px;
  4092. }
  4093. .nav-pills > li + li {
  4094. margin-left: 2px;
  4095. }
  4096. .nav-pills > li.active > a,
  4097. .nav-pills > li.active > a:hover,
  4098. .nav-pills > li.active > a:focus {
  4099. color: #fff;
  4100. background-color: #337ab7;
  4101. }
  4102. .nav-stacked > li {
  4103. float: none;
  4104. }
  4105. .nav-stacked > li + li {
  4106. margin-top: 2px;
  4107. margin-left: 0;
  4108. }
  4109. .nav-justified {
  4110. width: 100%;
  4111. }
  4112. .nav-justified > li {
  4113. float: none;
  4114. }
  4115. .nav-justified > li > a {
  4116. margin-bottom: 5px;
  4117. text-align: center;
  4118. }
  4119. .nav-justified > .dropdown .dropdown-menu {
  4120. top: auto;
  4121. left: auto;
  4122. }
  4123. @media (min-width: 768px) {
  4124. .nav-justified > li {
  4125. display: table-cell;
  4126. width: 1%;
  4127. }
  4128. .nav-justified > li > a {
  4129. margin-bottom: 0;
  4130. }
  4131. }
  4132. .nav-tabs-justified {
  4133. border-bottom: 0;
  4134. }
  4135. .nav-tabs-justified > li > a {
  4136. margin-right: 0;
  4137. border-radius: 4px;
  4138. }
  4139. .nav-tabs-justified > .active > a,
  4140. .nav-tabs-justified > .active > a:hover,
  4141. .nav-tabs-justified > .active > a:focus {
  4142. border: 1px solid #ddd;
  4143. }
  4144. @media (min-width: 768px) {
  4145. .nav-tabs-justified > li > a {
  4146. border-bottom: 1px solid #ddd;
  4147. border-radius: 4px 4px 0 0;
  4148. }
  4149. .nav-tabs-justified > .active > a,
  4150. .nav-tabs-justified > .active > a:hover,
  4151. .nav-tabs-justified > .active > a:focus {
  4152. border-bottom-color: #fff;
  4153. }
  4154. }
  4155. .tab-content > .tab-pane {
  4156. display: none;
  4157. }
  4158. .tab-content > .active {
  4159. display: block;
  4160. }
  4161. .nav-tabs .dropdown-menu {
  4162. margin-top: -1px;
  4163. border-top-left-radius: 0;
  4164. border-top-right-radius: 0;
  4165. }
  4166. .navbar {
  4167. position: relative;
  4168. min-height: 50px;
  4169. margin-bottom: 20px;
  4170. border: 1px solid transparent;
  4171. }
  4172. @media (min-width: 768px) {
  4173. .navbar {
  4174. border-radius: 4px;
  4175. }
  4176. }
  4177. @media (min-width: 768px) {
  4178. .navbar-header {
  4179. float: left;
  4180. }
  4181. }
  4182. .navbar-collapse {
  4183. padding-right: 15px;
  4184. padding-left: 15px;
  4185. overflow-x: visible;
  4186. -webkit-overflow-scrolling: touch;
  4187. border-top: 1px solid transparent;
  4188. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  4189. box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  4190. }
  4191. .navbar-collapse.in {
  4192. overflow-y: auto;
  4193. }
  4194. @media (min-width: 768px) {
  4195. .navbar-collapse {
  4196. width: auto;
  4197. border-top: 0;
  4198. -webkit-box-shadow: none;
  4199. box-shadow: none;
  4200. }
  4201. .navbar-collapse.collapse {
  4202. display: block !important;
  4203. height: auto !important;
  4204. padding-bottom: 0;
  4205. overflow: visible !important;
  4206. }
  4207. .navbar-collapse.in {
  4208. overflow-y: visible;
  4209. }
  4210. .navbar-fixed-top .navbar-collapse,
  4211. .navbar-static-top .navbar-collapse,
  4212. .navbar-fixed-bottom .navbar-collapse {
  4213. padding-right: 0;
  4214. padding-left: 0;
  4215. }
  4216. }
  4217. .navbar-fixed-top .navbar-collapse,
  4218. .navbar-fixed-bottom .navbar-collapse {
  4219. max-height: 340px;
  4220. }
  4221. @media (max-device-width: 480px) and (orientation: landscape) {
  4222. .navbar-fixed-top .navbar-collapse,
  4223. .navbar-fixed-bottom .navbar-collapse {
  4224. max-height: 200px;
  4225. }
  4226. }
  4227. .container > .navbar-header,
  4228. .container-fluid > .navbar-header,
  4229. .container > .navbar-collapse,
  4230. .container-fluid > .navbar-collapse {
  4231. margin-right: -15px;
  4232. margin-left: -15px;
  4233. }
  4234. @media (min-width: 768px) {
  4235. .container > .navbar-header,
  4236. .container-fluid > .navbar-header,
  4237. .container > .navbar-collapse,
  4238. .container-fluid > .navbar-collapse {
  4239. margin-right: 0;
  4240. margin-left: 0;
  4241. }
  4242. }
  4243. .navbar-static-top {
  4244. z-index: 1000;
  4245. border-width: 0 0 1px;
  4246. }
  4247. @media (min-width: 768px) {
  4248. .navbar-static-top {
  4249. border-radius: 0;
  4250. }
  4251. }
  4252. .navbar-fixed-top,
  4253. .navbar-fixed-bottom {
  4254. position: fixed;
  4255. right: 0;
  4256. left: 0;
  4257. z-index: 1030;
  4258. }
  4259. @media (min-width: 768px) {
  4260. .navbar-fixed-top,
  4261. .navbar-fixed-bottom {
  4262. border-radius: 0;
  4263. }
  4264. }
  4265. .navbar-fixed-top {
  4266. top: 0;
  4267. border-width: 0 0 1px;
  4268. }
  4269. .navbar-fixed-bottom {
  4270. bottom: 0;
  4271. margin-bottom: 0;
  4272. border-width: 1px 0 0;
  4273. }
  4274. .navbar-brand {
  4275. float: left;
  4276. height: 50px;
  4277. padding: 15px 15px;
  4278. font-size: 18px;
  4279. line-height: 20px;
  4280. }
  4281. .navbar-brand:hover,
  4282. .navbar-brand:focus {
  4283. text-decoration: none;
  4284. }
  4285. .navbar-brand > img {
  4286. display: block;
  4287. }
  4288. @media (min-width: 768px) {
  4289. .navbar > .container .navbar-brand,
  4290. .navbar > .container-fluid .navbar-brand {
  4291. margin-left: -15px;
  4292. }
  4293. }
  4294. .navbar-toggle {
  4295. position: relative;
  4296. float: right;
  4297. padding: 9px 10px;
  4298. margin-top: 8px;
  4299. margin-right: 15px;
  4300. margin-bottom: 8px;
  4301. background-color: transparent;
  4302. background-image: none;
  4303. border: 1px solid transparent;
  4304. border-radius: 4px;
  4305. }
  4306. .navbar-toggle:focus {
  4307. outline: 0;
  4308. }
  4309. .navbar-toggle .icon-bar {
  4310. display: block;
  4311. width: 5px;
  4312. height: 2px;
  4313. border-radius: 1px;
  4314. }
  4315. .navbar-toggle .icon-bar + .icon-bar {
  4316. margin-top: 4px;
  4317. }
  4318. @media (min-width: 768px) {
  4319. .navbar-toggle {
  4320. display: none;
  4321. }
  4322. }
  4323. .navbar-nav {
  4324. margin: 7.5px -15px;
  4325. }
  4326. .navbar-nav > li > a {
  4327. padding-top: 10px;
  4328. padding-bottom: 10px;
  4329. line-height: 20px;
  4330. }
  4331. @media (max-width: 767px) {
  4332. .navbar-nav .open .dropdown-menu {
  4333. position: static;
  4334. float: none;
  4335. width: auto;
  4336. margin-top: 0;
  4337. background-color: transparent;
  4338. border: 0;
  4339. -webkit-box-shadow: none;
  4340. box-shadow: none;
  4341. }
  4342. .navbar-nav .open .dropdown-menu > li > a,
  4343. .navbar-nav .open .dropdown-menu .dropdown-header {
  4344. padding: 5px 15px 5px 25px;
  4345. }
  4346. .navbar-nav .open .dropdown-menu > li > a {
  4347. line-height: 20px;
  4348. }
  4349. .navbar-nav .open .dropdown-menu > li > a:hover,
  4350. .navbar-nav .open .dropdown-menu > li > a:focus {
  4351. background-image: none;
  4352. }
  4353. }
  4354. @media (min-width: 768px) {
  4355. .navbar-nav {
  4356. float: left;
  4357. margin: 0;
  4358. }
  4359. .navbar-nav > li {
  4360. float: left;
  4361. }
  4362. .navbar-nav > li > a {
  4363. padding-top: 15px;
  4364. padding-bottom: 15px;
  4365. }
  4366. }
  4367. .navbar-form {
  4368. padding: 10px 15px;
  4369. margin-top: 8px;
  4370. margin-right: -15px;
  4371. margin-bottom: 8px;
  4372. margin-left: -15px;
  4373. border-top: 1px solid transparent;
  4374. border-bottom: 1px solid transparent;
  4375. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  4376. box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  4377. }
  4378. @media (min-width: 768px) {
  4379. .navbar-form .form-group {
  4380. display: inline-block;
  4381. margin-bottom: 0;
  4382. vertical-align: middle;
  4383. }
  4384. .navbar-form .form-control {
  4385. display: inline-block;
  4386. width: auto;
  4387. vertical-align: middle;
  4388. }
  4389. .navbar-form .form-control-static {
  4390. display: inline-block;
  4391. }
  4392. .navbar-form .input-group {
  4393. display: inline-table;
  4394. vertical-align: middle;
  4395. }
  4396. .navbar-form .input-group .input-group-addon,
  4397. .navbar-form .input-group .input-group-btn,
  4398. .navbar-form .input-group .form-control {
  4399. width: auto;
  4400. }
  4401. .navbar-form .input-group > .form-control {
  4402. width: 100%;
  4403. }
  4404. .navbar-form .control-label {
  4405. margin-bottom: 0;
  4406. vertical-align: middle;
  4407. }
  4408. .navbar-form .radio,
  4409. .navbar-form .checkbox {
  4410. display: inline-block;
  4411. margin-top: 0;
  4412. margin-bottom: 0;
  4413. vertical-align: middle;
  4414. }
  4415. .navbar-form .radio label,
  4416. .navbar-form .checkbox label {
  4417. padding-left: 0;
  4418. }
  4419. .navbar-form .radio input[type="radio"],
  4420. .navbar-form .checkbox input[type="checkbox"] {
  4421. position: relative;
  4422. margin-left: 0;
  4423. }
  4424. .navbar-form .has-feedback .form-control-feedback {
  4425. top: 0;
  4426. }
  4427. }
  4428. @media (max-width: 767px) {
  4429. .navbar-form .form-group {
  4430. margin-bottom: 5px;
  4431. }
  4432. .navbar-form .form-group:last-child {
  4433. margin-bottom: 0;
  4434. }
  4435. }
  4436. @media (min-width: 768px) {
  4437. .navbar-form {
  4438. width: auto;
  4439. padding-top: 0;
  4440. padding-bottom: 0;
  4441. margin-right: 0;
  4442. margin-left: 0;
  4443. border: 0;
  4444. -webkit-box-shadow: none;
  4445. box-shadow: none;
  4446. }
  4447. }
  4448. .navbar-nav > li > .dropdown-menu {
  4449. margin-top: 0;
  4450. border-top-left-radius: 0;
  4451. border-top-right-radius: 0;
  4452. }
  4453. .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  4454. margin-bottom: 0;
  4455. border-top-left-radius: 4px;
  4456. border-top-right-radius: 4px;
  4457. border-bottom-right-radius: 0;
  4458. border-bottom-left-radius: 0;
  4459. }
  4460. .navbar-btn {
  4461. margin-top: 8px;
  4462. margin-bottom: 8px;
  4463. }
  4464. .navbar-btn.btn-sm {
  4465. margin-top: 10px;
  4466. margin-bottom: 10px;
  4467. }
  4468. .navbar-btn.btn-xs {
  4469. margin-top: 14px;
  4470. margin-bottom: 14px;
  4471. }
  4472. .navbar-text {
  4473. margin-top: 15px;
  4474. margin-bottom: 15px;
  4475. }
  4476. @media (min-width: 768px) {
  4477. .navbar-text {
  4478. float: left;
  4479. margin-right: 15px;
  4480. margin-left: 15px;
  4481. }
  4482. }
  4483. @media (min-width: 768px) {
  4484. .navbar-left {
  4485. float: left !important;
  4486. }
  4487. .navbar-right {
  4488. float: right !important;
  4489. margin-right: -15px;
  4490. }
  4491. .navbar-right ~ .navbar-right {
  4492. margin-right: 0;
  4493. }
  4494. }
  4495. .navbar-default {
  4496. background-color: #f8f8f8;
  4497. border-color: #e7e7e7;
  4498. }
  4499. .navbar-default .navbar-brand {
  4500. color: #777;
  4501. }
  4502. .navbar-default .navbar-brand:hover,
  4503. .navbar-default .navbar-brand:focus {
  4504. color: #5e5e5e;
  4505. background-color: transparent;
  4506. }
  4507. .navbar-default .navbar-text {
  4508. color: #777;
  4509. }
  4510. .navbar-default .navbar-nav > li > a {
  4511. color: #777;
  4512. }
  4513. .navbar-default .navbar-nav > li > a:hover,
  4514. .navbar-default .navbar-nav > li > a:focus {
  4515. color: #333;
  4516. background-color: transparent;
  4517. }
  4518. .navbar-default .navbar-nav > .active > a,
  4519. .navbar-default .navbar-nav > .active > a:hover,
  4520. .navbar-default .navbar-nav > .active > a:focus {
  4521. color: #555;
  4522. background-color: #e7e7e7;
  4523. }
  4524. .navbar-default .navbar-nav > .disabled > a,
  4525. .navbar-default .navbar-nav > .disabled > a:hover,
  4526. .navbar-default .navbar-nav > .disabled > a:focus {
  4527. color: #ccc;
  4528. background-color: transparent;
  4529. }
  4530. .navbar-default .navbar-toggle {
  4531. border-color: #ddd;
  4532. }
  4533. .navbar-default .navbar-toggle:hover,
  4534. .navbar-default .navbar-toggle:focus {
  4535. background-color: #ddd;
  4536. }
  4537. .navbar-default .navbar-toggle .icon-bar {
  4538. background-color: #888;
  4539. }
  4540. .navbar-default .navbar-collapse,
  4541. .navbar-default .navbar-form {
  4542. border-color: #e7e7e7;
  4543. }
  4544. .navbar-default .navbar-nav > .open > a,
  4545. .navbar-default .navbar-nav > .open > a:hover,
  4546. .navbar-default .navbar-nav > .open > a:focus {
  4547. color: #555;
  4548. background-color: #e7e7e7;
  4549. }
  4550. @media (max-width: 767px) {
  4551. .navbar-default .navbar-nav .open .dropdown-menu > li > a {
  4552. color: #777;
  4553. }
  4554. .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  4555. .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  4556. color: #333;
  4557. background-color: transparent;
  4558. }
  4559. .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  4560. .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  4561. .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  4562. color: #555;
  4563. background-color: #e7e7e7;
  4564. }
  4565. .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  4566. .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  4567. .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  4568. color: #ccc;
  4569. background-color: transparent;
  4570. }
  4571. }
  4572. .navbar-default .navbar-link {
  4573. color: #777;
  4574. }
  4575. .navbar-default .navbar-link:hover {
  4576. color: #333;
  4577. }
  4578. .navbar-default .btn-link {
  4579. color: #777;
  4580. }
  4581. .navbar-default .btn-link:hover,
  4582. .navbar-default .btn-link:focus {
  4583. color: #333;
  4584. }
  4585. .navbar-default .btn-link[disabled]:hover,
  4586. fieldset[disabled] .navbar-default .btn-link:hover,
  4587. .navbar-default .btn-link[disabled]:focus,
  4588. fieldset[disabled] .navbar-default .btn-link:focus {
  4589. color: #ccc;
  4590. }
  4591. .navbar-inverse {
  4592. background-color: #222;
  4593. border-color: #080808;
  4594. }
  4595. .navbar-inverse .navbar-brand {
  4596. color: #9d9d9d;
  4597. }
  4598. .navbar-inverse .navbar-brand:hover,
  4599. .navbar-inverse .navbar-brand:focus {
  4600. color: #fff;
  4601. background-color: transparent;
  4602. }
  4603. .navbar-inverse .navbar-text {
  4604. color: #9d9d9d;
  4605. }
  4606. .navbar-inverse .navbar-nav > li > a {
  4607. color: #9d9d9d;
  4608. }
  4609. .navbar-inverse .navbar-nav > li > a:hover,
  4610. .navbar-inverse .navbar-nav > li > a:focus {
  4611. color: #fff;
  4612. background-color: transparent;
  4613. }
  4614. .navbar-inverse .navbar-nav > .active > a,
  4615. .navbar-inverse .navbar-nav > .active > a:hover,
  4616. .navbar-inverse .navbar-nav > .active > a:focus {
  4617. color: #fff;
  4618. background-color: #080808;
  4619. }
  4620. .navbar-inverse .navbar-nav > .disabled > a,
  4621. .navbar-inverse .navbar-nav > .disabled > a:hover,
  4622. .navbar-inverse .navbar-nav > .disabled > a:focus {
  4623. color: #444;
  4624. background-color: transparent;
  4625. }
  4626. .navbar-inverse .navbar-toggle {
  4627. border-color: #333;
  4628. }
  4629. .navbar-inverse .navbar-toggle:hover,
  4630. .navbar-inverse .navbar-toggle:focus {
  4631. background-color: #333;
  4632. }
  4633. .navbar-inverse .navbar-toggle .icon-bar {
  4634. background-color: #fff;
  4635. }
  4636. .navbar-inverse .navbar-collapse,
  4637. .navbar-inverse .navbar-form {
  4638. border-color: #101010;
  4639. }
  4640. .navbar-inverse .navbar-nav > .open > a,
  4641. .navbar-inverse .navbar-nav > .open > a:hover,
  4642. .navbar-inverse .navbar-nav > .open > a:focus {
  4643. color: #fff;
  4644. background-color: #080808;
  4645. }
  4646. @media (max-width: 767px) {
  4647. .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
  4648. border-color: #080808;
  4649. }
  4650. .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
  4651. background-color: #080808;
  4652. }
  4653. .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  4654. color: #9d9d9d;
  4655. }
  4656. .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  4657. .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
  4658. color: #fff;
  4659. background-color: transparent;
  4660. }
  4661. .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  4662. .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  4663. .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
  4664. color: #fff;
  4665. background-color: #080808;
  4666. }
  4667. .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  4668. .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  4669. .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  4670. color: #444;
  4671. background-color: transparent;
  4672. }
  4673. }
  4674. .navbar-inverse .navbar-link {
  4675. color: #9d9d9d;
  4676. }
  4677. .navbar-inverse .navbar-link:hover {
  4678. color: #fff;
  4679. }
  4680. .navbar-inverse .btn-link {
  4681. color: #9d9d9d;
  4682. }
  4683. .navbar-inverse .btn-link:hover,
  4684. .navbar-inverse .btn-link:focus {
  4685. color: #fff;
  4686. }
  4687. .navbar-inverse .btn-link[disabled]:hover,
  4688. fieldset[disabled] .navbar-inverse .btn-link:hover,
  4689. .navbar-inverse .btn-link[disabled]:focus,
  4690. fieldset[disabled] .navbar-inverse .btn-link:focus {
  4691. color: #444;
  4692. }
  4693. .breadcrumb {
  4694. padding: 8px 15px;
  4695. margin-bottom: 20px;
  4696. list-style: none;
  4697. background-color: #f5f5f5;
  4698. border-radius: 4px;
  4699. }
  4700. .breadcrumb > li {
  4701. display: inline-block;
  4702. }
  4703. .breadcrumb > li + li:before {
  4704. padding: 0 5px;
  4705. color: #ccc;
  4706. content: "/\00a0";
  4707. }
  4708. .breadcrumb > .active {
  4709. color: #777;
  4710. }
  4711. .pagination {
  4712. display: inline-block;
  4713. padding-left: 0;
  4714. margin: 20px 0;
  4715. border-radius: 4px;
  4716. }
  4717. .pagination > li {
  4718. display: inline;
  4719. }
  4720. .pagination > li > a,
  4721. .pagination > li > span {
  4722. position: relative;
  4723. float: left;
  4724. padding: 6px 12px;
  4725. margin-left: -1px;
  4726. line-height: 1.42857143;
  4727. color: #337ab7;
  4728. text-decoration: none;
  4729. background-color: #fff;
  4730. border: 1px solid #ddd;
  4731. }
  4732. .pagination > li:first-child > a,
  4733. .pagination > li:first-child > span {
  4734. margin-left: 0;
  4735. border-top-left-radius: 4px;
  4736. border-bottom-left-radius: 4px;
  4737. }
  4738. .pagination > li:last-child > a,
  4739. .pagination > li:last-child > span {
  4740. border-top-right-radius: 4px;
  4741. border-bottom-right-radius: 4px;
  4742. }
  4743. .pagination > li > a:hover,
  4744. .pagination > li > span:hover,
  4745. .pagination > li > a:focus,
  4746. .pagination > li > span:focus {
  4747. z-index: 2;
  4748. color: #23527c;
  4749. background-color: #eee;
  4750. border-color: #ddd;
  4751. }
  4752. .pagination > .active > a,
  4753. .pagination > .active > span,
  4754. .pagination > .active > a:hover,
  4755. .pagination > .active > span:hover,
  4756. .pagination > .active > a:focus,
  4757. .pagination > .active > span:focus {
  4758. z-index: 3;
  4759. color: #fff;
  4760. cursor: default;
  4761. background-color: #337ab7;
  4762. border-color: #337ab7;
  4763. }
  4764. .pagination > .disabled > span,
  4765. .pagination > .disabled > span:hover,
  4766. .pagination > .disabled > span:focus,
  4767. .pagination > .disabled > a,
  4768. .pagination > .disabled > a:hover,
  4769. .pagination > .disabled > a:focus {
  4770. color: #777;
  4771. cursor: not-allowed;
  4772. background-color: #fff;
  4773. border-color: #ddd;
  4774. }
  4775. .pagination-lg > li > a,
  4776. .pagination-lg > li > span {
  4777. padding: 10px 16px;
  4778. font-size: 18px;
  4779. line-height: 1.3333333;
  4780. }
  4781. .pagination-lg > li:first-child > a,
  4782. .pagination-lg > li:first-child > span {
  4783. border-top-left-radius: 6px;
  4784. border-bottom-left-radius: 6px;
  4785. }
  4786. .pagination-lg > li:last-child > a,
  4787. .pagination-lg > li:last-child > span {
  4788. border-top-right-radius: 6px;
  4789. border-bottom-right-radius: 6px;
  4790. }
  4791. .pagination-sm > li > a,
  4792. .pagination-sm > li > span {
  4793. padding: 5px 10px;
  4794. font-size: 12px;
  4795. line-height: 1.5;
  4796. }
  4797. .pagination-sm > li:first-child > a,
  4798. .pagination-sm > li:first-child > span {
  4799. border-top-left-radius: 3px;
  4800. border-bottom-left-radius: 3px;
  4801. }
  4802. .pagination-sm > li:last-child > a,
  4803. .pagination-sm > li:last-child > span {
  4804. border-top-right-radius: 3px;
  4805. border-bottom-right-radius: 3px;
  4806. }
  4807. .pager {
  4808. padding-left: 0;
  4809. margin: 20px 0;
  4810. text-align: center;
  4811. list-style: none;
  4812. }
  4813. .pager li {
  4814. display: inline;
  4815. }
  4816. .pager li > a,
  4817. .pager li > span {
  4818. display: inline-block;
  4819. padding: 5px 14px;
  4820. background-color: #fff;
  4821. border: 1px solid #ddd;
  4822. border-radius: 15px;
  4823. }
  4824. .pager li > a:hover,
  4825. .pager li > a:focus {
  4826. text-decoration: none;
  4827. background-color: #eee;
  4828. }
  4829. .pager .next > a,
  4830. .pager .next > span {
  4831. float: right;
  4832. }
  4833. .pager .previous > a,
  4834. .pager .previous > span {
  4835. float: left;
  4836. }
  4837. .pager .disabled > a,
  4838. .pager .disabled > a:hover,
  4839. .pager .disabled > a:focus,
  4840. .pager .disabled > span {
  4841. color: #777;
  4842. cursor: not-allowed;
  4843. background-color: #fff;
  4844. }
  4845. .label {
  4846. display: inline;
  4847. padding: .2em .6em .3em;
  4848. font-size: 75%;
  4849. font-weight: bold;
  4850. line-height: 1;
  4851. color: #fff;
  4852. text-align: center;
  4853. white-space: nowrap;
  4854. vertical-align: baseline;
  4855. border-radius: .25em;
  4856. }
  4857. a.label:hover,
  4858. a.label:focus {
  4859. color: #fff;
  4860. text-decoration: none;
  4861. cursor: pointer;
  4862. }
  4863. .label:empty {
  4864. display: none;
  4865. }
  4866. .btn .label {
  4867. position: relative;
  4868. top: -1px;
  4869. }
  4870. .label-default {
  4871. background-color: #777;
  4872. }
  4873. .label-default[href]:hover,
  4874. .label-default[href]:focus {
  4875. background-color: #5e5e5e;
  4876. }
  4877. .label-primary {
  4878. background-color: #337ab7;
  4879. }
  4880. .label-primary[href]:hover,
  4881. .label-primary[href]:focus {
  4882. background-color: #286090;
  4883. }
  4884. .label-success {
  4885. background-color: #5cb85c;
  4886. }
  4887. .label-success[href]:hover,
  4888. .label-success[href]:focus {
  4889. background-color: #449d44;
  4890. }
  4891. .label-info {
  4892. background-color: #5bc0de;
  4893. }
  4894. .label-info[href]:hover,
  4895. .label-info[href]:focus {
  4896. background-color: #31b0d5;
  4897. }
  4898. .label-warning {
  4899. background-color: #f0ad4e;
  4900. }
  4901. .label-warning[href]:hover,
  4902. .label-warning[href]:focus {
  4903. background-color: #ec971f;
  4904. }
  4905. .label-danger {
  4906. background-color: #d9534f;
  4907. }
  4908. .label-danger[href]:hover,
  4909. .label-danger[href]:focus {
  4910. background-color: #c9302c;
  4911. }
  4912. .badge {
  4913. display: inline-block;
  4914. min-width: 10px;
  4915. padding: 3px 7px;
  4916. font-size: 12px;
  4917. font-weight: bold;
  4918. line-height: 1;
  4919. color: #fff;
  4920. text-align: center;
  4921. white-space: nowrap;
  4922. vertical-align: middle;
  4923. background-color: #777;
  4924. border-radius: 10px;
  4925. }
  4926. .badge:empty {
  4927. display: none;
  4928. }
  4929. .btn .badge {
  4930. position: relative;
  4931. top: -1px;
  4932. }
  4933. .btn-xs .badge,
  4934. .btn-group-xs > .btn .badge {
  4935. top: 0;
  4936. padding: 1px 5px;
  4937. }
  4938. a.badge:hover,
  4939. a.badge:focus {
  4940. color: #fff;
  4941. text-decoration: none;
  4942. cursor: pointer;
  4943. }
  4944. .list-group-item.active > .badge,
  4945. .nav-pills > .active > a > .badge {
  4946. color: #337ab7;
  4947. background-color: #fff;
  4948. }
  4949. .list-group-item > .badge {
  4950. float: right;
  4951. }
  4952. .list-group-item > .badge + .badge {
  4953. margin-right: 5px;
  4954. }
  4955. .nav-pills > li > a > .badge {
  4956. margin-left: 3px;
  4957. }
  4958. .jumbotron {
  4959. padding-top: 30px;
  4960. padding-bottom: 30px;
  4961. margin-bottom: 30px;
  4962. color: inherit;
  4963. background-color: #eee;
  4964. }
  4965. .jumbotron h1,
  4966. .jumbotron .h1 {
  4967. color: inherit;
  4968. }
  4969. .jumbotron p {
  4970. margin-bottom: 15px;
  4971. font-size: 21px;
  4972. font-weight: 200;
  4973. }
  4974. .jumbotron > hr {
  4975. border-top-color: #d5d5d5;
  4976. }
  4977. .container .jumbotron,
  4978. .container-fluid .jumbotron {
  4979. padding-right: 15px;
  4980. padding-left: 15px;
  4981. border-radius: 6px;
  4982. }
  4983. .jumbotron .container {
  4984. max-width: 100%;
  4985. }
  4986. @media screen and (min-width: 768px) {
  4987. .jumbotron {
  4988. padding-top: 48px;
  4989. padding-bottom: 48px;
  4990. }
  4991. .container .jumbotron,
  4992. .container-fluid .jumbotron {
  4993. padding-right: 60px;
  4994. padding-left: 60px;
  4995. }
  4996. .jumbotron h1,
  4997. .jumbotron .h1 {
  4998. font-size: 63px;
  4999. }
  5000. }
  5001. .thumbnail {
  5002. display: block;
  5003. padding: 4px;
  5004. margin-bottom: 20px;
  5005. line-height: 1.42857143;
  5006. background-color: #fff;
  5007. border: 1px solid #ddd;
  5008. border-radius: 4px;
  5009. -webkit-transition: border .2s ease-in-out;
  5010. -o-transition: border .2s ease-in-out;
  5011. transition: border .2s ease-in-out;
  5012. }
  5013. .thumbnail > img,
  5014. .thumbnail a > img {
  5015. margin-right: auto;
  5016. margin-left: auto;
  5017. }
  5018. a.thumbnail:hover,
  5019. a.thumbnail:focus,
  5020. a.thumbnail.active {
  5021. border-color: #337ab7;
  5022. }
  5023. .thumbnail .caption {
  5024. padding: 9px;
  5025. color: #333;
  5026. }
  5027. .alert {
  5028. padding: 15px;
  5029. margin-bottom: 20px;
  5030. border: 1px solid transparent;
  5031. border-radius: 4px;
  5032. }
  5033. .alert h4 {
  5034. margin-top: 0;
  5035. color: inherit;
  5036. }
  5037. .alert .alert-link {
  5038. font-weight: bold;
  5039. }
  5040. .alert > p,
  5041. .alert > ul {
  5042. margin-bottom: 0;
  5043. }
  5044. .alert > p + p {
  5045. margin-top: 5px;
  5046. }
  5047. .alert-dismissable,
  5048. .alert-dismissible {
  5049. padding-right: 35px;
  5050. }
  5051. .alert-dismissable .close,
  5052. .alert-dismissible .close {
  5053. position: relative;
  5054. top: -2px;
  5055. right: -21px;
  5056. color: inherit;
  5057. }
  5058. .alert-success {
  5059. color: #3c763d;
  5060. background-color: #dff0d8;
  5061. border-color: #d6e9c6;
  5062. }
  5063. .alert-success hr {
  5064. border-top-color: #c9e2b3;
  5065. }
  5066. .alert-success .alert-link {
  5067. color: #2b542c;
  5068. }
  5069. .alert-info {
  5070. color: #31708f;
  5071. background-color: #d9edf7;
  5072. border-color: #bce8f1;
  5073. }
  5074. .alert-info hr {
  5075. border-top-color: #a6e1ec;
  5076. }
  5077. .alert-info .alert-link {
  5078. color: #245269;
  5079. }
  5080. .alert-warning {
  5081. color: #8a6d3b;
  5082. background-color: #fcf8e3;
  5083. border-color: #faebcc;
  5084. }
  5085. .alert-warning hr {
  5086. border-top-color: #f7e1b5;
  5087. }
  5088. .alert-warning .alert-link {
  5089. color: #66512c;
  5090. }
  5091. .alert-danger {
  5092. color: #a94442;
  5093. background-color: #f2dede;
  5094. border-color: #ebccd1;
  5095. }
  5096. .alert-danger hr {
  5097. border-top-color: #e4b9c0;
  5098. }
  5099. .alert-danger .alert-link {
  5100. color: #843534;
  5101. }
  5102. @-webkit-keyframes progress-bar-stripes {
  5103. from {
  5104. background-position: 40px 0;
  5105. }
  5106. to {
  5107. background-position: 0 0;
  5108. }
  5109. }
  5110. @-o-keyframes progress-bar-stripes {
  5111. from {
  5112. background-position: 40px 0;
  5113. }
  5114. to {
  5115. background-position: 0 0;
  5116. }
  5117. }
  5118. @keyframes progress-bar-stripes {
  5119. from {
  5120. background-position: 40px 0;
  5121. }
  5122. to {
  5123. background-position: 0 0;
  5124. }
  5125. }
  5126. .progress {
  5127. height: 20px;
  5128. margin-bottom: 20px;
  5129. overflow: hidden;
  5130. background-color: #f5f5f5;
  5131. border-radius: 4px;
  5132. -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  5133. box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  5134. }
  5135. .progress-bar {
  5136. float: left;
  5137. width: 0;
  5138. height: 100%;
  5139. font-size: 12px;
  5140. line-height: 20px;
  5141. color: #fff;
  5142. text-align: center;
  5143. background-color: #337ab7;
  5144. -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  5145. box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  5146. -webkit-transition: width .6s ease;
  5147. -o-transition: width .6s ease;
  5148. transition: width .6s ease;
  5149. }
  5150. .progress-striped .progress-bar,
  5151. .progress-bar-striped {
  5152. background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  5153. background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  5154. background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  5155. -webkit-background-size: 40px 40px;
  5156. background-size: 40px 40px;
  5157. }
  5158. .progress.active .progress-bar,
  5159. .progress-bar.active {
  5160. -webkit-animation: progress-bar-stripes 2s linear infinite;
  5161. -o-animation: progress-bar-stripes 2s linear infinite;
  5162. animation: progress-bar-stripes 2s linear infinite;
  5163. }
  5164. .progress-bar-success {
  5165. background-color: #5cb85c;
  5166. }
  5167. .progress-striped .progress-bar-success {
  5168. background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  5169. background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  5170. background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  5171. }
  5172. .progress-bar-info {
  5173. background-color: #5bc0de;
  5174. }
  5175. .progress-striped .progress-bar-info {
  5176. background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  5177. background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  5178. background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  5179. }
  5180. .progress-bar-warning {
  5181. background-color: #f0ad4e;
  5182. }
  5183. .progress-striped .progress-bar-warning {
  5184. background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  5185. background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  5186. background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  5187. }
  5188. .progress-bar-danger {
  5189. background-color: #d9534f;
  5190. }
  5191. .progress-striped .progress-bar-danger {
  5192. background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  5193. background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  5194. background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  5195. }
  5196. .media {
  5197. margin-top: 15px;
  5198. }
  5199. .media:first-child {
  5200. margin-top: 0;
  5201. }
  5202. .media,
  5203. .media-body {
  5204. overflow: hidden;
  5205. zoom: 1;
  5206. }
  5207. .media-body {
  5208. width: 10000px;
  5209. }
  5210. .media-object {
  5211. display: block;
  5212. }
  5213. .media-object.img-thumbnail {
  5214. max-width: none;
  5215. }
  5216. .media-right,
  5217. .media > .pull-right {
  5218. padding-left: 10px;
  5219. }
  5220. .media-left,
  5221. .media > .pull-left {
  5222. padding-right: 10px;
  5223. }
  5224. .media-left,
  5225. .media-right,
  5226. .media-body {
  5227. display: table-cell;
  5228. vertical-align: top;
  5229. }
  5230. .media-middle {
  5231. vertical-align: middle;
  5232. }
  5233. .media-bottom {
  5234. vertical-align: bottom;
  5235. }
  5236. .media-heading {
  5237. margin-top: 0;
  5238. margin-bottom: 5px;
  5239. }
  5240. .media-list {
  5241. padding-left: 0;
  5242. list-style: none;
  5243. }
  5244. .list-group {
  5245. padding-left: 0;
  5246. margin-bottom: 20px;
  5247. }
  5248. .list-group-item {
  5249. position: relative;
  5250. display: block;
  5251. padding: 10px 15px;
  5252. margin-bottom: -1px;
  5253. background-color: #fff;
  5254. border: 1px solid #ddd;
  5255. }
  5256. .list-group-item:first-child {
  5257. border-top-left-radius: 4px;
  5258. border-top-right-radius: 4px;
  5259. }
  5260. .list-group-item:last-child {
  5261. margin-bottom: 0;
  5262. border-bottom-right-radius: 4px;
  5263. border-bottom-left-radius: 4px;
  5264. }
  5265. a.list-group-item,
  5266. button.list-group-item {
  5267. color: #555;
  5268. }
  5269. a.list-group-item .list-group-item-heading,
  5270. button.list-group-item .list-group-item-heading {
  5271. color: #333;
  5272. }
  5273. a.list-group-item:hover,
  5274. button.list-group-item:hover,
  5275. a.list-group-item:focus,
  5276. button.list-group-item:focus {
  5277. color: #555;
  5278. text-decoration: none;
  5279. background-color: #f5f5f5;
  5280. }
  5281. button.list-group-item {
  5282. width: 100%;
  5283. text-align: left;
  5284. }
  5285. .list-group-item.disabled,
  5286. .list-group-item.disabled:hover,
  5287. .list-group-item.disabled:focus {
  5288. color: #777;
  5289. cursor: not-allowed;
  5290. background-color: #eee;
  5291. }
  5292. .list-group-item.disabled .list-group-item-heading,
  5293. .list-group-item.disabled:hover .list-group-item-heading,
  5294. .list-group-item.disabled:focus .list-group-item-heading {
  5295. color: inherit;
  5296. }
  5297. .list-group-item.disabled .list-group-item-text,
  5298. .list-group-item.disabled:hover .list-group-item-text,
  5299. .list-group-item.disabled:focus .list-group-item-text {
  5300. color: #777;
  5301. }
  5302. .list-group-item.active,
  5303. .list-group-item.active:hover,
  5304. .list-group-item.active:focus {
  5305. z-index: 2;
  5306. color: #fff;
  5307. background-color: #337ab7;
  5308. border-color: #337ab7;
  5309. }
  5310. .list-group-item.active .list-group-item-heading,
  5311. .list-group-item.active:hover .list-group-item-heading,
  5312. .list-group-item.active:focus .list-group-item-heading,
  5313. .list-group-item.active .list-group-item-heading > small,
  5314. .list-group-item.active:hover .list-group-item-heading > small,
  5315. .list-group-item.active:focus .list-group-item-heading > small,
  5316. .list-group-item.active .list-group-item-heading > .small,
  5317. .list-group-item.active:hover .list-group-item-heading > .small,
  5318. .list-group-item.active:focus .list-group-item-heading > .small {
  5319. color: inherit;
  5320. }
  5321. .list-group-item.active .list-group-item-text,
  5322. .list-group-item.active:hover .list-group-item-text,
  5323. .list-group-item.active:focus .list-group-item-text {
  5324. color: #c7ddef;
  5325. }
  5326. .list-group-item-success {
  5327. color: #3c763d;
  5328. background-color: #dff0d8;
  5329. }
  5330. a.list-group-item-success,
  5331. button.list-group-item-success {
  5332. color: #3c763d;
  5333. }
  5334. a.list-group-item-success .list-group-item-heading,
  5335. button.list-group-item-success .list-group-item-heading {
  5336. color: inherit;
  5337. }
  5338. a.list-group-item-success:hover,
  5339. button.list-group-item-success:hover,
  5340. a.list-group-item-success:focus,
  5341. button.list-group-item-success:focus {
  5342. color: #3c763d;
  5343. background-color: #d0e9c6;
  5344. }
  5345. a.list-group-item-success.active,
  5346. button.list-group-item-success.active,
  5347. a.list-group-item-success.active:hover,
  5348. button.list-group-item-success.active:hover,
  5349. a.list-group-item-success.active:focus,
  5350. button.list-group-item-success.active:focus {
  5351. color: #fff;
  5352. background-color: #3c763d;
  5353. border-color: #3c763d;
  5354. }
  5355. .list-group-item-info {
  5356. color: #31708f;
  5357. background-color: #d9edf7;
  5358. }
  5359. a.list-group-item-info,
  5360. button.list-group-item-info {
  5361. color: #31708f;
  5362. }
  5363. a.list-group-item-info .list-group-item-heading,
  5364. button.list-group-item-info .list-group-item-heading {
  5365. color: inherit;
  5366. }
  5367. a.list-group-item-info:hover,
  5368. button.list-group-item-info:hover,
  5369. a.list-group-item-info:focus,
  5370. button.list-group-item-info:focus {
  5371. color: #31708f;
  5372. background-color: #c4e3f3;
  5373. }
  5374. a.list-group-item-info.active,
  5375. button.list-group-item-info.active,
  5376. a.list-group-item-info.active:hover,
  5377. button.list-group-item-info.active:hover,
  5378. a.list-group-item-info.active:focus,
  5379. button.list-group-item-info.active:focus {
  5380. color: #fff;
  5381. background-color: #31708f;
  5382. border-color: #31708f;
  5383. }
  5384. .list-group-item-warning {
  5385. color: #8a6d3b;
  5386. background-color: #fcf8e3;
  5387. }
  5388. a.list-group-item-warning,
  5389. button.list-group-item-warning {
  5390. color: #8a6d3b;
  5391. }
  5392. a.list-group-item-warning .list-group-item-heading,
  5393. button.list-group-item-warning .list-group-item-heading {
  5394. color: inherit;
  5395. }
  5396. a.list-group-item-warning:hover,
  5397. button.list-group-item-warning:hover,
  5398. a.list-group-item-warning:focus,
  5399. button.list-group-item-warning:focus {
  5400. color: #8a6d3b;
  5401. background-color: #faf2cc;
  5402. }
  5403. a.list-group-item-warning.active,
  5404. button.list-group-item-warning.active,
  5405. a.list-group-item-warning.active:hover,
  5406. button.list-group-item-warning.active:hover,
  5407. a.list-group-item-warning.active:focus,
  5408. button.list-group-item-warning.active:focus {
  5409. color: #fff;
  5410. background-color: #8a6d3b;
  5411. border-color: #8a6d3b;
  5412. }
  5413. .list-group-item-danger {
  5414. color: #a94442;
  5415. background-color: #f2dede;
  5416. }
  5417. a.list-group-item-danger,
  5418. button.list-group-item-danger {
  5419. color: #a94442;
  5420. }
  5421. a.list-group-item-danger .list-group-item-heading,
  5422. button.list-group-item-danger .list-group-item-heading {
  5423. color: inherit;
  5424. }
  5425. a.list-group-item-danger:hover,
  5426. button.list-group-item-danger:hover,
  5427. a.list-group-item-danger:focus,
  5428. button.list-group-item-danger:focus {
  5429. color: #a94442;
  5430. background-color: #ebcccc;
  5431. }
  5432. a.list-group-item-danger.active,
  5433. button.list-group-item-danger.active,
  5434. a.list-group-item-danger.active:hover,
  5435. button.list-group-item-danger.active:hover,
  5436. a.list-group-item-danger.active:focus,
  5437. button.list-group-item-danger.active:focus {
  5438. color: #fff;
  5439. background-color: #a94442;
  5440. border-color: #a94442;
  5441. }
  5442. .list-group-item-heading {
  5443. margin-top: 0;
  5444. margin-bottom: 5px;
  5445. }
  5446. .list-group-item-text {
  5447. margin-bottom: 0;
  5448. line-height: 1.3;
  5449. }
  5450. .panel {
  5451. margin-bottom: 20px;
  5452. background-color: #fff;
  5453. border: 1px solid transparent;
  5454. border-radius: 4px;
  5455. -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  5456. box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  5457. }
  5458. .panel-body {
  5459. padding: 15px;
  5460. }
  5461. .panel-heading {
  5462. padding: 10px 15px;
  5463. border-bottom: 1px solid transparent;
  5464. border-top-left-radius: 3px;
  5465. border-top-right-radius: 3px;
  5466. }
  5467. .panel-heading > .dropdown .dropdown-toggle {
  5468. color: inherit;
  5469. }
  5470. .panel-title {
  5471. margin-top: 0;
  5472. margin-bottom: 0;
  5473. font-size: 16px;
  5474. color: inherit;
  5475. }
  5476. .panel-title > a,
  5477. .panel-title > small,
  5478. .panel-title > .small,
  5479. .panel-title > small > a,
  5480. .panel-title > .small > a {
  5481. color: inherit;
  5482. }
  5483. .panel-footer {
  5484. padding: 10px 15px;
  5485. background-color: #f5f5f5;
  5486. border-top: 1px solid #ddd;
  5487. border-bottom-right-radius: 3px;
  5488. border-bottom-left-radius: 3px;
  5489. }
  5490. .panel > .list-group,
  5491. .panel > .panel-collapse > .list-group {
  5492. margin-bottom: 0;
  5493. }
  5494. .panel > .list-group .list-group-item,
  5495. .panel > .panel-collapse > .list-group .list-group-item {
  5496. border-width: 1px 0;
  5497. border-radius: 0;
  5498. }
  5499. .panel > .list-group:first-child .list-group-item:first-child,
  5500. .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  5501. border-top: 0;
  5502. border-top-left-radius: 3px;
  5503. border-top-right-radius: 3px;
  5504. }
  5505. .panel > .list-group:last-child .list-group-item:last-child,
  5506. .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  5507. border-bottom: 0;
  5508. border-bottom-right-radius: 3px;
  5509. border-bottom-left-radius: 3px;
  5510. }
  5511. .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  5512. border-top-left-radius: 0;
  5513. border-top-right-radius: 0;
  5514. }
  5515. .panel-heading + .list-group .list-group-item:first-child {
  5516. border-top-width: 0;
  5517. }
  5518. .list-group + .panel-footer {
  5519. border-top-width: 0;
  5520. }
  5521. .panel > .table,
  5522. .panel > .table-responsive > .table,
  5523. .panel > .panel-collapse > .table {
  5524. margin-bottom: 0;
  5525. }
  5526. .panel > .table caption,
  5527. .panel > .table-responsive > .table caption,
  5528. .panel > .panel-collapse > .table caption {
  5529. padding-right: 15px;
  5530. padding-left: 15px;
  5531. }
  5532. .panel > .table:first-child,
  5533. .panel > .table-responsive:first-child > .table:first-child {
  5534. border-top-left-radius: 3px;
  5535. border-top-right-radius: 3px;
  5536. }
  5537. .panel > .table:first-child > thead:first-child > tr:first-child,
  5538. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  5539. .panel > .table:first-child > tbody:first-child > tr:first-child,
  5540. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  5541. border-top-left-radius: 3px;
  5542. border-top-right-radius: 3px;
  5543. }
  5544. .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
  5545. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
  5546. .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  5547. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  5548. .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
  5549. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
  5550. .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  5551. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  5552. border-top-left-radius: 3px;
  5553. }
  5554. .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
  5555. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
  5556. .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  5557. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  5558. .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
  5559. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
  5560. .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  5561. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  5562. border-top-right-radius: 3px;
  5563. }
  5564. .panel > .table:last-child,
  5565. .panel > .table-responsive:last-child > .table:last-child {
  5566. border-bottom-right-radius: 3px;
  5567. border-bottom-left-radius: 3px;
  5568. }
  5569. .panel > .table:last-child > tbody:last-child > tr:last-child,
  5570. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  5571. .panel > .table:last-child > tfoot:last-child > tr:last-child,
  5572. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  5573. border-bottom-right-radius: 3px;
  5574. border-bottom-left-radius: 3px;
  5575. }
  5576. .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  5577. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  5578. .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  5579. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  5580. .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  5581. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  5582. .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  5583. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  5584. border-bottom-left-radius: 3px;
  5585. }
  5586. .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  5587. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  5588. .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  5589. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  5590. .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  5591. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  5592. .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  5593. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  5594. border-bottom-right-radius: 3px;
  5595. }
  5596. .panel > .panel-body + .table,
  5597. .panel > .panel-body + .table-responsive,
  5598. .panel > .table + .panel-body,
  5599. .panel > .table-responsive + .panel-body {
  5600. border-top: 1px solid #ddd;
  5601. }
  5602. .panel > .table > tbody:first-child > tr:first-child th,
  5603. .panel > .table > tbody:first-child > tr:first-child td {
  5604. border-top: 0;
  5605. }
  5606. .panel > .table-bordered,
  5607. .panel > .table-responsive > .table-bordered {
  5608. border: 0;
  5609. }
  5610. .panel > .table-bordered > thead > tr > th:first-child,
  5611. .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  5612. .panel > .table-bordered > tbody > tr > th:first-child,
  5613. .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  5614. .panel > .table-bordered > tfoot > tr > th:first-child,
  5615. .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  5616. .panel > .table-bordered > thead > tr > td:first-child,
  5617. .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  5618. .panel > .table-bordered > tbody > tr > td:first-child,
  5619. .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  5620. .panel > .table-bordered > tfoot > tr > td:first-child,
  5621. .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  5622. border-left: 0;
  5623. }
  5624. .panel > .table-bordered > thead > tr > th:last-child,
  5625. .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  5626. .panel > .table-bordered > tbody > tr > th:last-child,
  5627. .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  5628. .panel > .table-bordered > tfoot > tr > th:last-child,
  5629. .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  5630. .panel > .table-bordered > thead > tr > td:last-child,
  5631. .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  5632. .panel > .table-bordered > tbody > tr > td:last-child,
  5633. .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  5634. .panel > .table-bordered > tfoot > tr > td:last-child,
  5635. .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  5636. border-right: 0;
  5637. }
  5638. .panel > .table-bordered > thead > tr:first-child > td,
  5639. .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  5640. .panel > .table-bordered > tbody > tr:first-child > td,
  5641. .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  5642. .panel > .table-bordered > thead > tr:first-child > th,
  5643. .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  5644. .panel > .table-bordered > tbody > tr:first-child > th,
  5645. .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  5646. border-bottom: 0;
  5647. }
  5648. .panel > .table-bordered > tbody > tr:last-child > td,
  5649. .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  5650. .panel > .table-bordered > tfoot > tr:last-child > td,
  5651. .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  5652. .panel > .table-bordered > tbody > tr:last-child > th,
  5653. .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  5654. .panel > .table-bordered > tfoot > tr:last-child > th,
  5655. .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  5656. border-bottom: 0;
  5657. }
  5658. .panel > .table-responsive {
  5659. margin-bottom: 0;
  5660. border: 0;
  5661. }
  5662. .panel-group {
  5663. margin-bottom: 20px;
  5664. }
  5665. .panel-group .panel {
  5666. margin-bottom: 0;
  5667. border-radius: 4px;
  5668. }
  5669. .panel-group .panel + .panel {
  5670. margin-top: 5px;
  5671. }
  5672. .panel-group .panel-heading {
  5673. border-bottom: 0;
  5674. }
  5675. .panel-group .panel-heading + .panel-collapse > .panel-body,
  5676. .panel-group .panel-heading + .panel-collapse > .list-group {
  5677. border-top: 1px solid #ddd;
  5678. }
  5679. .panel-group .panel-footer {
  5680. border-top: 0;
  5681. }
  5682. .panel-group .panel-footer + .panel-collapse .panel-body {
  5683. border-bottom: 1px solid #ddd;
  5684. }
  5685. .panel-default {
  5686. border-color: #ddd;
  5687. }
  5688. .panel-default > .panel-heading {
  5689. color: #333;
  5690. background-color: #f5f5f5;
  5691. border-color: #ddd;
  5692. }
  5693. .panel-default > .panel-heading + .panel-collapse > .panel-body {
  5694. border-top-color: #ddd;
  5695. }
  5696. .panel-default > .panel-heading .badge {
  5697. color: #f5f5f5;
  5698. background-color: #333;
  5699. }
  5700. .panel-default > .panel-footer + .panel-collapse > .panel-body {
  5701. border-bottom-color: #ddd;
  5702. }
  5703. .panel-primary {
  5704. border-color: #337ab7;
  5705. }
  5706. .panel-primary > .panel-heading {
  5707. color: #fff;
  5708. background-color: #337ab7;
  5709. border-color: #337ab7;
  5710. }
  5711. .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  5712. border-top-color: #337ab7;
  5713. }
  5714. .panel-primary > .panel-heading .badge {
  5715. color: #337ab7;
  5716. background-color: #fff;
  5717. }
  5718. .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  5719. border-bottom-color: #337ab7;
  5720. }
  5721. .panel-success {
  5722. border-color: #d6e9c6;
  5723. }
  5724. .panel-success > .panel-heading {
  5725. color: #3c763d;
  5726. background-color: #dff0d8;
  5727. border-color: #d6e9c6;
  5728. }
  5729. .panel-success > .panel-heading + .panel-collapse > .panel-body {
  5730. border-top-color: #d6e9c6;
  5731. }
  5732. .panel-success > .panel-heading .badge {
  5733. color: #dff0d8;
  5734. background-color: #3c763d;
  5735. }
  5736. .panel-success > .panel-footer + .panel-collapse > .panel-body {
  5737. border-bottom-color: #d6e9c6;
  5738. }
  5739. .panel-info {
  5740. border-color: #bce8f1;
  5741. }
  5742. .panel-info > .panel-heading {
  5743. color: #31708f;
  5744. background-color: #d9edf7;
  5745. border-color: #bce8f1;
  5746. }
  5747. .panel-info > .panel-heading + .panel-collapse > .panel-body {
  5748. border-top-color: #bce8f1;
  5749. }
  5750. .panel-info > .panel-heading .badge {
  5751. color: #d9edf7;
  5752. background-color: #31708f;
  5753. }
  5754. .panel-info > .panel-footer + .panel-collapse > .panel-body {
  5755. border-bottom-color: #bce8f1;
  5756. }
  5757. .panel-warning {
  5758. border-color: #faebcc;
  5759. }
  5760. .panel-warning > .panel-heading {
  5761. color: #8a6d3b;
  5762. background-color: #fcf8e3;
  5763. border-color: #faebcc;
  5764. }
  5765. .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  5766. border-top-color: #faebcc;
  5767. }
  5768. .panel-warning > .panel-heading .badge {
  5769. color: #fcf8e3;
  5770. background-color: #8a6d3b;
  5771. }
  5772. .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  5773. border-bottom-color: #faebcc;
  5774. }
  5775. .panel-danger {
  5776. border-color: #ebccd1;
  5777. }
  5778. .panel-danger > .panel-heading {
  5779. color: #a94442;
  5780. background-color: #f2dede;
  5781. border-color: #ebccd1;
  5782. }
  5783. .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  5784. border-top-color: #ebccd1;
  5785. }
  5786. .panel-danger > .panel-heading .badge {
  5787. color: #f2dede;
  5788. background-color: #a94442;
  5789. }
  5790. .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  5791. border-bottom-color: #ebccd1;
  5792. }
  5793. .embed-responsive {
  5794. position: relative;
  5795. display: block;
  5796. height: 0;
  5797. padding: 0;
  5798. overflow: hidden;
  5799. }
  5800. .embed-responsive .embed-responsive-item,
  5801. .embed-responsive iframe,
  5802. .embed-responsive embed,
  5803. .embed-responsive object,
  5804. .embed-responsive video {
  5805. position: absolute;
  5806. top: 0;
  5807. bottom: 0;
  5808. left: 0;
  5809. width: 100%;
  5810. height: 100%;
  5811. border: 0;
  5812. }
  5813. .embed-responsive-16by9 {
  5814. padding-bottom: 56.25%;
  5815. }
  5816. .embed-responsive-4by3 {
  5817. padding-bottom: 75%;
  5818. }
  5819. .well {
  5820. min-height: 20px;
  5821. padding: 19px;
  5822. margin-bottom: 20px;
  5823. background-color: #f5f5f5;
  5824. border: 1px solid #e3e3e3;
  5825. border-radius: 4px;
  5826. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  5827. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  5828. }
  5829. .well blockquote {
  5830. border-color: #ddd;
  5831. border-color: rgba(0, 0, 0, .15);
  5832. }
  5833. .well-lg {
  5834. padding: 24px;
  5835. border-radius: 6px;
  5836. }
  5837. .well-sm {
  5838. padding: 9px;
  5839. border-radius: 3px;
  5840. }
  5841. .close {
  5842. float: right;
  5843. font-size: 21px;
  5844. font-weight: bold;
  5845. line-height: 1;
  5846. color: #000;
  5847. text-shadow: 0 1px 0 #fff;
  5848. filter: alpha(opacity=20);
  5849. opacity: .2;
  5850. }
  5851. .close:hover,
  5852. .close:focus {
  5853. color: #000;
  5854. text-decoration: none;
  5855. cursor: pointer;
  5856. filter: alpha(opacity=50);
  5857. opacity: .5;
  5858. }
  5859. button.close {
  5860. -webkit-appearance: none;
  5861. padding: 0;
  5862. cursor: pointer;
  5863. background: transparent;
  5864. border: 0;
  5865. }
  5866. .modal-open {
  5867. overflow: hidden;
  5868. }
  5869. .modal {
  5870. position: fixed;
  5871. top: 0;
  5872. right: 0;
  5873. bottom: 0;
  5874. left: 0;
  5875. z-index: 1050;
  5876. display: none;
  5877. overflow: hidden;
  5878. -webkit-overflow-scrolling: touch;
  5879. outline: 0;
  5880. }
  5881. .modal.fade .modal-dialog {
  5882. -webkit-transition: -webkit-transform .3s ease-out;
  5883. -o-transition: -o-transform .3s ease-out;
  5884. transition: transform .3s ease-out;
  5885. -webkit-transform: translate(0, -25%);
  5886. -ms-transform: translate(0, -25%);
  5887. -o-transform: translate(0, -25%);
  5888. transform: translate(0, -25%);
  5889. }
  5890. .modal.in .modal-dialog {
  5891. -webkit-transform: translate(0, 0);
  5892. -ms-transform: translate(0, 0);
  5893. -o-transform: translate(0, 0);
  5894. transform: translate(0, 0);
  5895. }
  5896. .modal-open .modal {
  5897. overflow-x: hidden;
  5898. overflow-y: auto;
  5899. }
  5900. .modal-dialog {
  5901. position: relative;
  5902. width: auto;
  5903. margin: 10px;
  5904. }
  5905. .modal-content {
  5906. position: relative;
  5907. background-color: #fff;
  5908. -webkit-background-clip: padding-box;
  5909. background-clip: padding-box;
  5910. border: 1px solid #999;
  5911. border: 1px solid rgba(0, 0, 0, .2);
  5912. border-radius: 6px;
  5913. outline: 0;
  5914. -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  5915. box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  5916. }
  5917. .modal-backdrop {
  5918. position: fixed;
  5919. top: 0;
  5920. right: 0;
  5921. bottom: 0;
  5922. left: 0;
  5923. z-index: 1040;
  5924. background-color: #000;
  5925. }
  5926. .modal-backdrop.fade {
  5927. filter: alpha(opacity=0);
  5928. opacity: 0;
  5929. }
  5930. .modal-backdrop.in {
  5931. filter: alpha(opacity=50);
  5932. opacity: .5;
  5933. }
  5934. .modal-header {
  5935. padding: 15px;
  5936. border-bottom: 1px solid #e5e5e5;
  5937. }
  5938. .modal-header .close {
  5939. margin-top: -2px;
  5940. }
  5941. .modal-title {
  5942. margin: 0;
  5943. line-height: 1.42857143;
  5944. }
  5945. .modal-body {
  5946. position: relative;
  5947. padding: 15px;
  5948. }
  5949. .modal-footer {
  5950. padding: 15px;
  5951. text-align: right;
  5952. border-top: 1px solid #e5e5e5;
  5953. }
  5954. .modal-footer .btn + .btn {
  5955. margin-bottom: 0;
  5956. margin-left: 5px;
  5957. }
  5958. .modal-footer .btn-group .btn + .btn {
  5959. margin-left: -1px;
  5960. }
  5961. .modal-footer .btn-block + .btn-block {
  5962. margin-left: 0;
  5963. }
  5964. .modal-scrollbar-measure {
  5965. position: absolute;
  5966. top: -9999px;
  5967. width: 50px;
  5968. height: 50px;
  5969. overflow: scroll;
  5970. }
  5971. @media (min-width: 768px) {
  5972. .modal-dialog {
  5973. width: 600px;
  5974. margin: 30px auto;
  5975. }
  5976. .modal-content {
  5977. -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  5978. box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  5979. }
  5980. .modal-sm {
  5981. width: 300px;
  5982. }
  5983. }
  5984. @media (min-width: 992px) {
  5985. .modal-lg {
  5986. width: 900px;
  5987. }
  5988. }
  5989. .tooltip {
  5990. position: absolute;
  5991. z-index: 1070;
  5992. display: block;
  5993. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  5994. font-size: 12px;
  5995. font-style: normal;
  5996. font-weight: normal;
  5997. line-height: 1.42857143;
  5998. text-align: left;
  5999. text-align: start;
  6000. text-decoration: none;
  6001. text-shadow: none;
  6002. text-transform: none;
  6003. letter-spacing: normal;
  6004. word-break: normal;
  6005. word-spacing: normal;
  6006. word-wrap: normal;
  6007. white-space: normal;
  6008. filter: alpha(opacity=0);
  6009. opacity: 0;
  6010.  
  6011. line-break: auto;
  6012. }
  6013. .tooltip.in {
  6014. filter: alpha(opacity=90);
  6015. opacity: .9;
  6016. }
  6017. .tooltip.top {
  6018. padding: 5px 0;
  6019. margin-top: -3px;
  6020. }
  6021. .tooltip.right {
  6022. padding: 0 5px;
  6023. margin-left: 3px;
  6024. }
  6025. .tooltip.bottom {
  6026. padding: 5px 0;
  6027. margin-top: 3px;
  6028. }
  6029. .tooltip.left {
  6030. padding: 0 5px;
  6031. margin-left: -3px;
  6032. }
  6033. .tooltip-inner {
  6034. max-width: 200px;
  6035. padding: 3px 8px;
  6036. color: #fff;
  6037. text-align: center;
  6038. background-color: #000;
  6039. border-radius: 4px;
  6040. }
  6041. .tooltip-arrow {
  6042. position: absolute;
  6043. width: 0;
  6044. height: 0;
  6045. border-color: transparent;
  6046. border-style: solid;
  6047. }
  6048. .tooltip.top .tooltip-arrow {
  6049. bottom: 0;
  6050. left: 50%;
  6051. margin-left: -5px;
  6052. border-width: 5px 5px 0;
  6053. border-top-color: #000;
  6054. }
  6055. .tooltip.top-left .tooltip-arrow {
  6056. right: 5px;
  6057. bottom: 0;
  6058. margin-bottom: -5px;
  6059. border-width: 5px 5px 0;
  6060. border-top-color: #000;
  6061. }
  6062. .tooltip.top-right .tooltip-arrow {
  6063. bottom: 0;
  6064. left: 5px;
  6065. margin-bottom: -5px;
  6066. border-width: 5px 5px 0;
  6067. border-top-color: #000;
  6068. }
  6069. .tooltip.right .tooltip-arrow {
  6070. top: 50%;
  6071. left: 0;
  6072. margin-top: -5px;
  6073. border-width: 5px 5px 5px 0;
  6074. border-right-color: #000;
  6075. }
  6076. .tooltip.left .tooltip-arrow {
  6077. top: 50%;
  6078. right: 0;
  6079. margin-top: -5px;
  6080. border-width: 5px 0 5px 5px;
  6081. border-left-color: #000;
  6082. }
  6083. .tooltip.bottom .tooltip-arrow {
  6084. top: 0;
  6085. left: 50%;
  6086. margin-left: -5px;
  6087. border-width: 0 5px 5px;
  6088. border-bottom-color: #000;
  6089. }
  6090. .tooltip.bottom-left .tooltip-arrow {
  6091. top: 0;
  6092. right: 5px;
  6093. margin-top: -5px;
  6094. border-width: 0 5px 5px;
  6095. border-bottom-color: #000;
  6096. }
  6097. .tooltip.bottom-right .tooltip-arrow {
  6098. top: 0;
  6099. left: 5px;
  6100. margin-top: -5px;
  6101. border-width: 0 5px 5px;
  6102. border-bottom-color: #000;
  6103. }
  6104. .popover {
  6105. position: absolute;
  6106. top: 0;
  6107. left: 0;
  6108. z-index: 1060;
  6109. display: none;
  6110. max-width: 276px;
  6111. padding: 1px;
  6112. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  6113. font-size: 14px;
  6114. font-style: normal;
  6115. font-weight: normal;
  6116. line-height: 1.42857143;
  6117. text-align: left;
  6118. text-align: start;
  6119. text-decoration: none;
  6120. text-shadow: none;
  6121. text-transform: none;
  6122. letter-spacing: normal;
  6123. word-break: normal;
  6124. word-spacing: normal;
  6125. word-wrap: normal;
  6126. white-space: normal;
  6127. background-color: #fff;
  6128. -webkit-background-clip: padding-box;
  6129. background-clip: padding-box;
  6130. border: 1px solid #ccc;
  6131. border: 1px solid rgba(0, 0, 0, .2);
  6132. border-radius: 6px;
  6133. -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  6134. box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  6135.  
  6136. line-break: auto;
  6137. }
  6138. .popover.top {
  6139. margin-top: -10px;
  6140. }
  6141. .popover.right {
  6142. margin-left: 10px;
  6143. }
  6144. .popover.bottom {
  6145. margin-top: 10px;
  6146. }
  6147. .popover.left {
  6148. margin-left: -10px;
  6149. }
  6150. .popover-title {
  6151. padding: 8px 14px;
  6152. margin: 0;
  6153. font-size: 14px;
  6154. background-color: #f7f7f7;
  6155. border-bottom: 1px solid #ebebeb;
  6156. border-radius: 5px 5px 0 0;
  6157. }
  6158. .popover-content {
  6159. padding: 9px 14px;
  6160. }
  6161. .popover > .arrow,
  6162. .popover > .arrow:after {
  6163. position: absolute;
  6164. display: block;
  6165. width: 0;
  6166. height: 0;
  6167. border-color: transparent;
  6168. border-style: solid;
  6169. }
  6170. .popover > .arrow {
  6171. border-width: 11px;
  6172. }
  6173. .popover > .arrow:after {
  6174. content: "";
  6175. border-width: 10px;
  6176. }
  6177. .popover.top > .arrow {
  6178. bottom: -11px;
  6179. left: 50%;
  6180. margin-left: -11px;
  6181. border-top-color: #999;
  6182. border-top-color: rgba(0, 0, 0, .25);
  6183. border-bottom-width: 0;
  6184. }
  6185. .popover.top > .arrow:after {
  6186. bottom: 1px;
  6187. margin-left: -10px;
  6188. content: " ";
  6189. border-top-color: #fff;
  6190. border-bottom-width: 0;
  6191. }
  6192. .popover.right > .arrow {
  6193. top: 50%;
  6194. left: -11px;
  6195. margin-top: -11px;
  6196. border-right-color: #999;
  6197. border-right-color: rgba(0, 0, 0, .25);
  6198. border-left-width: 0;
  6199. }
  6200. .popover.right > .arrow:after {
  6201. bottom: -10px;
  6202. left: 1px;
  6203. content: " ";
  6204. border-right-color: #fff;
  6205. border-left-width: 0;
  6206. }
  6207. .popover.bottom > .arrow {
  6208. top: -11px;
  6209. left: 50%;
  6210. margin-left: -11px;
  6211. border-top-width: 0;
  6212. border-bottom-color: #999;
  6213. border-bottom-color: rgba(0, 0, 0, .25);
  6214. }
  6215. .popover.bottom > .arrow:after {
  6216. top: 1px;
  6217. margin-left: -10px;
  6218. content: " ";
  6219. border-top-width: 0;
  6220. border-bottom-color: #fff;
  6221. }
  6222. .popover.left > .arrow {
  6223. top: 50%;
  6224. right: -11px;
  6225. margin-top: -11px;
  6226. border-right-width: 0;
  6227. border-left-color: #999;
  6228. border-left-color: rgba(0, 0, 0, .25);
  6229. }
  6230. .popover.left > .arrow:after {
  6231. right: 1px;
  6232. bottom: -10px;
  6233. content: " ";
  6234. border-right-width: 0;
  6235. border-left-color: #fff;
  6236. }
  6237. .carousel {
  6238. position: relative;
  6239. }
  6240. .carousel-inner {
  6241. position: relative;
  6242. width: 100%;
  6243. overflow: hidden;
  6244. }
  6245. .carousel-inner > .item {
  6246. position: relative;
  6247. display: none;
  6248. -webkit-transition: .6s ease-in-out left;
  6249. -o-transition: .6s ease-in-out left;
  6250. transition: .6s ease-in-out left;
  6251. }
  6252. .carousel-inner > .item > img,
  6253. .carousel-inner > .item > a > img {
  6254. line-height: 1;
  6255. }
  6256. @media all and (transform-3d), (-webkit-transform-3d) {
  6257. .carousel-inner > .item {
  6258. -webkit-transition: -webkit-transform .6s ease-in-out;
  6259. -o-transition: -o-transform .6s ease-in-out;
  6260. transition: transform .6s ease-in-out;
  6261.  
  6262. -webkit-backface-visibility: hidden;
  6263. backface-visibility: hidden;
  6264. -webkit-perspective: 1000px;
  6265. perspective: 1000px;
  6266. }
  6267. .carousel-inner > .item.next,
  6268. .carousel-inner > .item.active.right {
  6269. left: 0;
  6270. -webkit-transform: translate3d(100%, 0, 0);
  6271. transform: translate3d(100%, 0, 0);
  6272. }
  6273. .carousel-inner > .item.prev,
  6274. .carousel-inner > .item.active.left {
  6275. left: 0;
  6276. -webkit-transform: translate3d(-100%, 0, 0);
  6277. transform: translate3d(-100%, 0, 0);
  6278. }
  6279. .carousel-inner > .item.next.left,
  6280. .carousel-inner > .item.prev.right,
  6281. .carousel-inner > .item.active {
  6282. left: 0;
  6283. -webkit-transform: translate3d(0, 0, 0);
  6284. transform: translate3d(0, 0, 0);
  6285. }
  6286. }
  6287. .carousel-inner > .active,
  6288. .carousel-inner > .next,
  6289. .carousel-inner > .prev {
  6290. display: block;
  6291. }
  6292. .carousel-inner > .active {
  6293. left: 0;
  6294. }
  6295. .carousel-inner > .next,
  6296. .carousel-inner > .prev {
  6297. position: absolute;
  6298. top: 0;
  6299. width: 100%;
  6300. }
  6301. .carousel-inner > .next {
  6302. left: 100%;
  6303. }
  6304. .carousel-inner > .prev {
  6305. left: -100%;
  6306. }
  6307. .carousel-inner > .next.left,
  6308. .carousel-inner > .prev.right {
  6309. left: 0;
  6310. }
  6311. .carousel-inner > .active.left {
  6312. left: -100%;
  6313. }
  6314. .carousel-inner > .active.right {
  6315. left: 100%;
  6316. }
  6317. .carousel-control {
  6318. position: absolute;
  6319. top: 0;
  6320. bottom: 0;
  6321. left: 0;
  6322. width: 15%;
  6323. font-size: 20px;
  6324. color: #fff;
  6325. text-align: center;
  6326. text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  6327. background-color: rgba(0, 0, 0, 0);
  6328. filter: alpha(opacity=50);
  6329. opacity: .5;
  6330. }
  6331. .carousel-control.left {
  6332. background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  6333. background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  6334. background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  6335. background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  6336. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  6337. background-repeat: repeat-x;
  6338. }
  6339. .carousel-control.right {
  6340. right: 0;
  6341. left: auto;
  6342. background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  6343. background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  6344. background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  6345. background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  6346. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  6347. background-repeat: repeat-x;
  6348. }
  6349. .carousel-control:hover,
  6350. .carousel-control:focus {
  6351. color: #fff;
  6352. text-decoration: none;
  6353. filter: alpha(opacity=90);
  6354. outline: 0;
  6355. opacity: .9;
  6356. }
  6357. .carousel-control .icon-prev,
  6358. .carousel-control .icon-next,
  6359. .carousel-control .glyphicon-chevron-left,
  6360. .carousel-control .glyphicon-chevron-right {
  6361. position: absolute;
  6362. top: 50%;
  6363. z-index: 5;
  6364. display: inline-block;
  6365. margin-top: -10px;
  6366. }
  6367. .carousel-control .icon-prev,
  6368. .carousel-control .glyphicon-chevron-left {
  6369. left: 50%;
  6370. margin-left: -10px;
  6371. }
  6372. .carousel-control .icon-next,
  6373. .carousel-control .glyphicon-chevron-right {
  6374. right: 50%;
  6375. margin-right: -10px;
  6376. }
  6377. .carousel-control .icon-prev,
  6378. .carousel-control .icon-next {
  6379. width: 20px;
  6380. height: 20px;
  6381. font-family: serif;
  6382. line-height: 1;
  6383. }
  6384. .carousel-control .icon-prev:before {
  6385. content: '\2039';
  6386. }
  6387. .carousel-control .icon-next:before {
  6388. content: '\203a';
  6389. }
  6390. .carousel-indicators {
  6391. position: absolute;
  6392. bottom: 10px;
  6393. left: 50%;
  6394. z-index: 15;
  6395. width: 60%;
  6396. padding-left: 0;
  6397. margin-left: -30%;
  6398. text-align: center;
  6399. list-style: none;
  6400. }
  6401. .carousel-indicators li {
  6402. display: inline-block;
  6403. width: 10px;
  6404. height: 10px;
  6405. margin: 1px;
  6406. text-indent: -999px;
  6407. cursor: pointer;
  6408. background-color: #000 \9;
  6409. background-color: rgba(0, 0, 0, 0);
  6410. border: 1px solid #fff;
  6411. border-radius: 10px;
  6412. }
  6413. .carousel-indicators .active {
  6414. width: 12px;
  6415. height: 12px;
  6416. margin: 0;
  6417. background-color: #fff;
  6418. }
  6419. .carousel-caption {
  6420. position: absolute;
  6421. right: 15%;
  6422. bottom: 20px;
  6423. left: 15%;
  6424. z-index: 10;
  6425. padding-top: 20px;
  6426. padding-bottom: 20px;
  6427. color: #fff;
  6428. text-align: center;
  6429. text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  6430. }
  6431. .carousel-caption .btn {
  6432. text-shadow: none;
  6433. }
  6434. @media screen and (min-width: 768px) {
  6435. .carousel-control .glyphicon-chevron-left,
  6436. .carousel-control .glyphicon-chevron-right,
  6437. .carousel-control .icon-prev,
  6438. .carousel-control .icon-next {
  6439. width: 30px;
  6440. height: 30px;
  6441. margin-top: -10px;
  6442. font-size: 30px;
  6443. }
  6444. .carousel-control .glyphicon-chevron-left,
  6445. .carousel-control .icon-prev {
  6446. margin-left: -10px;
  6447. }
  6448. .carousel-control .glyphicon-chevron-right,
  6449. .carousel-control .icon-next {
  6450. margin-right: -10px;
  6451. }
  6452. .carousel-caption {
  6453. right: 20%;
  6454. left: 20%;
  6455. padding-bottom: 30px;
  6456. }
  6457. .carousel-indicators {
  6458. bottom: 20px;
  6459. }
  6460. }
  6461. .clearfix:before,
  6462. .clearfix:after,
  6463. .dl-horizontal dd:before,
  6464. .dl-horizontal dd:after,
  6465. .container:before,
  6466. .container:after,
  6467. .container-fluid:before,
  6468. .container-fluid:after,
  6469. .row:before,
  6470. .row:after,
  6471. .form-horizontal .form-group:before,
  6472. .form-horizontal .form-group:after,
  6473. .btn-toolbar:before,
  6474. .btn-toolbar:after,
  6475. .btn-group-vertical > .btn-group:before,
  6476. .btn-group-vertical > .btn-group:after,
  6477. .nav:before,
  6478. .nav:after,
  6479. .navbar:before,
  6480. .navbar:after,
  6481. .navbar-header:before,
  6482. .navbar-header:after,
  6483. .navbar-collapse:before,
  6484. .navbar-collapse:after,
  6485. .pager:before,
  6486. .pager:after,
  6487. .panel-body:before,
  6488. .panel-body:after,
  6489. .modal-header:before,
  6490. .modal-header:after,
  6491. .modal-footer:before,
  6492. .modal-footer:after {
  6493. display: table;
  6494. content: " ";
  6495. }
  6496. .clearfix:after,
  6497. .dl-horizontal dd:after,
  6498. .container:after,
  6499. .container-fluid:after,
  6500. .row:after,
  6501. .form-horizontal .form-group:after,
  6502. .btn-toolbar:after,
  6503. .btn-group-vertical > .btn-group:after,
  6504. .nav:after,
  6505. .navbar:after,
  6506. .navbar-header:after,
  6507. .navbar-collapse:after,
  6508. .pager:after,
  6509. .panel-body:after,
  6510. .modal-header:after,
  6511. .modal-footer:after {
  6512. clear: both;
  6513. }
  6514. .center-block {
  6515. display: block;
  6516. margin-right: auto;
  6517. margin-left: auto;
  6518. }
  6519. .pull-right {
  6520. float: right !important;
  6521. }
  6522. .pull-left {
  6523. float: left !important;
  6524. }
  6525. .hide {
  6526. display: none !important;
  6527. }
  6528. .show {
  6529. display: block !important;
  6530. }
  6531. .invisible {
  6532. visibility: hidden;
  6533. }
  6534. .text-hide {
  6535. font: 0/0 a;
  6536. color: transparent;
  6537. text-shadow: none;
  6538. background-color: transparent;
  6539. border: 0;
  6540. }
  6541. .hidden {
  6542. display: none !important;
  6543. }
  6544. .affix {
  6545. position: fixed;
  6546. }
  6547. @-ms-viewport {
  6548. width: device-width;
  6549. }
  6550. .visible-xs,
  6551. .visible-sm,
  6552. .visible-md,
  6553. .visible-lg {
  6554. display: none !important;
  6555. }
  6556. .visible-xs-block,
  6557. .visible-xs-inline,
  6558. .visible-xs-inline-block,
  6559. .visible-sm-block,
  6560. .visible-sm-inline,
  6561. .visible-sm-inline-block,
  6562. .visible-md-block,
  6563. .visible-md-inline,
  6564. .visible-md-inline-block,
  6565. .visible-lg-block,
  6566. .visible-lg-inline,
  6567. .visible-lg-inline-block {
  6568. display: none !important;
  6569. }
  6570. @media (max-width: 767px) {
  6571. .visible-xs {
  6572. display: block !important;
  6573. }
  6574. table.visible-xs {
  6575. display: table !important;
  6576. }
  6577. tr.visible-xs {
  6578. display: table-row !important;
  6579. }
  6580. th.visible-xs,
  6581. td.visible-xs {
  6582. display: table-cell !important;
  6583. }
  6584. }
  6585. @media (max-width: 767px) {
  6586. .visible-xs-block {
  6587. display: block !important;
  6588. }
  6589. }
  6590. @media (max-width: 767px) {
  6591. .visible-xs-inline {
  6592. display: inline !important;
  6593. }
  6594. }
  6595. @media (max-width: 767px) {
  6596. .visible-xs-inline-block {
  6597. display: inline-block !important;
  6598. }
  6599. }
  6600. @media (min-width: 768px) and (max-width: 991px) {
  6601. .visible-sm {
  6602. display: block !important;
  6603. }
  6604. table.visible-sm {
  6605. display: table !important;
  6606. }
  6607. tr.visible-sm {
  6608. display: table-row !important;
  6609. }
  6610. th.visible-sm,
  6611. td.visible-sm {
  6612. display: table-cell !important;
  6613. }
  6614. }
  6615. @media (min-width: 768px) and (max-width: 991px) {
  6616. .visible-sm-block {
  6617. display: block !important;
  6618. }
  6619. }
  6620. @media (min-width: 768px) and (max-width: 991px) {
  6621. .visible-sm-inline {
  6622. display: inline !important;
  6623. }
  6624. }
  6625. @media (min-width: 768px) and (max-width: 991px) {
  6626. .visible-sm-inline-block {
  6627. display: inline-block !important;
  6628. }
  6629. }
  6630. @media (min-width: 992px) and (max-width: 1199px) {
  6631. .visible-md {
  6632. display: block !important;
  6633. }
  6634. table.visible-md {
  6635. display: table !important;
  6636. }
  6637. tr.visible-md {
  6638. display: table-row !important;
  6639. }
  6640. th.visible-md,
  6641. td.visible-md {
  6642. display: table-cell !important;
  6643. }
  6644. }
  6645. @media (min-width: 992px) and (max-width: 1199px) {
  6646. .visible-md-block {
  6647. display: block !important;
  6648. }
  6649. }
  6650. @media (min-width: 992px) and (max-width: 1199px) {
  6651. .visible-md-inline {
  6652. display: inline !important;
  6653. }
  6654. }
  6655. @media (min-width: 992px) and (max-width: 1199px) {
  6656. .visible-md-inline-block {
  6657. display: inline-block !important;
  6658. }
  6659. }
  6660. @media (min-width: 1200px) {
  6661. .visible-lg {
  6662. display: block !important;
  6663. }
  6664. table.visible-lg {
  6665. display: table !important;
  6666. }
  6667. tr.visible-lg {
  6668. display: table-row !important;
  6669. }
  6670. th.visible-lg,
  6671. td.visible-lg {
  6672. display: table-cell !important;
  6673. }
  6674. }
  6675. @media (min-width: 1200px) {
  6676. .visible-lg-block {
  6677. display: block !important;
  6678. }
  6679. }
  6680. @media (min-width: 1200px) {
  6681. .visible-lg-inline {
  6682. display: inline !important;
  6683. }
  6684. }
  6685. @media (min-width: 1200px) {
  6686. .visible-lg-inline-block {
  6687. display: inline-block !important;
  6688. }
  6689. }
  6690. @media (max-width: 767px) {
  6691. .hidden-xs {
  6692. display: none !important;
  6693. }
  6694. }
  6695. @media (min-width: 768px) and (max-width: 991px) {
  6696. .hidden-sm {
  6697. display: none !important;
  6698. }
  6699. }
  6700. @media (min-width: 992px) and (max-width: 1199px) {
  6701. .hidden-md {
  6702. display: none !important;
  6703. }
  6704. }
  6705. @media (min-width: 1200px) {
  6706. .hidden-lg {
  6707. display: none !important;
  6708. }
  6709. }
  6710. .visible-print {
  6711. display: none !important;
  6712. }
  6713. @media print {
  6714. .visible-print {
  6715. display: block !important;
  6716. }
  6717. table.visible-print {
  6718. display: table !important;
  6719. }
  6720. tr.visible-print {
  6721. display: table-row !important;
  6722. }
  6723. th.visible-print,
  6724. td.visible-print {
  6725. display: table-cell !important;
  6726. }
  6727. }
  6728. .visible-print-block {
  6729. display: none !important;
  6730. }
  6731. @media print {
  6732. .visible-print-block {
  6733. display: block !important;
  6734. }
  6735. }
  6736. .visible-print-inline {
  6737. display: none !important;
  6738. }
  6739. @media print {
  6740. .visible-print-inline {
  6741. display: inline !important;
  6742. }
  6743. }
  6744. .visible-print-inline-block {
  6745. display: none !important;
  6746. }
  6747. @media print {
  6748. .visible-print-inline-block {
  6749. display: inline-block !important;
  6750. }
  6751. }
  6752. @media print {
  6753. .hidden-print {
  6754. display: none !important;
  6755. }
  6756. }
  6757. /*# sourceMappingURL=bootstrap.css.map */
  6758.  
  6759. /*!
  6760. * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
  6761. * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
  6762. */
  6763. /* FONT PATH
  6764. * -------------------------- */
  6765. @font-face {
  6766. font-family: 'FontAwesome';
  6767. src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  6768. src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  6769. font-weight: normal;
  6770. font-style: normal;
  6771. }
  6772. .fa {
  6773. display: inline-block;
  6774. font: normal normal normal 14px/1 FontAwesome;
  6775. font-size: inherit;
  6776. text-rendering: auto;
  6777. -webkit-font-smoothing: antialiased;
  6778. -moz-osx-font-smoothing: grayscale;
  6779. }
  6780. /* makes the font 33% larger relative to the icon container */
  6781. .fa-lg {
  6782. font-size: 1.33333333em;
  6783. line-height: 0.75em;
  6784. vertical-align: -15%;
  6785. }
  6786. .fa-2x {
  6787. font-size: 2em;
  6788. }
  6789. .fa-3x {
  6790. font-size: 3em;
  6791. }
  6792. .fa-4x {
  6793. font-size: 4em;
  6794. }
  6795. .fa-5x {
  6796. font-size: 5em;
  6797. }
  6798. .fa-fw {
  6799. width: 1.28571429em;
  6800. text-align: center;
  6801. }
  6802. .fa-ul {
  6803. padding-left: 0;
  6804. margin-left: 2.14285714em;
  6805. list-style-type: none;
  6806. }
  6807. .fa-ul > li {
  6808. position: relative;
  6809. }
  6810. .fa-li {
  6811. position: absolute;
  6812. left: -2.14285714em;
  6813. width: 2.14285714em;
  6814. top: 0.14285714em;
  6815. text-align: center;
  6816. }
  6817. .fa-li.fa-lg {
  6818. left: -1.85714286em;
  6819. }
  6820. .fa-border {
  6821. padding: .2em .25em .15em;
  6822. border: solid 0.08em #eeeeee;
  6823. border-radius: .1em;
  6824. }
  6825. .fa-pull-left {
  6826. float: left;
  6827. }
  6828. .fa-pull-right {
  6829. float: right;
  6830. }
  6831. .fa.fa-pull-left {
  6832. margin-right: .3em;
  6833. }
  6834. .fa.fa-pull-right {
  6835. margin-left: .3em;
  6836. }
  6837. /* Deprecated as of 4.4.0 */
  6838. .pull-right {
  6839. float: right;
  6840. }
  6841. .pull-left {
  6842. float: left;
  6843. }
  6844. .fa.pull-left {
  6845. margin-right: .3em;
  6846. }
  6847. .fa.pull-right {
  6848. margin-left: .3em;
  6849. }
  6850. .fa-spin {
  6851. -webkit-animation: fa-spin 2s infinite linear;
  6852. animation: fa-spin 2s infinite linear;
  6853. }
  6854. .fa-pulse {
  6855. -webkit-animation: fa-spin 1s infinite steps(8);
  6856. animation: fa-spin 1s infinite steps(8);
  6857. }
  6858. @-webkit-keyframes fa-spin {
  6859. 0% {
  6860. -webkit-transform: rotate(0deg);
  6861. transform: rotate(0deg);
  6862. }
  6863. 100% {
  6864. -webkit-transform: rotate(359deg);
  6865. transform: rotate(359deg);
  6866. }
  6867. }
  6868. @keyframes fa-spin {
  6869. 0% {
  6870. -webkit-transform: rotate(0deg);
  6871. transform: rotate(0deg);
  6872. }
  6873. 100% {
  6874. -webkit-transform: rotate(359deg);
  6875. transform: rotate(359deg);
  6876. }
  6877. }
  6878. .fa-rotate-90 {
  6879. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  6880. -webkit-transform: rotate(90deg);
  6881. -ms-transform: rotate(90deg);
  6882. transform: rotate(90deg);
  6883. }
  6884. .fa-rotate-180 {
  6885. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  6886. -webkit-transform: rotate(180deg);
  6887. -ms-transform: rotate(180deg);
  6888. transform: rotate(180deg);
  6889. }
  6890. .fa-rotate-270 {
  6891. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  6892. -webkit-transform: rotate(270deg);
  6893. -ms-transform: rotate(270deg);
  6894. transform: rotate(270deg);
  6895. }
  6896. .fa-flip-horizontal {
  6897. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  6898. -webkit-transform: scale(-1, 1);
  6899. -ms-transform: scale(-1, 1);
  6900. transform: scale(-1, 1);
  6901. }
  6902. .fa-flip-vertical {
  6903. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  6904. -webkit-transform: scale(1, -1);
  6905. -ms-transform: scale(1, -1);
  6906. transform: scale(1, -1);
  6907. }
  6908. :root .fa-rotate-90,
  6909. :root .fa-rotate-180,
  6910. :root .fa-rotate-270,
  6911. :root .fa-flip-horizontal,
  6912. :root .fa-flip-vertical {
  6913. filter: none;
  6914. }
  6915. .fa-stack {
  6916. position: relative;
  6917. display: inline-block;
  6918. width: 2em;
  6919. height: 2em;
  6920. line-height: 2em;
  6921. vertical-align: middle;
  6922. }
  6923. .fa-stack-1x,
  6924. .fa-stack-2x {
  6925. position: absolute;
  6926. left: 0;
  6927. width: 100%;
  6928. text-align: center;
  6929. }
  6930. .fa-stack-1x {
  6931. line-height: inherit;
  6932. }
  6933. .fa-stack-2x {
  6934. font-size: 2em;
  6935. }
  6936. .fa-inverse {
  6937. color: #ffffff;
  6938. }
  6939. /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
  6940. readers do not read off random characters that represent icons */
  6941. .fa-glass:before {
  6942. content: "\f000";
  6943. }
  6944. .fa-music:before {
  6945. content: "\f001";
  6946. }
  6947. .fa-search:before {
  6948. content: "\f002";
  6949. }
  6950. .fa-envelope-o:before {
  6951. content: "\f003";
  6952. }
  6953. .fa-heart:before {
  6954. content: "\f004";
  6955. }
  6956. .fa-star:before {
  6957. content: "\f005";
  6958. }
  6959. .fa-star-o:before {
  6960. content: "\f006";
  6961. }
  6962. .fa-user:before {
  6963. content: "\f007";
  6964. }
  6965. .fa-film:before {
  6966. content: "\f008";
  6967. }
  6968. .fa-th-large:before {
  6969. content: "\f009";
  6970. }
  6971. .fa-th:before {
  6972. content: "\f00a";
  6973. }
  6974. .fa-th-list:before {
  6975. content: "\f00b";
  6976. }
  6977. .fa-check:before {
  6978. content: "\f00c";
  6979. }
  6980. .fa-remove:before,
  6981. .fa-close:before,
  6982. .fa-times:before {
  6983. content: "\f00d";
  6984. }
  6985. .fa-search-plus:before {
  6986. content: "\f00e";
  6987. }
  6988. .fa-search-minus:before {
  6989. content: "\f010";
  6990. }
  6991. .fa-power-off:before {
  6992. content: "\f011";
  6993. }
  6994. .fa-signal:before {
  6995. content: "\f012";
  6996. }
  6997. .fa-gear:before,
  6998. .fa-cog:before {
  6999. content: "\f013";
  7000. }
  7001. .fa-trash-o:before {
  7002. content: "\f014";
  7003. }
  7004. .fa-home:before {
  7005. content: "\f015";
  7006. }
  7007. .fa-file-o:before {
  7008. content: "\f016";
  7009. }
  7010. .fa-clock-o:before {
  7011. content: "\f017";
  7012. }
  7013. .fa-road:before {
  7014. content: "\f018";
  7015. }
  7016. .fa-download:before {
  7017. content: "\f019";
  7018. }
  7019. .fa-arrow-circle-o-down:before {
  7020. content: "\f01a";
  7021. }
  7022. .fa-arrow-circle-o-up:before {
  7023. content: "\f01b";
  7024. }
  7025. .fa-inbox:before {
  7026. content: "\f01c";
  7027. }
  7028. .fa-play-circle-o:before {
  7029. content: "\f01d";
  7030. }
  7031. .fa-rotate-right:before,
  7032. .fa-repeat:before {
  7033. content: "\f01e";
  7034. }
  7035. .fa-refresh:before {
  7036. content: "\f021";
  7037. }
  7038. .fa-list-alt:before {
  7039. content: "\f022";
  7040. }
  7041. .fa-lock:before {
  7042. content: "\f023";
  7043. }
  7044. .fa-flag:before {
  7045. content: "\f024";
  7046. }
  7047. .fa-headphones:before {
  7048. content: "\f025";
  7049. }
  7050. .fa-volume-off:before {
  7051. content: "\f026";
  7052. }
  7053. .fa-volume-down:before {
  7054. content: "\f027";
  7055. }
  7056. .fa-volume-up:before {
  7057. content: "\f028";
  7058. }
  7059. .fa-qrcode:before {
  7060. content: "\f029";
  7061. }
  7062. .fa-barcode:before {
  7063. content: "\f02a";
  7064. }
  7065. .fa-tag:before {
  7066. content: "\f02b";
  7067. }
  7068. .fa-tags:before {
  7069. content: "\f02c";
  7070. }
  7071. .fa-book:before {
  7072. content: "\f02d";
  7073. }
  7074. .fa-bookmark:before {
  7075. content: "\f02e";
  7076. }
  7077. .fa-print:before {
  7078. content: "\f02f";
  7079. }
  7080. .fa-camera:before {
  7081. content: "\f030";
  7082. }
  7083. .fa-font:before {
  7084. content: "\f031";
  7085. }
  7086. .fa-bold:before {
  7087. content: "\f032";
  7088. }
  7089. .fa-italic:before {
  7090. content: "\f033";
  7091. }
  7092. .fa-text-height:before {
  7093. content: "\f034";
  7094. }
  7095. .fa-text-width:before {
  7096. content: "\f035";
  7097. }
  7098. .fa-align-left:before {
  7099. content: "\f036";
  7100. }
  7101. .fa-align-center:before {
  7102. content: "\f037";
  7103. }
  7104. .fa-align-right:before {
  7105. content: "\f038";
  7106. }
  7107. .fa-align-justify:before {
  7108. content: "\f039";
  7109. }
  7110. .fa-list:before {
  7111. content: "\f03a";
  7112. }
  7113. .fa-dedent:before,
  7114. .fa-outdent:before {
  7115. content: "\f03b";
  7116. }
  7117. .fa-indent:before {
  7118. content: "\f03c";
  7119. }
  7120. .fa-video-camera:before {
  7121. content: "\f03d";
  7122. }
  7123. .fa-photo:before,
  7124. .fa-image:before,
  7125. .fa-picture-o:before {
  7126. content: "\f03e";
  7127. }
  7128. .fa-pencil:before {
  7129. content: "\f040";
  7130. }
  7131. .fa-map-marker:before {
  7132. content: "\f041";
  7133. }
  7134. .fa-adjust:before {
  7135. content: "\f042";
  7136. }
  7137. .fa-tint:before {
  7138. content: "\f043";
  7139. }
  7140. .fa-edit:before,
  7141. .fa-pencil-square-o:before {
  7142. content: "\f044";
  7143. }
  7144. .fa-share-square-o:before {
  7145. content: "\f045";
  7146. }
  7147. .fa-check-square-o:before {
  7148. content: "\f046";
  7149. }
  7150. .fa-arrows:before {
  7151. content: "\f047";
  7152. }
  7153. .fa-step-backward:before {
  7154. content: "\f048";
  7155. }
  7156. .fa-fast-backward:before {
  7157. content: "\f049";
  7158. }
  7159. .fa-backward:before {
  7160. content: "\f04a";
  7161. }
  7162. .fa-play:before {
  7163. content: "\f04b";
  7164. }
  7165. .fa-pause:before {
  7166. content: "\f04c";
  7167. }
  7168. .fa-stop:before {
  7169. content: "\f04d";
  7170. }
  7171. .fa-forward:before {
  7172. content: "\f04e";
  7173. }
  7174. .fa-fast-forward:before {
  7175. content: "\f050";
  7176. }
  7177. .fa-step-forward:before {
  7178. content: "\f051";
  7179. }
  7180. .fa-eject:before {
  7181. content: "\f052";
  7182. }
  7183. .fa-chevron-left:before {
  7184. content: "\f053";
  7185. }
  7186. .fa-chevron-right:before {
  7187. content: "\f054";
  7188. }
  7189. .fa-plus-circle:before {
  7190. content: "\f055";
  7191. }
  7192. .fa-minus-circle:before {
  7193. content: "\f056";
  7194. }
  7195. .fa-times-circle:before {
  7196. content: "\f057";
  7197. }
  7198. .fa-check-circle:before {
  7199. content: "\f058";
  7200. }
  7201. .fa-question-circle:before {
  7202. content: "\f059";
  7203. }
  7204. .fa-info-circle:before {
  7205. content: "\f05a";
  7206. }
  7207. .fa-crosshairs:before {
  7208. content: "\f05b";
  7209. }
  7210. .fa-times-circle-o:before {
  7211. content: "\f05c";
  7212. }
  7213. .fa-check-circle-o:before {
  7214. content: "\f05d";
  7215. }
  7216. .fa-ban:before {
  7217. content: "\f05e";
  7218. }
  7219. .fa-arrow-left:before {
  7220. content: "\f060";
  7221. }
  7222. .fa-arrow-right:before {
  7223. content: "\f061";
  7224. }
  7225. .fa-arrow-up:before {
  7226. content: "\f062";
  7227. }
  7228. .fa-arrow-down:before {
  7229. content: "\f063";
  7230. }
  7231. .fa-mail-forward:before,
  7232. .fa-share:before {
  7233. content: "\f064";
  7234. }
  7235. .fa-expand:before {
  7236. content: "\f065";
  7237. }
  7238. .fa-compress:before {
  7239. content: "\f066";
  7240. }
  7241. .fa-plus:before {
  7242. content: "\f067";
  7243. }
  7244. .fa-minus:before {
  7245. content: "\f068";
  7246. }
  7247. .fa-asterisk:before {
  7248. content: "\f069";
  7249. }
  7250. .fa-exclamation-circle:before {
  7251. content: "\f06a";
  7252. }
  7253. .fa-gift:before {
  7254. content: "\f06b";
  7255. }
  7256. .fa-leaf:before {
  7257. content: "\f06c";
  7258. }
  7259. .fa-fire:before {
  7260. content: "\f06d";
  7261. }
  7262. .fa-eye:before {
  7263. content: "\f06e";
  7264. }
  7265. .fa-eye-slash:before {
  7266. content: "\f070";
  7267. }
  7268. .fa-warning:before,
  7269. .fa-exclamation-triangle:before {
  7270. content: "\f071";
  7271. }
  7272. .fa-plane:before {
  7273. content: "\f072";
  7274. }
  7275. .fa-calendar:before {
  7276. content: "\f073";
  7277. }
  7278. .fa-random:before {
  7279. content: "\f074";
  7280. }
  7281. .fa-comment:before {
  7282. content: "\f075";
  7283. }
  7284. .fa-magnet:before {
  7285. content: "\f076";
  7286. }
  7287. .fa-chevron-up:before {
  7288. content: "\f077";
  7289. }
  7290. .fa-chevron-down:before {
  7291. content: "\f078";
  7292. }
  7293. .fa-retweet:before {
  7294. content: "\f079";
  7295. }
  7296. .fa-shopping-cart:before {
  7297. content: "\f07a";
  7298. }
  7299. .fa-folder:before {
  7300. content: "\f07b";
  7301. }
  7302. .fa-folder-open:before {
  7303. content: "\f07c";
  7304. }
  7305. .fa-arrows-v:before {
  7306. content: "\f07d";
  7307. }
  7308. .fa-arrows-h:before {
  7309. content: "\f07e";
  7310. }
  7311. .fa-bar-chart-o:before,
  7312. .fa-bar-chart:before {
  7313. content: "\f080";
  7314. }
  7315. .fa-twitter-square:before {
  7316. content: "\f081";
  7317. }
  7318. .fa-facebook-square:before {
  7319. content: "\f082";
  7320. }
  7321. .fa-camera-retro:before {
  7322. content: "\f083";
  7323. }
  7324. .fa-key:before {
  7325. content: "\f084";
  7326. }
  7327. .fa-gears:before,
  7328. .fa-cogs:before {
  7329. content: "\f085";
  7330. }
  7331. .fa-comments:before {
  7332. content: "\f086";
  7333. }
  7334. .fa-thumbs-o-up:before {
  7335. content: "\f087";
  7336. }
  7337. .fa-thumbs-o-down:before {
  7338. content: "\f088";
  7339. }
  7340. .fa-star-half:before {
  7341. content: "\f089";
  7342. }
  7343. .fa-heart-o:before {
  7344. content: "\f08a";
  7345. }
  7346. .fa-sign-out:before {
  7347. content: "\f08b";
  7348. }
  7349. .fa-linkedin-square:before {
  7350. content: "\f08c";
  7351. }
  7352. .fa-thumb-tack:before {
  7353. content: "\f08d";
  7354. }
  7355. .fa-external-link:before {
  7356. content: "\f08e";
  7357. }
  7358. .fa-sign-in:before {
  7359. content: "\f090";
  7360. }
  7361. .fa-trophy:before {
  7362. content: "\f091";
  7363. }
  7364. .fa-github-square:before {
  7365. content: "\f092";
  7366. }
  7367. .fa-upload:before {
  7368. content: "\f093";
  7369. }
  7370. .fa-lemon-o:before {
  7371. content: "\f094";
  7372. }
  7373. .fa-phone:before {
  7374. content: "\f095";
  7375. }
  7376. .fa-square-o:before {
  7377. content: "\f096";
  7378. }
  7379. .fa-bookmark-o:before {
  7380. content: "\f097";
  7381. }
  7382. .fa-phone-square:before {
  7383. content: "\f098";
  7384. }
  7385. .fa-twitter:before {
  7386. content: "\f099";
  7387. }
  7388. .fa-facebook-f:before,
  7389. .fa-facebook:before {
  7390. content: "\f09a";
  7391. }
  7392. .fa-github:before {
  7393. content: "\f09b";
  7394. }
  7395. .fa-unlock:before {
  7396. content: "\f09c";
  7397. }
  7398. .fa-credit-card:before {
  7399. content: "\f09d";
  7400. }
  7401. .fa-feed:before,
  7402. .fa-rss:before {
  7403. content: "\f09e";
  7404. }
  7405. .fa-hdd-o:before {
  7406. content: "\f0a0";
  7407. }
  7408. .fa-bullhorn:before {
  7409. content: "\f0a1";
  7410. }
  7411. .fa-bell:before {
  7412. content: "\f0f3";
  7413. }
  7414. .fa-certificate:before {
  7415. content: "\f0a3";
  7416. }
  7417. .fa-hand-o-right:before {
  7418. content: "\f0a4";
  7419. }
  7420. .fa-hand-o-left:before {
  7421. content: "\f0a5";
  7422. }
  7423. .fa-hand-o-up:before {
  7424. content: "\f0a6";
  7425. }
  7426. .fa-hand-o-down:before {
  7427. content: "\f0a7";
  7428. }
  7429. .fa-arrow-circle-left:before {
  7430. content: "\f0a8";
  7431. }
  7432. .fa-arrow-circle-right:before {
  7433. content: "\f0a9";
  7434. }
  7435. .fa-arrow-circle-up:before {
  7436. content: "\f0aa";
  7437. }
  7438. .fa-arrow-circle-down:before {
  7439. content: "\f0ab";
  7440. }
  7441. .fa-globe:before {
  7442. content: "\f0ac";
  7443. }
  7444. .fa-wrench:before {
  7445. content: "\f0ad";
  7446. }
  7447. .fa-tasks:before {
  7448. content: "\f0ae";
  7449. }
  7450. .fa-filter:before {
  7451. content: "\f0b0";
  7452. }
  7453. .fa-briefcase:before {
  7454. content: "\f0b1";
  7455. }
  7456. .fa-arrows-alt:before {
  7457. content: "\f0b2";
  7458. }
  7459. .fa-group:before,
  7460. .fa-users:before {
  7461. content: "\f0c0";
  7462. }
  7463. .fa-chain:before,
  7464. .fa-link:before {
  7465. content: "\f0c1";
  7466. }
  7467. .fa-cloud:before {
  7468. content: "\f0c2";
  7469. }
  7470. .fa-flask:before {
  7471. content: "\f0c3";
  7472. }
  7473. .fa-cut:before,
  7474. .fa-scissors:before {
  7475. content: "\f0c4";
  7476. }
  7477. .fa-copy:before,
  7478. .fa-files-o:before {
  7479. content: "\f0c5";
  7480. }
  7481. .fa-paperclip:before {
  7482. content: "\f0c6";
  7483. }
  7484. .fa-save:before,
  7485. .fa-floppy-o:before {
  7486. content: "\f0c7";
  7487. }
  7488. .fa-square:before {
  7489. content: "\f0c8";
  7490. }
  7491. .fa-navicon:before,
  7492. .fa-reorder:before,
  7493. .fa-bars:before {
  7494. content: "\f0c9";
  7495. }
  7496. .fa-list-ul:before {
  7497. content: "\f0ca";
  7498. }
  7499. .fa-list-ol:before {
  7500. content: "\f0cb";
  7501. }
  7502. .fa-strikethrough:before {
  7503. content: "\f0cc";
  7504. }
  7505. .fa-underline:before {
  7506. content: "\f0cd";
  7507. }
  7508. .fa-table:before {
  7509. content: "\f0ce";
  7510. }
  7511. .fa-magic:before {
  7512. content: "\f0d0";
  7513. }
  7514. .fa-truck:before {
  7515. content: "\f0d1";
  7516. }
  7517. .fa-pinterest:before {
  7518. content: "\f0d2";
  7519. }
  7520. .fa-pinterest-square:before {
  7521. content: "\f0d3";
  7522. }
  7523. .fa-google-plus-square:before {
  7524. content: "\f0d4";
  7525. }
  7526. .fa-google-plus:before {
  7527. content: "\f0d5";
  7528. }
  7529. .fa-money:before {
  7530. content: "\f0d6";
  7531. }
  7532. .fa-caret-down:before {
  7533. content: "\f0d7";
  7534. }
  7535. .fa-caret-up:before {
  7536. content: "\f0d8";
  7537. }
  7538. .fa-caret-left:before {
  7539. content: "\f0d9";
  7540. }
  7541. .fa-caret-right:before {
  7542. content: "\f0da";
  7543. }
  7544. .fa-columns:before {
  7545. content: "\f0db";
  7546. }
  7547. .fa-unsorted:before,
  7548. .fa-sort:before {
  7549. content: "\f0dc";
  7550. }
  7551. .fa-sort-down:before,
  7552. .fa-sort-desc:before {
  7553. content: "\f0dd";
  7554. }
  7555. .fa-sort-up:before,
  7556. .fa-sort-asc:before {
  7557. content: "\f0de";
  7558. }
  7559. .fa-envelope:before {
  7560. content: "\f0e0";
  7561. }
  7562. .fa-linkedin:before {
  7563. content: "\f0e1";
  7564. }
  7565. .fa-rotate-left:before,
  7566. .fa-undo:before {
  7567. content: "\f0e2";
  7568. }
  7569. .fa-legal:before,
  7570. .fa-gavel:before {
  7571. content: "\f0e3";
  7572. }
  7573. .fa-dashboard:before,
  7574. .fa-tachometer:before {
  7575. content: "\f0e4";
  7576. }
  7577. .fa-comment-o:before {
  7578. content: "\f0e5";
  7579. }
  7580. .fa-comments-o:before {
  7581. content: "\f0e6";
  7582. }
  7583. .fa-flash:before,
  7584. .fa-bolt:before {
  7585. content: "\f0e7";
  7586. }
  7587. .fa-sitemap:before {
  7588. content: "\f0e8";
  7589. }
  7590. .fa-umbrella:before {
  7591. content: "\f0e9";
  7592. }
  7593. .fa-paste:before,
  7594. .fa-clipboard:before {
  7595. content: "\f0ea";
  7596. }
  7597. .fa-lightbulb-o:before {
  7598. content: "\f0eb";
  7599. }
  7600. .fa-exchange:before {
  7601. content: "\f0ec";
  7602. }
  7603. .fa-cloud-download:before {
  7604. content: "\f0ed";
  7605. }
  7606. .fa-cloud-upload:before {
  7607. content: "\f0ee";
  7608. }
  7609. .fa-user-md:before {
  7610. content: "\f0f0";
  7611. }
  7612. .fa-stethoscope:before {
  7613. content: "\f0f1";
  7614. }
  7615. .fa-suitcase:before {
  7616. content: "\f0f2";
  7617. }
  7618. .fa-bell-o:before {
  7619. content: "\f0a2";
  7620. }
  7621. .fa-coffee:before {
  7622. content: "\f0f4";
  7623. }
  7624. .fa-cutlery:before {
  7625. content: "\f0f5";
  7626. }
  7627. .fa-file-text-o:before {
  7628. content: "\f0f6";
  7629. }
  7630. .fa-building-o:before {
  7631. content: "\f0f7";
  7632. }
  7633. .fa-hospital-o:before {
  7634. content: "\f0f8";
  7635. }
  7636. .fa-ambulance:before {
  7637. content: "\f0f9";
  7638. }
  7639. .fa-medkit:before {
  7640. content: "\f0fa";
  7641. }
  7642. .fa-fighter-jet:before {
  7643. content: "\f0fb";
  7644. }
  7645. .fa-beer:before {
  7646. content: "\f0fc";
  7647. }
  7648. .fa-h-square:before {
  7649. content: "\f0fd";
  7650. }
  7651. .fa-plus-square:before {
  7652. content: "\f0fe";
  7653. }
  7654. .fa-angle-double-left:before {
  7655. content: "\f100";
  7656. }
  7657. .fa-angle-double-right:before {
  7658. content: "\f101";
  7659. }
  7660. .fa-angle-double-up:before {
  7661. content: "\f102";
  7662. }
  7663. .fa-angle-double-down:before {
  7664. content: "\f103";
  7665. }
  7666. .fa-angle-left:before {
  7667. content: "\f104";
  7668. }
  7669. .fa-angle-right:before {
  7670. content: "\f105";
  7671. }
  7672. .fa-angle-up:before {
  7673. content: "\f106";
  7674. }
  7675. .fa-angle-down:before {
  7676. content: "\f107";
  7677. }
  7678. .fa-desktop:before {
  7679. content: "\f108";
  7680. }
  7681. .fa-laptop:before {
  7682. content: "\f109";
  7683. }
  7684. .fa-tablet:before {
  7685. content: "\f10a";
  7686. }
  7687. .fa-mobile-phone:before,
  7688. .fa-mobile:before {
  7689. content: "\f10b";
  7690. }
  7691. .fa-circle-o:before {
  7692. content: "\f10c";
  7693. }
  7694. .fa-quote-left:before {
  7695. content: "\f10d";
  7696. }
  7697. .fa-quote-right:before {
  7698. content: "\f10e";
  7699. }
  7700. .fa-spinner:before {
  7701. content: "\f110";
  7702. }
  7703. .fa-circle:before {
  7704. content: "\f111";
  7705. }
  7706. .fa-mail-reply:before,
  7707. .fa-reply:before {
  7708. content: "\f112";
  7709. }
  7710. .fa-github-alt:before {
  7711. content: "\f113";
  7712. }
  7713. .fa-folder-o:before {
  7714. content: "\f114";
  7715. }
  7716. .fa-folder-open-o:before {
  7717. content: "\f115";
  7718. }
  7719. .fa-smile-o:before {
  7720. content: "\f118";
  7721. }
  7722. .fa-frown-o:before {
  7723. content: "\f119";
  7724. }
  7725. .fa-meh-o:before {
  7726. content: "\f11a";
  7727. }
  7728. .fa-gamepad:before {
  7729. content: "\f11b";
  7730. }
  7731. .fa-keyboard-o:before {
  7732. content: "\f11c";
  7733. }
  7734. .fa-flag-o:before {
  7735. content: "\f11d";
  7736. }
  7737. .fa-flag-checkered:before {
  7738. content: "\f11e";
  7739. }
  7740. .fa-terminal:before {
  7741. content: "\f120";
  7742. }
  7743. .fa-code:before {
  7744. content: "\f121";
  7745. }
  7746. .fa-mail-reply-all:before,
  7747. .fa-reply-all:before {
  7748. content: "\f122";
  7749. }
  7750. .fa-star-half-empty:before,
  7751. .fa-star-half-full:before,
  7752. .fa-star-half-o:before {
  7753. content: "\f123";
  7754. }
  7755. .fa-location-arrow:before {
  7756. content: "\f124";
  7757. }
  7758. .fa-crop:before {
  7759. content: "\f125";
  7760. }
  7761. .fa-code-fork:before {
  7762. content: "\f126";
  7763. }
  7764. .fa-unlink:before,
  7765. .fa-chain-broken:before {
  7766. content: "\f127";
  7767. }
  7768. .fa-question:before {
  7769. content: "\f128";
  7770. }
  7771. .fa-info:before {
  7772. content: "\f129";
  7773. }
  7774. .fa-exclamation:before {
  7775. content: "\f12a";
  7776. }
  7777. .fa-superscript:before {
  7778. content: "\f12b";
  7779. }
  7780. .fa-subscript:before {
  7781. content: "\f12c";
  7782. }
  7783. .fa-eraser:before {
  7784. content: "\f12d";
  7785. }
  7786. .fa-puzzle-piece:before {
  7787. content: "\f12e";
  7788. }
  7789. .fa-microphone:before {
  7790. content: "\f130";
  7791. }
  7792. .fa-microphone-slash:before {
  7793. content: "\f131";
  7794. }
  7795. .fa-shield:before {
  7796. content: "\f132";
  7797. }
  7798. .fa-calendar-o:before {
  7799. content: "\f133";
  7800. }
  7801. .fa-fire-extinguisher:before {
  7802. content: "\f134";
  7803. }
  7804. .fa-rocket:before {
  7805. content: "\f135";
  7806. }
  7807. .fa-maxcdn:before {
  7808. content: "\f136";
  7809. }
  7810. .fa-chevron-circle-left:before {
  7811. content: "\f137";
  7812. }
  7813. .fa-chevron-circle-right:before {
  7814. content: "\f138";
  7815. }
  7816. .fa-chevron-circle-up:before {
  7817. content: "\f139";
  7818. }
  7819. .fa-chevron-circle-down:before {
  7820. content: "\f13a";
  7821. }
  7822. .fa-html5:before {
  7823. content: "\f13b";
  7824. }
  7825. .fa-css3:before {
  7826. content: "\f13c";
  7827. }
  7828. .fa-anchor:before {
  7829. content: "\f13d";
  7830. }
  7831. .fa-unlock-alt:before {
  7832. content: "\f13e";
  7833. }
  7834. .fa-bullseye:before {
  7835. content: "\f140";
  7836. }
  7837. .fa-ellipsis-h:before {
  7838. content: "\f141";
  7839. }
  7840. .fa-ellipsis-v:before {
  7841. content: "\f142";
  7842. }
  7843. .fa-rss-square:before {
  7844. content: "\f143";
  7845. }
  7846. .fa-play-circle:before {
  7847. content: "\f144";
  7848. }
  7849. .fa-ticket:before {
  7850. content: "\f145";
  7851. }
  7852. .fa-minus-square:before {
  7853. content: "\f146";
  7854. }
  7855. .fa-minus-square-o:before {
  7856. content: "\f147";
  7857. }
  7858. .fa-level-up:before {
  7859. content: "\f148";
  7860. }
  7861. .fa-level-down:before {
  7862. content: "\f149";
  7863. }
  7864. .fa-check-square:before {
  7865. content: "\f14a";
  7866. }
  7867. .fa-pencil-square:before {
  7868. content: "\f14b";
  7869. }
  7870. .fa-external-link-square:before {
  7871. content: "\f14c";
  7872. }
  7873. .fa-share-square:before {
  7874. content: "\f14d";
  7875. }
  7876. .fa-compass:before {
  7877. content: "\f14e";
  7878. }
  7879. .fa-toggle-down:before,
  7880. .fa-caret-square-o-down:before {
  7881. content: "\f150";
  7882. }
  7883. .fa-toggle-up:before,
  7884. .fa-caret-square-o-up:before {
  7885. content: "\f151";
  7886. }
  7887. .fa-toggle-right:before,
  7888. .fa-caret-square-o-right:before {
  7889. content: "\f152";
  7890. }
  7891. .fa-euro:before,
  7892. .fa-eur:before {
  7893. content: "\f153";
  7894. }
  7895. .fa-gbp:before {
  7896. content: "\f154";
  7897. }
  7898. .fa-dollar:before,
  7899. .fa-usd:before {
  7900. content: "\f155";
  7901. }
  7902. .fa-rupee:before,
  7903. .fa-inr:before {
  7904. content: "\f156";
  7905. }
  7906. .fa-cny:before,
  7907. .fa-rmb:before,
  7908. .fa-yen:before,
  7909. .fa-jpy:before {
  7910. content: "\f157";
  7911. }
  7912. .fa-ruble:before,
  7913. .fa-rouble:before,
  7914. .fa-rub:before {
  7915. content: "\f158";
  7916. }
  7917. .fa-won:before,
  7918. .fa-krw:before {
  7919. content: "\f159";
  7920. }
  7921. .fa-bitcoin:before,
  7922. .fa-btc:before {
  7923. content: "\f15a";
  7924. }
  7925. .fa-file:before {
  7926. content: "\f15b";
  7927. }
  7928. .fa-file-text:before {
  7929. content: "\f15c";
  7930. }
  7931. .fa-sort-alpha-asc:before {
  7932. content: "\f15d";
  7933. }
  7934. .fa-sort-alpha-desc:before {
  7935. content: "\f15e";
  7936. }
  7937. .fa-sort-amount-asc:before {
  7938. content: "\f160";
  7939. }
  7940. .fa-sort-amount-desc:before {
  7941. content: "\f161";
  7942. }
  7943. .fa-sort-numeric-asc:before {
  7944. content: "\f162";
  7945. }
  7946. .fa-sort-numeric-desc:before {
  7947. content: "\f163";
  7948. }
  7949. .fa-thumbs-up:before {
  7950. content: "\f164";
  7951. }
  7952. .fa-thumbs-down:before {
  7953. content: "\f165";
  7954. }
  7955. .fa-youtube-square:before {
  7956. content: "\f166";
  7957. }
  7958. .fa-youtube:before {
  7959. content: "\f167";
  7960. }
  7961. .fa-xing:before {
  7962. content: "\f168";
  7963. }
  7964. .fa-xing-square:before {
  7965. content: "\f169";
  7966. }
  7967. .fa-youtube-play:before {
  7968. content: "\f16a";
  7969. }
  7970. .fa-dropbox:before {
  7971. content: "\f16b";
  7972. }
  7973. .fa-stack-overflow:before {
  7974. content: "\f16c";
  7975. }
  7976. .fa-instagram:before {
  7977. content: "\f16d";
  7978. }
  7979. .fa-flickr:before {
  7980. content: "\f16e";
  7981. }
  7982. .fa-adn:before {
  7983. content: "\f170";
  7984. }
  7985. .fa-bitbucket:before {
  7986. content: "\f171";
  7987. }
  7988. .fa-bitbucket-square:before {
  7989. content: "\f172";
  7990. }
  7991. .fa-tumblr:before {
  7992. content: "\f173";
  7993. }
  7994. .fa-tumblr-square:before {
  7995. content: "\f174";
  7996. }
  7997. .fa-long-arrow-down:before {
  7998. content: "\f175";
  7999. }
  8000. .fa-long-arrow-up:before {
  8001. content: "\f176";
  8002. }
  8003. .fa-long-arrow-left:before {
  8004. content: "\f177";
  8005. }
  8006. .fa-long-arrow-right:before {
  8007. content: "\f178";
  8008. }
  8009. .fa-apple:before {
  8010. content: "\f179";
  8011. }
  8012. .fa-windows:before {
  8013. content: "\f17a";
  8014. }
  8015. .fa-android:before {
  8016. content: "\f17b";
  8017. }
  8018. .fa-linux:before {
  8019. content: "\f17c";
  8020. }
  8021. .fa-dribbble:before {
  8022. content: "\f17d";
  8023. }
  8024. .fa-skype:before {
  8025. content: "\f17e";
  8026. }
  8027. .fa-foursquare:before {
  8028. content: "\f180";
  8029. }
  8030. .fa-trello:before {
  8031. content: "\f181";
  8032. }
  8033. .fa-female:before {
  8034. content: "\f182";
  8035. }
  8036. .fa-male:before {
  8037. content: "\f183";
  8038. }
  8039. .fa-gittip:before,
  8040. .fa-gratipay:before {
  8041. content: "\f184";
  8042. }
  8043. .fa-sun-o:before {
  8044. content: "\f185";
  8045. }
  8046. .fa-moon-o:before {
  8047. content: "\f186";
  8048. }
  8049. .fa-archive:before {
  8050. content: "\f187";
  8051. }
  8052. .fa-bug:before {
  8053. content: "\f188";
  8054. }
  8055. .fa-vk:before {
  8056. content: "\f189";
  8057. }
  8058. .fa-weibo:before {
  8059. content: "\f18a";
  8060. }
  8061. .fa-renren:before {
  8062. content: "\f18b";
  8063. }
  8064. .fa-pagelines:before {
  8065. content: "\f18c";
  8066. }
  8067. .fa-stack-exchange:before {
  8068. content: "\f18d";
  8069. }
  8070. .fa-arrow-circle-o-right:before {
  8071. content: "\f18e";
  8072. }
  8073. .fa-arrow-circle-o-left:before {
  8074. content: "\f190";
  8075. }
  8076. .fa-toggle-left:before,
  8077. .fa-caret-square-o-left:before {
  8078. content: "\f191";
  8079. }
  8080. .fa-dot-circle-o:before {
  8081. content: "\f192";
  8082. }
  8083. .fa-wheelchair:before {
  8084. content: "\f193";
  8085. }
  8086. .fa-vimeo-square:before {
  8087. content: "\f194";
  8088. }
  8089. .fa-turkish-lira:before,
  8090. .fa-try:before {
  8091. content: "\f195";
  8092. }
  8093. .fa-plus-square-o:before {
  8094. content: "\f196";
  8095. }
  8096. .fa-space-shuttle:before {
  8097. content: "\f197";
  8098. }
  8099. .fa-slack:before {
  8100. content: "\f198";
  8101. }
  8102. .fa-envelope-square:before {
  8103. content: "\f199";
  8104. }
  8105. .fa-wordpress:before {
  8106. content: "\f19a";
  8107. }
  8108. .fa-openid:before {
  8109. content: "\f19b";
  8110. }
  8111. .fa-institution:before,
  8112. .fa-bank:before,
  8113. .fa-university:before {
  8114. content: "\f19c";
  8115. }
  8116. .fa-mortar-board:before,
  8117. .fa-graduation-cap:before {
  8118. content: "\f19d";
  8119. }
  8120. .fa-yahoo:before {
  8121. content: "\f19e";
  8122. }
  8123. .fa-google:before {
  8124. content: "\f1a0";
  8125. }
  8126. .fa-reddit:before {
  8127. content: "\f1a1";
  8128. }
  8129. .fa-reddit-square:before {
  8130. content: "\f1a2";
  8131. }
  8132. .fa-stumbleupon-circle:before {
  8133. content: "\f1a3";
  8134. }
  8135. .fa-stumbleupon:before {
  8136. content: "\f1a4";
  8137. }
  8138. .fa-delicious:before {
  8139. content: "\f1a5";
  8140. }
  8141. .fa-digg:before {
  8142. content: "\f1a6";
  8143. }
  8144. .fa-pied-piper-pp:before {
  8145. content: "\f1a7";
  8146. }
  8147. .fa-pied-piper-alt:before {
  8148. content: "\f1a8";
  8149. }
  8150. .fa-drupal:before {
  8151. content: "\f1a9";
  8152. }
  8153. .fa-joomla:before {
  8154. content: "\f1aa";
  8155. }
  8156. .fa-language:before {
  8157. content: "\f1ab";
  8158. }
  8159. .fa-fax:before {
  8160. content: "\f1ac";
  8161. }
  8162. .fa-building:before {
  8163. content: "\f1ad";
  8164. }
  8165. .fa-child:before {
  8166. content: "\f1ae";
  8167. }
  8168. .fa-paw:before {
  8169. content: "\f1b0";
  8170. }
  8171. .fa-spoon:before {
  8172. content: "\f1b1";
  8173. }
  8174. .fa-cube:before {
  8175. content: "\f1b2";
  8176. }
  8177. .fa-cubes:before {
  8178. content: "\f1b3";
  8179. }
  8180. .fa-behance:before {
  8181. content: "\f1b4";
  8182. }
  8183. .fa-behance-square:before {
  8184. content: "\f1b5";
  8185. }
  8186. .fa-steam:before {
  8187. content: "\f1b6";
  8188. }
  8189. .fa-steam-square:before {
  8190. content: "\f1b7";
  8191. }
  8192. .fa-recycle:before {
  8193. content: "\f1b8";
  8194. }
  8195. .fa-automobile:before,
  8196. .fa-car:before {
  8197. content: "\f1b9";
  8198. }
  8199. .fa-cab:before,
  8200. .fa-taxi:before {
  8201. content: "\f1ba";
  8202. }
  8203. .fa-tree:before {
  8204. content: "\f1bb";
  8205. }
  8206. .fa-spotify:before {
  8207. content: "\f1bc";
  8208. }
  8209. .fa-deviantart:before {
  8210. content: "\f1bd";
  8211. }
  8212. .fa-soundcloud:before {
  8213. content: "\f1be";
  8214. }
  8215. .fa-database:before {
  8216. content: "\f1c0";
  8217. }
  8218. .fa-file-pdf-o:before {
  8219. content: "\f1c1";
  8220. }
  8221. .fa-file-word-o:before {
  8222. content: "\f1c2";
  8223. }
  8224. .fa-file-excel-o:before {
  8225. content: "\f1c3";
  8226. }
  8227. .fa-file-powerpoint-o:before {
  8228. content: "\f1c4";
  8229. }
  8230. .fa-file-photo-o:before,
  8231. .fa-file-picture-o:before,
  8232. .fa-file-image-o:before {
  8233. content: "\f1c5";
  8234. }
  8235. .fa-file-zip-o:before,
  8236. .fa-file-archive-o:before {
  8237. content: "\f1c6";
  8238. }
  8239. .fa-file-sound-o:before,
  8240. .fa-file-audio-o:before {
  8241. content: "\f1c7";
  8242. }
  8243. .fa-file-movie-o:before,
  8244. .fa-file-video-o:before {
  8245. content: "\f1c8";
  8246. }
  8247. .fa-file-code-o:before {
  8248. content: "\f1c9";
  8249. }
  8250. .fa-vine:before {
  8251. content: "\f1ca";
  8252. }
  8253. .fa-codepen:before {
  8254. content: "\f1cb";
  8255. }
  8256. .fa-jsfiddle:before {
  8257. content: "\f1cc";
  8258. }
  8259. .fa-life-bouy:before,
  8260. .fa-life-buoy:before,
  8261. .fa-life-saver:before,
  8262. .fa-support:before,
  8263. .fa-life-ring:before {
  8264. content: "\f1cd";
  8265. }
  8266. .fa-circle-o-notch:before {
  8267. content: "\f1ce";
  8268. }
  8269. .fa-ra:before,
  8270. .fa-resistance:before,
  8271. .fa-rebel:before {
  8272. content: "\f1d0";
  8273. }
  8274. .fa-ge:before,
  8275. .fa-empire:before {
  8276. content: "\f1d1";
  8277. }
  8278. .fa-git-square:before {
  8279. content: "\f1d2";
  8280. }
  8281. .fa-git:before {
  8282. content: "\f1d3";
  8283. }
  8284. .fa-y-combinator-square:before,
  8285. .fa-yc-square:before,
  8286. .fa-hacker-news:before {
  8287. content: "\f1d4";
  8288. }
  8289. .fa-tencent-weibo:before {
  8290. content: "\f1d5";
  8291. }
  8292. .fa-qq:before {
  8293. content: "\f1d6";
  8294. }
  8295. .fa-wechat:before,
  8296. .fa-weixin:before {
  8297. content: "\f1d7";
  8298. }
  8299. .fa-send:before,
  8300. .fa-paper-plane:before {
  8301. content: "\f1d8";
  8302. }
  8303. .fa-send-o:before,
  8304. .fa-paper-plane-o:before {
  8305. content: "\f1d9";
  8306. }
  8307. .fa-history:before {
  8308. content: "\f1da";
  8309. }
  8310. .fa-circle-thin:before {
  8311. content: "\f1db";
  8312. }
  8313. .fa-header:before {
  8314. content: "\f1dc";
  8315. }
  8316. .fa-paragraph:before {
  8317. content: "\f1dd";
  8318. }
  8319. .fa-sliders:before {
  8320. content: "\f1de";
  8321. }
  8322. .fa-share-alt:before {
  8323. content: "\f1e0";
  8324. }
  8325. .fa-share-alt-square:before {
  8326. content: "\f1e1";
  8327. }
  8328. .fa-bomb:before {
  8329. content: "\f1e2";
  8330. }
  8331. .fa-soccer-ball-o:before,
  8332. .fa-futbol-o:before {
  8333. content: "\f1e3";
  8334. }
  8335. .fa-tty:before {
  8336. content: "\f1e4";
  8337. }
  8338. .fa-binoculars:before {
  8339. content: "\f1e5";
  8340. }
  8341. .fa-plug:before {
  8342. content: "\f1e6";
  8343. }
  8344. .fa-slideshare:before {
  8345. content: "\f1e7";
  8346. }
  8347. .fa-twitch:before {
  8348. content: "\f1e8";
  8349. }
  8350. .fa-yelp:before {
  8351. content: "\f1e9";
  8352. }
  8353. .fa-newspaper-o:before {
  8354. content: "\f1ea";
  8355. }
  8356. .fa-wifi:before {
  8357. content: "\f1eb";
  8358. }
  8359. .fa-calculator:before {
  8360. content: "\f1ec";
  8361. }
  8362. .fa-paypal:before {
  8363. content: "\f1ed";
  8364. }
  8365. .fa-google-wallet:before {
  8366. content: "\f1ee";
  8367. }
  8368. .fa-cc-visa:before {
  8369. content: "\f1f0";
  8370. }
  8371. .fa-cc-mastercard:before {
  8372. content: "\f1f1";
  8373. }
  8374. .fa-cc-discover:before {
  8375. content: "\f1f2";
  8376. }
  8377. .fa-cc-amex:before {
  8378. content: "\f1f3";
  8379. }
  8380. .fa-cc-paypal:before {
  8381. content: "\f1f4";
  8382. }
  8383. .fa-cc-stripe:before {
  8384. content: "\f1f5";
  8385. }
  8386. .fa-bell-slash:before {
  8387. content: "\f1f6";
  8388. }
  8389. .fa-bell-slash-o:before {
  8390. content: "\f1f7";
  8391. }
  8392. .fa-trash:before {
  8393. content: "\f1f8";
  8394. }
  8395. .fa-copyright:before {
  8396. content: "\f1f9";
  8397. }
  8398. .fa-at:before {
  8399. content: "\f1fa";
  8400. }
  8401. .fa-eyedropper:before {
  8402. content: "\f1fb";
  8403. }
  8404. .fa-paint-brush:before {
  8405. content: "\f1fc";
  8406. }
  8407. .fa-birthday-cake:before {
  8408. content: "\f1fd";
  8409. }
  8410. .fa-area-chart:before {
  8411. content: "\f1fe";
  8412. }
  8413. .fa-pie-chart:before {
  8414. content: "\f200";
  8415. }
  8416. .fa-line-chart:before {
  8417. content: "\f201";
  8418. }
  8419. .fa-lastfm:before {
  8420. content: "\f202";
  8421. }
  8422. .fa-lastfm-square:before {
  8423. content: "\f203";
  8424. }
  8425. .fa-toggle-off:before {
  8426. content: "\f204";
  8427. }
  8428. .fa-toggle-on:before {
  8429. content: "\f205";
  8430. }
  8431. .fa-bicycle:before {
  8432. content: "\f206";
  8433. }
  8434. .fa-bus:before {
  8435. content: "\f207";
  8436. }
  8437. .fa-ioxhost:before {
  8438. content: "\f208";
  8439. }
  8440. .fa-angellist:before {
  8441. content: "\f209";
  8442. }
  8443. .fa-cc:before {
  8444. content: "\f20a";
  8445. }
  8446. .fa-shekel:before,
  8447. .fa-sheqel:before,
  8448. .fa-ils:before {
  8449. content: "\f20b";
  8450. }
  8451. .fa-meanpath:before {
  8452. content: "\f20c";
  8453. }
  8454. .fa-buysellads:before {
  8455. content: "\f20d";
  8456. }
  8457. .fa-connectdevelop:before {
  8458. content: "\f20e";
  8459. }
  8460. .fa-dashcube:before {
  8461. content: "\f210";
  8462. }
  8463. .fa-forumbee:before {
  8464. content: "\f211";
  8465. }
  8466. .fa-leanpub:before {
  8467. content: "\f212";
  8468. }
  8469. .fa-sellsy:before {
  8470. content: "\f213";
  8471. }
  8472. .fa-shirtsinbulk:before {
  8473. content: "\f214";
  8474. }
  8475. .fa-simplybuilt:before {
  8476. content: "\f215";
  8477. }
  8478. .fa-skyatlas:before {
  8479. content: "\f216";
  8480. }
  8481. .fa-cart-plus:before {
  8482. content: "\f217";
  8483. }
  8484. .fa-cart-arrow-down:before {
  8485. content: "\f218";
  8486. }
  8487. .fa-diamond:before {
  8488. content: "\f219";
  8489. }
  8490. .fa-ship:before {
  8491. content: "\f21a";
  8492. }
  8493. .fa-user-secret:before {
  8494. content: "\f21b";
  8495. }
  8496. .fa-motorcycle:before {
  8497. content: "\f21c";
  8498. }
  8499. .fa-street-view:before {
  8500. content: "\f21d";
  8501. }
  8502. .fa-heartbeat:before {
  8503. content: "\f21e";
  8504. }
  8505. .fa-venus:before {
  8506. content: "\f221";
  8507. }
  8508. .fa-mars:before {
  8509. content: "\f222";
  8510. }
  8511. .fa-mercury:before {
  8512. content: "\f223";
  8513. }
  8514. .fa-intersex:before,
  8515. .fa-transgender:before {
  8516. content: "\f224";
  8517. }
  8518. .fa-transgender-alt:before {
  8519. content: "\f225";
  8520. }
  8521. .fa-venus-double:before {
  8522. content: "\f226";
  8523. }
  8524. .fa-mars-double:before {
  8525. content: "\f227";
  8526. }
  8527. .fa-venus-mars:before {
  8528. content: "\f228";
  8529. }
  8530. .fa-mars-stroke:before {
  8531. content: "\f229";
  8532. }
  8533. .fa-mars-stroke-v:before {
  8534. content: "\f22a";
  8535. }
  8536. .fa-mars-stroke-h:before {
  8537. content: "\f22b";
  8538. }
  8539. .fa-neuter:before {
  8540. content: "\f22c";
  8541. }
  8542. .fa-genderless:before {
  8543. content: "\f22d";
  8544. }
  8545. .fa-facebook-official:before {
  8546. content: "\f230";
  8547. }
  8548. .fa-pinterest-p:before {
  8549. content: "\f231";
  8550. }
  8551. .fa-whatsapp:before {
  8552. content: "\f232";
  8553. }
  8554. .fa-server:before {
  8555. content: "\f233";
  8556. }
  8557. .fa-user-plus:before {
  8558. content: "\f234";
  8559. }
  8560. .fa-user-times:before {
  8561. content: "\f235";
  8562. }
  8563. .fa-hotel:before,
  8564. .fa-bed:before {
  8565. content: "\f236";
  8566. }
  8567. .fa-viacoin:before {
  8568. content: "\f237";
  8569. }
  8570. .fa-train:before {
  8571. content: "\f238";
  8572. }
  8573. .fa-subway:before {
  8574. content: "\f239";
  8575. }
  8576. .fa-medium:before {
  8577. content: "\f23a";
  8578. }
  8579. .fa-yc:before,
  8580. .fa-y-combinator:before {
  8581. content: "\f23b";
  8582. }
  8583. .fa-optin-monster:before {
  8584. content: "\f23c";
  8585. }
  8586. .fa-opencart:before {
  8587. content: "\f23d";
  8588. }
  8589. .fa-expeditedssl:before {
  8590. content: "\f23e";
  8591. }
  8592. .fa-battery-4:before,
  8593. .fa-battery:before,
  8594. .fa-battery-full:before {
  8595. content: "\f240";
  8596. }
  8597. .fa-battery-3:before,
  8598. .fa-battery-three-quarters:before {
  8599. content: "\f241";
  8600. }
  8601. .fa-battery-2:before,
  8602. .fa-battery-half:before {
  8603. content: "\f242";
  8604. }
  8605. .fa-battery-1:before,
  8606. .fa-battery-quarter:before {
  8607. content: "\f243";
  8608. }
  8609. .fa-battery-0:before,
  8610. .fa-battery-empty:before {
  8611. content: "\f244";
  8612. }
  8613. .fa-mouse-pointer:before {
  8614. content: "\f245";
  8615. }
  8616. .fa-i-cursor:before {
  8617. content: "\f246";
  8618. }
  8619. .fa-object-group:before {
  8620. content: "\f247";
  8621. }
  8622. .fa-object-ungroup:before {
  8623. content: "\f248";
  8624. }
  8625. .fa-sticky-note:before {
  8626. content: "\f249";
  8627. }
  8628. .fa-sticky-note-o:before {
  8629. content: "\f24a";
  8630. }
  8631. .fa-cc-jcb:before {
  8632. content: "\f24b";
  8633. }
  8634. .fa-cc-diners-club:before {
  8635. content: "\f24c";
  8636. }
  8637. .fa-clone:before {
  8638. content: "\f24d";
  8639. }
  8640. .fa-balance-scale:before {
  8641. content: "\f24e";
  8642. }
  8643. .fa-hourglass-o:before {
  8644. content: "\f250";
  8645. }
  8646. .fa-hourglass-1:before,
  8647. .fa-hourglass-start:before {
  8648. content: "\f251";
  8649. }
  8650. .fa-hourglass-2:before,
  8651. .fa-hourglass-half:before {
  8652. content: "\f252";
  8653. }
  8654. .fa-hourglass-3:before,
  8655. .fa-hourglass-end:before {
  8656. content: "\f253";
  8657. }
  8658. .fa-hourglass:before {
  8659. content: "\f254";
  8660. }
  8661. .fa-hand-grab-o:before,
  8662. .fa-hand-rock-o:before {
  8663. content: "\f255";
  8664. }
  8665. .fa-hand-stop-o:before,
  8666. .fa-hand-paper-o:before {
  8667. content: "\f256";
  8668. }
  8669. .fa-hand-scissors-o:before {
  8670. content: "\f257";
  8671. }
  8672. .fa-hand-lizard-o:before {
  8673. content: "\f258";
  8674. }
  8675. .fa-hand-spock-o:before {
  8676. content: "\f259";
  8677. }
  8678. .fa-hand-pointer-o:before {
  8679. content: "\f25a";
  8680. }
  8681. .fa-hand-peace-o:before {
  8682. content: "\f25b";
  8683. }
  8684. .fa-trademark:before {
  8685. content: "\f25c";
  8686. }
  8687. .fa-registered:before {
  8688. content: "\f25d";
  8689. }
  8690. .fa-creative-commons:before {
  8691. content: "\f25e";
  8692. }
  8693. .fa-gg:before {
  8694. content: "\f260";
  8695. }
  8696. .fa-gg-circle:before {
  8697. content: "\f261";
  8698. }
  8699. .fa-tripadvisor:before {
  8700. content: "\f262";
  8701. }
  8702. .fa-odnoklassniki:before {
  8703. content: "\f263";
  8704. }
  8705. .fa-odnoklassniki-square:before {
  8706. content: "\f264";
  8707. }
  8708. .fa-get-pocket:before {
  8709. content: "\f265";
  8710. }
  8711. .fa-wikipedia-w:before {
  8712. content: "\f266";
  8713. }
  8714. .fa-safari:before {
  8715. content: "\f267";
  8716. }
  8717. .fa-chrome:before {
  8718. content: "\f268";
  8719. }
  8720. .fa-firefox:before {
  8721. content: "\f269";
  8722. }
  8723. .fa-opera:before {
  8724. content: "\f26a";
  8725. }
  8726. .fa-internet-explorer:before {
  8727. content: "\f26b";
  8728. }
  8729. .fa-tv:before,
  8730. .fa-television:before {
  8731. content: "\f26c";
  8732. }
  8733. .fa-contao:before {
  8734. content: "\f26d";
  8735. }
  8736. .fa-500px:before {
  8737. content: "\f26e";
  8738. }
  8739. .fa-amazon:before {
  8740. content: "\f270";
  8741. }
  8742. .fa-calendar-plus-o:before {
  8743. content: "\f271";
  8744. }
  8745. .fa-calendar-minus-o:before {
  8746. content: "\f272";
  8747. }
  8748. .fa-calendar-times-o:before {
  8749. content: "\f273";
  8750. }
  8751. .fa-calendar-check-o:before {
  8752. content: "\f274";
  8753. }
  8754. .fa-industry:before {
  8755. content: "\f275";
  8756. }
  8757. .fa-map-pin:before {
  8758. content: "\f276";
  8759. }
  8760. .fa-map-signs:before {
  8761. content: "\f277";
  8762. }
  8763. .fa-map-o:before {
  8764. content: "\f278";
  8765. }
  8766. .fa-map:before {
  8767. content: "\f279";
  8768. }
  8769. .fa-commenting:before {
  8770. content: "\f27a";
  8771. }
  8772. .fa-commenting-o:before {
  8773. content: "\f27b";
  8774. }
  8775. .fa-houzz:before {
  8776. content: "\f27c";
  8777. }
  8778. .fa-vimeo:before {
  8779. content: "\f27d";
  8780. }
  8781. .fa-black-tie:before {
  8782. content: "\f27e";
  8783. }
  8784. .fa-fonticons:before {
  8785. content: "\f280";
  8786. }
  8787. .fa-reddit-alien:before {
  8788. content: "\f281";
  8789. }
  8790. .fa-edge:before {
  8791. content: "\f282";
  8792. }
  8793. .fa-credit-card-alt:before {
  8794. content: "\f283";
  8795. }
  8796. .fa-codiepie:before {
  8797. content: "\f284";
  8798. }
  8799. .fa-modx:before {
  8800. content: "\f285";
  8801. }
  8802. .fa-fort-awesome:before {
  8803. content: "\f286";
  8804. }
  8805. .fa-usb:before {
  8806. content: "\f287";
  8807. }
  8808. .fa-product-hunt:before {
  8809. content: "\f288";
  8810. }
  8811. .fa-mixcloud:before {
  8812. content: "\f289";
  8813. }
  8814. .fa-scribd:before {
  8815. content: "\f28a";
  8816. }
  8817. .fa-pause-circle:before {
  8818. content: "\f28b";
  8819. }
  8820. .fa-pause-circle-o:before {
  8821. content: "\f28c";
  8822. }
  8823. .fa-stop-circle:before {
  8824. content: "\f28d";
  8825. }
  8826. .fa-stop-circle-o:before {
  8827. content: "\f28e";
  8828. }
  8829. .fa-shopping-bag:before {
  8830. content: "\f290";
  8831. }
  8832. .fa-shopping-basket:before {
  8833. content: "\f291";
  8834. }
  8835. .fa-hashtag:before {
  8836. content: "\f292";
  8837. }
  8838. .fa-bluetooth:before {
  8839. content: "\f293";
  8840. }
  8841. .fa-bluetooth-b:before {
  8842. content: "\f294";
  8843. }
  8844. .fa-percent:before {
  8845. content: "\f295";
  8846. }
  8847. .fa-gitlab:before {
  8848. content: "\f296";
  8849. }
  8850. .fa-wpbeginner:before {
  8851. content: "\f297";
  8852. }
  8853. .fa-wpforms:before {
  8854. content: "\f298";
  8855. }
  8856. .fa-envira:before {
  8857. content: "\f299";
  8858. }
  8859. .fa-universal-access:before {
  8860. content: "\f29a";
  8861. }
  8862. .fa-wheelchair-alt:before {
  8863. content: "\f29b";
  8864. }
  8865. .fa-question-circle-o:before {
  8866. content: "\f29c";
  8867. }
  8868. .fa-blind:before {
  8869. content: "\f29d";
  8870. }
  8871. .fa-audio-description:before {
  8872. content: "\f29e";
  8873. }
  8874. .fa-volume-control-phone:before {
  8875. content: "\f2a0";
  8876. }
  8877. .fa-braille:before {
  8878. content: "\f2a1";
  8879. }
  8880. .fa-assistive-listening-systems:before {
  8881. content: "\f2a2";
  8882. }
  8883. .fa-asl-interpreting:before,
  8884. .fa-american-sign-language-interpreting:before {
  8885. content: "\f2a3";
  8886. }
  8887. .fa-deafness:before,
  8888. .fa-hard-of-hearing:before,
  8889. .fa-deaf:before {
  8890. content: "\f2a4";
  8891. }
  8892. .fa-glide:before {
  8893. content: "\f2a5";
  8894. }
  8895. .fa-glide-g:before {
  8896. content: "\f2a6";
  8897. }
  8898. .fa-signing:before,
  8899. .fa-sign-language:before {
  8900. content: "\f2a7";
  8901. }
  8902. .fa-low-vision:before {
  8903. content: "\f2a8";
  8904. }
  8905. .fa-viadeo:before {
  8906. content: "\f2a9";
  8907. }
  8908. .fa-viadeo-square:before {
  8909. content: "\f2aa";
  8910. }
  8911. .fa-snapchat:before {
  8912. content: "\f2ab";
  8913. }
  8914. .fa-snapchat-ghost:before {
  8915. content: "\f2ac";
  8916. }
  8917. .fa-snapchat-square:before {
  8918. content: "\f2ad";
  8919. }
  8920. .fa-pied-piper:before {
  8921. content: "\f2ae";
  8922. }
  8923. .fa-first-order:before {
  8924. content: "\f2b0";
  8925. }
  8926. .fa-yoast:before {
  8927. content: "\f2b1";
  8928. }
  8929. .fa-themeisle:before {
  8930. content: "\f2b2";
  8931. }
  8932. .fa-google-plus-circle:before,
  8933. .fa-google-plus-official:before {
  8934. content: "\f2b3";
  8935. }
  8936. .fa-fa:before,
  8937. .fa-font-awesome:before {
  8938. content: "\f2b4";
  8939. }
  8940. .fa-handshake-o:before {
  8941. content: "\f2b5";
  8942. }
  8943. .fa-envelope-open:before {
  8944. content: "\f2b6";
  8945. }
  8946. .fa-envelope-open-o:before {
  8947. content: "\f2b7";
  8948. }
  8949. .fa-linode:before {
  8950. content: "\f2b8";
  8951. }
  8952. .fa-address-book:before {
  8953. content: "\f2b9";
  8954. }
  8955. .fa-address-book-o:before {
  8956. content: "\f2ba";
  8957. }
  8958. .fa-vcard:before,
  8959. .fa-address-card:before {
  8960. content: "\f2bb";
  8961. }
  8962. .fa-vcard-o:before,
  8963. .fa-address-card-o:before {
  8964. content: "\f2bc";
  8965. }
  8966. .fa-user-circle:before {
  8967. content: "\f2bd";
  8968. }
  8969. .fa-user-circle-o:before {
  8970. content: "\f2be";
  8971. }
  8972. .fa-user-o:before {
  8973. content: "\f2c0";
  8974. }
  8975. .fa-id-badge:before {
  8976. content: "\f2c1";
  8977. }
  8978. .fa-drivers-license:before,
  8979. .fa-id-card:before {
  8980. content: "\f2c2";
  8981. }
  8982. .fa-drivers-license-o:before,
  8983. .fa-id-card-o:before {
  8984. content: "\f2c3";
  8985. }
  8986. .fa-quora:before {
  8987. content: "\f2c4";
  8988. }
  8989. .fa-free-code-camp:before {
  8990. content: "\f2c5";
  8991. }
  8992. .fa-telegram:before {
  8993. content: "\f2c6";
  8994. }
  8995. .fa-thermometer-4:before,
  8996. .fa-thermometer:before,
  8997. .fa-thermometer-full:before {
  8998. content: "\f2c7";
  8999. }
  9000. .fa-thermometer-3:before,
  9001. .fa-thermometer-three-quarters:before {
  9002. content: "\f2c8";
  9003. }
  9004. .fa-thermometer-2:before,
  9005. .fa-thermometer-half:before {
  9006. content: "\f2c9";
  9007. }
  9008. .fa-thermometer-1:before,
  9009. .fa-thermometer-quarter:before {
  9010. content: "\f2ca";
  9011. }
  9012. .fa-thermometer-0:before,
  9013. .fa-thermometer-empty:before {
  9014. content: "\f2cb";
  9015. }
  9016. .fa-shower:before {
  9017. content: "\f2cc";
  9018. }
  9019. .fa-bathtub:before,
  9020. .fa-s15:before,
  9021. .fa-bath:before {
  9022. content: "\f2cd";
  9023. }
  9024. .fa-podcast:before {
  9025. content: "\f2ce";
  9026. }
  9027. .fa-window-maximize:before {
  9028. content: "\f2d0";
  9029. }
  9030. .fa-window-minimize:before {
  9031. content: "\f2d1";
  9032. }
  9033. .fa-window-restore:before {
  9034. content: "\f2d2";
  9035. }
  9036. .fa-times-rectangle:before,
  9037. .fa-window-close:before {
  9038. content: "\f2d3";
  9039. }
  9040. .fa-times-rectangle-o:before,
  9041. .fa-window-close-o:before {
  9042. content: "\f2d4";
  9043. }
  9044. .fa-bandcamp:before {
  9045. content: "\f2d5";
  9046. }
  9047. .fa-grav:before {
  9048. content: "\f2d6";
  9049. }
  9050. .fa-etsy:before {
  9051. content: "\f2d7";
  9052. }
  9053. .fa-imdb:before {
  9054. content: "\f2d8";
  9055. }
  9056. .fa-ravelry:before {
  9057. content: "\f2d9";
  9058. }
  9059. .fa-eercast:before {
  9060. content: "\f2da";
  9061. }
  9062. .fa-microchip:before {
  9063. content: "\f2db";
  9064. }
  9065. .fa-snowflake-o:before {
  9066. content: "\f2dc";
  9067. }
  9068. .fa-superpowers:before {
  9069. content: "\f2dd";
  9070. }
  9071. .fa-wpexplorer:before {
  9072. content: "\f2de";
  9073. }
  9074. .fa-meetup:before {
  9075. content: "\f2e0";
  9076. }
  9077. .sr-only {
  9078. position: absolute;
  9079. width: 1px;
  9080. height: 1px;
  9081. padding: 0;
  9082. margin: -1px;
  9083. overflow: hidden;
  9084. clip: rect(0, 0, 0, 0);
  9085. border: 0;
  9086. }
  9087. .sr-only-focusable:active,
  9088. .sr-only-focusable:focus {
  9089. position: static;
  9090. width: auto;
  9091. height: auto;
  9092. margin: 0;
  9093. overflow: visible;
  9094. clip: auto;
  9095. }
  9096.  
  9097. /**
  9098. * WHMCS Bootstrap Override Sheet
  9099. *
  9100. * These styles override Bootstrap's defaults.
  9101. *
  9102. * @author WHMCS Limited <development@whmcs.com>
  9103. * @copyright Copyright (c) WHMCS Limited 2005-2016
  9104. * @license http://www.whmcs.com/license/
  9105. */
  9106.  
  9107. body,
  9108. input,
  9109. button,
  9110. select,
  9111. textarea {
  9112. font-family: "Open Sans", Verdana, Tahoma, serif;
  9113. color: #333333;
  9114. }
  9115.  
  9116. h1,
  9117. h2,
  9118. h3,
  9119. h4,
  9120. h5,
  9121. h6 {
  9122. font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  9123. font-weight: 700;
  9124. }
  9125.  
  9126. .container-fluid.without-padding {
  9127. padding-left: 0;
  9128. padding-right: 0;
  9129. overflow-x: hidden;
  9130. }
  9131.  
  9132. .navbar-main {
  9133. margin-bottom: 0;
  9134. background-color: #0e5077;
  9135. border: 0;
  9136. min-height: 38px;
  9137. font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  9138. font-size: 15px;
  9139. }
  9140. .navbar-main li.account {
  9141. background-color: #043d5f;
  9142. }
  9143.  
  9144. .navbar-main .navbar-nav > li > a {
  9145. color: #fff;
  9146. }
  9147.  
  9148. .navbar-main .navbar-nav > li > a {
  9149. padding-top: 9px;
  9150. padding-bottom: 9px;
  9151. }
  9152.  
  9153. .navbar-main .navbar-nav > li > a:hover,
  9154. .navbar-main .navbar-nav > li > a:focus,
  9155. .navbar-main .navbar-nav > .active > a,
  9156. .navbar-main .navbar-nav > .active > a:hover,
  9157. .navbar-main .navbar-nav > .active > a:focus,
  9158. .navbar-main .navbar-nav > .open > a,
  9159. .navbar-main .navbar-nav > .open > a:hover,
  9160. .navbar-main .navbar-nav > .open > a:focus {
  9161. color: #eee;
  9162. background-color: #043d5f;
  9163. }
  9164.  
  9165. #main-menu .navbar-nav {
  9166. margin-left: -15px;
  9167. margin-right: -15px;
  9168. }
  9169.  
  9170. .navbar-main .dropdown-menu {
  9171. padding: 3px 0;
  9172. border-top: 0;
  9173. border-radius: 0;
  9174. }
  9175. .navbar-main .navbar-nav .dropdown-menu > li > a:hover,
  9176. .navbar-main .navbar-nav .dropdown-menu > li > a:focus,
  9177. .navbar-main .navbar-nav .dropdown-menu > .active > a,
  9178. .navbar-main .navbar-nav .dropdown-menu > .active > a:hover,
  9179. .navbar-main .navbar-nav .dropdown-menu > .active > a:focus,
  9180. .navbar-main .navbar-nav .dropdown-menu > .open > a,
  9181. .navbar-main .navbar-nav .dropdown-menu > .open > a:hover,
  9182. .navbar-main .navbar-nav .dropdown-menu > .open > a:focus {
  9183. color: #333;
  9184. background-color: #eee;
  9185. }
  9186.  
  9187. @media (max-width: 767px) {
  9188. .navbar-main .navbar-nav .open .dropdown-menu > li > a {
  9189. color: #ddd;
  9190. }
  9191. .navbar-main .navbar-nav .open .dropdown-menu > li > a:hover {
  9192. color: #fff;
  9193. }
  9194. }
  9195.  
  9196. @media (max-width: 991px) {
  9197. .navbar-header {
  9198. float: none;
  9199. }
  9200. .navbar-left,.navbar-right {
  9201. float: none !important;
  9202. }
  9203. .navbar-toggle {
  9204. display: block;
  9205. }
  9206. .navbar-collapse {
  9207. border-top: 1px solid transparent;
  9208. box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  9209. }
  9210. .navbar-fixed-top {
  9211. top: 0;
  9212. border-width: 0 0 1px;
  9213. }
  9214. .navbar-collapse.collapse {
  9215. display: none!important;
  9216. }
  9217. .navbar-nav {
  9218. float: none!important;
  9219. margin-top: 7px;
  9220. }
  9221. .navbar-nav>li {
  9222. float: none;
  9223. }
  9224. .navbar-nav>li>a {
  9225. padding-top: 10px;
  9226. padding-bottom: 10px;
  9227. }
  9228. .collapse.in{
  9229. display:block !important;
  9230. margin-bottom: 10px;
  9231. }
  9232. }
  9233.  
  9234. .panel {
  9235. font-size: 0.9em;
  9236. }
  9237.  
  9238. .list-group {
  9239. font-size: 0.9em;
  9240. }
  9241. .list-group-item {
  9242. border-color: #f5f5f5;
  9243. }
  9244. .list-group-item .badge {
  9245. background-color: transparent;
  9246. color: #666;
  9247. }
  9248. a.list-group-item.active,
  9249. a.list-group-item.active:hover,
  9250. a.list-group-item.active:focus {
  9251. background-color: #465054;
  9252. border-color: #465054;
  9253. }
  9254.  
  9255.  
  9256. .pagination {
  9257. font-size: 0.8em;
  9258. }
  9259.  
  9260. .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  9261. color: white;
  9262. background-color: #006687;
  9263. border-color: #006687;
  9264. }
  9265.  
  9266. .navbar-main .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  9267. text-decoration: none;
  9268. color: #fff;
  9269. background-color: #006687;
  9270. }
  9271.  
  9272. .label {
  9273. border-radius: 0;
  9274. }
  9275.  
  9276. input[type='file'].form-control {
  9277. height: inherit;
  9278. margin-bottom: 5px;
  9279. }
  9280.  
  9281. .list-group-item {
  9282. padding: 7px 15px;
  9283. }
  9284. .panel-body {
  9285. padding: 10px 15px;
  9286. }
  9287.  
  9288. /*
  9289. * We use a larger font-size than the bootstrap default, which requires an increase
  9290. * in the top offset to maintain correct alignment in form control feedback.
  9291. */
  9292. .has-feedback label ~ .form-control-feedback {
  9293. top: 27px !important;
  9294. }
  9295.  
  9296. .list-group-item > i.fa.fa-circle-o {
  9297. color: #808080;
  9298. }
  9299.  
  9300. /*
  9301. * Language strings which are too long to fit into buttons should be "chopped off" inside the div
  9302. * of that button, instead of "overflowing" outside of the button. CORE-9272
  9303. */
  9304. .btn {
  9305. overflow: hidden;
  9306. }
  9307.  
  9308. /**
  9309. * WHMCS Main Style Sheet
  9310. *
  9311. * Additional styles for WHMCS beyond Bootstrap
  9312. *
  9313. * This stylesheet contains all the customized styling used
  9314. * by WHMCS. Overrides to Bootstrap styles can be found in
  9315. * overrides.css.
  9316. *
  9317. * @project WHMCS
  9318. * @cssdoc version 1.0-pre
  9319. * @package WHMCS
  9320. * @author WHMCS Limited <development@whmcs.com>
  9321. * @copyright Copyright (c) WHMCS Limited 2005-2015
  9322. * @license http://www.whmcs.com/license/
  9323. * @link http://www.whmcs.com/
  9324. */
  9325.  
  9326. html,body {
  9327. height: 100%;
  9328. }
  9329.  
  9330. body {
  9331. background-color: #f8f8f8;
  9332. }
  9333.  
  9334. h1, h2, h3, h4, h5, h6 {
  9335. font-weight: 400;
  9336. }
  9337.  
  9338. a {
  9339. color: #058;
  9340. }
  9341.  
  9342. /**
  9343. * -------------------------
  9344. * @section Sections
  9345. * -------------------------
  9346. */
  9347.  
  9348. section#header {
  9349. margin: 0;
  9350. padding: 10px 0;
  9351. background-color: #fff;
  9352. border-radius: 5px 5px 0 0;
  9353. }
  9354.  
  9355. section#header .logo img {
  9356. margin: 0;
  9357. padding: 0;
  9358. max-height: 50px;
  9359. vertical-align: middle;
  9360. }
  9361. section#header .logo-text {
  9362. font-family: 'Raleway';
  9363. font-weight: 400;
  9364. font-size: 2.6em;
  9365. white-space: nowrap;
  9366. }
  9367.  
  9368. section#header .search {
  9369. margin: 20px 0;
  9370. }
  9371. section#header .search .form-control {
  9372. border-color: #eee;
  9373. box-shadow: none;
  9374. }
  9375. section#header .search .btn {
  9376. background-color: #eee;
  9377. border-color: #eee;
  9378. color: #888;
  9379. }
  9380.  
  9381. section#main-body {
  9382. margin: 0;
  9383. padding: 20px 0;
  9384. min-height: 350px;
  9385. background-color: #fff;
  9386. }
  9387.  
  9388. section#main-content {
  9389. margin-bottom: 60px;
  9390. }
  9391.  
  9392. .main-content {
  9393. margin-bottom: 60px;
  9394. min-height: 300px;
  9395. }
  9396.  
  9397. section#footer {
  9398. margin: 0;
  9399. padding: 20px 10px;
  9400. background-color: #f8f8f8;
  9401. border-top: 1px solid #ddd;
  9402. color: #666;
  9403. font-size: 0.9em;
  9404. }
  9405. section#footer p {
  9406. margin: 0;
  9407. }
  9408.  
  9409. @media (min-width: 450px) {
  9410. section#footer {
  9411. line-height: 32px;
  9412. }
  9413. }
  9414.  
  9415. section#footer .back-to-top {
  9416. float: right;
  9417. }
  9418. section#footer .back-to-top i {
  9419. padding: 10px;
  9420. background-color: #ddd;
  9421. color: #888;
  9422. border-radius: 3px;
  9423. opacity: 0.7;
  9424. }
  9425.  
  9426. .adminreturndiv {
  9427. display: none !important;
  9428. }
  9429.  
  9430. .alert-bordered-left {
  9431. border: 0;
  9432. border-left: 3px solid;
  9433. border-radius: 0;
  9434. text-align: left;
  9435. }
  9436.  
  9437. .truncate {
  9438. white-space: nowrap;
  9439. overflow: hidden;
  9440. text-overflow: ellipsis;
  9441. }
  9442.  
  9443. /**
  9444. * -------------------------
  9445. * @section Main Navbar
  9446. * -------------------------
  9447. */
  9448.  
  9449. .navbar-main > li.dropdown:hover > ul.dropdown-menu {
  9450. display: block;
  9451. }
  9452. .navbar-main .navbar-toggle {
  9453. border-color: transparent;
  9454. }
  9455. .navbar-main .navbar-toggle .icon-bar {
  9456. background-color: #eee;
  9457. }
  9458. .navbar-main .navbar-toggle:focus,
  9459. .navbar-main .navbar-toggle:hover {
  9460. background-color: transparent;
  9461. }
  9462. .navbar-main .navbar-toggle:focus .icon-bar,
  9463. .navbar-main .navbar-toggle:hover .icon-bar {
  9464. background-color: #bbb;
  9465. }
  9466.  
  9467. @media (max-width: 991px) {
  9468. .navbar-main .navbar-nav>li>a {
  9469. padding: 3px 20px;
  9470. }
  9471.  
  9472. .navbar-main .open .dropdown-menu .dropdown-header,
  9473. .navbar-main .open .dropdown-menu>li>a {
  9474. padding: 3px 25px;
  9475. }
  9476. }
  9477.  
  9478. /**
  9479. * -------------------------
  9480. * @section General Styles
  9481. * -------------------------
  9482. */
  9483.  
  9484. div.header-lined h1 {
  9485. margin-top: 0;
  9486. margin-bottom: 15px;
  9487. padding:6px 0;
  9488. border-bottom:1px solid #ccc;
  9489. font-weight: 400;
  9490. color: #058;
  9491. }
  9492.  
  9493. div.header-lined .breadcrumb {
  9494. margin-top: -15px;
  9495. padding-left: 0;
  9496. background: transparent;
  9497. font-size: 0.8em;
  9498. border-radius: 0 0 4px 4px;
  9499. }
  9500. div.header-lined .breadcrumb li a {
  9501. color: #888;
  9502. }
  9503. div.header-lined .breadcrumb > .active {
  9504. color: #0e5077;
  9505. }
  9506.  
  9507. div.header-lined small {
  9508. white-space: nowrap;
  9509. overflow: hidden;
  9510. }
  9511.  
  9512. @media (max-width: 600px) {
  9513. h1,.h1{font-size:26px}
  9514. h2,.h2{font-size:20px}
  9515. h3,.h3{font-size:16px}
  9516. h4,.h4{font-size:14px}
  9517. h5,.h5{font-size:12px}
  9518. h6,.h6{font-size:11px}
  9519. div.header-lined small {
  9520. display: none;
  9521. }
  9522. }
  9523.  
  9524. @media (min-width: 380px) {
  9525. .btn-input-padded-responsive {
  9526. padding-left: 20px;
  9527. padding-right: 20px;
  9528. }
  9529. }
  9530. @media (min-width: 500px) {
  9531. .btn-input-padded-responsive {
  9532. padding-left: 35px;
  9533. padding-right: 35px;
  9534. }
  9535. }
  9536.  
  9537. /**
  9538. * -------------------------
  9539. * @section Margin Classes
  9540. * -------------------------
  9541. */
  9542.  
  9543. .margin-10 {
  9544. margin: 10px;
  9545. }
  9546. .margin-bottom {
  9547. margin-bottom: 20px;
  9548. }
  9549. .margin-top-5 {
  9550. margin-top: 5px;
  9551. }
  9552. .margin-bottom-5 {
  9553. margin-bottom: 5px;
  9554. }
  9555.  
  9556. .col-button-left {
  9557. padding-left: 0;
  9558. padding-right: 7px;
  9559. }
  9560. .col-button-right {
  9561. padding-left: 7px;
  9562. padding-right: 0;
  9563. }
  9564.  
  9565. /**
  9566. * -------------------------
  9567. * @section Form Classes
  9568. * -------------------------
  9569. */
  9570.  
  9571. .input-inline {
  9572. display: inline-block;
  9573. }
  9574.  
  9575. .input-inline-100 {
  9576. width: 100px;
  9577. }
  9578.  
  9579. .select-inline {
  9580. display: inline-block;
  9581. width: auto;
  9582. }
  9583.  
  9584. /**
  9585. * -------------------------
  9586. * @section Responsive Pull Left & Right
  9587. * -------------------------
  9588. */
  9589.  
  9590. @media (min-width: 992px) {
  9591. .pull-md-left {
  9592. float: left;
  9593. }
  9594. .pull-md-right {
  9595. float: right;
  9596. }
  9597. }
  9598. @media (min-width: 768px) {
  9599. .pull-sm-left {
  9600. float: left;
  9601. }
  9602. .pull-sm-right {
  9603. float: right;
  9604. }
  9605. .text-right-sm {
  9606. text-align: right;
  9607. }
  9608. }
  9609.  
  9610. /**
  9611. * -------------------------
  9612. * @section Login Page
  9613. * -------------------------
  9614. */
  9615.  
  9616. .logincontainer {
  9617. margin: 40px auto 100px auto;
  9618. padding: 0 10px;
  9619. max-width: 500px;
  9620. }
  9621.  
  9622. .logincontainer.with-social {
  9623. max-width: 650px;
  9624. }
  9625.  
  9626. .logincontainer .social-signin-btns {
  9627. padding: 23px 0;
  9628. }
  9629.  
  9630. @media (max-width: 500px) {
  9631. .logincontainer .social-signin-btns .btn {
  9632. display: block;
  9633. width: 100%;
  9634. }
  9635. }
  9636.  
  9637. @media (max-width: 600px) {
  9638. .logincontainer {
  9639. margin: 0 auto 30px auto;
  9640. }
  9641. }
  9642.  
  9643. @media (min-width: 768px) {
  9644. .logincontainer.with-social .login-form {
  9645. padding-right: 29px;
  9646. border-right: 1px solid #ddd;
  9647. }
  9648. .logincontainer .social-signin-btns .btn {
  9649. display: block;
  9650. width: 100%;
  9651. }
  9652. }
  9653.  
  9654. /**
  9655. * -------------------------
  9656. * @section Icons
  9657. * -------------------------
  9658. */
  9659.  
  9660. i.icon-rss {
  9661. color: #ff6600;
  9662. }
  9663.  
  9664. /**
  9665. * -------------------------
  9666. * @section Main Menu
  9667. * -------------------------
  9668. */
  9669.  
  9670. section#main-menu {
  9671. background-color: #006687;
  9672. }
  9673.  
  9674. /**
  9675. * -------------------------
  9676. * @section Home Page Banner
  9677. * -------------------------
  9678. */
  9679.  
  9680. section#home-banner {
  9681. margin: 0;
  9682. padding: 50px 0 60px;
  9683. background-color: #043d5f;
  9684. color: #fff;
  9685. }
  9686.  
  9687. section#home-banner h2 {
  9688. margin: 0;
  9689. padding: 0 25px 10px 25px;
  9690. }
  9691.  
  9692. section#home-banner .form-control {
  9693. border-radius: 0;
  9694. border: 0;
  9695. box-shadow: none;
  9696. font-weight: 300;
  9697. }
  9698.  
  9699. section#home-banner .btn {
  9700. border-radius: 0;
  9701. border: 0;
  9702. font-weight: 300;
  9703. color: #fff;
  9704. }
  9705.  
  9706. section#home-banner .btn.search {
  9707. background-color: #4ab98b;
  9708. }
  9709. section#home-banner .btn.transfer {
  9710. background-color: #bbb;
  9711. }
  9712.  
  9713. @media (max-width: 992px) {
  9714. section#home-banner h2 {
  9715. font-size: 26px;
  9716. }
  9717. }
  9718.  
  9719. @media (max-width: 768px) {
  9720. section#home-banner h2 {
  9721. font-size: 22px;
  9722. }
  9723. }
  9724.  
  9725. /**
  9726. * -------------------------
  9727. * @section Home Page Shortcut Buttons
  9728. * -------------------------
  9729. */
  9730.  
  9731. .home-shortcuts {
  9732. margin: 0;
  9733. background: #25a2c7;
  9734. color: #fff;
  9735. }
  9736. .home-shortcuts ul {
  9737. list-style-type: none;
  9738. margin: 0;
  9739. padding: 0;
  9740. }
  9741. .home-shortcuts li {
  9742. float: left;
  9743. width: 24%;
  9744. padding: 5px 3px;
  9745. border-right: 1px solid #0E88B0;
  9746. font-size: 0.9em;
  9747. text-align: center;
  9748. cursor: pointer;
  9749. overflow: hidden;
  9750. white-space: nowrap;
  9751. }
  9752. .home-shortcuts li:first-child {
  9753. border-left: 1px solid #0E88B0;
  9754. }
  9755. .home-shortcuts li a {
  9756. display: block;
  9757. color: #fff;
  9758. text-decoration: none;
  9759. }
  9760. .home-shortcuts li i {
  9761. font-size: 22px;
  9762. }
  9763. .home-shortcuts li p {
  9764. margin: 2px 0 0;
  9765. text-transform: uppercase;
  9766. }
  9767. .home-shortcuts li span {
  9768. display: none;
  9769. }
  9770. .home-shortcuts li:hover span {
  9771. display: inline-block;
  9772. }
  9773. .home-shortcuts .lead {
  9774. margin: 0;
  9775. line-height: 55px;
  9776. }
  9777. @media (max-width: 992px) {
  9778. .home-shortcuts ul {
  9779. text-align: center;
  9780. }
  9781. }
  9782. @media (max-width: 767px) {
  9783. .home-shortcuts li {
  9784. display: block;
  9785. float: none;
  9786. width: 100%;
  9787. border-right: 0;
  9788. border-bottom: 1px solid #0E88B0;
  9789. }
  9790. .home-shortcuts li:first-child {
  9791. border-left: 0;
  9792. }
  9793. .home-shortcuts li:last-child {
  9794. border: 0;
  9795. }
  9796. .home-shortcuts ul:hover li {
  9797. width: 100%;
  9798. }
  9799. }
  9800.  
  9801. /**
  9802. * -------------------------
  9803. * Client Homepage
  9804. * -------------------------
  9805. */
  9806.  
  9807. .text-domain {
  9808. font-size: 12px;
  9809. color: #006687;
  9810. }
  9811.  
  9812. .client-home-panels .panel > .panel-heading {
  9813. background-color: #fff;
  9814. border-bottom: 0;
  9815. font-weight: bold;
  9816. }
  9817. .client-home-panels .panel > .panel-heading .panel-title .btn {
  9818. color: #fff;
  9819. border: 0;
  9820. }
  9821. .client-home-panels .panel > .panel-heading .panel-title .btn:hover {
  9822. color: #000;
  9823. }
  9824. .client-home-panels .panel small {
  9825. color: #888;
  9826. }
  9827. .client-home-panels .panel > .panel-body {
  9828. padding: 0;
  9829. max-height: 170px;
  9830. overflow: auto;
  9831. }
  9832. .client-home-panels .panel > .panel-footer {
  9833. border-top: 0;
  9834. }
  9835. .client-home-panels .panel > .panel-body p {
  9836. padding: 10px 15px;
  9837. }
  9838. .client-home-panels .panel > .list-group {
  9839. max-height: 170px;
  9840. overflow: auto;
  9841. border-top: 1px solid #ddd;
  9842. border-bottom: 1px solid #ddd;
  9843. }
  9844. .client-home-panels .panel > .list-group .list-group-item {
  9845. padding: 4px 10px;
  9846. }
  9847.  
  9848. .client-home-panels .panel > .list-group .list-group-item:last-child {
  9849. border-bottom: 0;
  9850. }
  9851.  
  9852. .home-kb-search {
  9853. margin-bottom: 15px;
  9854. }
  9855. .home-kb-search .form-control {
  9856. padding-left: 50px;
  9857. background-color: #fff;
  9858. border: 1px solid #eee;
  9859. color: #999;
  9860. font-weight: 300;
  9861. }
  9862. .home-kb-search .form-control:focus {
  9863. border-color: #eee;
  9864. outline: 0;
  9865. -webkit-box-shadow: none;
  9866. box-shadow: none;
  9867. }
  9868. .home-kb-search i {
  9869. float: left;
  9870. margin-top: -30px;
  9871. margin-left: 20px;
  9872. color: #777;
  9873. }
  9874.  
  9875. /**
  9876. * -------------------------
  9877. * Client Homepage Tiles
  9878. * -------------------------
  9879. */
  9880.  
  9881. .tiles {
  9882. margin: 0 15px 15px 15px;
  9883. }
  9884. .tiles .tile {
  9885. padding: 12px 20px;
  9886. background-color: #f8f8f8;
  9887. border-right: 1px solid #ccc;
  9888. }
  9889. .tiles .tile a {
  9890. text-decoration: none;
  9891. }
  9892. .tiles .tile:hover {
  9893. background-color: #f2f2f2;
  9894. cursor: pointer;
  9895. }
  9896. .tiles .tile .highlight {
  9897. margin-top: 4px;
  9898. height: 2px;
  9899. border-radius: 2px;
  9900. }
  9901. .tiles .tile:last-child {
  9902. border: 0;
  9903. }
  9904. @media (max-width: 767px) {
  9905. .tiles .tile:nth-child(2) {
  9906. border: 0;
  9907. }
  9908. .tiles .tile:nth-child(1),
  9909. .tiles .tile:nth-child(2) {
  9910. border-bottom: 1px solid #ccc;
  9911. }
  9912. }
  9913. .tile .icon {
  9914. position: absolute;
  9915. top: 10px;
  9916. right: 10px;
  9917. font-size: 48px;
  9918. line-height: 1;
  9919. color: #ccc;
  9920. }
  9921. .tile .stat {
  9922. margin-top: 20px;
  9923. font-size: 40px;
  9924. line-height: 1;
  9925. }
  9926. .tile .title {
  9927. font-weight: bold;
  9928. color: #888;
  9929. text-transform: uppercase;
  9930. font-size: 12px;
  9931. }
  9932.  
  9933. /**
  9934. * -------------------------
  9935. * Panel Accents
  9936. * -------------------------
  9937. */
  9938.  
  9939. .panel.panel-accent-gold {
  9940. border-top: 3px solid #f0ad4e;
  9941. }
  9942. .panel.panel-accent-green {
  9943. border-top: 3px solid #5cb85c;
  9944. }
  9945. .panel.panel-accent-red {
  9946. border-top: 3px solid #d9534f;
  9947. }
  9948. .panel.panel-accent-blue {
  9949. border-top: 3px solid #5bc0de;
  9950. }
  9951. .panel.panel-accent-orange {
  9952. border-top: 3px solid #f39c12;
  9953. }
  9954. .panel.panel-accent-pink {
  9955. border-top: 3px solid #e671b8;
  9956. }
  9957. .panel.panel-accent-purple {
  9958. border-top: 3px solid #7b4f9d;
  9959. }
  9960. .panel.panel-accent-lime {
  9961. border-top: 3px solid #8cbf26;
  9962. }
  9963. .panel.panel-accent-magenta {
  9964. border-top: 3px solid #ff0097;
  9965. }
  9966. .panel.panel-accent-teal {
  9967. border-top: 3px solid #00aba9;
  9968. }
  9969. .panel.panel-accent-turquoise {
  9970. border-top: 3px solid #1abc9c;
  9971. }
  9972. .panel.panel-accent-emerald {
  9973. border-top: 3px solid #2ecc71;
  9974. }
  9975. .panel.panel-accent-amethyst {
  9976. border-top: 3px solid #9b59b6;
  9977. }
  9978. .panel.panel-accent-wet-asphalt {
  9979. border-top: 3px solid #34495e;
  9980. }
  9981. .panel.panel-accent-midnight-blue {
  9982. border-top: 3px solid #2c3e50;
  9983. }
  9984. .panel.panel-accent-sun-flower {
  9985. border-top: 3px solid #f1c40f;
  9986. }
  9987. .panel.panel-accent-pomegranate {
  9988. border-top: 3px solid #c0392b;
  9989. }
  9990. .panel.panel-accent-silver {
  9991. border-top: 3px solid #bdc3c7;
  9992. }
  9993. .panel.panel-accent-asbestos {
  9994. border-top: 3px solid #7f8c8d;
  9995. }
  9996.  
  9997. /**
  9998. * -------------------------
  9999. * Background Colors
  10000. * -------------------------
  10001. */
  10002.  
  10003. .bg-color-gold {
  10004. background-color: #f0ad4e;
  10005. }
  10006. .bg-color-green {
  10007. background-color: #5cb85c;
  10008. }
  10009. .bg-color-red {
  10010. background-color: #d9534f;
  10011. }
  10012. .bg-color-blue {
  10013. background-color: #5bc0de;
  10014. }
  10015. .bg-color-orange {
  10016. background-color: #f39c12;
  10017. }
  10018. .bg-color-pink {
  10019. background-color: #e671b8;
  10020. }
  10021. .bg-color-purple {
  10022. background-color: #7b4f9d;
  10023. }
  10024. .bg-color-lime {
  10025. background-color: #8cbf26;
  10026. }
  10027. .bg-color-magenta {
  10028. background-color: #ff0097;
  10029. }
  10030. .bg-color-teal {
  10031. background-color: #00aba9;
  10032. }
  10033. .bg-color-turquoise {
  10034. background-color: #1abc9c;
  10035. }
  10036. .bg-color-emerald {
  10037. background-color: #2ecc71;
  10038. }
  10039. .bg-color-amethyst {
  10040. background-color: #9b59b6;
  10041. }
  10042. .bg-color-wet-asphalt {
  10043. background-color: #34495e;
  10044. }
  10045. .bg-color-midnight-blue {
  10046. background-color: #2c3e50;
  10047. }
  10048. .bg-color-sun-flower {
  10049. background-color: #f1c40f;
  10050. }
  10051. .bg-color-pomegranate {
  10052. background-color: #c0392b;
  10053. }
  10054. .bg-color-silver {
  10055. background-color: #bdc3c7;
  10056. }
  10057. .bg-color-asbestos {
  10058. background-color: #7f8c8d;
  10059. }
  10060.  
  10061. /**
  10062. * -------------------------
  10063. * @section Navigational Bar
  10064. * -------------------------
  10065. */
  10066.  
  10067. ul.top-nav {
  10068. float: right;
  10069. margin-top: 8px;
  10070. padding-left: 0;
  10071. margin-bottom: 0;
  10072. list-style: none;
  10073. white-space: nowrap;
  10074. }
  10075. ul.top-nav > li,
  10076. ul.top-nav > li > a {
  10077. display: inline-block;
  10078. position: relative;
  10079. }
  10080. ul.top-nav > li > a {
  10081. padding: 6px 10px;
  10082. color: #777;
  10083. line-height: 20px;
  10084. text-decoration: none;
  10085. }
  10086. ul.top-nav > li:active > a,
  10087. ul.top-nav > li:focus > a,
  10088. ul.top-nav > li:hover > a,
  10089. ul.top-nav > li > a:focus {
  10090. color: #333;
  10091. text-decoration: none;
  10092. background: transparent;
  10093. }
  10094. ul.top-nav > li.primary-action {
  10095. padding-left: 15px;
  10096. margin-left: 5px;
  10097. border-left: solid 1px #ddd;
  10098. }
  10099. ul.top-nav > li.primary-action > a.btn {
  10100. padding: 6px 15px;
  10101. background-color: #0e5077;
  10102. color: #fff;
  10103. border-radius: 3px;
  10104. }
  10105. ul.top-nav > li > a.btn-logged-in-admin {
  10106. margin-left: 5px;
  10107. font-size: 1.5em;
  10108. }
  10109. ul.top-nav .tooltip-inner {
  10110. margin-left: -200px;
  10111. min-width: 250px;
  10112. width: 250px;
  10113. }
  10114.  
  10115. @media (max-width: 991px) {
  10116. ul.top-nav {
  10117. font-size: 0.9em;
  10118. }
  10119. ul.top-nav > li.primary-action > a.btn {
  10120. padding: 4px 12px;
  10121. font-size: 1em;
  10122. }
  10123. ul.top-nav > li > a.btn-logged-in-admin {
  10124. margin-top: -2px;
  10125. }
  10126. }
  10127.  
  10128. @media (max-width: 767px) {
  10129. ul.top-nav {
  10130. margin: 0;
  10131. font-size: 0.8em;
  10132. }
  10133. ul.top-nav > li > a {
  10134. padding: 6px;
  10135. }
  10136. ul.top-nav > li.primary-action > a.btn {
  10137. padding: 3px 12px;
  10138. font-size: 1em;
  10139. }
  10140. }
  10141.  
  10142. /**
  10143. * -------------------------
  10144. * @section Twitter Feed
  10145. * -------------------------
  10146. */
  10147.  
  10148. div.home-twitter {
  10149. margin-top: 20px;
  10150. margin-bottom: 40px;
  10151. }
  10152. div.tweet > i {
  10153. color: #2BABCF;
  10154. float: left;
  10155. margin-right: 15px;
  10156. }
  10157. div.tweet span {
  10158. font-size: 12px;
  10159. color: #ccc;
  10160. }
  10161.  
  10162. /**
  10163. * -------------------------
  10164. * @section Domain Checker
  10165. * -------------------------
  10166. */
  10167.  
  10168. div.domainresults div:not(.btn-group) {
  10169. margin: 0;
  10170. padding: 10px 25px;
  10171. background-color: #ddd;
  10172. color: #666;
  10173. font-size: 1.0em;
  10174. border-radius: 6px 6px 0 0;
  10175. }
  10176.  
  10177. div.domainresults div:not(.btn-group) span {
  10178. padding-left: 20px;
  10179. font-size: 14px;
  10180. color: #888;
  10181. }
  10182.  
  10183. div.domainresults table tr td {
  10184. padding: 5px 30px;
  10185. line-height: 40px;
  10186. }
  10187.  
  10188. .domain-checker-container {
  10189. margin: 20px 0;
  10190. padding: 0;
  10191. background-color: #ffce44;
  10192. -moz-border-radius: 10px;
  10193. -webkit-border-radius: 10px;
  10194. -o-border-radius: 10px;
  10195. border-radius: 10px;
  10196. background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffb201), to(#ffd960));
  10197. background: -webkit-linear-gradient(top, #ffd960, #ffb201);
  10198. background: -moz-linear-gradient(top, #ffd960, #ffb201);
  10199. background: -ms-linear-gradient(top, #ffd960, #ffb201);
  10200. background: -o-linear-gradient(top, #ffd960, #ffb201);
  10201. }
  10202.  
  10203. .domain-checker-bg {
  10204. margin: 0;
  10205. padding: 80px 0;
  10206. background-repeat: no-repeat;
  10207. background-position: 110% -5px;
  10208. background-image:url('../img/globe.png');
  10209. }
  10210.  
  10211. @media (max-width: 992px) {
  10212. .domain-checker-bg {
  10213. padding: 40px 0;
  10214. }
  10215. }
  10216.  
  10217. .domain-checker-container .input-group-box {
  10218. margin: 0 auto;
  10219. padding: 10px;
  10220. background-color: #fff;
  10221. -moz-border-radius: 10px;
  10222. -webkit-border-radius: 10px;
  10223. -o-border-radius: 10px;
  10224. border-radius: 10px;
  10225. }
  10226.  
  10227. .domain-bulk-options-box {
  10228. position: absolute;
  10229. top: 18px;
  10230. right: 134px;
  10231. z-index:100;
  10232. }
  10233.  
  10234. .domain-check-availability {
  10235. width: 100px;
  10236. }
  10237.  
  10238. .domain-step-options {
  10239. min-height: 300px;
  10240. }
  10241.  
  10242. .domain-checker-result-headline {
  10243. margin: 20px;
  10244. font-size: 1.6em;
  10245. text-align: center;
  10246. }
  10247. .domain-checker-available {
  10248. color: #5cb85c;
  10249. }
  10250. .domain-checker-unavailable,
  10251. .domain-checker-invalid {
  10252. color: #d9534f;
  10253. }
  10254.  
  10255. div.domainresults div.domain-checkout-area {
  10256. display: none;
  10257. float: right;
  10258. padding: 8px 40px 0;
  10259. }
  10260.  
  10261. .domain-disclaimer-area {
  10262. margin: 0 0 25px 0;
  10263. font-size: 12px;
  10264. }
  10265.  
  10266. .domain-bulk-domain-well {
  10267. width: 60%;
  10268. }
  10269.  
  10270. .domain-tld-pricing-table-responsive {
  10271. border: 0;
  10272. margin-bottom: 0;
  10273. }
  10274.  
  10275. a.domain-tld-pricing-category {
  10276. display: block;
  10277. text-align: center;
  10278. }
  10279.  
  10280. .featured-tlds-container {
  10281. margin: 35px 0 15px;
  10282. }
  10283.  
  10284. .featured-tld {
  10285. margin: 0 0 20px 0;
  10286. border-radius: 4px;
  10287. box-shadow: 0 6px 20px rgba(0,0,0,.1);
  10288. }
  10289. .featured-tld .img-container {
  10290. padding: 20px 0;
  10291. height: 115px;
  10292. line-height: 75px;
  10293. overflow: hidden;
  10294. text-align: center;
  10295. }
  10296. @media (max-width: 767px) {
  10297. .featured-tld .img-container {
  10298. height: 80px;
  10299. line-height: 40px;
  10300. }
  10301. }
  10302. .featured-tld .img-container img {
  10303. max-width: 70%;
  10304. max-height: 100%;
  10305. }
  10306. .featured-tld .price {
  10307. padding: 5px;
  10308. background-color: #f9f9f9;
  10309. color: #555;
  10310. font-weight: 400;
  10311. line-height: 28px;
  10312. text-align: center;
  10313. border-radius: 0 0 4px 4px;
  10314. }
  10315.  
  10316. .featured-tld .price.blog {
  10317. background-color: #a0d5cb;
  10318. color: #fff;
  10319. }
  10320. .featured-tld .price.club {
  10321. background-color: #053796;
  10322. color: #fff;
  10323. }
  10324. .featured-tld .price.com {
  10325. background-color: #3aa4da;
  10326. color: #fff;
  10327. }
  10328. .featured-tld .price.couk {
  10329. background-color: #1d3774;
  10330. color: #fff;
  10331. }
  10332. .featured-tld .price.host {
  10333. background-color: #ed4d42;
  10334. color: #fff;
  10335. }
  10336. .featured-tld .price.live {
  10337. background-color: #ff9e19;
  10338. color: #fff;
  10339. }
  10340. .featured-tld .price.name {
  10341. background-color: #44b03e;
  10342. color: #fff;
  10343. }
  10344. .featured-tld .price.net {
  10345. background-color: #efc00e;
  10346. color: #fff;
  10347. }
  10348. .featured-tld .price.online {
  10349. background-color: #38ce6a;
  10350. color: #fff;
  10351. }
  10352. .featured-tld .price.rocks {
  10353. background-color: #fd563c;
  10354. color: #fff;
  10355. }
  10356. .featured-tld .price.shop {
  10357. background-color: #ff5900;
  10358. color: #fff;
  10359. }
  10360. .featured-tld .price.social {
  10361. background-color: #ff9a00;
  10362. color: #fff;
  10363. }
  10364. .featured-tld .price.store {
  10365. background-color: #0eadb3;
  10366. color: #fff;
  10367. }
  10368. .featured-tld .price.tech {
  10369. background-color: #0db04b;
  10370. color: #fff;
  10371. }
  10372. .featured-tld .price.tv {
  10373. background-color: #ea3438;
  10374. color: #fff;
  10375. }
  10376. .featured-tld .price.website {
  10377. background-color: #2db9ea;
  10378. color: #fff;
  10379. }
  10380.  
  10381. .tld-filters {
  10382. margin: 0 0 25px 0;
  10383. }
  10384. .tld-filters a {
  10385. display: inline-block;
  10386. margin-bottom: 4px;
  10387. padding: 5px 6px;
  10388. font-size: 90%;
  10389. font-weight: normal;
  10390. border-radius: 2px;
  10391. }
  10392.  
  10393. .domain-pricing .tld-row {
  10394. padding-top: 3px;
  10395. padding-bottom: 3px;
  10396. border-bottom: 1px solid #f5f5f5;
  10397. }
  10398. .domain-pricing .tld-row.highlighted {
  10399. background: #f3f9fd;
  10400. }
  10401. .domain-pricing .tld-pricing-header .col-xs-4,
  10402. .domain-pricing .tld-pricing-header .col-sm-4 {
  10403. padding-top: 4px;
  10404. padding-bottom: 4px;
  10405. border-bottom: 6px solid #97b5d2;
  10406. background-color: #efefef;
  10407. border-radius: 4px 4px 0 0;
  10408. }
  10409. .domain-pricing .no-bg {
  10410. background-color: transparent !important;
  10411. }
  10412. .domain-pricing .tld-pricing-header div:nth-child(odd) {
  10413. border-color: #336699;
  10414. background-color: #f5f5f5;
  10415. }
  10416. .domain-pricing .two-row-center {
  10417. line-height: 28px;
  10418. margin-top: 6px;
  10419. margin-bottom: 6px;
  10420. border-right: 2px solid #c7d7e6;
  10421. }
  10422.  
  10423. .domain-pricing .tld-row.no-tlds {
  10424. display: none;
  10425. }
  10426.  
  10427. .tld-sale-group {
  10428. padding: 1px 3px;
  10429. color: #fff;
  10430. font-size: 10px;
  10431. text-transform: uppercase;
  10432. }
  10433. .tld-sale-group-hot {
  10434. background-color: #f9615a;
  10435. }
  10436. .tld-sale-group-sale {
  10437. background-color: #f7d458;
  10438. }
  10439. .tld-sale-group-new {
  10440. background-color: #2ad588;
  10441. }
  10442.  
  10443. /**
  10444. * -------------------------
  10445. * @section Announcements Page
  10446. * -------------------------
  10447. */
  10448.  
  10449. div.announcement-single {
  10450. margin: 0 0 20px 0;
  10451. }
  10452. div.announcement-single blockquote {
  10453. margin-top: 30px;
  10454. }
  10455. div.announcement-single .label {
  10456. margin-right: 10px;
  10457. }
  10458.  
  10459. .announcement-single {
  10460. margin: 0 0 25px 0;
  10461. }
  10462. .announcement-single .title {
  10463. font-size: 1.5em;
  10464. font-weight: bold;
  10465. }
  10466. .announcement-single p {
  10467. margin: 2px 0 10px;
  10468. }
  10469. .announcement-single .article-items {
  10470. font-size: 0.85em;
  10471. color: #888;
  10472. }
  10473.  
  10474. /**
  10475. * -------------------------
  10476. * @section Product Details Page
  10477. * -------------------------
  10478. */
  10479.  
  10480. div.product-details {
  10481. margin: 0 0 20px 0;
  10482. }
  10483. div.product-details div.product-icon {
  10484. margin: 0;
  10485. padding: 0;
  10486. background-color: #efefef;
  10487. border-radius: 10px;
  10488. padding: 30px;
  10489. font-size: 60px;
  10490. line-height: 1em;
  10491. }
  10492.  
  10493. .product-status {
  10494. margin: 0 0 20px 0;
  10495. padding: 0;
  10496. border-radius: 10px;
  10497. }
  10498. .product-status-pending {
  10499. background-color: #F89406;
  10500. }
  10501. .product-status-active {
  10502. background-color: #46A546;
  10503. }
  10504. .product-status-suspended {
  10505. background-color: #0768B8;
  10506. }
  10507. .product-status-terminated,
  10508. .product-status-cancelled {
  10509. background-color: #666;
  10510. }
  10511. .product-status-fraud {
  10512. background-color: #000;
  10513. }
  10514. .product-status-text {
  10515. padding: 5px;
  10516. color: #fff;
  10517. text-align: center;
  10518. text-transform: uppercase;
  10519. }
  10520.  
  10521. div.product-details-tab-container {
  10522. margin: 0;
  10523. padding: 20px;
  10524. border: 1px solid #ddd;
  10525. border-top: 0;
  10526. }
  10527.  
  10528. .module-client-area {
  10529. padding: 15px 15px 0 15px;
  10530. }
  10531.  
  10532. /**
  10533. * -------------------------
  10534. * @section List Tables
  10535. * -------------------------
  10536. */
  10537.  
  10538. .dataTables_wrapper .dataTables_info {
  10539. margin: 0;
  10540. padding: 9px 10px;
  10541. background-color: #4f5360;
  10542. border: 0;
  10543. border-bottom: 1px solid #fff;
  10544. font-size: 0.9em;
  10545. color: #fff;
  10546. border-radius: 0;
  10547. text-align: left !important;
  10548. }
  10549. div.dataTables_wrapper div.dataTables_info {
  10550. padding: 21px 30px !important;
  10551. font-weight: 300;
  10552. }
  10553.  
  10554. .dataTables_wrapper table.table-list {
  10555. margin-top: 0 !important;
  10556. margin-bottom: 6px !important;
  10557. width: 100% !important;
  10558. }
  10559.  
  10560. .dataTables_wrapper table.table-list thead th {
  10561. border-bottom: 4px solid #a2d27a;
  10562. font-weight: normal;
  10563. }
  10564. .dataTables_wrapper table.table-list thead th:nth-child(even) {
  10565. border-bottom: 4px solid #7bc144;
  10566. }
  10567.  
  10568. .dataTables_wrapper table.table-list thead th.sorting_asc,
  10569. .dataTables_wrapper table.table-list thead th.sorting_desc {
  10570. background-color: #f6f6f6;
  10571. }
  10572.  
  10573.  
  10574.  
  10575. .dataTables_wrapper .dataTables_filter {
  10576. float: right;
  10577. }
  10578. .dataTables_wrapper .dataTables_filter label {
  10579. margin: 0;
  10580. padding: 12px;
  10581. }
  10582. .dataTables_wrapper .dataTables_filter label .form-control {
  10583. background: url('../../../assets/img/search.png') #fff no-repeat 8px 5px;
  10584. padding: 7px 10px 7px 45px!important;
  10585. border: 1px solid #fff;
  10586. height: auto;
  10587. width: 200px;
  10588. font-size: 13px;
  10589. border-radius: 2px;
  10590. }
  10591.  
  10592. @media (max-width: 600px) {
  10593. .dataTables_wrapper .dataTables_info {
  10594. padding: 9px 10px 40px;
  10595. }
  10596. .dataTables_wrapper .dataTables_filter {
  10597. float: right;
  10598. margin-top: 30px;
  10599. width: 100%;
  10600. }
  10601. .dataTables_wrapper .dataTables_filter label {
  10602. display: block;
  10603. margin: 5px;
  10604. padding: 0;
  10605. }
  10606. .dataTables_wrapper .dataTables_filter label .form-control {
  10607. margin: 0;
  10608. width: 100%;
  10609. }
  10610. }
  10611.  
  10612. .dataTables_wrapper .dataTables_length {
  10613. background-color: #f6f6f6;
  10614. font-size: 0.8em;
  10615. color: #888;
  10616. }
  10617. .dataTables_wrapper .dataTables_length label {
  10618. padding: 10px 10px 0 30px;
  10619. }
  10620. .dataTables_wrapper .dataTables_length label .form-control {
  10621. display: inline-block;
  10622. padding: 2px;
  10623. height: 25px;
  10624. width: auto;
  10625. border: 0;
  10626. }
  10627.  
  10628. .dataTables_wrapper .dataTables_paginate {
  10629. float: right;
  10630. padding: 6px 30px 0;
  10631. }
  10632.  
  10633. .dataTables_wrapper .dataTables_paginate .pagination > li > a,
  10634. .dataTables_wrapper .dataTables_paginate .pagination > li > span {
  10635. padding: 4px 8px;
  10636. }
  10637.  
  10638. .pagination>li>a,
  10639. .pagination>li>span {
  10640. color: #444;
  10641. }
  10642. .pagination>.active>a,
  10643. .pagination>.active>a:focus,
  10644. .pagination>.active>a:hover,
  10645. .pagination>.active>span,
  10646. .pagination>.active>span:focus,
  10647. .pagination>.active>span:hover {
  10648. background-color: #4f5360;
  10649. border-color: #4f5360;
  10650. }
  10651.  
  10652. table.dataTable.dtr-inline.collapsed tbody td:first-child:before, table.dataTable.dtr-inline.collapsed tbody th:first-child:before {
  10653. top: inherit !important;
  10654. box-shadow: none !important;
  10655. line-height: 16px !important;
  10656. }
  10657.  
  10658. .table-container {
  10659. padding: 0 0 25px 0;
  10660. }
  10661.  
  10662. table.table-list thead th {
  10663. padding: 8px;
  10664. background-color: #fff;
  10665. border-bottom: 1px solid #ccc;
  10666. color: #333;
  10667. text-align: center;
  10668. }
  10669.  
  10670. .table-list > tbody > tr:hover {
  10671. cursor: pointer;
  10672. cursor: hand;
  10673. }
  10674.  
  10675. table.table-list tbody td {
  10676. padding: 10px;
  10677. vertical-align: middle;
  10678. font-size: 0.94em;
  10679. }
  10680.  
  10681. .table-list > tbody > tr > td a.border-left {
  10682. border-left: 1px solid #eee;
  10683. padding-left: 20px;
  10684. display: block;
  10685. }
  10686.  
  10687.  
  10688. .table-list > tbody > tr > td {
  10689. background-color: #fff;
  10690. }
  10691. .table-list > tbody > tr:nth-child(even) > td {
  10692. background-color: #f8fcfd;
  10693. }
  10694.  
  10695. table.dtr-inline .dtr-title:empty {
  10696. display: none !important;
  10697. }
  10698.  
  10699. table.dtr-inline .responsive-edit-button {
  10700. display: none;
  10701. }
  10702.  
  10703. table.dtr-inline.collapsed .responsive-edit-button {
  10704. display: inherit;
  10705. }
  10706. /**
  10707. * -------------------------
  10708. * @section Status Lights
  10709. * -------------------------
  10710. */
  10711.  
  10712. .status {
  10713. display: block;
  10714. font-size: 0.9em;
  10715. line-height: 22px;
  10716. border: 2px solid #ccc;
  10717. border-radius: 3px;
  10718. background-color: #fff;
  10719. color: #333;
  10720. }
  10721.  
  10722. .status-custom {
  10723. background-color: white;
  10724. color: black;
  10725. border: 1px solid black;
  10726. padding: 1px;
  10727. }
  10728.  
  10729. .status-pending {
  10730. color: #D9534F;
  10731. }
  10732. .status-pending.transfer {
  10733. color: #A68500;
  10734. }
  10735. .status-active,
  10736. .status-open,
  10737. .status.completed {
  10738. color: #3fad46;
  10739. }
  10740. .status-suspended {
  10741. color: #F0AD4E;
  10742. }
  10743. .status-customer-reply {
  10744. color: #ff6600;
  10745. }
  10746. .status-fraud,
  10747. .status-answered {
  10748. color: #000000;
  10749. }
  10750. .status-expired,
  10751. .status-transferred.away{
  10752. color: #004258;
  10753. }
  10754. .status-cancelled {
  10755. color: #9FA29A;
  10756. }
  10757. .status-terminated {
  10758. color: #666;
  10759. }
  10760. .status-onhold {
  10761. color: #224488;
  10762. }
  10763. .status-inprogress {
  10764. color: #cc0000;
  10765. }
  10766. .status-closed {
  10767. color: #888;
  10768. }
  10769.  
  10770. .status-paid {
  10771. color: #498302;
  10772. }
  10773. .status-unpaid {
  10774. color: #ED3E48;
  10775. }
  10776. .status-cancelled {
  10777. color: #87939F;
  10778. }
  10779. .status-collections {
  10780. color: #9A141E;
  10781. }
  10782. .status-refunded {
  10783. color: #319FC3;
  10784. }
  10785.  
  10786. .status-customer-reply {
  10787. color: #ff6600;
  10788. }
  10789.  
  10790. .status-delivered {
  10791. color: #224488;
  10792. }
  10793.  
  10794. .status-accepted {
  10795. color: #498302;
  10796. }
  10797. .status-lost, .status-dead {
  10798. color: #000;
  10799. }
  10800.  
  10801. /**
  10802. * -------------------------
  10803. * @section Affiliates Page
  10804. * -------------------------
  10805. */
  10806.  
  10807. .affiliate-stat {
  10808. margin: 0;
  10809. padding: 15px;
  10810. font-size: 1.6em;
  10811. text-align: center;
  10812. }
  10813.  
  10814. .affiliate-stat span {
  10815. display: block;
  10816. font-size: 2.4em;
  10817. }
  10818.  
  10819. .affiliate-stat i {
  10820. float: left;
  10821. padding: 10px;
  10822. font-size: 4em;
  10823. }
  10824.  
  10825. .affiliate-referral-link {
  10826. margin: 40px 0;
  10827. }
  10828.  
  10829. .affiliate-referral-link span {
  10830. display: block;
  10831. margin: 0;
  10832. padding: 10px;
  10833. font-size: 1.4em;
  10834. border-radius: 10px;
  10835. border: 1px solid #ccc;
  10836. overflow: hidden;
  10837. }
  10838.  
  10839. @media (max-width: 1200px) {
  10840. .affiliate-stat {
  10841. font-size: 1.2em;
  10842. }
  10843. .affiliate-stat span {
  10844. font-size: 2.1em;
  10845. }
  10846. .affiliate-stat i {
  10847. font-size: 3.6em;
  10848. }
  10849. }
  10850.  
  10851. @media (max-width: 992px) {
  10852. .affiliate-stat {
  10853. font-size: 1.0em;
  10854. }
  10855. .affiliate-stat span {
  10856. font-size: 1.6em;
  10857. }
  10858. .affiliate-stat i {
  10859. font-size: 3em;
  10860. }
  10861. }
  10862.  
  10863. /**
  10864. * -------------------------
  10865. * @section Support Tickets
  10866. * -------------------------
  10867. */
  10868.  
  10869. .ticket-number {
  10870. display: block;
  10871. font-size: 1.2em;
  10872. font-style: italic;
  10873. color: #2a9fbb;
  10874. }
  10875. .ticket-subject.unread {
  10876. font-weight: bold;
  10877. }
  10878.  
  10879. .ticket-attachments-message {
  10880. padding-top: 4px;
  10881. font-size: 0.8em;
  10882. }
  10883.  
  10884. .ticket-reply {
  10885. margin: 10px 0;
  10886. padding: 0;
  10887. border: 1px solid #efefef;
  10888. background-color: #fff;
  10889. }
  10890.  
  10891. .ticket-reply.staff {
  10892. border: 1px solid #CCE4FC;
  10893. }
  10894.  
  10895. .ticket-reply .date {
  10896. float: right;
  10897. padding: 8px 10px;
  10898. font-size: 0.8em;
  10899. }
  10900.  
  10901. .ticket-reply .user {
  10902. padding: 5px 0;
  10903. background-color: #f8f8f8;
  10904. }
  10905.  
  10906. .ticket-reply.staff .user {
  10907. background-color: #F2F9FF;
  10908. }
  10909.  
  10910. .ticket-reply .user i {
  10911. float: left;
  10912. font-size: 2.2em;
  10913. padding: 2px 15px;
  10914. }
  10915.  
  10916. .ticket-reply .user .name {
  10917. display: block;
  10918. font-size: 0.9em;
  10919. }
  10920.  
  10921. .ticket-reply .user .type {
  10922. display: block;
  10923. font-weight: bold;
  10924. font-size: 0.8em;
  10925. }
  10926.  
  10927. .ticket-reply .message {
  10928. padding: 12px 15px;
  10929. }
  10930.  
  10931. .ticket-reply .rating,
  10932. .ticket-reply .rating-done {
  10933. float: right;
  10934. padding: 5px 10px;
  10935. unicode-bidi: bidi-override;
  10936. direction: rtl;
  10937. font-size: 24px;
  10938. }
  10939. .ticket-reply .rating span.star,
  10940. .ticket-reply .rating-done span.star {
  10941. font-family: FontAwesome;
  10942. font-weight: normal;
  10943. font-style: normal;
  10944. display: inline-block;
  10945. }
  10946. .ticket-reply .rating-done .rated {
  10947. display: inline-block;
  10948. font-size: 12px;
  10949. font-family: Tahoma;
  10950. }
  10951. .ticket-reply .rating span.star:hover {
  10952. cursor: pointer;
  10953. }
  10954. .ticket-reply .rating span.star:before,
  10955. .ticket-reply .rating-done span.star:before {
  10956. content: "\f006";
  10957. padding-right: 0;
  10958. color: #999;
  10959. }
  10960. .ticket-reply .rating span.star:hover:before,
  10961. .ticket-reply .rating span.star:hover ~ span.star:before,
  10962. .ticket-reply .rating-done span.star.active:before {
  10963. content: "\f005";
  10964. color: #F2DE88;
  10965. }
  10966.  
  10967. .ticket-reply .attachments {
  10968. margin: 0;
  10969. padding: 10px 20px;
  10970. border-top: 1px dashed #efefef;
  10971. background-color: #f8f8f8;
  10972. font-size: 0.8em;
  10973. }
  10974.  
  10975. .ticket-reply .attachments ul {
  10976. margin: 0;
  10977. padding: 0 0 0 15px;
  10978. list-style: none;
  10979. }
  10980.  
  10981. .ticket-reply .clear {
  10982. clear: both;
  10983. }
  10984.  
  10985. .panel > .list-group .ticket-details-children {
  10986. line-height: 20px;
  10987. }
  10988. .panel > .list-group .ticket-details-children .title {
  10989. font-size: 0.9em;
  10990. color: #999;
  10991. }
  10992.  
  10993. /**
  10994. * -------------------------
  10995. * @section Support Ticket Feedback
  10996. * -------------------------
  10997. */
  10998.  
  10999. .ticketfeedbackstaffcont {
  11000. margin: 10px auto;
  11001. padding: 15px;
  11002. width: 90%;
  11003. background-color: #efefef;
  11004. -moz-border-radius: 6px;
  11005. -webkit-border-radius: 6px;
  11006. -o-border-radius: 6px;
  11007. border-radius: 6px;
  11008. }
  11009.  
  11010. .ticketfeedbackrating {
  11011. padding: 0 100px;
  11012. }
  11013.  
  11014. .ticketfeedbackrating .rate {
  11015. float: left;
  11016. padding: 0 10px;
  11017. min-width: 30px;
  11018. text-align: center;
  11019. }
  11020.  
  11021. /**
  11022. * -------------------------
  11023. * @section Client Notifications
  11024. * -------------------------
  11025. */
  11026.  
  11027. .popover-user-notifications {
  11028. border-radius: 0;
  11029. padding: 5px 10px;
  11030. border-color: #ddd;
  11031. min-width: 310px;
  11032. font-family: 'Open Sans', sans-serif;
  11033. }
  11034. .popover-user-notifications .popover-content {
  11035. padding: 0;
  11036. }
  11037. .popover-user-notifications ul {
  11038. margin: 0;
  11039. padding: 0;
  11040. list-style: none;
  11041. }
  11042. .popover-user-notifications ul li {
  11043. padding: 5px 0;
  11044. min-height: 66px;
  11045. border-bottom: 1px solid #ddd;
  11046. }
  11047. .popover-user-notifications ul li:last-child {
  11048. border: 0;
  11049. }
  11050. .popover-user-notifications ul li a {
  11051. display: block;
  11052. padding: 10px 15px 10px 12px;
  11053. text-decoration: none;
  11054. color: #555;
  11055. font-size: 0.95em;
  11056. }
  11057. .popover-user-notifications ul li a:hover {
  11058. background-color: #f6f6f6;
  11059. }
  11060. .popover-user-notifications ul li i.fa {
  11061. float: left;
  11062. padding-top: 6px;
  11063. font-size: 21px;
  11064. }
  11065. .popover-user-notifications ul li i.fa.fa-check-circle {
  11066. color: #5cb85c;
  11067. }
  11068. .popover-user-notifications ul li i.fa.fa-warning {
  11069. color: #ecc317;
  11070. }
  11071. .popover-user-notifications ul li i.fa.fa-exclamation-circle {
  11072. color: #ec2d45;
  11073. }
  11074. .popover-user-notifications ul li .message {
  11075. margin-left: 40px;
  11076. }
  11077. .popover-user-notifications ul li.none {
  11078. padding: 12px 0;
  11079. min-height: auto;
  11080. text-align: center;
  11081. font-weight: bold;
  11082. }
  11083.  
  11084. /**
  11085. * -------------------------
  11086. * @section Captcha
  11087. * -------------------------
  11088. */
  11089.  
  11090. .captchaimage {
  11091. margin: 0;
  11092. padding: 3px 0 4px;
  11093. -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  11094. transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  11095. text-align: right;
  11096. }
  11097.  
  11098. /**
  11099. * -------------------------
  11100. * @section Credit Cards
  11101. * -------------------------
  11102. */
  11103.  
  11104. div.credit-card {
  11105. margin: 0 auto 30px;
  11106. max-width: 400px;
  11107. background-color: #f8f8f8;
  11108. border: 1px solid #ccc;
  11109. border-radius: 8px;
  11110. }
  11111.  
  11112. div.credit-card div.card-type {
  11113. float: right;
  11114. padding: 10px 20px;
  11115. font-size: 1.2em;
  11116. }
  11117. div.credit-card div.card-icon {
  11118. float: left;
  11119. padding: 7px 7px;
  11120. font-size: 1.2em;
  11121. }
  11122.  
  11123. div.credit-card div.card-number {
  11124. padding: 10px;
  11125. background-color: #ccc;
  11126. font-size: 1.6em;
  11127. text-align: center;
  11128. clear: both;
  11129. }
  11130.  
  11131. div.credit-card div.card-start {
  11132. float: left;
  11133. padding: 20px 0 50px 50px;
  11134. font-size: 1.3em;
  11135. text-align: right;
  11136. }
  11137.  
  11138. div.credit-card div.card-expiry {
  11139. float: right;
  11140. padding: 20px 50px 50px 0;
  11141. height: 120px;
  11142. font-size: 1.3em;
  11143. text-align: right;
  11144. }
  11145.  
  11146. div.credit-card div.end {
  11147. clear: both;
  11148. }
  11149.  
  11150. @media (max-width: 600px) {
  11151. div.credit-card {
  11152. max-width: 250px;
  11153. }
  11154. div.credit-card div.card-type {
  11155. font-size: 1.0em;
  11156. }
  11157. div.credit-card div.card-icon {
  11158. font-size: 1.0em;
  11159. }
  11160. div.credit-card div.card-number {
  11161. padding: 6px 10px;
  11162. font-size: 1.2em;
  11163. }
  11164. div.credit-card div.card-start {
  11165. padding: 20px 0 30px 50px;
  11166. font-size: 0.9em;
  11167. }
  11168. div.credit-card div.card-expiry {
  11169. padding: 20px 50px 30px 0;
  11170. height: 80px;
  11171. font-size: 0.9em;
  11172. }
  11173. }
  11174.  
  11175. .auth3d-area {
  11176. border: 1px solid #fff;
  11177. }
  11178.  
  11179. .submit-3d {
  11180. width: 80%;
  11181. border: 1px solid #fff;
  11182. }
  11183.  
  11184. .invoice-summary {
  11185. margin: 0 0 25px 0;
  11186. padding: 15px;
  11187. height: 500px;
  11188. background-color: #f8f8f8;
  11189. border: 4px dashed #efefef;
  11190. border-radius: 10px;
  11191. }
  11192.  
  11193. .invoice-summary-table {
  11194. margin: 25px 0 25px 0;
  11195. max-height: 300px;
  11196. overflow: auto;
  11197. }
  11198.  
  11199. .invoice-summary-table td {
  11200. font-size: 0.8em;
  11201. }
  11202.  
  11203. .invoice-summary-table td.total-row {
  11204. background-color: #efefef;
  11205. font-weight: bold;
  11206. }
  11207.  
  11208. /* Card colors colorpicked from website logos */
  11209. div.credit-card .logo-visa {
  11210. color: #1a1f71;
  11211. }
  11212.  
  11213. div.credit-card .logo-amex {
  11214. color: #43abdf;
  11215. }
  11216.  
  11217. div.credit-card .logo-mastercard {
  11218. color: #ed0b00;
  11219. }
  11220.  
  11221. div.credit-card .logo-discover {
  11222. color: #000000;
  11223. }
  11224. /**
  11225. * -------------------------
  11226. * @section Sidebar Responsive Behaviour Classes
  11227. * -------------------------
  11228. */
  11229.  
  11230. div.sidebar .list-group-item-selected {
  11231. background-color: #c33131;
  11232. color: #FFFFFF;
  11233. }
  11234. div.sidebar .list-group-item-selected .badge {
  11235. background-color: #FFFFFF;
  11236. color: #319FC3;
  11237. }
  11238.  
  11239. @media (max-width: 991px) {
  11240.  
  11241. .panel-actions {
  11242. border: 0;
  11243. box-shadow: none;
  11244. }
  11245.  
  11246. .panel-actions > .panel-heading > .panel-title {
  11247. display: inline;
  11248. }
  11249.  
  11250. .panel-actions > .panel-heading {
  11251. border-radius: 3px;
  11252. }
  11253.  
  11254. .panel-actions > .list-group {
  11255. padding: 10px;
  11256. overflow-x: scroll;
  11257. overflow-y: none;
  11258. white-space: nowrap;
  11259. }
  11260.  
  11261. .panel-actions > .list-group .list-group-item {
  11262. display: inline-block;
  11263. border: 1px solid #ddd !important;
  11264. border-radius: 3px !important;
  11265. white-space: nowrap;
  11266. text-align: center;
  11267. padding: 5px 25px;
  11268. margin: 2px;
  11269. }
  11270.  
  11271. .panel-actions > .list-group .list-group-item > .badge {
  11272. float: none;
  11273. margin: -2px 0 0 10px;
  11274. }
  11275.  
  11276. }
  11277.  
  11278. /**
  11279. * -------------------------
  11280. * @section Two Factor Authentication
  11281. * -------------------------
  11282. */
  11283.  
  11284. div#twofaactivation {
  11285. margin: 0 auto;
  11286. padding: 15px 30px;
  11287. width: 85%;
  11288. background-color: #efefef;
  11289. border-radius: 10px;
  11290. }
  11291.  
  11292. div#twofaactivation .errorbox {
  11293. margin: 0 0 20px 0;
  11294. padding: 10px 20px;
  11295. background-color: #FF4F4F;
  11296. text-shadow: none;
  11297. color: #fff;
  11298. text-align: center;
  11299. -moz-border-radius: 5px;
  11300. -webkit-border-radius: 5px;
  11301. -o-border-radius: 5px;
  11302. border-radius: 5px;
  11303. }
  11304.  
  11305. div#twofaactivation p {
  11306. margin: 15px 0;
  11307. }
  11308.  
  11309. /**
  11310. * -------------------------
  11311. * @section Popups
  11312. * -------------------------
  11313. */
  11314.  
  11315. #popup-backdrop {
  11316. background-color: #2E363F;
  11317. padding: 15px;
  11318. height: 100%;
  11319. }
  11320.  
  11321. .popup-header-padding {
  11322. margin-top: 5px;
  11323. margin-bottom: 5px;
  11324. }
  11325.  
  11326. /**
  11327. * -------------------------
  11328. * @section Uncategorized
  11329. * -------------------------
  11330. */
  11331.  
  11332. .btn.btn-action {
  11333. background-color: #72CA06;
  11334. border-color: #498302;
  11335. }
  11336.  
  11337. /**
  11338. * -------------------------
  11339. * @section Knowledgebase
  11340. * -------------------------
  11341. */
  11342.  
  11343. .kb-category {
  11344. margin: 0 0 10px 0;
  11345. }
  11346. .kb-category a {
  11347. display: block;
  11348. margin: 0 0 2px 0;
  11349. font-weight: bold;
  11350. text-decoration: none;
  11351. }
  11352. .kb-category a small {
  11353. color: #888;
  11354. }
  11355.  
  11356. .kbarticles {
  11357. padding: 0 0 25px 0;
  11358. font-size: 0.8em;
  11359. }
  11360. .kbarticles a {
  11361. font-size: 1.2em;
  11362. font-weight: 700;
  11363. }
  11364. .kbarticles a .glyphicon {
  11365. color: #8ce;
  11366. }
  11367.  
  11368. h3.kb-alsoread {
  11369. padding: 8px 15px;
  11370. background-color: #eee;
  11371. border-radius: 6px;
  11372. font-size: 0.9em;
  11373. }
  11374.  
  11375. .kb-article-title {
  11376. margin: 0 0 22px 0;
  11377. font-size: 1.6em;
  11378. }
  11379. .kb-article-title h2 {
  11380. margin: 0;
  11381. }
  11382. .kb-article-title .btn-print {
  11383. float: right;
  11384. font-size: 1em;
  11385. }
  11386. .kb-article-content {
  11387. margin: 0 0 30px 0;
  11388. font-size: 1.2em;
  11389. line-height: 1.2em;
  11390. font-weight: 200;
  11391. }
  11392. .kb-rate-article {
  11393. margin: 20px 0;
  11394. padding: 15px 20px;
  11395. background-color: #eff7ff;
  11396. font-size: 1.4em;
  11397. line-height: 38px;
  11398. font-weight: 200;
  11399. color: #4d7cab;
  11400. }
  11401. .kb-rate-article .btn-lg {
  11402. padding: 0 16px;
  11403. }
  11404.  
  11405. .kb-article-details {
  11406. color: #999;
  11407. list-style: none;
  11408. margin: 35px 5px;
  11409. padding: 0;
  11410. font-size: 0.9em;
  11411.  
  11412. }
  11413. .kb-article-details li {
  11414. float: left;
  11415. padding-right: 30px;
  11416. }
  11417.  
  11418. .kb-search .form-control {
  11419. box-shadow: none;
  11420. border-radius: 3px;
  11421. }
  11422. .kb-search > .input-group-btn > .btn {
  11423. border-radius: 0 3px 3px 0;
  11424. }
  11425.  
  11426. /**
  11427. * -------------------------
  11428. * @section Domain Checker Responsive
  11429. * -------------------------
  11430. */
  11431.  
  11432. #stepResults {
  11433. font-size: 20px;
  11434. }
  11435. #stepResults .label {
  11436. font-size: 20px;
  11437. }
  11438.  
  11439. @media (max-width: 992px) {
  11440. #stepResults {
  11441. font-size: 14px;
  11442. }
  11443. #stepResults .label {
  11444. font-size: 14px;
  11445. }
  11446. div.domainresults table tr td {
  11447. padding: 5px 5px;
  11448. }
  11449. }
  11450.  
  11451. /**
  11452. * -------------------------
  11453. * Printing
  11454. * -------------------------
  11455. */
  11456.  
  11457. @media print {
  11458. .sidebar,
  11459. #main-menu,
  11460. #top-nav,
  11461. .header-lined {
  11462. display: none;
  11463. }
  11464. a[href]:after {
  11465. content:"" !important;
  11466. }
  11467. }
  11468.  
  11469. /**
  11470. * -------------------------
  11471. * Badges Spacing
  11472. * -------------------------
  11473. */
  11474.  
  11475. h3.with-badge::after {
  11476. content: '.';
  11477. color: #fff;
  11478. }
  11479.  
  11480. h3.with-badge span, h3.with-badge i {
  11481. float: left;
  11482. padding-right: 8px;
  11483. }
  11484.  
  11485. h3.with-badge .badge {
  11486. line-height: initial;
  11487. margin-top: 3px;
  11488. }
  11489.  
  11490. @media (min-width: 992px) {
  11491. h3.with-badge .badge {
  11492. padding: 3px 7px 3px 8px;
  11493. }
  11494. .sidebar .list-group-item .badge {
  11495. margin-top: -2px;
  11496. padding: 3px 7px 3px 8px;
  11497. line-height: initial;
  11498. min-width: 36px;
  11499. }
  11500. }
  11501.  
  11502. /**
  11503. * -------------------------
  11504. * Admin Masquerade Notice
  11505. * -------------------------
  11506. */
  11507.  
  11508. .admin-masquerade-notice {
  11509. margin: 25px 0 0 auto;
  11510. padding: 4px 10px;
  11511. max-width: 240px;
  11512. font-family: Tahoma;
  11513. font-size: 0.7em;
  11514. text-align: right;
  11515. }
  11516. .admin-masquerade-notice a {
  11517. text-decoration: underline;
  11518. }
  11519.  
  11520. /**
  11521. * -------------------------
  11522. * Language Chooser
  11523. * -------------------------
  11524. */
  11525.  
  11526. .language-popover {
  11527. max-width: 450px;
  11528. width: 100%;
  11529. background-color: rgba(20, 20, 20, 0.98);
  11530. background-image: url('../img/worldmap.png');
  11531. background-repeat: no-repeat;
  11532. font-size: 0.8em;
  11533. }
  11534. .language-popover.popover.bottom > .arrow:after {
  11535. border-bottom-color: rgba(20, 20, 20, 0.97);
  11536. }
  11537. .language-popover .popover-content ul {
  11538. margin: 6px 0 14px 0;
  11539. padding: 0;
  11540. max-width: 400px;
  11541. list-style-type: none;
  11542. overflow: hidden;
  11543. }
  11544. .language-popover .popover-content li {
  11545. float: left;
  11546. display: inline;
  11547. padding: 0 20px 0 40px;
  11548. width: 33.333%;
  11549. line-height: 2em;
  11550. }
  11551. .language-popover .popover-content li a {
  11552. color: #f2f2f2;
  11553. }
  11554.  
  11555. @media (max-width: 480px) {
  11556. .language-popover {
  11557. max-width: 250px;
  11558. background-position: -50px 0;
  11559. }
  11560. .language-popover .popover-content li {
  11561. padding: 0 20px;
  11562. width: 50%;
  11563. }
  11564. }
  11565.  
  11566. /**
  11567. * -------------------------
  11568. * Login or Register Popover
  11569. * -------------------------
  11570. */
  11571.  
  11572. .login-popover {
  11573. font-size: 12px;
  11574. }
  11575. .login-popover .form-group {
  11576. margin-bottom: 5px;
  11577. }
  11578. .login-popover hr {
  11579. margin: 5px 0;
  11580. }
  11581.  
  11582. /**
  11583. * -------------------------
  11584. * Mass Pay
  11585. * -------------------------
  11586. */
  11587.  
  11588. tr.masspay-invoice-detail td {
  11589. font-size: 0.8em;
  11590. }
  11591. tr.masspay-total td {
  11592. background-color: #efefef;
  11593. font-weight: bold;
  11594. }
  11595.  
  11596. /**
  11597. * -------------------------
  11598. * Error Page
  11599. * -------------------------
  11600. */
  11601.  
  11602. .error-container {
  11603. text-align: center;
  11604. }
  11605. .error-container h1 {
  11606. margin-top: 40px;
  11607. }
  11608. .error-container .buttons {
  11609. margin: 25px 0;
  11610. }
  11611. .error-container .buttons .btn {
  11612. margin: 5px;
  11613. }
  11614.  
  11615. /**
  11616. * -------------------------
  11617. * Collapsable Panels
  11618. * -------------------------
  11619. */
  11620.  
  11621. .panel-collapsable > .panel-heading {
  11622. cursor: pointer;
  11623. }
  11624. .panel-collapsable > .panel-body-collapsed {
  11625. display: none;
  11626. }
  11627.  
  11628. /**
  11629. * -------------------------
  11630. * Licensing Addon
  11631. * -------------------------
  11632. */
  11633.  
  11634. .licensing-addon-latest-download h3 {
  11635. margin-top: 0;
  11636. }
  11637.  
  11638. /**
  11639. * -------------------------
  11640. * Domain Checker Captchas
  11641. * -------------------------
  11642. */
  11643.  
  11644. #google-recaptcha-domainchecker {
  11645. width: 304px;
  11646. height: 78px;
  11647. margin-top: 15px;
  11648. margin-bottom: 15px;
  11649. }
  11650.  
  11651. #default-captcha-domainchecker {
  11652. margin-top: 15px;
  11653. margin-bottom: -63px;
  11654. }
  11655.  
  11656. #default-captcha-domainchecker #inputCaptcha {
  11657. width: 100px;
  11658. border-radius: 4px;
  11659. }
  11660.  
  11661. .domainchecker-homepage-captcha #google-recaptcha-domainchecker {
  11662. margin-bottom: -46px;
  11663. }
  11664.  
  11665. @media (max-width: 991px) {
  11666. #google-recaptcha-domainchecker {
  11667. padding-left: 2.5%;
  11668. }
  11669.  
  11670. #default-captcha-domainchecker {
  11671. margin-bottom: -25px;
  11672. }
  11673. }
  11674.  
  11675. @media (max-width: 736px) {
  11676. #google-recaptcha-domainchecker {
  11677. transform: scale(0.935);
  11678. transform-origin: 0 0;
  11679. -webkit-transform: scale(0.935);
  11680. -webkit-transform-origin: 0 0;
  11681. }
  11682. }
  11683.  
  11684. @media (max-width: 384px) {
  11685. #google-recaptcha-domainchecker {
  11686. transform: scale(0.96);
  11687. transform-origin: 0 0;
  11688. }
  11689. }
  11690.  
  11691. @media (max-width: 360px) {
  11692. #google-recaptcha-domainchecker {
  11693. transform: scale(0.89);
  11694. transform-origin: 0 0;
  11695. }
  11696. }
  11697.  
  11698. @media (max-width: 320px) {
  11699. #google-recaptcha-domainchecker {
  11700. padding-left: 13.5%;
  11701. transform: scale(0.83);
  11702. transform-origin: 0 0;
  11703. -webkit-transform: scale(0.785);
  11704. -webkit-transform-origin: 0 0;
  11705. }
  11706. }
  11707.  
  11708. /**
  11709. * -------------------------
  11710. * Email Verification
  11711. * -------------------------
  11712. */
  11713.  
  11714. .email-verification {
  11715. margin: 0;
  11716. padding: 10px;
  11717. font-weight: 300;
  11718. background-color: #f8f8f8;
  11719. border-bottom: 1px solid #eee;
  11720. color: #333;
  11721. }
  11722. .email-verification .text {
  11723. display: block;
  11724. padding: 6px 0;
  11725. }
  11726. .email-verification .btn {
  11727. margin: 3px 0;
  11728. padding: 3px 10px;
  11729. background-color: #50525f;
  11730. border-color: #50525f;
  11731. color: #fff;
  11732. font-style: normal;
  11733. white-space: nowrap;
  11734. overflow: hidden;
  11735. text-overflow: ellipsis;
  11736. }
  11737. .email-verification .btn:active,
  11738. .email-verification .btn[disabled]:hover {
  11739. background-color: #50525f;
  11740. border-color: #50525f;
  11741. color: #fff;
  11742. }
  11743. .email-verification .btn.close {
  11744. margin-left: 10px;
  11745. background-color: transparent;
  11746. color: rgba(55, 55, 55, 0.5);
  11747. font-size: 22px;
  11748. opacity: 1;
  11749. }
  11750. .email-verification .btn.close:hover {
  11751. color: rgba(55, 55, 55, 0.8);
  11752. }
  11753. .email-verification .fa {
  11754. color: #666;
  11755. float: left;
  11756. padding: 2px 10px 0 0;
  11757. font-size: 24px;
  11758. }
  11759.  
  11760. @media (min-width: 768px) {
  11761. .email-verification .text {
  11762. padding-top: 9px;
  11763. padding-bottom: 0;
  11764. }
  11765. .email-verification .btn {
  11766. margin: 0;
  11767. padding: 9px 25px;
  11768. }
  11769. .email-verification .button {
  11770. float: right;
  11771. }
  11772. .email-verification .fa {
  11773. font-size: 36px;
  11774. }
  11775. }
  11776.  
  11777. .email-verification.success {
  11778. background-color: #ebfde4;
  11779. border-bottom: 1px solid #e3f7d5;
  11780. color: #5cb85c;
  11781. }
  11782. .email-verification.success .fa {
  11783. color: #6fbb51;
  11784. }
  11785. .email-verification.failed {
  11786. background-color: #fdf8e3;
  11787. border-bottom: 1px solid #f7f3d0;
  11788. color: #b3a879;
  11789. }
  11790. .email-verification.failed .fa {
  11791. color: #b3a879;
  11792. }
  11793.  
  11794. /**
  11795. * -------------------------
  11796. * Markdown Editor
  11797. * -------------------------
  11798. */
  11799.  
  11800. .md-editor {
  11801. border: 1px solid #ddd;
  11802. border-radius: 3px;
  11803. }
  11804. .md-editor > .btn-toolbar {
  11805. background-color: #fff !important;
  11806. }
  11807. .md-editor > textarea.markdown-editor,
  11808. .md-editor > .md-preview {
  11809. padding: 15px !important;
  11810. border-top: 1px solid #ddd !important;
  11811. border-bottom: 1px solid #ddd !important;
  11812. background-color: #fff !important;
  11813. }
  11814. div.md-editor.active {
  11815. display: block;
  11816. border: 1px solid #ddd;
  11817. outline: 0;
  11818. -webkit-box-shadow: none;
  11819. box-shadow: none;
  11820. }
  11821. .markdown-editor-status {
  11822. padding: 2px 10px;
  11823. font-size: 9pt;
  11824. color: #959694;
  11825. text-align: right;
  11826.  
  11827. }
  11828.  
  11829. .small-font {
  11830. font-size: 0.9em;
  11831. }
  11832.  
  11833. /**
  11834. * -------------------------
  11835. * Markdown Content Formatting
  11836. * -------------------------
  11837. */
  11838.  
  11839. .markdown-content h1 {
  11840. font-size: 1.6em;
  11841. color: #333;
  11842. }
  11843. .markdown-content h2 {
  11844. font-size: 1.4em;
  11845. color: #333;
  11846. }
  11847. .markdown-content h3 {
  11848. font-size: 1.2em;
  11849. color: #333;
  11850. }
  11851. .markdown-content h4 {
  11852. font-size: 1.1em;
  11853. color: #333;
  11854. }
  11855.  
  11856. .markdown-content pre {
  11857. padding: 15px;
  11858. background-color: #444;
  11859. color: #f8f8f8;
  11860. border: 0;
  11861. }
  11862. .markdown-content pre code {
  11863. white-space: pre;
  11864. word-break: normal;
  11865. word-wrap: normal;
  11866. }
  11867.  
  11868. .markdown-content blockquote {
  11869. font-size: 1em;
  11870. }
  11871.  
  11872. .markdown-content table {
  11873. margin: 10px 0;
  11874. background-color: #fff;
  11875. border: 1px solid #ddd;
  11876. }
  11877. .markdown-content table > thead > tr > th {
  11878. padding: 4px 10px;
  11879. background-color: #f8f8f8;
  11880. border: 1px solid #ddd;
  11881. font-weight: bold;
  11882. text-align: center;
  11883. }
  11884. .markdown-content table > tbody > tr > td {
  11885. padding: 3px 8px;
  11886. border: 1px solid #ddd;
  11887. }
  11888.  
  11889. /**
  11890. * -------------------------
  11891. * Sidebar Panels
  11892. * -------------------------
  11893. */
  11894.  
  11895. .panel-sidebar {
  11896. border-color: #eee;
  11897. font-size: 15px;
  11898. }
  11899. .panel-sidebar>.panel-heading {
  11900. color: #333;
  11901. background-color: #f5f5f5;
  11902. border-bottom: 0;
  11903. }
  11904. .panel-sidebar .panel-title {
  11905. font-size: 1.1em;
  11906. font-weight: 300;
  11907. font-family: 'Open Sans', sans-serif;
  11908. line-height: 26px;
  11909. color: #555;
  11910. }
  11911. .panel-sidebar .panel-minimise {
  11912. margin-top: 4px;
  11913. color: #ddd;
  11914. cursor: pointer;
  11915. transition: transform 200ms ease;
  11916. }
  11917. .panel-sidebar .panel-minimise.minimised {
  11918. transform: rotate(180deg);
  11919. margin-top: 7px;
  11920. }
  11921. .panel-sidebar>.panel-footer {
  11922. color: #333;
  11923. background-color: #f5f5f5;
  11924. border-top: 0;
  11925. }
  11926. .panel-sidebar .list-group-item {
  11927. line-height: 24px;
  11928. }
  11929. .panel-sidebar .list-group-item i.fa:not(.fa-circle-o):not(.fa-dot-circle-o) {
  11930. float: right;
  11931. line-height: 24px;
  11932. font-size: 18px;
  11933. color: #ccc;
  11934. }
  11935. .panel-sidebar .list-group-item.disabled,
  11936. .panel-sidebar .list-group-item.disabled:focus,
  11937. .panel-sidebar .list-group-item.disabled:hover {
  11938. background-color: transparent;
  11939. opacity: 0.5;
  11940. }
  11941.  
  11942. .panel-sidebar a.list-group-item:hover i.fa {
  11943. color: #666 !important;
  11944. }
  11945. .panel-sidebar a.list-group-item.active,
  11946. .panel-sidebar a.list-group-item.active:focus,
  11947. .panel-sidebar a.list-group-item.active:hover {
  11948. background-color: #465054;
  11949. border-color: #465054;
  11950. }
  11951. .panel-sidebar a.list-group-item.active i,
  11952. .panel-sidebar a.list-group-item.active:focus i,
  11953. .panel-sidebar a.list-group-item.active:hover i {
  11954. color: #fff;
  11955. }
  11956. .panel-sidebar.view-filter-btns .list-group-item.active,
  11957. .panel-sidebar.view-filter-btns .list-group-item.active:focus,
  11958. .panel-sidebar.view-filter-btns .list-group-item.active:hover {
  11959. background-color: #eee;
  11960. border-color: #eee;
  11961. color: #555;
  11962. }
  11963.  
  11964. .panel-sidebar .recent-ticket {
  11965. line-height: 20px;
  11966. }
  11967.  
  11968. /**
  11969. * -------------------------
  11970. * Store
  11971. * -------------------------
  11972. */
  11973.  
  11974. .store-order-container {
  11975. margin: 20px 0;
  11976. padding: 30px;
  11977. }
  11978. .store-order-container h2 {
  11979. margin-top: 0;
  11980. }
  11981. .store-order-container .btn {
  11982. padding: 10px 30px;
  11983. font-size: 1.15em;
  11984. font-weight: 300;
  11985. }
  11986.  
  11987. .store-order-container .store-domain-tabs {
  11988. margin-top: 20px;
  11989. }
  11990. .store-order-container .store-domain-tabs li a {
  11991. margin-right: 10px;
  11992. padding: 7px 15px;
  11993. background-color: #f9f9f9;
  11994. border-bottom: 1px solid #ddd;
  11995. }
  11996. .store-order-container .store-domain-tabs li.active a {
  11997. background-color: #fff;
  11998. border-bottom: 1px solid transparent;
  11999. }
  12000. .store-order-container .store-domain-tab-content {
  12001. margin-bottom: 20px;
  12002. padding: 20px;
  12003. border: 1px solid #ddd;
  12004. border-top: 0;
  12005. }
  12006. .store-order-container .store-domain-tab-content a {
  12007. text-decoration: underline;
  12008. }
  12009. .store-order-container .store-domain-tab-content a:hover {
  12010. text-decoration: none;
  12011. }
  12012.  
  12013. .store-order-container .payment-term h4 {
  12014. margin-top: 25px;
  12015. }
  12016. @media (min-width: 768px) {
  12017. .store-order-container .payment-term {
  12018. float: right;
  12019. }
  12020. .store-order-container .payment-term h4 {
  12021. margin-top: 0;
  12022. }
  12023. }
  12024.  
  12025. .store-order-container .domain-validation {
  12026. display: block;
  12027. padding-top: 5px;
  12028. font-size: 1.2em;
  12029. font-weight: 300;
  12030. color: #888;
  12031. }
  12032. .store-order-container .domain-validation.ok {
  12033. color: #53a22d;
  12034. }
  12035.  
  12036. .store-promoted-product {
  12037. margin: 50px 0;
  12038. padding: 30px 30px 50px 30px;
  12039. background-color: #f6f6f6;
  12040. }
  12041. .store-promoted-product .icon {
  12042. height: 200px;
  12043. line-height: 200px;
  12044. text-align: center;
  12045. overflow: hidden;
  12046. }
  12047. .store-promoted-product .icon img {
  12048. max-width: 100%;
  12049. max-height: 100%;
  12050. }
  12051. .store-promoted-product ul.features {
  12052. margin: 20px 0;
  12053. padding: 0;
  12054. list-style: none;
  12055. font-size: 1.1em;
  12056. font-weight: 300;
  12057. }
  12058. .store-promoted-product ul.features li {
  12059. float: left;
  12060. width: 50%;
  12061. margin-bottom: 5px;
  12062. }
  12063. .store-promoted-product ul.features li .fa:not(.fa-spinner) {
  12064. font-size: 1.2em;
  12065. color: #91c590;
  12066. margin-left: 20px;
  12067. margin-right: 10px;
  12068. }
  12069. .store-promoted-product .btn {
  12070. margin-top: 10px;
  12071. padding: 10px 30px;
  12072. font-size: 1.2em;
  12073. font-weight: 300;
  12074. }
  12075.  
  12076. /**
  12077. * -------------------------
  12078. * Promotional Content Formatting
  12079. * -------------------------
  12080. */
  12081.  
  12082. .promo-banner {
  12083. margin: 20px 0;
  12084. padding: 15px 10px 20px 10px;
  12085. background-color: #fff;
  12086. border: 1px solid #ddd;
  12087. font-size: 1em;
  12088. overflow: auto;
  12089. }
  12090. .promo-banner .icon {
  12091. float: left;
  12092. margin: 0 20px 0 0;
  12093. }
  12094. .promo-banner img {
  12095. max-width: 300px;
  12096. max-height: 200px;
  12097. }
  12098. .promo-banner .icon-left {
  12099. margin-bottom: 10px;
  12100. text-align: center;
  12101. }
  12102. @media (max-width: 768px) {
  12103. .promo-banner form {
  12104. text-align: center;
  12105. }
  12106. }
  12107. @media (min-width: 768px) {
  12108. .promo-banner img {
  12109. max-width: 100%;
  12110. max-height: 100%;
  12111. }
  12112. .promo-banner .icon-left {
  12113. float: left;
  12114. margin: 0;
  12115. width: 155px;
  12116. }
  12117. .promo-banner .content {
  12118. margin-left: 185px;
  12119. }
  12120. }
  12121.  
  12122. .promo-banner h3 {
  12123. margin: 0;
  12124. padding: 0;
  12125. font-size: 24px;
  12126. font-weight: 300;
  12127. }
  12128. .promo-banner h4 {
  12129. font-size: 18px;
  12130. font-weight: 300;
  12131. }
  12132.  
  12133. .promo-banner p {
  12134. margin: 5px 0;
  12135. }
  12136.  
  12137. .promo-banner ul {
  12138. margin: 0;
  12139. padding: 0;
  12140. list-style: none;
  12141. font-size: 0.92em;
  12142. }
  12143. .promo-banner ul li {
  12144. margin-bottom: 4px;
  12145. }
  12146. @media (min-width: 1200px) {
  12147. .promo-banner ul li {
  12148. float: left;
  12149. width: 50%;
  12150. }
  12151. }
  12152.  
  12153. .promo-banner .fa:not(.fa-spinner) {
  12154. font-size: 1.2em;
  12155. color: #91c590;
  12156. margin-left: 20px;
  12157. margin-right: 10px;
  12158. }
  12159.  
  12160. .promo-banner a {
  12161. color: #ff6600;
  12162. text-decoration: underline;
  12163. }
  12164. .promo-banner .btn {
  12165. margin: 6px 0 0 0;
  12166. padding: 8px 30px;
  12167. background-color: #ff6600;
  12168. border: 0;
  12169. color: #fff;
  12170. }
  12171.  
  12172. @media (max-width: 650px) {
  12173. .promo-banner .icon {
  12174. width: 100%;
  12175. margin-bottom: 15px;
  12176. }
  12177. }
  12178.  
  12179. .promo-banner-rounded {
  12180. border-radius: 4px;
  12181. }
  12182.  
  12183. .promo-cart {
  12184. margin-top: 0;
  12185. margin-bottom: 0;
  12186. border-bottom: 0;
  12187. }
  12188. .promo-cart:first-child {
  12189. margin-top: 20px;
  12190. }
  12191. .promo-cart:last-child {
  12192. margin-bottom: 20px;
  12193. border-bottom: 1px solid #ddd;
  12194. }
  12195. .promo-cart {
  12196. padding: 20px;
  12197. border-left: 0;
  12198. border-right: 0;
  12199. }
  12200. .promo-cart .btn-add {
  12201. padding: 7px 18px;
  12202. font-size: 1.1em;
  12203. }
  12204. .promo-cart h3 {
  12205. margin: 0 0 10px 0;
  12206. font-size: 20px;
  12207. }
  12208. .promo-cart h4 {
  12209. font-size: 17px;
  12210. }
  12211. @media (min-width: 768px) {
  12212. .promo-cart .icon-left {
  12213. width: 120px;
  12214. }
  12215. .promo-cart .content {
  12216. margin-left: 140px;
  12217. }
  12218. }
  12219. .promo-cart .pricing {
  12220. text-align: center;
  12221. }
  12222. @media (min-width: 768px) and (max-width: 991px), (min-width: 1200px) {
  12223. .promo-cart .pricing {
  12224. float: right;
  12225. margin-top: -10px;
  12226. }
  12227. }
  12228. .promo-cart .pricing h3 {
  12229. margin-bottom: 0;
  12230. }
  12231. .promo-cart {
  12232. border-top: 2px solid #00548a;
  12233. }
  12234. .promo-cart .btn-add {
  12235. background-color: #00548a;
  12236. }
  12237. .promo-cart a {
  12238. color: #3399FF;
  12239. }
  12240. .promo-cart ul li {
  12241. float: none;
  12242. width: 100%;
  12243. margin-bottom: 4px;
  12244. }
  12245.  
  12246. .promo-banner-slim {
  12247. padding: 10px;
  12248. }
  12249. .promo-banner-slim .icon-left {
  12250. width: 85px;
  12251. }
  12252. .promo-banner-slim .content {
  12253. margin-left: 110px;
  12254. }
  12255. .promo-banner-slim h3 {
  12256. font-size: 18px;
  12257. }
  12258. .promo-banner-slim h4 {
  12259. font-size: 14px;
  12260. }
  12261. .promo-banner-slim .btn {
  12262. margin: 0 20px 0 0;
  12263. padding: 6px 20px;
  12264. }
  12265.  
  12266. .promo-banner.symantec-ssl {
  12267. border-top: 3px solid #43737f;
  12268. }
  12269. .promo-banner.symantec-ssl .btn {
  12270. background-color: #4da24c;
  12271. }
  12272.  
  12273. .promo-banner.weebly {
  12274. border-top: 3px solid #2990ea;
  12275. }
  12276. .promo-banner.weebly .btn {
  12277. background-color: #2990ea;
  12278. }
  12279.  
  12280. .promo-banner.spamexperts {
  12281. border-top: 3px solid #58585a;
  12282. }
  12283. .promo-banner.spamexperts .btn {
  12284. background-color: #58585a;
  12285. }
  12286.  
  12287. .promo-banner-slim.weebly .icon-left {
  12288. width: 160px;
  12289. }
  12290. .promo-banner-slim.weebly .content {
  12291. margin-left: 185px;
  12292. }
  12293.  
  12294. /**
  12295. * -------------------------
  12296. * MarketConnect Service SSO
  12297. * -------------------------
  12298. */
  12299.  
  12300. .panel-mc-sso .icon-container {
  12301. margin: 0 auto;
  12302. max-width: 400px;
  12303. }
  12304. .panel-mc-sso .icon-container img {
  12305. max-width: 100%;
  12306. max-height: 175px;
  12307. }
  12308.  
  12309. /**
  12310. * -------------------------
  12311. * Social buttons
  12312. * -------------------------
  12313. */
  12314.  
  12315. .social-signin-btns {
  12316. text-align: center;
  12317. }
  12318. .social-signin-btns .btn {
  12319. margin-bottom: 5px;
  12320. }
  12321.  
  12322. .btn-social {
  12323. position: relative;
  12324. padding-left: 44px;
  12325. text-align: left;
  12326. white-space: nowrap;
  12327. overflow: hidden;
  12328. text-overflow: ellipsis;
  12329. }
  12330.  
  12331. .btn-social i.fa {
  12332. position: absolute;
  12333. left: 0;
  12334. top: 0;
  12335. bottom: 0;
  12336. width: 32px;
  12337. line-height: 34px;
  12338. font-size: 1.6em;
  12339. text-align: center;
  12340. border-right: 1px solid rgba(0, 0, 0, 0.2);
  12341. }
  12342. .btn-facebook {
  12343. color: #fff;
  12344. background-color: #3b5998;
  12345. border-color: rgba(0, 0, 0, 0.2)
  12346. }
  12347. .btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active, .btn-facebook.active, .open .dropdown-toggle.btn-facebook {
  12348. color: #fff;
  12349. background-color: #30487b;
  12350. border-color: rgba(0, 0, 0, 0.2)
  12351. }
  12352. .btn-facebook:active, .btn-facebook.active, .open .dropdown-toggle.btn-facebook {
  12353. background-image: none
  12354. }
  12355. .btn-facebook.disabled, .btn-facebook[disabled], fieldset[disabled] .btn-facebook, .btn-facebook.disabled:hover, .btn-facebook[disabled]:hover, fieldset[disabled] .btn-facebook:hover, .btn-facebook.disabled:focus, .btn-facebook[disabled]:focus, fieldset[disabled] .btn-facebook:focus, .btn-facebook.disabled:active, .btn-facebook[disabled]:active, fieldset[disabled] .btn-facebook:active, .btn-facebook.disabled.active, .btn-facebook[disabled].active, fieldset[disabled] .btn-facebook.active {
  12356. background-color: #3b5998;
  12357. border-color: rgba(0, 0, 0, 0.2)
  12358. }
  12359. .btn-google {
  12360. color: #fff;
  12361. background-color: #dd4b39;
  12362. border-color: rgba(0, 0, 0, 0.2)
  12363. }
  12364. .btn-google:hover, .btn-google:focus, .btn-google:active, .btn-google.active, .open .dropdown-toggle.btn-google {
  12365. color: #fff;
  12366. background-color: #ca3523;
  12367. border-color: rgba(0, 0, 0, 0.2)
  12368. }
  12369. .btn-google:active, .btn-google.active, .open .dropdown-toggle.btn-google {
  12370. background-image: none
  12371. }
  12372. .btn-google.disabled, .btn-google[disabled], fieldset[disabled] .btn-google, .btn-google.disabled:hover, .btn-google-plus[disabled]:hover, fieldset[disabled] .btn-google-plus:hover, .btn-google-plus.disabled:focus, .btn-google-plus[disabled]:focus, fieldset[disabled] .btn-google-plus:focus, .btn-google-plus.disabled:active, .btn-google-plus[disabled]:active, fieldset[disabled] .btn-google-plus:active, .btn-google-plus.disabled.active, .btn-google-plus[disabled].active, fieldset[disabled] .btn-google-plus.active {
  12373. background-color: #dd4b39;
  12374. border-color: rgba(0, 0, 0, 0.2)
  12375. }
  12376. .btn-twitter {
  12377. color: #fff;
  12378. background-color: #2ba9e1;
  12379. border-color: rgba(0, 0, 0, 0.2)
  12380. }
  12381. .btn-twitter:hover, .btn-twitter:focus, .btn-twitter:active, .btn-twitter.active, .open .dropdown-toggle.btn-twitter {
  12382. color: #fff;
  12383. background-color: #1c92c7;
  12384. border-color: rgba(0, 0, 0, 0.2)
  12385. }
  12386. .btn-twitter:active, .btn-twitter.active, .open .dropdown-toggle.btn-twitter {
  12387. background-image: none
  12388. }
  12389. .btn-twitter.disabled, .btn-twitter[disabled], fieldset[disabled] .btn-twitter, .btn-twitter.disabled:hover, .btn-twitter[disabled]:hover, fieldset[disabled] .btn-twitter:hover, .btn-twitter.disabled:focus, .btn-twitter[disabled]:focus, fieldset[disabled] .btn-twitter:focus, .btn-twitter.disabled:active, .btn-twitter[disabled]:active, fieldset[disabled] .btn-twitter:active, .btn-twitter.disabled.active, .btn-twitter[disabled].active, fieldset[disabled] .btn-twitter.active {
  12390. background-color: #2ba9e1;
  12391. border-color: rgba(0, 0, 0, 0.2)
  12392. }
  12393.  
  12394. .providerPreLinking {
  12395. min-height: 52px;
  12396. }
  12397. .providerLinkingFeedback {
  12398. display: none;
  12399. }
  12400.  
  12401. /**
  12402. * -------------------------
  12403. * Registration page
  12404. * -------------------------
  12405. */
  12406.  
  12407. #registration {
  12408. margin: 0;
  12409. padding: 0 0 40px 0;
  12410. }
  12411.  
  12412. #registration .field-container {
  12413. margin: 0 0 30px 0;
  12414. }
  12415.  
  12416. #registration label {
  12417. font-weight: 300;
  12418. color: #666;
  12419. font-size: 13px;
  12420. }
  12421.  
  12422. #registration .info-text-sm {
  12423. font-size: 0.85em;
  12424. text-align: center;
  12425. }
  12426.  
  12427. /*
  12428. * Section Dividers
  12429. */
  12430.  
  12431. #registration .sub-heading {
  12432. height: 0;
  12433. border-top: 1px solid #DDD;
  12434. text-align: center;
  12435. margin-top: 20px;
  12436. margin-bottom: 30px;
  12437. }
  12438. #registration .sub-heading span {
  12439. display: inline-block;
  12440. position: relative;
  12441. padding: 0 17px;
  12442. top: -11px;
  12443. font-size: 16px;
  12444. color: #058;
  12445. background-color: #fff;
  12446. }
  12447.  
  12448.  
  12449. /**
  12450. * Form fields
  12451. */
  12452.  
  12453. #registration .prepend-icon {
  12454. top: 0;
  12455. left: 0;
  12456. display: inline-block;
  12457. vertical-align: top;
  12458. position: relative;
  12459. width: 100%;
  12460. font-weight: normal;
  12461. }
  12462. #registration .field,
  12463. #registration .form-control {
  12464. position: relative;
  12465. vertical-align: top;
  12466. border: 1px solid #DDD;
  12467. display: -moz-inline-stack;
  12468. display: inline-block;
  12469. color: #626262;
  12470. outline: none;
  12471. background: #fff;
  12472. height: 36px;
  12473. width: 100%;
  12474. border-radius: 3px;
  12475. font-size: 13px;
  12476. }
  12477. #registration .input-group-lg > .form-control {
  12478. height: 46px;
  12479. padding: 10px 16px;
  12480. font-size: 18px;
  12481. line-height: 1.3333333;
  12482. border-radius: 6px 0 0 6px;
  12483. }
  12484. #registration .form-control-qty {
  12485. width: 70px;
  12486. text-align: center;
  12487. }
  12488. #registration .form-control-static-inline {
  12489. display: inline-block;
  12490. }
  12491. #registration .form-control:focus {
  12492. border-color: #ddd;
  12493. outline: 0;
  12494. -webkit-box-shadow: none;
  12495. box-shadow: none;
  12496. }
  12497. #registration textarea.field {
  12498. height: auto;
  12499. }
  12500. #registration .prepend-icon .field {
  12501. -webkit-appearance: none;
  12502. padding-left: 36px;
  12503. }
  12504. #registration .prepend-icon .field-icon i {
  12505. position: relative;
  12506. font-size: 14px;
  12507. }
  12508. #registration .prepend-icon .field-icon {
  12509. top: 0;
  12510. z-index: 4;
  12511. width: 42px;
  12512. height: 36px;
  12513. color: inherit;
  12514. line-height: 36px;
  12515. position: absolute;
  12516. text-align: center;
  12517. -webkit-transition: all 0.5s ease-out;
  12518. -moz-transition: all 0.5s ease-out;
  12519. -ms-transition: all 0.5s ease-out;
  12520. -o-transition: all 0.5s ease-out;
  12521. transition: all 0.5s ease-out;
  12522. pointer-events: none;
  12523. }
  12524. #registration .field-icon i {
  12525. color: #bbb;
  12526. }
  12527.  
  12528. #registration .field[disabled],
  12529. #registration .field[readonly] {
  12530. background-color: #f8f8f8;
  12531. opacity: 1;
  12532. }
  12533.  
  12534. #registration .field-help-text {
  12535. display: block;
  12536. margin-top: 5px;
  12537. margin-bottom: 10px;
  12538. color: #888;
  12539. font-size: 12px;
  12540. }
  12541.  
  12542. /* ========================================================================
  12543. * bootstrap-switch - v3.3.2
  12544. * http://www.bootstrap-switch.org
  12545. * ========================================================================
  12546. * Copyright 2012-2013 Mattia Larentis
  12547. *
  12548. * ========================================================================
  12549. * Licensed under the Apache License, Version 2.0 (the "License");
  12550. * you may not use this file except in compliance with the License.
  12551. * You may obtain a copy of the License at
  12552. *
  12553. * http://www.apache.org/licenses/LICENSE-2.0
  12554. *
  12555. * Unless required by applicable law or agreed to in writing, software
  12556. * distributed under the License is distributed on an "AS IS" BASIS,
  12557. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12558. * See the License for the specific language governing permissions and
  12559. * limitations under the License.
  12560. * ========================================================================
  12561. */
  12562.  
  12563. .bootstrap-switch {
  12564. display: inline-block;
  12565. direction: ltr;
  12566. cursor: pointer;
  12567. border-radius: 4px;
  12568. border: 1px solid;
  12569. border-color: #cccccc;
  12570. position: relative;
  12571. text-align: left;
  12572. overflow: hidden;
  12573. line-height: 8px;
  12574. z-index: 0;
  12575. -webkit-user-select: none;
  12576. -moz-user-select: none;
  12577. -ms-user-select: none;
  12578. user-select: none;
  12579. vertical-align: middle;
  12580. -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  12581. transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  12582. }
  12583. .bootstrap-switch .bootstrap-switch-container {
  12584. display: inline-block;
  12585. top: 0;
  12586. border-radius: 4px;
  12587. -webkit-transform: translate3d(0, 0, 0);
  12588. transform: translate3d(0, 0, 0);
  12589. }
  12590. .bootstrap-switch .bootstrap-switch-handle-on,
  12591. .bootstrap-switch .bootstrap-switch-handle-off,
  12592. .bootstrap-switch .bootstrap-switch-label {
  12593. -webkit-box-sizing: border-box;
  12594. -moz-box-sizing: border-box;
  12595. box-sizing: border-box;
  12596. cursor: pointer;
  12597. display: inline-block !important;
  12598. height: 100%;
  12599. padding: 6px 12px;
  12600. font-size: 14px;
  12601. line-height: 20px;
  12602. }
  12603. .bootstrap-switch .bootstrap-switch-handle-on,
  12604. .bootstrap-switch .bootstrap-switch-handle-off {
  12605. text-align: center;
  12606. z-index: 1;
  12607. }
  12608. .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
  12609. .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  12610. color: #fff;
  12611. background: #428bca;
  12612. }
  12613. .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
  12614. .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
  12615. color: #fff;
  12616. background: #5bc0de;
  12617. }
  12618. .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
  12619. .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  12620. color: #fff;
  12621. background: #5cb85c;
  12622. }
  12623. .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
  12624. .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
  12625. background: #f0ad4e;
  12626. color: #fff;
  12627. }
  12628. .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
  12629. .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
  12630. color: #fff;
  12631. background: #d9534f;
  12632. }
  12633. .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
  12634. .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  12635. color: #000;
  12636. background: #eeeeee;
  12637. }
  12638. .bootstrap-switch .bootstrap-switch-label {
  12639. text-align: center;
  12640. margin-top: -1px;
  12641. margin-bottom: -1px;
  12642. z-index: 100;
  12643. color: #333333;
  12644. background: #1900fc;
  12645. }
  12646. .bootstrap-switch .bootstrap-switch-handle-on {
  12647. border-bottom-left-radius: 3px;
  12648. border-top-left-radius: 3px;
  12649. }
  12650. .bootstrap-switch .bootstrap-switch-handle-off {
  12651. border-bottom-right-radius: 3px;
  12652. border-top-right-radius: 3px;
  12653. }
  12654. .bootstrap-switch input[type='radio'],
  12655. .bootstrap-switch input[type='checkbox'] {
  12656. position: absolute !important;
  12657. top: 0;
  12658. left: 0;
  12659. opacity: 0;
  12660. filter: alpha(opacity=0);
  12661. z-index: -1;
  12662. }
  12663. .bootstrap-switch input[type='radio'].form-control,
  12664. .bootstrap-switch input[type='checkbox'].form-control {
  12665. height: auto;
  12666. }
  12667. .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
  12668. .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
  12669. .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  12670. padding: 1px 5px;
  12671. font-size: 12px;
  12672. line-height: 1.5;
  12673. }
  12674. .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
  12675. .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
  12676. .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  12677. padding: 5px 10px;
  12678. font-size: 12px;
  12679. line-height: 1.5;
  12680. }
  12681. .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
  12682. .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
  12683. .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
  12684. padding: 6px 16px;
  12685. font-size: 18px;
  12686. line-height: 1.33;
  12687. }
  12688. .bootstrap-switch.bootstrap-switch-disabled,
  12689. .bootstrap-switch.bootstrap-switch-readonly,
  12690. .bootstrap-switch.bootstrap-switch-indeterminate {
  12691. cursor: default !important;
  12692. }
  12693. .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
  12694. .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
  12695. .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
  12696. .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
  12697. .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
  12698. .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
  12699. .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
  12700. .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
  12701. .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
  12702. opacity: 0.5;
  12703. filter: alpha(opacity=50);
  12704. cursor: default !important;
  12705. }
  12706. .bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
  12707. -webkit-transition: margin-left 0.5s;
  12708. transition: margin-left 0.5s;
  12709. }
  12710. .bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
  12711. border-bottom-left-radius: 0;
  12712. border-top-left-radius: 0;
  12713. border-bottom-right-radius: 3px;
  12714. border-top-right-radius: 3px;
  12715. }
  12716. .bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
  12717. border-bottom-right-radius: 0;
  12718. border-top-right-radius: 0;
  12719. border-bottom-left-radius: 3px;
  12720. border-top-left-radius: 3px;
  12721. }
  12722. .bootstrap-switch.bootstrap-switch-focused {
  12723. border-color: #66afe9;
  12724. outline: 0;
  12725. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  12726. box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  12727. }
  12728. .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
  12729. .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
  12730. border-bottom-right-radius: 3px;
  12731. border-top-right-radius: 3px;
  12732. }
  12733. .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
  12734. .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
  12735. border-bottom-left-radius: 3px;
  12736. border-top-left-radius: 3px;
  12737. }
  12738.  
  12739. .md-editor{display:block;border:1px solid #ddd}.md-editor .md-footer,.md-editor>.md-header{display:block;padding:6px 4px;background:#f5f5f5}.md-editor>.md-header{margin:0}.md-editor>.md-preview{background:#fff;border-top:1px dashed #ddd;border-bottom:1px dashed #ddd;min-height:10px;overflow:auto}.md-editor>textarea{font-family:Menlo,Monaco,Consolas,"Courier New",monospace;font-size:14px;outline:0;margin:0;display:block;padding:0;width:100%;border:0;border-top:1px dashed #ddd;border-bottom:1px dashed #ddd;border-radius:0;box-shadow:none;background:#eee}.md-editor>textarea:focus{box-shadow:none;background:#fff}.md-editor.active{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.md-editor .md-controls{float:right;padding:3px}.md-editor .md-controls .md-control{right:5px;color:#bebebe;padding:3px 3px 3px 10px}.md-editor .md-controls .md-control:hover{color:#333}.md-editor.md-fullscreen-mode{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999;padding:60px 30px 15px;background:#fff!important;border:0!important}.md-editor.md-fullscreen-mode .md-footer{display:none}.md-editor.md-fullscreen-mode .md-input,.md-editor.md-fullscreen-mode .md-preview{margin:0 auto!important;height:100%!important;font-size:20px!important;padding:20px!important;color:#999;line-height:1.6em!important;resize:none!important;box-shadow:none!important;background:#fff!important;border:0!important}.md-editor.md-fullscreen-mode .md-preview{color:#333;overflow:auto}.md-editor.md-fullscreen-mode .md-input:focus,.md-editor.md-fullscreen-mode .md-input:hover{color:#333;background:#fff!important}.md-editor.md-fullscreen-mode .md-header{background:0 0;text-align:center;position:fixed;width:100%;top:20px}.md-editor.md-fullscreen-mode .btn-group{float:none}.md-editor.md-fullscreen-mode .btn{border:0;background:0 0;color:#b3b3b3}.md-editor.md-fullscreen-mode .btn.active,.md-editor.md-fullscreen-mode .btn:active,.md-editor.md-fullscreen-mode .btn:focus,.md-editor.md-fullscreen-mode .btn:hover{box-shadow:none;color:#333}.md-editor.md-fullscreen-mode .md-fullscreen-controls{position:absolute;top:20px;right:20px;text-align:right;z-index:1002;display:block}.md-editor.md-fullscreen-mode .md-fullscreen-controls a{color:#b3b3b3;clear:right;margin:10px;width:30px;height:30px;text-align:center}.md-editor.md-fullscreen-mode .md-fullscreen-controls a:hover{color:#333;text-decoration:none}.md-editor.md-fullscreen-mode .md-editor{height:100%!important;position:relative}.md-editor .md-fullscreen-controls{display:none}.md-nooverflow{overflow:hidden;position:fixed;width:100%}
  12740. table.dataTable {
  12741. clear: both;
  12742. margin-top: 6px !important;
  12743. margin-bottom: 6px !important;
  12744. max-width: none !important;
  12745. border-collapse: separate !important;
  12746. }
  12747. table.dataTable td,
  12748. table.dataTable th {
  12749. -webkit-box-sizing: content-box;
  12750. -moz-box-sizing: content-box;
  12751. box-sizing: content-box;
  12752. }
  12753. table.dataTable td.dataTables_empty,
  12754. table.dataTable th.dataTables_empty {
  12755. text-align: center;
  12756. }
  12757. table.dataTable.nowrap th,
  12758. table.dataTable.nowrap td {
  12759. white-space: nowrap;
  12760. }
  12761.  
  12762. div.dataTables_wrapper div.dataTables_length label {
  12763. font-weight: normal;
  12764. text-align: left;
  12765. white-space: nowrap;
  12766. }
  12767. div.dataTables_wrapper div.dataTables_length select {
  12768. width: 75px;
  12769. display: inline-block;
  12770. }
  12771. div.dataTables_wrapper div.dataTables_filter {
  12772. text-align: right;
  12773. }
  12774. div.dataTables_wrapper div.dataTables_filter label {
  12775. font-weight: normal;
  12776. white-space: nowrap;
  12777. text-align: left;
  12778. }
  12779. div.dataTables_wrapper div.dataTables_filter input {
  12780. margin-left: 0.5em;
  12781. display: inline-block;
  12782. width: auto;
  12783. }
  12784. div.dataTables_wrapper div.dataTables_info {
  12785. padding-top: 8px;
  12786. white-space: nowrap;
  12787. }
  12788. div.dataTables_wrapper div.dataTables_paginate {
  12789. margin: 0;
  12790. white-space: nowrap;
  12791. text-align: right;
  12792. }
  12793. div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  12794. margin: 2px 0;
  12795. white-space: nowrap;
  12796. }
  12797. div.dataTables_wrapper div.dataTables_processing {
  12798. position: absolute;
  12799. top: 50%;
  12800. left: 50%;
  12801. width: 200px;
  12802. margin-left: -100px;
  12803. margin-top: -26px;
  12804. text-align: center;
  12805. padding: 1em 0;
  12806. }
  12807.  
  12808. table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
  12809. table.dataTable thead > tr > td.sorting_asc,
  12810. table.dataTable thead > tr > td.sorting_desc,
  12811. table.dataTable thead > tr > td.sorting {
  12812. padding-right: 30px;
  12813. }
  12814. table.dataTable thead > tr > th:active,
  12815. table.dataTable thead > tr > td:active {
  12816. outline: none;
  12817. }
  12818. table.dataTable thead .sorting,
  12819. table.dataTable thead .sorting_asc,
  12820. table.dataTable thead .sorting_desc,
  12821. table.dataTable thead .sorting_asc_disabled,
  12822. table.dataTable thead .sorting_desc_disabled {
  12823. cursor: pointer;
  12824. position: relative;
  12825. }
  12826. table.dataTable thead .sorting:after,
  12827. table.dataTable thead .sorting_asc:after,
  12828. table.dataTable thead .sorting_desc:after,
  12829. table.dataTable thead .sorting_asc_disabled:after,
  12830. table.dataTable thead .sorting_desc_disabled:after {
  12831. position: absolute;
  12832. bottom: 8px;
  12833. right: 8px;
  12834. display: block;
  12835. font-family: 'Glyphicons Halflings';
  12836. opacity: 0.5;
  12837. }
  12838. table.dataTable thead .sorting:after {
  12839. opacity: 0.2;
  12840. content: "\e150";
  12841. /* sort */
  12842. }
  12843. table.dataTable thead .sorting_asc:after {
  12844. content: "\e155";
  12845. /* sort-by-attributes */
  12846. }
  12847. table.dataTable thead .sorting_desc:after {
  12848. content: "\e156";
  12849. /* sort-by-attributes-alt */
  12850. }
  12851. table.dataTable thead .sorting_asc_disabled:after,
  12852. table.dataTable thead .sorting_desc_disabled:after {
  12853. color: #eee;
  12854. }
  12855.  
  12856. div.dataTables_scrollHead table.dataTable {
  12857. margin-bottom: 0 !important;
  12858. }
  12859.  
  12860. div.dataTables_scrollBody table {
  12861. border-top: none;
  12862. margin-top: 0 !important;
  12863. margin-bottom: 0 !important;
  12864. }
  12865. div.dataTables_scrollBody table thead .sorting:after,
  12866. div.dataTables_scrollBody table thead .sorting_asc:after,
  12867. div.dataTables_scrollBody table thead .sorting_desc:after {
  12868. display: none;
  12869. }
  12870. div.dataTables_scrollBody table tbody tr:first-child th,
  12871. div.dataTables_scrollBody table tbody tr:first-child td {
  12872. border-top: none;
  12873. }
  12874.  
  12875. div.dataTables_scrollFoot table {
  12876. margin-top: 0 !important;
  12877. border-top: none;
  12878. }
  12879.  
  12880. @media screen and (max-width: 767px) {
  12881. div.dataTables_wrapper div.dataTables_length,
  12882. div.dataTables_wrapper div.dataTables_filter,
  12883. div.dataTables_wrapper div.dataTables_info,
  12884. div.dataTables_wrapper div.dataTables_paginate {
  12885. text-align: center;
  12886. }
  12887. }
  12888. table.dataTable.table-condensed > thead > tr > th {
  12889. padding-right: 20px;
  12890. }
  12891. table.dataTable.table-condensed .sorting:after,
  12892. table.dataTable.table-condensed .sorting_asc:after,
  12893. table.dataTable.table-condensed .sorting_desc:after {
  12894. top: 6px;
  12895. right: 6px;
  12896. }
  12897.  
  12898. table.table-bordered.dataTable th,
  12899. table.table-bordered.dataTable td {
  12900. border-left-width: 0;
  12901. }
  12902. table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
  12903. table.table-bordered.dataTable td:last-child,
  12904. table.table-bordered.dataTable td:last-child {
  12905. border-right-width: 0;
  12906. }
  12907. table.table-bordered.dataTable tbody th,
  12908. table.table-bordered.dataTable tbody td {
  12909. border-bottom-width: 0;
  12910. }
  12911.  
  12912. div.dataTables_scrollHead table.table-bordered {
  12913. border-bottom-width: 0;
  12914. }
  12915.  
  12916. div.table-responsive > div.dataTables_wrapper > div.row {
  12917. margin: 0;
  12918. }
  12919. div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  12920. padding-left: 0;
  12921. }
  12922. div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  12923. padding-right: 0;
  12924. }
  12925.  
  12926. table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
  12927. table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
  12928. table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  12929. cursor: default !important;
  12930. }
  12931. table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
  12932. table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
  12933. table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  12934. display: none !important;
  12935. }
  12936. table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
  12937. table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
  12938. position: relative;
  12939. padding-left: 30px;
  12940. cursor: pointer;
  12941. }
  12942. table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
  12943. table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  12944. top: 9px;
  12945. left: 4px;
  12946. height: 14px;
  12947. width: 14px;
  12948. display: block;
  12949. position: absolute;
  12950. color: white;
  12951. border: 2px solid white;
  12952. border-radius: 14px;
  12953. box-shadow: 0 0 3px #444;
  12954. box-sizing: content-box;
  12955. text-align: center;
  12956. font-family: 'Courier New', Courier, monospace;
  12957. line-height: 14px;
  12958. content: '+';
  12959. background-color: #337ab7;
  12960. }
  12961. table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
  12962. table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  12963. content: '-';
  12964. background-color: #d33333;
  12965. }
  12966. table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before {
  12967. display: none;
  12968. }
  12969. table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
  12970. table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  12971. padding-left: 27px;
  12972. }
  12973. table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
  12974. table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  12975. top: 5px;
  12976. left: 4px;
  12977. height: 14px;
  12978. width: 14px;
  12979. border-radius: 14px;
  12980. line-height: 14px;
  12981. text-indent: 3px;
  12982. }
  12983. table.dataTable.dtr-column > tbody > tr > td.control,
  12984. table.dataTable.dtr-column > tbody > tr > th.control {
  12985. position: relative;
  12986. cursor: pointer;
  12987. }
  12988. table.dataTable.dtr-column > tbody > tr > td.control:before,
  12989. table.dataTable.dtr-column > tbody > tr > th.control:before {
  12990. top: 50%;
  12991. left: 50%;
  12992. height: 16px;
  12993. width: 16px;
  12994. margin-top: -10px;
  12995. margin-left: -10px;
  12996. display: block;
  12997. position: absolute;
  12998. color: white;
  12999. border: 2px solid white;
  13000. border-radius: 14px;
  13001. box-shadow: 0 0 3px #444;
  13002. box-sizing: content-box;
  13003. text-align: center;
  13004. font-family: 'Courier New', Courier, monospace;
  13005. line-height: 14px;
  13006. content: '+';
  13007. background-color: #337ab7;
  13008. }
  13009. table.dataTable.dtr-column > tbody > tr.parent td.control:before,
  13010. table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  13011. content: '-';
  13012. background-color: #d33333;
  13013. }
  13014. table.dataTable > tbody > tr.child {
  13015. padding: 0.5em 1em;
  13016. }
  13017. table.dataTable > tbody > tr.child:hover {
  13018. background: transparent !important;
  13019. }
  13020. table.dataTable > tbody > tr.child ul {
  13021. display: inline-block;
  13022. list-style-type: none;
  13023. margin: 0;
  13024. padding: 0;
  13025. }
  13026. table.dataTable > tbody > tr.child ul li {
  13027. border-bottom: 1px solid #efefef;
  13028. padding: 0.5em 0;
  13029. }
  13030. table.dataTable > tbody > tr.child ul li:first-child {
  13031. padding-top: 0;
  13032. }
  13033. table.dataTable > tbody > tr.child ul li:last-child {
  13034. border-bottom: none;
  13035. }
  13036. table.dataTable > tbody > tr.child span.dtr-title {
  13037. display: inline-block;
  13038. min-width: 75px;
  13039. font-weight: bold;
  13040. }
  13041.  
  13042. div.dtr-modal {
  13043. position: fixed;
  13044. box-sizing: border-box;
  13045. top: 0;
  13046. left: 0;
  13047. height: 100%;
  13048. width: 100%;
  13049. z-index: 100;
  13050. padding: 10em 1em;
  13051. }
  13052. div.dtr-modal div.dtr-modal-display {
  13053. position: absolute;
  13054. top: 0;
  13055. left: 0;
  13056. bottom: 0;
  13057. right: 0;
  13058. width: 50%;
  13059. height: 50%;
  13060. overflow: auto;
  13061. margin: auto;
  13062. z-index: 102;
  13063. overflow: auto;
  13064. background-color: #f5f5f7;
  13065. border: 1px solid black;
  13066. border-radius: 0.5em;
  13067. box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
  13068. }
  13069. div.dtr-modal div.dtr-modal-content {
  13070. position: relative;
  13071. padding: 1em;
  13072. }
  13073. div.dtr-modal div.dtr-modal-close {
  13074. position: absolute;
  13075. top: 6px;
  13076. right: 6px;
  13077. width: 22px;
  13078. height: 22px;
  13079. border: 1px solid #eaeaea;
  13080. background-color: #f9f9f9;
  13081. text-align: center;
  13082. border-radius: 3px;
  13083. cursor: pointer;
  13084. z-index: 12;
  13085. }
  13086. div.dtr-modal div.dtr-modal-close:hover {
  13087. background-color: #eaeaea;
  13088. }
  13089. div.dtr-modal div.dtr-modal-background {
  13090. position: fixed;
  13091. top: 0;
  13092. left: 0;
  13093. right: 0;
  13094. bottom: 0;
  13095. z-index: 101;
  13096. background: rgba(0, 0, 0, 0.6);
  13097. }
  13098.  
  13099. @media screen and (max-width: 767px) {
  13100. div.dtr-modal div.dtr-modal-display {
  13101. width: 95%;
  13102. }
  13103. }
  13104. div.dtr-bs-modal table.table tr:first-child td {
  13105. border-top: none;
  13106. }
  13107.  
  13108. .multiselect-container{position:absolute;list-style-type:none;margin:0;padding:0}.multiselect-container .input-group{margin:5px}.multiselect-container>li{padding:0}.multiselect-container>li>a.multiselect-all label{font-weight:700}.multiselect-container>li.multiselect-group label{margin:0;padding:3px 20px 3px 20px;height:100%;font-weight:700}.multiselect-container>li.multiselect-group-clickable label{cursor:pointer}.multiselect-container>li>a{padding:0}.multiselect-container>li>a>label{margin:0;height:100%;cursor:pointer;font-weight:400;padding:3px 20px 3px 40px}.multiselect-container>li>a>label.radio,.multiselect-container>li>a>label.checkbox{margin:0}.multiselect-container>li>a>label>input[type=checkbox]{margin-bottom:5px}.btn-group>.btn-group:nth-child(2)>.multiselect.btn{border-top-left-radius:4px;border-bottom-left-radius:4px}.form-inline .multiselect-container label.checkbox,.form-inline .multiselect-container label.radio{padding:3px 20px 3px 40px}.form-inline .multiselect-container li a label.checkbox input[type=checkbox],.form-inline .multiselect-container li a label.radio input[type=radio]{margin-left:-20px;margin-right:0}
Add Comment
Please, Sign In to add comment