Advertisement
Guest User

bootstrap

a guest
Jul 29th, 2016
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 126.03 KB | None | 0 0
  1. /*!
  2.  * Bootstrap v3.1.0 (http://getbootstrap.com)
  3.  * Copyright 2011-2014 Twitter, Inc.
  4.  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  5.  */
  6.  
  7. /*! normalize.css v3.0.0 | MIT License | git.io/normalize */
  8.  
  9. html {
  10.   font-family: sans-serif;
  11.   -ms-text-size-adjust: 100%;
  12.   -webkit-text-size-adjust: 100%;
  13. }
  14. body {
  15.   margin: 0;
  16. }
  17. article,
  18. aside,
  19. details,
  20. figcaption,
  21. figure,
  22. footer,
  23. header,
  24. hgroup,
  25. main,
  26. nav,
  27. section,
  28. summary {
  29.   display: block;
  30. }
  31. audio,
  32. canvas,
  33. progress,
  34. video {
  35.   display: inline-block;
  36.   vertical-align: baseline;
  37. }
  38. audio:not([controls]) {
  39.   display: none;
  40.   height: 0;
  41. }
  42. [hidden],
  43. template {
  44.   display: none;
  45. }
  46. a {
  47.   background: transparent;
  48. }
  49. a:active,
  50. a:hover {
  51.   outline: 0;
  52. }
  53. abbr[title] {
  54.   border-bottom: 1px dotted;
  55. }
  56. b,
  57. strong {
  58.   font-weight: bold;
  59. }
  60. dfn {
  61.   font-style: italic;
  62. }
  63. h1 {
  64.   font-size: 2em;
  65.   margin: 0.67em 0;
  66. }
  67. mark {
  68.   background: #ff0;
  69.   color: #000;
  70. }
  71. small {
  72.   font-size: 80%;
  73. }
  74. sub,
  75. sup {
  76.   font-size: 75%;
  77.   line-height: 0;
  78.   position: relative;
  79.   vertical-align: baseline;
  80. }
  81. sup {
  82.   top: -0.5em;
  83. }
  84. sub {
  85.   bottom: -0.25em;
  86. }
  87. img {
  88.   border: 0;
  89. }
  90. svg:not(:root) {
  91.   overflow: hidden;
  92. }
  93. figure {
  94.   margin: 1em 40px;
  95. }
  96. hr {
  97.   -moz-box-sizing: content-box;
  98.   box-sizing: content-box;
  99.   height: 0;
  100. }
  101. pre {
  102.   overflow: auto;
  103. }
  104. code,
  105. kbd,
  106. pre,
  107. samp {
  108.   font-family: monospace, monospace;
  109.   font-size: 1em;
  110. }
  111. button,
  112. input,
  113. optgroup,
  114. select,
  115. textarea {
  116.   color: inherit;
  117.   font: inherit;
  118.   margin: 0;
  119. }
  120. button {
  121.   overflow: visible;
  122. }
  123. button,
  124. select {
  125.   text-transform: none;
  126. }
  127. button,
  128. html input[type="button"],
  129. input[type="reset"],
  130. input[type="submit"] {
  131.   -webkit-appearance: button;
  132.   cursor: pointer;
  133. }
  134. button[disabled],
  135. html input[disabled] {
  136.   cursor: default;
  137. }
  138. button::-moz-focus-inner,
  139. input::-moz-focus-inner {
  140.   border: 0;
  141.   padding: 0;
  142. }
  143. input {
  144.   line-height: normal;
  145. }
  146. input[type="checkbox"],
  147. input[type="radio"] {
  148.   box-sizing: border-box;
  149.   padding: 0;
  150. }
  151. input[type="number"]::-webkit-inner-spin-button,
  152. input[type="number"]::-webkit-outer-spin-button {
  153.   height: auto;
  154. }
  155. input[type="search"] {
  156.   -webkit-appearance: textfield;
  157.   -moz-box-sizing: content-box;
  158.   -webkit-box-sizing: content-box;
  159.   box-sizing: content-box;
  160. }
  161. input[type="search"]::-webkit-search-cancel-button,
  162. input[type="search"]::-webkit-search-decoration {
  163.   -webkit-appearance: none;
  164. }
  165. fieldset {
  166.   border: 1px solid #c0c0c0;
  167.   margin: 0 2px;
  168.   padding: 0.35em 0.625em 0.75em;
  169. }
  170. legend {
  171.   border: 0;
  172.   padding: 0;
  173. }
  174. textarea {
  175.   overflow: auto;
  176. }
  177. optgroup {
  178.   font-weight: bold;
  179. }
  180. table {
  181.   border-collapse: collapse;
  182.   border-spacing: 0;
  183. }
  184. td,
  185. th {
  186.   padding: 0;
  187. }
  188. @media print {
  189.   * {
  190.     text-shadow: none !important;
  191.     color: #000 !important;
  192.     background: transparent !important;
  193.     box-shadow: none !important;
  194.   }
  195.   a,
  196.   a:visited {
  197.     text-decoration: underline;
  198.   }
  199.   a[href]:after {
  200.     content: " (" attr(href) ")";
  201.   }
  202.   abbr[title]:after {
  203.     content: " (" attr(title) ")";
  204.   }
  205.   a[href^="javascript:"]:after,
  206.   a[href^="#"]:after {
  207.     content: "";
  208.   }
  209.   pre,
  210.   blockquote {
  211.     border: 1px solid #999;
  212.     page-break-inside: avoid;
  213.   }
  214.   thead {
  215.     display: table-header-group;
  216.   }
  217.   tr,
  218.   img {
  219.     page-break-inside: avoid;
  220.   }
  221.   img {
  222.     max-width: 100% !important;
  223.   }
  224.   p,
  225.   h2,
  226.   h3 {
  227.     orphans: 3;
  228.     widows: 3;
  229.   }
  230.   h2,
  231.   h3 {
  232.     page-break-after: avoid;
  233.   }
  234.   select {
  235.     background: #fff !important;
  236.   }
  237.   .navbar {
  238.     display: none;
  239.   }
  240.   .table td,
  241.   .table th {
  242.     background-color: #fff !important;
  243.   }
  244.   .btn > .caret,
  245.   .dropup > .btn > .caret {
  246.     border-top-color: #000 !important;
  247.   }
  248.   .label {
  249.     border: 1px solid #000;
  250.   }
  251.   .table {
  252.     border-collapse: collapse !important;
  253.   }
  254.   .table-bordered th,
  255.   .table-bordered td {
  256.     border: 1px solid #ddd !important;
  257.   }
  258. }
  259. * {
  260.   -webkit-box-sizing: border-box;
  261.   -moz-box-sizing: border-box;
  262.   box-sizing: border-box;
  263. }
  264. *:before,
  265. *:after {
  266.   -webkit-box-sizing: border-box;
  267.   -moz-box-sizing: border-box;
  268.   box-sizing: border-box;
  269. }
  270. html {
  271.   font-size: 62.5%;
  272.   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  273. }
  274. body {
  275.   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  276.   font-size: 14px;
  277.   line-height: 1.428571429;
  278.   color: #333333;
  279.   background-color: #ffffff;
  280. }
  281. input,
  282. button,
  283. select,
  284. textarea {
  285.   font-family: inherit;
  286.   font-size: inherit;
  287.   line-height: inherit;
  288. }
  289. a {
  290.   color: #428bca;
  291.   text-decoration: none;
  292. }
  293. a:hover,
  294. a:focus {
  295.   color: #2a6496;
  296.   text-decoration: underline;
  297. }
  298. a:focus {
  299.   outline: thin dotted;
  300.   outline: 5px auto -webkit-focus-ring-color;
  301.   outline-offset: -2px;
  302. }
  303. figure {
  304.   margin: 0;
  305. }
  306. img {
  307.   vertical-align: middle;
  308. }
  309. .img-responsive {
  310.   display: block;
  311.   max-width: 100%;
  312.   height: auto;
  313. }
  314. .img-rounded {
  315.   border-radius: 6px;
  316. }
  317. .img-thumbnail {
  318.   padding: 4px;
  319.   line-height: 1.428571429;
  320.   background-color: #ffffff;
  321.   border: 1px solid #dddddd;
  322.   border-radius: 4px;
  323.   -webkit-transition: all 0.2s ease-in-out;
  324.   transition: all 0.2s ease-in-out;
  325.   display: inline-block;
  326.   max-width: 100%;
  327.   height: auto;
  328. }
  329. .img-circle {
  330.   border-radius: 50%;
  331. }
  332. hr {
  333.   margin-top: 20px;
  334.   margin-bottom: 20px;
  335.   border: 0;
  336.   border-top: 1px solid #eeeeee;
  337. }
  338. .sr-only {
  339.   position: absolute;
  340.   width: 1px;
  341.   height: 1px;
  342.   margin: -1px;
  343.   padding: 0;
  344.   overflow: hidden;
  345.   clip: rect(0, 0, 0, 0);
  346.   border: 0;
  347. }
  348. h1,
  349. h2,
  350. h3,
  351. h4,
  352. h5,
  353. h6,
  354. .h1,
  355. .h2,
  356. .h3,
  357. .h4,
  358. .h5,
  359. .h6 {
  360.   font-family: inherit;
  361.   font-weight: 500;
  362.   line-height: 1.1;
  363.   color: inherit;
  364. }
  365. h1 small,
  366. h2 small,
  367. h3 small,
  368. h4 small,
  369. h5 small,
  370. h6 small,
  371. .h1 small,
  372. .h2 small,
  373. .h3 small,
  374. .h4 small,
  375. .h5 small,
  376. .h6 small,
  377. h1 .small,
  378. h2 .small,
  379. h3 .small,
  380. h4 .small,
  381. h5 .small,
  382. h6 .small,
  383. .h1 .small,
  384. .h2 .small,
  385. .h3 .small,
  386. .h4 .small,
  387. .h5 .small,
  388. .h6 .small {
  389.   font-weight: normal;
  390.   line-height: 1;
  391.   color: #999999;
  392. }
  393. h1,
  394. .h1,
  395. h2,
  396. .h2,
  397. h3,
  398. .h3 {
  399.   margin-top: 20px;
  400.   margin-bottom: 10px;
  401. }
  402. h1 small,
  403. .h1 small,
  404. h2 small,
  405. .h2 small,
  406. h3 small,
  407. .h3 small,
  408. h1 .small,
  409. .h1 .small,
  410. h2 .small,
  411. .h2 .small,
  412. h3 .small,
  413. .h3 .small {
  414.   font-size: 65%;
  415. }
  416. h4,
  417. .h4,
  418. h5,
  419. .h5,
  420. h6,
  421. .h6 {
  422.   margin-top: 10px;
  423.   margin-bottom: 10px;
  424. }
  425. h4 small,
  426. .h4 small,
  427. h5 small,
  428. .h5 small,
  429. h6 small,
  430. .h6 small,
  431. h4 .small,
  432. .h4 .small,
  433. h5 .small,
  434. .h5 .small,
  435. h6 .small,
  436. .h6 .small {
  437.   font-size: 75%;
  438. }
  439. h1,
  440. .h1 {
  441.   font-size: 36px;
  442. }
  443. h2,
  444. .h2 {
  445.   font-size: 30px;
  446. }
  447. h3,
  448. .h3 {
  449.   font-size: 24px;
  450. }
  451. h4,
  452. .h4 {
  453.   font-size: 18px;
  454. }
  455. h5,
  456. .h5 {
  457.   font-size: 14px;
  458. }
  459. h6,
  460. .h6 {
  461.   font-size: 12px;
  462. }
  463. p {
  464.   margin: 0 0 10px;
  465. }
  466. .lead {
  467.   margin-bottom: 20px;
  468.   font-size: 16px;
  469.   font-weight: 200;
  470.   line-height: 1.4;
  471. }
  472. @media (min-width: 768px) {
  473.   .lead {
  474.     font-size: 21px;
  475.   }
  476. }
  477. small,
  478. .small {
  479.   font-size: 85%;
  480. }
  481. cite {
  482.   font-style: normal;
  483. }
  484. .text-left {
  485.   text-align: left;
  486. }
  487. .text-right {
  488.   text-align: right;
  489. }
  490. .text-center {
  491.   text-align: center;
  492. }
  493. .text-justify {
  494.   text-align: justify;
  495. }
  496. .text-muted {
  497.   color: #999999;
  498. }
  499. .text-primary {
  500.   color: #428bca;
  501. }
  502. a.text-primary:hover {
  503.   color: #3071a9;
  504. }
  505. .text-success {
  506.   color: #3c763d;
  507. }
  508. a.text-success:hover {
  509.   color: #2b542c;
  510. }
  511. .text-info {
  512.   color: #31708f;
  513. }
  514. a.text-info:hover {
  515.   color: #245269;
  516. }
  517. .text-warning {
  518.   color: #8a6d3b;
  519. }
  520. a.text-warning:hover {
  521.   color: #66512c;
  522. }
  523. .text-danger {
  524.   color: #a94442;
  525. }
  526. a.text-danger:hover {
  527.   color: #843534;
  528. }
  529. .bg-primary {
  530.   color: #fff;
  531.   background-color: #428bca;
  532. }
  533. a.bg-primary:hover {
  534.   background-color: #3071a9;
  535. }
  536. .bg-success {
  537.   background-color: #dff0d8;
  538. }
  539. a.bg-success:hover {
  540.   background-color: #c1e2b3;
  541. }
  542. .bg-info {
  543.   background-color: #d9edf7;
  544. }
  545. a.bg-info:hover {
  546.   background-color: #afd9ee;
  547. }
  548. .bg-warning {
  549.   background-color: #fcf8e3;
  550. }
  551. a.bg-warning:hover {
  552.   background-color: #f7ecb5;
  553. }
  554. .bg-danger {
  555.   background-color: #f2dede;
  556. }
  557. a.bg-danger:hover {
  558.   background-color: #e4b9b9;
  559. }
  560. .page-header {
  561.   padding-bottom: 9px;
  562.   margin: 40px 0 20px;
  563.   border-bottom: 1px solid #eeeeee;
  564. }
  565. ul,
  566. ol {
  567.   margin-top: 0;
  568.   margin-bottom: 10px;
  569. }
  570. ul ul,
  571. ol ul,
  572. ul ol,
  573. ol ol {
  574.   margin-bottom: 0;
  575. }
  576. .list-unstyled {
  577.   padding-left: 0;
  578.   list-style: none;
  579. }
  580. .list-inline {
  581.   padding-left: 0;
  582.   list-style: none;
  583. }
  584. .list-inline > li {
  585.   display: inline-block;
  586.   padding-left: 5px;
  587.   padding-right: 5px;
  588. }
  589. .list-inline > li:first-child {
  590.   padding-left: 0;
  591. }
  592. dl {
  593.   margin-top: 0;
  594.   margin-bottom: 20px;
  595. }
  596. dt,
  597. dd {
  598.   line-height: 1.428571429;
  599. }
  600. dt {
  601.   font-weight: bold;
  602. }
  603. dd {
  604.   margin-left: 0;
  605. }
  606. @media (min-width: 768px) {
  607.   .dl-horizontal dt {
  608.     float: left;
  609.     width: 160px;
  610.     clear: left;
  611.     text-align: right;
  612.     overflow: hidden;
  613.     text-overflow: ellipsis;
  614.     white-space: nowrap;
  615.   }
  616.   .dl-horizontal dd {
  617.     margin-left: 180px;
  618.   }
  619. }
  620. abbr[title],
  621. abbr[data-original-title] {
  622.   cursor: help;
  623.   border-bottom: 1px dotted #999999;
  624. }
  625. .initialism {
  626.   font-size: 90%;
  627.   text-transform: uppercase;
  628. }
  629. blockquote {
  630.   padding: 10px 20px;
  631.   margin: 0 0 20px;
  632.   font-size: 17.5px;
  633.   border-left: 5px solid #eeeeee;
  634. }
  635. blockquote p:last-child,
  636. blockquote ul:last-child,
  637. blockquote ol:last-child {
  638.   margin-bottom: 0;
  639. }
  640. blockquote footer,
  641. blockquote small,
  642. blockquote .small {
  643.   display: block;
  644.   font-size: 80%;
  645.   line-height: 1.428571429;
  646.   color: #999999;
  647. }
  648. blockquote footer:before,
  649. blockquote small:before,
  650. blockquote .small:before {
  651.   content: '\2014 \00A0';
  652. }
  653. .blockquote-reverse,
  654. blockquote.pull-right {
  655.   padding-right: 15px;
  656.   padding-left: 0;
  657.   border-right: 5px solid #eeeeee;
  658.   border-left: 0;
  659.   text-align: right;
  660. }
  661. .blockquote-reverse footer:before,
  662. blockquote.pull-right footer:before,
  663. .blockquote-reverse small:before,
  664. blockquote.pull-right small:before,
  665. .blockquote-reverse .small:before,
  666. blockquote.pull-right .small:before {
  667.   content: '';
  668. }
  669. .blockquote-reverse footer:after,
  670. blockquote.pull-right footer:after,
  671. .blockquote-reverse small:after,
  672. blockquote.pull-right small:after,
  673. .blockquote-reverse .small:after,
  674. blockquote.pull-right .small:after {
  675.   content: '\00A0 \2014';
  676. }
  677. blockquote:before,
  678. blockquote:after {
  679.   content: "";
  680. }
  681. address {
  682.   margin-bottom: 20px;
  683.   font-style: normal;
  684.   line-height: 1.428571429;
  685. }
  686. code,
  687. kbd,
  688. pre,
  689. samp {
  690.   font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  691. }
  692. code {
  693.   padding: 2px 4px;
  694.   font-size: 90%;
  695.   color: #c7254e;
  696.   background-color: #f9f2f4;
  697.   white-space: nowrap;
  698.   border-radius: 4px;
  699. }
  700. kbd {
  701.   padding: 2px 4px;
  702.   font-size: 90%;
  703.   color: #ffffff;
  704.   background-color: #333333;
  705.   border-radius: 3px;
  706.   box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  707. }
  708. pre {
  709.   display: block;
  710.   padding: 9.5px;
  711.   margin: 0 0 10px;
  712.   font-size: 13px;
  713.   line-height: 1.428571429;
  714.   word-break: break-all;
  715.   word-wrap: break-word;
  716.   color: #333333;
  717.   background-color: #f5f5f5;
  718.   border: 1px solid #cccccc;
  719.   border-radius: 4px;
  720. }
  721. pre code {
  722.   padding: 0;
  723.   font-size: inherit;
  724.   color: inherit;
  725.   white-space: pre-wrap;
  726.   background-color: transparent;
  727.   border-radius: 0;
  728. }
  729. .pre-scrollable {
  730.   max-height: 340px;
  731.   overflow-y: scroll;
  732. }
  733. .container {
  734.   margin-right: auto;
  735.   margin-left: auto;
  736.   padding-left: 15px;
  737.   padding-right: 15px;
  738. }
  739. @media (min-width: 768px) {
  740.   .container {
  741.     width: 750px;
  742.   }
  743. }
  744. @media (min-width: 992px) {
  745.   .container {
  746.     width: 970px;
  747.   }
  748. }
  749. @media (min-width: 1200px) {
  750.   .container {
  751.     width: 1170px;
  752.   }
  753. }
  754. .container-fluid {
  755.   margin-right: auto;
  756.   margin-left: auto;
  757.   padding-left: 15px;
  758.   padding-right: 15px;
  759. }
  760. .row {
  761.   margin-left: -15px;
  762.   margin-right: -15px;
  763. }
  764. .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 {
  765.   position: relative;
  766.   min-height: 1px;
  767.   padding-left: 15px;
  768.   padding-right: 15px;
  769. }
  770. .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 {
  771.   float: left;
  772. }
  773. .col-xs-12 {
  774.   width: 100%;
  775. }
  776. .col-xs-11 {
  777.   width: 91.66666666666666%;
  778. }
  779. .col-xs-10 {
  780.   width: 83.33333333333334%;
  781. }
  782. .col-xs-9 {
  783.   width: 75%;
  784. }
  785. .col-xs-8 {
  786.   width: 66.66666666666666%;
  787. }
  788. .col-xs-7 {
  789.   width: 58.333333333333336%;
  790. }
  791. .col-xs-6 {
  792.   width: 50%;
  793. }
  794. .col-xs-5 {
  795.   width: 41.66666666666667%;
  796. }
  797. .col-xs-4 {
  798.   width: 33.33333333333333%;
  799. }
  800. .col-xs-3 {
  801.   width: 25%;
  802. }
  803. .col-xs-2 {
  804.   width: 16.666666666666664%;
  805. }
  806. .col-xs-1 {
  807.   width: 8.333333333333332%;
  808. }
  809. .col-xs-pull-12 {
  810.   right: 100%;
  811. }
  812. .col-xs-pull-11 {
  813.   right: 91.66666666666666%;
  814. }
  815. .col-xs-pull-10 {
  816.   right: 83.33333333333334%;
  817. }
  818. .col-xs-pull-9 {
  819.   right: 75%;
  820. }
  821. .col-xs-pull-8 {
  822.   right: 66.66666666666666%;
  823. }
  824. .col-xs-pull-7 {
  825.   right: 58.333333333333336%;
  826. }
  827. .col-xs-pull-6 {
  828.   right: 50%;
  829. }
  830. .col-xs-pull-5 {
  831.   right: 41.66666666666667%;
  832. }
  833. .col-xs-pull-4 {
  834.   right: 33.33333333333333%;
  835. }
  836. .col-xs-pull-3 {
  837.   right: 25%;
  838. }
  839. .col-xs-pull-2 {
  840.   right: 16.666666666666664%;
  841. }
  842. .col-xs-pull-1 {
  843.   right: 8.333333333333332%;
  844. }
  845. .col-xs-pull-0 {
  846.   right: 0%;
  847. }
  848. .col-xs-push-12 {
  849.   left: 100%;
  850. }
  851. .col-xs-push-11 {
  852.   left: 91.66666666666666%;
  853. }
  854. .col-xs-push-10 {
  855.   left: 83.33333333333334%;
  856. }
  857. .col-xs-push-9 {
  858.   left: 75%;
  859. }
  860. .col-xs-push-8 {
  861.   left: 66.66666666666666%;
  862. }
  863. .col-xs-push-7 {
  864.   left: 58.333333333333336%;
  865. }
  866. .col-xs-push-6 {
  867.   left: 50%;
  868. }
  869. .col-xs-push-5 {
  870.   left: 41.66666666666667%;
  871. }
  872. .col-xs-push-4 {
  873.   left: 33.33333333333333%;
  874. }
  875. .col-xs-push-3 {
  876.   left: 25%;
  877. }
  878. .col-xs-push-2 {
  879.   left: 16.666666666666664%;
  880. }
  881. .col-xs-push-1 {
  882.   left: 8.333333333333332%;
  883. }
  884. .col-xs-push-0 {
  885.   left: 0%;
  886. }
  887. .col-xs-offset-12 {
  888.   margin-left: 100%;
  889. }
  890. .col-xs-offset-11 {
  891.   margin-left: 91.66666666666666%;
  892. }
  893. .col-xs-offset-10 {
  894.   margin-left: 83.33333333333334%;
  895. }
  896. .col-xs-offset-9 {
  897.   margin-left: 75%;
  898. }
  899. .col-xs-offset-8 {
  900.   margin-left: 66.66666666666666%;
  901. }
  902. .col-xs-offset-7 {
  903.   margin-left: 58.333333333333336%;
  904. }
  905. .col-xs-offset-6 {
  906.   margin-left: 50%;
  907. }
  908. .col-xs-offset-5 {
  909.   margin-left: 41.66666666666667%;
  910. }
  911. .col-xs-offset-4 {
  912.   margin-left: 33.33333333333333%;
  913. }
  914. .col-xs-offset-3 {
  915.   margin-left: 25%;
  916. }
  917. .col-xs-offset-2 {
  918.   margin-left: 16.666666666666664%;
  919. }
  920. .col-xs-offset-1 {
  921.   margin-left: 8.333333333333332%;
  922. }
  923. .col-xs-offset-0 {
  924.   margin-left: 0%;
  925. }
  926. @media (min-width: 768px) {
  927.   .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 {
  928.     float: left;
  929.   }
  930.   .col-sm-12 {
  931.     width: 100%;
  932.   }
  933.   .col-sm-11 {
  934.     width: 91.66666666666666%;
  935.   }
  936.   .col-sm-10 {
  937.     width: 83.33333333333334%;
  938.   }
  939.   .col-sm-9 {
  940.     width: 75%;
  941.   }
  942.   .col-sm-8 {
  943.     width: 66.66666666666666%;
  944.   }
  945.   .col-sm-7 {
  946.     width: 58.333333333333336%;
  947.   }
  948.   .col-sm-6 {
  949.     width: 50%;
  950.   }
  951.   .col-sm-5 {
  952.     width: 41.66666666666667%;
  953.   }
  954.   .col-sm-4 {
  955.     width: 33.33333333333333%;
  956.   }
  957.   .col-sm-3 {
  958.     width: 25%;
  959.   }
  960.   .col-sm-2 {
  961.     width: 16.666666666666664%;
  962.   }
  963.   .col-sm-1 {
  964.     width: 8.333333333333332%;
  965.   }
  966.   .col-sm-pull-12 {
  967.     right: 100%;
  968.   }
  969.   .col-sm-pull-11 {
  970.     right: 91.66666666666666%;
  971.   }
  972.   .col-sm-pull-10 {
  973.     right: 83.33333333333334%;
  974.   }
  975.   .col-sm-pull-9 {
  976.     right: 75%;
  977.   }
  978.   .col-sm-pull-8 {
  979.     right: 66.66666666666666%;
  980.   }
  981.   .col-sm-pull-7 {
  982.     right: 58.333333333333336%;
  983.   }
  984.   .col-sm-pull-6 {
  985.     right: 50%;
  986.   }
  987.   .col-sm-pull-5 {
  988.     right: 41.66666666666667%;
  989.   }
  990.   .col-sm-pull-4 {
  991.     right: 33.33333333333333%;
  992.   }
  993.   .col-sm-pull-3 {
  994.     right: 25%;
  995.   }
  996.   .col-sm-pull-2 {
  997.     right: 16.666666666666664%;
  998.   }
  999.   .col-sm-pull-1 {
  1000.     right: 8.333333333333332%;
  1001.   }
  1002.   .col-sm-pull-0 {
  1003.     right: 0%;
  1004.   }
  1005.   .col-sm-push-12 {
  1006.     left: 100%;
  1007.   }
  1008.   .col-sm-push-11 {
  1009.     left: 91.66666666666666%;
  1010.   }
  1011.   .col-sm-push-10 {
  1012.     left: 83.33333333333334%;
  1013.   }
  1014.   .col-sm-push-9 {
  1015.     left: 75%;
  1016.   }
  1017.   .col-sm-push-8 {
  1018.     left: 66.66666666666666%;
  1019.   }
  1020.   .col-sm-push-7 {
  1021.     left: 58.333333333333336%;
  1022.   }
  1023.   .col-sm-push-6 {
  1024.     left: 50%;
  1025.   }
  1026.   .col-sm-push-5 {
  1027.     left: 41.66666666666667%;
  1028.   }
  1029.   .col-sm-push-4 {
  1030.     left: 33.33333333333333%;
  1031.   }
  1032.   .col-sm-push-3 {
  1033.     left: 25%;
  1034.   }
  1035.   .col-sm-push-2 {
  1036.     left: 16.666666666666664%;
  1037.   }
  1038.   .col-sm-push-1 {
  1039.     left: 8.333333333333332%;
  1040.   }
  1041.   .col-sm-push-0 {
  1042.     left: 0%;
  1043.   }
  1044.   .col-sm-offset-12 {
  1045.     margin-left: 100%;
  1046.   }
  1047.   .col-sm-offset-11 {
  1048.     margin-left: 91.66666666666666%;
  1049.   }
  1050.   .col-sm-offset-10 {
  1051.     margin-left: 83.33333333333334%;
  1052.   }
  1053.   .col-sm-offset-9 {
  1054.     margin-left: 75%;
  1055.   }
  1056.   .col-sm-offset-8 {
  1057.     margin-left: 66.66666666666666%;
  1058.   }
  1059.   .col-sm-offset-7 {
  1060.     margin-left: 58.333333333333336%;
  1061.   }
  1062.   .col-sm-offset-6 {
  1063.     margin-left: 50%;
  1064.   }
  1065.   .col-sm-offset-5 {
  1066.     margin-left: 41.66666666666667%;
  1067.   }
  1068.   .col-sm-offset-4 {
  1069.     margin-left: 33.33333333333333%;
  1070.   }
  1071.   .col-sm-offset-3 {
  1072.     margin-left: 25%;
  1073.   }
  1074.   .col-sm-offset-2 {
  1075.     margin-left: 16.666666666666664%;
  1076.   }
  1077.   .col-sm-offset-1 {
  1078.     margin-left: 8.333333333333332%;
  1079.   }
  1080.   .col-sm-offset-0 {
  1081.     margin-left: 0%;
  1082.   }
  1083. }
  1084. @media (min-width: 992px) {
  1085.   .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 {
  1086.     float: left;
  1087.   }
  1088.   .col-md-12 {
  1089.     width: 100%;
  1090.   }
  1091.   .col-md-11 {
  1092.     width: 91.66666666666666%;
  1093.   }
  1094.   .col-md-10 {
  1095.     width: 83.33333333333334%;
  1096.   }
  1097.   .col-md-9 {
  1098.     width: 75%;
  1099.   }
  1100.   .col-md-8 {
  1101.     width: 66.66666666666666%;
  1102.   }
  1103.   .col-md-7 {
  1104.     width: 58.333333333333336%;
  1105.   }
  1106.   .col-md-6 {
  1107.     width: 50%;
  1108.   }
  1109.   .col-md-5 {
  1110.     width: 41.66666666666667%;
  1111.   }
  1112.   .col-md-4 {
  1113.     width: 33.33333333333333%;
  1114.   }
  1115.   .col-md-3 {
  1116.     width: 25%;
  1117.   }
  1118.   .col-md-2 {
  1119.     width: 16.666666666666664%;
  1120.   }
  1121.   .col-md-1 {
  1122.     width: 8.333333333333332%;
  1123.   }
  1124.   .col-md-pull-12 {
  1125.     right: 100%;
  1126.   }
  1127.   .col-md-pull-11 {
  1128.     right: 91.66666666666666%;
  1129.   }
  1130.   .col-md-pull-10 {
  1131.     right: 83.33333333333334%;
  1132.   }
  1133.   .col-md-pull-9 {
  1134.     right: 75%;
  1135.   }
  1136.   .col-md-pull-8 {
  1137.     right: 66.66666666666666%;
  1138.   }
  1139.   .col-md-pull-7 {
  1140.     right: 58.333333333333336%;
  1141.   }
  1142.   .col-md-pull-6 {
  1143.     right: 50%;
  1144.   }
  1145.   .col-md-pull-5 {
  1146.     right: 41.66666666666667%;
  1147.   }
  1148.   .col-md-pull-4 {
  1149.     right: 33.33333333333333%;
  1150.   }
  1151.   .col-md-pull-3 {
  1152.     right: 25%;
  1153.   }
  1154.   .col-md-pull-2 {
  1155.     right: 16.666666666666664%;
  1156.   }
  1157.   .col-md-pull-1 {
  1158.     right: 8.333333333333332%;
  1159.   }
  1160.   .col-md-pull-0 {
  1161.     right: 0%;
  1162.   }
  1163.   .col-md-push-12 {
  1164.     left: 100%;
  1165.   }
  1166.   .col-md-push-11 {
  1167.     left: 91.66666666666666%;
  1168.   }
  1169.   .col-md-push-10 {
  1170.     left: 83.33333333333334%;
  1171.   }
  1172.   .col-md-push-9 {
  1173.     left: 75%;
  1174.   }
  1175.   .col-md-push-8 {
  1176.     left: 66.66666666666666%;
  1177.   }
  1178.   .col-md-push-7 {
  1179.     left: 58.333333333333336%;
  1180.   }
  1181.   .col-md-push-6 {
  1182.     left: 50%;
  1183.   }
  1184.   .col-md-push-5 {
  1185.     left: 41.66666666666667%;
  1186.   }
  1187.   .col-md-push-4 {
  1188.     left: 33.33333333333333%;
  1189.   }
  1190.   .col-md-push-3 {
  1191.     left: 25%;
  1192.   }
  1193.   .col-md-push-2 {
  1194.     left: 16.666666666666664%;
  1195.   }
  1196.   .col-md-push-1 {
  1197.     left: 8.333333333333332%;
  1198.   }
  1199.   .col-md-push-0 {
  1200.     left: 0%;
  1201.   }
  1202.   .col-md-offset-12 {
  1203.     margin-left: 100%;
  1204.   }
  1205.   .col-md-offset-11 {
  1206.     margin-left: 91.66666666666666%;
  1207.   }
  1208.   .col-md-offset-10 {
  1209.     margin-left: 83.33333333333334%;
  1210.   }
  1211.   .col-md-offset-9 {
  1212.     margin-left: 75%;
  1213.   }
  1214.   .col-md-offset-8 {
  1215.     margin-left: 66.66666666666666%;
  1216.   }
  1217.   .col-md-offset-7 {
  1218.     margin-left: 58.333333333333336%;
  1219.   }
  1220.   .col-md-offset-6 {
  1221.     margin-left: 50%;
  1222.   }
  1223.   .col-md-offset-5 {
  1224.     margin-left: 41.66666666666667%;
  1225.   }
  1226.   .col-md-offset-4 {
  1227.     margin-left: 33.33333333333333%;
  1228.   }
  1229.   .col-md-offset-3 {
  1230.     margin-left: 25%;
  1231.   }
  1232.   .col-md-offset-2 {
  1233.     margin-left: 16.666666666666664%;
  1234.   }
  1235.   .col-md-offset-1 {
  1236.     margin-left: 8.333333333333332%;
  1237.   }
  1238.   .col-md-offset-0 {
  1239.     margin-left: 0%;
  1240.   }
  1241. }
  1242. @media (min-width: 1200px) {
  1243.   .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 {
  1244.     float: left;
  1245.   }
  1246.   .col-lg-12 {
  1247.     width: 100%;
  1248.   }
  1249.   .col-lg-11 {
  1250.     width: 91.66666666666666%;
  1251.   }
  1252.   .col-lg-10 {
  1253.     width: 83.33333333333334%;
  1254.   }
  1255.   .col-lg-9 {
  1256.     width: 75%;
  1257.   }
  1258.   .col-lg-8 {
  1259.     width: 66.66666666666666%;
  1260.   }
  1261.   .col-lg-7 {
  1262.     width: 58.333333333333336%;
  1263.   }
  1264.   .col-lg-6 {
  1265.     width: 50%;
  1266.   }
  1267.   .col-lg-5 {
  1268.     width: 41.66666666666667%;
  1269.   }
  1270.   .col-lg-4 {
  1271.     width: 33.33333333333333%;
  1272.   }
  1273.   .col-lg-3 {
  1274.     width: 25%;
  1275.   }
  1276.   .col-lg-2 {
  1277.     width: 16.666666666666664%;
  1278.   }
  1279.   .col-lg-1 {
  1280.     width: 8.333333333333332%;
  1281.   }
  1282.   .col-lg-pull-12 {
  1283.     right: 100%;
  1284.   }
  1285.   .col-lg-pull-11 {
  1286.     right: 91.66666666666666%;
  1287.   }
  1288.   .col-lg-pull-10 {
  1289.     right: 83.33333333333334%;
  1290.   }
  1291.   .col-lg-pull-9 {
  1292.     right: 75%;
  1293.   }
  1294.   .col-lg-pull-8 {
  1295.     right: 66.66666666666666%;
  1296.   }
  1297.   .col-lg-pull-7 {
  1298.     right: 58.333333333333336%;
  1299.   }
  1300.   .col-lg-pull-6 {
  1301.     right: 50%;
  1302.   }
  1303.   .col-lg-pull-5 {
  1304.     right: 41.66666666666667%;
  1305.   }
  1306.   .col-lg-pull-4 {
  1307.     right: 33.33333333333333%;
  1308.   }
  1309.   .col-lg-pull-3 {
  1310.     right: 25%;
  1311.   }
  1312.   .col-lg-pull-2 {
  1313.     right: 16.666666666666664%;
  1314.   }
  1315.   .col-lg-pull-1 {
  1316.     right: 8.333333333333332%;
  1317.   }
  1318.   .col-lg-pull-0 {
  1319.     right: 0%;
  1320.   }
  1321.   .col-lg-push-12 {
  1322.     left: 100%;
  1323.   }
  1324.   .col-lg-push-11 {
  1325.     left: 91.66666666666666%;
  1326.   }
  1327.   .col-lg-push-10 {
  1328.     left: 83.33333333333334%;
  1329.   }
  1330.   .col-lg-push-9 {
  1331.     left: 75%;
  1332.   }
  1333.   .col-lg-push-8 {
  1334.     left: 66.66666666666666%;
  1335.   }
  1336.   .col-lg-push-7 {
  1337.     left: 58.333333333333336%;
  1338.   }
  1339.   .col-lg-push-6 {
  1340.     left: 50%;
  1341.   }
  1342.   .col-lg-push-5 {
  1343.     left: 41.66666666666667%;
  1344.   }
  1345.   .col-lg-push-4 {
  1346.     left: 33.33333333333333%;
  1347.   }
  1348.   .col-lg-push-3 {
  1349.     left: 25%;
  1350.   }
  1351.   .col-lg-push-2 {
  1352.     left: 16.666666666666664%;
  1353.   }
  1354.   .col-lg-push-1 {
  1355.     left: 8.333333333333332%;
  1356.   }
  1357.   .col-lg-push-0 {
  1358.     left: 0%;
  1359.   }
  1360.   .col-lg-offset-12 {
  1361.     margin-left: 100%;
  1362.   }
  1363.   .col-lg-offset-11 {
  1364.     margin-left: 91.66666666666666%;
  1365.   }
  1366.   .col-lg-offset-10 {
  1367.     margin-left: 83.33333333333334%;
  1368.   }
  1369.   .col-lg-offset-9 {
  1370.     margin-left: 75%;
  1371.   }
  1372.   .col-lg-offset-8 {
  1373.     margin-left: 66.66666666666666%;
  1374.   }
  1375.   .col-lg-offset-7 {
  1376.     margin-left: 58.333333333333336%;
  1377.   }
  1378.   .col-lg-offset-6 {
  1379.     margin-left: 50%;
  1380.   }
  1381.   .col-lg-offset-5 {
  1382.     margin-left: 41.66666666666667%;
  1383.   }
  1384.   .col-lg-offset-4 {
  1385.     margin-left: 33.33333333333333%;
  1386.   }
  1387.   .col-lg-offset-3 {
  1388.     margin-left: 25%;
  1389.   }
  1390.   .col-lg-offset-2 {
  1391.     margin-left: 16.666666666666664%;
  1392.   }
  1393.   .col-lg-offset-1 {
  1394.     margin-left: 8.333333333333332%;
  1395.   }
  1396.   .col-lg-offset-0 {
  1397.     margin-left: 0%;
  1398.   }
  1399. }
  1400. table {
  1401.   max-width: 100%;
  1402.   background-color: transparent;
  1403. }
  1404. th {
  1405.   text-align: left;
  1406. }
  1407. .table {
  1408.   width: 100%;
  1409.   margin-bottom: 20px;
  1410. }
  1411. .table > thead > tr > th,
  1412. .table > tbody > tr > th,
  1413. .table > tfoot > tr > th,
  1414. .table > thead > tr > td,
  1415. .table > tbody > tr > td,
  1416. .table > tfoot > tr > td {
  1417.   padding: 8px;
  1418.   line-height: 1.428571429;
  1419.   vertical-align: top;
  1420.   border-top: 1px solid #dddddd;
  1421. }
  1422. .table > thead > tr > th {
  1423.   vertical-align: bottom;
  1424.   border-bottom: 2px solid #dddddd;
  1425. }
  1426. .table > caption + thead > tr:first-child > th,
  1427. .table > colgroup + thead > tr:first-child > th,
  1428. .table > thead:first-child > tr:first-child > th,
  1429. .table > caption + thead > tr:first-child > td,
  1430. .table > colgroup + thead > tr:first-child > td,
  1431. .table > thead:first-child > tr:first-child > td {
  1432.   border-top: 0;
  1433. }
  1434. .table > tbody + tbody {
  1435.   border-top: 2px solid #dddddd;
  1436. }
  1437. .table .table {
  1438.   background-color: #ffffff;
  1439. }
  1440. .table-condensed > thead > tr > th,
  1441. .table-condensed > tbody > tr > th,
  1442. .table-condensed > tfoot > tr > th,
  1443. .table-condensed > thead > tr > td,
  1444. .table-condensed > tbody > tr > td,
  1445. .table-condensed > tfoot > tr > td {
  1446.   padding: 5px;
  1447. }
  1448. .table-bordered {
  1449.   border: 1px solid #dddddd;
  1450. }
  1451. .table-bordered > thead > tr > th,
  1452. .table-bordered > tbody > tr > th,
  1453. .table-bordered > tfoot > tr > th,
  1454. .table-bordered > thead > tr > td,
  1455. .table-bordered > tbody > tr > td,
  1456. .table-bordered > tfoot > tr > td {
  1457.   border: 1px solid #dddddd;
  1458. }
  1459. .table-bordered > thead > tr > th,
  1460. .table-bordered > thead > tr > td {
  1461.   border-bottom-width: 2px;
  1462. }
  1463. .table-striped > tbody > tr:nth-child(odd) > td,
  1464. .table-striped > tbody > tr:nth-child(odd) > th {
  1465.   background-color: #f9f9f9;
  1466. }
  1467. .table-hover > tbody > tr:hover > td,
  1468. .table-hover > tbody > tr:hover > th {
  1469.   background-color: #f5f5f5;
  1470. }
  1471. table col[class*="col-"] {
  1472.   position: static;
  1473.   float: none;
  1474.   display: table-column;
  1475. }
  1476. table td[class*="col-"],
  1477. table th[class*="col-"] {
  1478.   position: static;
  1479.   float: none;
  1480.   display: table-cell;
  1481. }
  1482. .table > thead > tr > td.active,
  1483. .table > tbody > tr > td.active,
  1484. .table > tfoot > tr > td.active,
  1485. .table > thead > tr > th.active,
  1486. .table > tbody > tr > th.active,
  1487. .table > tfoot > tr > th.active,
  1488. .table > thead > tr.active > td,
  1489. .table > tbody > tr.active > td,
  1490. .table > tfoot > tr.active > td,
  1491. .table > thead > tr.active > th,
  1492. .table > tbody > tr.active > th,
  1493. .table > tfoot > tr.active > th {
  1494.   background-color: #f5f5f5;
  1495. }
  1496. .table-hover > tbody > tr > td.active:hover,
  1497. .table-hover > tbody > tr > th.active:hover,
  1498. .table-hover > tbody > tr.active:hover > td,
  1499. .table-hover > tbody > tr.active:hover > th {
  1500.   background-color: #e8e8e8;
  1501. }
  1502. .table > thead > tr > td.success,
  1503. .table > tbody > tr > td.success,
  1504. .table > tfoot > tr > td.success,
  1505. .table > thead > tr > th.success,
  1506. .table > tbody > tr > th.success,
  1507. .table > tfoot > tr > th.success,
  1508. .table > thead > tr.success > td,
  1509. .table > tbody > tr.success > td,
  1510. .table > tfoot > tr.success > td,
  1511. .table > thead > tr.success > th,
  1512. .table > tbody > tr.success > th,
  1513. .table > tfoot > tr.success > th {
  1514.   background-color: #dff0d8;
  1515. }
  1516. .table-hover > tbody > tr > td.success:hover,
  1517. .table-hover > tbody > tr > th.success:hover,
  1518. .table-hover > tbody > tr.success:hover > td,
  1519. .table-hover > tbody > tr.success:hover > th {
  1520.   background-color: #d0e9c6;
  1521. }
  1522. .table > thead > tr > td.info,
  1523. .table > tbody > tr > td.info,
  1524. .table > tfoot > tr > td.info,
  1525. .table > thead > tr > th.info,
  1526. .table > tbody > tr > th.info,
  1527. .table > tfoot > tr > th.info,
  1528. .table > thead > tr.info > td,
  1529. .table > tbody > tr.info > td,
  1530. .table > tfoot > tr.info > td,
  1531. .table > thead > tr.info > th,
  1532. .table > tbody > tr.info > th,
  1533. .table > tfoot > tr.info > th {
  1534.   background-color: #d9edf7;
  1535. }
  1536. .table-hover > tbody > tr > td.info:hover,
  1537. .table-hover > tbody > tr > th.info:hover,
  1538. .table-hover > tbody > tr.info:hover > td,
  1539. .table-hover > tbody > tr.info:hover > th {
  1540.   background-color: #c4e3f3;
  1541. }
  1542. .table > thead > tr > td.warning,
  1543. .table > tbody > tr > td.warning,
  1544. .table > tfoot > tr > td.warning,
  1545. .table > thead > tr > th.warning,
  1546. .table > tbody > tr > th.warning,
  1547. .table > tfoot > tr > th.warning,
  1548. .table > thead > tr.warning > td,
  1549. .table > tbody > tr.warning > td,
  1550. .table > tfoot > tr.warning > td,
  1551. .table > thead > tr.warning > th,
  1552. .table > tbody > tr.warning > th,
  1553. .table > tfoot > tr.warning > th {
  1554.   background-color: #fcf8e3;
  1555. }
  1556. .table-hover > tbody > tr > td.warning:hover,
  1557. .table-hover > tbody > tr > th.warning:hover,
  1558. .table-hover > tbody > tr.warning:hover > td,
  1559. .table-hover > tbody > tr.warning:hover > th {
  1560.   background-color: #faf2cc;
  1561. }
  1562. .table > thead > tr > td.danger,
  1563. .table > tbody > tr > td.danger,
  1564. .table > tfoot > tr > td.danger,
  1565. .table > thead > tr > th.danger,
  1566. .table > tbody > tr > th.danger,
  1567. .table > tfoot > tr > th.danger,
  1568. .table > thead > tr.danger > td,
  1569. .table > tbody > tr.danger > td,
  1570. .table > tfoot > tr.danger > td,
  1571. .table > thead > tr.danger > th,
  1572. .table > tbody > tr.danger > th,
  1573. .table > tfoot > tr.danger > th {
  1574.   background-color: #f2dede;
  1575. }
  1576. .table-hover > tbody > tr > td.danger:hover,
  1577. .table-hover > tbody > tr > th.danger:hover,
  1578. .table-hover > tbody > tr.danger:hover > td,
  1579. .table-hover > tbody > tr.danger:hover > th {
  1580.   background-color: #ebcccc;
  1581. }
  1582. @media (max-width: 767px) {
  1583.   .table-responsive {
  1584.     width: 100%;
  1585.     margin-bottom: 15px;
  1586.     overflow-y: hidden;
  1587.     overflow-x: scroll;
  1588.     -ms-overflow-style: -ms-autohiding-scrollbar;
  1589.     border: 1px solid #dddddd;
  1590.     -webkit-overflow-scrolling: touch;
  1591.   }
  1592.   .table-responsive > .table {
  1593.     margin-bottom: 0;
  1594.   }
  1595.   .table-responsive > .table > thead > tr > th,
  1596.   .table-responsive > .table > tbody > tr > th,
  1597.   .table-responsive > .table > tfoot > tr > th,
  1598.   .table-responsive > .table > thead > tr > td,
  1599.   .table-responsive > .table > tbody > tr > td,
  1600.   .table-responsive > .table > tfoot > tr > td {
  1601.     white-space: nowrap;
  1602.   }
  1603.   .table-responsive > .table-bordered {
  1604.     border: 0;
  1605.   }
  1606.   .table-responsive > .table-bordered > thead > tr > th:first-child,
  1607.   .table-responsive > .table-bordered > tbody > tr > th:first-child,
  1608.   .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  1609.   .table-responsive > .table-bordered > thead > tr > td:first-child,
  1610.   .table-responsive > .table-bordered > tbody > tr > td:first-child,
  1611.   .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  1612.     border-left: 0;
  1613.   }
  1614.   .table-responsive > .table-bordered > thead > tr > th:last-child,
  1615.   .table-responsive > .table-bordered > tbody > tr > th:last-child,
  1616.   .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  1617.   .table-responsive > .table-bordered > thead > tr > td:last-child,
  1618.   .table-responsive > .table-bordered > tbody > tr > td:last-child,
  1619.   .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  1620.     border-right: 0;
  1621.   }
  1622.   .table-responsive > .table-bordered > tbody > tr:last-child > th,
  1623.   .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  1624.   .table-responsive > .table-bordered > tbody > tr:last-child > td,
  1625.   .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  1626.     border-bottom: 0;
  1627.   }
  1628. }
  1629. fieldset {
  1630.   padding: 0;
  1631.   margin: 0;
  1632.   border: 0;
  1633.   min-width: 0;
  1634. }
  1635. legend {
  1636.   display: block;
  1637.   width: 100%;
  1638.   padding: 0;
  1639.   margin-bottom: 20px;
  1640.   font-size: 21px;
  1641.   line-height: inherit;
  1642.   color: #333333;
  1643.   border: 0;
  1644.   border-bottom: 1px solid #e5e5e5;
  1645. }
  1646. label {
  1647.   display: inline-block;
  1648.   margin-bottom: 5px;
  1649.   font-weight: bold;
  1650. }
  1651. input[type="search"] {
  1652.   -webkit-box-sizing: border-box;
  1653.   -moz-box-sizing: border-box;
  1654.   box-sizing: border-box;
  1655. }
  1656. input[type="radio"],
  1657. input[type="checkbox"] {
  1658.   margin: 4px 0 0;
  1659.   margin-top: 1px \9;
  1660.   /* IE8-9 */
  1661.   line-height: normal;
  1662. }
  1663. input[type="file"] {
  1664.   display: block;
  1665. }
  1666. input[type="range"] {
  1667.   display: block;
  1668.   width: 100%;
  1669. }
  1670. select[multiple],
  1671. select[size] {
  1672.   height: auto;
  1673. }
  1674. input[type="file"]:focus,
  1675. input[type="radio"]:focus,
  1676. input[type="checkbox"]:focus {
  1677.   outline: thin dotted;
  1678.   outline: 5px auto -webkit-focus-ring-color;
  1679.   outline-offset: -2px;
  1680. }
  1681. output {
  1682.   display: block;
  1683.   padding-top: 7px;
  1684.   font-size: 14px;
  1685.   line-height: 1.428571429;
  1686.   color: #555555;
  1687. }
  1688. .form-control {
  1689.   display: block;
  1690.   width: 100%;
  1691.   height: 34px;
  1692.   padding: 6px 12px;
  1693.   font-size: 14px;
  1694.   line-height: 1.428571429;
  1695.   color: #555555;
  1696.   background-color: #ffffff;
  1697.   background-image: none;
  1698.   border: 1px solid #cccccc;
  1699.   border-radius: 4px;
  1700.   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1701.   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1702.   -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  1703.   transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  1704. }
  1705. .form-control:focus {
  1706.   border-color: #66afe9;
  1707.   outline: 0;
  1708.   -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  1709.   box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  1710. }
  1711. .form-control:-moz-placeholder {
  1712.   color: #999999;
  1713. }
  1714. .form-control::-moz-placeholder {
  1715.   color: #999999;
  1716.   opacity: 1;
  1717. }
  1718. .form-control:-ms-input-placeholder {
  1719.   color: #999999;
  1720. }
  1721. .form-control::-webkit-input-placeholder {
  1722.   color: #999999;
  1723. }
  1724. .form-control[disabled],
  1725. .form-control[readonly],
  1726. fieldset[disabled] .form-control {
  1727.   cursor: not-allowed;
  1728.   background-color: #eeeeee;
  1729.   opacity: 1;
  1730. }
  1731. textarea.form-control {
  1732.   height: auto;
  1733. }
  1734. input[type="date"] {
  1735.   line-height: 34px;
  1736. }
  1737. .form-group {
  1738.   margin-bottom: 15px;
  1739. }
  1740. .radio,
  1741. .checkbox {
  1742.   display: block;
  1743.   min-height: 20px;
  1744.   margin-top: 10px;
  1745.   margin-bottom: 10px;
  1746.   padding-left: 20px;
  1747. }
  1748. .radio label,
  1749. .checkbox label {
  1750.   display: inline;
  1751.   font-weight: normal;
  1752.   cursor: pointer;
  1753. }
  1754. .radio input[type="radio"],
  1755. .radio-inline input[type="radio"],
  1756. .checkbox input[type="checkbox"],
  1757. .checkbox-inline input[type="checkbox"] {
  1758.   float: left;
  1759.   margin-left: -20px;
  1760. }
  1761. .radio + .radio,
  1762. .checkbox + .checkbox {
  1763.   margin-top: -5px;
  1764. }
  1765. .radio-inline,
  1766. .checkbox-inline {
  1767.   display: inline-block;
  1768.   padding-left: 20px;
  1769.   margin-bottom: 0;
  1770.   vertical-align: middle;
  1771.   font-weight: normal;
  1772.   cursor: pointer;
  1773. }
  1774. .radio-inline + .radio-inline,
  1775. .checkbox-inline + .checkbox-inline {
  1776.   margin-top: 0;
  1777.   margin-left: 10px;
  1778. }
  1779. input[type="radio"][disabled],
  1780. input[type="checkbox"][disabled],
  1781. .radio[disabled],
  1782. .radio-inline[disabled],
  1783. .checkbox[disabled],
  1784. .checkbox-inline[disabled],
  1785. fieldset[disabled] input[type="radio"],
  1786. fieldset[disabled] input[type="checkbox"],
  1787. fieldset[disabled] .radio,
  1788. fieldset[disabled] .radio-inline,
  1789. fieldset[disabled] .checkbox,
  1790. fieldset[disabled] .checkbox-inline {
  1791.   cursor: not-allowed;
  1792. }
  1793. .input-sm {
  1794.   height: 30px;
  1795.   padding: 5px 10px;
  1796.   font-size: 12px;
  1797.   line-height: 1.5;
  1798.   border-radius: 3px;
  1799. }
  1800. select.input-sm {
  1801.   height: 30px;
  1802.   line-height: 30px;
  1803. }
  1804. textarea.input-sm,
  1805. select[multiple].input-sm {
  1806.   height: auto;
  1807. }
  1808. .input-lg {
  1809.   height: 46px;
  1810.   padding: 10px 16px;
  1811.   font-size: 18px;
  1812.   line-height: 1.33;
  1813.   border-radius: 6px;
  1814. }
  1815. select.input-lg {
  1816.   height: 46px;
  1817.   line-height: 46px;
  1818. }
  1819. textarea.input-lg,
  1820. select[multiple].input-lg {
  1821.   height: auto;
  1822. }
  1823. .has-feedback {
  1824.   position: relative;
  1825. }
  1826. .has-feedback .form-control {
  1827.   padding-right: 42.5px;
  1828. }
  1829. .has-feedback .form-control-feedback {
  1830.   position: absolute;
  1831.   top: 25px;
  1832.   right: 0;
  1833.   display: block;
  1834.   width: 34px;
  1835.   height: 34px;
  1836.   line-height: 34px;
  1837.   text-align: center;
  1838. }
  1839. .has-success .help-block,
  1840. .has-success .control-label,
  1841. .has-success .radio,
  1842. .has-success .checkbox,
  1843. .has-success .radio-inline,
  1844. .has-success .checkbox-inline {
  1845.   color: #3c763d;
  1846. }
  1847. .has-success .form-control {
  1848.   border-color: #3c763d;
  1849.   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1850.   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1851. }
  1852. .has-success .form-control:focus {
  1853.   border-color: #2b542c;
  1854.   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  1855.   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  1856. }
  1857. .has-success .input-group-addon {
  1858.   color: #3c763d;
  1859.   border-color: #3c763d;
  1860.   background-color: #dff0d8;
  1861. }
  1862. .has-success .form-control-feedback {
  1863.   color: #3c763d;
  1864. }
  1865. .has-warning .help-block,
  1866. .has-warning .control-label,
  1867. .has-warning .radio,
  1868. .has-warning .checkbox,
  1869. .has-warning .radio-inline,
  1870. .has-warning .checkbox-inline {
  1871.   color: #8a6d3b;
  1872. }
  1873. .has-warning .form-control {
  1874.   border-color: #8a6d3b;
  1875.   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1876.   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1877. }
  1878. .has-warning .form-control:focus {
  1879.   border-color: #66512c;
  1880.   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  1881.   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  1882. }
  1883. .has-warning .input-group-addon {
  1884.   color: #8a6d3b;
  1885.   border-color: #8a6d3b;
  1886.   background-color: #fcf8e3;
  1887. }
  1888. .has-warning .form-control-feedback {
  1889.   color: #8a6d3b;
  1890. }
  1891. .has-error .help-block,
  1892. .has-error .control-label,
  1893. .has-error .radio,
  1894. .has-error .checkbox,
  1895. .has-error .radio-inline,
  1896. .has-error .checkbox-inline {
  1897.   color: #a94442;
  1898. }
  1899. .has-error .form-control {
  1900.   border-color: #a94442;
  1901.   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1902.   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1903. }
  1904. .has-error .form-control:focus {
  1905.   border-color: #843534;
  1906.   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  1907.   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  1908. }
  1909. .has-error .input-group-addon {
  1910.   color: #a94442;
  1911.   border-color: #a94442;
  1912.   background-color: #f2dede;
  1913. }
  1914. .has-error .form-control-feedback {
  1915.   color: #a94442;
  1916. }
  1917. .form-control-static {
  1918.   margin-bottom: 0;
  1919. }
  1920. .help-block {
  1921.   display: block;
  1922.   margin-top: 5px;
  1923.   margin-bottom: 10px;
  1924.   color: #737373;
  1925. }
  1926. @media (min-width: 768px) {
  1927.   .form-inline .form-group {
  1928.     display: inline-block;
  1929.     margin-bottom: 0;
  1930.     vertical-align: middle;
  1931.   }
  1932.   .form-inline .form-control {
  1933.     display: inline-block;
  1934.     width: auto;
  1935.     vertical-align: middle;
  1936.   }
  1937.   .form-inline .control-label {
  1938.     margin-bottom: 0;
  1939.     vertical-align: middle;
  1940.   }
  1941.   .form-inline .radio,
  1942.   .form-inline .checkbox {
  1943.     display: inline-block;
  1944.     margin-top: 0;
  1945.     margin-bottom: 0;
  1946.     padding-left: 0;
  1947.     vertical-align: middle;
  1948.   }
  1949.   .form-inline .radio input[type="radio"],
  1950.   .form-inline .checkbox input[type="checkbox"] {
  1951.     float: none;
  1952.     margin-left: 0;
  1953.   }
  1954.   .form-inline .has-feedback .form-control-feedback {
  1955.     top: 0;
  1956.   }
  1957. }
  1958. .form-horizontal .control-label,
  1959. .form-horizontal .radio,
  1960. .form-horizontal .checkbox,
  1961. .form-horizontal .radio-inline,
  1962. .form-horizontal .checkbox-inline {
  1963.   margin-top: 0;
  1964.   margin-bottom: 0;
  1965.   padding-top: 7px;
  1966. }
  1967. .form-horizontal .radio,
  1968. .form-horizontal .checkbox {
  1969.   min-height: 27px;
  1970. }
  1971. .form-horizontal .form-group {
  1972.   margin-left: -15px;
  1973.   margin-right: -15px;
  1974. }
  1975. .form-horizontal .form-control-static {
  1976.   padding-top: 7px;
  1977. }
  1978. @media (min-width: 768px) {
  1979.   .form-horizontal .control-label {
  1980.     text-align: right;
  1981.   }
  1982. }
  1983. .form-horizontal .has-feedback .form-control-feedback {
  1984.   top: 0;
  1985.   right: 15px;
  1986. }
  1987. .btn {
  1988.   display: inline-block;
  1989.   margin-bottom: 0;
  1990.   font-weight: normal;
  1991.   text-align: center;
  1992.   vertical-align: middle;
  1993.   cursor: pointer;
  1994.   background-image: none;
  1995.   border: 1px solid transparent;
  1996.   white-space: nowrap;
  1997.   padding: 6px 12px;
  1998.   font-size: 14px;
  1999.   line-height: 1.428571429;
  2000.   border-radius: 4px;
  2001.   -webkit-user-select: none;
  2002.   -moz-user-select: none;
  2003.   -ms-user-select: none;
  2004.   -o-user-select: none;
  2005.   user-select: none;
  2006. }
  2007. .btn:focus {
  2008.   outline: thin dotted;
  2009.   outline: 5px auto -webkit-focus-ring-color;
  2010.   outline-offset: -2px;
  2011. }
  2012. .btn:hover,
  2013. .btn:focus {
  2014.   color: #333333;
  2015.   text-decoration: none;
  2016. }
  2017. .btn:active,
  2018. .btn.active {
  2019.   outline: 0;
  2020.   background-image: none;
  2021.   -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2022.   box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2023. }
  2024. .btn.disabled,
  2025. .btn[disabled],
  2026. fieldset[disabled] .btn {
  2027.   cursor: not-allowed;
  2028.   pointer-events: none;
  2029.   opacity: 0.65;
  2030.   filter: alpha(opacity=65);
  2031.   -webkit-box-shadow: none;
  2032.   box-shadow: none;
  2033. }
  2034. .btn-default {
  2035.   color: #333333;
  2036.   background-color: #ffffff;
  2037.   border-color: #cccccc;
  2038. }
  2039. .btn-default:hover,
  2040. .btn-default:focus,
  2041. .btn-default:active,
  2042. .btn-default.active,
  2043. .open .dropdown-toggle.btn-default {
  2044.   color: #333333;
  2045.   background-color: #ebebeb;
  2046.   border-color: #adadad;
  2047. }
  2048. .btn-default:active,
  2049. .btn-default.active,
  2050. .open .dropdown-toggle.btn-default {
  2051.   background-image: none;
  2052. }
  2053. .btn-default.disabled,
  2054. .btn-default[disabled],
  2055. fieldset[disabled] .btn-default,
  2056. .btn-default.disabled:hover,
  2057. .btn-default[disabled]:hover,
  2058. fieldset[disabled] .btn-default:hover,
  2059. .btn-default.disabled:focus,
  2060. .btn-default[disabled]:focus,
  2061. fieldset[disabled] .btn-default:focus,
  2062. .btn-default.disabled:active,
  2063. .btn-default[disabled]:active,
  2064. fieldset[disabled] .btn-default:active,
  2065. .btn-default.disabled.active,
  2066. .btn-default[disabled].active,
  2067. fieldset[disabled] .btn-default.active {
  2068.   background-color: #ffffff;
  2069.   border-color: #cccccc;
  2070. }
  2071. .btn-default .badge {
  2072.   color: #ffffff;
  2073.   background-color: #333333;
  2074. }
  2075. .btn-primary {
  2076.   color: #ffffff;
  2077.   background-color: #428bca;
  2078.   border-color: #357ebd;
  2079. }
  2080. .btn-primary:hover,
  2081. .btn-primary:focus,
  2082. .btn-primary:active,
  2083. .btn-primary.active,
  2084. .open .dropdown-toggle.btn-primary {
  2085.   color: #ffffff;
  2086.   background-color: #3276b1;
  2087.   border-color: #285e8e;
  2088. }
  2089. .btn-primary:active,
  2090. .btn-primary.active,
  2091. .open .dropdown-toggle.btn-primary {
  2092.   background-image: none;
  2093. }
  2094. .btn-primary.disabled,
  2095. .btn-primary[disabled],
  2096. fieldset[disabled] .btn-primary,
  2097. .btn-primary.disabled:hover,
  2098. .btn-primary[disabled]:hover,
  2099. fieldset[disabled] .btn-primary:hover,
  2100. .btn-primary.disabled:focus,
  2101. .btn-primary[disabled]:focus,
  2102. fieldset[disabled] .btn-primary:focus,
  2103. .btn-primary.disabled:active,
  2104. .btn-primary[disabled]:active,
  2105. fieldset[disabled] .btn-primary:active,
  2106. .btn-primary.disabled.active,
  2107. .btn-primary[disabled].active,
  2108. fieldset[disabled] .btn-primary.active {
  2109.   background-color: #428bca;
  2110.   border-color: #357ebd;
  2111. }
  2112. .btn-primary .badge {
  2113.   color: #428bca;
  2114.   background-color: #ffffff;
  2115. }
  2116. .btn-success {
  2117.   color: #ffffff;
  2118.   background-color: #5cb85c;
  2119.   border-color: #4cae4c;
  2120. }
  2121. .btn-success:hover,
  2122. .btn-success:focus,
  2123. .btn-success:active,
  2124. .btn-success.active,
  2125. .open .dropdown-toggle.btn-success {
  2126.   color: #ffffff;
  2127.   background-color: #47a447;
  2128.   border-color: #398439;
  2129. }
  2130. .btn-success:active,
  2131. .btn-success.active,
  2132. .open .dropdown-toggle.btn-success {
  2133.   background-image: none;
  2134. }
  2135. .btn-success.disabled,
  2136. .btn-success[disabled],
  2137. fieldset[disabled] .btn-success,
  2138. .btn-success.disabled:hover,
  2139. .btn-success[disabled]:hover,
  2140. fieldset[disabled] .btn-success:hover,
  2141. .btn-success.disabled:focus,
  2142. .btn-success[disabled]:focus,
  2143. fieldset[disabled] .btn-success:focus,
  2144. .btn-success.disabled:active,
  2145. .btn-success[disabled]:active,
  2146. fieldset[disabled] .btn-success:active,
  2147. .btn-success.disabled.active,
  2148. .btn-success[disabled].active,
  2149. fieldset[disabled] .btn-success.active {
  2150.   background-color: #5cb85c;
  2151.   border-color: #4cae4c;
  2152. }
  2153. .btn-success .badge {
  2154.   color: #5cb85c;
  2155.   background-color: #ffffff;
  2156. }
  2157. .btn-info {
  2158.   color: #ffffff;
  2159.   background-color: #5bc0de;
  2160.   border-color: #46b8da;
  2161. }
  2162. .btn-info:hover,
  2163. .btn-info:focus,
  2164. .btn-info:active,
  2165. .btn-info.active,
  2166. .open .dropdown-toggle.btn-info {
  2167.   color: #ffffff;
  2168.   background-color: #39b3d7;
  2169.   border-color: #269abc;
  2170. }
  2171. .btn-info:active,
  2172. .btn-info.active,
  2173. .open .dropdown-toggle.btn-info {
  2174.   background-image: none;
  2175. }
  2176. .btn-info.disabled,
  2177. .btn-info[disabled],
  2178. fieldset[disabled] .btn-info,
  2179. .btn-info.disabled:hover,
  2180. .btn-info[disabled]:hover,
  2181. fieldset[disabled] .btn-info:hover,
  2182. .btn-info.disabled:focus,
  2183. .btn-info[disabled]:focus,
  2184. fieldset[disabled] .btn-info:focus,
  2185. .btn-info.disabled:active,
  2186. .btn-info[disabled]:active,
  2187. fieldset[disabled] .btn-info:active,
  2188. .btn-info.disabled.active,
  2189. .btn-info[disabled].active,
  2190. fieldset[disabled] .btn-info.active {
  2191.   background-color: #5bc0de;
  2192.   border-color: #46b8da;
  2193. }
  2194. .btn-info .badge {
  2195.   color: #5bc0de;
  2196.   background-color: #ffffff;
  2197. }
  2198. .btn-warning {
  2199.   color: #ffffff;
  2200.   background-color: #f0ad4e;
  2201.   border-color: #eea236;
  2202. }
  2203. .btn-warning:hover,
  2204. .btn-warning:focus,
  2205. .btn-warning:active,
  2206. .btn-warning.active,
  2207. .open .dropdown-toggle.btn-warning {
  2208.   color: #ffffff;
  2209.   background-color: #ed9c28;
  2210.   border-color: #d58512;
  2211. }
  2212. .btn-warning:active,
  2213. .btn-warning.active,
  2214. .open .dropdown-toggle.btn-warning {
  2215.   background-image: none;
  2216. }
  2217. .btn-warning.disabled,
  2218. .btn-warning[disabled],
  2219. fieldset[disabled] .btn-warning,
  2220. .btn-warning.disabled:hover,
  2221. .btn-warning[disabled]:hover,
  2222. fieldset[disabled] .btn-warning:hover,
  2223. .btn-warning.disabled:focus,
  2224. .btn-warning[disabled]:focus,
  2225. fieldset[disabled] .btn-warning:focus,
  2226. .btn-warning.disabled:active,
  2227. .btn-warning[disabled]:active,
  2228. fieldset[disabled] .btn-warning:active,
  2229. .btn-warning.disabled.active,
  2230. .btn-warning[disabled].active,
  2231. fieldset[disabled] .btn-warning.active {
  2232.   background-color: #f0ad4e;
  2233.   border-color: #eea236;
  2234. }
  2235. .btn-warning .badge {
  2236.   color: #f0ad4e;
  2237.   background-color: #ffffff;
  2238. }
  2239. .btn-danger {
  2240.   color: #ffffff;
  2241.   background-color: #d9534f;
  2242.   border-color: #d43f3a;
  2243. }
  2244. .btn-danger:hover,
  2245. .btn-danger:focus,
  2246. .btn-danger:active,
  2247. .btn-danger.active,
  2248. .open .dropdown-toggle.btn-danger {
  2249.   color: #ffffff;
  2250.   background-color: #d2322d;
  2251.   border-color: #ac2925;
  2252. }
  2253. .btn-danger:active,
  2254. .btn-danger.active,
  2255. .open .dropdown-toggle.btn-danger {
  2256.   background-image: none;
  2257. }
  2258. .btn-danger.disabled,
  2259. .btn-danger[disabled],
  2260. fieldset[disabled] .btn-danger,
  2261. .btn-danger.disabled:hover,
  2262. .btn-danger[disabled]:hover,
  2263. fieldset[disabled] .btn-danger:hover,
  2264. .btn-danger.disabled:focus,
  2265. .btn-danger[disabled]:focus,
  2266. fieldset[disabled] .btn-danger:focus,
  2267. .btn-danger.disabled:active,
  2268. .btn-danger[disabled]:active,
  2269. fieldset[disabled] .btn-danger:active,
  2270. .btn-danger.disabled.active,
  2271. .btn-danger[disabled].active,
  2272. fieldset[disabled] .btn-danger.active {
  2273.   background-color: #d9534f;
  2274.   border-color: #d43f3a;
  2275. }
  2276. .btn-danger .badge {
  2277.   color: #d9534f;
  2278.   background-color: #ffffff;
  2279. }
  2280. .btn-link {
  2281.   color: #428bca;
  2282.   font-weight: normal;
  2283.   cursor: pointer;
  2284.   border-radius: 0;
  2285. }
  2286. .btn-link,
  2287. .btn-link:active,
  2288. .btn-link[disabled],
  2289. fieldset[disabled] .btn-link {
  2290.   background-color: transparent;
  2291.   -webkit-box-shadow: none;
  2292.   box-shadow: none;
  2293. }
  2294. .btn-link,
  2295. .btn-link:hover,
  2296. .btn-link:focus,
  2297. .btn-link:active {
  2298.   border-color: transparent;
  2299. }
  2300. .btn-link:hover,
  2301. .btn-link:focus {
  2302.   color: #2a6496;
  2303.   text-decoration: underline;
  2304.   background-color: transparent;
  2305. }
  2306. .btn-link[disabled]:hover,
  2307. fieldset[disabled] .btn-link:hover,
  2308. .btn-link[disabled]:focus,
  2309. fieldset[disabled] .btn-link:focus {
  2310.   color: #999999;
  2311.   text-decoration: none;
  2312. }
  2313. .btn-lg {
  2314.   padding: 10px 16px;
  2315.   font-size: 18px;
  2316.   line-height: 1.33;
  2317.   border-radius: 6px;
  2318. }
  2319. .btn-sm {
  2320.   padding: 5px 10px;
  2321.   font-size: 12px;
  2322.   line-height: 1.5;
  2323.   border-radius: 3px;
  2324. }
  2325. .btn-xs {
  2326.   padding: 1px 5px;
  2327.   font-size: 12px;
  2328.   line-height: 1.5;
  2329.   border-radius: 3px;
  2330. }
  2331. .btn-block {
  2332.   display: block;
  2333.   width: 100%;
  2334.   padding-left: 0;
  2335.   padding-right: 0;
  2336. }
  2337. .btn-block + .btn-block {
  2338.   margin-top: 5px;
  2339. }
  2340. input[type="submit"].btn-block,
  2341. input[type="reset"].btn-block,
  2342. input[type="button"].btn-block {
  2343.   width: 100%;
  2344. }
  2345. .fade {
  2346.   opacity: 0;
  2347.   -webkit-transition: opacity 0.15s linear;
  2348.   transition: opacity 0.15s linear;
  2349. }
  2350. .fade.in {
  2351.   opacity: 1;
  2352. }
  2353. .collapse {
  2354.   display: none;
  2355. }
  2356. .collapse.in {
  2357.   display: block;
  2358. }
  2359. .collapsing {
  2360.   position: relative;
  2361.   height: 0;
  2362.   overflow: hidden;
  2363.   -webkit-transition: height 0.35s ease;
  2364.   transition: height 0.35s ease;
  2365. }
  2366. @font-face {
  2367.   font-family: 'Glyphicons Halflings';
  2368.   src: url('../fonts/glyphicons-halflings-regular.eot');
  2369.   src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
  2370. }
  2371. .glyphicon {
  2372.   position: relative;
  2373.   top: 1px;
  2374.   display: inline-block;
  2375.   font-family: 'Glyphicons Halflings';
  2376.   font-style: normal;
  2377.   font-weight: normal;
  2378.   line-height: 1;
  2379.   -webkit-font-smoothing: antialiased;
  2380.   -moz-osx-font-smoothing: grayscale;
  2381. }
  2382. .glyphicon-asterisk:before {
  2383.   content: "\2a";
  2384. }
  2385. .glyphicon-plus:before {
  2386.   content: "\2b";
  2387. }
  2388. .glyphicon-euro:before {
  2389.   content: "\20ac";
  2390. }
  2391. .glyphicon-minus:before {
  2392.   content: "\2212";
  2393. }
  2394. .glyphicon-cloud:before {
  2395.   content: "\2601";
  2396. }
  2397. .glyphicon-envelope:before {
  2398.   content: "\2709";
  2399. }
  2400. .glyphicon-pencil:before {
  2401.   content: "\270f";
  2402. }
  2403. .glyphicon-glass:before {
  2404.   content: "\e001";
  2405. }
  2406. .glyphicon-music:before {
  2407.   content: "\e002";
  2408. }
  2409. .glyphicon-search:before {
  2410.   content: "\e003";
  2411. }
  2412. .glyphicon-heart:before {
  2413.   content: "\e005";
  2414. }
  2415. .glyphicon-star:before {
  2416.   content: "\e006";
  2417. }
  2418. .glyphicon-star-empty:before {
  2419.   content: "\e007";
  2420. }
  2421. .glyphicon-user:before {
  2422.   content: "\e008";
  2423. }
  2424. .glyphicon-film:before {
  2425.   content: "\e009";
  2426. }
  2427. .glyphicon-th-large:before {
  2428.   content: "\e010";
  2429. }
  2430. .glyphicon-th:before {
  2431.   content: "\e011";
  2432. }
  2433. .glyphicon-th-list:before {
  2434.   content: "\e012";
  2435. }
  2436. .glyphicon-ok:before {
  2437.   content: "\e013";
  2438. }
  2439. .glyphicon-remove:before {
  2440.   content: "\e014";
  2441. }
  2442. .glyphicon-zoom-in:before {
  2443.   content: "\e015";
  2444. }
  2445. .glyphicon-zoom-out:before {
  2446.   content: "\e016";
  2447. }
  2448. .glyphicon-off:before {
  2449.   content: "\e017";
  2450. }
  2451. .glyphicon-signal:before {
  2452.   content: "\e018";
  2453. }
  2454. .glyphicon-cog:before {
  2455.   content: "\e019";
  2456. }
  2457. .glyphicon-trash:before {
  2458.   content: "\e020";
  2459. }
  2460. .glyphicon-home:before {
  2461.   content: "\e021";
  2462. }
  2463. .glyphicon-file:before {
  2464.   content: "\e022";
  2465. }
  2466. .glyphicon-time:before {
  2467.   content: "\e023";
  2468. }
  2469. .glyphicon-road:before {
  2470.   content: "\e024";
  2471. }
  2472. .glyphicon-download-alt:before {
  2473.   content: "\e025";
  2474. }
  2475. .glyphicon-download:before {
  2476.   content: "\e026";
  2477. }
  2478. .glyphicon-upload:before {
  2479.   content: "\e027";
  2480. }
  2481. .glyphicon-inbox:before {
  2482.   content: "\e028";
  2483. }
  2484. .glyphicon-play-circle:before {
  2485.   content: "\e029";
  2486. }
  2487. .glyphicon-repeat:before {
  2488.   content: "\e030";
  2489. }
  2490. .glyphicon-refresh:before {
  2491.   content: "\e031";
  2492. }
  2493. .glyphicon-list-alt:before {
  2494.   content: "\e032";
  2495. }
  2496. .glyphicon-lock:before {
  2497.   content: "\e033";
  2498. }
  2499. .glyphicon-flag:before {
  2500.   content: "\e034";
  2501. }
  2502. .glyphicon-headphones:before {
  2503.   content: "\e035";
  2504. }
  2505. .glyphicon-volume-off:before {
  2506.   content: "\e036";
  2507. }
  2508. .glyphicon-volume-down:before {
  2509.   content: "\e037";
  2510. }
  2511. .glyphicon-volume-up:before {
  2512.   content: "\e038";
  2513. }
  2514. .glyphicon-qrcode:before {
  2515.   content: "\e039";
  2516. }
  2517. .glyphicon-barcode:before {
  2518.   content: "\e040";
  2519. }
  2520. .glyphicon-tag:before {
  2521.   content: "\e041";
  2522. }
  2523. .glyphicon-tags:before {
  2524.   content: "\e042";
  2525. }
  2526. .glyphicon-book:before {
  2527.   content: "\e043";
  2528. }
  2529. .glyphicon-bookmark:before {
  2530.   content: "\e044";
  2531. }
  2532. .glyphicon-print:before {
  2533.   content: "\e045";
  2534. }
  2535. .glyphicon-camera:before {
  2536.   content: "\e046";
  2537. }
  2538. .glyphicon-font:before {
  2539.   content: "\e047";
  2540. }
  2541. .glyphicon-bold:before {
  2542.   content: "\e048";
  2543. }
  2544. .glyphicon-italic:before {
  2545.   content: "\e049";
  2546. }
  2547. .glyphicon-text-height:before {
  2548.   content: "\e050";
  2549. }
  2550. .glyphicon-text-width:before {
  2551.   content: "\e051";
  2552. }
  2553. .glyphicon-align-left:before {
  2554.   content: "\e052";
  2555. }
  2556. .glyphicon-align-center:before {
  2557.   content: "\e053";
  2558. }
  2559. .glyphicon-align-right:before {
  2560.   content: "\e054";
  2561. }
  2562. .glyphicon-align-justify:before {
  2563.   content: "\e055";
  2564. }
  2565. .glyphicon-list:before {
  2566.   content: "\e056";
  2567. }
  2568. .glyphicon-indent-left:before {
  2569.   content: "\e057";
  2570. }
  2571. .glyphicon-indent-right:before {
  2572.   content: "\e058";
  2573. }
  2574. .glyphicon-facetime-video:before {
  2575.   content: "\e059";
  2576. }
  2577. .glyphicon-picture:before {
  2578.   content: "\e060";
  2579. }
  2580. .glyphicon-map-marker:before {
  2581.   content: "\e062";
  2582. }
  2583. .glyphicon-adjust:before {
  2584.   content: "\e063";
  2585. }
  2586. .glyphicon-tint:before {
  2587.   content: "\e064";
  2588. }
  2589. .glyphicon-edit:before {
  2590.   content: "\e065";
  2591. }
  2592. .glyphicon-share:before {
  2593.   content: "\e066";
  2594. }
  2595. .glyphicon-check:before {
  2596.   content: "\e067";
  2597. }
  2598. .glyphicon-move:before {
  2599.   content: "\e068";
  2600. }
  2601. .glyphicon-step-backward:before {
  2602.   content: "\e069";
  2603. }
  2604. .glyphicon-fast-backward:before {
  2605.   content: "\e070";
  2606. }
  2607. .glyphicon-backward:before {
  2608.   content: "\e071";
  2609. }
  2610. .glyphicon-play:before {
  2611.   content: "\e072";
  2612. }
  2613. .glyphicon-pause:before {
  2614.   content: "\e073";
  2615. }
  2616. .glyphicon-stop:before {
  2617.   content: "\e074";
  2618. }
  2619. .glyphicon-forward:before {
  2620.   content: "\e075";
  2621. }
  2622. .glyphicon-fast-forward:before {
  2623.   content: "\e076";
  2624. }
  2625. .glyphicon-step-forward:before {
  2626.   content: "\e077";
  2627. }
  2628. .glyphicon-eject:before {
  2629.   content: "\e078";
  2630. }
  2631. .glyphicon-chevron-left:before {
  2632.   content: "\e079";
  2633. }
  2634. .glyphicon-chevron-right:before {
  2635.   content: "\e080";
  2636. }
  2637. .glyphicon-plus-sign:before {
  2638.   content: "\e081";
  2639. }
  2640. .glyphicon-minus-sign:before {
  2641.   content: "\e082";
  2642. }
  2643. .glyphicon-remove-sign:before {
  2644.   content: "\e083";
  2645. }
  2646. .glyphicon-ok-sign:before {
  2647.   content: "\e084";
  2648. }
  2649. .glyphicon-question-sign:before {
  2650.   content: "\e085";
  2651. }
  2652. .glyphicon-info-sign:before {
  2653.   content: "\e086";
  2654. }
  2655. .glyphicon-screenshot:before {
  2656.   content: "\e087";
  2657. }
  2658. .glyphicon-remove-circle:before {
  2659.   content: "\e088";
  2660. }
  2661. .glyphicon-ok-circle:before {
  2662.   content: "\e089";
  2663. }
  2664. .glyphicon-ban-circle:before {
  2665.   content: "\e090";
  2666. }
  2667. .glyphicon-arrow-left:before {
  2668.   content: "\e091";
  2669. }
  2670. .glyphicon-arrow-right:before {
  2671.   content: "\e092";
  2672. }
  2673. .glyphicon-arrow-up:before {
  2674.   content: "\e093";
  2675. }
  2676. .glyphicon-arrow-down:before {
  2677.   content: "\e094";
  2678. }
  2679. .glyphicon-share-alt:before {
  2680.   content: "\e095";
  2681. }
  2682. .glyphicon-resize-full:before {
  2683.   content: "\e096";
  2684. }
  2685. .glyphicon-resize-small:before {
  2686.   content: "\e097";
  2687. }
  2688. .glyphicon-exclamation-sign:before {
  2689.   content: "\e101";
  2690. }
  2691. .glyphicon-gift:before {
  2692.   content: "\e102";
  2693. }
  2694. .glyphicon-leaf:before {
  2695.   content: "\e103";
  2696. }
  2697. .glyphicon-fire:before {
  2698.   content: "\e104";
  2699. }
  2700. .glyphicon-eye-open:before {
  2701.   content: "\e105";
  2702. }
  2703. .glyphicon-eye-close:before {
  2704.   content: "\e106";
  2705. }
  2706. .glyphicon-warning-sign:before {
  2707.   content: "\e107";
  2708. }
  2709. .glyphicon-plane:before {
  2710.   content: "\e108";
  2711. }
  2712. .glyphicon-calendar:before {
  2713.   content: "\e109";
  2714. }
  2715. .glyphicon-random:before {
  2716.   content: "\e110";
  2717. }
  2718. .glyphicon-comment:before {
  2719.   content: "\e111";
  2720. }
  2721. .glyphicon-magnet:before {
  2722.   content: "\e112";
  2723. }
  2724. .glyphicon-chevron-up:before {
  2725.   content: "\e113";
  2726. }
  2727. .glyphicon-chevron-down:before {
  2728.   content: "\e114";
  2729. }
  2730. .glyphicon-retweet:before {
  2731.   content: "\e115";
  2732. }
  2733. .glyphicon-shopping-cart:before {
  2734.   content: "\e116";
  2735. }
  2736. .glyphicon-folder-close:before {
  2737.   content: "\e117";
  2738. }
  2739. .glyphicon-folder-open:before {
  2740.   content: "\e118";
  2741. }
  2742. .glyphicon-resize-vertical:before {
  2743.   content: "\e119";
  2744. }
  2745. .glyphicon-resize-horizontal:before {
  2746.   content: "\e120";
  2747. }
  2748. .glyphicon-hdd:before {
  2749.   content: "\e121";
  2750. }
  2751. .glyphicon-bullhorn:before {
  2752.   content: "\e122";
  2753. }
  2754. .glyphicon-bell:before {
  2755.   content: "\e123";
  2756. }
  2757. .glyphicon-certificate:before {
  2758.   content: "\e124";
  2759. }
  2760. .glyphicon-thumbs-up:before {
  2761.   content: "\e125";
  2762. }
  2763. .glyphicon-thumbs-down:before {
  2764.   content: "\e126";
  2765. }
  2766. .glyphicon-hand-right:before {
  2767.   content: "\e127";
  2768. }
  2769. .glyphicon-hand-left:before {
  2770.   content: "\e128";
  2771. }
  2772. .glyphicon-hand-up:before {
  2773.   content: "\e129";
  2774. }
  2775. .glyphicon-hand-down:before {
  2776.   content: "\e130";
  2777. }
  2778. .glyphicon-circle-arrow-right:before {
  2779.   content: "\e131";
  2780. }
  2781. .glyphicon-circle-arrow-left:before {
  2782.   content: "\e132";
  2783. }
  2784. .glyphicon-circle-arrow-up:before {
  2785.   content: "\e133";
  2786. }
  2787. .glyphicon-circle-arrow-down:before {
  2788.   content: "\e134";
  2789. }
  2790. .glyphicon-globe:before {
  2791.   content: "\e135";
  2792. }
  2793. .glyphicon-wrench:before {
  2794.   content: "\e136";
  2795. }
  2796. .glyphicon-tasks:before {
  2797.   content: "\e137";
  2798. }
  2799. .glyphicon-filter:before {
  2800.   content: "\e138";
  2801. }
  2802. .glyphicon-briefcase:before {
  2803.   content: "\e139";
  2804. }
  2805. .glyphicon-fullscreen:before {
  2806.   content: "\e140";
  2807. }
  2808. .glyphicon-dashboard:before {
  2809.   content: "\e141";
  2810. }
  2811. .glyphicon-paperclip:before {
  2812.   content: "\e142";
  2813. }
  2814. .glyphicon-heart-empty:before {
  2815.   content: "\e143";
  2816. }
  2817. .glyphicon-link:before {
  2818.   content: "\e144";
  2819. }
  2820. .glyphicon-phone:before {
  2821.   content: "\e145";
  2822. }
  2823. .glyphicon-pushpin:before {
  2824.   content: "\e146";
  2825. }
  2826. .glyphicon-usd:before {
  2827.   content: "\e148";
  2828. }
  2829. .glyphicon-gbp:before {
  2830.   content: "\e149";
  2831. }
  2832. .glyphicon-sort:before {
  2833.   content: "\e150";
  2834. }
  2835. .glyphicon-sort-by-alphabet:before {
  2836.   content: "\e151";
  2837. }
  2838. .glyphicon-sort-by-alphabet-alt:before {
  2839.   content: "\e152";
  2840. }
  2841. .glyphicon-sort-by-order:before {
  2842.   content: "\e153";
  2843. }
  2844. .glyphicon-sort-by-order-alt:before {
  2845.   content: "\e154";
  2846. }
  2847. .glyphicon-sort-by-attributes:before {
  2848.   content: "\e155";
  2849. }
  2850. .glyphicon-sort-by-attributes-alt:before {
  2851.   content: "\e156";
  2852. }
  2853. .glyphicon-unchecked:before {
  2854.   content: "\e157";
  2855. }
  2856. .glyphicon-expand:before {
  2857.   content: "\e158";
  2858. }
  2859. .glyphicon-collapse-down:before {
  2860.   content: "\e159";
  2861. }
  2862. .glyphicon-collapse-up:before {
  2863.   content: "\e160";
  2864. }
  2865. .glyphicon-log-in:before {
  2866.   content: "\e161";
  2867. }
  2868. .glyphicon-flash:before {
  2869.   content: "\e162";
  2870. }
  2871. .glyphicon-log-out:before {
  2872.   content: "\e163";
  2873. }
  2874. .glyphicon-new-window:before {
  2875.   content: "\e164";
  2876. }
  2877. .glyphicon-record:before {
  2878.   content: "\e165";
  2879. }
  2880. .glyphicon-save:before {
  2881.   content: "\e166";
  2882. }
  2883. .glyphicon-open:before {
  2884.   content: "\e167";
  2885. }
  2886. .glyphicon-saved:before {
  2887.   content: "\e168";
  2888. }
  2889. .glyphicon-import:before {
  2890.   content: "\e169";
  2891. }
  2892. .glyphicon-export:before {
  2893.   content: "\e170";
  2894. }
  2895. .glyphicon-send:before {
  2896.   content: "\e171";
  2897. }
  2898. .glyphicon-floppy-disk:before {
  2899.   content: "\e172";
  2900. }
  2901. .glyphicon-floppy-saved:before {
  2902.   content: "\e173";
  2903. }
  2904. .glyphicon-floppy-remove:before {
  2905.   content: "\e174";
  2906. }
  2907. .glyphicon-floppy-save:before {
  2908.   content: "\e175";
  2909. }
  2910. .glyphicon-floppy-open:before {
  2911.   content: "\e176";
  2912. }
  2913. .glyphicon-credit-card:before {
  2914.   content: "\e177";
  2915. }
  2916. .glyphicon-transfer:before {
  2917.   content: "\e178";
  2918. }
  2919. .glyphicon-cutlery:before {
  2920.   content: "\e179";
  2921. }
  2922. .glyphicon-header:before {
  2923.   content: "\e180";
  2924. }
  2925. .glyphicon-compressed:before {
  2926.   content: "\e181";
  2927. }
  2928. .glyphicon-earphone:before {
  2929.   content: "\e182";
  2930. }
  2931. .glyphicon-phone-alt:before {
  2932.   content: "\e183";
  2933. }
  2934. .glyphicon-tower:before {
  2935.   content: "\e184";
  2936. }
  2937. .glyphicon-stats:before {
  2938.   content: "\e185";
  2939. }
  2940. .glyphicon-sd-video:before {
  2941.   content: "\e186";
  2942. }
  2943. .glyphicon-hd-video:before {
  2944.   content: "\e187";
  2945. }
  2946. .glyphicon-subtitles:before {
  2947.   content: "\e188";
  2948. }
  2949. .glyphicon-sound-stereo:before {
  2950.   content: "\e189";
  2951. }
  2952. .glyphicon-sound-dolby:before {
  2953.   content: "\e190";
  2954. }
  2955. .glyphicon-sound-5-1:before {
  2956.   content: "\e191";
  2957. }
  2958. .glyphicon-sound-6-1:before {
  2959.   content: "\e192";
  2960. }
  2961. .glyphicon-sound-7-1:before {
  2962.   content: "\e193";
  2963. }
  2964. .glyphicon-copyright-mark:before {
  2965.   content: "\e194";
  2966. }
  2967. .glyphicon-registration-mark:before {
  2968.   content: "\e195";
  2969. }
  2970. .glyphicon-cloud-download:before {
  2971.   content: "\e197";
  2972. }
  2973. .glyphicon-cloud-upload:before {
  2974.   content: "\e198";
  2975. }
  2976. .glyphicon-tree-conifer:before {
  2977.   content: "\e199";
  2978. }
  2979. .glyphicon-tree-deciduous:before {
  2980.   content: "\e200";
  2981. }
  2982. .caret {
  2983.   display: inline-block;
  2984.   width: 0;
  2985.   height: 0;
  2986.   margin-left: 2px;
  2987.   vertical-align: middle;
  2988.   border-top: 4px solid;
  2989.   border-right: 4px solid transparent;
  2990.   border-left: 4px solid transparent;
  2991. }
  2992. .dropdown {
  2993.   position: relative;
  2994. }
  2995. .dropdown-toggle:focus {
  2996.   outline: 0;
  2997. }
  2998. .dropdown-menu {
  2999.   position: absolute;
  3000.   top: 100%;
  3001.   left: 0;
  3002.   z-index: 1000;
  3003.   display: none;
  3004.   float: left;
  3005.   min-width: 160px;
  3006.   padding: 5px 0;
  3007.   margin: 2px 0 0;
  3008.   list-style: none;
  3009.   font-size: 14px;
  3010.   background-color: #ffffff;
  3011.   border: 1px solid #cccccc;
  3012.   border: 1px solid rgba(0, 0, 0, 0.15);
  3013.   border-radius: 4px;
  3014.   -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  3015.   box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  3016.   background-clip: padding-box;
  3017. }
  3018. .dropdown-menu.pull-right {
  3019.   right: 0;
  3020.   left: auto;
  3021. }
  3022. .dropdown-menu .divider {
  3023.   height: 1px;
  3024.   margin: 9px 0;
  3025.   overflow: hidden;
  3026.   background-color: #e5e5e5;
  3027. }
  3028. .dropdown-menu > li > a {
  3029.   display: block;
  3030.   padding: 3px 20px;
  3031.   clear: both;
  3032.   font-weight: normal;
  3033.   line-height: 1.428571429;
  3034.   color: #333333;
  3035.   white-space: nowrap;
  3036. }
  3037. .dropdown-menu > li > a:hover,
  3038. .dropdown-menu > li > a:focus {
  3039.   text-decoration: none;
  3040.   color: #262626;
  3041.   background-color: #f5f5f5;
  3042. }
  3043. .dropdown-menu > .active > a,
  3044. .dropdown-menu > .active > a:hover,
  3045. .dropdown-menu > .active > a:focus {
  3046.   color: #ffffff;
  3047.   text-decoration: none;
  3048.   outline: 0;
  3049.   background-color: #428bca;
  3050. }
  3051. .dropdown-menu > .disabled > a,
  3052. .dropdown-menu > .disabled > a:hover,
  3053. .dropdown-menu > .disabled > a:focus {
  3054.   color: #999999;
  3055. }
  3056. .dropdown-menu > .disabled > a:hover,
  3057. .dropdown-menu > .disabled > a:focus {
  3058.   text-decoration: none;
  3059.   background-color: transparent;
  3060.   background-image: none;
  3061.   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  3062.   cursor: not-allowed;
  3063. }
  3064. .open > .dropdown-menu {
  3065.   display: block;
  3066. }
  3067. .open > a {
  3068.   outline: 0;
  3069. }
  3070. .dropdown-menu-right {
  3071.   left: auto;
  3072.   right: 0;
  3073. }
  3074. .dropdown-menu-left {
  3075.   left: 0;
  3076.   right: auto;
  3077. }
  3078. .dropdown-header {
  3079.   display: block;
  3080.   padding: 3px 20px;
  3081.   font-size: 12px;
  3082.   line-height: 1.428571429;
  3083.   color: #999999;
  3084. }
  3085. .dropdown-backdrop {
  3086.   position: fixed;
  3087.   left: 0;
  3088.   right: 0;
  3089.   bottom: 0;
  3090.   top: 0;
  3091.   z-index: 990;
  3092. }
  3093. .pull-right > .dropdown-menu {
  3094.   right: 0;
  3095.   left: auto;
  3096. }
  3097. .dropup .caret,
  3098. .navbar-fixed-bottom .dropdown .caret {
  3099.   border-top: 0;
  3100.   border-bottom: 4px solid;
  3101.   content: "";
  3102. }
  3103. .dropup .dropdown-menu,
  3104. .navbar-fixed-bottom .dropdown .dropdown-menu {
  3105.   top: auto;
  3106.   bottom: 100%;
  3107.   margin-bottom: 1px;
  3108. }
  3109. @media (min-width: 768px) {
  3110.   .navbar-right .dropdown-menu {
  3111.     left: auto;
  3112.     right: 0;
  3113.   }
  3114.   .navbar-right .dropdown-menu-left {
  3115.     left: 0;
  3116.     right: auto;
  3117.   }
  3118. }
  3119. .btn-group,
  3120. .btn-group-vertical {
  3121.   position: relative;
  3122.   display: inline-block;
  3123.   vertical-align: middle;
  3124. }
  3125. .btn-group > .btn,
  3126. .btn-group-vertical > .btn {
  3127.   position: relative;
  3128.   float: left;
  3129. }
  3130. .btn-group > .btn:hover,
  3131. .btn-group-vertical > .btn:hover,
  3132. .btn-group > .btn:focus,
  3133. .btn-group-vertical > .btn:focus,
  3134. .btn-group > .btn:active,
  3135. .btn-group-vertical > .btn:active,
  3136. .btn-group > .btn.active,
  3137. .btn-group-vertical > .btn.active {
  3138.   z-index: 2;
  3139. }
  3140. .btn-group > .btn:focus,
  3141. .btn-group-vertical > .btn:focus {
  3142.   outline: none;
  3143. }
  3144. .btn-group .btn + .btn,
  3145. .btn-group .btn + .btn-group,
  3146. .btn-group .btn-group + .btn,
  3147. .btn-group .btn-group + .btn-group {
  3148.   margin-left: -1px;
  3149. }
  3150. .btn-toolbar {
  3151.   margin-left: -5px;
  3152. }
  3153. .btn-toolbar .btn-group,
  3154. .btn-toolbar .input-group {
  3155.   float: left;
  3156. }
  3157. .btn-toolbar > .btn,
  3158. .btn-toolbar > .btn-group,
  3159. .btn-toolbar > .input-group {
  3160.   margin-left: 5px;
  3161. }
  3162. .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  3163.   border-radius: 0;
  3164. }
  3165. .btn-group > .btn:first-child {
  3166.   margin-left: 0;
  3167. }
  3168. .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  3169.   border-bottom-right-radius: 0;
  3170.   border-top-right-radius: 0;
  3171. }
  3172. .btn-group > .btn:last-child:not(:first-child),
  3173. .btn-group > .dropdown-toggle:not(:first-child) {
  3174.   border-bottom-left-radius: 0;
  3175.   border-top-left-radius: 0;
  3176. }
  3177. .btn-group > .btn-group {
  3178.   float: left;
  3179. }
  3180. .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  3181.   border-radius: 0;
  3182. }
  3183. .btn-group > .btn-group:first-child > .btn:last-child,
  3184. .btn-group > .btn-group:first-child > .dropdown-toggle {
  3185.   border-bottom-right-radius: 0;
  3186.   border-top-right-radius: 0;
  3187. }
  3188. .btn-group > .btn-group:last-child > .btn:first-child {
  3189.   border-bottom-left-radius: 0;
  3190.   border-top-left-radius: 0;
  3191. }
  3192. .btn-group .dropdown-toggle:active,
  3193. .btn-group.open .dropdown-toggle {
  3194.   outline: 0;
  3195. }
  3196. .btn-group-xs > .btn {
  3197.   padding: 1px 5px;
  3198.   font-size: 12px;
  3199.   line-height: 1.5;
  3200.   border-radius: 3px;
  3201. }
  3202. .btn-group-sm > .btn {
  3203.   padding: 5px 10px;
  3204.   font-size: 12px;
  3205.   line-height: 1.5;
  3206.   border-radius: 3px;
  3207. }
  3208. .btn-group-lg > .btn {
  3209.   padding: 10px 16px;
  3210.   font-size: 18px;
  3211.   line-height: 1.33;
  3212.   border-radius: 6px;
  3213. }
  3214. .btn-group > .btn + .dropdown-toggle {
  3215.   padding-left: 8px;
  3216.   padding-right: 8px;
  3217. }
  3218. .btn-group > .btn-lg + .dropdown-toggle {
  3219.   padding-left: 12px;
  3220.   padding-right: 12px;
  3221. }
  3222. .btn-group.open .dropdown-toggle {
  3223.   -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  3224.   box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  3225. }
  3226. .btn-group.open .dropdown-toggle.btn-link {
  3227.   -webkit-box-shadow: none;
  3228.   box-shadow: none;
  3229. }
  3230. .btn .caret {
  3231.   margin-left: 0;
  3232. }
  3233. .btn-lg .caret {
  3234.   border-width: 5px 5px 0;
  3235.   border-bottom-width: 0;
  3236. }
  3237. .dropup .btn-lg .caret {
  3238.   border-width: 0 5px 5px;
  3239. }
  3240. .btn-group-vertical > .btn,
  3241. .btn-group-vertical > .btn-group,
  3242. .btn-group-vertical > .btn-group > .btn {
  3243.   display: block;
  3244.   float: none;
  3245.   width: 100%;
  3246.   max-width: 100%;
  3247. }
  3248. .btn-group-vertical > .btn-group > .btn {
  3249.   float: none;
  3250. }
  3251. .btn-group-vertical > .btn + .btn,
  3252. .btn-group-vertical > .btn + .btn-group,
  3253. .btn-group-vertical > .btn-group + .btn,
  3254. .btn-group-vertical > .btn-group + .btn-group {
  3255.   margin-top: -1px;
  3256.   margin-left: 0;
  3257. }
  3258. .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  3259.   border-radius: 0;
  3260. }
  3261. .btn-group-vertical > .btn:first-child:not(:last-child) {
  3262.   border-top-right-radius: 4px;
  3263.   border-bottom-right-radius: 0;
  3264.   border-bottom-left-radius: 0;
  3265. }
  3266. .btn-group-vertical > .btn:last-child:not(:first-child) {
  3267.   border-bottom-left-radius: 4px;
  3268.   border-top-right-radius: 0;
  3269.   border-top-left-radius: 0;
  3270. }
  3271. .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  3272.   border-radius: 0;
  3273. }
  3274. .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
  3275. .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  3276.   border-bottom-right-radius: 0;
  3277.   border-bottom-left-radius: 0;
  3278. }
  3279. .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  3280.   border-top-right-radius: 0;
  3281.   border-top-left-radius: 0;
  3282. }
  3283. .btn-group-justified {
  3284.   display: table;
  3285.   width: 100%;
  3286.   table-layout: fixed;
  3287.   border-collapse: separate;
  3288. }
  3289. .btn-group-justified > .btn,
  3290. .btn-group-justified > .btn-group {
  3291.   float: none;
  3292.   display: table-cell;
  3293.   width: 1%;
  3294. }
  3295. .btn-group-justified > .btn-group .btn {
  3296.   width: 100%;
  3297. }
  3298. [data-toggle="buttons"] > .btn > input[type="radio"],
  3299. [data-toggle="buttons"] > .btn > input[type="checkbox"] {
  3300.   display: none;
  3301. }
  3302. .input-group {
  3303.   position: relative;
  3304.   display: table;
  3305.   border-collapse: separate;
  3306. }
  3307. .input-group[class*="col-"] {
  3308.   float: none;
  3309.   padding-left: 0;
  3310.   padding-right: 0;
  3311. }
  3312. .input-group .form-control {
  3313.   float: left;
  3314.   width: 100%;
  3315.   margin-bottom: 0;
  3316. }
  3317. .input-group-lg > .form-control,
  3318. .input-group-lg > .input-group-addon,
  3319. .input-group-lg > .input-group-btn > .btn {
  3320.   height: 46px;
  3321.   padding: 10px 16px;
  3322.   font-size: 18px;
  3323.   line-height: 1.33;
  3324.   border-radius: 6px;
  3325. }
  3326. select.input-group-lg > .form-control,
  3327. select.input-group-lg > .input-group-addon,
  3328. select.input-group-lg > .input-group-btn > .btn {
  3329.   height: 46px;
  3330.   line-height: 46px;
  3331. }
  3332. textarea.input-group-lg > .form-control,
  3333. textarea.input-group-lg > .input-group-addon,
  3334. textarea.input-group-lg > .input-group-btn > .btn,
  3335. select[multiple].input-group-lg > .form-control,
  3336. select[multiple].input-group-lg > .input-group-addon,
  3337. select[multiple].input-group-lg > .input-group-btn > .btn {
  3338.   height: auto;
  3339. }
  3340. .input-group-sm > .form-control,
  3341. .input-group-sm > .input-group-addon,
  3342. .input-group-sm > .input-group-btn > .btn {
  3343.   height: 30px;
  3344.   padding: 5px 10px;
  3345.   font-size: 12px;
  3346.   line-height: 1.5;
  3347.   border-radius: 3px;
  3348. }
  3349. select.input-group-sm > .form-control,
  3350. select.input-group-sm > .input-group-addon,
  3351. select.input-group-sm > .input-group-btn > .btn {
  3352.   height: 30px;
  3353.   line-height: 30px;
  3354. }
  3355. textarea.input-group-sm > .form-control,
  3356. textarea.input-group-sm > .input-group-addon,
  3357. textarea.input-group-sm > .input-group-btn > .btn,
  3358. select[multiple].input-group-sm > .form-control,
  3359. select[multiple].input-group-sm > .input-group-addon,
  3360. select[multiple].input-group-sm > .input-group-btn > .btn {
  3361.   height: auto;
  3362. }
  3363. .input-group-addon,
  3364. .input-group-btn,
  3365. .input-group .form-control {
  3366.   display: table-cell;
  3367. }
  3368. .input-group-addon:not(:first-child):not(:last-child),
  3369. .input-group-btn:not(:first-child):not(:last-child),
  3370. .input-group .form-control:not(:first-child):not(:last-child) {
  3371.   border-radius: 0;
  3372. }
  3373. .input-group-addon,
  3374. .input-group-btn {
  3375.   width: 1%;
  3376.   white-space: nowrap;
  3377.   vertical-align: middle;
  3378. }
  3379. .input-group-addon {
  3380.   padding: 6px 12px;
  3381.   font-size: 14px;
  3382.   font-weight: normal;
  3383.   line-height: 1;
  3384.   color: #555555;
  3385.   text-align: center;
  3386.   background-color: #eeeeee;
  3387.   border: 1px solid #cccccc;
  3388.   border-radius: 4px;
  3389. }
  3390. .input-group-addon.input-sm {
  3391.   padding: 5px 10px;
  3392.   font-size: 12px;
  3393.   border-radius: 3px;
  3394. }
  3395. .input-group-addon.input-lg {
  3396.   padding: 10px 16px;
  3397.   font-size: 18px;
  3398.   border-radius: 6px;
  3399. }
  3400. .input-group-addon input[type="radio"],
  3401. .input-group-addon input[type="checkbox"] {
  3402.   margin-top: 0;
  3403. }
  3404. .input-group .form-control:first-child,
  3405. .input-group-addon:first-child,
  3406. .input-group-btn:first-child > .btn,
  3407. .input-group-btn:first-child > .btn-group > .btn,
  3408. .input-group-btn:first-child > .dropdown-toggle,
  3409. .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  3410. .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  3411.   border-bottom-right-radius: 0;
  3412.   border-top-right-radius: 0;
  3413. }
  3414. .input-group-addon:first-child {
  3415.   border-right: 0;
  3416. }
  3417. .input-group .form-control:last-child,
  3418. .input-group-addon:last-child,
  3419. .input-group-btn:last-child > .btn,
  3420. .input-group-btn:last-child > .btn-group > .btn,
  3421. .input-group-btn:last-child > .dropdown-toggle,
  3422. .input-group-btn:first-child > .btn:not(:first-child),
  3423. .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  3424.   border-bottom-left-radius: 0;
  3425.   border-top-left-radius: 0;
  3426. }
  3427. .input-group-addon:last-child {
  3428.   border-left: 0;
  3429. }
  3430. .input-group-btn {
  3431.   position: relative;
  3432.   font-size: 0;
  3433.   white-space: nowrap;
  3434. }
  3435. .input-group-btn > .btn {
  3436.   position: relative;
  3437. }
  3438. .input-group-btn > .btn + .btn {
  3439.   margin-left: -1px;
  3440. }
  3441. .input-group-btn > .btn:hover,
  3442. .input-group-btn > .btn:focus,
  3443. .input-group-btn > .btn:active {
  3444.   z-index: 2;
  3445. }
  3446. .input-group-btn:first-child > .btn,
  3447. .input-group-btn:first-child > .btn-group {
  3448.   margin-right: -1px;
  3449. }
  3450. .input-group-btn:last-child > .btn,
  3451. .input-group-btn:last-child > .btn-group {
  3452.   margin-left: -1px;
  3453. }
  3454. .nav {
  3455.   margin-bottom: 0;
  3456.   padding-left: 0;
  3457.   list-style: none;
  3458. }
  3459. .nav > li {
  3460.   position: relative;
  3461.   display: block;
  3462. }
  3463. .nav > li > a {
  3464.   position: relative;
  3465.   display: block;
  3466.   padding: 10px 15px;
  3467. }
  3468. .nav > li > a:hover,
  3469. .nav > li > a:focus {
  3470.   text-decoration: none;
  3471.   background-color: #eeeeee;
  3472. }
  3473. .nav > li.disabled > a {
  3474.   color: #999999;
  3475. }
  3476. .nav > li.disabled > a:hover,
  3477. .nav > li.disabled > a:focus {
  3478.   color: #999999;
  3479.   text-decoration: none;
  3480.   background-color: transparent;
  3481.   cursor: not-allowed;
  3482. }
  3483. .nav .open > a,
  3484. .nav .open > a:hover,
  3485. .nav .open > a:focus {
  3486.   background-color: #eeeeee;
  3487.   border-color: #428bca;
  3488. }
  3489. .nav .nav-divider {
  3490.   height: 1px;
  3491.   margin: 9px 0;
  3492.   overflow: hidden;
  3493.   background-color: #e5e5e5;
  3494. }
  3495. .nav > li > a > img {
  3496.   max-width: none;
  3497. }
  3498. .nav-tabs {
  3499.   border-bottom: 1px solid #dddddd;
  3500. }
  3501. .nav-tabs > li {
  3502.   float: left;
  3503.   margin-bottom: -1px;
  3504. }
  3505. .nav-tabs > li > a {
  3506.   margin-right: 2px;
  3507.   line-height: 1.428571429;
  3508.   border: 1px solid transparent;
  3509.   border-radius: 4px 4px 0 0;
  3510. }
  3511. .nav-tabs > li > a:hover {
  3512.   border-color: #eeeeee #eeeeee #dddddd;
  3513. }
  3514. .nav-tabs > li.active > a,
  3515. .nav-tabs > li.active > a:hover,
  3516. .nav-tabs > li.active > a:focus {
  3517.   color: #555555;
  3518.   background-color: #ffffff;
  3519.   border: 1px solid #dddddd;
  3520.   border-bottom-color: transparent;
  3521.   cursor: default;
  3522. }
  3523. .nav-tabs.nav-justified {
  3524.   width: 100%;
  3525.   border-bottom: 0;
  3526. }
  3527. .nav-tabs.nav-justified > li {
  3528.   float: none;
  3529. }
  3530. .nav-tabs.nav-justified > li > a {
  3531.   text-align: center;
  3532.   margin-bottom: 5px;
  3533. }
  3534. .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  3535.   top: auto;
  3536.   left: auto;
  3537. }
  3538. @media (min-width: 768px) {
  3539.   .nav-tabs.nav-justified > li {
  3540.     display: table-cell;
  3541.     width: 1%;
  3542.   }
  3543.   .nav-tabs.nav-justified > li > a {
  3544.     margin-bottom: 0;
  3545.   }
  3546. }
  3547. .nav-tabs.nav-justified > li > a {
  3548.   margin-right: 0;
  3549.   border-radius: 4px;
  3550. }
  3551. .nav-tabs.nav-justified > .active > a,
  3552. .nav-tabs.nav-justified > .active > a:hover,
  3553. .nav-tabs.nav-justified > .active > a:focus {
  3554.   border: 1px solid #dddddd;
  3555. }
  3556. @media (min-width: 768px) {
  3557.   .nav-tabs.nav-justified > li > a {
  3558.     border-bottom: 1px solid #dddddd;
  3559.     border-radius: 4px 4px 0 0;
  3560.   }
  3561.   .nav-tabs.nav-justified > .active > a,
  3562.   .nav-tabs.nav-justified > .active > a:hover,
  3563.   .nav-tabs.nav-justified > .active > a:focus {
  3564.     border-bottom-color: #ffffff;
  3565.   }
  3566. }
  3567. .nav-pills > li {
  3568.   float: left;
  3569. }
  3570. .nav-pills > li > a {
  3571.   border-radius: 4px;
  3572. }
  3573. .nav-pills > li + li {
  3574.   margin-left: 2px;
  3575. }
  3576. .nav-pills > li.active > a,
  3577. .nav-pills > li.active > a:hover,
  3578. .nav-pills > li.active > a:focus {
  3579.   color: #ffffff;
  3580.   background-color: #428bca;
  3581. }
  3582. .nav-stacked > li {
  3583.   float: none;
  3584. }
  3585. .nav-stacked > li + li {
  3586.   margin-top: 2px;
  3587.   margin-left: 0;
  3588. }
  3589. .nav-justified {
  3590.   width: 100%;
  3591. }
  3592. .nav-justified > li {
  3593.   float: none;
  3594. }
  3595. .nav-justified > li > a {
  3596.   text-align: center;
  3597.   margin-bottom: 5px;
  3598. }
  3599. .nav-justified > .dropdown .dropdown-menu {
  3600.   top: auto;
  3601.   left: auto;
  3602. }
  3603. @media (min-width: 768px) {
  3604.   .nav-justified > li {
  3605.     display: table-cell;
  3606.     width: 1%;
  3607.   }
  3608.   .nav-justified > li > a {
  3609.     margin-bottom: 0;
  3610.   }
  3611. }
  3612. .nav-tabs-justified {
  3613.   border-bottom: 0;
  3614. }
  3615. .nav-tabs-justified > li > a {
  3616.   margin-right: 0;
  3617.   border-radius: 4px;
  3618. }
  3619. .nav-tabs-justified > .active > a,
  3620. .nav-tabs-justified > .active > a:hover,
  3621. .nav-tabs-justified > .active > a:focus {
  3622.   border: 1px solid #dddddd;
  3623. }
  3624. @media (min-width: 768px) {
  3625.   .nav-tabs-justified > li > a {
  3626.     border-bottom: 1px solid #dddddd;
  3627.     border-radius: 4px 4px 0 0;
  3628.   }
  3629.   .nav-tabs-justified > .active > a,
  3630.   .nav-tabs-justified > .active > a:hover,
  3631.   .nav-tabs-justified > .active > a:focus {
  3632.     border-bottom-color: #ffffff;
  3633.   }
  3634. }
  3635. .tab-content > .tab-pane {
  3636.   display: none;
  3637. }
  3638. .tab-content > .active {
  3639.   display: block;
  3640. }
  3641. .nav-tabs .dropdown-menu {
  3642.   margin-top: -1px;
  3643.   border-top-right-radius: 0;
  3644.   border-top-left-radius: 0;
  3645. }
  3646. .navbar {
  3647.   position: relative;
  3648.   min-height: 50px;
  3649.   margin-bottom: 20px;
  3650.   border: 1px solid transparent;
  3651. }
  3652. @media (min-width: 768px) {
  3653.   .navbar {
  3654.     border-radius: 4px;
  3655.   }
  3656. }
  3657. @media (min-width: 768px) {
  3658.   .navbar-header {
  3659.     float: left;
  3660.   }
  3661. }
  3662. .navbar-collapse {
  3663.   max-height: 340px;
  3664.   overflow-x: visible;
  3665.   padding-right: 15px;
  3666.   padding-left: 15px;
  3667.   border-top: 1px solid transparent;
  3668.   box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  3669.   -webkit-overflow-scrolling: touch;
  3670. }
  3671. .navbar-collapse.in {
  3672.   overflow-y: auto;
  3673. }
  3674. @media (min-width: 768px) {
  3675.   .navbar-collapse {
  3676.     width: auto;
  3677.     border-top: 0;
  3678.     box-shadow: none;
  3679.   }
  3680.   .navbar-collapse.collapse {
  3681.     display: block !important;
  3682.     height: auto !important;
  3683.     padding-bottom: 0;
  3684.     overflow: visible !important;
  3685.   }
  3686.   .navbar-collapse.in {
  3687.     overflow-y: visible;
  3688.   }
  3689.   .navbar-fixed-top .navbar-collapse,
  3690.   .navbar-static-top .navbar-collapse,
  3691.   .navbar-fixed-bottom .navbar-collapse {
  3692.     padding-left: 0;
  3693.     padding-right: 0;
  3694.   }
  3695. }
  3696. .container > .navbar-header,
  3697. .container-fluid > .navbar-header,
  3698. .container > .navbar-collapse,
  3699. .container-fluid > .navbar-collapse {
  3700.   margin-right: -15px;
  3701.   margin-left: -15px;
  3702. }
  3703. @media (min-width: 768px) {
  3704.   .container > .navbar-header,
  3705.   .container-fluid > .navbar-header,
  3706.   .container > .navbar-collapse,
  3707.   .container-fluid > .navbar-collapse {
  3708.     margin-right: 0;
  3709.     margin-left: 0;
  3710.   }
  3711. }
  3712. .navbar-static-top {
  3713.   z-index: 1000;
  3714.   border-width: 0 0 1px;
  3715. }
  3716. @media (min-width: 768px) {
  3717.   .navbar-static-top {
  3718.     border-radius: 0;
  3719.   }
  3720. }
  3721. .navbar-fixed-top,
  3722. .navbar-fixed-bottom {
  3723.   position: fixed;
  3724.   right: 0;
  3725.   left: 0;
  3726.   z-index: 1030;
  3727. }
  3728. @media (min-width: 768px) {
  3729.   .navbar-fixed-top,
  3730.   .navbar-fixed-bottom {
  3731.     border-radius: 0;
  3732.   }
  3733. }
  3734. .navbar-fixed-top {
  3735.   top: 0;
  3736.   border-width: 0 0 1px;
  3737. }
  3738. .navbar-fixed-bottom {
  3739.   bottom: 0;
  3740.   margin-bottom: 0;
  3741.   border-width: 1px 0 0;
  3742. }
  3743. .navbar-brand {
  3744.   float: left;
  3745.   padding: 15px 15px;
  3746.   font-size: 18px;
  3747.   line-height: 20px;
  3748.   height: 20px;
  3749. }
  3750. .navbar-brand:hover,
  3751. .navbar-brand:focus {
  3752.   text-decoration: none;
  3753. }
  3754. @media (min-width: 768px) {
  3755.   .navbar > .container .navbar-brand,
  3756.   .navbar > .container-fluid .navbar-brand {
  3757.     margin-left: -15px;
  3758.   }
  3759. }
  3760. .navbar-toggle {
  3761.   position: relative;
  3762.   float: right;
  3763.   margin-right: 15px;
  3764.   padding: 9px 10px;
  3765.   margin-top: 8px;
  3766.   margin-bottom: 8px;
  3767.   background-color: transparent;
  3768.   background-image: none;
  3769.   border: 1px solid transparent;
  3770.   border-radius: 4px;
  3771. }
  3772. .navbar-toggle:focus {
  3773.   outline: none;
  3774. }
  3775. .navbar-toggle .icon-bar {
  3776.   display: block;
  3777.   width: 22px;
  3778.   height: 2px;
  3779.   border-radius: 1px;
  3780. }
  3781. .navbar-toggle .icon-bar + .icon-bar {
  3782.   margin-top: 4px;
  3783. }
  3784. @media (min-width: 768px) {
  3785.   .navbar-toggle {
  3786.     display: none;
  3787.   }
  3788. }
  3789. .navbar-nav {
  3790.   margin: 7.5px -15px;
  3791. }
  3792. .navbar-nav > li > a {
  3793.   padding-top: 10px;
  3794.   padding-bottom: 10px;
  3795.   line-height: 20px;
  3796. }
  3797. @media (max-width: 767px) {
  3798.   .navbar-nav .open .dropdown-menu {
  3799.     position: static;
  3800.     float: none;
  3801.     width: auto;
  3802.     margin-top: 0;
  3803.     background-color: transparent;
  3804.     border: 0;
  3805.     box-shadow: none;
  3806.   }
  3807.   .navbar-nav .open .dropdown-menu > li > a,
  3808.   .navbar-nav .open .dropdown-menu .dropdown-header {
  3809.     padding: 5px 15px 5px 25px;
  3810.   }
  3811.   .navbar-nav .open .dropdown-menu > li > a {
  3812.     line-height: 20px;
  3813.   }
  3814.   .navbar-nav .open .dropdown-menu > li > a:hover,
  3815.   .navbar-nav .open .dropdown-menu > li > a:focus {
  3816.     background-image: none;
  3817.   }
  3818. }
  3819. @media (min-width: 768px) {
  3820.   .navbar-nav {
  3821.     float: left;
  3822.     margin: 0;
  3823.   }
  3824.   .navbar-nav > li {
  3825.     float: left;
  3826.   }
  3827.   .navbar-nav > li > a {
  3828.     padding-top: 15px;
  3829.     padding-bottom: 15px;
  3830.   }
  3831.   .navbar-nav.navbar-right:last-child {
  3832.     margin-right: -15px;
  3833.   }
  3834. }
  3835. @media (min-width: 768px) {
  3836.   .navbar-left {
  3837.     float: left !important;
  3838.   }
  3839.   .navbar-right {
  3840.     float: right !important;
  3841.   }
  3842. }
  3843. .navbar-form {
  3844.   margin-left: -15px;
  3845.   margin-right: -15px;
  3846.   padding: 10px 15px;
  3847.   border-top: 1px solid transparent;
  3848.   border-bottom: 1px solid transparent;
  3849.   -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  3850.   box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  3851.   margin-top: 8px;
  3852.   margin-bottom: 8px;
  3853. }
  3854. @media (min-width: 768px) {
  3855.   .navbar-form .form-group {
  3856.     display: inline-block;
  3857.     margin-bottom: 0;
  3858.     vertical-align: middle;
  3859.   }
  3860.   .navbar-form .form-control {
  3861.     display: inline-block;
  3862.     width: auto;
  3863.     vertical-align: middle;
  3864.   }
  3865.   .navbar-form .control-label {
  3866.     margin-bottom: 0;
  3867.     vertical-align: middle;
  3868.   }
  3869.   .navbar-form .radio,
  3870.   .navbar-form .checkbox {
  3871.     display: inline-block;
  3872.     margin-top: 0;
  3873.     margin-bottom: 0;
  3874.     padding-left: 0;
  3875.     vertical-align: middle;
  3876.   }
  3877.   .navbar-form .radio input[type="radio"],
  3878.   .navbar-form .checkbox input[type="checkbox"] {
  3879.     float: none;
  3880.     margin-left: 0;
  3881.   }
  3882.   .navbar-form .has-feedback .form-control-feedback {
  3883.     top: 0;
  3884.   }
  3885. }
  3886. @media (max-width: 767px) {
  3887.   .navbar-form .form-group {
  3888.     margin-bottom: 5px;
  3889.   }
  3890. }
  3891. @media (min-width: 768px) {
  3892.   .navbar-form {
  3893.     width: auto;
  3894.     border: 0;
  3895.     margin-left: 0;
  3896.     margin-right: 0;
  3897.     padding-top: 0;
  3898.     padding-bottom: 0;
  3899.     -webkit-box-shadow: none;
  3900.     box-shadow: none;
  3901.   }
  3902.   .navbar-form.navbar-right:last-child {
  3903.     margin-right: -15px;
  3904.   }
  3905. }
  3906. .navbar-nav > li > .dropdown-menu {
  3907.   margin-top: 0;
  3908.   border-top-right-radius: 0;
  3909.   border-top-left-radius: 0;
  3910. }
  3911. .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  3912.   border-bottom-right-radius: 0;
  3913.   border-bottom-left-radius: 0;
  3914. }
  3915. .navbar-btn {
  3916.   margin-top: 8px;
  3917.   margin-bottom: 8px;
  3918. }
  3919. .navbar-btn.btn-sm {
  3920.   margin-top: 10px;
  3921.   margin-bottom: 10px;
  3922. }
  3923. .navbar-btn.btn-xs {
  3924.   margin-top: 14px;
  3925.   margin-bottom: 14px;
  3926. }
  3927. .navbar-text {
  3928.   margin-top: 15px;
  3929.   margin-bottom: 15px;
  3930. }
  3931. @media (min-width: 768px) {
  3932.   .navbar-text {
  3933.     float: left;
  3934.     margin-left: 15px;
  3935.     margin-right: 15px;
  3936.   }
  3937.   .navbar-text.navbar-right:last-child {
  3938.     margin-right: 0;
  3939.   }
  3940. }
  3941. .navbar-default {
  3942.   background-color: #f8f8f8;
  3943.   border-color: #e7e7e7;
  3944. }
  3945. .navbar-default .navbar-brand {
  3946.   color: #777777;
  3947. }
  3948. .navbar-default .navbar-brand:hover,
  3949. .navbar-default .navbar-brand:focus {
  3950.   color: #5e5e5e;
  3951.   background-color: transparent;
  3952. }
  3953. .navbar-default .navbar-text {
  3954.   color: #777777;
  3955. }
  3956. .navbar-default .navbar-nav > li > a {
  3957.   color: #777777;
  3958. }
  3959. .navbar-default .navbar-nav > li > a:hover,
  3960. .navbar-default .navbar-nav > li > a:focus {
  3961.   color: #333333;
  3962.   background-color: transparent;
  3963. }
  3964. .navbar-default .navbar-nav > .active > a,
  3965. .navbar-default .navbar-nav > .active > a:hover,
  3966. .navbar-default .navbar-nav > .active > a:focus {
  3967.   color: #555555;
  3968.   background-color: #e7e7e7;
  3969. }
  3970. .navbar-default .navbar-nav > .disabled > a,
  3971. .navbar-default .navbar-nav > .disabled > a:hover,
  3972. .navbar-default .navbar-nav > .disabled > a:focus {
  3973.   color: #cccccc;
  3974.   background-color: transparent;
  3975. }
  3976. .navbar-default .navbar-toggle {
  3977.   border-color: #dddddd;
  3978. }
  3979. .navbar-default .navbar-toggle:hover,
  3980. .navbar-default .navbar-toggle:focus {
  3981.   background-color: #dddddd;
  3982. }
  3983. .navbar-default .navbar-toggle .icon-bar {
  3984.   background-color: #888888;
  3985. }
  3986. .navbar-default .navbar-collapse,
  3987. .navbar-default .navbar-form {
  3988.   border-color: #e7e7e7;
  3989. }
  3990. .navbar-default .navbar-nav > .open > a,
  3991. .navbar-default .navbar-nav > .open > a:hover,
  3992. .navbar-default .navbar-nav > .open > a:focus {
  3993.   background-color: #e7e7e7;
  3994.   color: #555555;
  3995. }
  3996. @media (max-width: 767px) {
  3997.   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
  3998.     color: #777777;
  3999.   }
  4000.   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  4001.   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  4002.     color: #333333;
  4003.     background-color: transparent;
  4004.   }
  4005.   .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  4006.   .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  4007.   .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  4008.     color: #555555;
  4009.     background-color: #e7e7e7;
  4010.   }
  4011.   .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  4012.   .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  4013.   .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  4014.     color: #cccccc;
  4015.     background-color: transparent;
  4016.   }
  4017. }
  4018. .navbar-default .navbar-link {
  4019.   color: #777777;
  4020. }
  4021. .navbar-default .navbar-link:hover {
  4022.   color: #333333;
  4023. }
  4024. .navbar-inverse {
  4025.   background-color: #222222;
  4026.   border-color: #080808;
  4027. }
  4028. .navbar-inverse .navbar-brand {
  4029.   color: #999999;
  4030. }
  4031. .navbar-inverse .navbar-brand:hover,
  4032. .navbar-inverse .navbar-brand:focus {
  4033.   color: #ffffff;
  4034.   background-color: transparent;
  4035. }
  4036. .navbar-inverse .navbar-text {
  4037.   color: #999999;
  4038. }
  4039. .navbar-inverse .navbar-nav > li > a {
  4040.   color: #999999;
  4041. }
  4042. .navbar-inverse .navbar-nav > li > a:hover,
  4043. .navbar-inverse .navbar-nav > li > a:focus {
  4044.   color: #ffffff;
  4045.   background-color: transparent;
  4046. }
  4047. .navbar-inverse .navbar-nav > .active > a,
  4048. .navbar-inverse .navbar-nav > .active > a:hover,
  4049. .navbar-inverse .navbar-nav > .active > a:focus {
  4050.   color: #ffffff;
  4051.   background-color: #080808;
  4052. }
  4053. .navbar-inverse .navbar-nav > .disabled > a,
  4054. .navbar-inverse .navbar-nav > .disabled > a:hover,
  4055. .navbar-inverse .navbar-nav > .disabled > a:focus {
  4056.   color: #444444;
  4057.   background-color: transparent;
  4058. }
  4059. .navbar-inverse .navbar-toggle {
  4060.   border-color: #333333;
  4061. }
  4062. .navbar-inverse .navbar-toggle:hover,
  4063. .navbar-inverse .navbar-toggle:focus {
  4064.   background-color: #333333;
  4065. }
  4066. .navbar-inverse .navbar-toggle .icon-bar {
  4067.   background-color: #ffffff;
  4068. }
  4069. .navbar-inverse .navbar-collapse,
  4070. .navbar-inverse .navbar-form {
  4071.   border-color: #101010;
  4072. }
  4073. .navbar-inverse .navbar-nav > .open > a,
  4074. .navbar-inverse .navbar-nav > .open > a:hover,
  4075. .navbar-inverse .navbar-nav > .open > a:focus {
  4076.   background-color: #080808;
  4077.   color: #ffffff;
  4078. }
  4079. @media (max-width: 767px) {
  4080.   .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
  4081.     border-color: #080808;
  4082.   }
  4083.   .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
  4084.     background-color: #080808;
  4085.   }
  4086.   .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  4087.     color: #999999;
  4088.   }
  4089.   .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  4090.   .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
  4091.     color: #ffffff;
  4092.     background-color: transparent;
  4093.   }
  4094.   .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  4095.   .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  4096.   .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
  4097.     color: #ffffff;
  4098.     background-color: #080808;
  4099.   }
  4100.   .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  4101.   .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  4102.   .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  4103.     color: #444444;
  4104.     background-color: transparent;
  4105.   }
  4106. }
  4107. .navbar-inverse .navbar-link {
  4108.   color: #999999;
  4109. }
  4110. .navbar-inverse .navbar-link:hover {
  4111.   color: #ffffff;
  4112. }
  4113. .breadcrumb {
  4114.   padding: 8px 15px;
  4115.   margin-bottom: 20px;
  4116.   list-style: none;
  4117.   background-color: #f5f5f5;
  4118.   border-radius: 4px;
  4119. }
  4120. .breadcrumb > li {
  4121.   display: inline-block;
  4122. }
  4123. .breadcrumb > li + li:before {
  4124.   content: "/\00a0";
  4125.   padding: 0 5px;
  4126.   color: #cccccc;
  4127. }
  4128. .breadcrumb > .active {
  4129.   color: #999999;
  4130. }
  4131. .pagination {
  4132.   display: inline-block;
  4133.   padding-left: 0;
  4134.   margin: 20px 0;
  4135.   border-radius: 4px;
  4136. }
  4137. .pagination > li {
  4138.   display: inline;
  4139. }
  4140. .pagination > li > a,
  4141. .pagination > li > span {
  4142.   position: relative;
  4143.   float: left;
  4144.   padding: 6px 12px;
  4145.   line-height: 1.428571429;
  4146.   text-decoration: none;
  4147.   color: #428bca;
  4148.   background-color: #ffffff;
  4149.   border: 1px solid #dddddd;
  4150.   margin-left: -1px;
  4151. }
  4152. .pagination > li:first-child > a,
  4153. .pagination > li:first-child > span {
  4154.   margin-left: 0;
  4155.   border-bottom-left-radius: 4px;
  4156.   border-top-left-radius: 4px;
  4157. }
  4158. .pagination > li:last-child > a,
  4159. .pagination > li:last-child > span {
  4160.   border-bottom-right-radius: 4px;
  4161.   border-top-right-radius: 4px;
  4162. }
  4163. .pagination > li > a:hover,
  4164. .pagination > li > span:hover,
  4165. .pagination > li > a:focus,
  4166. .pagination > li > span:focus {
  4167.   color: #2a6496;
  4168.   background-color: #eeeeee;
  4169.   border-color: #dddddd;
  4170. }
  4171. .pagination > .active > a,
  4172. .pagination > .active > span,
  4173. .pagination > .active > a:hover,
  4174. .pagination > .active > span:hover,
  4175. .pagination > .active > a:focus,
  4176. .pagination > .active > span:focus {
  4177.   z-index: 2;
  4178.   color: #ffffff;
  4179.   background-color: #428bca;
  4180.   border-color: #428bca;
  4181.   cursor: default;
  4182. }
  4183. .pagination > .disabled > span,
  4184. .pagination > .disabled > span:hover,
  4185. .pagination > .disabled > span:focus,
  4186. .pagination > .disabled > a,
  4187. .pagination > .disabled > a:hover,
  4188. .pagination > .disabled > a:focus {
  4189.   color: #999999;
  4190.   background-color: #ffffff;
  4191.   border-color: #dddddd;
  4192.   cursor: not-allowed;
  4193. }
  4194. .pagination-lg > li > a,
  4195. .pagination-lg > li > span {
  4196.   padding: 10px 16px;
  4197.   font-size: 18px;
  4198. }
  4199. .pagination-lg > li:first-child > a,
  4200. .pagination-lg > li:first-child > span {
  4201.   border-bottom-left-radius: 6px;
  4202.   border-top-left-radius: 6px;
  4203. }
  4204. .pagination-lg > li:last-child > a,
  4205. .pagination-lg > li:last-child > span {
  4206.   border-bottom-right-radius: 6px;
  4207.   border-top-right-radius: 6px;
  4208. }
  4209. .pagination-sm > li > a,
  4210. .pagination-sm > li > span {
  4211.   padding: 5px 10px;
  4212.   font-size: 12px;
  4213. }
  4214. .pagination-sm > li:first-child > a,
  4215. .pagination-sm > li:first-child > span {
  4216.   border-bottom-left-radius: 3px;
  4217.   border-top-left-radius: 3px;
  4218. }
  4219. .pagination-sm > li:last-child > a,
  4220. .pagination-sm > li:last-child > span {
  4221.   border-bottom-right-radius: 3px;
  4222.   border-top-right-radius: 3px;
  4223. }
  4224. .pager {
  4225.   padding-left: 0;
  4226.   margin: 20px 0;
  4227.   list-style: none;
  4228.   text-align: center;
  4229. }
  4230. .pager li {
  4231.   display: inline;
  4232. }
  4233. .pager li > a,
  4234. .pager li > span {
  4235.   display: inline-block;
  4236.   padding: 5px 14px;
  4237.   background-color: #ffffff;
  4238.   border: 1px solid #dddddd;
  4239.   border-radius: 15px;
  4240. }
  4241. .pager li > a:hover,
  4242. .pager li > a:focus {
  4243.   text-decoration: none;
  4244.   background-color: #eeeeee;
  4245. }
  4246. .pager .next > a,
  4247. .pager .next > span {
  4248.   float: right;
  4249. }
  4250. .pager .previous > a,
  4251. .pager .previous > span {
  4252.   float: left;
  4253. }
  4254. .pager .disabled > a,
  4255. .pager .disabled > a:hover,
  4256. .pager .disabled > a:focus,
  4257. .pager .disabled > span {
  4258.   color: #999999;
  4259.   background-color: #ffffff;
  4260.   cursor: not-allowed;
  4261. }
  4262. .label {
  4263.   display: inline;
  4264.   padding: .2em .6em .3em;
  4265.   font-size: 75%;
  4266.   font-weight: bold;
  4267.   line-height: 1;
  4268.   color: #ffffff;
  4269.   text-align: center;
  4270.   white-space: nowrap;
  4271.   vertical-align: baseline;
  4272.   border-radius: .25em;
  4273. }
  4274. .label[href]:hover,
  4275. .label[href]:focus {
  4276.   color: #ffffff;
  4277.   text-decoration: none;
  4278.   cursor: pointer;
  4279. }
  4280. .label:empty {
  4281.   display: none;
  4282. }
  4283. .btn .label {
  4284.   position: relative;
  4285.   top: -1px;
  4286. }
  4287. .label-default {
  4288.   background-color: #999999;
  4289. }
  4290. .label-default[href]:hover,
  4291. .label-default[href]:focus {
  4292.   background-color: #808080;
  4293. }
  4294. .label-primary {
  4295.   background-color: #428bca;
  4296. }
  4297. .label-primary[href]:hover,
  4298. .label-primary[href]:focus {
  4299.   background-color: #3071a9;
  4300. }
  4301. .label-success {
  4302.   background-color: #5cb85c;
  4303. }
  4304. .label-success[href]:hover,
  4305. .label-success[href]:focus {
  4306.   background-color: #449d44;
  4307. }
  4308. .label-info {
  4309.   background-color: #5bc0de;
  4310. }
  4311. .label-info[href]:hover,
  4312. .label-info[href]:focus {
  4313.   background-color: #31b0d5;
  4314. }
  4315. .label-warning {
  4316.   background-color: #f0ad4e;
  4317. }
  4318. .label-warning[href]:hover,
  4319. .label-warning[href]:focus {
  4320.   background-color: #ec971f;
  4321. }
  4322. .label-danger {
  4323.   background-color: #d9534f;
  4324. }
  4325. .label-danger[href]:hover,
  4326. .label-danger[href]:focus {
  4327.   background-color: #c9302c;
  4328. }
  4329. .badge {
  4330.   display: inline-block;
  4331.   min-width: 10px;
  4332.   padding: 3px 7px;
  4333.   font-size: 12px;
  4334.   font-weight: bold;
  4335.   color: #ffffff;
  4336.   line-height: 1;
  4337.   vertical-align: baseline;
  4338.   white-space: nowrap;
  4339.   text-align: center;
  4340.   background-color: #999999;
  4341.   border-radius: 10px;
  4342. }
  4343. .badge:empty {
  4344.   display: none;
  4345. }
  4346. .btn .badge {
  4347.   position: relative;
  4348.   top: -1px;
  4349. }
  4350. .btn-xs .badge {
  4351.   top: 0;
  4352.   padding: 1px 5px;
  4353. }
  4354. a.badge:hover,
  4355. a.badge:focus {
  4356.   color: #ffffff;
  4357.   text-decoration: none;
  4358.   cursor: pointer;
  4359. }
  4360. a.list-group-item.active > .badge,
  4361. .nav-pills > .active > a > .badge {
  4362.   color: #428bca;
  4363.   background-color: #ffffff;
  4364. }
  4365. .nav-pills > li > a > .badge {
  4366.   margin-left: 3px;
  4367. }
  4368. .jumbotron {
  4369.   padding: 30px;
  4370.   margin-bottom: 30px;
  4371.   color: inherit;
  4372.   background-color: #eeeeee;
  4373. }
  4374. .jumbotron h1,
  4375. .jumbotron .h1 {
  4376.   color: inherit;
  4377. }
  4378. .jumbotron p {
  4379.   margin-bottom: 15px;
  4380.   font-size: 21px;
  4381.   font-weight: 200;
  4382. }
  4383. .container .jumbotron {
  4384.   border-radius: 6px;
  4385. }
  4386. .jumbotron .container {
  4387.   max-width: 100%;
  4388. }
  4389. @media screen and (min-width: 768px) {
  4390.   .jumbotron {
  4391.     padding-top: 48px;
  4392.     padding-bottom: 48px;
  4393.   }
  4394.   .container .jumbotron {
  4395.     padding-left: 60px;
  4396.     padding-right: 60px;
  4397.   }
  4398.   .jumbotron h1,
  4399.   .jumbotron .h1 {
  4400.     font-size: 63px;
  4401.   }
  4402. }
  4403. .thumbnail {
  4404.   display: block;
  4405.   padding: 4px;
  4406.   margin-bottom: 20px;
  4407.   line-height: 1.428571429;
  4408.   background-color: #ffffff;
  4409.   border: 1px solid #dddddd;
  4410.   border-radius: 4px;
  4411.   -webkit-transition: all 0.2s ease-in-out;
  4412.   transition: all 0.2s ease-in-out;
  4413. }
  4414. .thumbnail > img,
  4415. .thumbnail a > img {
  4416.   display: block;
  4417.   max-width: 100%;
  4418.   height: auto;
  4419.   margin-left: auto;
  4420.   margin-right: auto;
  4421. }
  4422. a.thumbnail:hover,
  4423. a.thumbnail:focus,
  4424. a.thumbnail.active {
  4425.   border-color: #428bca;
  4426. }
  4427. .thumbnail .caption {
  4428.   padding: 9px;
  4429.   color: #333333;
  4430. }
  4431. .alert {
  4432.   padding: 15px;
  4433.   margin-bottom: 20px;
  4434.   border: 1px solid transparent;
  4435.   border-radius: 4px;
  4436. }
  4437. .alert h4 {
  4438.   margin-top: 0;
  4439.   color: inherit;
  4440. }
  4441. .alert .alert-link {
  4442.   font-weight: bold;
  4443. }
  4444. .alert > p,
  4445. .alert > ul {
  4446.   margin-bottom: 0;
  4447. }
  4448. .alert > p + p {
  4449.   margin-top: 5px;
  4450. }
  4451. .alert-dismissable {
  4452.   padding-right: 35px;
  4453. }
  4454. .alert-dismissable .close {
  4455.   position: relative;
  4456.   top: -2px;
  4457.   right: -21px;
  4458.   color: inherit;
  4459. }
  4460. .alert-success {
  4461.   background-color: #dff0d8;
  4462.   border-color: #d6e9c6;
  4463.   color: #3c763d;
  4464. }
  4465. .alert-success hr {
  4466.   border-top-color: #c9e2b3;
  4467. }
  4468. .alert-success .alert-link {
  4469.   color: #2b542c;
  4470. }
  4471. .alert-info {
  4472.   background-color: #d9edf7;
  4473.   border-color: #bce8f1;
  4474.   color: #31708f;
  4475. }
  4476. .alert-info hr {
  4477.   border-top-color: #a6e1ec;
  4478. }
  4479. .alert-info .alert-link {
  4480.   color: #245269;
  4481. }
  4482. .alert-warning {
  4483.   background-color: #fcf8e3;
  4484.   border-color: #faebcc;
  4485.   color: #8a6d3b;
  4486. }
  4487. .alert-warning hr {
  4488.   border-top-color: #f7e1b5;
  4489. }
  4490. .alert-warning .alert-link {
  4491.   color: #66512c;
  4492. }
  4493. .alert-danger {
  4494.   background-color: #f2dede;
  4495.   border-color: #ebccd1;
  4496.   color: #a94442;
  4497. }
  4498. .alert-danger hr {
  4499.   border-top-color: #e4b9c0;
  4500. }
  4501. .alert-danger .alert-link {
  4502.   color: #843534;
  4503. }
  4504. @-webkit-keyframes progress-bar-stripes {
  4505.   from {
  4506.     background-position: 40px 0;
  4507.   }
  4508.   to {
  4509.     background-position: 0 0;
  4510.   }
  4511. }
  4512. @keyframes progress-bar-stripes {
  4513.   from {
  4514.     background-position: 40px 0;
  4515.   }
  4516.   to {
  4517.     background-position: 0 0;
  4518.   }
  4519. }
  4520. .progress {
  4521.   overflow: hidden;
  4522.   height: 20px;
  4523.   margin-bottom: 20px;
  4524.   background-color: #f5f5f5;
  4525.   border-radius: 4px;
  4526.   -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  4527.   box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  4528. }
  4529. .progress-bar {
  4530.   float: left;
  4531.   width: 0%;
  4532.   height: 100%;
  4533.   font-size: 12px;
  4534.   line-height: 20px;
  4535.   color: #ffffff;
  4536.   text-align: center;
  4537.   background-color: #428bca;
  4538.   -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  4539.   box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  4540.   -webkit-transition: width 0.6s ease;
  4541.   transition: width 0.6s ease;
  4542. }
  4543. .progress-striped .progress-bar {
  4544.   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);
  4545.   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);
  4546.   background-size: 40px 40px;
  4547. }
  4548. .progress.active .progress-bar {
  4549.   -webkit-animation: progress-bar-stripes 2s linear infinite;
  4550.   animation: progress-bar-stripes 2s linear infinite;
  4551. }
  4552. .progress-bar-success {
  4553.   background-color: #5cb85c;
  4554. }
  4555. .progress-striped .progress-bar-success {
  4556.   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);
  4557.   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);
  4558. }
  4559. .progress-bar-info {
  4560.   background-color: #5bc0de;
  4561. }
  4562. .progress-striped .progress-bar-info {
  4563.   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);
  4564.   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);
  4565. }
  4566. .progress-bar-warning {
  4567.   background-color: #f0ad4e;
  4568. }
  4569. .progress-striped .progress-bar-warning {
  4570.   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);
  4571.   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);
  4572. }
  4573. .progress-bar-danger {
  4574.   background-color: #d9534f;
  4575. }
  4576. .progress-striped .progress-bar-danger {
  4577.   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);
  4578.   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);
  4579. }
  4580. .media,
  4581. .media-body {
  4582.   overflow: hidden;
  4583.   zoom: 1;
  4584. }
  4585. .media,
  4586. .media .media {
  4587.   margin-top: 15px;
  4588. }
  4589. .media:first-child {
  4590.   margin-top: 0;
  4591. }
  4592. .media-object {
  4593.   display: block;
  4594. }
  4595. .media-heading {
  4596.   margin: 0 0 5px;
  4597. }
  4598. .media > .pull-left {
  4599.   margin-right: 10px;
  4600. }
  4601. .media > .pull-right {
  4602.   margin-left: 10px;
  4603. }
  4604. .media-list {
  4605.   padding-left: 0;
  4606.   list-style: none;
  4607. }
  4608. .list-group {
  4609.   margin-bottom: 20px;
  4610.   padding-left: 0;
  4611. }
  4612. .list-group-item {
  4613.   position: relative;
  4614.   display: block;
  4615.   padding: 10px 15px;
  4616.   margin-bottom: -1px;
  4617.   background-color: #ffffff;
  4618.   border: 1px solid #dddddd;
  4619. }
  4620. .list-group-item:first-child {
  4621.   border-top-right-radius: 4px;
  4622.   border-top-left-radius: 4px;
  4623. }
  4624. .list-group-item:last-child {
  4625.   margin-bottom: 0;
  4626.   border-bottom-right-radius: 4px;
  4627.   border-bottom-left-radius: 4px;
  4628. }
  4629. .list-group-item > .badge {
  4630.   float: right;
  4631. }
  4632. .list-group-item > .badge + .badge {
  4633.   margin-right: 5px;
  4634. }
  4635. a.list-group-item {
  4636.   color: #555555;
  4637. }
  4638. a.list-group-item .list-group-item-heading {
  4639.   color: #333333;
  4640. }
  4641. a.list-group-item:hover,
  4642. a.list-group-item:focus {
  4643.   text-decoration: none;
  4644.   background-color: #f5f5f5;
  4645. }
  4646. a.list-group-item.active,
  4647. a.list-group-item.active:hover,
  4648. a.list-group-item.active:focus {
  4649.   z-index: 2;
  4650.   color: #ffffff;
  4651.   background-color: #428bca;
  4652.   border-color: #428bca;
  4653. }
  4654. a.list-group-item.active .list-group-item-heading,
  4655. a.list-group-item.active:hover .list-group-item-heading,
  4656. a.list-group-item.active:focus .list-group-item-heading {
  4657.   color: inherit;
  4658. }
  4659. a.list-group-item.active .list-group-item-text,
  4660. a.list-group-item.active:hover .list-group-item-text,
  4661. a.list-group-item.active:focus .list-group-item-text {
  4662.   color: #e1edf7;
  4663. }
  4664. .list-group-item-success {
  4665.   color: #3c763d;
  4666.   background-color: #dff0d8;
  4667. }
  4668. a.list-group-item-success {
  4669.   color: #3c763d;
  4670. }
  4671. a.list-group-item-success .list-group-item-heading {
  4672.   color: inherit;
  4673. }
  4674. a.list-group-item-success:hover,
  4675. a.list-group-item-success:focus {
  4676.   color: #3c763d;
  4677.   background-color: #d0e9c6;
  4678. }
  4679. a.list-group-item-success.active,
  4680. a.list-group-item-success.active:hover,
  4681. a.list-group-item-success.active:focus {
  4682.   color: #fff;
  4683.   background-color: #3c763d;
  4684.   border-color: #3c763d;
  4685. }
  4686. .list-group-item-info {
  4687.   color: #31708f;
  4688.   background-color: #d9edf7;
  4689. }
  4690. a.list-group-item-info {
  4691.   color: #31708f;
  4692. }
  4693. a.list-group-item-info .list-group-item-heading {
  4694.   color: inherit;
  4695. }
  4696. a.list-group-item-info:hover,
  4697. a.list-group-item-info:focus {
  4698.   color: #31708f;
  4699.   background-color: #c4e3f3;
  4700. }
  4701. a.list-group-item-info.active,
  4702. a.list-group-item-info.active:hover,
  4703. a.list-group-item-info.active:focus {
  4704.   color: #fff;
  4705.   background-color: #31708f;
  4706.   border-color: #31708f;
  4707. }
  4708. .list-group-item-warning {
  4709.   color: #8a6d3b;
  4710.   background-color: #fcf8e3;
  4711. }
  4712. a.list-group-item-warning {
  4713.   color: #8a6d3b;
  4714. }
  4715. a.list-group-item-warning .list-group-item-heading {
  4716.   color: inherit;
  4717. }
  4718. a.list-group-item-warning:hover,
  4719. a.list-group-item-warning:focus {
  4720.   color: #8a6d3b;
  4721.   background-color: #faf2cc;
  4722. }
  4723. a.list-group-item-warning.active,
  4724. a.list-group-item-warning.active:hover,
  4725. a.list-group-item-warning.active:focus {
  4726.   color: #fff;
  4727.   background-color: #8a6d3b;
  4728.   border-color: #8a6d3b;
  4729. }
  4730. .list-group-item-danger {
  4731.   color: #a94442;
  4732.   background-color: #f2dede;
  4733. }
  4734. a.list-group-item-danger {
  4735.   color: #a94442;
  4736. }
  4737. a.list-group-item-danger .list-group-item-heading {
  4738.   color: inherit;
  4739. }
  4740. a.list-group-item-danger:hover,
  4741. a.list-group-item-danger:focus {
  4742.   color: #a94442;
  4743.   background-color: #ebcccc;
  4744. }
  4745. a.list-group-item-danger.active,
  4746. a.list-group-item-danger.active:hover,
  4747. a.list-group-item-danger.active:focus {
  4748.   color: #fff;
  4749.   background-color: #a94442;
  4750.   border-color: #a94442;
  4751. }
  4752. .list-group-item-heading {
  4753.   margin-top: 0;
  4754.   margin-bottom: 5px;
  4755. }
  4756. .list-group-item-text {
  4757.   margin-bottom: 0;
  4758.   line-height: 1.3;
  4759. }
  4760. .panel {
  4761.   margin-bottom: 20px;
  4762.   background-color: #ffffff;
  4763.   border: 1px solid transparent;
  4764.   border-radius: 4px;
  4765.   -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  4766.   box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  4767. }
  4768. .panel-body {
  4769.   padding: 15px;
  4770. }
  4771. .panel > .list-group {
  4772.   margin-bottom: 0;
  4773. }
  4774. .panel > .list-group .list-group-item {
  4775.   border-width: 1px 0;
  4776.   border-radius: 0;
  4777. }
  4778. .panel > .list-group .list-group-item:first-child {
  4779.   border-top: 0;
  4780. }
  4781. .panel > .list-group .list-group-item:last-child {
  4782.   border-bottom: 0;
  4783. }
  4784. .panel > .list-group:first-child .list-group-item:first-child {
  4785.   border-top-right-radius: 3px;
  4786.   border-top-left-radius: 3px;
  4787. }
  4788. .panel > .list-group:last-child .list-group-item:last-child {
  4789.   border-bottom-right-radius: 3px;
  4790.   border-bottom-left-radius: 3px;
  4791. }
  4792. .panel-heading + .list-group .list-group-item:first-child {
  4793.   border-top-width: 0;
  4794. }
  4795. .panel > .table,
  4796. .panel > .table-responsive > .table {
  4797.   margin-bottom: 0;
  4798. }
  4799. .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
  4800. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
  4801. .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  4802. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  4803. .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
  4804. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
  4805. .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  4806. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  4807.   border-top-left-radius: 3px;
  4808. }
  4809. .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
  4810. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
  4811. .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  4812. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  4813. .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
  4814. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
  4815. .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  4816. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  4817.   border-top-right-radius: 3px;
  4818. }
  4819. .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  4820. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  4821. .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  4822. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  4823. .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  4824. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  4825. .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  4826. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  4827.   border-bottom-left-radius: 3px;
  4828. }
  4829. .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  4830. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  4831. .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  4832. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  4833. .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  4834. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  4835. .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  4836. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  4837.   border-bottom-right-radius: 3px;
  4838. }
  4839. .panel > .panel-body + .table,
  4840. .panel > .panel-body + .table-responsive {
  4841.   border-top: 1px solid #dddddd;
  4842. }
  4843. .panel > .table > tbody:first-child > tr:first-child th,
  4844. .panel > .table > tbody:first-child > tr:first-child td {
  4845.   border-top: 0;
  4846. }
  4847. .panel > .table-bordered,
  4848. .panel > .table-responsive > .table-bordered {
  4849.   border: 0;
  4850. }
  4851. .panel > .table-bordered > thead > tr > th:first-child,
  4852. .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  4853. .panel > .table-bordered > tbody > tr > th:first-child,
  4854. .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  4855. .panel > .table-bordered > tfoot > tr > th:first-child,
  4856. .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  4857. .panel > .table-bordered > thead > tr > td:first-child,
  4858. .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  4859. .panel > .table-bordered > tbody > tr > td:first-child,
  4860. .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  4861. .panel > .table-bordered > tfoot > tr > td:first-child,
  4862. .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  4863.   border-left: 0;
  4864. }
  4865. .panel > .table-bordered > thead > tr > th:last-child,
  4866. .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  4867. .panel > .table-bordered > tbody > tr > th:last-child,
  4868. .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  4869. .panel > .table-bordered > tfoot > tr > th:last-child,
  4870. .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  4871. .panel > .table-bordered > thead > tr > td:last-child,
  4872. .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  4873. .panel > .table-bordered > tbody > tr > td:last-child,
  4874. .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  4875. .panel > .table-bordered > tfoot > tr > td:last-child,
  4876. .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  4877.   border-right: 0;
  4878. }
  4879. .panel > .table-bordered > thead > tr:first-child > th,
  4880. .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  4881. .panel > .table-bordered > tbody > tr:first-child > th,
  4882. .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
  4883. .panel > .table-bordered > tfoot > tr:first-child > th,
  4884. .panel > .table-responsive > .table-bordered > tfoot > tr:first-child > th,
  4885. .panel > .table-bordered > thead > tr:first-child > td,
  4886. .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  4887. .panel > .table-bordered > tbody > tr:first-child > td,
  4888. .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  4889. .panel > .table-bordered > tfoot > tr:first-child > td,
  4890. .panel > .table-responsive > .table-bordered > tfoot > tr:first-child > td {
  4891.   border-top: 0;
  4892. }
  4893. .panel > .table-bordered > thead > tr:last-child > th,
  4894. .panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
  4895. .panel > .table-bordered > tbody > tr:last-child > th,
  4896. .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  4897. .panel > .table-bordered > tfoot > tr:last-child > th,
  4898. .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  4899. .panel > .table-bordered > thead > tr:last-child > td,
  4900. .panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
  4901. .panel > .table-bordered > tbody > tr:last-child > td,
  4902. .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  4903. .panel > .table-bordered > tfoot > tr:last-child > td,
  4904. .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  4905.   border-bottom: 0;
  4906. }
  4907. .panel > .table-responsive {
  4908.   border: 0;
  4909.   margin-bottom: 0;
  4910. }
  4911. .panel-heading {
  4912.   padding: 10px 15px;
  4913.   border-bottom: 1px solid transparent;
  4914.   border-top-right-radius: 3px;
  4915.   border-top-left-radius: 3px;
  4916. }
  4917. .panel-heading > .dropdown .dropdown-toggle {
  4918.   color: inherit;
  4919. }
  4920. .panel-title {
  4921.   margin-top: 0;
  4922.   margin-bottom: 0;
  4923.   font-size: 16px;
  4924.   color: inherit;
  4925. }
  4926. .panel-title > a {
  4927.   color: inherit;
  4928. }
  4929. .panel-footer {
  4930.   padding: 10px 15px;
  4931.   background-color: #f5f5f5;
  4932.   border-top: 1px solid #dddddd;
  4933.   border-bottom-right-radius: 3px;
  4934.   border-bottom-left-radius: 3px;
  4935. }
  4936. .panel-group {
  4937.   margin-bottom: 20px;
  4938. }
  4939. .panel-group .panel {
  4940.   margin-bottom: 0;
  4941.   border-radius: 4px;
  4942.   overflow: hidden;
  4943. }
  4944. .panel-group .panel + .panel {
  4945.   margin-top: 5px;
  4946. }
  4947. .panel-group .panel-heading {
  4948.   border-bottom: 0;
  4949. }
  4950. .panel-group .panel-heading + .panel-collapse .panel-body {
  4951.   border-top: 1px solid #dddddd;
  4952. }
  4953. .panel-group .panel-footer {
  4954.   border-top: 0;
  4955. }
  4956. .panel-group .panel-footer + .panel-collapse .panel-body {
  4957.   border-bottom: 1px solid #dddddd;
  4958. }
  4959. .panel-default {
  4960.   border-color: #dddddd;
  4961. }
  4962. .panel-default > .panel-heading {
  4963.   color: #333333;
  4964.   background-color: #f5f5f5;
  4965.   border-color: #dddddd;
  4966. }
  4967. .panel-default > .panel-heading + .panel-collapse .panel-body {
  4968.   border-top-color: #dddddd;
  4969. }
  4970. .panel-default > .panel-footer + .panel-collapse .panel-body {
  4971.   border-bottom-color: #dddddd;
  4972. }
  4973. .panel-primary {
  4974.   border-color: #428bca;
  4975. }
  4976. .panel-primary > .panel-heading {
  4977.   color: #ffffff;
  4978.   background-color: #428bca;
  4979.   border-color: #428bca;
  4980. }
  4981. .panel-primary > .panel-heading + .panel-collapse .panel-body {
  4982.   border-top-color: #428bca;
  4983. }
  4984. .panel-primary > .panel-footer + .panel-collapse .panel-body {
  4985.   border-bottom-color: #428bca;
  4986. }
  4987. .panel-success {
  4988.   border-color: #d6e9c6;
  4989. }
  4990. .panel-success > .panel-heading {
  4991.   color: #3c763d;
  4992.   background-color: #dff0d8;
  4993.   border-color: #d6e9c6;
  4994. }
  4995. .panel-success > .panel-heading + .panel-collapse .panel-body {
  4996.   border-top-color: #d6e9c6;
  4997. }
  4998. .panel-success > .panel-footer + .panel-collapse .panel-body {
  4999.   border-bottom-color: #d6e9c6;
  5000. }
  5001. .panel-info {
  5002.   border-color: #bce8f1;
  5003. }
  5004. .panel-info > .panel-heading {
  5005.   color: #31708f;
  5006.   background-color: #d9edf7;
  5007.   border-color: #bce8f1;
  5008. }
  5009. .panel-info > .panel-heading + .panel-collapse .panel-body {
  5010.   border-top-color: #bce8f1;
  5011. }
  5012. .panel-info > .panel-footer + .panel-collapse .panel-body {
  5013.   border-bottom-color: #bce8f1;
  5014. }
  5015. .panel-warning {
  5016.   border-color: #faebcc;
  5017. }
  5018. .panel-warning > .panel-heading {
  5019.   color: #8a6d3b;
  5020.   background-color: #fcf8e3;
  5021.   border-color: #faebcc;
  5022. }
  5023. .panel-warning > .panel-heading + .panel-collapse .panel-body {
  5024.   border-top-color: #faebcc;
  5025. }
  5026. .panel-warning > .panel-footer + .panel-collapse .panel-body {
  5027.   border-bottom-color: #faebcc;
  5028. }
  5029. .panel-danger {
  5030.   border-color: #ebccd1;
  5031. }
  5032. .panel-danger > .panel-heading {
  5033.   color: #a94442;
  5034.   background-color: #f2dede;
  5035.   border-color: #ebccd1;
  5036. }
  5037. .panel-danger > .panel-heading + .panel-collapse .panel-body {
  5038.   border-top-color: #ebccd1;
  5039. }
  5040. .panel-danger > .panel-footer + .panel-collapse .panel-body {
  5041.   border-bottom-color: #ebccd1;
  5042. }
  5043. .well {
  5044.   min-height: 20px;
  5045.   padding: 19px;
  5046.   margin-bottom: 20px;
  5047.   background-color: #f5f5f5;
  5048.   border: 1px solid #e3e3e3;
  5049.   border-radius: 4px;
  5050.   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  5051.   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  5052. }
  5053. .well blockquote {
  5054.   border-color: #ddd;
  5055.   border-color: rgba(0, 0, 0, 0.15);
  5056. }
  5057. .well-lg {
  5058.   padding: 24px;
  5059.   border-radius: 6px;
  5060. }
  5061. .well-sm {
  5062.   padding: 9px;
  5063.   border-radius: 3px;
  5064. }
  5065. .close {
  5066.   float: right;
  5067.   font-size: 21px;
  5068.   font-weight: bold;
  5069.   line-height: 1;
  5070.   color: #000000;
  5071.   text-shadow: 0 1px 0 #ffffff;
  5072.   opacity: 0.2;
  5073.   filter: alpha(opacity=20);
  5074. }
  5075. .close:hover,
  5076. .close:focus {
  5077.   color: #000000;
  5078.   text-decoration: none;
  5079.   cursor: pointer;
  5080.   opacity: 0.5;
  5081.   filter: alpha(opacity=50);
  5082. }
  5083. button.close {
  5084.   padding: 0;
  5085.   cursor: pointer;
  5086.   background: transparent;
  5087.   border: 0;
  5088.   -webkit-appearance: none;
  5089. }
  5090. .modal-open {
  5091.   overflow: hidden;
  5092. }
  5093. .modal {
  5094.   display: none;
  5095.   overflow: auto;
  5096.   overflow-y: scroll;
  5097.   position: fixed;
  5098.   top: 0;
  5099.   right: 0;
  5100.   bottom: 0;
  5101.   left: 0;
  5102.   z-index: 1050;
  5103.   -webkit-overflow-scrolling: touch;
  5104.   outline: 0;
  5105. }
  5106. .modal.fade .modal-dialog {
  5107.   -webkit-transform: translate(0, -25%);
  5108.   -ms-transform: translate(0, -25%);
  5109.   transform: translate(0, -25%);
  5110.   -webkit-transition: -webkit-transform 0.3s ease-out;
  5111.   -moz-transition: -moz-transform 0.3s ease-out;
  5112.   -o-transition: -o-transform 0.3s ease-out;
  5113.   transition: transform 0.3s ease-out;
  5114. }
  5115. .modal.in .modal-dialog {
  5116.   -webkit-transform: translate(0, 0);
  5117.   -ms-transform: translate(0, 0);
  5118.   transform: translate(0, 0);
  5119. }
  5120. .modal-dialog {
  5121.   position: relative;
  5122.   width: auto;
  5123.   margin: 10px;
  5124. }
  5125. .modal-content {
  5126.   position: relative;
  5127.   background-color: #ffffff;
  5128.   border: 1px solid #999999;
  5129.   border: 1px solid rgba(0, 0, 0, 0.2);
  5130.   border-radius: 6px;
  5131.   -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  5132.   box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  5133.   background-clip: padding-box;
  5134.   outline: none;
  5135. }
  5136. .modal-backdrop {
  5137.   position: fixed;
  5138.   top: 0;
  5139.   right: 0;
  5140.   bottom: 0;
  5141.   left: 0;
  5142.   z-index: 1040;
  5143.   background-color: #000000;
  5144. }
  5145. .modal-backdrop.fade {
  5146.   opacity: 0;
  5147.   filter: alpha(opacity=0);
  5148. }
  5149. .modal-backdrop.in {
  5150.   opacity: 0.5;
  5151.   filter: alpha(opacity=50);
  5152. }
  5153. .modal-header {
  5154.   padding: 15px;
  5155.   border-bottom: 1px solid #e5e5e5;
  5156.   min-height: 16.428571429px;
  5157. }
  5158. .modal-header .close {
  5159.   margin-top: -2px;
  5160. }
  5161. .modal-title {
  5162.   margin: 0;
  5163.   line-height: 1.428571429;
  5164. }
  5165. .modal-body {
  5166.   position: relative;
  5167.   padding: 20px;
  5168. }
  5169. .modal-footer {
  5170.   margin-top: 15px;
  5171.   padding: 19px 20px 20px;
  5172.   text-align: right;
  5173.   border-top: 1px solid #e5e5e5;
  5174. }
  5175. .modal-footer .btn + .btn {
  5176.   margin-left: 5px;
  5177.   margin-bottom: 0;
  5178. }
  5179. .modal-footer .btn-group .btn + .btn {
  5180.   margin-left: -1px;
  5181. }
  5182. .modal-footer .btn-block + .btn-block {
  5183.   margin-left: 0;
  5184. }
  5185. @media (min-width: 768px) {
  5186.   .modal-dialog {
  5187.     width: 600px;
  5188.     margin: 30px auto;
  5189.   }
  5190.   .modal-content {
  5191.     -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  5192.     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  5193.   }
  5194.   .modal-sm {
  5195.     width: 300px;
  5196.   }
  5197.   .modal-lg {
  5198.     width: 900px;
  5199.   }
  5200. }
  5201. .tooltip {
  5202.   position: absolute;
  5203.   z-index: 1030;
  5204.   display: block;
  5205.   visibility: visible;
  5206.   font-size: 12px;
  5207.   line-height: 1.4;
  5208.   opacity: 0;
  5209.   filter: alpha(opacity=0);
  5210. }
  5211. .tooltip.in {
  5212.   opacity: 0.9;
  5213.   filter: alpha(opacity=90);
  5214. }
  5215. .tooltip.top {
  5216.   margin-top: -3px;
  5217.   padding: 5px 0;
  5218. }
  5219. .tooltip.right {
  5220.   margin-left: 3px;
  5221.   padding: 0 5px;
  5222. }
  5223. .tooltip.bottom {
  5224.   margin-top: 3px;
  5225.   padding: 5px 0;
  5226. }
  5227. .tooltip.left {
  5228.   margin-left: -3px;
  5229.   padding: 0 5px;
  5230. }
  5231. .tooltip-inner {
  5232.   max-width: 200px;
  5233.   padding: 3px 8px;
  5234.   color: #ffffff;
  5235.   text-align: center;
  5236.   text-decoration: none;
  5237.   background-color: #000000;
  5238.   border-radius: 4px;
  5239. }
  5240. .tooltip-arrow {
  5241.   position: absolute;
  5242.   width: 0;
  5243.   height: 0;
  5244.   border-color: transparent;
  5245.   border-style: solid;
  5246. }
  5247. .tooltip.top .tooltip-arrow {
  5248.   bottom: 0;
  5249.   left: 50%;
  5250.   margin-left: -5px;
  5251.   border-width: 5px 5px 0;
  5252.   border-top-color: #000000;
  5253. }
  5254. .tooltip.top-left .tooltip-arrow {
  5255.   bottom: 0;
  5256.   left: 5px;
  5257.   border-width: 5px 5px 0;
  5258.   border-top-color: #000000;
  5259. }
  5260. .tooltip.top-right .tooltip-arrow {
  5261.   bottom: 0;
  5262.   right: 5px;
  5263.   border-width: 5px 5px 0;
  5264.   border-top-color: #000000;
  5265. }
  5266. .tooltip.right .tooltip-arrow {
  5267.   top: 50%;
  5268.   left: 0;
  5269.   margin-top: -5px;
  5270.   border-width: 5px 5px 5px 0;
  5271.   border-right-color: #000000;
  5272. }
  5273. .tooltip.left .tooltip-arrow {
  5274.   top: 50%;
  5275.   right: 0;
  5276.   margin-top: -5px;
  5277.   border-width: 5px 0 5px 5px;
  5278.   border-left-color: #000000;
  5279. }
  5280. .tooltip.bottom .tooltip-arrow {
  5281.   top: 0;
  5282.   left: 50%;
  5283.   margin-left: -5px;
  5284.   border-width: 0 5px 5px;
  5285.   border-bottom-color: #000000;
  5286. }
  5287. .tooltip.bottom-left .tooltip-arrow {
  5288.   top: 0;
  5289.   left: 5px;
  5290.   border-width: 0 5px 5px;
  5291.   border-bottom-color: #000000;
  5292. }
  5293. .tooltip.bottom-right .tooltip-arrow {
  5294.   top: 0;
  5295.   right: 5px;
  5296.   border-width: 0 5px 5px;
  5297.   border-bottom-color: #000000;
  5298. }
  5299. .popover {
  5300.   position: absolute;
  5301.   top: 0;
  5302.   left: 0;
  5303.   z-index: 1010;
  5304.   display: none;
  5305.   max-width: 276px;
  5306.   padding: 1px;
  5307.   text-align: left;
  5308.   background-color: #ffffff;
  5309.   background-clip: padding-box;
  5310.   border: 1px solid #cccccc;
  5311.   border: 1px solid rgba(0, 0, 0, 0.2);
  5312.   border-radius: 6px;
  5313.   -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  5314.   box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  5315.   white-space: normal;
  5316. }
  5317. .popover.top {
  5318.   margin-top: -10px;
  5319. }
  5320. .popover.right {
  5321.   margin-left: 10px;
  5322. }
  5323. .popover.bottom {
  5324.   margin-top: 10px;
  5325. }
  5326. .popover.left {
  5327.   margin-left: -10px;
  5328. }
  5329. .popover-title {
  5330.   margin: 0;
  5331.   padding: 8px 14px;
  5332.   font-size: 14px;
  5333.   font-weight: normal;
  5334.   line-height: 18px;
  5335.   background-color: #f7f7f7;
  5336.   border-bottom: 1px solid #ebebeb;
  5337.   border-radius: 5px 5px 0 0;
  5338. }
  5339. .popover-content {
  5340.   padding: 9px 14px;
  5341. }
  5342. .popover .arrow,
  5343. .popover .arrow:after {
  5344.   position: absolute;
  5345.   display: block;
  5346.   width: 0;
  5347.   height: 0;
  5348.   border-color: transparent;
  5349.   border-style: solid;
  5350. }
  5351. .popover .arrow {
  5352.   border-width: 11px;
  5353. }
  5354. .popover .arrow:after {
  5355.   border-width: 10px;
  5356.   content: "";
  5357. }
  5358. .popover.top .arrow {
  5359.   left: 50%;
  5360.   margin-left: -11px;
  5361.   border-bottom-width: 0;
  5362.   border-top-color: #999999;
  5363.   border-top-color: rgba(0, 0, 0, 0.25);
  5364.   bottom: -11px;
  5365. }
  5366. .popover.top .arrow:after {
  5367.   content: " ";
  5368.   bottom: 1px;
  5369.   margin-left: -10px;
  5370.   border-bottom-width: 0;
  5371.   border-top-color: #ffffff;
  5372. }
  5373. .popover.right .arrow {
  5374.   top: 50%;
  5375.   left: -11px;
  5376.   margin-top: -11px;
  5377.   border-left-width: 0;
  5378.   border-right-color: #999999;
  5379.   border-right-color: rgba(0, 0, 0, 0.25);
  5380. }
  5381. .popover.right .arrow:after {
  5382.   content: " ";
  5383.   left: 1px;
  5384.   bottom: -10px;
  5385.   border-left-width: 0;
  5386.   border-right-color: #ffffff;
  5387. }
  5388. .popover.bottom .arrow {
  5389.   left: 50%;
  5390.   margin-left: -11px;
  5391.   border-top-width: 0;
  5392.   border-bottom-color: #999999;
  5393.   border-bottom-color: rgba(0, 0, 0, 0.25);
  5394.   top: -11px;
  5395. }
  5396. .popover.bottom .arrow:after {
  5397.   content: " ";
  5398.   top: 1px;
  5399.   margin-left: -10px;
  5400.   border-top-width: 0;
  5401.   border-bottom-color: #ffffff;
  5402. }
  5403. .popover.left .arrow {
  5404.   top: 50%;
  5405.   right: -11px;
  5406.   margin-top: -11px;
  5407.   border-right-width: 0;
  5408.   border-left-color: #999999;
  5409.   border-left-color: rgba(0, 0, 0, 0.25);
  5410. }
  5411. .popover.left .arrow:after {
  5412.   content: " ";
  5413.   right: 1px;
  5414.   border-right-width: 0;
  5415.   border-left-color: #ffffff;
  5416.   bottom: -10px;
  5417. }
  5418. .carousel {
  5419.   position: relative;
  5420. }
  5421. .carousel-inner {
  5422.   position: relative;
  5423.   overflow: hidden;
  5424.   width: 100%;
  5425. }
  5426. .carousel-inner > .item {
  5427.   display: none;
  5428.   position: relative;
  5429.   -webkit-transition: 0.6s ease-in-out left;
  5430.   transition: 0.6s ease-in-out left;
  5431. }
  5432. .carousel-inner > .item > img,
  5433. .carousel-inner > .item > a > img {
  5434.   display: block;
  5435.   max-width: 100%;
  5436.   height: auto;
  5437.   line-height: 1;
  5438. }
  5439. .carousel-inner > .active,
  5440. .carousel-inner > .next,
  5441. .carousel-inner > .prev {
  5442.   display: block;
  5443. }
  5444. .carousel-inner > .active {
  5445.   left: 0;
  5446. }
  5447. .carousel-inner > .next,
  5448. .carousel-inner > .prev {
  5449.   position: absolute;
  5450.   top: 0;
  5451.   width: 100%;
  5452. }
  5453. .carousel-inner > .next {
  5454.   left: 100%;
  5455. }
  5456. .carousel-inner > .prev {
  5457.   left: -100%;
  5458. }
  5459. .carousel-inner > .next.left,
  5460. .carousel-inner > .prev.right {
  5461.   left: 0;
  5462. }
  5463. .carousel-inner > .active.left {
  5464.   left: -100%;
  5465. }
  5466. .carousel-inner > .active.right {
  5467.   left: 100%;
  5468. }
  5469. .carousel-control {
  5470.   position: absolute;
  5471.   top: 0;
  5472.   left: 0;
  5473.   bottom: 0;
  5474.   width: 15%;
  5475.   opacity: 0.5;
  5476.   filter: alpha(opacity=50);
  5477.   font-size: 20px;
  5478.   color: #ffffff;
  5479.   text-align: center;
  5480.   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  5481. }
  5482. .carousel-control.left {
  5483.   background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  5484.   background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  5485.   background-repeat: repeat-x;
  5486.   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  5487. }
  5488. .carousel-control.right {
  5489.   left: auto;
  5490.   right: 0;
  5491.   background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  5492.   background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  5493.   background-repeat: repeat-x;
  5494.   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  5495. }
  5496. .carousel-control:hover,
  5497. .carousel-control:focus {
  5498.   outline: none;
  5499.   color: #ffffff;
  5500.   text-decoration: none;
  5501.   opacity: 0.9;
  5502.   filter: alpha(opacity=90);
  5503. }
  5504. .carousel-control .icon-prev,
  5505. .carousel-control .icon-next,
  5506. .carousel-control .glyphicon-chevron-left,
  5507. .carousel-control .glyphicon-chevron-right {
  5508.   position: absolute;
  5509.   top: 50%;
  5510.   z-index: 5;
  5511.   display: inline-block;
  5512. }
  5513. .carousel-control .icon-prev,
  5514. .carousel-control .glyphicon-chevron-left {
  5515.   left: 50%;
  5516. }
  5517. .carousel-control .icon-next,
  5518. .carousel-control .glyphicon-chevron-right {
  5519.   right: 50%;
  5520. }
  5521. .carousel-control .icon-prev,
  5522. .carousel-control .icon-next {
  5523.   width: 20px;
  5524.   height: 20px;
  5525.   margin-top: -10px;
  5526.   margin-left: -10px;
  5527.   font-family: serif;
  5528. }
  5529. .carousel-control .icon-prev:before {
  5530.   content: '\2039';
  5531. }
  5532. .carousel-control .icon-next:before {
  5533.   content: '\203a';
  5534. }
  5535. .carousel-indicators {
  5536.   position: absolute;
  5537.   bottom: 10px;
  5538.   left: 50%;
  5539.   z-index: 15;
  5540.   width: 60%;
  5541.   margin-left: -30%;
  5542.   padding-left: 0;
  5543.   list-style: none;
  5544.   text-align: center;
  5545. }
  5546. .carousel-indicators li {
  5547.   display: inline-block;
  5548.   width: 10px;
  5549.   height: 10px;
  5550.   margin: 1px;
  5551.   text-indent: -999px;
  5552.   border: 1px solid #ffffff;
  5553.   border-radius: 10px;
  5554.   cursor: pointer;
  5555.   background-color: #000 \9;
  5556.   background-color: rgba(0, 0, 0, 0);
  5557. }
  5558. .carousel-indicators .active {
  5559.   margin: 0;
  5560.   width: 12px;
  5561.   height: 12px;
  5562.   background-color: #ffffff;
  5563. }
  5564. .carousel-caption {
  5565.   position: absolute;
  5566.   left: 15%;
  5567.   right: 15%;
  5568.   bottom: 20px;
  5569.   z-index: 10;
  5570.   padding-top: 20px;
  5571.   padding-bottom: 20px;
  5572.   color: #ffffff;
  5573.   text-align: center;
  5574.   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  5575. }
  5576. .carousel-caption .btn {
  5577.   text-shadow: none;
  5578. }
  5579. @media screen and (min-width: 768px) {
  5580.   .carousel-control .glyphicons-chevron-left,
  5581.   .carousel-control .glyphicons-chevron-right,
  5582.   .carousel-control .icon-prev,
  5583.   .carousel-control .icon-next {
  5584.     width: 30px;
  5585.     height: 30px;
  5586.     margin-top: -15px;
  5587.     margin-left: -15px;
  5588.     font-size: 30px;
  5589.   }
  5590.   .carousel-caption {
  5591.     left: 20%;
  5592.     right: 20%;
  5593.     padding-bottom: 30px;
  5594.   }
  5595.   .carousel-indicators {
  5596.     bottom: 20px;
  5597.   }
  5598. }
  5599. .clearfix:before,
  5600. .clearfix:after,
  5601. .container:before,
  5602. .container:after,
  5603. .container-fluid:before,
  5604. .container-fluid:after,
  5605. .row:before,
  5606. .row:after,
  5607. .form-horizontal .form-group:before,
  5608. .form-horizontal .form-group:after,
  5609. .btn-toolbar:before,
  5610. .btn-toolbar:after,
  5611. .btn-group-vertical > .btn-group:before,
  5612. .btn-group-vertical > .btn-group:after,
  5613. .nav:before,
  5614. .nav:after,
  5615. .navbar:before,
  5616. .navbar:after,
  5617. .navbar-header:before,
  5618. .navbar-header:after,
  5619. .navbar-collapse:before,
  5620. .navbar-collapse:after,
  5621. .pager:before,
  5622. .pager:after,
  5623. .panel-body:before,
  5624. .panel-body:after,
  5625. .modal-footer:before,
  5626. .modal-footer:after {
  5627.   content: " ";
  5628.   display: table;
  5629. }
  5630. .clearfix:after,
  5631. .container:after,
  5632. .container-fluid:after,
  5633. .row:after,
  5634. .form-horizontal .form-group:after,
  5635. .btn-toolbar:after,
  5636. .btn-group-vertical > .btn-group:after,
  5637. .nav:after,
  5638. .navbar:after,
  5639. .navbar-header:after,
  5640. .navbar-collapse:after,
  5641. .pager:after,
  5642. .panel-body:after,
  5643. .modal-footer:after {
  5644.   clear: both;
  5645. }
  5646. .center-block {
  5647.   display: block;
  5648.   margin-left: auto;
  5649.   margin-right: auto;
  5650. }
  5651. .pull-right {
  5652.   float: right !important;
  5653. }
  5654. .pull-left {
  5655.   float: left !important;
  5656. }
  5657. .hide {
  5658.   display: none !important;
  5659. }
  5660. .show {
  5661.   display: block !important;
  5662. }
  5663. .invisible {
  5664.   visibility: hidden;
  5665. }
  5666. .text-hide {
  5667.   font: 0/0 a;
  5668.   color: transparent;
  5669.   text-shadow: none;
  5670.   background-color: transparent;
  5671.   border: 0;
  5672. }
  5673. .hidden {
  5674.   display: none !important;
  5675.   visibility: hidden !important;
  5676. }
  5677. .affix {
  5678.   position: fixed;
  5679. }
  5680. @-ms-viewport {
  5681.   width: device-width;
  5682. }
  5683. .visible-xs,
  5684. tr.visible-xs,
  5685. th.visible-xs,
  5686. td.visible-xs {
  5687.   display: none !important;
  5688. }
  5689. @media (max-width: 767px) {
  5690.   .visible-xs {
  5691.     display: block !important;
  5692.   }
  5693.   table.visible-xs {
  5694.     display: table;
  5695.   }
  5696.   tr.visible-xs {
  5697.     display: table-row !important;
  5698.   }
  5699.   th.visible-xs,
  5700.   td.visible-xs {
  5701.     display: table-cell !important;
  5702.   }
  5703. }
  5704. .visible-sm,
  5705. tr.visible-sm,
  5706. th.visible-sm,
  5707. td.visible-sm {
  5708.   display: none !important;
  5709. }
  5710. @media (min-width: 768px) and (max-width: 991px) {
  5711.   .visible-sm {
  5712.     display: block !important;
  5713.   }
  5714.   table.visible-sm {
  5715.     display: table;
  5716.   }
  5717.   tr.visible-sm {
  5718.     display: table-row !important;
  5719.   }
  5720.   th.visible-sm,
  5721.   td.visible-sm {
  5722.     display: table-cell !important;
  5723.   }
  5724. }
  5725. .visible-md,
  5726. tr.visible-md,
  5727. th.visible-md,
  5728. td.visible-md {
  5729.   display: none !important;
  5730. }
  5731. @media (min-width: 992px) and (max-width: 1199px) {
  5732.   .visible-md {
  5733.     display: block !important;
  5734.   }
  5735.   table.visible-md {
  5736.     display: table;
  5737.   }
  5738.   tr.visible-md {
  5739.     display: table-row !important;
  5740.   }
  5741.   th.visible-md,
  5742.   td.visible-md {
  5743.     display: table-cell !important;
  5744.   }
  5745. }
  5746. .visible-lg,
  5747. tr.visible-lg,
  5748. th.visible-lg,
  5749. td.visible-lg {
  5750.   display: none !important;
  5751. }
  5752. @media (min-width: 1200px) {
  5753.   .visible-lg {
  5754.     display: block !important;
  5755.   }
  5756.   table.visible-lg {
  5757.     display: table;
  5758.   }
  5759.   tr.visible-lg {
  5760.     display: table-row !important;
  5761.   }
  5762.   th.visible-lg,
  5763.   td.visible-lg {
  5764.     display: table-cell !important;
  5765.   }
  5766. }
  5767. @media (max-width: 767px) {
  5768.   .hidden-xs,
  5769.   tr.hidden-xs,
  5770.   th.hidden-xs,
  5771.   td.hidden-xs {
  5772.     display: none !important;
  5773.   }
  5774. }
  5775. @media (min-width: 768px) and (max-width: 991px) {
  5776.   .hidden-sm,
  5777.   tr.hidden-sm,
  5778.   th.hidden-sm,
  5779.   td.hidden-sm {
  5780.     display: none !important;
  5781.   }
  5782. }
  5783. @media (min-width: 992px) and (max-width: 1199px) {
  5784.   .hidden-md,
  5785.   tr.hidden-md,
  5786.   th.hidden-md,
  5787.   td.hidden-md {
  5788.     display: none !important;
  5789.   }
  5790. }
  5791. @media (min-width: 1200px) {
  5792.   .hidden-lg,
  5793.   tr.hidden-lg,
  5794.   th.hidden-lg,
  5795.   td.hidden-lg {
  5796.     display: none !important;
  5797.   }
  5798. }
  5799. .visible-print,
  5800. tr.visible-print,
  5801. th.visible-print,
  5802. td.visible-print {
  5803.   display: none !important;
  5804. }
  5805. @media print {
  5806.   .visible-print {
  5807.     display: block !important;
  5808.   }
  5809.   table.visible-print {
  5810.     display: table;
  5811.   }
  5812.   tr.visible-print {
  5813.     display: table-row !important;
  5814.   }
  5815.   th.visible-print,
  5816.   td.visible-print {
  5817.     display: table-cell !important;
  5818.   }
  5819. }
  5820. @media print {
  5821.   .hidden-print,
  5822.   tr.hidden-print,
  5823.   th.hidden-print,
  5824.   td.hidden-print {
  5825.     display: none !important;
  5826.   }
  5827. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement