Guest User

Untitled

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