Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
 
 

5828 рядки
119 KiB

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