Guest User

Untitled

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