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.

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