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.

5308 lines
111 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. filter: alpha(opacity=65);
  2322. -webkit-box-shadow: none;
  2323. box-shadow: none;
  2324. }
  2325. a.btn.disabled,
  2326. fieldset[disabled] a.btn {
  2327. pointer-events: none;
  2328. }
  2329. .btn-default {
  2330. color: #333;
  2331. background-color: #fff;
  2332. border-color: #ccc;
  2333. }
  2334. .btn-default:focus,
  2335. .btn-default.focus {
  2336. color: #333;
  2337. background-color: #e6e6e6;
  2338. border-color: #8c8c8c;
  2339. }
  2340. .btn-default:hover {
  2341. color: #333;
  2342. background-color: #e6e6e6;
  2343. border-color: #adadad;
  2344. }
  2345. .btn-default:active,
  2346. .btn-default.active,
  2347. .open > .dropdown-toggle.btn-default {
  2348. color: #333;
  2349. background-color: #e6e6e6;
  2350. border-color: #adadad;
  2351. }
  2352. .btn-default:active:hover,
  2353. .btn-default.active:hover,
  2354. .open > .dropdown-toggle.btn-default:hover,
  2355. .btn-default:active:focus,
  2356. .btn-default.active:focus,
  2357. .open > .dropdown-toggle.btn-default:focus,
  2358. .btn-default:active.focus,
  2359. .btn-default.active.focus,
  2360. .open > .dropdown-toggle.btn-default.focus {
  2361. color: #333;
  2362. background-color: #d4d4d4;
  2363. border-color: #8c8c8c;
  2364. }
  2365. .btn-default:active,
  2366. .btn-default.active,
  2367. .open > .dropdown-toggle.btn-default {
  2368. background-image: none;
  2369. }
  2370. .btn-default.disabled:hover,
  2371. .btn-default[disabled]:hover,
  2372. fieldset[disabled] .btn-default:hover,
  2373. .btn-default.disabled:focus,
  2374. .btn-default[disabled]:focus,
  2375. fieldset[disabled] .btn-default:focus,
  2376. .btn-default.disabled.focus,
  2377. .btn-default[disabled].focus,
  2378. fieldset[disabled] .btn-default.focus {
  2379. background-color: #fff;
  2380. border-color: #ccc;
  2381. }
  2382. .btn-default .badge {
  2383. color: #fff;
  2384. background-color: #333;
  2385. }
  2386. .btn-primary {
  2387. color: #fff;
  2388. background-color: #22bc66;
  2389. border-color: #1ea65a;
  2390. }
  2391. .btn-primary:focus,
  2392. .btn-primary.focus {
  2393. color: #fff;
  2394. background-color: #1a914f;
  2395. border-color: #0b3a20;
  2396. }
  2397. .btn-primary:hover {
  2398. color: #fff;
  2399. background-color: #1a914f;
  2400. border-color: #15733e;
  2401. }
  2402. .btn-primary:active,
  2403. .btn-primary.active,
  2404. .open > .dropdown-toggle.btn-primary {
  2405. color: #fff;
  2406. background-color: #1a914f;
  2407. border-color: #15733e;
  2408. }
  2409. .btn-primary:active:hover,
  2410. .btn-primary.active:hover,
  2411. .open > .dropdown-toggle.btn-primary:hover,
  2412. .btn-primary:active:focus,
  2413. .btn-primary.active:focus,
  2414. .open > .dropdown-toggle.btn-primary:focus,
  2415. .btn-primary:active.focus,
  2416. .btn-primary.active.focus,
  2417. .open > .dropdown-toggle.btn-primary.focus {
  2418. color: #fff;
  2419. background-color: #15733e;
  2420. border-color: #0b3a20;
  2421. }
  2422. .btn-primary:active,
  2423. .btn-primary.active,
  2424. .open > .dropdown-toggle.btn-primary {
  2425. background-image: none;
  2426. }
  2427. .btn-primary.disabled:hover,
  2428. .btn-primary[disabled]:hover,
  2429. fieldset[disabled] .btn-primary:hover,
  2430. .btn-primary.disabled:focus,
  2431. .btn-primary[disabled]:focus,
  2432. fieldset[disabled] .btn-primary:focus,
  2433. .btn-primary.disabled.focus,
  2434. .btn-primary[disabled].focus,
  2435. fieldset[disabled] .btn-primary.focus {
  2436. background-color: #22bc66;
  2437. border-color: #1ea65a;
  2438. }
  2439. .btn-primary .badge {
  2440. color: #22bc66;
  2441. background-color: #fff;
  2442. }
  2443. .btn-success {
  2444. color: #fff;
  2445. background-color: #22bc66;
  2446. border-color: #1ea65a;
  2447. }
  2448. .btn-success:focus,
  2449. .btn-success.focus {
  2450. color: #fff;
  2451. background-color: #1a914f;
  2452. border-color: #0b3a20;
  2453. }
  2454. .btn-success:hover {
  2455. color: #fff;
  2456. background-color: #1a914f;
  2457. border-color: #15733e;
  2458. }
  2459. .btn-success:active,
  2460. .btn-success.active,
  2461. .open > .dropdown-toggle.btn-success {
  2462. color: #fff;
  2463. background-color: #1a914f;
  2464. border-color: #15733e;
  2465. }
  2466. .btn-success:active:hover,
  2467. .btn-success.active:hover,
  2468. .open > .dropdown-toggle.btn-success:hover,
  2469. .btn-success:active:focus,
  2470. .btn-success.active:focus,
  2471. .open > .dropdown-toggle.btn-success:focus,
  2472. .btn-success:active.focus,
  2473. .btn-success.active.focus,
  2474. .open > .dropdown-toggle.btn-success.focus {
  2475. color: #fff;
  2476. background-color: #15733e;
  2477. border-color: #0b3a20;
  2478. }
  2479. .btn-success:active,
  2480. .btn-success.active,
  2481. .open > .dropdown-toggle.btn-success {
  2482. background-image: none;
  2483. }
  2484. .btn-success.disabled:hover,
  2485. .btn-success[disabled]:hover,
  2486. fieldset[disabled] .btn-success:hover,
  2487. .btn-success.disabled:focus,
  2488. .btn-success[disabled]:focus,
  2489. fieldset[disabled] .btn-success:focus,
  2490. .btn-success.disabled.focus,
  2491. .btn-success[disabled].focus,
  2492. fieldset[disabled] .btn-success.focus {
  2493. background-color: #22bc66;
  2494. border-color: #1ea65a;
  2495. }
  2496. .btn-success .badge {
  2497. color: #22bc66;
  2498. background-color: #fff;
  2499. }
  2500. .btn-info {
  2501. color: #fff;
  2502. background-color: #5bc0de;
  2503. border-color: #46b8da;
  2504. }
  2505. .btn-info:focus,
  2506. .btn-info.focus {
  2507. color: #fff;
  2508. background-color: #31b0d5;
  2509. border-color: #1b6d85;
  2510. }
  2511. .btn-info:hover {
  2512. color: #fff;
  2513. background-color: #31b0d5;
  2514. border-color: #269abc;
  2515. }
  2516. .btn-info:active,
  2517. .btn-info.active,
  2518. .open > .dropdown-toggle.btn-info {
  2519. color: #fff;
  2520. background-color: #31b0d5;
  2521. border-color: #269abc;
  2522. }
  2523. .btn-info:active:hover,
  2524. .btn-info.active:hover,
  2525. .open > .dropdown-toggle.btn-info:hover,
  2526. .btn-info:active:focus,
  2527. .btn-info.active:focus,
  2528. .open > .dropdown-toggle.btn-info:focus,
  2529. .btn-info:active.focus,
  2530. .btn-info.active.focus,
  2531. .open > .dropdown-toggle.btn-info.focus {
  2532. color: #fff;
  2533. background-color: #269abc;
  2534. border-color: #1b6d85;
  2535. }
  2536. .btn-info:active,
  2537. .btn-info.active,
  2538. .open > .dropdown-toggle.btn-info {
  2539. background-image: none;
  2540. }
  2541. .btn-info.disabled:hover,
  2542. .btn-info[disabled]:hover,
  2543. fieldset[disabled] .btn-info:hover,
  2544. .btn-info.disabled:focus,
  2545. .btn-info[disabled]:focus,
  2546. fieldset[disabled] .btn-info:focus,
  2547. .btn-info.disabled.focus,
  2548. .btn-info[disabled].focus,
  2549. fieldset[disabled] .btn-info.focus {
  2550. background-color: #5bc0de;
  2551. border-color: #46b8da;
  2552. }
  2553. .btn-info .badge {
  2554. color: #5bc0de;
  2555. background-color: #fff;
  2556. }
  2557. .btn-warning {
  2558. color: #fff;
  2559. background-color: #f0ad4e;
  2560. border-color: #eea236;
  2561. }
  2562. .btn-warning:focus,
  2563. .btn-warning.focus {
  2564. color: #fff;
  2565. background-color: #ec971f;
  2566. border-color: #985f0d;
  2567. }
  2568. .btn-warning:hover {
  2569. color: #fff;
  2570. background-color: #ec971f;
  2571. border-color: #d58512;
  2572. }
  2573. .btn-warning:active,
  2574. .btn-warning.active,
  2575. .open > .dropdown-toggle.btn-warning {
  2576. color: #fff;
  2577. background-color: #ec971f;
  2578. border-color: #d58512;
  2579. }
  2580. .btn-warning:active:hover,
  2581. .btn-warning.active:hover,
  2582. .open > .dropdown-toggle.btn-warning:hover,
  2583. .btn-warning:active:focus,
  2584. .btn-warning.active:focus,
  2585. .open > .dropdown-toggle.btn-warning:focus,
  2586. .btn-warning:active.focus,
  2587. .btn-warning.active.focus,
  2588. .open > .dropdown-toggle.btn-warning.focus {
  2589. color: #fff;
  2590. background-color: #d58512;
  2591. border-color: #985f0d;
  2592. }
  2593. .btn-warning:active,
  2594. .btn-warning.active,
  2595. .open > .dropdown-toggle.btn-warning {
  2596. background-image: none;
  2597. }
  2598. .btn-warning.disabled:hover,
  2599. .btn-warning[disabled]:hover,
  2600. fieldset[disabled] .btn-warning:hover,
  2601. .btn-warning.disabled:focus,
  2602. .btn-warning[disabled]:focus,
  2603. fieldset[disabled] .btn-warning:focus,
  2604. .btn-warning.disabled.focus,
  2605. .btn-warning[disabled].focus,
  2606. fieldset[disabled] .btn-warning.focus {
  2607. background-color: #f0ad4e;
  2608. border-color: #eea236;
  2609. }
  2610. .btn-warning .badge {
  2611. color: #f0ad4e;
  2612. background-color: #fff;
  2613. }
  2614. .btn-danger {
  2615. color: #fff;
  2616. background-color: #d9534f;
  2617. border-color: #d43f3a;
  2618. }
  2619. .btn-danger:focus,
  2620. .btn-danger.focus {
  2621. color: #fff;
  2622. background-color: #c9302c;
  2623. border-color: #761c19;
  2624. }
  2625. .btn-danger:hover {
  2626. color: #fff;
  2627. background-color: #c9302c;
  2628. border-color: #ac2925;
  2629. }
  2630. .btn-danger:active,
  2631. .btn-danger.active,
  2632. .open > .dropdown-toggle.btn-danger {
  2633. color: #fff;
  2634. background-color: #c9302c;
  2635. border-color: #ac2925;
  2636. }
  2637. .btn-danger:active:hover,
  2638. .btn-danger.active:hover,
  2639. .open > .dropdown-toggle.btn-danger:hover,
  2640. .btn-danger:active:focus,
  2641. .btn-danger.active:focus,
  2642. .open > .dropdown-toggle.btn-danger:focus,
  2643. .btn-danger:active.focus,
  2644. .btn-danger.active.focus,
  2645. .open > .dropdown-toggle.btn-danger.focus {
  2646. color: #fff;
  2647. background-color: #ac2925;
  2648. border-color: #761c19;
  2649. }
  2650. .btn-danger:active,
  2651. .btn-danger.active,
  2652. .open > .dropdown-toggle.btn-danger {
  2653. background-image: none;
  2654. }
  2655. .btn-danger.disabled:hover,
  2656. .btn-danger[disabled]:hover,
  2657. fieldset[disabled] .btn-danger:hover,
  2658. .btn-danger.disabled:focus,
  2659. .btn-danger[disabled]:focus,
  2660. fieldset[disabled] .btn-danger:focus,
  2661. .btn-danger.disabled.focus,
  2662. .btn-danger[disabled].focus,
  2663. fieldset[disabled] .btn-danger.focus {
  2664. background-color: #d9534f;
  2665. border-color: #d43f3a;
  2666. }
  2667. .btn-danger .badge {
  2668. color: #d9534f;
  2669. background-color: #fff;
  2670. }
  2671. .btn-link {
  2672. color: var(--link-color);
  2673. font-weight: normal;
  2674. border-radius: 0;
  2675. }
  2676. .btn-link,
  2677. .btn-link:active,
  2678. .btn-link.active,
  2679. .btn-link[disabled],
  2680. fieldset[disabled] .btn-link {
  2681. background-color: transparent;
  2682. -webkit-box-shadow: none;
  2683. box-shadow: none;
  2684. }
  2685. .btn-link,
  2686. .btn-link:hover,
  2687. .btn-link:focus,
  2688. .btn-link:active {
  2689. border-color: transparent;
  2690. }
  2691. .btn-link:hover,
  2692. .btn-link:focus {
  2693. color: var(--link-hover-color);
  2694. text-decoration: underline;
  2695. background-color: transparent;
  2696. }
  2697. .btn-link[disabled]:hover,
  2698. fieldset[disabled] .btn-link:hover,
  2699. .btn-link[disabled]:focus,
  2700. fieldset[disabled] .btn-link:focus {
  2701. color: #777777;
  2702. text-decoration: none;
  2703. }
  2704. .btn-lg,
  2705. .btn-group-lg > .btn {
  2706. padding: 10px 16px;
  2707. font-size: 18px;
  2708. line-height: 1.3333333;
  2709. border-radius: 3px;
  2710. }
  2711. .btn-sm,
  2712. .btn-group-sm > .btn {
  2713. padding: 5px 10px;
  2714. font-size: 12px;
  2715. line-height: 1.5;
  2716. border-radius: 2px;
  2717. }
  2718. .btn-xs,
  2719. .btn-group-xs > .btn {
  2720. padding: 1px 5px;
  2721. font-size: 12px;
  2722. line-height: 1.5;
  2723. border-radius: 2px;
  2724. }
  2725. .btn-block {
  2726. display: block;
  2727. width: 100%;
  2728. }
  2729. .btn-block + .btn-block {
  2730. margin-top: 5px;
  2731. }
  2732. input[type="submit"].btn-block,
  2733. input[type="reset"].btn-block,
  2734. input[type="button"].btn-block {
  2735. width: 100%;
  2736. }
  2737. .fade {
  2738. opacity: 0;
  2739. -webkit-transition: opacity 0.15s linear;
  2740. -o-transition: opacity 0.15s linear;
  2741. transition: opacity 0.15s linear;
  2742. }
  2743. .fade.in {
  2744. opacity: 1;
  2745. }
  2746. .collapse {
  2747. display: none;
  2748. }
  2749. .collapse.in {
  2750. display: block;
  2751. }
  2752. tr.collapse.in {
  2753. display: table-row;
  2754. }
  2755. tbody.collapse.in {
  2756. display: table-row-group;
  2757. }
  2758. .collapsing {
  2759. position: relative;
  2760. height: 0;
  2761. overflow: hidden;
  2762. -webkit-transition-property: height, visibility;
  2763. transition-property: height, visibility;
  2764. -webkit-transition-duration: 0.35s;
  2765. transition-duration: 0.35s;
  2766. -webkit-transition-timing-function: ease;
  2767. transition-timing-function: ease;
  2768. }
  2769. .caret {
  2770. display: inline-block;
  2771. width: 0;
  2772. height: 0;
  2773. margin-left: 2px;
  2774. vertical-align: middle;
  2775. border-top: 4px dashed;
  2776. border-top: 4px solid \9;
  2777. border-right: 4px solid transparent;
  2778. border-left: 4px solid transparent;
  2779. }
  2780. .dropup,
  2781. .dropdown {
  2782. position: relative;
  2783. }
  2784. .dropdown-toggle:focus {
  2785. outline: 0;
  2786. }
  2787. .dropdown-menu {
  2788. position: absolute;
  2789. top: 100%;
  2790. left: 0;
  2791. z-index: 1000;
  2792. display: none;
  2793. float: left;
  2794. min-width: 160px;
  2795. padding: 5px 0;
  2796. margin: 2px 0 0;
  2797. list-style: none;
  2798. font-size: 14px;
  2799. text-align: left;
  2800. background-color: var(--dropdown-bg);
  2801. border: 1px solid #ccc;
  2802. border: 1px solid rgba(0, 0, 0, 0.15);
  2803. border-radius: 2px;
  2804. -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  2805. box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  2806. background-clip: padding-box;
  2807. }
  2808. .dropdown-menu.pull-right {
  2809. right: 0;
  2810. left: auto;
  2811. }
  2812. .dropdown-menu .divider {
  2813. height: 1px;
  2814. margin: 9px 0;
  2815. overflow: hidden;
  2816. background-color: var(--border-muted);
  2817. }
  2818. .dropdown-menu > li > a {
  2819. display: block;
  2820. padding: 3px 20px;
  2821. clear: both;
  2822. font-weight: normal;
  2823. line-height: 1.42857143;
  2824. color: var(--text-color);
  2825. white-space: nowrap;
  2826. }
  2827. .dropdown-menu > li > a:hover,
  2828. .dropdown-menu > li > a:focus {
  2829. text-decoration: none;
  2830. color: var(--text-color);
  2831. background-color: var(--dropdown-link-hover-bg);
  2832. }
  2833. .dropdown-menu > .active > a,
  2834. .dropdown-menu > .active > a:hover,
  2835. .dropdown-menu > .active > a:focus {
  2836. color: #fff;
  2837. text-decoration: none;
  2838. outline: 0;
  2839. background-color: #22bc66;
  2840. }
  2841. .dropdown-menu > .disabled > a,
  2842. .dropdown-menu > .disabled > a:hover,
  2843. .dropdown-menu > .disabled > a:focus {
  2844. color: #777777;
  2845. }
  2846. .dropdown-menu > .disabled > a:hover,
  2847. .dropdown-menu > .disabled > a:focus {
  2848. text-decoration: none;
  2849. background-color: transparent;
  2850. background-image: none;
  2851. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  2852. cursor: not-allowed;
  2853. }
  2854. .open > .dropdown-menu {
  2855. display: block;
  2856. }
  2857. .open > a {
  2858. outline: 0;
  2859. }
  2860. .dropdown-menu-right {
  2861. left: auto;
  2862. right: 0;
  2863. }
  2864. .dropdown-menu-left {
  2865. left: 0;
  2866. right: auto;
  2867. }
  2868. .dropdown-header {
  2869. display: block;
  2870. padding: 3px 20px;
  2871. font-size: 12px;
  2872. line-height: 1.42857143;
  2873. color: var(--text-muted);
  2874. white-space: nowrap;
  2875. }
  2876. .dropdown-backdrop {
  2877. position: fixed;
  2878. left: 0;
  2879. right: 0;
  2880. bottom: 0;
  2881. top: 0;
  2882. z-index: 990;
  2883. }
  2884. .pull-right > .dropdown-menu {
  2885. right: 0;
  2886. left: auto;
  2887. }
  2888. .dropup .caret,
  2889. .navbar-fixed-bottom .dropdown .caret {
  2890. border-top: 0;
  2891. border-bottom: 4px dashed;
  2892. border-bottom: 4px solid \9;
  2893. content: "";
  2894. }
  2895. .dropup .dropdown-menu,
  2896. .navbar-fixed-bottom .dropdown .dropdown-menu {
  2897. top: auto;
  2898. bottom: 100%;
  2899. margin-bottom: 2px;
  2900. }
  2901. @media (min-width: 768px) {
  2902. .navbar-right .dropdown-menu {
  2903. left: auto;
  2904. right: 0;
  2905. }
  2906. .navbar-right .dropdown-menu-left {
  2907. left: 0;
  2908. right: auto;
  2909. }
  2910. }
  2911. .btn-group,
  2912. .btn-group-vertical {
  2913. position: relative;
  2914. display: inline-block;
  2915. vertical-align: middle;
  2916. }
  2917. .btn-group > .btn,
  2918. .btn-group-vertical > .btn {
  2919. position: relative;
  2920. float: left;
  2921. }
  2922. .btn-group > .btn:hover,
  2923. .btn-group-vertical > .btn:hover,
  2924. .btn-group > .btn:focus,
  2925. .btn-group-vertical > .btn:focus,
  2926. .btn-group > .btn:active,
  2927. .btn-group-vertical > .btn:active,
  2928. .btn-group > .btn.active,
  2929. .btn-group-vertical > .btn.active {
  2930. z-index: 2;
  2931. }
  2932. .btn-group .btn + .btn,
  2933. .btn-group .btn + .btn-group,
  2934. .btn-group .btn-group + .btn,
  2935. .btn-group .btn-group + .btn-group {
  2936. margin-left: -1px;
  2937. }
  2938. .btn-toolbar {
  2939. margin-left: -5px;
  2940. }
  2941. .btn-toolbar .btn,
  2942. .btn-toolbar .btn-group,
  2943. .btn-toolbar .input-group {
  2944. float: left;
  2945. }
  2946. .btn-toolbar > .btn,
  2947. .btn-toolbar > .btn-group,
  2948. .btn-toolbar > .input-group {
  2949. margin-left: 5px;
  2950. }
  2951. .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  2952. border-radius: 0;
  2953. }
  2954. .btn-group > .btn:first-child {
  2955. margin-left: 0;
  2956. }
  2957. .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  2958. border-bottom-right-radius: 0;
  2959. border-top-right-radius: 0;
  2960. }
  2961. .btn-group > .btn:last-child:not(:first-child),
  2962. .btn-group > .dropdown-toggle:not(:first-child) {
  2963. border-bottom-left-radius: 0;
  2964. border-top-left-radius: 0;
  2965. }
  2966. .btn-group > .btn-group {
  2967. float: left;
  2968. }
  2969. .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  2970. border-radius: 0;
  2971. }
  2972. .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
  2973. .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  2974. border-bottom-right-radius: 0;
  2975. border-top-right-radius: 0;
  2976. }
  2977. .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  2978. border-bottom-left-radius: 0;
  2979. border-top-left-radius: 0;
  2980. }
  2981. .btn-group .dropdown-toggle:active,
  2982. .btn-group.open .dropdown-toggle {
  2983. outline: 0;
  2984. }
  2985. .btn-group > .btn + .dropdown-toggle {
  2986. padding-left: 8px;
  2987. padding-right: 8px;
  2988. }
  2989. .btn-group > .btn-lg + .dropdown-toggle {
  2990. padding-left: 12px;
  2991. padding-right: 12px;
  2992. }
  2993. .btn-group.open .dropdown-toggle {
  2994. -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2995. box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2996. }
  2997. .btn-group.open .dropdown-toggle.btn-link {
  2998. -webkit-box-shadow: none;
  2999. box-shadow: none;
  3000. }
  3001. .btn .caret {
  3002. margin-left: 0;
  3003. }
  3004. .btn-lg .caret {
  3005. border-width: 5px 5px 0;
  3006. border-bottom-width: 0;
  3007. }
  3008. .dropup .btn-lg .caret {
  3009. border-width: 0 5px 5px;
  3010. }
  3011. .btn-group-vertical > .btn,
  3012. .btn-group-vertical > .btn-group,
  3013. .btn-group-vertical > .btn-group > .btn {
  3014. display: block;
  3015. float: none;
  3016. width: 100%;
  3017. max-width: 100%;
  3018. }
  3019. .btn-group-vertical > .btn-group > .btn {
  3020. float: none;
  3021. }
  3022. .btn-group-vertical > .btn + .btn,
  3023. .btn-group-vertical > .btn + .btn-group,
  3024. .btn-group-vertical > .btn-group + .btn,
  3025. .btn-group-vertical > .btn-group + .btn-group {
  3026. margin-top: -1px;
  3027. margin-left: 0;
  3028. }
  3029. .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  3030. border-radius: 0;
  3031. }
  3032. .btn-group-vertical > .btn:first-child:not(:last-child) {
  3033. border-top-right-radius: 2px;
  3034. border-top-left-radius: 2px;
  3035. border-bottom-right-radius: 0;
  3036. border-bottom-left-radius: 0;
  3037. }
  3038. .btn-group-vertical > .btn:last-child:not(:first-child) {
  3039. border-top-right-radius: 0;
  3040. border-top-left-radius: 0;
  3041. border-bottom-right-radius: 2px;
  3042. border-bottom-left-radius: 2px;
  3043. }
  3044. .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  3045. border-radius: 0;
  3046. }
  3047. .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
  3048. .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  3049. border-bottom-right-radius: 0;
  3050. border-bottom-left-radius: 0;
  3051. }
  3052. .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  3053. border-top-right-radius: 0;
  3054. border-top-left-radius: 0;
  3055. }
  3056. .btn-group-justified {
  3057. display: table;
  3058. width: 100%;
  3059. table-layout: fixed;
  3060. border-collapse: separate;
  3061. }
  3062. .btn-group-justified > .btn,
  3063. .btn-group-justified > .btn-group {
  3064. float: none;
  3065. display: table-cell;
  3066. width: 1%;
  3067. }
  3068. .btn-group-justified > .btn-group .btn {
  3069. width: 100%;
  3070. }
  3071. .btn-group-justified > .btn-group .dropdown-menu {
  3072. left: auto;
  3073. }
  3074. [data-toggle="buttons"] > .btn input[type="radio"],
  3075. [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
  3076. [data-toggle="buttons"] > .btn input[type="checkbox"],
  3077. [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  3078. position: absolute;
  3079. clip: rect(0, 0, 0, 0);
  3080. pointer-events: none;
  3081. }
  3082. .input-group {
  3083. position: relative;
  3084. display: table;
  3085. border-collapse: separate;
  3086. }
  3087. .input-group[class*="col-"] {
  3088. float: none;
  3089. padding-left: 0;
  3090. padding-right: 0;
  3091. }
  3092. .input-group .form-control {
  3093. position: relative;
  3094. z-index: 2;
  3095. float: left;
  3096. width: 100%;
  3097. margin-bottom: 0;
  3098. }
  3099. .input-group .form-control:focus {
  3100. z-index: 3;
  3101. }
  3102. .input-group-lg > .form-control,
  3103. .input-group-lg > .input-group-addon,
  3104. .input-group-lg > .input-group-btn > .btn {
  3105. height: 46px;
  3106. padding: 10px 16px;
  3107. font-size: 18px;
  3108. line-height: 1.3333333;
  3109. border-radius: 3px;
  3110. }
  3111. select.input-group-lg > .form-control,
  3112. select.input-group-lg > .input-group-addon,
  3113. select.input-group-lg > .input-group-btn > .btn {
  3114. height: 46px;
  3115. line-height: 46px;
  3116. }
  3117. textarea.input-group-lg > .form-control,
  3118. textarea.input-group-lg > .input-group-addon,
  3119. textarea.input-group-lg > .input-group-btn > .btn,
  3120. select[multiple].input-group-lg > .form-control,
  3121. select[multiple].input-group-lg > .input-group-addon,
  3122. select[multiple].input-group-lg > .input-group-btn > .btn {
  3123. height: auto;
  3124. }
  3125. .input-group-sm > .form-control,
  3126. .input-group-sm > .input-group-addon,
  3127. .input-group-sm > .input-group-btn > .btn {
  3128. height: 30px;
  3129. padding: 5px 10px;
  3130. font-size: 12px;
  3131. line-height: 1.5;
  3132. border-radius: 2px;
  3133. }
  3134. select.input-group-sm > .form-control,
  3135. select.input-group-sm > .input-group-addon,
  3136. select.input-group-sm > .input-group-btn > .btn {
  3137. height: 30px;
  3138. line-height: 30px;
  3139. }
  3140. textarea.input-group-sm > .form-control,
  3141. textarea.input-group-sm > .input-group-addon,
  3142. textarea.input-group-sm > .input-group-btn > .btn,
  3143. select[multiple].input-group-sm > .form-control,
  3144. select[multiple].input-group-sm > .input-group-addon,
  3145. select[multiple].input-group-sm > .input-group-btn > .btn {
  3146. height: auto;
  3147. }
  3148. .input-group-addon,
  3149. .input-group-btn,
  3150. .input-group .form-control {
  3151. display: table-cell;
  3152. }
  3153. .input-group-addon:not(:first-child):not(:last-child),
  3154. .input-group-btn:not(:first-child):not(:last-child),
  3155. .input-group .form-control:not(:first-child):not(:last-child) {
  3156. border-radius: 0;
  3157. }
  3158. .input-group-addon,
  3159. .input-group-btn {
  3160. width: 1%;
  3161. white-space: nowrap;
  3162. vertical-align: middle;
  3163. }
  3164. .input-group-addon {
  3165. padding: 6px 12px;
  3166. font-size: 14px;
  3167. font-weight: normal;
  3168. line-height: 1;
  3169. color: var(--input-color);
  3170. text-align: center;
  3171. background-color: var(--input-group-addon-bg);
  3172. border: 1px solid var(--input-border);
  3173. border-radius: 2px;
  3174. }
  3175. .input-group-addon.input-sm {
  3176. padding: 5px 10px;
  3177. font-size: 12px;
  3178. border-radius: 2px;
  3179. }
  3180. .input-group-addon.input-lg {
  3181. padding: 10px 16px;
  3182. font-size: 18px;
  3183. border-radius: 3px;
  3184. }
  3185. .input-group-addon input[type="radio"],
  3186. .input-group-addon input[type="checkbox"] {
  3187. margin-top: 0;
  3188. }
  3189. .input-group .form-control:first-child,
  3190. .input-group-addon:first-child,
  3191. .input-group-btn:first-child > .btn,
  3192. .input-group-btn:first-child > .btn-group > .btn,
  3193. .input-group-btn:first-child > .dropdown-toggle,
  3194. .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  3195. .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  3196. border-bottom-right-radius: 0;
  3197. border-top-right-radius: 0;
  3198. }
  3199. .input-group-addon:first-child {
  3200. border-right: 0;
  3201. }
  3202. .input-group .form-control:last-child,
  3203. .input-group-addon:last-child,
  3204. .input-group-btn:last-child > .btn,
  3205. .input-group-btn:last-child > .btn-group > .btn,
  3206. .input-group-btn:last-child > .dropdown-toggle,
  3207. .input-group-btn:first-child > .btn:not(:first-child),
  3208. .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  3209. border-bottom-left-radius: 0;
  3210. border-top-left-radius: 0;
  3211. }
  3212. .input-group-addon:last-child {
  3213. border-left: 0;
  3214. }
  3215. .input-group-btn {
  3216. position: relative;
  3217. font-size: 0;
  3218. white-space: nowrap;
  3219. }
  3220. .input-group-btn > .btn {
  3221. position: relative;
  3222. }
  3223. .input-group-btn > .btn + .btn {
  3224. margin-left: -1px;
  3225. }
  3226. .input-group-btn > .btn:hover,
  3227. .input-group-btn > .btn:focus,
  3228. .input-group-btn > .btn:active {
  3229. z-index: 2;
  3230. }
  3231. .input-group-btn:first-child > .btn,
  3232. .input-group-btn:first-child > .btn-group {
  3233. margin-right: -1px;
  3234. }
  3235. .input-group-btn:last-child > .btn,
  3236. .input-group-btn:last-child > .btn-group {
  3237. z-index: 2;
  3238. margin-left: -1px;
  3239. }
  3240. .nav {
  3241. margin-bottom: 0;
  3242. padding-left: 0;
  3243. list-style: none;
  3244. }
  3245. .nav > li {
  3246. position: relative;
  3247. display: block;
  3248. }
  3249. .nav > li > a {
  3250. position: relative;
  3251. display: block;
  3252. padding: 10px 15px;
  3253. }
  3254. .nav > li > a:hover,
  3255. .nav > li > a:focus {
  3256. text-decoration: none;
  3257. background-color: var(--nav-link-hover-bg);
  3258. }
  3259. .nav > li.disabled > a {
  3260. color: #777777;
  3261. }
  3262. .nav > li.disabled > a:hover,
  3263. .nav > li.disabled > a:focus {
  3264. color: #777777;
  3265. text-decoration: none;
  3266. background-color: transparent;
  3267. cursor: not-allowed;
  3268. }
  3269. .nav .open > a,
  3270. .nav .open > a:hover,
  3271. .nav .open > a:focus {
  3272. background-color: var(--nav-link-hover-bg);
  3273. border-color: var(--link-color);
  3274. }
  3275. .nav .nav-divider {
  3276. height: 1px;
  3277. margin: 9px 0;
  3278. overflow: hidden;
  3279. background-color: #e5e5e5;
  3280. }
  3281. .nav > li > a > img {
  3282. max-width: none;
  3283. }
  3284. .nav-tabs {
  3285. border-bottom: 1px solid #ddd;
  3286. }
  3287. .nav-tabs > li {
  3288. float: left;
  3289. margin-bottom: -1px;
  3290. }
  3291. .nav-tabs > li > a {
  3292. margin-right: 2px;
  3293. line-height: 1.42857143;
  3294. border: 1px solid transparent;
  3295. border-radius: 2px 2px 0 0;
  3296. }
  3297. .nav-tabs > li > a:hover {
  3298. border-color: #eeeeee #eeeeee #ddd;
  3299. }
  3300. .nav-tabs > li.active > a,
  3301. .nav-tabs > li.active > a:hover,
  3302. .nav-tabs > li.active > a:focus {
  3303. color: #555555;
  3304. background-color: var(--body-bg);
  3305. border: 1px solid #ddd;
  3306. border-bottom-color: transparent;
  3307. cursor: default;
  3308. }
  3309. .nav-tabs.nav-justified {
  3310. width: 100%;
  3311. border-bottom: 0;
  3312. }
  3313. .nav-tabs.nav-justified > li {
  3314. float: none;
  3315. }
  3316. .nav-tabs.nav-justified > li > a {
  3317. text-align: center;
  3318. margin-bottom: 5px;
  3319. }
  3320. .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  3321. top: auto;
  3322. left: auto;
  3323. }
  3324. @media (min-width: 768px) {
  3325. .nav-tabs.nav-justified > li {
  3326. display: table-cell;
  3327. width: 1%;
  3328. }
  3329. .nav-tabs.nav-justified > li > a {
  3330. margin-bottom: 0;
  3331. }
  3332. }
  3333. .nav-tabs.nav-justified > li > a {
  3334. margin-right: 0;
  3335. border-radius: 2px;
  3336. }
  3337. .nav-tabs.nav-justified > .active > a,
  3338. .nav-tabs.nav-justified > .active > a:hover,
  3339. .nav-tabs.nav-justified > .active > a:focus {
  3340. border: 1px solid #ddd;
  3341. }
  3342. @media (min-width: 768px) {
  3343. .nav-tabs.nav-justified > li > a {
  3344. border-bottom: 1px solid #ddd;
  3345. border-radius: 2px 2px 0 0;
  3346. }
  3347. .nav-tabs.nav-justified > .active > a,
  3348. .nav-tabs.nav-justified > .active > a:hover,
  3349. .nav-tabs.nav-justified > .active > a:focus {
  3350. border-bottom-color: var(--body-bg);
  3351. }
  3352. }
  3353. .nav-pills > li {
  3354. float: left;
  3355. }
  3356. .nav-pills > li > a {
  3357. border-radius: 2px;
  3358. }
  3359. .nav-pills > li + li {
  3360. margin-left: 2px;
  3361. }
  3362. .nav-pills > li.active > a,
  3363. .nav-pills > li.active > a:hover,
  3364. .nav-pills > li.active > a:focus {
  3365. color: var(--text-color);
  3366. background-color: var(--nav-link-hover-bg);
  3367. }
  3368. .nav-stacked > li {
  3369. float: none;
  3370. }
  3371. .nav-stacked > li + li {
  3372. margin-top: 2px;
  3373. margin-left: 0;
  3374. }
  3375. .nav-justified {
  3376. width: 100%;
  3377. }
  3378. .nav-justified > li {
  3379. float: none;
  3380. }
  3381. .nav-justified > li > a {
  3382. text-align: center;
  3383. margin-bottom: 5px;
  3384. }
  3385. .nav-justified > .dropdown .dropdown-menu {
  3386. top: auto;
  3387. left: auto;
  3388. }
  3389. @media (min-width: 768px) {
  3390. .nav-justified > li {
  3391. display: table-cell;
  3392. width: 1%;
  3393. }
  3394. .nav-justified > li > a {
  3395. margin-bottom: 0;
  3396. }
  3397. }
  3398. .nav-tabs-justified {
  3399. border-bottom: 0;
  3400. }
  3401. .nav-tabs-justified > li > a {
  3402. margin-right: 0;
  3403. border-radius: 2px;
  3404. }
  3405. .nav-tabs-justified > .active > a,
  3406. .nav-tabs-justified > .active > a:hover,
  3407. .nav-tabs-justified > .active > a:focus {
  3408. border: 1px solid #ddd;
  3409. }
  3410. @media (min-width: 768px) {
  3411. .nav-tabs-justified > li > a {
  3412. border-bottom: 1px solid #ddd;
  3413. border-radius: 2px 2px 0 0;
  3414. }
  3415. .nav-tabs-justified > .active > a,
  3416. .nav-tabs-justified > .active > a:hover,
  3417. .nav-tabs-justified > .active > a:focus {
  3418. border-bottom-color: var(--body-bg);
  3419. }
  3420. }
  3421. .tab-content > .tab-pane {
  3422. display: none;
  3423. }
  3424. .tab-content > .active {
  3425. display: block;
  3426. }
  3427. .nav-tabs .dropdown-menu {
  3428. margin-top: -1px;
  3429. border-top-right-radius: 0;
  3430. border-top-left-radius: 0;
  3431. }
  3432. .navbar {
  3433. position: relative;
  3434. min-height: 80px;
  3435. margin-bottom: 20px;
  3436. border: 1px solid transparent;
  3437. }
  3438. @media (min-width: 768px) {
  3439. .navbar {
  3440. border-radius: 2px;
  3441. }
  3442. }
  3443. @media (min-width: 768px) {
  3444. .navbar-header {
  3445. float: left;
  3446. }
  3447. }
  3448. .navbar-collapse {
  3449. overflow-x: visible;
  3450. padding-right: 15px;
  3451. padding-left: 15px;
  3452. border-top: 1px solid transparent;
  3453. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  3454. -webkit-overflow-scrolling: touch;
  3455. }
  3456. .navbar-collapse.in {
  3457. overflow-y: auto;
  3458. }
  3459. @media (min-width: 768px) {
  3460. .navbar-collapse {
  3461. width: auto;
  3462. border-top: 0;
  3463. box-shadow: none;
  3464. }
  3465. .navbar-collapse.collapse {
  3466. display: block !important;
  3467. height: auto !important;
  3468. padding-bottom: 0;
  3469. overflow: visible !important;
  3470. }
  3471. .navbar-collapse.in {
  3472. overflow-y: visible;
  3473. }
  3474. .navbar-fixed-top .navbar-collapse,
  3475. .navbar-static-top .navbar-collapse,
  3476. .navbar-fixed-bottom .navbar-collapse {
  3477. padding-left: 0;
  3478. padding-right: 0;
  3479. }
  3480. }
  3481. .navbar-fixed-top .navbar-collapse,
  3482. .navbar-fixed-bottom .navbar-collapse {
  3483. max-height: 340px;
  3484. }
  3485. @media (max-device-width: 480px) and (orientation: landscape) {
  3486. .navbar-fixed-top .navbar-collapse,
  3487. .navbar-fixed-bottom .navbar-collapse {
  3488. max-height: 200px;
  3489. }
  3490. }
  3491. .container > .navbar-header,
  3492. .container-fluid > .navbar-header,
  3493. .container > .navbar-collapse,
  3494. .container-fluid > .navbar-collapse {
  3495. margin-right: -15px;
  3496. margin-left: -15px;
  3497. }
  3498. @media (min-width: 768px) {
  3499. .container > .navbar-header,
  3500. .container-fluid > .navbar-header,
  3501. .container > .navbar-collapse,
  3502. .container-fluid > .navbar-collapse {
  3503. margin-right: 0;
  3504. margin-left: 0;
  3505. }
  3506. }
  3507. .navbar-static-top {
  3508. z-index: 1000;
  3509. border-width: 0 0 1px;
  3510. }
  3511. @media (min-width: 768px) {
  3512. .navbar-static-top {
  3513. border-radius: 0;
  3514. }
  3515. }
  3516. .navbar-fixed-top,
  3517. .navbar-fixed-bottom {
  3518. position: fixed;
  3519. right: 0;
  3520. left: 0;
  3521. z-index: 1030;
  3522. }
  3523. @media (min-width: 768px) {
  3524. .navbar-fixed-top,
  3525. .navbar-fixed-bottom {
  3526. border-radius: 0;
  3527. }
  3528. }
  3529. .navbar-fixed-top {
  3530. top: 0;
  3531. border-width: 0 0 1px;
  3532. }
  3533. .navbar-fixed-bottom {
  3534. bottom: 0;
  3535. margin-bottom: 0;
  3536. border-width: 1px 0 0;
  3537. }
  3538. .navbar-brand {
  3539. float: left;
  3540. padding: 30px 15px;
  3541. font-size: 18px;
  3542. line-height: 20px;
  3543. height: 80px;
  3544. }
  3545. .navbar-brand:hover,
  3546. .navbar-brand:focus {
  3547. text-decoration: none;
  3548. }
  3549. .navbar-brand > img {
  3550. display: block;
  3551. }
  3552. @media (min-width: 768px) {
  3553. .navbar > .container .navbar-brand,
  3554. .navbar > .container-fluid .navbar-brand {
  3555. margin-left: -15px;
  3556. }
  3557. }
  3558. .navbar-toggle {
  3559. position: relative;
  3560. float: right;
  3561. margin-right: 15px;
  3562. padding: 9px 10px;
  3563. margin-top: 23px;
  3564. margin-bottom: 23px;
  3565. background-color: transparent;
  3566. background-image: none;
  3567. border: 1px solid transparent;
  3568. border-radius: 2px;
  3569. }
  3570. .navbar-toggle:focus {
  3571. outline: 0;
  3572. }
  3573. .navbar-toggle .icon-bar {
  3574. display: block;
  3575. width: 22px;
  3576. height: 2px;
  3577. border-radius: 1px;
  3578. }
  3579. .navbar-toggle .icon-bar + .icon-bar {
  3580. margin-top: 4px;
  3581. }
  3582. @media (min-width: 768px) {
  3583. .navbar-toggle {
  3584. display: none;
  3585. }
  3586. }
  3587. .navbar-nav {
  3588. margin: 15px -15px;
  3589. }
  3590. .navbar-nav > li > a {
  3591. padding-top: 10px;
  3592. padding-bottom: 10px;
  3593. line-height: 20px;
  3594. }
  3595. @media (max-width: 767px) {
  3596. .navbar-nav .open .dropdown-menu {
  3597. position: static;
  3598. float: none;
  3599. width: auto;
  3600. margin-top: 0;
  3601. background-color: transparent;
  3602. border: 0;
  3603. box-shadow: none;
  3604. }
  3605. .navbar-nav .open .dropdown-menu > li > a,
  3606. .navbar-nav .open .dropdown-menu .dropdown-header {
  3607. padding: 5px 15px 5px 25px;
  3608. }
  3609. .navbar-nav .open .dropdown-menu > li > a {
  3610. line-height: 20px;
  3611. }
  3612. .navbar-nav .open .dropdown-menu > li > a:hover,
  3613. .navbar-nav .open .dropdown-menu > li > a:focus {
  3614. background-image: none;
  3615. }
  3616. }
  3617. @media (min-width: 768px) {
  3618. .navbar-nav {
  3619. float: left;
  3620. margin: 0;
  3621. }
  3622. .navbar-nav > li {
  3623. float: left;
  3624. }
  3625. .navbar-nav > li > a {
  3626. padding-top: 30px;
  3627. padding-bottom: 30px;
  3628. }
  3629. }
  3630. .navbar-form {
  3631. margin-left: -15px;
  3632. margin-right: -15px;
  3633. padding: 10px 15px;
  3634. border-top: 1px solid transparent;
  3635. border-bottom: 1px solid transparent;
  3636. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  3637. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  3638. margin-top: 23px;
  3639. margin-bottom: 23px;
  3640. }
  3641. @media (min-width: 768px) {
  3642. .navbar-form .form-group {
  3643. display: inline-block;
  3644. margin-bottom: 0;
  3645. vertical-align: middle;
  3646. }
  3647. .navbar-form .form-control {
  3648. display: inline-block;
  3649. width: auto;
  3650. vertical-align: middle;
  3651. }
  3652. .navbar-form .form-control-static {
  3653. display: inline-block;
  3654. }
  3655. .navbar-form .input-group {
  3656. display: inline-table;
  3657. vertical-align: middle;
  3658. }
  3659. .navbar-form .input-group .input-group-addon,
  3660. .navbar-form .input-group .input-group-btn,
  3661. .navbar-form .input-group .form-control {
  3662. width: auto;
  3663. }
  3664. .navbar-form .input-group > .form-control {
  3665. width: 100%;
  3666. }
  3667. .navbar-form .control-label {
  3668. margin-bottom: 0;
  3669. vertical-align: middle;
  3670. }
  3671. .navbar-form .radio,
  3672. .navbar-form .checkbox {
  3673. display: inline-block;
  3674. margin-top: 0;
  3675. margin-bottom: 0;
  3676. vertical-align: middle;
  3677. }
  3678. .navbar-form .radio label,
  3679. .navbar-form .checkbox label {
  3680. padding-left: 0;
  3681. }
  3682. .navbar-form .radio input[type="radio"],
  3683. .navbar-form .checkbox input[type="checkbox"] {
  3684. position: relative;
  3685. margin-left: 0;
  3686. }
  3687. .navbar-form .has-feedback .form-control-feedback {
  3688. top: 0;
  3689. }
  3690. }
  3691. @media (max-width: 767px) {
  3692. .navbar-form .form-group {
  3693. margin-bottom: 5px;
  3694. }
  3695. .navbar-form .form-group:last-child {
  3696. margin-bottom: 0;
  3697. }
  3698. }
  3699. @media (min-width: 768px) {
  3700. .navbar-form {
  3701. width: auto;
  3702. border: 0;
  3703. margin-left: 0;
  3704. margin-right: 0;
  3705. padding-top: 0;
  3706. padding-bottom: 0;
  3707. -webkit-box-shadow: none;
  3708. box-shadow: none;
  3709. }
  3710. }
  3711. .navbar-nav > li > .dropdown-menu {
  3712. margin-top: 0;
  3713. border-top-right-radius: 0;
  3714. border-top-left-radius: 0;
  3715. }
  3716. .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  3717. margin-bottom: 0;
  3718. border-top-right-radius: 2px;
  3719. border-top-left-radius: 2px;
  3720. border-bottom-right-radius: 0;
  3721. border-bottom-left-radius: 0;
  3722. }
  3723. .navbar-btn {
  3724. margin-top: 23px;
  3725. margin-bottom: 23px;
  3726. }
  3727. .navbar-btn.btn-sm {
  3728. margin-top: 25px;
  3729. margin-bottom: 25px;
  3730. }
  3731. .navbar-btn.btn-xs {
  3732. margin-top: 29px;
  3733. margin-bottom: 29px;
  3734. }
  3735. .navbar-text {
  3736. margin-top: 30px;
  3737. margin-bottom: 30px;
  3738. }
  3739. @media (min-width: 768px) {
  3740. .navbar-text {
  3741. float: left;
  3742. margin-left: 15px;
  3743. margin-right: 15px;
  3744. }
  3745. }
  3746. @media (min-width: 768px) {
  3747. .navbar-left {
  3748. float: left !important;
  3749. }
  3750. .navbar-right {
  3751. float: right !important;
  3752. margin-right: -15px;
  3753. }
  3754. .navbar-right ~ .navbar-right {
  3755. margin-right: 0;
  3756. }
  3757. }
  3758. .navbar-default {
  3759. background-color: transparent;
  3760. border-color: var(--border-color);
  3761. }
  3762. .navbar-default .navbar-brand {
  3763. color: var(--text-color);
  3764. }
  3765. .navbar-default .navbar-brand:hover,
  3766. .navbar-default .navbar-brand:focus {
  3767. color: var(--text-color);
  3768. background-color: transparent;
  3769. }
  3770. .navbar-default .navbar-text {
  3771. color: #777;
  3772. }
  3773. .navbar-default .navbar-nav > li > a {
  3774. color: var(--text-muted);
  3775. }
  3776. .navbar-default .navbar-nav > li > a:hover,
  3777. .navbar-default .navbar-nav > li > a:focus {
  3778. color: var(--text-color);
  3779. background-color: transparent;
  3780. }
  3781. .navbar-default .navbar-nav > .active > a,
  3782. .navbar-default .navbar-nav > .active > a:hover,
  3783. .navbar-default .navbar-nav > .active > a:focus {
  3784. color: var(--text-color);
  3785. background-color: transparent;
  3786. }
  3787. .navbar-default .navbar-nav > .disabled > a,
  3788. .navbar-default .navbar-nav > .disabled > a:hover,
  3789. .navbar-default .navbar-nav > .disabled > a:focus {
  3790. color: #ccc;
  3791. background-color: transparent;
  3792. }
  3793. .navbar-default .navbar-toggle {
  3794. border-color: var(--border-color);
  3795. }
  3796. .navbar-default .navbar-toggle:hover,
  3797. .navbar-default .navbar-toggle:focus {
  3798. background-color: var(--border-color);
  3799. }
  3800. .navbar-default .navbar-toggle .icon-bar {
  3801. background-color: var(--text-muted);
  3802. }
  3803. .navbar-default .navbar-collapse,
  3804. .navbar-default .navbar-form {
  3805. border-color: var(--border-color);
  3806. }
  3807. .navbar-default .navbar-nav > .open > a,
  3808. .navbar-default .navbar-nav > .open > a:hover,
  3809. .navbar-default .navbar-nav > .open > a:focus {
  3810. background-color: transparent;
  3811. color: var(--text-color);
  3812. }
  3813. @media (max-width: 767px) {
  3814. .navbar-default .navbar-nav .open .dropdown-menu > li > a {
  3815. color: var(--text-muted);
  3816. }
  3817. .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  3818. .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  3819. color: var(--text-color);
  3820. background-color: transparent;
  3821. }
  3822. .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  3823. .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  3824. .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  3825. color: var(--text-color);
  3826. background-color: transparent;
  3827. }
  3828. .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  3829. .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  3830. .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  3831. color: #ccc;
  3832. background-color: transparent;
  3833. }
  3834. }
  3835. .navbar-default .navbar-link {
  3836. color: var(--text-muted);
  3837. }
  3838. .navbar-default .navbar-link:hover {
  3839. color: var(--text-color);
  3840. }
  3841. .navbar-default .btn-link {
  3842. color: var(--text-muted);
  3843. }
  3844. .navbar-default .btn-link:hover,
  3845. .navbar-default .btn-link:focus {
  3846. color: var(--text-color);
  3847. }
  3848. .navbar-default .btn-link[disabled]:hover,
  3849. fieldset[disabled] .navbar-default .btn-link:hover,
  3850. .navbar-default .btn-link[disabled]:focus,
  3851. fieldset[disabled] .navbar-default .btn-link:focus {
  3852. color: #ccc;
  3853. }
  3854. .navbar-inverse {
  3855. background-color: #222;
  3856. border-color: #080808;
  3857. }
  3858. .navbar-inverse .navbar-brand {
  3859. color: #9d9d9d;
  3860. }
  3861. .navbar-inverse .navbar-brand:hover,
  3862. .navbar-inverse .navbar-brand:focus {
  3863. color: #fff;
  3864. background-color: transparent;
  3865. }
  3866. .navbar-inverse .navbar-text {
  3867. color: #9d9d9d;
  3868. }
  3869. .navbar-inverse .navbar-nav > li > a {
  3870. color: #9d9d9d;
  3871. }
  3872. .navbar-inverse .navbar-nav > li > a:hover,
  3873. .navbar-inverse .navbar-nav > li > a:focus {
  3874. color: #fff;
  3875. background-color: transparent;
  3876. }
  3877. .navbar-inverse .navbar-nav > .active > a,
  3878. .navbar-inverse .navbar-nav > .active > a:hover,
  3879. .navbar-inverse .navbar-nav > .active > a:focus {
  3880. color: #fff;
  3881. background-color: #080808;
  3882. }
  3883. .navbar-inverse .navbar-nav > .disabled > a,
  3884. .navbar-inverse .navbar-nav > .disabled > a:hover,
  3885. .navbar-inverse .navbar-nav > .disabled > a:focus {
  3886. color: #444;
  3887. background-color: transparent;
  3888. }
  3889. .navbar-inverse .navbar-toggle {
  3890. border-color: #333;
  3891. }
  3892. .navbar-inverse .navbar-toggle:hover,
  3893. .navbar-inverse .navbar-toggle:focus {
  3894. background-color: #333;
  3895. }
  3896. .navbar-inverse .navbar-toggle .icon-bar {
  3897. background-color: #fff;
  3898. }
  3899. .navbar-inverse .navbar-collapse,
  3900. .navbar-inverse .navbar-form {
  3901. border-color: #101010;
  3902. }
  3903. .navbar-inverse .navbar-nav > .open > a,
  3904. .navbar-inverse .navbar-nav > .open > a:hover,
  3905. .navbar-inverse .navbar-nav > .open > a:focus {
  3906. background-color: #080808;
  3907. color: #fff;
  3908. }
  3909. @media (max-width: 767px) {
  3910. .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
  3911. border-color: #080808;
  3912. }
  3913. .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
  3914. background-color: #080808;
  3915. }
  3916. .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  3917. color: #9d9d9d;
  3918. }
  3919. .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  3920. .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
  3921. color: #fff;
  3922. background-color: transparent;
  3923. }
  3924. .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  3925. .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  3926. .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
  3927. color: #fff;
  3928. background-color: #080808;
  3929. }
  3930. .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  3931. .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  3932. .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  3933. color: #444;
  3934. background-color: transparent;
  3935. }
  3936. }
  3937. .navbar-inverse .navbar-link {
  3938. color: #9d9d9d;
  3939. }
  3940. .navbar-inverse .navbar-link:hover {
  3941. color: #fff;
  3942. }
  3943. .navbar-inverse .btn-link {
  3944. color: #9d9d9d;
  3945. }
  3946. .navbar-inverse .btn-link:hover,
  3947. .navbar-inverse .btn-link:focus {
  3948. color: #fff;
  3949. }
  3950. .navbar-inverse .btn-link[disabled]:hover,
  3951. fieldset[disabled] .navbar-inverse .btn-link:hover,
  3952. .navbar-inverse .btn-link[disabled]:focus,
  3953. fieldset[disabled] .navbar-inverse .btn-link:focus {
  3954. color: #444;
  3955. }
  3956. .breadcrumb {
  3957. padding: 8px 15px;
  3958. margin-bottom: 20px;
  3959. list-style: none;
  3960. background-color: var(--breadcrumb-bg);
  3961. border-radius: 2px;
  3962. }
  3963. .breadcrumb > li {
  3964. display: inline-block;
  3965. }
  3966. .breadcrumb > li + li:before {
  3967. content: "/\00a0";
  3968. padding: 0 5px;
  3969. color: #ccc;
  3970. }
  3971. .breadcrumb > .active {
  3972. color: var(--breadcrumb-active-color);
  3973. }
  3974. .label {
  3975. display: inline;
  3976. padding: 0.2em 0.6em 0.3em;
  3977. font-size: 75%;
  3978. font-weight: bold;
  3979. line-height: 1;
  3980. color: #fff;
  3981. text-align: center;
  3982. white-space: nowrap;
  3983. vertical-align: baseline;
  3984. border-radius: 0.25em;
  3985. }
  3986. a.label:hover,
  3987. a.label:focus {
  3988. color: #fff;
  3989. text-decoration: none;
  3990. cursor: pointer;
  3991. }
  3992. .label:empty {
  3993. display: none;
  3994. }
  3995. .btn .label {
  3996. position: relative;
  3997. top: -1px;
  3998. }
  3999. .label-default {
  4000. background-color: #777777;
  4001. }
  4002. .label-default[href]:hover,
  4003. .label-default[href]:focus {
  4004. background-color: #5e5e5e;
  4005. }
  4006. .label-primary {
  4007. background-color: #22bc66;
  4008. }
  4009. .label-primary[href]:hover,
  4010. .label-primary[href]:focus {
  4011. background-color: #1a914f;
  4012. }
  4013. .label-success {
  4014. background-color: #22bc66;
  4015. }
  4016. .label-success[href]:hover,
  4017. .label-success[href]:focus {
  4018. background-color: #1a914f;
  4019. }
  4020. .label-info {
  4021. background-color: #5bc0de;
  4022. }
  4023. .label-info[href]:hover,
  4024. .label-info[href]:focus {
  4025. background-color: #31b0d5;
  4026. }
  4027. .label-warning {
  4028. background-color: #f0ad4e;
  4029. }
  4030. .label-warning[href]:hover,
  4031. .label-warning[href]:focus {
  4032. background-color: #ec971f;
  4033. }
  4034. .label-danger {
  4035. background-color: #d9534f;
  4036. }
  4037. .label-danger[href]:hover,
  4038. .label-danger[href]:focus {
  4039. background-color: #c9302c;
  4040. }
  4041. .badge {
  4042. display: inline-block;
  4043. min-width: 10px;
  4044. padding: 3px 7px;
  4045. font-size: 12px;
  4046. font-weight: bold;
  4047. color: #fff;
  4048. line-height: 1;
  4049. vertical-align: middle;
  4050. white-space: nowrap;
  4051. text-align: center;
  4052. background-color: #777777;
  4053. border-radius: 10px;
  4054. }
  4055. .badge:empty {
  4056. display: none;
  4057. }
  4058. .btn .badge {
  4059. position: relative;
  4060. top: -1px;
  4061. }
  4062. .btn-xs .badge,
  4063. .btn-group-xs > .btn .badge {
  4064. top: 0;
  4065. padding: 1px 5px;
  4066. }
  4067. a.badge:hover,
  4068. a.badge:focus {
  4069. color: #fff;
  4070. text-decoration: none;
  4071. cursor: pointer;
  4072. }
  4073. .list-group-item.active > .badge,
  4074. .nav-pills > .active > a > .badge {
  4075. color: var(--link-color);
  4076. background-color: #fff;
  4077. }
  4078. .list-group-item > .badge {
  4079. float: right;
  4080. }
  4081. .list-group-item > .badge + .badge {
  4082. margin-right: 5px;
  4083. }
  4084. .nav-pills > li > a > .badge {
  4085. margin-left: 3px;
  4086. }
  4087. .jumbotron {
  4088. padding-top: 30px;
  4089. padding-bottom: 30px;
  4090. margin-bottom: 30px;
  4091. color: inherit;
  4092. background-color: #eeeeee;
  4093. }
  4094. .jumbotron h1,
  4095. .jumbotron .h1 {
  4096. color: inherit;
  4097. }
  4098. .jumbotron p {
  4099. margin-bottom: 15px;
  4100. font-size: 21px;
  4101. font-weight: 200;
  4102. }
  4103. .jumbotron > hr {
  4104. border-top-color: #d5d5d5;
  4105. }
  4106. .container .jumbotron,
  4107. .container-fluid .jumbotron {
  4108. border-radius: 3px;
  4109. padding-left: 15px;
  4110. padding-right: 15px;
  4111. }
  4112. .jumbotron .container {
  4113. max-width: 100%;
  4114. }
  4115. @media screen and (min-width: 768px) {
  4116. .jumbotron {
  4117. padding-top: 48px;
  4118. padding-bottom: 48px;
  4119. }
  4120. .container .jumbotron,
  4121. .container-fluid .jumbotron {
  4122. padding-left: 60px;
  4123. padding-right: 60px;
  4124. }
  4125. .jumbotron h1,
  4126. .jumbotron .h1 {
  4127. font-size: 63px;
  4128. }
  4129. }
  4130. .alert {
  4131. padding: 15px;
  4132. margin-bottom: 20px;
  4133. border: 1px solid transparent;
  4134. border-radius: 2px;
  4135. }
  4136. .alert h4 {
  4137. margin-top: 0;
  4138. color: inherit;
  4139. }
  4140. .alert .alert-link {
  4141. font-weight: bold;
  4142. }
  4143. .alert > p,
  4144. .alert > ul {
  4145. margin-bottom: 0;
  4146. }
  4147. .alert > p + p {
  4148. margin-top: 5px;
  4149. }
  4150. .alert-dismissable,
  4151. .alert-dismissible {
  4152. padding-right: 35px;
  4153. }
  4154. .alert-dismissable .close,
  4155. .alert-dismissible .close {
  4156. position: relative;
  4157. top: -2px;
  4158. right: -21px;
  4159. color: inherit;
  4160. }
  4161. .alert-success {
  4162. background-color: #dff0d8;
  4163. border-color: #d6e9c6;
  4164. color: #3c763d;
  4165. }
  4166. .alert-success hr {
  4167. border-top-color: #c9e2b3;
  4168. }
  4169. .alert-success .alert-link {
  4170. color: #2b542c;
  4171. }
  4172. .alert-info {
  4173. background-color: #d9edf7;
  4174. border-color: #bce8f1;
  4175. color: #31708f;
  4176. }
  4177. .alert-info hr {
  4178. border-top-color: #a6e1ec;
  4179. }
  4180. .alert-info .alert-link {
  4181. color: #245269;
  4182. }
  4183. .alert-warning {
  4184. background-color: #fcf8e3;
  4185. border-color: #faebcc;
  4186. color: #8a6d3b;
  4187. }
  4188. .alert-warning hr {
  4189. border-top-color: #f7e1b5;
  4190. }
  4191. .alert-warning .alert-link {
  4192. color: #66512c;
  4193. }
  4194. .alert-danger {
  4195. background-color: #f2dede;
  4196. border-color: #ebccd1;
  4197. color: #a94442;
  4198. }
  4199. .alert-danger hr {
  4200. border-top-color: #e4b9c0;
  4201. }
  4202. .alert-danger .alert-link {
  4203. color: #843534;
  4204. }
  4205. .list-group {
  4206. margin-bottom: 20px;
  4207. padding-left: 0;
  4208. }
  4209. .list-group-item {
  4210. position: relative;
  4211. display: block;
  4212. padding: 10px 15px;
  4213. margin-bottom: -1px;
  4214. background-color: transparent;
  4215. border: 1px solid var(--border-color);
  4216. }
  4217. .list-group-item:first-child {
  4218. border-top-right-radius: 2px;
  4219. border-top-left-radius: 2px;
  4220. }
  4221. .list-group-item:last-child {
  4222. margin-bottom: 0;
  4223. border-bottom-right-radius: 2px;
  4224. border-bottom-left-radius: 2px;
  4225. }
  4226. a.list-group-item,
  4227. button.list-group-item {
  4228. color: #555;
  4229. }
  4230. a.list-group-item .list-group-item-heading,
  4231. button.list-group-item .list-group-item-heading {
  4232. color: #333;
  4233. }
  4234. a.list-group-item:hover,
  4235. button.list-group-item:hover,
  4236. a.list-group-item:focus,
  4237. button.list-group-item:focus {
  4238. text-decoration: none;
  4239. color: #555;
  4240. background-color: #f5f5f5;
  4241. }
  4242. button.list-group-item {
  4243. width: 100%;
  4244. text-align: left;
  4245. }
  4246. .list-group-item.disabled,
  4247. .list-group-item.disabled:hover,
  4248. .list-group-item.disabled:focus {
  4249. background-color: #eeeeee;
  4250. color: #777777;
  4251. cursor: not-allowed;
  4252. }
  4253. .list-group-item.disabled .list-group-item-heading,
  4254. .list-group-item.disabled:hover .list-group-item-heading,
  4255. .list-group-item.disabled:focus .list-group-item-heading {
  4256. color: inherit;
  4257. }
  4258. .list-group-item.disabled .list-group-item-text,
  4259. .list-group-item.disabled:hover .list-group-item-text,
  4260. .list-group-item.disabled:focus .list-group-item-text {
  4261. color: #777777;
  4262. }
  4263. .list-group-item.active,
  4264. .list-group-item.active:hover,
  4265. .list-group-item.active:focus {
  4266. z-index: 2;
  4267. color: #fff;
  4268. background-color: #22bc66;
  4269. border-color: #22bc66;
  4270. }
  4271. .list-group-item.active .list-group-item-heading,
  4272. .list-group-item.active:hover .list-group-item-heading,
  4273. .list-group-item.active:focus .list-group-item-heading,
  4274. .list-group-item.active .list-group-item-heading > small,
  4275. .list-group-item.active:hover .list-group-item-heading > small,
  4276. .list-group-item.active:focus .list-group-item-heading > small,
  4277. .list-group-item.active .list-group-item-heading > .small,
  4278. .list-group-item.active:hover .list-group-item-heading > .small,
  4279. .list-group-item.active:focus .list-group-item-heading > .small {
  4280. color: inherit;
  4281. }
  4282. .list-group-item.active .list-group-item-text,
  4283. .list-group-item.active:hover .list-group-item-text,
  4284. .list-group-item.active:focus .list-group-item-text {
  4285. color: #b8f2d2;
  4286. }
  4287. .list-group-item-success {
  4288. color: #3c763d;
  4289. background-color: #dff0d8;
  4290. }
  4291. a.list-group-item-success,
  4292. button.list-group-item-success {
  4293. color: #3c763d;
  4294. }
  4295. a.list-group-item-success .list-group-item-heading,
  4296. button.list-group-item-success .list-group-item-heading {
  4297. color: inherit;
  4298. }
  4299. a.list-group-item-success:hover,
  4300. button.list-group-item-success:hover,
  4301. a.list-group-item-success:focus,
  4302. button.list-group-item-success:focus {
  4303. color: #3c763d;
  4304. background-color: #d0e9c6;
  4305. }
  4306. a.list-group-item-success.active,
  4307. button.list-group-item-success.active,
  4308. a.list-group-item-success.active:hover,
  4309. button.list-group-item-success.active:hover,
  4310. a.list-group-item-success.active:focus,
  4311. button.list-group-item-success.active:focus {
  4312. color: #fff;
  4313. background-color: #3c763d;
  4314. border-color: #3c763d;
  4315. }
  4316. .list-group-item-info {
  4317. color: #31708f;
  4318. background-color: #d9edf7;
  4319. }
  4320. a.list-group-item-info,
  4321. button.list-group-item-info {
  4322. color: #31708f;
  4323. }
  4324. a.list-group-item-info .list-group-item-heading,
  4325. button.list-group-item-info .list-group-item-heading {
  4326. color: inherit;
  4327. }
  4328. a.list-group-item-info:hover,
  4329. button.list-group-item-info:hover,
  4330. a.list-group-item-info:focus,
  4331. button.list-group-item-info:focus {
  4332. color: #31708f;
  4333. background-color: #c4e3f3;
  4334. }
  4335. a.list-group-item-info.active,
  4336. button.list-group-item-info.active,
  4337. a.list-group-item-info.active:hover,
  4338. button.list-group-item-info.active:hover,
  4339. a.list-group-item-info.active:focus,
  4340. button.list-group-item-info.active:focus {
  4341. color: #fff;
  4342. background-color: #31708f;
  4343. border-color: #31708f;
  4344. }
  4345. .list-group-item-warning {
  4346. color: #8a6d3b;
  4347. background-color: #fcf8e3;
  4348. }
  4349. a.list-group-item-warning,
  4350. button.list-group-item-warning {
  4351. color: #8a6d3b;
  4352. }
  4353. a.list-group-item-warning .list-group-item-heading,
  4354. button.list-group-item-warning .list-group-item-heading {
  4355. color: inherit;
  4356. }
  4357. a.list-group-item-warning:hover,
  4358. button.list-group-item-warning:hover,
  4359. a.list-group-item-warning:focus,
  4360. button.list-group-item-warning:focus {
  4361. color: #8a6d3b;
  4362. background-color: #faf2cc;
  4363. }
  4364. a.list-group-item-warning.active,
  4365. button.list-group-item-warning.active,
  4366. a.list-group-item-warning.active:hover,
  4367. button.list-group-item-warning.active:hover,
  4368. a.list-group-item-warning.active:focus,
  4369. button.list-group-item-warning.active:focus {
  4370. color: #fff;
  4371. background-color: #8a6d3b;
  4372. border-color: #8a6d3b;
  4373. }
  4374. .list-group-item-danger {
  4375. color: #a94442;
  4376. background-color: #f2dede;
  4377. }
  4378. a.list-group-item-danger,
  4379. button.list-group-item-danger {
  4380. color: #a94442;
  4381. }
  4382. a.list-group-item-danger .list-group-item-heading,
  4383. button.list-group-item-danger .list-group-item-heading {
  4384. color: inherit;
  4385. }
  4386. a.list-group-item-danger:hover,
  4387. button.list-group-item-danger:hover,
  4388. a.list-group-item-danger:focus,
  4389. button.list-group-item-danger:focus {
  4390. color: #a94442;
  4391. background-color: #ebcccc;
  4392. }
  4393. a.list-group-item-danger.active,
  4394. button.list-group-item-danger.active,
  4395. a.list-group-item-danger.active:hover,
  4396. button.list-group-item-danger.active:hover,
  4397. a.list-group-item-danger.active:focus,
  4398. button.list-group-item-danger.active:focus {
  4399. color: #fff;
  4400. background-color: #a94442;
  4401. border-color: #a94442;
  4402. }
  4403. .list-group-item-heading {
  4404. margin-top: 0;
  4405. margin-bottom: 5px;
  4406. }
  4407. .list-group-item-text {
  4408. margin-bottom: 0;
  4409. line-height: 1.3;
  4410. }
  4411. .panel {
  4412. margin-bottom: 20px;
  4413. background-color: var(--panel-bg);
  4414. border: 1px solid transparent;
  4415. border-radius: 2px;
  4416. -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  4417. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  4418. }
  4419. .panel-body {
  4420. padding: 15px;
  4421. }
  4422. .panel-heading {
  4423. padding: 10px 15px;
  4424. border-bottom: 1px solid transparent;
  4425. border-top-right-radius: 1px;
  4426. border-top-left-radius: 1px;
  4427. }
  4428. .panel-heading > .dropdown .dropdown-toggle {
  4429. color: inherit;
  4430. }
  4431. .panel-title {
  4432. margin-top: 0;
  4433. margin-bottom: 0;
  4434. font-size: 16px;
  4435. color: inherit;
  4436. }
  4437. .panel-title > a,
  4438. .panel-title > small,
  4439. .panel-title > .small,
  4440. .panel-title > small > a,
  4441. .panel-title > .small > a {
  4442. color: inherit;
  4443. }
  4444. .panel-footer {
  4445. padding: 10px 15px;
  4446. background-color: #f5f5f5;
  4447. border-top: 1px solid #ddd;
  4448. border-bottom-right-radius: 1px;
  4449. border-bottom-left-radius: 1px;
  4450. }
  4451. .panel > .list-group,
  4452. .panel > .panel-collapse > .list-group {
  4453. margin-bottom: 0;
  4454. }
  4455. .panel > .list-group .list-group-item,
  4456. .panel > .panel-collapse > .list-group .list-group-item {
  4457. border-width: 1px 0;
  4458. border-radius: 0;
  4459. }
  4460. .panel > .list-group:first-child .list-group-item:first-child,
  4461. .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  4462. border-top: 0;
  4463. border-top-right-radius: 1px;
  4464. border-top-left-radius: 1px;
  4465. }
  4466. .panel > .list-group:last-child .list-group-item:last-child,
  4467. .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  4468. border-bottom: 0;
  4469. border-bottom-right-radius: 1px;
  4470. border-bottom-left-radius: 1px;
  4471. }
  4472. .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  4473. border-top-right-radius: 0;
  4474. border-top-left-radius: 0;
  4475. }
  4476. .panel-heading + .list-group .list-group-item:first-child {
  4477. border-top-width: 0;
  4478. }
  4479. .list-group + .panel-footer {
  4480. border-top-width: 0;
  4481. }
  4482. .panel > .table,
  4483. .panel > .table-responsive > .table,
  4484. .panel > .panel-collapse > .table {
  4485. margin-bottom: 0;
  4486. }
  4487. .panel > .table caption,
  4488. .panel > .table-responsive > .table caption,
  4489. .panel > .panel-collapse > .table caption {
  4490. padding-left: 15px;
  4491. padding-right: 15px;
  4492. }
  4493. .panel > .table:first-child,
  4494. .panel > .table-responsive:first-child > .table:first-child {
  4495. border-top-right-radius: 1px;
  4496. border-top-left-radius: 1px;
  4497. }
  4498. .panel > .table:first-child > thead:first-child > tr:first-child,
  4499. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  4500. .panel > .table:first-child > tbody:first-child > tr:first-child,
  4501. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  4502. border-top-left-radius: 1px;
  4503. border-top-right-radius: 1px;
  4504. }
  4505. .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
  4506. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
  4507. .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  4508. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  4509. .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
  4510. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
  4511. .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  4512. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  4513. border-top-left-radius: 1px;
  4514. }
  4515. .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
  4516. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
  4517. .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  4518. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  4519. .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
  4520. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
  4521. .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  4522. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  4523. border-top-right-radius: 1px;
  4524. }
  4525. .panel > .table:last-child,
  4526. .panel > .table-responsive:last-child > .table:last-child {
  4527. border-bottom-right-radius: 1px;
  4528. border-bottom-left-radius: 1px;
  4529. }
  4530. .panel > .table:last-child > tbody:last-child > tr:last-child,
  4531. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  4532. .panel > .table:last-child > tfoot:last-child > tr:last-child,
  4533. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  4534. border-bottom-left-radius: 1px;
  4535. border-bottom-right-radius: 1px;
  4536. }
  4537. .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  4538. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  4539. .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  4540. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  4541. .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  4542. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  4543. .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  4544. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  4545. border-bottom-left-radius: 1px;
  4546. }
  4547. .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  4548. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  4549. .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  4550. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  4551. .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  4552. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  4553. .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  4554. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  4555. border-bottom-right-radius: 1px;
  4556. }
  4557. .panel > .panel-body + .table,
  4558. .panel > .panel-body + .table-responsive,
  4559. .panel > .table + .panel-body,
  4560. .panel > .table-responsive + .panel-body {
  4561. border-top: 1px solid var(--border-color);
  4562. }
  4563. .panel > .table > tbody:first-child > tr:first-child th,
  4564. .panel > .table > tbody:first-child > tr:first-child td {
  4565. border-top: 0;
  4566. }
  4567. .panel > .table-bordered,
  4568. .panel > .table-responsive > .table-bordered {
  4569. border: 0;
  4570. }
  4571. .panel > .table-bordered > thead > tr > th:first-child,
  4572. .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  4573. .panel > .table-bordered > tbody > tr > th:first-child,
  4574. .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  4575. .panel > .table-bordered > tfoot > tr > th:first-child,
  4576. .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  4577. .panel > .table-bordered > thead > tr > td:first-child,
  4578. .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  4579. .panel > .table-bordered > tbody > tr > td:first-child,
  4580. .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  4581. .panel > .table-bordered > tfoot > tr > td:first-child,
  4582. .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  4583. border-left: 0;
  4584. }
  4585. .panel > .table-bordered > thead > tr > th:last-child,
  4586. .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  4587. .panel > .table-bordered > tbody > tr > th:last-child,
  4588. .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  4589. .panel > .table-bordered > tfoot > tr > th:last-child,
  4590. .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  4591. .panel > .table-bordered > thead > tr > td:last-child,
  4592. .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  4593. .panel > .table-bordered > tbody > tr > td:last-child,
  4594. .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  4595. .panel > .table-bordered > tfoot > tr > td:last-child,
  4596. .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  4597. border-right: 0;
  4598. }
  4599. .panel > .table-bordered > thead > tr:first-child > td,
  4600. .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  4601. .panel > .table-bordered > tbody > tr:first-child > td,
  4602. .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  4603. .panel > .table-bordered > thead > tr:first-child > th,
  4604. .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  4605. .panel > .table-bordered > tbody > tr:first-child > th,
  4606. .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  4607. border-bottom: 0;
  4608. }
  4609. .panel > .table-bordered > tbody > tr:last-child > td,
  4610. .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  4611. .panel > .table-bordered > tfoot > tr:last-child > td,
  4612. .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  4613. .panel > .table-bordered > tbody > tr:last-child > th,
  4614. .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  4615. .panel > .table-bordered > tfoot > tr:last-child > th,
  4616. .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  4617. border-bottom: 0;
  4618. }
  4619. .panel > .table-responsive {
  4620. border: 0;
  4621. margin-bottom: 0;
  4622. }
  4623. .panel-group {
  4624. margin-bottom: 20px;
  4625. }
  4626. .panel-group .panel {
  4627. margin-bottom: 0;
  4628. border-radius: 2px;
  4629. }
  4630. .panel-group .panel + .panel {
  4631. margin-top: 5px;
  4632. }
  4633. .panel-group .panel-heading {
  4634. border-bottom: 0;
  4635. }
  4636. .panel-group .panel-heading + .panel-collapse > .panel-body,
  4637. .panel-group .panel-heading + .panel-collapse > .list-group {
  4638. border-top: 1px solid #ddd;
  4639. }
  4640. .panel-group .panel-footer {
  4641. border-top: 0;
  4642. }
  4643. .panel-group .panel-footer + .panel-collapse .panel-body {
  4644. border-bottom: 1px solid #ddd;
  4645. }
  4646. .panel-default {
  4647. border-color: var(--border-color);
  4648. }
  4649. .panel-default > .panel-heading {
  4650. color: var(--text-color);
  4651. background-color: var(--panel-default-heading-bg);
  4652. border-color: var(--border-color);
  4653. }
  4654. .panel-default > .panel-heading + .panel-collapse > .panel-body {
  4655. border-top-color: var(--border-color);
  4656. }
  4657. .panel-default > .panel-heading .badge {
  4658. color: var(--panel-default-heading-bg);
  4659. background-color: var(--text-color);
  4660. }
  4661. .panel-default > .panel-footer + .panel-collapse > .panel-body {
  4662. border-bottom-color: var(--border-color);
  4663. }
  4664. .panel-primary {
  4665. border-color: #22bc66;
  4666. }
  4667. .panel-primary > .panel-heading {
  4668. color: #fff;
  4669. background-color: #22bc66;
  4670. border-color: #22bc66;
  4671. }
  4672. .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  4673. border-top-color: #22bc66;
  4674. }
  4675. .panel-primary > .panel-heading .badge {
  4676. color: #22bc66;
  4677. background-color: #fff;
  4678. }
  4679. .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  4680. border-bottom-color: #22bc66;
  4681. }
  4682. .panel-success {
  4683. border-color: #d6e9c6;
  4684. }
  4685. .panel-success > .panel-heading {
  4686. color: #3c763d;
  4687. background-color: #dff0d8;
  4688. border-color: #d6e9c6;
  4689. }
  4690. .panel-success > .panel-heading + .panel-collapse > .panel-body {
  4691. border-top-color: #d6e9c6;
  4692. }
  4693. .panel-success > .panel-heading .badge {
  4694. color: #dff0d8;
  4695. background-color: #3c763d;
  4696. }
  4697. .panel-success > .panel-footer + .panel-collapse > .panel-body {
  4698. border-bottom-color: #d6e9c6;
  4699. }
  4700. .panel-info {
  4701. border-color: #bce8f1;
  4702. }
  4703. .panel-info > .panel-heading {
  4704. color: #31708f;
  4705. background-color: #d9edf7;
  4706. border-color: #bce8f1;
  4707. }
  4708. .panel-info > .panel-heading + .panel-collapse > .panel-body {
  4709. border-top-color: #bce8f1;
  4710. }
  4711. .panel-info > .panel-heading .badge {
  4712. color: #d9edf7;
  4713. background-color: #31708f;
  4714. }
  4715. .panel-info > .panel-footer + .panel-collapse > .panel-body {
  4716. border-bottom-color: #bce8f1;
  4717. }
  4718. .panel-warning {
  4719. border-color: #faebcc;
  4720. }
  4721. .panel-warning > .panel-heading {
  4722. color: #8a6d3b;
  4723. background-color: #fcf8e3;
  4724. border-color: #faebcc;
  4725. }
  4726. .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  4727. border-top-color: #faebcc;
  4728. }
  4729. .panel-warning > .panel-heading .badge {
  4730. color: #fcf8e3;
  4731. background-color: #8a6d3b;
  4732. }
  4733. .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  4734. border-bottom-color: #faebcc;
  4735. }
  4736. .panel-danger {
  4737. border-color: #ebccd1;
  4738. }
  4739. .panel-danger > .panel-heading {
  4740. color: #a94442;
  4741. background-color: #f2dede;
  4742. border-color: #ebccd1;
  4743. }
  4744. .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  4745. border-top-color: #ebccd1;
  4746. }
  4747. .panel-danger > .panel-heading .badge {
  4748. color: #f2dede;
  4749. background-color: #a94442;
  4750. }
  4751. .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  4752. border-bottom-color: #ebccd1;
  4753. }
  4754. .close {
  4755. float: right;
  4756. font-size: 21px;
  4757. font-weight: bold;
  4758. line-height: 1;
  4759. color: var(--close-color);
  4760. text-shadow: 0 1px 0 #fff;
  4761. opacity: 0.2;
  4762. filter: alpha(opacity=20);
  4763. }
  4764. .close:hover,
  4765. .close:focus {
  4766. color: var(--close-color);
  4767. text-decoration: none;
  4768. cursor: pointer;
  4769. opacity: 0.5;
  4770. filter: alpha(opacity=50);
  4771. }
  4772. button.close {
  4773. padding: 0;
  4774. cursor: pointer;
  4775. background: transparent;
  4776. border: 0;
  4777. -webkit-appearance: none;
  4778. }
  4779. .modal-open {
  4780. overflow: hidden;
  4781. }
  4782. .modal {
  4783. display: none;
  4784. overflow: hidden;
  4785. position: fixed;
  4786. top: 0;
  4787. right: 0;
  4788. bottom: 0;
  4789. left: 0;
  4790. z-index: 1050;
  4791. -webkit-overflow-scrolling: touch;
  4792. outline: 0;
  4793. }
  4794. .modal.fade .modal-dialog {
  4795. -webkit-transform: translate(0, -25%);
  4796. -ms-transform: translate(0, -25%);
  4797. -o-transform: translate(0, -25%);
  4798. transform: translate(0, -25%);
  4799. -webkit-transition: -webkit-transform 0.3s ease-out;
  4800. -moz-transition: -moz-transform 0.3s ease-out;
  4801. -o-transition: -o-transform 0.3s ease-out;
  4802. transition: transform 0.3s ease-out;
  4803. }
  4804. .modal.in .modal-dialog {
  4805. -webkit-transform: translate(0, 0);
  4806. -ms-transform: translate(0, 0);
  4807. -o-transform: translate(0, 0);
  4808. transform: translate(0, 0);
  4809. }
  4810. .modal-open .modal {
  4811. overflow-x: hidden;
  4812. overflow-y: auto;
  4813. }
  4814. .modal-dialog {
  4815. position: relative;
  4816. width: auto;
  4817. margin: 10px;
  4818. }
  4819. .modal-content {
  4820. position: relative;
  4821. background-color: var(--modal-content-bg);
  4822. border: 1px solid #999;
  4823. border: 1px solid rgba(0, 0, 0, 0.2);
  4824. border-radius: 3px;
  4825. -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  4826. box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  4827. background-clip: padding-box;
  4828. outline: 0;
  4829. }
  4830. .modal-backdrop {
  4831. position: fixed;
  4832. top: 0;
  4833. right: 0;
  4834. bottom: 0;
  4835. left: 0;
  4836. z-index: 1040;
  4837. background-color: #000;
  4838. }
  4839. .modal-backdrop.fade {
  4840. opacity: 0;
  4841. filter: alpha(opacity=0);
  4842. }
  4843. .modal-backdrop.in {
  4844. opacity: 0.5;
  4845. filter: alpha(opacity=50);
  4846. }
  4847. .modal-header {
  4848. padding: 15px;
  4849. border-bottom: 1px solid var(--border-muted);
  4850. }
  4851. .modal-header .close {
  4852. margin-top: -2px;
  4853. }
  4854. .modal-title {
  4855. margin: 0;
  4856. line-height: 1.42857143;
  4857. }
  4858. .modal-body {
  4859. position: relative;
  4860. padding: 15px;
  4861. }
  4862. .modal-footer {
  4863. padding: 15px;
  4864. text-align: right;
  4865. border-top: 1px solid var(--border-muted);
  4866. }
  4867. .modal-footer .btn + .btn {
  4868. margin-left: 5px;
  4869. margin-bottom: 0;
  4870. }
  4871. .modal-footer .btn-group .btn + .btn {
  4872. margin-left: -1px;
  4873. }
  4874. .modal-footer .btn-block + .btn-block {
  4875. margin-left: 0;
  4876. }
  4877. .modal-scrollbar-measure {
  4878. position: absolute;
  4879. top: -9999px;
  4880. width: 50px;
  4881. height: 50px;
  4882. overflow: scroll;
  4883. }
  4884. @media (min-width: 768px) {
  4885. .modal-dialog {
  4886. width: 600px;
  4887. margin: 30px auto;
  4888. }
  4889. .modal-content {
  4890. -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  4891. box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  4892. }
  4893. .modal-sm {
  4894. width: 300px;
  4895. }
  4896. }
  4897. @media (min-width: 992px) {
  4898. .modal-lg {
  4899. width: 900px;
  4900. }
  4901. }
  4902. .tooltip {
  4903. position: absolute;
  4904. z-index: 1070;
  4905. display: block;
  4906. font-family: -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
  4907. font-style: normal;
  4908. font-weight: normal;
  4909. letter-spacing: normal;
  4910. line-break: auto;
  4911. line-height: 1.42857143;
  4912. text-align: left;
  4913. text-align: start;
  4914. text-decoration: none;
  4915. text-shadow: none;
  4916. text-transform: none;
  4917. white-space: normal;
  4918. word-break: normal;
  4919. word-spacing: normal;
  4920. word-wrap: normal;
  4921. font-size: 12px;
  4922. opacity: 0;
  4923. filter: alpha(opacity=0);
  4924. }
  4925. .tooltip.in {
  4926. opacity: 0.9;
  4927. filter: alpha(opacity=90);
  4928. }
  4929. .tooltip.top {
  4930. margin-top: -3px;
  4931. padding: 5px 0;
  4932. }
  4933. .tooltip.right {
  4934. margin-left: 3px;
  4935. padding: 0 5px;
  4936. }
  4937. .tooltip.bottom {
  4938. margin-top: 3px;
  4939. padding: 5px 0;
  4940. }
  4941. .tooltip.left {
  4942. margin-left: -3px;
  4943. padding: 0 5px;
  4944. }
  4945. .tooltip-inner {
  4946. max-width: 200px;
  4947. padding: 3px 8px;
  4948. color: #fff;
  4949. text-align: center;
  4950. background-color: #000;
  4951. border-radius: 2px;
  4952. }
  4953. .tooltip-arrow {
  4954. position: absolute;
  4955. width: 0;
  4956. height: 0;
  4957. border-color: transparent;
  4958. border-style: solid;
  4959. }
  4960. .tooltip.top .tooltip-arrow {
  4961. bottom: 0;
  4962. left: 50%;
  4963. margin-left: -5px;
  4964. border-width: 5px 5px 0;
  4965. border-top-color: #000;
  4966. }
  4967. .tooltip.top-left .tooltip-arrow {
  4968. bottom: 0;
  4969. right: 5px;
  4970. margin-bottom: -5px;
  4971. border-width: 5px 5px 0;
  4972. border-top-color: #000;
  4973. }
  4974. .tooltip.top-right .tooltip-arrow {
  4975. bottom: 0;
  4976. left: 5px;
  4977. margin-bottom: -5px;
  4978. border-width: 5px 5px 0;
  4979. border-top-color: #000;
  4980. }
  4981. .tooltip.right .tooltip-arrow {
  4982. top: 50%;
  4983. left: 0;
  4984. margin-top: -5px;
  4985. border-width: 5px 5px 5px 0;
  4986. border-right-color: #000;
  4987. }
  4988. .tooltip.left .tooltip-arrow {
  4989. top: 50%;
  4990. right: 0;
  4991. margin-top: -5px;
  4992. border-width: 5px 0 5px 5px;
  4993. border-left-color: #000;
  4994. }
  4995. .tooltip.bottom .tooltip-arrow {
  4996. top: 0;
  4997. left: 50%;
  4998. margin-left: -5px;
  4999. border-width: 0 5px 5px;
  5000. border-bottom-color: #000;
  5001. }
  5002. .tooltip.bottom-left .tooltip-arrow {
  5003. top: 0;
  5004. right: 5px;
  5005. margin-top: -5px;
  5006. border-width: 0 5px 5px;
  5007. border-bottom-color: #000;
  5008. }
  5009. .tooltip.bottom-right .tooltip-arrow {
  5010. top: 0;
  5011. left: 5px;
  5012. margin-top: -5px;
  5013. border-width: 0 5px 5px;
  5014. border-bottom-color: #000;
  5015. }
  5016. .clearfix:before,
  5017. .clearfix:after,
  5018. .dl-horizontal dd:before,
  5019. .dl-horizontal dd:after,
  5020. .container:before,
  5021. .container:after,
  5022. .container-fluid:before,
  5023. .container-fluid:after,
  5024. .row:before,
  5025. .row:after,
  5026. .form-horizontal .form-group:before,
  5027. .form-horizontal .form-group:after,
  5028. .btn-toolbar:before,
  5029. .btn-toolbar:after,
  5030. .btn-group-vertical > .btn-group:before,
  5031. .btn-group-vertical > .btn-group:after,
  5032. .nav:before,
  5033. .nav:after,
  5034. .navbar:before,
  5035. .navbar:after,
  5036. .navbar-header:before,
  5037. .navbar-header:after,
  5038. .navbar-collapse:before,
  5039. .navbar-collapse:after,
  5040. .panel-body:before,
  5041. .panel-body:after,
  5042. .modal-header:before,
  5043. .modal-header:after,
  5044. .modal-footer:before,
  5045. .modal-footer:after {
  5046. content: " ";
  5047. display: table;
  5048. }
  5049. .clearfix:after,
  5050. .dl-horizontal dd:after,
  5051. .container:after,
  5052. .container-fluid:after,
  5053. .row:after,
  5054. .form-horizontal .form-group:after,
  5055. .btn-toolbar:after,
  5056. .btn-group-vertical > .btn-group:after,
  5057. .nav:after,
  5058. .navbar:after,
  5059. .navbar-header:after,
  5060. .navbar-collapse:after,
  5061. .panel-body:after,
  5062. .modal-header:after,
  5063. .modal-footer:after {
  5064. clear: both;
  5065. }
  5066. .center-block {
  5067. display: block;
  5068. margin-left: auto;
  5069. margin-right: auto;
  5070. }
  5071. .pull-right {
  5072. float: right !important;
  5073. }
  5074. .pull-left {
  5075. float: left !important;
  5076. }
  5077. .hide {
  5078. display: none !important;
  5079. }
  5080. .show {
  5081. display: block !important;
  5082. }
  5083. .invisible {
  5084. visibility: hidden;
  5085. }
  5086. .text-hide {
  5087. font: 0/0 a;
  5088. color: transparent;
  5089. text-shadow: none;
  5090. background-color: transparent;
  5091. border: 0;
  5092. }
  5093. .hidden {
  5094. display: none !important;
  5095. }
  5096. .affix {
  5097. position: fixed;
  5098. }
  5099. @-ms-viewport {
  5100. width: device-width;
  5101. }
  5102. .visible-xs,
  5103. .visible-sm,
  5104. .visible-md,
  5105. .visible-lg {
  5106. display: none !important;
  5107. }
  5108. .visible-xs-block,
  5109. .visible-xs-inline,
  5110. .visible-xs-inline-block,
  5111. .visible-sm-block,
  5112. .visible-sm-inline,
  5113. .visible-sm-inline-block,
  5114. .visible-md-block,
  5115. .visible-md-inline,
  5116. .visible-md-inline-block,
  5117. .visible-lg-block,
  5118. .visible-lg-inline,
  5119. .visible-lg-inline-block {
  5120. display: none !important;
  5121. }
  5122. @media (max-width: 767px) {
  5123. .visible-xs {
  5124. display: block !important;
  5125. }
  5126. table.visible-xs {
  5127. display: table !important;
  5128. }
  5129. tr.visible-xs {
  5130. display: table-row !important;
  5131. }
  5132. th.visible-xs,
  5133. td.visible-xs {
  5134. display: table-cell !important;
  5135. }
  5136. }
  5137. @media (max-width: 767px) {
  5138. .visible-xs-block {
  5139. display: block !important;
  5140. }
  5141. }
  5142. @media (max-width: 767px) {
  5143. .visible-xs-inline {
  5144. display: inline !important;
  5145. }
  5146. }
  5147. @media (max-width: 767px) {
  5148. .visible-xs-inline-block {
  5149. display: inline-block !important;
  5150. }
  5151. }
  5152. @media (min-width: 768px) and (max-width: 991px) {
  5153. .visible-sm {
  5154. display: block !important;
  5155. }
  5156. table.visible-sm {
  5157. display: table !important;
  5158. }
  5159. tr.visible-sm {
  5160. display: table-row !important;
  5161. }
  5162. th.visible-sm,
  5163. td.visible-sm {
  5164. display: table-cell !important;
  5165. }
  5166. }
  5167. @media (min-width: 768px) and (max-width: 991px) {
  5168. .visible-sm-block {
  5169. display: block !important;
  5170. }
  5171. }
  5172. @media (min-width: 768px) and (max-width: 991px) {
  5173. .visible-sm-inline {
  5174. display: inline !important;
  5175. }
  5176. }
  5177. @media (min-width: 768px) and (max-width: 991px) {
  5178. .visible-sm-inline-block {
  5179. display: inline-block !important;
  5180. }
  5181. }
  5182. @media (min-width: 992px) and (max-width: 1199px) {
  5183. .visible-md {
  5184. display: block !important;
  5185. }
  5186. table.visible-md {
  5187. display: table !important;
  5188. }
  5189. tr.visible-md {
  5190. display: table-row !important;
  5191. }
  5192. th.visible-md,
  5193. td.visible-md {
  5194. display: table-cell !important;
  5195. }
  5196. }
  5197. @media (min-width: 992px) and (max-width: 1199px) {
  5198. .visible-md-block {
  5199. display: block !important;
  5200. }
  5201. }
  5202. @media (min-width: 992px) and (max-width: 1199px) {
  5203. .visible-md-inline {
  5204. display: inline !important;
  5205. }
  5206. }
  5207. @media (min-width: 992px) and (max-width: 1199px) {
  5208. .visible-md-inline-block {
  5209. display: inline-block !important;
  5210. }
  5211. }
  5212. @media (min-width: 1200px) {
  5213. .visible-lg {
  5214. display: block !important;
  5215. }
  5216. table.visible-lg {
  5217. display: table !important;
  5218. }
  5219. tr.visible-lg {
  5220. display: table-row !important;
  5221. }
  5222. th.visible-lg,
  5223. td.visible-lg {
  5224. display: table-cell !important;
  5225. }
  5226. }
  5227. @media (min-width: 1200px) {
  5228. .visible-lg-block {
  5229. display: block !important;
  5230. }
  5231. }
  5232. @media (min-width: 1200px) {
  5233. .visible-lg-inline {
  5234. display: inline !important;
  5235. }
  5236. }
  5237. @media (min-width: 1200px) {
  5238. .visible-lg-inline-block {
  5239. display: inline-block !important;
  5240. }
  5241. }
  5242. @media (max-width: 767px) {
  5243. .hidden-xs {
  5244. display: none !important;
  5245. }
  5246. }
  5247. @media (min-width: 768px) and (max-width: 991px) {
  5248. .hidden-sm {
  5249. display: none !important;
  5250. }
  5251. }
  5252. @media (min-width: 992px) and (max-width: 1199px) {
  5253. .hidden-md {
  5254. display: none !important;
  5255. }
  5256. }
  5257. @media (min-width: 1200px) {
  5258. .hidden-lg {
  5259. display: none !important;
  5260. }
  5261. }
  5262. .visible-print {
  5263. display: none !important;
  5264. }
  5265. @media print {
  5266. .visible-print {
  5267. display: block !important;
  5268. }
  5269. table.visible-print {
  5270. display: table !important;
  5271. }
  5272. tr.visible-print {
  5273. display: table-row !important;
  5274. }
  5275. th.visible-print,
  5276. td.visible-print {
  5277. display: table-cell !important;
  5278. }
  5279. }
  5280. .visible-print-block {
  5281. display: none !important;
  5282. }
  5283. @media print {
  5284. .visible-print-block {
  5285. display: block !important;
  5286. }
  5287. }
  5288. .visible-print-inline {
  5289. display: none !important;
  5290. }
  5291. @media print {
  5292. .visible-print-inline {
  5293. display: inline !important;
  5294. }
  5295. }
  5296. .visible-print-inline-block {
  5297. display: none !important;
  5298. }
  5299. @media print {
  5300. .visible-print-inline-block {
  5301. display: inline-block !important;
  5302. }
  5303. }
  5304. @media print {
  5305. .hidden-print {
  5306. display: none !important;
  5307. }
  5308. }