Guest User

Untitled

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