/css/bootstrap.css

https://bitbucket.org/denissilva/cgpdi_admin · CSS · 8975 lines · 7936 code · 1032 blank · 7 comment · 0 complexity · d59729439a203fc474f5677b8d18d8bb MD5 · raw file

Large files are truncated click here to view the full file

  1. /*!
  2. * Bootstrap v4.0.0 (https://getbootstrap.com)
  3. * Copyright 2011-2018 The Bootstrap Authors
  4. * Copyright 2011-2018 Twitter, Inc.
  5. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  6. */
  7. :root {
  8. --blue: #007bff;
  9. --indigo: #6610f2;
  10. --purple: #6f42c1;
  11. --pink: #e83e8c;
  12. --red: #dc3545;
  13. --orange: #fd7e14;
  14. --yellow: #ffc107;
  15. --green: #28a745;
  16. --teal: #20c997;
  17. --cyan: #17a2b8;
  18. --white: #fff;
  19. --gray: #6c757d;
  20. --gray-dark: #343a40;
  21. --primary: #007bff;
  22. --secondary: #6c757d;
  23. --success: #28a745;
  24. --info: #17a2b8;
  25. --warning: #ffc107;
  26. --danger: #dc3545;
  27. --light: #f8f9fa;
  28. --dark: #343a40;
  29. --breakpoint-xs: 0;
  30. --breakpoint-sm: 576px;
  31. --breakpoint-md: 768px;
  32. --breakpoint-lg: 992px;
  33. --breakpoint-xl: 1200px;
  34. --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  35. --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  36. }
  37. *,
  38. *::before,
  39. *::after {
  40. box-sizing: border-box;
  41. }
  42. html {
  43. font-family: sans-serif;
  44. line-height: 1.15;
  45. -webkit-text-size-adjust: 100%;
  46. -ms-text-size-adjust: 100%;
  47. -ms-overflow-style: scrollbar;
  48. -webkit-tap-highlight-color: transparent;
  49. }
  50. @-ms-viewport {
  51. width: device-width;
  52. }
  53. article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  54. display: block;
  55. }
  56. body {
  57. margin: 0;
  58. font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  59. font-size: 1rem;
  60. font-weight: 400;
  61. line-height: 1.5;
  62. color: #212529;
  63. text-align: left;
  64. background-color: #fff;
  65. }
  66. [tabindex="-1"]:focus {
  67. outline: 0 !important;
  68. }
  69. hr {
  70. box-sizing: content-box;
  71. height: 0;
  72. overflow: visible;
  73. }
  74. h1, h2, h3, h4, h5, h6 {
  75. margin-top: 0;
  76. margin-bottom: 0.5rem;
  77. }
  78. p {
  79. margin-top: 0;
  80. margin-bottom: 1rem;
  81. }
  82. abbr[title],
  83. abbr[data-original-title] {
  84. text-decoration: underline;
  85. -webkit-text-decoration: underline dotted;
  86. text-decoration: underline dotted;
  87. cursor: help;
  88. border-bottom: 0;
  89. }
  90. address {
  91. margin-bottom: 1rem;
  92. font-style: normal;
  93. line-height: inherit;
  94. }
  95. ol,
  96. ul,
  97. dl {
  98. margin-top: 0;
  99. margin-bottom: 1rem;
  100. }
  101. ol ol,
  102. ul ul,
  103. ol ul,
  104. ul ol {
  105. margin-bottom: 0;
  106. }
  107. dt {
  108. font-weight: 700;
  109. }
  110. dd {
  111. margin-bottom: .5rem;
  112. margin-left: 0;
  113. }
  114. blockquote {
  115. margin: 0 0 1rem;
  116. }
  117. dfn {
  118. font-style: italic;
  119. }
  120. b,
  121. strong {
  122. font-weight: bolder;
  123. }
  124. small {
  125. font-size: 80%;
  126. }
  127. sub,
  128. sup {
  129. position: relative;
  130. font-size: 75%;
  131. line-height: 0;
  132. vertical-align: baseline;
  133. }
  134. sub {
  135. bottom: -.25em;
  136. }
  137. sup {
  138. top: -.5em;
  139. }
  140. a {
  141. color: #007bff;
  142. text-decoration: none;
  143. background-color: transparent;
  144. -webkit-text-decoration-skip: objects;
  145. }
  146. a:hover {
  147. color: #0056b3;
  148. text-decoration: underline;
  149. }
  150. a:not([href]):not([tabindex]) {
  151. color: inherit;
  152. text-decoration: none;
  153. }
  154. a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  155. color: inherit;
  156. text-decoration: none;
  157. }
  158. a:not([href]):not([tabindex]):focus {
  159. outline: 0;
  160. }
  161. pre,
  162. code,
  163. kbd,
  164. samp {
  165. font-family: monospace, monospace;
  166. font-size: 1em;
  167. }
  168. pre {
  169. margin-top: 0;
  170. margin-bottom: 1rem;
  171. overflow: auto;
  172. -ms-overflow-style: scrollbar;
  173. }
  174. figure {
  175. margin: 0 0 1rem;
  176. }
  177. img {
  178. vertical-align: middle;
  179. border-style: none;
  180. }
  181. svg:not(:root) {
  182. overflow: hidden;
  183. }
  184. table {
  185. border-collapse: collapse;
  186. }
  187. caption {
  188. padding-top: 0.75rem;
  189. padding-bottom: 0.75rem;
  190. color: #6c757d;
  191. text-align: left;
  192. caption-side: bottom;
  193. }
  194. th {
  195. text-align: inherit;
  196. }
  197. label {
  198. display: inline-block;
  199. margin-bottom: .5rem;
  200. }
  201. button {
  202. border-radius: 0;
  203. }
  204. button:focus {
  205. outline: 1px dotted;
  206. outline: 5px auto -webkit-focus-ring-color;
  207. }
  208. input,
  209. button,
  210. select,
  211. optgroup,
  212. textarea {
  213. margin: 0;
  214. font-family: inherit;
  215. font-size: inherit;
  216. line-height: inherit;
  217. }
  218. button,
  219. input {
  220. overflow: visible;
  221. }
  222. button,
  223. select {
  224. text-transform: none;
  225. }
  226. button,
  227. html [type="button"],
  228. [type="reset"],
  229. [type="submit"] {
  230. -webkit-appearance: button;
  231. }
  232. button::-moz-focus-inner,
  233. [type="button"]::-moz-focus-inner,
  234. [type="reset"]::-moz-focus-inner,
  235. [type="submit"]::-moz-focus-inner {
  236. padding: 0;
  237. border-style: none;
  238. }
  239. input[type="radio"],
  240. input[type="checkbox"] {
  241. box-sizing: border-box;
  242. padding: 0;
  243. }
  244. input[type="date"],
  245. input[type="time"],
  246. input[type="datetime-local"],
  247. input[type="month"] {
  248. -webkit-appearance: listbox;
  249. }
  250. textarea {
  251. overflow: auto;
  252. resize: vertical;
  253. }
  254. fieldset {
  255. min-width: 0;
  256. padding: 0;
  257. margin: 0;
  258. border: 0;
  259. }
  260. legend {
  261. display: block;
  262. width: 100%;
  263. max-width: 100%;
  264. padding: 0;
  265. margin-bottom: .5rem;
  266. font-size: 1.5rem;
  267. line-height: inherit;
  268. color: inherit;
  269. white-space: normal;
  270. }
  271. progress {
  272. vertical-align: baseline;
  273. }
  274. [type="number"]::-webkit-inner-spin-button,
  275. [type="number"]::-webkit-outer-spin-button {
  276. height: auto;
  277. }
  278. [type="search"] {
  279. outline-offset: -2px;
  280. -webkit-appearance: none;
  281. }
  282. [type="search"]::-webkit-search-cancel-button,
  283. [type="search"]::-webkit-search-decoration {
  284. -webkit-appearance: none;
  285. }
  286. ::-webkit-file-upload-button {
  287. font: inherit;
  288. -webkit-appearance: button;
  289. }
  290. output {
  291. display: inline-block;
  292. }
  293. summary {
  294. display: list-item;
  295. cursor: pointer;
  296. }
  297. template {
  298. display: none;
  299. }
  300. [hidden] {
  301. display: none !important;
  302. }
  303. h1, h2, h3, h4, h5, h6,
  304. .h1, .h2, .h3, .h4, .h5, .h6 {
  305. margin-bottom: 0.5rem;
  306. font-family: inherit;
  307. font-weight: 500;
  308. line-height: 1.2;
  309. color: inherit;
  310. }
  311. h1, .h1 {
  312. font-size: 2.5rem;
  313. }
  314. h2, .h2 {
  315. font-size: 2rem;
  316. }
  317. h3, .h3 {
  318. font-size: 1.75rem;
  319. }
  320. h4, .h4 {
  321. font-size: 1.5rem;
  322. }
  323. h5, .h5 {
  324. font-size: 1.25rem;
  325. }
  326. h6, .h6 {
  327. font-size: 1rem;
  328. }
  329. .lead {
  330. font-size: 1.25rem;
  331. font-weight: 300;
  332. }
  333. .display-1 {
  334. font-size: 6rem;
  335. font-weight: 300;
  336. line-height: 1.2;
  337. }
  338. .display-2 {
  339. font-size: 5.5rem;
  340. font-weight: 300;
  341. line-height: 1.2;
  342. }
  343. .display-3 {
  344. font-size: 4.5rem;
  345. font-weight: 300;
  346. line-height: 1.2;
  347. }
  348. .display-4 {
  349. font-size: 3.5rem;
  350. font-weight: 300;
  351. line-height: 1.2;
  352. }
  353. hr {
  354. margin-top: 1rem;
  355. margin-bottom: 1rem;
  356. border: 0;
  357. border-top: 1px solid rgba(0, 0, 0, 0.1);
  358. }
  359. small,
  360. .small {
  361. font-size: 80%;
  362. font-weight: 400;
  363. }
  364. mark,
  365. .mark {
  366. padding: 0.2em;
  367. background-color: #fcf8e3;
  368. }
  369. .list-unstyled {
  370. padding-left: 0;
  371. list-style: none;
  372. }
  373. .list-inline {
  374. padding-left: 0;
  375. list-style: none;
  376. }
  377. .list-inline-item {
  378. display: inline-block;
  379. }
  380. .list-inline-item:not(:last-child) {
  381. margin-right: 0.5rem;
  382. }
  383. .initialism {
  384. font-size: 90%;
  385. text-transform: uppercase;
  386. }
  387. .blockquote {
  388. margin-bottom: 1rem;
  389. font-size: 1.25rem;
  390. }
  391. .blockquote-footer {
  392. display: block;
  393. font-size: 80%;
  394. color: #6c757d;
  395. }
  396. .blockquote-footer::before {
  397. content: "\2014 \00A0";
  398. }
  399. .img-fluid {
  400. max-width: 100%;
  401. height: auto;
  402. }
  403. .img-thumbnail {
  404. padding: 0.25rem;
  405. background-color: #fff;
  406. border: 1px solid #dee2e6;
  407. border-radius: 0.25rem;
  408. max-width: 100%;
  409. height: auto;
  410. }
  411. .figure {
  412. display: inline-block;
  413. }
  414. .figure-img {
  415. margin-bottom: 0.5rem;
  416. line-height: 1;
  417. }
  418. .figure-caption {
  419. font-size: 90%;
  420. color: #6c757d;
  421. }
  422. code,
  423. kbd,
  424. pre,
  425. samp {
  426. font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  427. }
  428. code {
  429. font-size: 87.5%;
  430. color: #e83e8c;
  431. word-break: break-word;
  432. }
  433. a > code {
  434. color: inherit;
  435. }
  436. kbd {
  437. padding: 0.2rem 0.4rem;
  438. font-size: 87.5%;
  439. color: #fff;
  440. background-color: #212529;
  441. border-radius: 0.2rem;
  442. }
  443. kbd kbd {
  444. padding: 0;
  445. font-size: 100%;
  446. font-weight: 700;
  447. }
  448. pre {
  449. display: block;
  450. font-size: 87.5%;
  451. color: #212529;
  452. }
  453. pre code {
  454. font-size: inherit;
  455. color: inherit;
  456. word-break: normal;
  457. }
  458. .pre-scrollable {
  459. max-height: 340px;
  460. overflow-y: scroll;
  461. }
  462. .container {
  463. width: 100%;
  464. padding-right: 15px;
  465. padding-left: 15px;
  466. margin-right: auto;
  467. margin-left: auto;
  468. }
  469. @media (min-width: 576px) {
  470. .container {
  471. max-width: 540px;
  472. }
  473. }
  474. @media (min-width: 768px) {
  475. .container {
  476. max-width: 720px;
  477. }
  478. }
  479. @media (min-width: 992px) {
  480. .container {
  481. max-width: 960px;
  482. }
  483. }
  484. @media (min-width: 1200px) {
  485. .container {
  486. max-width: 1140px;
  487. }
  488. }
  489. .container-fluid {
  490. width: 100%;
  491. padding-right: 15px;
  492. padding-left: 15px;
  493. margin-right: auto;
  494. margin-left: auto;
  495. }
  496. .row {
  497. display: -webkit-box;
  498. display: -ms-flexbox;
  499. display: flex;
  500. -ms-flex-wrap: wrap;
  501. flex-wrap: wrap;
  502. margin-right: -15px;
  503. margin-left: -15px;
  504. }
  505. .no-gutters {
  506. margin-right: 0;
  507. margin-left: 0;
  508. }
  509. .no-gutters > .col,
  510. .no-gutters > [class*="col-"] {
  511. padding-right: 0;
  512. padding-left: 0;
  513. }
  514. .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  515. .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  516. .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  517. .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  518. .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  519. .col-xl-auto {
  520. position: relative;
  521. width: 100%;
  522. min-height: 1px;
  523. padding-right: 15px;
  524. padding-left: 15px;
  525. }
  526. .col {
  527. -ms-flex-preferred-size: 0;
  528. flex-basis: 0;
  529. -webkit-box-flex: 1;
  530. -ms-flex-positive: 1;
  531. flex-grow: 1;
  532. max-width: 100%;
  533. }
  534. .col-auto {
  535. -webkit-box-flex: 0;
  536. -ms-flex: 0 0 auto;
  537. flex: 0 0 auto;
  538. width: auto;
  539. max-width: none;
  540. }
  541. .col-1 {
  542. -webkit-box-flex: 0;
  543. -ms-flex: 0 0 8.333333%;
  544. flex: 0 0 8.333333%;
  545. max-width: 8.333333%;
  546. }
  547. .col-2 {
  548. -webkit-box-flex: 0;
  549. -ms-flex: 0 0 16.666667%;
  550. flex: 0 0 16.666667%;
  551. max-width: 16.666667%;
  552. }
  553. .col-3 {
  554. -webkit-box-flex: 0;
  555. -ms-flex: 0 0 25%;
  556. flex: 0 0 25%;
  557. max-width: 25%;
  558. }
  559. .col-4 {
  560. -webkit-box-flex: 0;
  561. -ms-flex: 0 0 33.333333%;
  562. flex: 0 0 33.333333%;
  563. max-width: 33.333333%;
  564. }
  565. .col-5 {
  566. -webkit-box-flex: 0;
  567. -ms-flex: 0 0 41.666667%;
  568. flex: 0 0 41.666667%;
  569. max-width: 41.666667%;
  570. }
  571. .col-6 {
  572. -webkit-box-flex: 0;
  573. -ms-flex: 0 0 50%;
  574. flex: 0 0 50%;
  575. max-width: 50%;
  576. }
  577. .col-7 {
  578. -webkit-box-flex: 0;
  579. -ms-flex: 0 0 58.333333%;
  580. flex: 0 0 58.333333%;
  581. max-width: 58.333333%;
  582. }
  583. .col-8 {
  584. -webkit-box-flex: 0;
  585. -ms-flex: 0 0 66.666667%;
  586. flex: 0 0 66.666667%;
  587. max-width: 66.666667%;
  588. }
  589. .col-9 {
  590. -webkit-box-flex: 0;
  591. -ms-flex: 0 0 75%;
  592. flex: 0 0 75%;
  593. max-width: 75%;
  594. }
  595. .col-10 {
  596. -webkit-box-flex: 0;
  597. -ms-flex: 0 0 83.333333%;
  598. flex: 0 0 83.333333%;
  599. max-width: 83.333333%;
  600. }
  601. .col-11 {
  602. -webkit-box-flex: 0;
  603. -ms-flex: 0 0 91.666667%;
  604. flex: 0 0 91.666667%;
  605. max-width: 91.666667%;
  606. }
  607. .col-12 {
  608. -webkit-box-flex: 0;
  609. -ms-flex: 0 0 100%;
  610. flex: 0 0 100%;
  611. max-width: 100%;
  612. }
  613. .order-first {
  614. -webkit-box-ordinal-group: 0;
  615. -ms-flex-order: -1;
  616. order: -1;
  617. }
  618. .order-last {
  619. -webkit-box-ordinal-group: 14;
  620. -ms-flex-order: 13;
  621. order: 13;
  622. }
  623. .order-0 {
  624. -webkit-box-ordinal-group: 1;
  625. -ms-flex-order: 0;
  626. order: 0;
  627. }
  628. .order-1 {
  629. -webkit-box-ordinal-group: 2;
  630. -ms-flex-order: 1;
  631. order: 1;
  632. }
  633. .order-2 {
  634. -webkit-box-ordinal-group: 3;
  635. -ms-flex-order: 2;
  636. order: 2;
  637. }
  638. .order-3 {
  639. -webkit-box-ordinal-group: 4;
  640. -ms-flex-order: 3;
  641. order: 3;
  642. }
  643. .order-4 {
  644. -webkit-box-ordinal-group: 5;
  645. -ms-flex-order: 4;
  646. order: 4;
  647. }
  648. .order-5 {
  649. -webkit-box-ordinal-group: 6;
  650. -ms-flex-order: 5;
  651. order: 5;
  652. }
  653. .order-6 {
  654. -webkit-box-ordinal-group: 7;
  655. -ms-flex-order: 6;
  656. order: 6;
  657. }
  658. .order-7 {
  659. -webkit-box-ordinal-group: 8;
  660. -ms-flex-order: 7;
  661. order: 7;
  662. }
  663. .order-8 {
  664. -webkit-box-ordinal-group: 9;
  665. -ms-flex-order: 8;
  666. order: 8;
  667. }
  668. .order-9 {
  669. -webkit-box-ordinal-group: 10;
  670. -ms-flex-order: 9;
  671. order: 9;
  672. }
  673. .order-10 {
  674. -webkit-box-ordinal-group: 11;
  675. -ms-flex-order: 10;
  676. order: 10;
  677. }
  678. .order-11 {
  679. -webkit-box-ordinal-group: 12;
  680. -ms-flex-order: 11;
  681. order: 11;
  682. }
  683. .order-12 {
  684. -webkit-box-ordinal-group: 13;
  685. -ms-flex-order: 12;
  686. order: 12;
  687. }
  688. .offset-1 {
  689. margin-left: 8.333333%;
  690. }
  691. .offset-2 {
  692. margin-left: 16.666667%;
  693. }
  694. .offset-3 {
  695. margin-left: 25%;
  696. }
  697. .offset-4 {
  698. margin-left: 33.333333%;
  699. }
  700. .offset-5 {
  701. margin-left: 41.666667%;
  702. }
  703. .offset-6 {
  704. margin-left: 50%;
  705. }
  706. .offset-7 {
  707. margin-left: 58.333333%;
  708. }
  709. .offset-8 {
  710. margin-left: 66.666667%;
  711. }
  712. .offset-9 {
  713. margin-left: 75%;
  714. }
  715. .offset-10 {
  716. margin-left: 83.333333%;
  717. }
  718. .offset-11 {
  719. margin-left: 91.666667%;
  720. }
  721. @media (min-width: 576px) {
  722. .col-sm {
  723. -ms-flex-preferred-size: 0;
  724. flex-basis: 0;
  725. -webkit-box-flex: 1;
  726. -ms-flex-positive: 1;
  727. flex-grow: 1;
  728. max-width: 100%;
  729. }
  730. .col-sm-auto {
  731. -webkit-box-flex: 0;
  732. -ms-flex: 0 0 auto;
  733. flex: 0 0 auto;
  734. width: auto;
  735. max-width: none;
  736. }
  737. .col-sm-1 {
  738. -webkit-box-flex: 0;
  739. -ms-flex: 0 0 8.333333%;
  740. flex: 0 0 8.333333%;
  741. max-width: 8.333333%;
  742. }
  743. .col-sm-2 {
  744. -webkit-box-flex: 0;
  745. -ms-flex: 0 0 16.666667%;
  746. flex: 0 0 16.666667%;
  747. max-width: 16.666667%;
  748. }
  749. .col-sm-3 {
  750. -webkit-box-flex: 0;
  751. -ms-flex: 0 0 25%;
  752. flex: 0 0 25%;
  753. max-width: 25%;
  754. }
  755. .col-sm-4 {
  756. -webkit-box-flex: 0;
  757. -ms-flex: 0 0 33.333333%;
  758. flex: 0 0 33.333333%;
  759. max-width: 33.333333%;
  760. }
  761. .col-sm-5 {
  762. -webkit-box-flex: 0;
  763. -ms-flex: 0 0 41.666667%;
  764. flex: 0 0 41.666667%;
  765. max-width: 41.666667%;
  766. }
  767. .col-sm-6 {
  768. -webkit-box-flex: 0;
  769. -ms-flex: 0 0 50%;
  770. flex: 0 0 50%;
  771. max-width: 50%;
  772. }
  773. .col-sm-7 {
  774. -webkit-box-flex: 0;
  775. -ms-flex: 0 0 58.333333%;
  776. flex: 0 0 58.333333%;
  777. max-width: 58.333333%;
  778. }
  779. .col-sm-8 {
  780. -webkit-box-flex: 0;
  781. -ms-flex: 0 0 66.666667%;
  782. flex: 0 0 66.666667%;
  783. max-width: 66.666667%;
  784. }
  785. .col-sm-9 {
  786. -webkit-box-flex: 0;
  787. -ms-flex: 0 0 75%;
  788. flex: 0 0 75%;
  789. max-width: 75%;
  790. }
  791. .col-sm-10 {
  792. -webkit-box-flex: 0;
  793. -ms-flex: 0 0 83.333333%;
  794. flex: 0 0 83.333333%;
  795. max-width: 83.333333%;
  796. }
  797. .col-sm-11 {
  798. -webkit-box-flex: 0;
  799. -ms-flex: 0 0 91.666667%;
  800. flex: 0 0 91.666667%;
  801. max-width: 91.666667%;
  802. }
  803. .col-sm-12 {
  804. -webkit-box-flex: 0;
  805. -ms-flex: 0 0 100%;
  806. flex: 0 0 100%;
  807. max-width: 100%;
  808. }
  809. .order-sm-first {
  810. -webkit-box-ordinal-group: 0;
  811. -ms-flex-order: -1;
  812. order: -1;
  813. }
  814. .order-sm-last {
  815. -webkit-box-ordinal-group: 14;
  816. -ms-flex-order: 13;
  817. order: 13;
  818. }
  819. .order-sm-0 {
  820. -webkit-box-ordinal-group: 1;
  821. -ms-flex-order: 0;
  822. order: 0;
  823. }
  824. .order-sm-1 {
  825. -webkit-box-ordinal-group: 2;
  826. -ms-flex-order: 1;
  827. order: 1;
  828. }
  829. .order-sm-2 {
  830. -webkit-box-ordinal-group: 3;
  831. -ms-flex-order: 2;
  832. order: 2;
  833. }
  834. .order-sm-3 {
  835. -webkit-box-ordinal-group: 4;
  836. -ms-flex-order: 3;
  837. order: 3;
  838. }
  839. .order-sm-4 {
  840. -webkit-box-ordinal-group: 5;
  841. -ms-flex-order: 4;
  842. order: 4;
  843. }
  844. .order-sm-5 {
  845. -webkit-box-ordinal-group: 6;
  846. -ms-flex-order: 5;
  847. order: 5;
  848. }
  849. .order-sm-6 {
  850. -webkit-box-ordinal-group: 7;
  851. -ms-flex-order: 6;
  852. order: 6;
  853. }
  854. .order-sm-7 {
  855. -webkit-box-ordinal-group: 8;
  856. -ms-flex-order: 7;
  857. order: 7;
  858. }
  859. .order-sm-8 {
  860. -webkit-box-ordinal-group: 9;
  861. -ms-flex-order: 8;
  862. order: 8;
  863. }
  864. .order-sm-9 {
  865. -webkit-box-ordinal-group: 10;
  866. -ms-flex-order: 9;
  867. order: 9;
  868. }
  869. .order-sm-10 {
  870. -webkit-box-ordinal-group: 11;
  871. -ms-flex-order: 10;
  872. order: 10;
  873. }
  874. .order-sm-11 {
  875. -webkit-box-ordinal-group: 12;
  876. -ms-flex-order: 11;
  877. order: 11;
  878. }
  879. .order-sm-12 {
  880. -webkit-box-ordinal-group: 13;
  881. -ms-flex-order: 12;
  882. order: 12;
  883. }
  884. .offset-sm-0 {
  885. margin-left: 0;
  886. }
  887. .offset-sm-1 {
  888. margin-left: 8.333333%;
  889. }
  890. .offset-sm-2 {
  891. margin-left: 16.666667%;
  892. }
  893. .offset-sm-3 {
  894. margin-left: 25%;
  895. }
  896. .offset-sm-4 {
  897. margin-left: 33.333333%;
  898. }
  899. .offset-sm-5 {
  900. margin-left: 41.666667%;
  901. }
  902. .offset-sm-6 {
  903. margin-left: 50%;
  904. }
  905. .offset-sm-7 {
  906. margin-left: 58.333333%;
  907. }
  908. .offset-sm-8 {
  909. margin-left: 66.666667%;
  910. }
  911. .offset-sm-9 {
  912. margin-left: 75%;
  913. }
  914. .offset-sm-10 {
  915. margin-left: 83.333333%;
  916. }
  917. .offset-sm-11 {
  918. margin-left: 91.666667%;
  919. }
  920. }
  921. @media (min-width: 768px) {
  922. .col-md {
  923. -ms-flex-preferred-size: 0;
  924. flex-basis: 0;
  925. -webkit-box-flex: 1;
  926. -ms-flex-positive: 1;
  927. flex-grow: 1;
  928. max-width: 100%;
  929. }
  930. .col-md-auto {
  931. -webkit-box-flex: 0;
  932. -ms-flex: 0 0 auto;
  933. flex: 0 0 auto;
  934. width: auto;
  935. max-width: none;
  936. }
  937. .col-md-1 {
  938. -webkit-box-flex: 0;
  939. -ms-flex: 0 0 8.333333%;
  940. flex: 0 0 8.333333%;
  941. max-width: 8.333333%;
  942. }
  943. .col-md-2 {
  944. -webkit-box-flex: 0;
  945. -ms-flex: 0 0 16.666667%;
  946. flex: 0 0 16.666667%;
  947. max-width: 16.666667%;
  948. }
  949. .col-md-3 {
  950. -webkit-box-flex: 0;
  951. -ms-flex: 0 0 25%;
  952. flex: 0 0 25%;
  953. max-width: 25%;
  954. }
  955. .col-md-4 {
  956. -webkit-box-flex: 0;
  957. -ms-flex: 0 0 33.333333%;
  958. flex: 0 0 33.333333%;
  959. max-width: 33.333333%;
  960. }
  961. .col-md-5 {
  962. -webkit-box-flex: 0;
  963. -ms-flex: 0 0 41.666667%;
  964. flex: 0 0 41.666667%;
  965. max-width: 41.666667%;
  966. }
  967. .col-md-6 {
  968. -webkit-box-flex: 0;
  969. -ms-flex: 0 0 50%;
  970. flex: 0 0 50%;
  971. max-width: 50%;
  972. }
  973. .col-md-7 {
  974. -webkit-box-flex: 0;
  975. -ms-flex: 0 0 58.333333%;
  976. flex: 0 0 58.333333%;
  977. max-width: 58.333333%;
  978. }
  979. .col-md-8 {
  980. -webkit-box-flex: 0;
  981. -ms-flex: 0 0 66.666667%;
  982. flex: 0 0 66.666667%;
  983. max-width: 66.666667%;
  984. }
  985. .col-md-9 {
  986. -webkit-box-flex: 0;
  987. -ms-flex: 0 0 75%;
  988. flex: 0 0 75%;
  989. max-width: 75%;
  990. }
  991. .col-md-10 {
  992. -webkit-box-flex: 0;
  993. -ms-flex: 0 0 83.333333%;
  994. flex: 0 0 83.333333%;
  995. max-width: 83.333333%;
  996. }
  997. .col-md-11 {
  998. -webkit-box-flex: 0;
  999. -ms-flex: 0 0 91.666667%;
  1000. flex: 0 0 91.666667%;
  1001. max-width: 91.666667%;
  1002. }
  1003. .col-md-12 {
  1004. -webkit-box-flex: 0;
  1005. -ms-flex: 0 0 100%;
  1006. flex: 0 0 100%;
  1007. max-width: 100%;
  1008. }
  1009. .order-md-first {
  1010. -webkit-box-ordinal-group: 0;
  1011. -ms-flex-order: -1;
  1012. order: -1;
  1013. }
  1014. .order-md-last {
  1015. -webkit-box-ordinal-group: 14;
  1016. -ms-flex-order: 13;
  1017. order: 13;
  1018. }
  1019. .order-md-0 {
  1020. -webkit-box-ordinal-group: 1;
  1021. -ms-flex-order: 0;
  1022. order: 0;
  1023. }
  1024. .order-md-1 {
  1025. -webkit-box-ordinal-group: 2;
  1026. -ms-flex-order: 1;
  1027. order: 1;
  1028. }
  1029. .order-md-2 {
  1030. -webkit-box-ordinal-group: 3;
  1031. -ms-flex-order: 2;
  1032. order: 2;
  1033. }
  1034. .order-md-3 {
  1035. -webkit-box-ordinal-group: 4;
  1036. -ms-flex-order: 3;
  1037. order: 3;
  1038. }
  1039. .order-md-4 {
  1040. -webkit-box-ordinal-group: 5;
  1041. -ms-flex-order: 4;
  1042. order: 4;
  1043. }
  1044. .order-md-5 {
  1045. -webkit-box-ordinal-group: 6;
  1046. -ms-flex-order: 5;
  1047. order: 5;
  1048. }
  1049. .order-md-6 {
  1050. -webkit-box-ordinal-group: 7;
  1051. -ms-flex-order: 6;
  1052. order: 6;
  1053. }
  1054. .order-md-7 {
  1055. -webkit-box-ordinal-group: 8;
  1056. -ms-flex-order: 7;
  1057. order: 7;
  1058. }
  1059. .order-md-8 {
  1060. -webkit-box-ordinal-group: 9;
  1061. -ms-flex-order: 8;
  1062. order: 8;
  1063. }
  1064. .order-md-9 {
  1065. -webkit-box-ordinal-group: 10;
  1066. -ms-flex-order: 9;
  1067. order: 9;
  1068. }
  1069. .order-md-10 {
  1070. -webkit-box-ordinal-group: 11;
  1071. -ms-flex-order: 10;
  1072. order: 10;
  1073. }
  1074. .order-md-11 {
  1075. -webkit-box-ordinal-group: 12;
  1076. -ms-flex-order: 11;
  1077. order: 11;
  1078. }
  1079. .order-md-12 {
  1080. -webkit-box-ordinal-group: 13;
  1081. -ms-flex-order: 12;
  1082. order: 12;
  1083. }
  1084. .offset-md-0 {
  1085. margin-left: 0;
  1086. }
  1087. .offset-md-1 {
  1088. margin-left: 8.333333%;
  1089. }
  1090. .offset-md-2 {
  1091. margin-left: 16.666667%;
  1092. }
  1093. .offset-md-3 {
  1094. margin-left: 25%;
  1095. }
  1096. .offset-md-4 {
  1097. margin-left: 33.333333%;
  1098. }
  1099. .offset-md-5 {
  1100. margin-left: 41.666667%;
  1101. }
  1102. .offset-md-6 {
  1103. margin-left: 50%;
  1104. }
  1105. .offset-md-7 {
  1106. margin-left: 58.333333%;
  1107. }
  1108. .offset-md-8 {
  1109. margin-left: 66.666667%;
  1110. }
  1111. .offset-md-9 {
  1112. margin-left: 75%;
  1113. }
  1114. .offset-md-10 {
  1115. margin-left: 83.333333%;
  1116. }
  1117. .offset-md-11 {
  1118. margin-left: 91.666667%;
  1119. }
  1120. }
  1121. @media (min-width: 992px) {
  1122. .col-lg {
  1123. -ms-flex-preferred-size: 0;
  1124. flex-basis: 0;
  1125. -webkit-box-flex: 1;
  1126. -ms-flex-positive: 1;
  1127. flex-grow: 1;
  1128. max-width: 100%;
  1129. }
  1130. .col-lg-auto {
  1131. -webkit-box-flex: 0;
  1132. -ms-flex: 0 0 auto;
  1133. flex: 0 0 auto;
  1134. width: auto;
  1135. max-width: none;
  1136. }
  1137. .col-lg-1 {
  1138. -webkit-box-flex: 0;
  1139. -ms-flex: 0 0 8.333333%;
  1140. flex: 0 0 8.333333%;
  1141. max-width: 8.333333%;
  1142. }
  1143. .col-lg-2 {
  1144. -webkit-box-flex: 0;
  1145. -ms-flex: 0 0 16.666667%;
  1146. flex: 0 0 16.666667%;
  1147. max-width: 16.666667%;
  1148. }
  1149. .col-lg-3 {
  1150. -webkit-box-flex: 0;
  1151. -ms-flex: 0 0 25%;
  1152. flex: 0 0 25%;
  1153. max-width: 25%;
  1154. }
  1155. .col-lg-4 {
  1156. -webkit-box-flex: 0;
  1157. -ms-flex: 0 0 33.333333%;
  1158. flex: 0 0 33.333333%;
  1159. max-width: 33.333333%;
  1160. }
  1161. .col-lg-5 {
  1162. -webkit-box-flex: 0;
  1163. -ms-flex: 0 0 41.666667%;
  1164. flex: 0 0 41.666667%;
  1165. max-width: 41.666667%;
  1166. }
  1167. .col-lg-6 {
  1168. -webkit-box-flex: 0;
  1169. -ms-flex: 0 0 50%;
  1170. flex: 0 0 50%;
  1171. max-width: 50%;
  1172. }
  1173. .col-lg-7 {
  1174. -webkit-box-flex: 0;
  1175. -ms-flex: 0 0 58.333333%;
  1176. flex: 0 0 58.333333%;
  1177. max-width: 58.333333%;
  1178. }
  1179. .col-lg-8 {
  1180. -webkit-box-flex: 0;
  1181. -ms-flex: 0 0 66.666667%;
  1182. flex: 0 0 66.666667%;
  1183. max-width: 66.666667%;
  1184. }
  1185. .col-lg-9 {
  1186. -webkit-box-flex: 0;
  1187. -ms-flex: 0 0 75%;
  1188. flex: 0 0 75%;
  1189. max-width: 75%;
  1190. }
  1191. .col-lg-10 {
  1192. -webkit-box-flex: 0;
  1193. -ms-flex: 0 0 83.333333%;
  1194. flex: 0 0 83.333333%;
  1195. max-width: 83.333333%;
  1196. }
  1197. .col-lg-11 {
  1198. -webkit-box-flex: 0;
  1199. -ms-flex: 0 0 91.666667%;
  1200. flex: 0 0 91.666667%;
  1201. max-width: 91.666667%;
  1202. }
  1203. .col-lg-12 {
  1204. -webkit-box-flex: 0;
  1205. -ms-flex: 0 0 100%;
  1206. flex: 0 0 100%;
  1207. max-width: 100%;
  1208. }
  1209. .order-lg-first {
  1210. -webkit-box-ordinal-group: 0;
  1211. -ms-flex-order: -1;
  1212. order: -1;
  1213. }
  1214. .order-lg-last {
  1215. -webkit-box-ordinal-group: 14;
  1216. -ms-flex-order: 13;
  1217. order: 13;
  1218. }
  1219. .order-lg-0 {
  1220. -webkit-box-ordinal-group: 1;
  1221. -ms-flex-order: 0;
  1222. order: 0;
  1223. }
  1224. .order-lg-1 {
  1225. -webkit-box-ordinal-group: 2;
  1226. -ms-flex-order: 1;
  1227. order: 1;
  1228. }
  1229. .order-lg-2 {
  1230. -webkit-box-ordinal-group: 3;
  1231. -ms-flex-order: 2;
  1232. order: 2;
  1233. }
  1234. .order-lg-3 {
  1235. -webkit-box-ordinal-group: 4;
  1236. -ms-flex-order: 3;
  1237. order: 3;
  1238. }
  1239. .order-lg-4 {
  1240. -webkit-box-ordinal-group: 5;
  1241. -ms-flex-order: 4;
  1242. order: 4;
  1243. }
  1244. .order-lg-5 {
  1245. -webkit-box-ordinal-group: 6;
  1246. -ms-flex-order: 5;
  1247. order: 5;
  1248. }
  1249. .order-lg-6 {
  1250. -webkit-box-ordinal-group: 7;
  1251. -ms-flex-order: 6;
  1252. order: 6;
  1253. }
  1254. .order-lg-7 {
  1255. -webkit-box-ordinal-group: 8;
  1256. -ms-flex-order: 7;
  1257. order: 7;
  1258. }
  1259. .order-lg-8 {
  1260. -webkit-box-ordinal-group: 9;
  1261. -ms-flex-order: 8;
  1262. order: 8;
  1263. }
  1264. .order-lg-9 {
  1265. -webkit-box-ordinal-group: 10;
  1266. -ms-flex-order: 9;
  1267. order: 9;
  1268. }
  1269. .order-lg-10 {
  1270. -webkit-box-ordinal-group: 11;
  1271. -ms-flex-order: 10;
  1272. order: 10;
  1273. }
  1274. .order-lg-11 {
  1275. -webkit-box-ordinal-group: 12;
  1276. -ms-flex-order: 11;
  1277. order: 11;
  1278. }
  1279. .order-lg-12 {
  1280. -webkit-box-ordinal-group: 13;
  1281. -ms-flex-order: 12;
  1282. order: 12;
  1283. }
  1284. .offset-lg-0 {
  1285. margin-left: 0;
  1286. }
  1287. .offset-lg-1 {
  1288. margin-left: 8.333333%;
  1289. }
  1290. .offset-lg-2 {
  1291. margin-left: 16.666667%;
  1292. }
  1293. .offset-lg-3 {
  1294. margin-left: 25%;
  1295. }
  1296. .offset-lg-4 {
  1297. margin-left: 33.333333%;
  1298. }
  1299. .offset-lg-5 {
  1300. margin-left: 41.666667%;
  1301. }
  1302. .offset-lg-6 {
  1303. margin-left: 50%;
  1304. }
  1305. .offset-lg-7 {
  1306. margin-left: 58.333333%;
  1307. }
  1308. .offset-lg-8 {
  1309. margin-left: 66.666667%;
  1310. }
  1311. .offset-lg-9 {
  1312. margin-left: 75%;
  1313. }
  1314. .offset-lg-10 {
  1315. margin-left: 83.333333%;
  1316. }
  1317. .offset-lg-11 {
  1318. margin-left: 91.666667%;
  1319. }
  1320. }
  1321. @media (min-width: 1200px) {
  1322. .col-xl {
  1323. -ms-flex-preferred-size: 0;
  1324. flex-basis: 0;
  1325. -webkit-box-flex: 1;
  1326. -ms-flex-positive: 1;
  1327. flex-grow: 1;
  1328. max-width: 100%;
  1329. }
  1330. .col-xl-auto {
  1331. -webkit-box-flex: 0;
  1332. -ms-flex: 0 0 auto;
  1333. flex: 0 0 auto;
  1334. width: auto;
  1335. max-width: none;
  1336. }
  1337. .col-xl-1 {
  1338. -webkit-box-flex: 0;
  1339. -ms-flex: 0 0 8.333333%;
  1340. flex: 0 0 8.333333%;
  1341. max-width: 8.333333%;
  1342. }
  1343. .col-xl-2 {
  1344. -webkit-box-flex: 0;
  1345. -ms-flex: 0 0 16.666667%;
  1346. flex: 0 0 16.666667%;
  1347. max-width: 16.666667%;
  1348. }
  1349. .col-xl-3 {
  1350. -webkit-box-flex: 0;
  1351. -ms-flex: 0 0 25%;
  1352. flex: 0 0 25%;
  1353. max-width: 25%;
  1354. }
  1355. .col-xl-4 {
  1356. -webkit-box-flex: 0;
  1357. -ms-flex: 0 0 33.333333%;
  1358. flex: 0 0 33.333333%;
  1359. max-width: 33.333333%;
  1360. }
  1361. .col-xl-5 {
  1362. -webkit-box-flex: 0;
  1363. -ms-flex: 0 0 41.666667%;
  1364. flex: 0 0 41.666667%;
  1365. max-width: 41.666667%;
  1366. }
  1367. .col-xl-6 {
  1368. -webkit-box-flex: 0;
  1369. -ms-flex: 0 0 50%;
  1370. flex: 0 0 50%;
  1371. max-width: 50%;
  1372. }
  1373. .col-xl-7 {
  1374. -webkit-box-flex: 0;
  1375. -ms-flex: 0 0 58.333333%;
  1376. flex: 0 0 58.333333%;
  1377. max-width: 58.333333%;
  1378. }
  1379. .col-xl-8 {
  1380. -webkit-box-flex: 0;
  1381. -ms-flex: 0 0 66.666667%;
  1382. flex: 0 0 66.666667%;
  1383. max-width: 66.666667%;
  1384. }
  1385. .col-xl-9 {
  1386. -webkit-box-flex: 0;
  1387. -ms-flex: 0 0 75%;
  1388. flex: 0 0 75%;
  1389. max-width: 75%;
  1390. }
  1391. .col-xl-10 {
  1392. -webkit-box-flex: 0;
  1393. -ms-flex: 0 0 83.333333%;
  1394. flex: 0 0 83.333333%;
  1395. max-width: 83.333333%;
  1396. }
  1397. .col-xl-11 {
  1398. -webkit-box-flex: 0;
  1399. -ms-flex: 0 0 91.666667%;
  1400. flex: 0 0 91.666667%;
  1401. max-width: 91.666667%;
  1402. }
  1403. .col-xl-12 {
  1404. -webkit-box-flex: 0;
  1405. -ms-flex: 0 0 100%;
  1406. flex: 0 0 100%;
  1407. max-width: 100%;
  1408. }
  1409. .order-xl-first {
  1410. -webkit-box-ordinal-group: 0;
  1411. -ms-flex-order: -1;
  1412. order: -1;
  1413. }
  1414. .order-xl-last {
  1415. -webkit-box-ordinal-group: 14;
  1416. -ms-flex-order: 13;
  1417. order: 13;
  1418. }
  1419. .order-xl-0 {
  1420. -webkit-box-ordinal-group: 1;
  1421. -ms-flex-order: 0;
  1422. order: 0;
  1423. }
  1424. .order-xl-1 {
  1425. -webkit-box-ordinal-group: 2;
  1426. -ms-flex-order: 1;
  1427. order: 1;
  1428. }
  1429. .order-xl-2 {
  1430. -webkit-box-ordinal-group: 3;
  1431. -ms-flex-order: 2;
  1432. order: 2;
  1433. }
  1434. .order-xl-3 {
  1435. -webkit-box-ordinal-group: 4;
  1436. -ms-flex-order: 3;
  1437. order: 3;
  1438. }
  1439. .order-xl-4 {
  1440. -webkit-box-ordinal-group: 5;
  1441. -ms-flex-order: 4;
  1442. order: 4;
  1443. }
  1444. .order-xl-5 {
  1445. -webkit-box-ordinal-group: 6;
  1446. -ms-flex-order: 5;
  1447. order: 5;
  1448. }
  1449. .order-xl-6 {
  1450. -webkit-box-ordinal-group: 7;
  1451. -ms-flex-order: 6;
  1452. order: 6;
  1453. }
  1454. .order-xl-7 {
  1455. -webkit-box-ordinal-group: 8;
  1456. -ms-flex-order: 7;
  1457. order: 7;
  1458. }
  1459. .order-xl-8 {
  1460. -webkit-box-ordinal-group: 9;
  1461. -ms-flex-order: 8;
  1462. order: 8;
  1463. }
  1464. .order-xl-9 {
  1465. -webkit-box-ordinal-group: 10;
  1466. -ms-flex-order: 9;
  1467. order: 9;
  1468. }
  1469. .order-xl-10 {
  1470. -webkit-box-ordinal-group: 11;
  1471. -ms-flex-order: 10;
  1472. order: 10;
  1473. }
  1474. .order-xl-11 {
  1475. -webkit-box-ordinal-group: 12;
  1476. -ms-flex-order: 11;
  1477. order: 11;
  1478. }
  1479. .order-xl-12 {
  1480. -webkit-box-ordinal-group: 13;
  1481. -ms-flex-order: 12;
  1482. order: 12;
  1483. }
  1484. .offset-xl-0 {
  1485. margin-left: 0;
  1486. }
  1487. .offset-xl-1 {
  1488. margin-left: 8.333333%;
  1489. }
  1490. .offset-xl-2 {
  1491. margin-left: 16.666667%;
  1492. }
  1493. .offset-xl-3 {
  1494. margin-left: 25%;
  1495. }
  1496. .offset-xl-4 {
  1497. margin-left: 33.333333%;
  1498. }
  1499. .offset-xl-5 {
  1500. margin-left: 41.666667%;
  1501. }
  1502. .offset-xl-6 {
  1503. margin-left: 50%;
  1504. }
  1505. .offset-xl-7 {
  1506. margin-left: 58.333333%;
  1507. }
  1508. .offset-xl-8 {
  1509. margin-left: 66.666667%;
  1510. }
  1511. .offset-xl-9 {
  1512. margin-left: 75%;
  1513. }
  1514. .offset-xl-10 {
  1515. margin-left: 83.333333%;
  1516. }
  1517. .offset-xl-11 {
  1518. margin-left: 91.666667%;
  1519. }
  1520. }
  1521. .table {
  1522. width: 100%;
  1523. max-width: 100%;
  1524. margin-bottom: 1rem;
  1525. background-color: transparent;
  1526. }
  1527. .table th,
  1528. .table td {
  1529. padding: 0.75rem;
  1530. vertical-align: top;
  1531. border-top: 1px solid #dee2e6;
  1532. }
  1533. .table thead th {
  1534. vertical-align: bottom;
  1535. border-bottom: 2px solid #dee2e6;
  1536. }
  1537. .table tbody + tbody {
  1538. border-top: 2px solid #dee2e6;
  1539. }
  1540. .table .table {
  1541. background-color: #fff;
  1542. }
  1543. .table-sm th,
  1544. .table-sm td {
  1545. padding: 0.3rem;
  1546. }
  1547. .table-bordered {
  1548. border: 1px solid #dee2e6;
  1549. }
  1550. .table-bordered th,
  1551. .table-bordered td {
  1552. border: 1px solid #dee2e6;
  1553. }
  1554. .table-bordered thead th,
  1555. .table-bordered thead td {
  1556. border-bottom-width: 2px;
  1557. }
  1558. .table-striped tbody tr:nth-of-type(odd) {
  1559. background-color: rgba(0, 0, 0, 0.05);
  1560. }
  1561. .table-hover tbody tr:hover {
  1562. background-color: rgba(0, 0, 0, 0.075);
  1563. }
  1564. .table-primary,
  1565. .table-primary > th,
  1566. .table-primary > td {
  1567. background-color: #b8daff;
  1568. }
  1569. .table-hover .table-primary:hover {
  1570. background-color: #9fcdff;
  1571. }
  1572. .table-hover .table-primary:hover > td,
  1573. .table-hover .table-primary:hover > th {
  1574. background-color: #9fcdff;
  1575. }
  1576. .table-secondary,
  1577. .table-secondary > th,
  1578. .table-secondary > td {
  1579. background-color: #d6d8db;
  1580. }
  1581. .table-hover .table-secondary:hover {
  1582. background-color: #c8cbcf;
  1583. }
  1584. .table-hover .table-secondary:hover > td,
  1585. .table-hover .table-secondary:hover > th {
  1586. background-color: #c8cbcf;
  1587. }
  1588. .table-success,
  1589. .table-success > th,
  1590. .table-success > td {
  1591. background-color: #c3e6cb;
  1592. }
  1593. .table-hover .table-success:hover {
  1594. background-color: #b1dfbb;
  1595. }
  1596. .table-hover .table-success:hover > td,
  1597. .table-hover .table-success:hover > th {
  1598. background-color: #b1dfbb;
  1599. }
  1600. .table-info,
  1601. .table-info > th,
  1602. .table-info > td {
  1603. background-color: #bee5eb;
  1604. }
  1605. .table-hover .table-info:hover {
  1606. background-color: #abdde5;
  1607. }
  1608. .table-hover .table-info:hover > td,
  1609. .table-hover .table-info:hover > th {
  1610. background-color: #abdde5;
  1611. }
  1612. .table-warning,
  1613. .table-warning > th,
  1614. .table-warning > td {
  1615. background-color: #ffeeba;
  1616. }
  1617. .table-hover .table-warning:hover {
  1618. background-color: #ffe8a1;
  1619. }
  1620. .table-hover .table-warning:hover > td,
  1621. .table-hover .table-warning:hover > th {
  1622. background-color: #ffe8a1;
  1623. }
  1624. .table-danger,
  1625. .table-danger > th,
  1626. .table-danger > td {
  1627. background-color: #f5c6cb;
  1628. }
  1629. .table-hover .table-danger:hover {
  1630. background-color: #f1b0b7;
  1631. }
  1632. .table-hover .table-danger:hover > td,
  1633. .table-hover .table-danger:hover > th {
  1634. background-color: #f1b0b7;
  1635. }
  1636. .table-light,
  1637. .table-light > th,
  1638. .table-light > td {
  1639. background-color: #fdfdfe;
  1640. }
  1641. .table-hover .table-light:hover {
  1642. background-color: #ececf6;
  1643. }
  1644. .table-hover .table-light:hover > td,
  1645. .table-hover .table-light:hover > th {
  1646. background-color: #ececf6;
  1647. }
  1648. .table-dark,
  1649. .table-dark > th,
  1650. .table-dark > td {
  1651. background-color: #c6c8ca;
  1652. }
  1653. .table-hover .table-dark:hover {
  1654. background-color: #b9bbbe;
  1655. }
  1656. .table-hover .table-dark:hover > td,
  1657. .table-hover .table-dark:hover > th {
  1658. background-color: #b9bbbe;
  1659. }
  1660. .table-active,
  1661. .table-active > th,
  1662. .table-active > td {
  1663. background-color: rgba(0, 0, 0, 0.075);
  1664. }
  1665. .table-hover .table-active:hover {
  1666. background-color: rgba(0, 0, 0, 0.075);
  1667. }
  1668. .table-hover .table-active:hover > td,
  1669. .table-hover .table-active:hover > th {
  1670. background-color: rgba(0, 0, 0, 0.075);
  1671. }
  1672. .table .thead-dark th {
  1673. color: #fff;
  1674. background-color: #212529;
  1675. border-color: #32383e;
  1676. }
  1677. .table .thead-light th {
  1678. color: #495057;
  1679. background-color: #e9ecef;
  1680. border-color: #dee2e6;
  1681. }
  1682. .table-dark {
  1683. color: #fff;
  1684. background-color: #212529;
  1685. }
  1686. .table-dark th,
  1687. .table-dark td,
  1688. .table-dark thead th {
  1689. border-color: #32383e;
  1690. }
  1691. .table-dark.table-bordered {
  1692. border: 0;
  1693. }
  1694. .table-dark.table-striped tbody tr:nth-of-type(odd) {
  1695. background-color: rgba(255, 255, 255, 0.05);
  1696. }
  1697. .table-dark.table-hover tbody tr:hover {
  1698. background-color: rgba(255, 255, 255, 0.075);
  1699. }
  1700. @media (max-width: 575.98px) {
  1701. .table-responsive-sm {
  1702. display: block;
  1703. width: 100%;
  1704. overflow-x: auto;
  1705. -webkit-overflow-scrolling: touch;
  1706. -ms-overflow-style: -ms-autohiding-scrollbar;
  1707. }
  1708. .table-responsive-sm > .table-bordered {
  1709. border: 0;
  1710. }
  1711. }
  1712. @media (max-width: 767.98px) {
  1713. .table-responsive-md {
  1714. display: block;
  1715. width: 100%;
  1716. overflow-x: auto;
  1717. -webkit-overflow-scrolling: touch;
  1718. -ms-overflow-style: -ms-autohiding-scrollbar;
  1719. }
  1720. .table-responsive-md > .table-bordered {
  1721. border: 0;
  1722. }
  1723. }
  1724. @media (max-width: 991.98px) {
  1725. .table-responsive-lg {
  1726. display: block;
  1727. width: 100%;
  1728. overflow-x: auto;
  1729. -webkit-overflow-scrolling: touch;
  1730. -ms-overflow-style: -ms-autohiding-scrollbar;
  1731. }
  1732. .table-responsive-lg > .table-bordered {
  1733. border: 0;
  1734. }
  1735. }
  1736. @media (max-width: 1199.98px) {
  1737. .table-responsive-xl {
  1738. display: block;
  1739. width: 100%;
  1740. overflow-x: auto;
  1741. -webkit-overflow-scrolling: touch;
  1742. -ms-overflow-style: -ms-autohiding-scrollbar;
  1743. }
  1744. .table-responsive-xl > .table-bordered {
  1745. border: 0;
  1746. }
  1747. }
  1748. .table-responsive {
  1749. display: block;
  1750. width: 100%;
  1751. overflow-x: auto;
  1752. -webkit-overflow-scrolling: touch;
  1753. -ms-overflow-style: -ms-autohiding-scrollbar;
  1754. }
  1755. .table-responsive > .table-bordered {
  1756. border: 0;
  1757. }
  1758. .form-control {
  1759. display: block;
  1760. width: 100%;
  1761. padding: 0.375rem 0.75rem;
  1762. font-size: 1rem;
  1763. line-height: 1.5;
  1764. color: #495057;
  1765. background-color: #fff;
  1766. background-clip: padding-box;
  1767. border: 1px solid #ced4da;
  1768. border-radius: 0.25rem;
  1769. transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  1770. }
  1771. .form-control::-ms-expand {
  1772. background-color: transparent;
  1773. border: 0;
  1774. }
  1775. .form-control:focus {
  1776. color: #495057;
  1777. background-color: #fff;
  1778. border-color: #80bdff;
  1779. outline: 0;
  1780. box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  1781. }
  1782. .form-control::-webkit-input-placeholder {
  1783. color: #6c757d;
  1784. opacity: 1;
  1785. }
  1786. .form-control::-moz-placeholder {
  1787. color: #6c757d;
  1788. opacity: 1;
  1789. }
  1790. .form-control:-ms-input-placeholder {
  1791. color: #6c757d;
  1792. opacity: 1;
  1793. }
  1794. .form-control::-ms-input-placeholder {
  1795. color: #6c757d;
  1796. opacity: 1;
  1797. }
  1798. .form-control::placeholder {
  1799. color: #6c757d;
  1800. opacity: 1;
  1801. }
  1802. .form-control:disabled, .form-control[readonly] {
  1803. background-color: #e9ecef;
  1804. opacity: 1;
  1805. }
  1806. select.form-control:not([size]):not([multiple]) {
  1807. height: calc(2.25rem + 2px);
  1808. }
  1809. select.form-control:focus::-ms-value {
  1810. color: #495057;
  1811. background-color: #fff;
  1812. }
  1813. .form-control-file,
  1814. .form-control-range {
  1815. display: block;
  1816. width: 100%;
  1817. }
  1818. .col-form-label {
  1819. padding-top: calc(0.375rem + 1px);
  1820. padding-bottom: calc(0.375rem + 1px);
  1821. margin-bottom: 0;
  1822. font-size: inherit;
  1823. line-height: 1.5;
  1824. }
  1825. .col-form-label-lg {
  1826. padding-top: calc(0.5rem + 1px);
  1827. padding-bottom: calc(0.5rem + 1px);
  1828. font-size: 1.25rem;
  1829. line-height: 1.5;
  1830. }
  1831. .col-form-label-sm {
  1832. padding-top: calc(0.25rem + 1px);
  1833. padding-bottom: calc(0.25rem + 1px);
  1834. font-size: 0.875rem;
  1835. line-height: 1.5;
  1836. }
  1837. .form-control-plaintext {
  1838. display: block;
  1839. width: 100%;
  1840. padding-top: 0.375rem;
  1841. padding-bottom: 0.375rem;
  1842. margin-bottom: 0;
  1843. line-height: 1.5;
  1844. background-color: transparent;
  1845. border: solid transparent;
  1846. border-width: 1px 0;
  1847. }
  1848. .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
  1849. .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
  1850. .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
  1851. .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
  1852. .input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
  1853. .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
  1854. .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
  1855. .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
  1856. .input-group-lg > .input-group-append > .form-control-plaintext.btn {
  1857. padding-right: 0;
  1858. padding-left: 0;
  1859. }
  1860. .form-control-sm, .input-group-sm > .form-control,
  1861. .input-group-sm > .input-group-prepend > .input-group-text,
  1862. .input-group-sm > .input-group-append > .input-group-text,
  1863. .input-group-sm > .input-group-prepend > .btn,
  1864. .input-group-sm > .input-group-append > .btn {
  1865. padding: 0.25rem 0.5rem;
  1866. font-size: 0.875rem;
  1867. line-height: 1.5;
  1868. border-radius: 0.2rem;
  1869. }
  1870. select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
  1871. .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
  1872. .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
  1873. .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
  1874. .input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  1875. height: calc(1.8125rem + 2px);
  1876. }
  1877. .form-control-lg, .input-group-lg > .form-control,
  1878. .input-group-lg > .input-group-prepend > .input-group-text,
  1879. .input-group-lg > .input-group-append > .input-group-text,
  1880. .input-group-lg > .input-group-prepend > .btn,
  1881. .input-group-lg > .input-group-append > .btn {
  1882. padding: 0.5rem 1rem;
  1883. font-size: 1.25rem;
  1884. line-height: 1.5;
  1885. border-radius: 0.3rem;
  1886. }
  1887. select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
  1888. .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
  1889. .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
  1890. .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
  1891. .input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  1892. height: calc(2.875rem + 2px);
  1893. }
  1894. .form-group {
  1895. margin-bottom: 1rem;
  1896. }
  1897. .form-text {
  1898. display: block;
  1899. margin-top: 0.25rem;
  1900. }
  1901. .form-row {
  1902. display: -webkit-box;
  1903. display: -ms-flexbox;
  1904. display: flex;
  1905. -ms-flex-wrap: wrap;
  1906. flex-wrap: wrap;
  1907. margin-right: -5px;
  1908. margin-left: -5px;
  1909. }
  1910. .form-row > .col,
  1911. .form-row > [class*="col-"] {
  1912. padding-right: 5px;
  1913. padding-left: 5px;
  1914. }
  1915. .form-check {
  1916. position: relative;
  1917. display: block;
  1918. padding-left: 1.25rem;
  1919. }
  1920. .form-check-input {
  1921. position: absolute;
  1922. margin-top: 0.3rem;
  1923. margin-left: -1.25rem;
  1924. }
  1925. .form-check-input:disabled ~ .form-check-label {
  1926. color: #6c757d;
  1927. }
  1928. .form-check-label {
  1929. margin-bottom: 0;
  1930. }
  1931. .form-check-inline {
  1932. display: -webkit-inline-box;
  1933. display: -ms-inline-flexbox;
  1934. display: inline-flex;
  1935. -webkit-box-align: center;
  1936. -ms-flex-align: center;
  1937. align-items: center;
  1938. padding-left: 0;
  1939. margin-right: 0.75rem;
  1940. }
  1941. .form-check-inline .form-check-input {
  1942. position: static;
  1943. margin-top: 0;
  1944. margin-right: 0.3125rem;
  1945. margin-left: 0;
  1946. }
  1947. .valid-feedback {
  1948. display: none;
  1949. width: 100%;
  1950. margin-top: 0.25rem;
  1951. font-size: 80%;
  1952. color: #28a745;
  1953. }
  1954. .valid-tooltip {
  1955. position: absolute;
  1956. top: 100%;
  1957. z-index: 5;
  1958. display: none;
  1959. max-width: 100%;
  1960. padding: .5rem;
  1961. margin-top: .1rem;
  1962. font-size: .875rem;
  1963. line-height: 1;
  1964. color: #fff;
  1965. background-color: rgba(40, 167, 69, 0.8);
  1966. border-radius: .2rem;
  1967. }
  1968. .was-validated .form-control:valid, .form-control.is-valid, .was-validated
  1969. .custom-select:valid,
  1970. .custom-select.is-valid {
  1971. border-color: #28a745;
  1972. }
  1973. .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  1974. .custom-select:valid:focus,
  1975. .custom-select.is-valid:focus {
  1976. border-color: #28a745;
  1977. box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  1978. }
  1979. .was-validated .form-control:valid ~ .valid-feedback,
  1980. .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  1981. .form-control.is-valid ~ .valid-tooltip, .was-validated
  1982. .custom-select:valid ~ .valid-feedback,
  1983. .was-validated
  1984. .custom-select:valid ~ .valid-tooltip,
  1985. .custom-select.is-valid ~ .valid-feedback,
  1986. .custom-select.is-valid ~ .valid-tooltip {
  1987. display: block;
  1988. }
  1989. .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  1990. color: #28a745;
  1991. }
  1992. .was-validated .form-check-input:valid ~ .valid-feedback,
  1993. .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
  1994. .form-check-input.is-valid ~ .valid-tooltip {
  1995. display: block;
  1996. }
  1997. .was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  1998. color: #28a745;
  1999. }
  2000. .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  2001. background-color: #71dd8a;
  2002. }
  2003. .was-validated .custom-control-input:valid ~ .valid-feedback,
  2004. .was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
  2005. .custom-control-input.is-valid ~ .valid-tooltip {
  2006. display: block;
  2007. }
  2008. .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  2009. background-color: #34ce57;
  2010. }
  2011. .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  2012. box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  2013. }
  2014. .was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  2015. border-color: #28a745;
  2016. }
  2017. .was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  2018. border-color: inherit;
  2019. }
  2020. .was-validated .custom-file-input:valid ~ .valid-feedback,
  2021. .was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
  2022. .custom-file-input.is-valid ~ .valid-tooltip {
  2023. display: block;
  2024. }
  2025. .was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  2026. box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  2027. }
  2028. .invalid-feedback {
  2029. display: none;
  2030. width: 100%;
  2031. margin-top: 0.25rem;
  2032. font-size: 80%;
  2033. color: #dc3545;
  2034. }
  2035. .invalid-tooltip {
  2036. position: absolute;
  2037. top: 100%;
  2038. z-index: 5;
  2039. display: none;
  2040. max-width: 100%;
  2041. padding: .5rem;
  2042. margin-top: .1rem;
  2043. font-size: .875rem;
  2044. line-height: 1;
  2045. color: #fff;
  2046. background-color: rgba(220, 53, 69, 0.8);
  2047. border-radius: .2rem;
  2048. }
  2049. .was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
  2050. .custom-select:invalid,
  2051. .custom-select.is-invalid {
  2052. border-color: #dc3545;
  2053. }
  2054. .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  2055. .custom-select:invalid:focus,
  2056. .custom-select.is-invalid:focus {
  2057. border-color: #dc3545;
  2058. box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  2059. }
  2060. .was-validated .form-control:invalid ~ .invalid-feedback,
  2061. .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  2062. .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  2063. .custom-select:invalid ~ .invalid-feedback,
  2064. .was-validated
  2065. .custom-select:invalid ~ .invalid-tooltip,
  2066. .custom-select.is-invalid ~ .invalid-feedback,
  2067. .custom-select.is-invalid ~ .invalid-tooltip {
  2068. display: block;
  2069. }
  2070. .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  2071. color: #dc3545;
  2072. }
  2073. .was-validated .form-check-input:invalid ~ .invalid-feedback,
  2074. .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
  2075. .form-check-input.is-invalid ~ .invalid-tooltip {
  2076. display: block;
  2077. }
  2078. .was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  2079. color: #dc3545;
  2080. }
  2081. .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  2082. background-color: #efa2a9;
  2083. }
  2084. .was-validated .custom-control-input:invalid ~ .invalid-feedback,
  2085. .was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
  2086. .custom-control-input.is-invalid ~ .invalid-tooltip {
  2087. display: block;
  2088. }
  2089. .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  2090. background-color: #e4606d;
  2091. }
  2092. .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  2093. box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  2094. }
  2095. .was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  2096. border-color: #dc3545;
  2097. }
  2098. .was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  2099. border-color: inherit;
  2100. }
  2101. .was-validated .custom-file-input:invalid ~ .invalid-feedback,
  2102. .was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
  2103. .custom-file-input.is-invalid ~ .invalid-tooltip {
  2104. display: block;
  2105. }
  2106. .was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  2107. box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  2108. }
  2109. .form-inline {
  2110. display: -webkit-box;
  2111. display: -ms-flexbox;
  2112. display: flex;
  2113. -webkit-box-orient: horizontal;
  2114. -webkit-box-direction: normal;
  2115. -ms-flex-flow: row wrap;
  2116. flex-flow: row wrap;
  2117. -webkit-box-align: center;
  2118. -ms-flex-align: center;
  2119. align-items: center;
  2120. }
  2121. .form-inline .form-check {
  2122. width: 100%;
  2123. }
  2124. @media (min-width: 576px) {
  2125. .form-inline label {
  2126. display: -webkit-box;
  2127. display: -ms-flexbox;
  2128. display: flex;
  2129. -webkit-box-align: center;
  2130. -ms-flex-align: center;
  2131. align-items: center;
  2132. -webkit-box-pack: center;
  2133. -ms-flex-pack: center;
  2134. justify-content: center;
  2135. margin-bottom: 0;
  2136. }
  2137. .form-inline .form-group {
  2138. display: -webkit-box;
  2139. display: -ms-flexbox;
  2140. display: flex;
  2141. -webkit-box-flex: 0;
  2142. -ms-flex: 0 0 auto;
  2143. flex: 0 0 auto;
  2144. -webkit-box-orient: horizontal;
  2145. -webkit-box-direction: normal;
  2146. -ms-flex-flow: row wrap;
  2147. flex-flow: row wrap;
  2148. -webkit-box-align: center;
  2149. -ms-flex-align: center;
  2150. align-items: center;
  2151. margin-bottom: 0;
  2152. }
  2153. .form-inline .form-control {
  2154. display: inline-block;
  2155. width: auto;
  2156. vertical-align: middle;
  2157. }
  2158. .form-inline .form-control-plaintext {
  2159. display: inline-block;
  2160. }
  2161. .form-inline .input-group {
  2162. width: auto;
  2163. }
  2164. .form-inline .form-check {
  2165. display: -webkit-box;
  2166. display: -ms-flexbox;
  2167. display: flex;
  2168. -webkit-box-align: center;
  2169. -ms-flex-align: center;
  2170. align-items: center;
  2171. -webkit-box-pack: center;
  2172. -ms-flex-pack: center;
  2173. justify-content: center;
  2174. width: auto;
  2175. padding-left: 0;
  2176. }
  2177. .form-inline .form-check-input {
  2178. position: relative;
  2179. margin-top: 0;
  2180. margin-right: 0.25rem;
  2181. margin-left: 0;
  2182. }
  2183. .form-inline .custom-control {
  2184. -webkit-box-align: center;
  2185. -ms-flex-align: center;
  2186. align-items: center;
  2187. -webkit-box-pack: center;
  2188. -ms-flex-pack: center;
  2189. justify-content: center;
  2190. }
  2191. .form-inline .custom-control-label {
  2192. margin-bottom: 0;
  2193. }
  2194. }
  2195. .btn {
  2196. display: inline-block;
  2197. font-weight: 400;
  2198. text-align: center;
  2199. white-space: nowrap;
  2200. vertical-align: middle;
  2201. -webkit-user-select: none;
  2202. -moz-user-select: none;
  2203. -ms-user-select: none;
  2204. user-select: none;
  2205. border: 1px solid transparent;
  2206. padding: 0.375rem 0.75rem;
  2207. font-size: 1rem;
  2208. line-height: 1.5;
  2209. border-radius: 0.25rem;
  2210. transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  2211. }
  2212. .btn:hover, .btn:focus {
  2213. text-decoration: none;
  2214. }
  2215. .btn:focus, .btn.focus {
  2216. outline: 0;
  2217. box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  2218. }
  2219. .btn.disabled, .btn:disabled {
  2220. opacity: 0.65;
  2221. }
  2222. .btn:not(:disabled):not(.disabled) {
  2223. cursor: pointer;
  2224. }
  2225. .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  2226. background-image: none;
  2227. }
  2228. a.btn.disabled,
  2229. fieldset:disabled a.btn {
  2230. pointer-events: none;
  2231. }
  2232. .btn-primary {
  2233. color: #fff;
  2234. background-color: #007bff;
  2235. border-color: #007bff;
  2236. }
  2237. .btn-primary:hover {
  2238. color: #fff;
  2239. background-color: #0069d9;
  2240. border-color: #0062cc;
  2241. }
  2242. .btn-primary:focus, .btn-primary.focus {
  2243. box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  2244. }
  2245. .btn-primary.disabled, .btn-primary:disabled {
  2246. color: #fff;
  2247. background-color: #007bff;
  2248. border-color: #007bff;
  2249. }
  2250. .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  2251. .show > .btn-primary.dropdown-toggle {
  2252. color: #fff;
  2253. background-color: #0062cc;
  2254. border-color: #005cbf;
  2255. }
  2256. .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
  2257. .show > .btn-primary.dropdown-toggle:focus {
  2258. box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  2259. }
  2260. .btn-secondary {
  2261. color: #fff;
  2262. background-color: #6c757d;
  2263. border-color: #6c757d;
  2264. }
  2265. .btn-secondary:hover {
  2266. color: #fff;
  2267. background-color: #5a6268;
  2268. border-color: #545b62;
  2269. }
  2270. .btn-secondary:focus, .btn-secondary.focus {
  2271. box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  2272. }
  2273. .btn-secondary.disabled, .btn-secondary:disabled {
  2274. color: #fff;
  2275. background-color: #6c757d;
  2276. border-color: #6c757d;
  2277. }
  2278. .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  2279. .show > .btn-secondary.dropdown-toggle {
  2280. color: #fff;
  2281. background-color: #545b62;
  2282. border-color: #4e555b;
  2283. }
  2284. .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
  2285. .show > .btn-secondary.dropdown-toggle:focus {
  2286. box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  2287. }
  2288. .btn-success {
  2289. color: #fff;
  2290. background-color: #28a745;
  2291. border-color: #28a745;
  2292. }
  2293. .btn-success:hover {
  2294. color: #fff;
  2295. background-color: #218838;
  2296. border-color: #1e7e34;
  2297. }
  2298. .btn-success:focus, .btn-success.focus {
  2299. box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  2300. }
  2301. .btn-success.disabled, .btn-success:disabled {
  2302. color: #fff;
  2303. background-color: #28a745;
  2304. border-color: #28a745;
  2305. }
  2306. .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  2307. .show > .btn-success.dropdown-toggle {
  2308. color: #fff;
  2309. background-color: #1e7e34;
  2310. bo