Guest User

css zoutepopcorn shop

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