Guest User

Untitled

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