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.

5021 lines
103 KiB

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