You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5785 lines
118 KiB

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