Personal portfolio website created with bootstrap.
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.

8184 lines
153 KiB

  1. /*!
  2. * Bootstrap v4.0.0-beta (https://getbootstrap.com)
  3. * Copyright 2011-2017 The Bootstrap Authors
  4. * Copyright 2011-2017 Twitter, Inc.
  5. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  6. */
  7. @media print {
  8. *,
  9. *::before,
  10. *::after {
  11. text-shadow: none !important;
  12. box-shadow: none !important;
  13. }
  14. a,
  15. a:visited {
  16. text-decoration: underline;
  17. }
  18. abbr[title]::after {
  19. content: " (" attr(title) ")";
  20. }
  21. pre {
  22. white-space: pre-wrap !important;
  23. }
  24. pre,
  25. blockquote {
  26. border: 1px solid #999;
  27. page-break-inside: avoid;
  28. }
  29. thead {
  30. display: table-header-group;
  31. }
  32. tr,
  33. img {
  34. page-break-inside: avoid;
  35. }
  36. p,
  37. h2,
  38. h3 {
  39. orphans: 3;
  40. widows: 3;
  41. }
  42. h2,
  43. h3 {
  44. page-break-after: avoid;
  45. }
  46. .navbar {
  47. display: none;
  48. }
  49. .badge {
  50. border: 1px solid #000;
  51. }
  52. .table {
  53. border-collapse: collapse !important;
  54. }
  55. .table td,
  56. .table th {
  57. background-color: #fff !important;
  58. }
  59. .table-bordered th,
  60. .table-bordered td {
  61. border: 1px solid #ddd !important;
  62. }
  63. }
  64. html {
  65. box-sizing: border-box;
  66. font-family: sans-serif;
  67. line-height: 1.15;
  68. -webkit-text-size-adjust: 100%;
  69. -ms-text-size-adjust: 100%;
  70. -ms-overflow-style: scrollbar;
  71. -webkit-tap-highlight-color: transparent;
  72. }
  73. *,
  74. *::before,
  75. *::after {
  76. box-sizing: inherit;
  77. }
  78. @-ms-viewport {
  79. width: device-width;
  80. }
  81. article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  82. display: block;
  83. }
  84. body {
  85. margin: 0;
  86. font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  87. font-size: 1rem;
  88. font-weight: normal;
  89. line-height: 1.5;
  90. color: #212529;
  91. background-color: #fff;
  92. }
  93. [tabindex="-1"]:focus {
  94. outline: none !important;
  95. }
  96. hr {
  97. box-sizing: content-box;
  98. height: 0;
  99. overflow: visible;
  100. }
  101. h1, h2, h3, h4, h5, h6 {
  102. margin-top: 0;
  103. margin-bottom: .5rem;
  104. }
  105. p {
  106. margin-top: 0;
  107. margin-bottom: 1rem;
  108. }
  109. abbr[title],
  110. abbr[data-original-title] {
  111. text-decoration: underline;
  112. -webkit-text-decoration: underline dotted;
  113. text-decoration: underline dotted;
  114. cursor: help;
  115. border-bottom: 0;
  116. }
  117. address {
  118. margin-bottom: 1rem;
  119. font-style: normal;
  120. line-height: inherit;
  121. }
  122. ol,
  123. ul,
  124. dl {
  125. margin-top: 0;
  126. margin-bottom: 1rem;
  127. }
  128. ol ol,
  129. ul ul,
  130. ol ul,
  131. ul ol {
  132. margin-bottom: 0;
  133. }
  134. dt {
  135. font-weight: bold;
  136. }
  137. dd {
  138. margin-bottom: .5rem;
  139. margin-left: 0;
  140. }
  141. blockquote {
  142. margin: 0 0 1rem;
  143. }
  144. dfn {
  145. font-style: italic;
  146. }
  147. b,
  148. strong {
  149. font-weight: bolder;
  150. }
  151. small {
  152. font-size: 80%;
  153. }
  154. sub,
  155. sup {
  156. position: relative;
  157. font-size: 75%;
  158. line-height: 0;
  159. vertical-align: baseline;
  160. }
  161. sub {
  162. bottom: -.25em;
  163. }
  164. sup {
  165. top: -.5em;
  166. }
  167. a {
  168. color: #007bff;
  169. text-decoration: none;
  170. background-color: transparent;
  171. -webkit-text-decoration-skip: objects;
  172. }
  173. a:hover {
  174. color: #0056b3;
  175. text-decoration: underline;
  176. }
  177. a:not([href]):not([tabindex]) {
  178. color: inherit;
  179. text-decoration: none;
  180. }
  181. a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  182. color: inherit;
  183. text-decoration: none;
  184. }
  185. a:not([href]):not([tabindex]):focus {
  186. outline: 0;
  187. }
  188. pre,
  189. code,
  190. kbd,
  191. samp {
  192. font-family: monospace, monospace;
  193. font-size: 1em;
  194. }
  195. pre {
  196. margin-top: 0;
  197. margin-bottom: 1rem;
  198. overflow: auto;
  199. }
  200. figure {
  201. margin: 0 0 1rem;
  202. }
  203. img {
  204. vertical-align: middle;
  205. border-style: none;
  206. }
  207. svg:not(:root) {
  208. overflow: hidden;
  209. }
  210. a,
  211. area,
  212. button,
  213. [role="button"],
  214. input,
  215. label,
  216. select,
  217. summary,
  218. textarea {
  219. -ms-touch-action: manipulation;
  220. touch-action: manipulation;
  221. }
  222. table {
  223. border-collapse: collapse;
  224. }
  225. caption {
  226. padding-top: 0.75rem;
  227. padding-bottom: 0.75rem;
  228. color: #868e96;
  229. text-align: left;
  230. caption-side: bottom;
  231. }
  232. th {
  233. text-align: left;
  234. }
  235. label {
  236. display: inline-block;
  237. margin-bottom: .5rem;
  238. }
  239. button:focus {
  240. outline: 1px dotted;
  241. outline: 5px auto -webkit-focus-ring-color;
  242. }
  243. input,
  244. button,
  245. select,
  246. optgroup,
  247. textarea {
  248. margin: 0;
  249. font-family: inherit;
  250. font-size: inherit;
  251. line-height: inherit;
  252. }
  253. button,
  254. input {
  255. overflow: visible;
  256. }
  257. button,
  258. select {
  259. text-transform: none;
  260. }
  261. button,
  262. html [type="button"],
  263. [type="reset"],
  264. [type="submit"] {
  265. -webkit-appearance: button;
  266. }
  267. button::-moz-focus-inner,
  268. [type="button"]::-moz-focus-inner,
  269. [type="reset"]::-moz-focus-inner,
  270. [type="submit"]::-moz-focus-inner {
  271. padding: 0;
  272. border-style: none;
  273. }
  274. input[type="radio"],
  275. input[type="checkbox"] {
  276. box-sizing: border-box;
  277. padding: 0;
  278. }
  279. input[type="date"],
  280. input[type="time"],
  281. input[type="datetime-local"],
  282. input[type="month"] {
  283. -webkit-appearance: listbox;
  284. }
  285. textarea {
  286. overflow: auto;
  287. resize: vertical;
  288. }
  289. fieldset {
  290. min-width: 0;
  291. padding: 0;
  292. margin: 0;
  293. border: 0;
  294. }
  295. legend {
  296. display: block;
  297. width: 100%;
  298. max-width: 100%;
  299. padding: 0;
  300. margin-bottom: .5rem;
  301. font-size: 1.5rem;
  302. line-height: inherit;
  303. color: inherit;
  304. white-space: normal;
  305. }
  306. progress {
  307. vertical-align: baseline;
  308. }
  309. [type="number"]::-webkit-inner-spin-button,
  310. [type="number"]::-webkit-outer-spin-button {
  311. height: auto;
  312. }
  313. [type="search"] {
  314. outline-offset: -2px;
  315. -webkit-appearance: none;
  316. }
  317. [type="search"]::-webkit-search-cancel-button,
  318. [type="search"]::-webkit-search-decoration {
  319. -webkit-appearance: none;
  320. }
  321. ::-webkit-file-upload-button {
  322. font: inherit;
  323. -webkit-appearance: button;
  324. }
  325. output {
  326. display: inline-block;
  327. }
  328. summary {
  329. display: list-item;
  330. }
  331. template {
  332. display: none;
  333. }
  334. [hidden] {
  335. display: none !important;
  336. }
  337. h1, h2, h3, h4, h5, h6,
  338. .h1, .h2, .h3, .h4, .h5, .h6 {
  339. margin-bottom: 0.5rem;
  340. font-family: inherit;
  341. font-weight: 500;
  342. line-height: 1.1;
  343. color: inherit;
  344. }
  345. h1, .h1 {
  346. font-size: 2.5rem;
  347. }
  348. h2, .h2 {
  349. font-size: 2rem;
  350. }
  351. h3, .h3 {
  352. font-size: 1.75rem;
  353. }
  354. h4, .h4 {
  355. font-size: 1.5rem;
  356. }
  357. h5, .h5 {
  358. font-size: 1.25rem;
  359. }
  360. h6, .h6 {
  361. font-size: 1rem;
  362. }
  363. .lead {
  364. font-size: 1.25rem;
  365. font-weight: 300;
  366. }
  367. .display-1 {
  368. font-size: 6rem;
  369. font-weight: 300;
  370. line-height: 1.1;
  371. }
  372. .display-2 {
  373. font-size: 5.5rem;
  374. font-weight: 300;
  375. line-height: 1.1;
  376. }
  377. .display-3 {
  378. font-size: 4.5rem;
  379. font-weight: 300;
  380. line-height: 1.1;
  381. }
  382. .display-4 {
  383. font-size: 3.5rem;
  384. font-weight: 300;
  385. line-height: 1.1;
  386. }
  387. hr {
  388. margin-top: 1rem;
  389. margin-bottom: 1rem;
  390. border: 0;
  391. border-top: 1px solid rgba(0, 0, 0, 0.1);
  392. }
  393. small,
  394. .small {
  395. font-size: 80%;
  396. font-weight: normal;
  397. }
  398. mark,
  399. .mark {
  400. padding: 0.2em;
  401. background-color: #fcf8e3;
  402. }
  403. .list-unstyled {
  404. padding-left: 0;
  405. list-style: none;
  406. }
  407. .list-inline {
  408. padding-left: 0;
  409. list-style: none;
  410. }
  411. .list-inline-item {
  412. display: inline-block;
  413. }
  414. .list-inline-item:not(:last-child) {
  415. margin-right: 5px;
  416. }
  417. .initialism {
  418. font-size: 90%;
  419. text-transform: uppercase;
  420. }
  421. .blockquote {
  422. margin-bottom: 1rem;
  423. font-size: 1.25rem;
  424. }
  425. .blockquote-footer {
  426. display: block;
  427. font-size: 80%;
  428. color: #868e96;
  429. }
  430. .blockquote-footer::before {
  431. content: "\2014 \00A0";
  432. }
  433. .img-fluid {
  434. max-width: 100%;
  435. height: auto;
  436. }
  437. .img-thumbnail {
  438. padding: 0.25rem;
  439. background-color: #fff;
  440. border: 1px solid #ddd;
  441. border-radius: 0.25rem;
  442. transition: all 0.2s ease-in-out;
  443. max-width: 100%;
  444. height: auto;
  445. }
  446. .figure {
  447. display: inline-block;
  448. }
  449. .figure-img {
  450. margin-bottom: 0.5rem;
  451. line-height: 1;
  452. }
  453. .figure-caption {
  454. font-size: 90%;
  455. color: #868e96;
  456. }
  457. code,
  458. kbd,
  459. pre,
  460. samp {
  461. font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  462. }
  463. code {
  464. padding: 0.2rem 0.4rem;
  465. font-size: 90%;
  466. color: #bd4147;
  467. background-color: #f8f9fa;
  468. border-radius: 0.25rem;
  469. }
  470. a > code {
  471. padding: 0;
  472. color: inherit;
  473. background-color: inherit;
  474. }
  475. kbd {
  476. padding: 0.2rem 0.4rem;
  477. font-size: 90%;
  478. color: #fff;
  479. background-color: #212529;
  480. border-radius: 0.2rem;
  481. }
  482. kbd kbd {
  483. padding: 0;
  484. font-size: 100%;
  485. font-weight: bold;
  486. }
  487. pre {
  488. display: block;
  489. margin-top: 0;
  490. margin-bottom: 1rem;
  491. font-size: 90%;
  492. color: #212529;
  493. }
  494. pre code {
  495. padding: 0;
  496. font-size: inherit;
  497. color: inherit;
  498. background-color: transparent;
  499. border-radius: 0;
  500. }
  501. .pre-scrollable {
  502. max-height: 340px;
  503. overflow-y: scroll;
  504. }
  505. .container {
  506. margin-right: auto;
  507. margin-left: auto;
  508. padding-right: 15px;
  509. padding-left: 15px;
  510. width: 100%;
  511. }
  512. @media (min-width: 576px) {
  513. .container {
  514. max-width: 540px;
  515. }
  516. }
  517. @media (min-width: 768px) {
  518. .container {
  519. max-width: 720px;
  520. }
  521. }
  522. @media (min-width: 992px) {
  523. .container {
  524. max-width: 960px;
  525. }
  526. }
  527. @media (min-width: 1200px) {
  528. .container {
  529. max-width: 1140px;
  530. }
  531. }
  532. .container-fluid {
  533. width: 100%;
  534. margin-right: auto;
  535. margin-left: auto;
  536. padding-right: 15px;
  537. padding-left: 15px;
  538. width: 100%;
  539. }
  540. .row {
  541. display: -ms-flexbox;
  542. display: flex;
  543. -ms-flex-wrap: wrap;
  544. flex-wrap: wrap;
  545. margin-right: -15px;
  546. margin-left: -15px;
  547. }
  548. .no-gutters {
  549. margin-right: 0;
  550. margin-left: 0;
  551. }
  552. .no-gutters > .col,
  553. .no-gutters > [class*="col-"] {
  554. padding-right: 0;
  555. padding-left: 0;
  556. }
  557. .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,
  558. .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,
  559. .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,
  560. .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,
  561. .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,
  562. .col-xl-auto {
  563. position: relative;
  564. width: 100%;
  565. min-height: 1px;
  566. padding-right: 15px;
  567. padding-left: 15px;
  568. }
  569. .col {
  570. -ms-flex-preferred-size: 0;
  571. flex-basis: 0;
  572. -ms-flex-positive: 1;
  573. flex-grow: 1;
  574. max-width: 100%;
  575. }
  576. .col-auto {
  577. -ms-flex: 0 0 auto;
  578. flex: 0 0 auto;
  579. width: auto;
  580. max-width: none;
  581. }
  582. .col-1 {
  583. -ms-flex: 0 0 8.333333%;
  584. flex: 0 0 8.333333%;
  585. max-width: 8.333333%;
  586. }
  587. .col-2 {
  588. -ms-flex: 0 0 16.666667%;
  589. flex: 0 0 16.666667%;
  590. max-width: 16.666667%;
  591. }
  592. .col-3 {
  593. -ms-flex: 0 0 25%;
  594. flex: 0 0 25%;
  595. max-width: 25%;
  596. }
  597. .col-4 {
  598. -ms-flex: 0 0 33.333333%;
  599. flex: 0 0 33.333333%;
  600. max-width: 33.333333%;
  601. }
  602. .col-5 {
  603. -ms-flex: 0 0 41.666667%;
  604. flex: 0 0 41.666667%;
  605. max-width: 41.666667%;
  606. }
  607. .col-6 {
  608. -ms-flex: 0 0 50%;
  609. flex: 0 0 50%;
  610. max-width: 50%;
  611. }
  612. .col-7 {
  613. -ms-flex: 0 0 58.333333%;
  614. flex: 0 0 58.333333%;
  615. max-width: 58.333333%;
  616. }
  617. .col-8 {
  618. -ms-flex: 0 0 66.666667%;
  619. flex: 0 0 66.666667%;
  620. max-width: 66.666667%;
  621. }
  622. .col-9 {
  623. -ms-flex: 0 0 75%;
  624. flex: 0 0 75%;
  625. max-width: 75%;
  626. }
  627. .col-10 {
  628. -ms-flex: 0 0 83.333333%;
  629. flex: 0 0 83.333333%;
  630. max-width: 83.333333%;
  631. }
  632. .col-11 {
  633. -ms-flex: 0 0 91.666667%;
  634. flex: 0 0 91.666667%;
  635. max-width: 91.666667%;
  636. }
  637. .col-12 {
  638. -ms-flex: 0 0 100%;
  639. flex: 0 0 100%;
  640. max-width: 100%;
  641. }
  642. .order-1 {
  643. -ms-flex-order: 1;
  644. order: 1;
  645. }
  646. .order-2 {
  647. -ms-flex-order: 2;
  648. order: 2;
  649. }
  650. .order-3 {
  651. -ms-flex-order: 3;
  652. order: 3;
  653. }
  654. .order-4 {
  655. -ms-flex-order: 4;
  656. order: 4;
  657. }
  658. .order-5 {
  659. -ms-flex-order: 5;
  660. order: 5;
  661. }
  662. .order-6 {
  663. -ms-flex-order: 6;
  664. order: 6;
  665. }
  666. .order-7 {
  667. -ms-flex-order: 7;
  668. order: 7;
  669. }
  670. .order-8 {
  671. -ms-flex-order: 8;
  672. order: 8;
  673. }
  674. .order-9 {
  675. -ms-flex-order: 9;
  676. order: 9;
  677. }
  678. .order-10 {
  679. -ms-flex-order: 10;
  680. order: 10;
  681. }
  682. .order-11 {
  683. -ms-flex-order: 11;
  684. order: 11;
  685. }
  686. .order-12 {
  687. -ms-flex-order: 12;
  688. order: 12;
  689. }
  690. @media (min-width: 576px) {
  691. .col-sm {
  692. -ms-flex-preferred-size: 0;
  693. flex-basis: 0;
  694. -ms-flex-positive: 1;
  695. flex-grow: 1;
  696. max-width: 100%;
  697. }
  698. .col-sm-auto {
  699. -ms-flex: 0 0 auto;
  700. flex: 0 0 auto;
  701. width: auto;
  702. max-width: none;
  703. }
  704. .col-sm-1 {
  705. -ms-flex: 0 0 8.333333%;
  706. flex: 0 0 8.333333%;
  707. max-width: 8.333333%;
  708. }
  709. .col-sm-2 {
  710. -ms-flex: 0 0 16.666667%;
  711. flex: 0 0 16.666667%;
  712. max-width: 16.666667%;
  713. }
  714. .col-sm-3 {
  715. -ms-flex: 0 0 25%;
  716. flex: 0 0 25%;
  717. max-width: 25%;
  718. }
  719. .col-sm-4 {
  720. -ms-flex: 0 0 33.333333%;
  721. flex: 0 0 33.333333%;
  722. max-width: 33.333333%;
  723. }
  724. .col-sm-5 {
  725. -ms-flex: 0 0 41.666667%;
  726. flex: 0 0 41.666667%;
  727. max-width: 41.666667%;
  728. }
  729. .col-sm-6 {
  730. -ms-flex: 0 0 50%;
  731. flex: 0 0 50%;
  732. max-width: 50%;
  733. }
  734. .col-sm-7 {
  735. -ms-flex: 0 0 58.333333%;
  736. flex: 0 0 58.333333%;
  737. max-width: 58.333333%;
  738. }
  739. .col-sm-8 {
  740. -ms-flex: 0 0 66.666667%;
  741. flex: 0 0 66.666667%;
  742. max-width: 66.666667%;
  743. }
  744. .col-sm-9 {
  745. -ms-flex: 0 0 75%;
  746. flex: 0 0 75%;
  747. max-width: 75%;
  748. }
  749. .col-sm-10 {
  750. -ms-flex: 0 0 83.333333%;
  751. flex: 0 0 83.333333%;
  752. max-width: 83.333333%;
  753. }
  754. .col-sm-11 {
  755. -ms-flex: 0 0 91.666667%;
  756. flex: 0 0 91.666667%;
  757. max-width: 91.666667%;
  758. }
  759. .col-sm-12 {
  760. -ms-flex: 0 0 100%;
  761. flex: 0 0 100%;
  762. max-width: 100%;
  763. }
  764. .order-sm-1 {
  765. -ms-flex-order: 1;
  766. order: 1;
  767. }
  768. .order-sm-2 {
  769. -ms-flex-order: 2;
  770. order: 2;
  771. }
  772. .order-sm-3 {
  773. -ms-flex-order: 3;
  774. order: 3;
  775. }
  776. .order-sm-4 {
  777. -ms-flex-order: 4;
  778. order: 4;
  779. }
  780. .order-sm-5 {
  781. -ms-flex-order: 5;
  782. order: 5;
  783. }
  784. .order-sm-6 {
  785. -ms-flex-order: 6;
  786. order: 6;
  787. }
  788. .order-sm-7 {
  789. -ms-flex-order: 7;
  790. order: 7;
  791. }
  792. .order-sm-8 {
  793. -ms-flex-order: 8;
  794. order: 8;
  795. }
  796. .order-sm-9 {
  797. -ms-flex-order: 9;
  798. order: 9;
  799. }
  800. .order-sm-10 {
  801. -ms-flex-order: 10;
  802. order: 10;
  803. }
  804. .order-sm-11 {
  805. -ms-flex-order: 11;
  806. order: 11;
  807. }
  808. .order-sm-12 {
  809. -ms-flex-order: 12;
  810. order: 12;
  811. }
  812. }
  813. @media (min-width: 768px) {
  814. .col-md {
  815. -ms-flex-preferred-size: 0;
  816. flex-basis: 0;
  817. -ms-flex-positive: 1;
  818. flex-grow: 1;
  819. max-width: 100%;
  820. }
  821. .col-md-auto {
  822. -ms-flex: 0 0 auto;
  823. flex: 0 0 auto;
  824. width: auto;
  825. max-width: none;
  826. }
  827. .col-md-1 {
  828. -ms-flex: 0 0 8.333333%;
  829. flex: 0 0 8.333333%;
  830. max-width: 8.333333%;
  831. }
  832. .col-md-2 {
  833. -ms-flex: 0 0 16.666667%;
  834. flex: 0 0 16.666667%;
  835. max-width: 16.666667%;
  836. }
  837. .col-md-3 {
  838. -ms-flex: 0 0 25%;
  839. flex: 0 0 25%;
  840. max-width: 25%;
  841. }
  842. .col-md-4 {
  843. -ms-flex: 0 0 33.333333%;
  844. flex: 0 0 33.333333%;
  845. max-width: 33.333333%;
  846. }
  847. .col-md-5 {
  848. -ms-flex: 0 0 41.666667%;
  849. flex: 0 0 41.666667%;
  850. max-width: 41.666667%;
  851. }
  852. .col-md-6 {
  853. -ms-flex: 0 0 50%;
  854. flex: 0 0 50%;
  855. max-width: 50%;
  856. }
  857. .col-md-7 {
  858. -ms-flex: 0 0 58.333333%;
  859. flex: 0 0 58.333333%;
  860. max-width: 58.333333%;
  861. }
  862. .col-md-8 {
  863. -ms-flex: 0 0 66.666667%;
  864. flex: 0 0 66.666667%;
  865. max-width: 66.666667%;
  866. }
  867. .col-md-9 {
  868. -ms-flex: 0 0 75%;
  869. flex: 0 0 75%;
  870. max-width: 75%;
  871. }
  872. .col-md-10 {
  873. -ms-flex: 0 0 83.333333%;
  874. flex: 0 0 83.333333%;
  875. max-width: 83.333333%;
  876. }
  877. .col-md-11 {
  878. -ms-flex: 0 0 91.666667%;
  879. flex: 0 0 91.666667%;
  880. max-width: 91.666667%;
  881. }
  882. .col-md-12 {
  883. -ms-flex: 0 0 100%;
  884. flex: 0 0 100%;
  885. max-width: 100%;
  886. }
  887. .order-md-1 {
  888. -ms-flex-order: 1;
  889. order: 1;
  890. }
  891. .order-md-2 {
  892. -ms-flex-order: 2;
  893. order: 2;
  894. }
  895. .order-md-3 {
  896. -ms-flex-order: 3;
  897. order: 3;
  898. }
  899. .order-md-4 {
  900. -ms-flex-order: 4;
  901. order: 4;
  902. }
  903. .order-md-5 {
  904. -ms-flex-order: 5;
  905. order: 5;
  906. }
  907. .order-md-6 {
  908. -ms-flex-order: 6;
  909. order: 6;
  910. }
  911. .order-md-7 {
  912. -ms-flex-order: 7;
  913. order: 7;
  914. }
  915. .order-md-8 {
  916. -ms-flex-order: 8;
  917. order: 8;
  918. }
  919. .order-md-9 {
  920. -ms-flex-order: 9;
  921. order: 9;
  922. }
  923. .order-md-10 {
  924. -ms-flex-order: 10;
  925. order: 10;
  926. }
  927. .order-md-11 {
  928. -ms-flex-order: 11;
  929. order: 11;
  930. }
  931. .order-md-12 {
  932. -ms-flex-order: 12;
  933. order: 12;
  934. }
  935. }
  936. @media (min-width: 992px) {
  937. .col-lg {
  938. -ms-flex-preferred-size: 0;
  939. flex-basis: 0;
  940. -ms-flex-positive: 1;
  941. flex-grow: 1;
  942. max-width: 100%;
  943. }
  944. .col-lg-auto {
  945. -ms-flex: 0 0 auto;
  946. flex: 0 0 auto;
  947. width: auto;
  948. max-width: none;
  949. }
  950. .col-lg-1 {
  951. -ms-flex: 0 0 8.333333%;
  952. flex: 0 0 8.333333%;
  953. max-width: 8.333333%;
  954. }
  955. .col-lg-2 {
  956. -ms-flex: 0 0 16.666667%;
  957. flex: 0 0 16.666667%;
  958. max-width: 16.666667%;
  959. }
  960. .col-lg-3 {
  961. -ms-flex: 0 0 25%;
  962. flex: 0 0 25%;
  963. max-width: 25%;
  964. }
  965. .col-lg-4 {
  966. -ms-flex: 0 0 33.333333%;
  967. flex: 0 0 33.333333%;
  968. max-width: 33.333333%;
  969. }
  970. .col-lg-5 {
  971. -ms-flex: 0 0 41.666667%;
  972. flex: 0 0 41.666667%;
  973. max-width: 41.666667%;
  974. }
  975. .col-lg-6 {
  976. -ms-flex: 0 0 50%;
  977. flex: 0 0 50%;
  978. max-width: 50%;
  979. }
  980. .col-lg-7 {
  981. -ms-flex: 0 0 58.333333%;
  982. flex: 0 0 58.333333%;
  983. max-width: 58.333333%;
  984. }
  985. .col-lg-8 {
  986. -ms-flex: 0 0 66.666667%;
  987. flex: 0 0 66.666667%;
  988. max-width: 66.666667%;
  989. }
  990. .col-lg-9 {
  991. -ms-flex: 0 0 75%;
  992. flex: 0 0 75%;
  993. max-width: 75%;
  994. }
  995. .col-lg-10 {
  996. -ms-flex: 0 0 83.333333%;
  997. flex: 0 0 83.333333%;
  998. max-width: 83.333333%;
  999. }
  1000. .col-lg-11 {
  1001. -ms-flex: 0 0 91.666667%;
  1002. flex: 0 0 91.666667%;
  1003. max-width: 91.666667%;
  1004. }
  1005. .col-lg-12 {
  1006. -ms-flex: 0 0 100%;
  1007. flex: 0 0 100%;
  1008. max-width: 100%;
  1009. }
  1010. .order-lg-1 {
  1011. -ms-flex-order: 1;
  1012. order: 1;
  1013. }
  1014. .order-lg-2 {
  1015. -ms-flex-order: 2;
  1016. order: 2;
  1017. }
  1018. .order-lg-3 {
  1019. -ms-flex-order: 3;
  1020. order: 3;
  1021. }
  1022. .order-lg-4 {
  1023. -ms-flex-order: 4;
  1024. order: 4;
  1025. }
  1026. .order-lg-5 {
  1027. -ms-flex-order: 5;
  1028. order: 5;
  1029. }
  1030. .order-lg-6 {
  1031. -ms-flex-order: 6;
  1032. order: 6;
  1033. }
  1034. .order-lg-7 {
  1035. -ms-flex-order: 7;
  1036. order: 7;
  1037. }
  1038. .order-lg-8 {
  1039. -ms-flex-order: 8;
  1040. order: 8;
  1041. }
  1042. .order-lg-9 {
  1043. -ms-flex-order: 9;
  1044. order: 9;
  1045. }
  1046. .order-lg-10 {
  1047. -ms-flex-order: 10;
  1048. order: 10;
  1049. }
  1050. .order-lg-11 {
  1051. -ms-flex-order: 11;
  1052. order: 11;
  1053. }
  1054. .order-lg-12 {
  1055. -ms-flex-order: 12;
  1056. order: 12;
  1057. }
  1058. }
  1059. @media (min-width: 1200px) {
  1060. .col-xl {
  1061. -ms-flex-preferred-size: 0;
  1062. flex-basis: 0;
  1063. -ms-flex-positive: 1;
  1064. flex-grow: 1;
  1065. max-width: 100%;
  1066. }
  1067. .col-xl-auto {
  1068. -ms-flex: 0 0 auto;
  1069. flex: 0 0 auto;
  1070. width: auto;
  1071. max-width: none;
  1072. }
  1073. .col-xl-1 {
  1074. -ms-flex: 0 0 8.333333%;
  1075. flex: 0 0 8.333333%;
  1076. max-width: 8.333333%;
  1077. }
  1078. .col-xl-2 {
  1079. -ms-flex: 0 0 16.666667%;
  1080. flex: 0 0 16.666667%;
  1081. max-width: 16.666667%;
  1082. }
  1083. .col-xl-3 {
  1084. -ms-flex: 0 0 25%;
  1085. flex: 0 0 25%;
  1086. max-width: 25%;
  1087. }
  1088. .col-xl-4 {
  1089. -ms-flex: 0 0 33.333333%;
  1090. flex: 0 0 33.333333%;
  1091. max-width: 33.333333%;
  1092. }
  1093. .col-xl-5 {
  1094. -ms-flex: 0 0 41.666667%;
  1095. flex: 0 0 41.666667%;
  1096. max-width: 41.666667%;
  1097. }
  1098. .col-xl-6 {
  1099. -ms-flex: 0 0 50%;
  1100. flex: 0 0 50%;
  1101. max-width: 50%;
  1102. }
  1103. .col-xl-7 {
  1104. -ms-flex: 0 0 58.333333%;
  1105. flex: 0 0 58.333333%;
  1106. max-width: 58.333333%;
  1107. }
  1108. .col-xl-8 {
  1109. -ms-flex: 0 0 66.666667%;
  1110. flex: 0 0 66.666667%;
  1111. max-width: 66.666667%;
  1112. }
  1113. .col-xl-9 {
  1114. -ms-flex: 0 0 75%;
  1115. flex: 0 0 75%;
  1116. max-width: 75%;
  1117. }
  1118. .col-xl-10 {
  1119. -ms-flex: 0 0 83.333333%;
  1120. flex: 0 0 83.333333%;
  1121. max-width: 83.333333%;
  1122. }
  1123. .col-xl-11 {
  1124. -ms-flex: 0 0 91.666667%;
  1125. flex: 0 0 91.666667%;
  1126. max-width: 91.666667%;
  1127. }
  1128. .col-xl-12 {
  1129. -ms-flex: 0 0 100%;
  1130. flex: 0 0 100%;
  1131. max-width: 100%;
  1132. }
  1133. .order-xl-1 {
  1134. -ms-flex-order: 1;
  1135. order: 1;
  1136. }
  1137. .order-xl-2 {
  1138. -ms-flex-order: 2;
  1139. order: 2;
  1140. }
  1141. .order-xl-3 {
  1142. -ms-flex-order: 3;
  1143. order: 3;
  1144. }
  1145. .order-xl-4 {
  1146. -ms-flex-order: 4;
  1147. order: 4;
  1148. }
  1149. .order-xl-5 {
  1150. -ms-flex-order: 5;
  1151. order: 5;
  1152. }
  1153. .order-xl-6 {
  1154. -ms-flex-order: 6;
  1155. order: 6;
  1156. }
  1157. .order-xl-7 {
  1158. -ms-flex-order: 7;
  1159. order: 7;
  1160. }
  1161. .order-xl-8 {
  1162. -ms-flex-order: 8;
  1163. order: 8;
  1164. }
  1165. .order-xl-9 {
  1166. -ms-flex-order: 9;
  1167. order: 9;
  1168. }
  1169. .order-xl-10 {
  1170. -ms-flex-order: 10;
  1171. order: 10;
  1172. }
  1173. .order-xl-11 {
  1174. -ms-flex-order: 11;
  1175. order: 11;
  1176. }
  1177. .order-xl-12 {
  1178. -ms-flex-order: 12;
  1179. order: 12;
  1180. }
  1181. }
  1182. .table {
  1183. width: 100%;
  1184. max-width: 100%;
  1185. margin-bottom: 1rem;
  1186. background-color: transparent;
  1187. }
  1188. .table th,
  1189. .table td {
  1190. padding: 0.75rem;
  1191. vertical-align: top;
  1192. border-top: 1px solid #e9ecef;
  1193. }
  1194. .table thead th {
  1195. vertical-align: bottom;
  1196. border-bottom: 2px solid #e9ecef;
  1197. }
  1198. .table tbody + tbody {
  1199. border-top: 2px solid #e9ecef;
  1200. }
  1201. .table .table {
  1202. background-color: #fff;
  1203. }
  1204. .table-sm th,
  1205. .table-sm td {
  1206. padding: 0.3rem;
  1207. }
  1208. .table-bordered {
  1209. border: 1px solid #e9ecef;
  1210. }
  1211. .table-bordered th,
  1212. .table-bordered td {
  1213. border: 1px solid #e9ecef;
  1214. }
  1215. .table-bordered thead th,
  1216. .table-bordered thead td {
  1217. border-bottom-width: 2px;
  1218. }
  1219. .table-striped tbody tr:nth-of-type(odd) {
  1220. background-color: rgba(0, 0, 0, 0.05);
  1221. }
  1222. .table-hover tbody tr:hover {
  1223. background-color: rgba(0, 0, 0, 0.075);
  1224. }
  1225. .table-primary,
  1226. .table-primary > th,
  1227. .table-primary > td {
  1228. background-color: #b8daff;
  1229. }
  1230. .table-hover .table-primary:hover {
  1231. background-color: #9fcdff;
  1232. }
  1233. .table-hover .table-primary:hover > td,
  1234. .table-hover .table-primary:hover > th {
  1235. background-color: #9fcdff;
  1236. }
  1237. .table-secondary,
  1238. .table-secondary > th,
  1239. .table-secondary > td {
  1240. background-color: #dddfe2;
  1241. }
  1242. .table-hover .table-secondary:hover {
  1243. background-color: #cfd2d6;
  1244. }
  1245. .table-hover .table-secondary:hover > td,
  1246. .table-hover .table-secondary:hover > th {
  1247. background-color: #cfd2d6;
  1248. }
  1249. .table-success,
  1250. .table-success > th,
  1251. .table-success > td {
  1252. background-color: #c3e6cb;
  1253. }
  1254. .table-hover .table-success:hover {
  1255. background-color: #b1dfbb;
  1256. }
  1257. .table-hover .table-success:hover > td,
  1258. .table-hover .table-success:hover > th {
  1259. background-color: #b1dfbb;
  1260. }
  1261. .table-info,
  1262. .table-info > th,
  1263. .table-info > td {
  1264. background-color: #bee5eb;
  1265. }
  1266. .table-hover .table-info:hover {
  1267. background-color: #abdde5;
  1268. }
  1269. .table-hover .table-info:hover > td,
  1270. .table-hover .table-info:hover > th {
  1271. background-color: #abdde5;
  1272. }
  1273. .table-warning,
  1274. .table-warning > th,
  1275. .table-warning > td {
  1276. background-color: #ffeeba;
  1277. }
  1278. .table-hover .table-warning:hover {
  1279. background-color: #ffe8a1;
  1280. }
  1281. .table-hover .table-warning:hover > td,
  1282. .table-hover .table-warning:hover > th {
  1283. background-color: #ffe8a1;
  1284. }
  1285. .table-danger,
  1286. .table-danger > th,
  1287. .table-danger > td {
  1288. background-color: #f5c6cb;
  1289. }
  1290. .table-hover .table-danger:hover {
  1291. background-color: #f1b0b7;
  1292. }
  1293. .table-hover .table-danger:hover > td,
  1294. .table-hover .table-danger:hover > th {
  1295. background-color: #f1b0b7;
  1296. }
  1297. .table-light,
  1298. .table-light > th,
  1299. .table-light > td {
  1300. background-color: #fdfdfe;
  1301. }
  1302. .table-hover .table-light:hover {
  1303. background-color: #ececf6;
  1304. }
  1305. .table-hover .table-light:hover > td,
  1306. .table-hover .table-light:hover > th {
  1307. background-color: #ececf6;
  1308. }
  1309. .table-dark,
  1310. .table-dark > th,
  1311. .table-dark > td {
  1312. background-color: #c6c8ca;
  1313. }
  1314. .table-hover .table-dark:hover {
  1315. background-color: #b9bbbe;
  1316. }
  1317. .table-hover .table-dark:hover > td,
  1318. .table-hover .table-dark:hover > th {
  1319. background-color: #b9bbbe;
  1320. }
  1321. .table-active,
  1322. .table-active > th,
  1323. .table-active > td {
  1324. background-color: rgba(0, 0, 0, 0.075);
  1325. }
  1326. .table-hover .table-active:hover {
  1327. background-color: rgba(0, 0, 0, 0.075);
  1328. }
  1329. .table-hover .table-active:hover > td,
  1330. .table-hover .table-active:hover > th {
  1331. background-color: rgba(0, 0, 0, 0.075);
  1332. }
  1333. .thead-inverse th {
  1334. color: #fff;
  1335. background-color: #212529;
  1336. }
  1337. .thead-default th {
  1338. color: #495057;
  1339. background-color: #e9ecef;
  1340. }
  1341. .table-inverse {
  1342. color: #fff;
  1343. background-color: #212529;
  1344. }
  1345. .table-inverse th,
  1346. .table-inverse td,
  1347. .table-inverse thead th {
  1348. border-color: #32383e;
  1349. }
  1350. .table-inverse.table-bordered {
  1351. border: 0;
  1352. }
  1353. .table-inverse.table-striped tbody tr:nth-of-type(odd) {
  1354. background-color: rgba(255, 255, 255, 0.05);
  1355. }
  1356. .table-inverse.table-hover tbody tr:hover {
  1357. background-color: rgba(255, 255, 255, 0.075);
  1358. }
  1359. @media (max-width: 991px) {
  1360. .table-responsive {
  1361. display: block;
  1362. width: 100%;
  1363. overflow-x: auto;
  1364. -ms-overflow-style: -ms-autohiding-scrollbar;
  1365. }
  1366. .table-responsive.table-bordered {
  1367. border: 0;
  1368. }
  1369. }
  1370. .form-control {
  1371. display: block;
  1372. width: 100%;
  1373. padding: 0.5rem 0.75rem;
  1374. font-size: 1rem;
  1375. line-height: 1.25;
  1376. color: #495057;
  1377. background-color: #fff;
  1378. background-image: none;
  1379. background-clip: padding-box;
  1380. border: 1px solid rgba(0, 0, 0, 0.15);
  1381. border-radius: 0.25rem;
  1382. transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  1383. }
  1384. .form-control::-ms-expand {
  1385. background-color: transparent;
  1386. border: 0;
  1387. }
  1388. .form-control:focus {
  1389. color: #495057;
  1390. background-color: #fff;
  1391. border-color: #80bdff;
  1392. outline: none;
  1393. }
  1394. .form-control::-webkit-input-placeholder {
  1395. color: #868e96;
  1396. opacity: 1;
  1397. }
  1398. .form-control:-ms-input-placeholder {
  1399. color: #868e96;
  1400. opacity: 1;
  1401. }
  1402. .form-control::placeholder {
  1403. color: #868e96;
  1404. opacity: 1;
  1405. }
  1406. .form-control:disabled, .form-control[readonly] {
  1407. background-color: #e9ecef;
  1408. opacity: 1;
  1409. }
  1410. select.form-control:not([size]):not([multiple]) {
  1411. height: calc(2.25rem + 2px);
  1412. }
  1413. select.form-control:focus::-ms-value {
  1414. color: #495057;
  1415. background-color: #fff;
  1416. }
  1417. .form-control-file,
  1418. .form-control-range {
  1419. display: block;
  1420. }
  1421. .col-form-label {
  1422. padding-top: calc(0.5rem - 1px * 2);
  1423. padding-bottom: calc(0.5rem - 1px * 2);
  1424. margin-bottom: 0;
  1425. }
  1426. .col-form-label-lg {
  1427. padding-top: calc(0.5rem - 1px * 2);
  1428. padding-bottom: calc(0.5rem - 1px * 2);
  1429. font-size: 1.25rem;
  1430. }
  1431. .col-form-label-sm {
  1432. padding-top: calc(0.25rem - 1px * 2);
  1433. padding-bottom: calc(0.25rem - 1px * 2);
  1434. font-size: 0.875rem;
  1435. }
  1436. .col-form-legend {
  1437. padding-top: 0.5rem;
  1438. padding-bottom: 0.5rem;
  1439. margin-bottom: 0;
  1440. font-size: 1rem;
  1441. }
  1442. .form-control-plaintext {
  1443. padding-top: 0.5rem;
  1444. padding-bottom: 0.5rem;
  1445. margin-bottom: 0;
  1446. line-height: 1.25;
  1447. border: solid transparent;
  1448. border-width: 1px 0;
  1449. }
  1450. .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
  1451. .input-group-sm > .form-control-plaintext.input-group-addon,
  1452. .input-group-sm > .input-group-btn > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
  1453. .input-group-lg > .form-control-plaintext.input-group-addon,
  1454. .input-group-lg > .input-group-btn > .form-control-plaintext.btn {
  1455. padding-right: 0;
  1456. padding-left: 0;
  1457. }
  1458. .form-control-sm, .input-group-sm > .form-control,
  1459. .input-group-sm > .input-group-addon,
  1460. .input-group-sm > .input-group-btn > .btn {
  1461. padding: 0.25rem 0.5rem;
  1462. font-size: 0.875rem;
  1463. line-height: 1.5;
  1464. border-radius: 0.2rem;
  1465. }
  1466. select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
  1467. .input-group-sm > select.input-group-addon:not([size]):not([multiple]),
  1468. .input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  1469. height: calc(1.8125rem + 2px);
  1470. }
  1471. .form-control-lg, .input-group-lg > .form-control,
  1472. .input-group-lg > .input-group-addon,
  1473. .input-group-lg > .input-group-btn > .btn {
  1474. padding: 0.5rem 1rem;
  1475. font-size: 1.25rem;
  1476. line-height: 1.5;
  1477. border-radius: 0.3rem;
  1478. }
  1479. select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
  1480. .input-group-lg > select.input-group-addon:not([size]):not([multiple]),
  1481. .input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  1482. height: calc(2.3125rem + 2px);
  1483. }
  1484. .form-group {
  1485. margin-bottom: 1rem;
  1486. }
  1487. .form-text {
  1488. display: block;
  1489. margin-top: 0.25rem;
  1490. }
  1491. .form-row {
  1492. display: -ms-flexbox;
  1493. display: flex;
  1494. -ms-flex-wrap: wrap;
  1495. flex-wrap: wrap;
  1496. margin-right: -5px;
  1497. margin-left: -5px;
  1498. }
  1499. .form-row > .col,
  1500. .form-row > [class*="col-"] {
  1501. padding-right: 5px;
  1502. padding-left: 5px;
  1503. }
  1504. .form-check {
  1505. position: relative;
  1506. display: block;
  1507. margin-bottom: 0.5rem;
  1508. }
  1509. .form-check.disabled .form-check-label {
  1510. color: #868e96;
  1511. }
  1512. .form-check-label {
  1513. padding-left: 1.25rem;
  1514. margin-bottom: 0;
  1515. }
  1516. .form-check-input {
  1517. position: absolute;
  1518. margin-top: 0.25rem;
  1519. margin-left: -1.25rem;
  1520. }
  1521. .form-check-input:only-child {
  1522. position: static;
  1523. }
  1524. .form-check-inline {
  1525. display: inline-block;
  1526. }
  1527. .form-check-inline .form-check-label {
  1528. vertical-align: middle;
  1529. }
  1530. .form-check-inline + .form-check-inline {
  1531. margin-left: 0.75rem;
  1532. }
  1533. .invalid-feedback {
  1534. display: none;
  1535. margin-top: .25rem;
  1536. font-size: .875rem;
  1537. color: #dc3545;
  1538. }
  1539. .invalid-tooltip {
  1540. position: absolute;
  1541. top: 100%;
  1542. z-index: 5;
  1543. display: none;
  1544. width: 250px;
  1545. padding: .5rem;
  1546. margin-top: .1rem;
  1547. font-size: .875rem;
  1548. line-height: 1;
  1549. color: #fff;
  1550. background-color: rgba(220, 53, 69, 0.8);
  1551. border-radius: .2rem;
  1552. }
  1553. .was-validated .form-control:valid, .form-control.is-valid, .was-validated
  1554. .custom-select:valid,
  1555. .custom-select.is-valid {
  1556. border-color: #28a745;
  1557. }
  1558. .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  1559. .custom-select:valid:focus,
  1560. .custom-select.is-valid:focus {
  1561. box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  1562. }
  1563. .was-validated .form-control:valid ~ .invalid-feedback,
  1564. .was-validated .form-control:valid ~ .invalid-tooltip, .form-control.is-valid ~ .invalid-feedback,
  1565. .form-control.is-valid ~ .invalid-tooltip, .was-validated
  1566. .custom-select:valid ~ .invalid-feedback,
  1567. .was-validated
  1568. .custom-select:valid ~ .invalid-tooltip,
  1569. .custom-select.is-valid ~ .invalid-feedback,
  1570. .custom-select.is-valid ~ .invalid-tooltip {
  1571. display: block;
  1572. }
  1573. .was-validated .form-check-input:valid + .form-check-label, .form-check-input.is-valid + .form-check-label {
  1574. color: #28a745;
  1575. }
  1576. .was-validated .custom-control-input:valid ~ .custom-control-indicator, .custom-control-input.is-valid ~ .custom-control-indicator {
  1577. background-color: rgba(40, 167, 69, 0.25);
  1578. }
  1579. .was-validated .custom-control-input:valid ~ .custom-control-description, .custom-control-input.is-valid ~ .custom-control-description {
  1580. color: #28a745;
  1581. }
  1582. .was-validated .custom-file-input:valid ~ .custom-file-control, .custom-file-input.is-valid ~ .custom-file-control {
  1583. border-color: #28a745;
  1584. }
  1585. .was-validated .custom-file-input:valid ~ .custom-file-control::before, .custom-file-input.is-valid ~ .custom-file-control::before {
  1586. border-color: inherit;
  1587. }
  1588. .was-validated .custom-file-input:valid:focus, .custom-file-input.is-valid:focus {
  1589. box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  1590. }
  1591. .was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
  1592. .custom-select:invalid,
  1593. .custom-select.is-invalid {
  1594. border-color: #dc3545;
  1595. }
  1596. .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  1597. .custom-select:invalid:focus,
  1598. .custom-select.is-invalid:focus {
  1599. box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  1600. }
  1601. .was-validated .form-control:invalid ~ .invalid-feedback,
  1602. .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  1603. .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  1604. .custom-select:invalid ~ .invalid-feedback,
  1605. .was-validated
  1606. .custom-select:invalid ~ .invalid-tooltip,
  1607. .custom-select.is-invalid ~ .invalid-feedback,
  1608. .custom-select.is-invalid ~ .invalid-tooltip {
  1609. display: block;
  1610. }
  1611. .was-validated .form-check-input:invalid + .form-check-label, .form-check-input.is-invalid + .form-check-label {
  1612. color: #dc3545;
  1613. }
  1614. .was-validated .custom-control-input:invalid ~ .custom-control-indicator, .custom-control-input.is-invalid ~ .custom-control-indicator {
  1615. background-color: rgba(220, 53, 69, 0.25);
  1616. }
  1617. .was-validated .custom-control-input:invalid ~ .custom-control-description, .custom-control-input.is-invalid ~ .custom-control-description {
  1618. color: #dc3545;
  1619. }
  1620. .was-validated .custom-file-input:invalid ~ .custom-file-control, .custom-file-input.is-invalid ~ .custom-file-control {
  1621. border-color: #dc3545;
  1622. }
  1623. .was-validated .custom-file-input:invalid ~ .custom-file-control::before, .custom-file-input.is-invalid ~ .custom-file-control::before {
  1624. border-color: inherit;
  1625. }
  1626. .was-validated .custom-file-input:invalid:focus, .custom-file-input.is-invalid:focus {
  1627. box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  1628. }
  1629. .form-inline {
  1630. display: -ms-flexbox;
  1631. display: flex;
  1632. -ms-flex-flow: row wrap;
  1633. flex-flow: row wrap;
  1634. -ms-flex-align: center;
  1635. align-items: center;
  1636. }
  1637. .form-inline .form-check {
  1638. width: 100%;
  1639. }
  1640. @media (min-width: 576px) {
  1641. .form-inline label {
  1642. display: -ms-flexbox;
  1643. display: flex;
  1644. -ms-flex-align: center;
  1645. align-items: center;
  1646. -ms-flex-pack: center;
  1647. justify-content: center;
  1648. margin-bottom: 0;
  1649. }
  1650. .form-inline .form-group {
  1651. display: -ms-flexbox;
  1652. display: flex;
  1653. -ms-flex: 0 0 auto;
  1654. flex: 0 0 auto;
  1655. -ms-flex-flow: row wrap;
  1656. flex-flow: row wrap;
  1657. -ms-flex-align: center;
  1658. align-items: center;
  1659. margin-bottom: 0;
  1660. }
  1661. .form-inline .form-control {
  1662. display: inline-block;
  1663. width: auto;
  1664. vertical-align: middle;
  1665. }
  1666. .form-inline .form-control-plaintext {
  1667. display: inline-block;
  1668. }
  1669. .form-inline .input-group {
  1670. width: auto;
  1671. }
  1672. .form-inline .form-control-label {
  1673. margin-bottom: 0;
  1674. vertical-align: middle;
  1675. }
  1676. .form-inline .form-check {
  1677. display: -ms-flexbox;
  1678. display: flex;
  1679. -ms-flex-align: center;
  1680. align-items: center;
  1681. -ms-flex-pack: center;
  1682. justify-content: center;
  1683. width: auto;
  1684. margin-top: 0;
  1685. margin-bottom: 0;
  1686. }
  1687. .form-inline .form-check-label {
  1688. padding-left: 0;
  1689. }
  1690. .form-inline .form-check-input {
  1691. position: relative;
  1692. margin-top: 0;
  1693. margin-right: 0.25rem;
  1694. margin-left: 0;
  1695. }
  1696. .form-inline .custom-control {
  1697. display: -ms-flexbox;
  1698. display: flex;
  1699. -ms-flex-align: center;
  1700. align-items: center;
  1701. -ms-flex-pack: center;
  1702. justify-content: center;
  1703. padding-left: 0;
  1704. }
  1705. .form-inline .custom-control-indicator {
  1706. position: static;
  1707. display: inline-block;
  1708. margin-right: 0.25rem;
  1709. vertical-align: text-bottom;
  1710. }
  1711. .form-inline .has-feedback .form-control-feedback {
  1712. top: 0;
  1713. }
  1714. }
  1715. .btn {
  1716. display: inline-block;
  1717. font-weight: normal;
  1718. text-align: center;
  1719. white-space: nowrap;
  1720. vertical-align: middle;
  1721. -webkit-user-select: none;
  1722. -moz-user-select: none;
  1723. -ms-user-select: none;
  1724. user-select: none;
  1725. border: 1px solid transparent;
  1726. padding: 0.5rem 0.75rem;
  1727. font-size: 1rem;
  1728. line-height: 1.25;
  1729. border-radius: 0.25rem;
  1730. transition: all 0.15s ease-in-out;
  1731. }
  1732. .btn:focus, .btn:hover {
  1733. text-decoration: none;
  1734. }
  1735. .btn:focus, .btn.focus {
  1736. outline: 0;
  1737. box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
  1738. }
  1739. .btn.disabled, .btn:disabled {
  1740. opacity: .65;
  1741. }
  1742. .btn:active, .btn.active {
  1743. background-image: none;
  1744. }
  1745. a.btn.disabled,
  1746. fieldset[disabled] a.btn {
  1747. pointer-events: none;
  1748. }
  1749. .btn-primary {
  1750. color: #fff;
  1751. background-color: #007bff;
  1752. border-color: #007bff;
  1753. }
  1754. .btn-primary:hover {
  1755. color: #fff;
  1756. background-color: #0069d9;
  1757. border-color: #0062cc;
  1758. }
  1759. .btn-primary:focus, .btn-primary.focus {
  1760. box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
  1761. }
  1762. .btn-primary.disabled, .btn-primary:disabled {
  1763. background-color: #007bff;
  1764. border-color: #007bff;
  1765. }
  1766. .btn-primary:active, .btn-primary.active,
  1767. .show > .btn-primary.dropdown-toggle {
  1768. background-color: #0069d9;
  1769. background-image: none;
  1770. border-color: #0062cc;
  1771. }
  1772. .btn-secondary {
  1773. color: #fff;
  1774. background-color: #868e96;
  1775. border-color: #868e96;
  1776. }
  1777. .btn-secondary:hover {
  1778. color: #fff;
  1779. background-color: #727b84;
  1780. border-color: #6c757d;
  1781. }
  1782. .btn-secondary:focus, .btn-secondary.focus {
  1783. box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
  1784. }
  1785. .btn-secondary.disabled, .btn-secondary:disabled {
  1786. background-color: #868e96;
  1787. border-color: #868e96;
  1788. }
  1789. .btn-secondary:active, .btn-secondary.active,
  1790. .show > .btn-secondary.dropdown-toggle {
  1791. background-color: #727b84;
  1792. background-image: none;
  1793. border-color: #6c757d;
  1794. }
  1795. .btn-success {
  1796. color: #fff;
  1797. background-color: #28a745;
  1798. border-color: #28a745;
  1799. }
  1800. .btn-success:hover {
  1801. color: #fff;
  1802. background-color: #218838;
  1803. border-color: #1e7e34;
  1804. }
  1805. .btn-success:focus, .btn-success.focus {
  1806. box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
  1807. }
  1808. .btn-success.disabled, .btn-success:disabled {
  1809. background-color: #28a745;
  1810. border-color: #28a745;
  1811. }
  1812. .btn-success:active, .btn-success.active,
  1813. .show > .btn-success.dropdown-toggle {
  1814. background-color: #218838;
  1815. background-image: none;
  1816. border-color: #1e7e34;
  1817. }
  1818. .btn-info {
  1819. color: #fff;
  1820. background-color: #17a2b8;
  1821. border-color: #17a2b8;
  1822. }
  1823. .btn-info:hover {
  1824. color: #fff;
  1825. background-color: #138496;
  1826. border-color: #117a8b;
  1827. }
  1828. .btn-info:focus, .btn-info.focus {
  1829. box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
  1830. }
  1831. .btn-info.disabled, .btn-info:disabled {
  1832. background-color: #17a2b8;
  1833. border-color: #17a2b8;
  1834. }
  1835. .btn-info:active, .btn-info.active,
  1836. .show > .btn-info.dropdown-toggle {
  1837. background-color: #138496;
  1838. background-image: none;
  1839. border-color: #117a8b;
  1840. }
  1841. .btn-warning {
  1842. color: #111;
  1843. background-color: #ffc107;
  1844. border-color: #ffc107;
  1845. }
  1846. .btn-warning:hover {
  1847. color: #111;
  1848. background-color: #e0a800;
  1849. border-color: #d39e00;
  1850. }
  1851. .btn-warning:focus, .btn-warning.focus {
  1852. box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
  1853. }
  1854. .btn-warning.disabled, .btn-warning:disabled {
  1855. background-color: #ffc107;
  1856. border-color: #ffc107;
  1857. }
  1858. .btn-warning:active, .btn-warning.active,
  1859. .show > .btn-warning.dropdown-toggle {
  1860. background-color: #e0a800;
  1861. background-image: none;
  1862. border-color: #d39e00;
  1863. }
  1864. .btn-danger {
  1865. color: #fff;
  1866. background-color: #dc3545;
  1867. border-color: #dc3545;
  1868. }
  1869. .btn-danger:hover {
  1870. color: #fff;
  1871. background-color: #c82333;
  1872. border-color: #bd2130;
  1873. }
  1874. .btn-danger:focus, .btn-danger.focus {
  1875. box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
  1876. }
  1877. .btn-danger.disabled, .btn-danger:disabled {
  1878. background-color: #dc3545;
  1879. border-color: #dc3545;
  1880. }
  1881. .btn-danger:active, .btn-danger.active,
  1882. .show > .btn-danger.dropdown-toggle {
  1883. background-color: #c82333;
  1884. background-image: none;
  1885. border-color: #bd2130;
  1886. }
  1887. .btn-light {
  1888. color: #111;
  1889. background-color: #f8f9fa;
  1890. border-color: #f8f9fa;
  1891. }
  1892. .btn-light:hover {
  1893. color: #111;
  1894. background-color: #e2e6ea;
  1895. border-color: #dae0e5;
  1896. }
  1897. .btn-light:focus, .btn-light.focus {
  1898. box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
  1899. }
  1900. .btn-light.disabled, .btn-light:disabled {
  1901. background-color: #f8f9fa;
  1902. border-color: #f8f9fa;
  1903. }
  1904. .btn-light:active, .btn-light.active,
  1905. .show > .btn-light.dropdown-toggle {
  1906. background-color: #e2e6ea;
  1907. background-image: none;
  1908. border-color: #dae0e5;
  1909. }
  1910. .btn-dark {
  1911. color: #fff;
  1912. background-color: #343a40;
  1913. border-color: #343a40;
  1914. }
  1915. .btn-dark:hover {
  1916. color: #fff;
  1917. background-color: #23272b;
  1918. border-color: #1d2124;
  1919. }
  1920. .btn-dark:focus, .btn-dark.focus {
  1921. box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
  1922. }
  1923. .btn-dark.disabled, .btn-dark:disabled {
  1924. background-color: #343a40;
  1925. border-color: #343a40;
  1926. }
  1927. .btn-dark:active, .btn-dark.active,
  1928. .show > .btn-dark.dropdown-toggle {
  1929. background-color: #23272b;
  1930. background-image: none;
  1931. border-color: #1d2124;
  1932. }
  1933. .btn-outline-primary {
  1934. color: #007bff;
  1935. background-color: transparent;
  1936. background-image: none;
  1937. border-color: #007bff;
  1938. }
  1939. .btn-outline-primary:hover {
  1940. color: #fff;
  1941. background-color: #007bff;
  1942. border-color: #007bff;
  1943. }
  1944. .btn-outline-primary:focus, .btn-outline-primary.focus {
  1945. box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
  1946. }
  1947. .btn-outline-primary.disabled, .btn-outline-primary:disabled {
  1948. color: #007bff;
  1949. background-color: transparent;
  1950. }
  1951. .btn-outline-primary:active, .btn-outline-primary.active,
  1952. .show > .btn-outline-primary.dropdown-toggle {
  1953. color: #fff;
  1954. background-color: #007bff;
  1955. border-color: #007bff;
  1956. }
  1957. .btn-outline-secondary {
  1958. color: #868e96;
  1959. background-color: transparent;
  1960. background-image: none;
  1961. border-color: #868e96;
  1962. }
  1963. .btn-outline-secondary:hover {
  1964. color: #fff;
  1965. background-color: #868e96;
  1966. border-color: #868e96;
  1967. }
  1968. .btn-outline-secondary:focus, .btn-outline-secondary.focus {
  1969. box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
  1970. }
  1971. .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  1972. color: #868e96;
  1973. background-color: transparent;
  1974. }
  1975. .btn-outline-secondary:active, .btn-outline-secondary.active,
  1976. .show > .btn-outline-secondary.dropdown-toggle {
  1977. color: #fff;
  1978. background-color: #868e96;
  1979. border-color: #868e96;
  1980. }
  1981. .btn-outline-success {
  1982. color: #28a745;
  1983. background-color: transparent;
  1984. background-image: none;
  1985. border-color: #28a745;
  1986. }
  1987. .btn-outline-success:hover {
  1988. color: #fff;
  1989. background-color: #28a745;
  1990. border-color: #28a745;
  1991. }
  1992. .btn-outline-success:focus, .btn-outline-success.focus {
  1993. box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
  1994. }
  1995. .btn-outline-success.disabled, .btn-outline-success:disabled {
  1996. color: #28a745;
  1997. background-color: transparent;
  1998. }
  1999. .btn-outline-success:active, .btn-outline-success.active,
  2000. .show > .btn-outline-success.dropdown-toggle {
  2001. color: #fff;
  2002. background-color: #28a745;
  2003. border-color: #28a745;
  2004. }
  2005. .btn-outline-info {
  2006. color: #17a2b8;
  2007. background-color: transparent;
  2008. background-image: none;
  2009. border-color: #17a2b8;
  2010. }
  2011. .btn-outline-info:hover {
  2012. color: #fff;
  2013. background-color: #17a2b8;
  2014. border-color: #17a2b8;
  2015. }
  2016. .btn-outline-info:focus, .btn-outline-info.focus {
  2017. box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
  2018. }
  2019. .btn-outline-info.disabled, .btn-outline-info:disabled {
  2020. color: #17a2b8;
  2021. background-color: transparent;
  2022. }
  2023. .btn-outline-info:active, .btn-outline-info.active,
  2024. .show > .btn-outline-info.dropdown-toggle {
  2025. color: #fff;
  2026. background-color: #17a2b8;
  2027. border-color: #17a2b8;
  2028. }
  2029. .btn-outline-warning {
  2030. color: #ffc107;
  2031. background-color: transparent;
  2032. background-image: none;
  2033. border-color: #ffc107;
  2034. }
  2035. .btn-outline-warning:hover {
  2036. color: #fff;
  2037. background-color: #ffc107;
  2038. border-color: #ffc107;
  2039. }
  2040. .btn-outline-warning:focus, .btn-outline-warning.focus {
  2041. box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
  2042. }
  2043. .btn-outline-warning.disabled, .btn-outline-warning:disabled {
  2044. color: #ffc107;
  2045. background-color: transparent;
  2046. }
  2047. .btn-outline-warning:active, .btn-outline-warning.active,
  2048. .show > .btn-outline-warning.dropdown-toggle {
  2049. color: #fff;
  2050. background-color: #ffc107;
  2051. border-color: #ffc107;
  2052. }
  2053. .btn-outline-danger {
  2054. color: #dc3545;
  2055. background-color: transparent;
  2056. background-image: none;
  2057. border-color: #dc3545;
  2058. }
  2059. .btn-outline-danger:hover {
  2060. color: #fff;
  2061. background-color: #dc3545;
  2062. border-color: #dc3545;
  2063. }
  2064. .btn-outline-danger:focus, .btn-outline-danger.focus {
  2065. box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
  2066. }
  2067. .btn-outline-danger.disabled, .btn-outline-danger:disabled {
  2068. color: #dc3545;
  2069. background-color: transparent;
  2070. }
  2071. .btn-outline-danger:active, .btn-outline-danger.active,
  2072. .show > .btn-outline-danger.dropdown-toggle {
  2073. color: #fff;
  2074. background-color: #dc3545;
  2075. border-color: #dc3545;
  2076. }
  2077. .btn-outline-light {
  2078. color: #f8f9fa;
  2079. background-color: transparent;
  2080. background-image: none;
  2081. border-color: #f8f9fa;
  2082. }
  2083. .btn-outline-light:hover {
  2084. color: #fff;
  2085. background-color: #f8f9fa;
  2086. border-color: #f8f9fa;
  2087. }
  2088. .btn-outline-light:focus, .btn-outline-light.focus {
  2089. box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
  2090. }
  2091. .btn-outline-light.disabled, .btn-outline-light:disabled {
  2092. color: #f8f9fa;
  2093. background-color: transparent;
  2094. }
  2095. .btn-outline-light:active, .btn-outline-light.active,
  2096. .show > .btn-outline-light.dropdown-toggle {
  2097. color: #fff;
  2098. background-color: #f8f9fa;
  2099. border-color: #f8f9fa;
  2100. }
  2101. .btn-outline-dark {
  2102. color: #343a40;
  2103. background-color: transparent;
  2104. background-image: none;
  2105. border-color: #343a40;
  2106. }
  2107. .btn-outline-dark:hover {
  2108. color: #fff;
  2109. background-color: #343a40;
  2110. border-color: #343a40;
  2111. }
  2112. .btn-outline-dark:focus, .btn-outline-dark.focus {
  2113. box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
  2114. }
  2115. .btn-outline-dark.disabled, .btn-outline-dark:disabled {
  2116. color: #343a40;
  2117. background-color: transparent;
  2118. }
  2119. .btn-outline-dark:active, .btn-outline-dark.active,
  2120. .show > .btn-outline-dark.dropdown-toggle {
  2121. color: #fff;
  2122. background-color: #343a40;
  2123. border-color: #343a40;
  2124. }
  2125. .btn-link {
  2126. font-weight: normal;
  2127. color: #007bff;
  2128. border-radius: 0;
  2129. }
  2130. .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
  2131. background-color: transparent;
  2132. }
  2133. .btn-link, .btn-link:focus, .btn-link:active {
  2134. border-color: transparent;
  2135. box-shadow: none;
  2136. }
  2137. .btn-link:hover {
  2138. border-color: transparent;
  2139. }
  2140. .btn-link:focus, .btn-link:hover {
  2141. color: #0056b3;
  2142. text-decoration: underline;
  2143. background-color: transparent;
  2144. }
  2145. .btn-link:disabled {
  2146. color: #868e96;
  2147. }
  2148. .btn-link:disabled:focus, .btn-link:disabled:hover {
  2149. text-decoration: none;
  2150. }
  2151. .btn-lg, .btn-group-lg > .btn {
  2152. padding: 0.5rem 1rem;
  2153. font-size: 1.25rem;
  2154. line-height: 1.5;
  2155. border-radius: 0.3rem;
  2156. }
  2157. .btn-sm, .btn-group-sm > .btn {
  2158. padding: 0.25rem 0.5rem;
  2159. font-size: 0.875rem;
  2160. line-height: 1.5;
  2161. border-radius: 0.2rem;
  2162. }
  2163. .btn-block {
  2164. display: block;
  2165. width: 100%;
  2166. }
  2167. .btn-block + .btn-block {
  2168. margin-top: 0.5rem;
  2169. }
  2170. input[type="submit"].btn-block,
  2171. input[type="reset"].btn-block,
  2172. input[type="button"].btn-block {
  2173. width: 100%;
  2174. }
  2175. .fade {
  2176. opacity: 0;
  2177. transition: opacity 0.15s linear;
  2178. }
  2179. .fade.show {
  2180. opacity: 1;
  2181. }
  2182. .collapse {
  2183. display: none;
  2184. }
  2185. .collapse.show {
  2186. display: block;
  2187. }
  2188. tr.collapse.show {
  2189. display: table-row;
  2190. }
  2191. tbody.collapse.show {
  2192. display: table-row-group;
  2193. }
  2194. .collapsing {
  2195. position: relative;
  2196. height: 0;
  2197. overflow: hidden;
  2198. transition: height 0.35s ease;
  2199. }
  2200. .dropup,
  2201. .dropdown {
  2202. position: relative;
  2203. }
  2204. .dropdown-toggle::after {
  2205. display: inline-block;
  2206. width: 0;
  2207. height: 0;
  2208. margin-left: 0.255em;
  2209. vertical-align: 0.255em;
  2210. content: "";
  2211. border-top: 0.3em solid;
  2212. border-right: 0.3em solid transparent;
  2213. border-left: 0.3em solid transparent;
  2214. }
  2215. .dropdown-toggle:empty::after {
  2216. margin-left: 0;
  2217. }
  2218. .dropup .dropdown-menu {
  2219. margin-top: 0;
  2220. margin-bottom: 0.125rem;
  2221. }
  2222. .dropup .dropdown-toggle::after {
  2223. border-top: 0;
  2224. border-bottom: 0.3em solid;
  2225. }
  2226. .dropdown-menu {
  2227. position: absolute;
  2228. top: 100%;
  2229. left: 0;
  2230. z-index: 1000;
  2231. display: none;
  2232. float: left;
  2233. min-width: 10rem;
  2234. padding: 0.5rem 0;
  2235. margin: 0.125rem 0 0;
  2236. font-size: 1rem;
  2237. color: #212529;
  2238. text-align: left;
  2239. list-style: none;
  2240. background-color: #fff;
  2241. background-clip: padding-box;
  2242. border: 1px solid rgba(0, 0, 0, 0.15);
  2243. border-radius: 0.25rem;
  2244. }
  2245. .dropdown-divider {
  2246. height: 0;
  2247. margin: 0.5rem 0;
  2248. overflow: hidden;
  2249. border-top: 1px solid #e9ecef;
  2250. }
  2251. .dropdown-item {
  2252. display: block;
  2253. width: 100%;
  2254. padding: 0.25rem 1.5rem;
  2255. clear: both;
  2256. font-weight: normal;
  2257. color: #212529;
  2258. text-align: inherit;
  2259. white-space: nowrap;
  2260. background: none;
  2261. border: 0;
  2262. }
  2263. .dropdown-item:focus, .dropdown-item:hover {
  2264. color: #16181b;
  2265. text-decoration: none;
  2266. background-color: #f8f9fa;
  2267. }
  2268. .dropdown-item.active, .dropdown-item:active {
  2269. color: #fff;
  2270. text-decoration: none;
  2271. background-color: #007bff;
  2272. }
  2273. .dropdown-item.disabled, .dropdown-item:disabled {
  2274. color: #868e96;
  2275. background-color: transparent;
  2276. }
  2277. .show > a {
  2278. outline: 0;
  2279. }
  2280. .dropdown-menu.show {
  2281. display: block;
  2282. }
  2283. .dropdown-header {
  2284. display: block;
  2285. padding: 0.5rem 1.5rem;
  2286. margin-bottom: 0;
  2287. font-size: 0.875rem;
  2288. color: #868e96;
  2289. white-space: nowrap;
  2290. }
  2291. .btn-group,
  2292. .btn-group-vertical {
  2293. position: relative;
  2294. display: -ms-inline-flexbox;
  2295. display: inline-flex;
  2296. vertical-align: middle;
  2297. }
  2298. .btn-group > .btn,
  2299. .btn-group-vertical > .btn {
  2300. position: relative;
  2301. -ms-flex: 0 1 auto;
  2302. flex: 0 1 auto;
  2303. margin-bottom: 0;
  2304. }
  2305. .btn-group > .btn:hover,
  2306. .btn-group-vertical > .btn:hover {
  2307. z-index: 2;
  2308. }
  2309. .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
  2310. .btn-group-vertical > .btn:focus,
  2311. .btn-group-vertical > .btn:active,
  2312. .btn-group-vertical > .btn.active {
  2313. z-index: 2;
  2314. }
  2315. .btn-group .btn + .btn,
  2316. .btn-group .btn + .btn-group,
  2317. .btn-group .btn-group + .btn,
  2318. .btn-group .btn-group + .btn-group,
  2319. .btn-group-vertical .btn + .btn,
  2320. .btn-group-vertical .btn + .btn-group,
  2321. .btn-group-vertical .btn-group + .btn,
  2322. .btn-group-vertical .btn-group + .btn-group {
  2323. margin-left: -1px;
  2324. }
  2325. .btn-toolbar {
  2326. display: -ms-flexbox;
  2327. display: flex;
  2328. -ms-flex-wrap: wrap;
  2329. flex-wrap: wrap;
  2330. -ms-flex-pack: start;
  2331. justify-content: flex-start;
  2332. }
  2333. .btn-toolbar .input-group {
  2334. width: auto;
  2335. }
  2336. .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  2337. border-radius: 0;
  2338. }
  2339. .btn-group > .btn:first-child {
  2340. margin-left: 0;
  2341. }
  2342. .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  2343. border-top-right-radius: 0;
  2344. border-bottom-right-radius: 0;
  2345. }
  2346. .btn-group > .btn:last-child:not(:first-child),
  2347. .btn-group > .dropdown-toggle:not(:first-child) {
  2348. border-top-left-radius: 0;
  2349. border-bottom-left-radius: 0;
  2350. }
  2351. .btn-group > .btn-group {
  2352. float: left;
  2353. }
  2354. .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  2355. border-radius: 0;
  2356. }
  2357. .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
  2358. .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  2359. border-top-right-radius: 0;
  2360. border-bottom-right-radius: 0;
  2361. }
  2362. .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  2363. border-top-left-radius: 0;
  2364. border-bottom-left-radius: 0;
  2365. }
  2366. .btn + .dropdown-toggle-split {
  2367. padding-right: 0.5625rem;
  2368. padding-left: 0.5625rem;
  2369. }
  2370. .btn + .dropdown-toggle-split::after {
  2371. margin-left: 0;
  2372. }
  2373. .btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  2374. padding-right: 0.375rem;
  2375. padding-left: 0.375rem;
  2376. }
  2377. .btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  2378. padding-right: 0.75rem;
  2379. padding-left: 0.75rem;
  2380. }
  2381. .btn-group-vertical {
  2382. display: -ms-inline-flexbox;
  2383. display: inline-flex;
  2384. -ms-flex-direction: column;
  2385. flex-direction: column;
  2386. -ms-flex-align: start;
  2387. align-items: flex-start;
  2388. -ms-flex-pack: center;
  2389. justify-content: center;
  2390. }
  2391. .btn-group-vertical .btn,
  2392. .btn-group-vertical .btn-group {
  2393. width: 100%;
  2394. }
  2395. .btn-group-vertical > .btn + .btn,
  2396. .btn-group-vertical > .btn + .btn-group,
  2397. .btn-group-vertical > .btn-group + .btn,
  2398. .btn-group-vertical > .btn-group + .btn-group {
  2399. margin-top: -1px;
  2400. margin-left: 0;
  2401. }
  2402. .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  2403. border-radius: 0;
  2404. }
  2405. .btn-group-vertical > .btn:first-child:not(:last-child) {
  2406. border-bottom-right-radius: 0;
  2407. border-bottom-left-radius: 0;
  2408. }
  2409. .btn-group-vertical > .btn:last-child:not(:first-child) {
  2410. border-top-left-radius: 0;
  2411. border-top-right-radius: 0;
  2412. }
  2413. .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  2414. border-radius: 0;
  2415. }
  2416. .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
  2417. .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  2418. border-bottom-right-radius: 0;
  2419. border-bottom-left-radius: 0;
  2420. }
  2421. .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  2422. border-top-left-radius: 0;
  2423. border-top-right-radius: 0;
  2424. }
  2425. [data-toggle="buttons"] > .btn input[type="radio"],
  2426. [data-toggle="buttons"] > .btn input[type="checkbox"],
  2427. [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
  2428. [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  2429. position: absolute;
  2430. clip: rect(0, 0, 0, 0);
  2431. pointer-events: none;
  2432. }
  2433. .input-group {
  2434. position: relative;
  2435. display: -ms-flexbox;
  2436. display: flex;
  2437. width: 100%;
  2438. }
  2439. .input-group .form-control {
  2440. position: relative;
  2441. z-index: 2;
  2442. -ms-flex: 1 1 auto;
  2443. flex: 1 1 auto;
  2444. width: 1%;
  2445. margin-bottom: 0;
  2446. }
  2447. .input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
  2448. z-index: 3;
  2449. }
  2450. .input-group-addon,
  2451. .input-group-btn,
  2452. .input-group .form-control {
  2453. display: -ms-flexbox;
  2454. display: flex;
  2455. -ms-flex-align: center;
  2456. align-items: center;
  2457. }
  2458. .input-group-addon:not(:first-child):not(:last-child),
  2459. .input-group-btn:not(:first-child):not(:last-child),
  2460. .input-group .form-control:not(:first-child):not(:last-child) {
  2461. border-radius: 0;
  2462. }
  2463. .input-group-addon,
  2464. .input-group-btn {
  2465. white-space: nowrap;
  2466. vertical-align: middle;
  2467. }
  2468. .input-group-addon {
  2469. padding: 0.5rem 0.75rem;
  2470. margin-bottom: 0;
  2471. font-size: 1rem;
  2472. font-weight: normal;
  2473. line-height: 1.25;
  2474. color: #495057;
  2475. text-align: center;
  2476. background-color: #e9ecef;
  2477. border: 1px solid rgba(0, 0, 0, 0.15);
  2478. border-radius: 0.25rem;
  2479. }
  2480. .input-group-addon.form-control-sm,
  2481. .input-group-sm > .input-group-addon,
  2482. .input-group-sm > .input-group-btn > .input-group-addon.btn {
  2483. padding: 0.25rem 0.5rem;
  2484. font-size: 0.875rem;
  2485. border-radius: 0.2rem;
  2486. }
  2487. .input-group-addon.form-control-lg,
  2488. .input-group-lg > .input-group-addon,
  2489. .input-group-lg > .input-group-btn > .input-group-addon.btn {
  2490. padding: 0.5rem 1rem;
  2491. font-size: 1.25rem;
  2492. border-radius: 0.3rem;
  2493. }
  2494. .input-group-addon input[type="radio"],
  2495. .input-group-addon input[type="checkbox"] {
  2496. margin-top: 0;
  2497. }
  2498. .input-group .form-control:not(:last-child),
  2499. .input-group-addon:not(:last-child),
  2500. .input-group-btn:not(:last-child) > .btn,
  2501. .input-group-btn:not(:last-child) > .btn-group > .btn,
  2502. .input-group-btn:not(:last-child) > .dropdown-toggle,
  2503. .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
  2504. .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
  2505. border-top-right-radius: 0;
  2506. border-bottom-right-radius: 0;
  2507. }
  2508. .input-group-addon:not(:last-child) {
  2509. border-right: 0;
  2510. }
  2511. .input-group .form-control:not(:first-child),
  2512. .input-group-addon:not(:first-child),
  2513. .input-group-btn:not(:first-child) > .btn,
  2514. .input-group-btn:not(:first-child) > .btn-group > .btn,
  2515. .input-group-btn:not(:first-child) > .dropdown-toggle,
  2516. .input-group-btn:not(:last-child) > .btn:not(:first-child),
  2517. .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  2518. border-top-left-radius: 0;
  2519. border-bottom-left-radius: 0;
  2520. }
  2521. .form-control + .input-group-addon:not(:first-child) {
  2522. border-left: 0;
  2523. }
  2524. .input-group-btn {
  2525. position: relative;
  2526. font-size: 0;
  2527. white-space: nowrap;
  2528. }
  2529. .input-group-btn > .btn {
  2530. position: relative;
  2531. }
  2532. .input-group-btn > .btn + .btn {
  2533. margin-left: -1px;
  2534. }
  2535. .input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
  2536. z-index: 3;
  2537. }
  2538. .input-group-btn:not(:last-child) > .btn,
  2539. .input-group-btn:not(:last-child) > .btn-group {
  2540. margin-right: -1px;
  2541. }
  2542. .input-group-btn:not(:first-child) > .btn,
  2543. .input-group-btn:not(:first-child) > .btn-group {
  2544. z-index: 2;
  2545. margin-left: -1px;
  2546. }
  2547. .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
  2548. .input-group-btn:not(:first-child) > .btn-group:focus,
  2549. .input-group-btn:not(:first-child) > .btn-group:active,
  2550. .input-group-btn:not(:first-child) > .btn-group:hover {
  2551. z-index: 3;
  2552. }
  2553. .custom-control {
  2554. position: relative;
  2555. display: -ms-inline-flexbox;
  2556. display: inline-flex;
  2557. min-height: 1.5rem;
  2558. padding-left: 1.5rem;
  2559. margin-right: 1rem;
  2560. }
  2561. .custom-control-input {
  2562. position: absolute;
  2563. z-index: -1;
  2564. opacity: 0;
  2565. }
  2566. .custom-control-input:checked ~ .custom-control-indicator {
  2567. color: #fff;
  2568. background-color: #007bff;
  2569. }
  2570. .custom-control-input:focus ~ .custom-control-indicator {
  2571. box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007bff;
  2572. }
  2573. .custom-control-input:active ~ .custom-control-indicator {
  2574. color: #fff;
  2575. background-color: #b3d7ff;
  2576. }
  2577. .custom-control-input:disabled ~ .custom-control-indicator {
  2578. background-color: #e9ecef;
  2579. }
  2580. .custom-control-input:disabled ~ .custom-control-description {
  2581. color: #868e96;
  2582. }
  2583. .custom-control-indicator {
  2584. position: absolute;
  2585. top: 0.25rem;
  2586. left: 0;
  2587. display: block;
  2588. width: 1rem;
  2589. height: 1rem;
  2590. pointer-events: none;
  2591. -webkit-user-select: none;
  2592. -moz-user-select: none;
  2593. -ms-user-select: none;
  2594. user-select: none;
  2595. background-color: #ddd;
  2596. background-repeat: no-repeat;
  2597. background-position: center center;
  2598. background-size: 50% 50%;
  2599. }
  2600. .custom-checkbox .custom-control-indicator {
  2601. border-radius: 0.25rem;
  2602. }
  2603. .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  2604. background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
  2605. }
  2606. .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  2607. background-color: #007bff;
  2608. background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
  2609. }
  2610. .custom-radio .custom-control-indicator {
  2611. border-radius: 50%;
  2612. }
  2613. .custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  2614. background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
  2615. }
  2616. .custom-controls-stacked {
  2617. display: -ms-flexbox;
  2618. display: flex;
  2619. -ms-flex-direction: column;
  2620. flex-direction: column;
  2621. }
  2622. .custom-controls-stacked .custom-control {
  2623. margin-bottom: 0.25rem;
  2624. }
  2625. .custom-controls-stacked .custom-control + .custom-control {
  2626. margin-left: 0;
  2627. }
  2628. .custom-select {
  2629. display: inline-block;
  2630. max-width: 100%;
  2631. height: calc(2.25rem + 2px);
  2632. padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  2633. line-height: 1.25;
  2634. color: #495057;
  2635. vertical-align: middle;
  2636. background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  2637. background-size: 8px 10px;
  2638. border: 1px solid rgba(0, 0, 0, 0.15);
  2639. border-radius: 0.25rem;
  2640. -webkit-appearance: none;
  2641. -moz-appearance: none;
  2642. appearance: none;
  2643. }
  2644. .custom-select:focus {
  2645. border-color: #80bdff;
  2646. outline: none;
  2647. }
  2648. .custom-select:focus::-ms-value {
  2649. color: #495057;
  2650. background-color: #fff;
  2651. }
  2652. .custom-select:disabled {
  2653. color: #868e96;
  2654. background-color: #e9ecef;
  2655. }
  2656. .custom-select::-ms-expand {
  2657. opacity: 0;
  2658. }
  2659. .custom-select-sm {
  2660. height: calc(1.8125rem + 2px);
  2661. padding-top: 0.375rem;
  2662. padding-bottom: 0.375rem;
  2663. font-size: 75%;
  2664. }
  2665. .custom-file {
  2666. position: relative;
  2667. display: inline-block;
  2668. max-width: 100%;
  2669. height: 2.5rem;
  2670. margin-bottom: 0;
  2671. }
  2672. .custom-file-input {
  2673. min-width: 14rem;
  2674. max-width: 100%;
  2675. height: 2.5rem;
  2676. margin: 0;
  2677. opacity: 0;
  2678. }
  2679. .custom-file-control {
  2680. position: absolute;
  2681. top: 0;
  2682. right: 0;
  2683. left: 0;
  2684. z-index: 5;
  2685. height: 2.5rem;
  2686. padding: 0.5rem 1rem;
  2687. line-height: 1.5;
  2688. color: #495057;
  2689. pointer-events: none;
  2690. -webkit-user-select: none;
  2691. -moz-user-select: none;
  2692. -ms-user-select: none;
  2693. user-select: none;
  2694. background-color: #fff;
  2695. border: 1px solid rgba(0, 0, 0, 0.15);
  2696. border-radius: 0.25rem;
  2697. }
  2698. .custom-file-control:lang(en):empty::after {
  2699. content: "Choose file...";
  2700. }
  2701. .custom-file-control::before {
  2702. position: absolute;
  2703. top: -1px;
  2704. right: -1px;
  2705. bottom: -1px;
  2706. z-index: 6;
  2707. display: block;
  2708. height: 2.5rem;
  2709. padding: 0.5rem 1rem;
  2710. line-height: 1.5;
  2711. color: #495057;
  2712. background-color: #e9ecef;
  2713. border: 1px solid rgba(0, 0, 0, 0.15);
  2714. border-radius: 0 0.25rem 0.25rem 0;
  2715. }
  2716. .custom-file-control:lang(en)::before {
  2717. content: "Browse";
  2718. }
  2719. .nav {
  2720. display: -ms-flexbox;
  2721. display: flex;
  2722. -ms-flex-wrap: wrap;
  2723. flex-wrap: wrap;
  2724. padding-left: 0;
  2725. margin-bottom: 0;
  2726. list-style: none;
  2727. }
  2728. .nav-link {
  2729. display: block;
  2730. padding: 0.5rem 1rem;
  2731. }
  2732. .nav-link:focus, .nav-link:hover {
  2733. text-decoration: none;
  2734. }
  2735. .nav-link.disabled {
  2736. color: #868e96;
  2737. }
  2738. .nav-tabs {
  2739. border-bottom: 1px solid #ddd;
  2740. }
  2741. .nav-tabs .nav-item {
  2742. margin-bottom: -1px;
  2743. }
  2744. .nav-tabs .nav-link {
  2745. border: 1px solid transparent;
  2746. border-top-left-radius: 0.25rem;
  2747. border-top-right-radius: 0.25rem;
  2748. }
  2749. .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  2750. border-color: #e9ecef #e9ecef #ddd;
  2751. }
  2752. .nav-tabs .nav-link.disabled {
  2753. color: #868e96;
  2754. background-color: transparent;
  2755. border-color: transparent;
  2756. }
  2757. .nav-tabs .nav-link.active,
  2758. .nav-tabs .nav-item.show .nav-link {
  2759. color: #495057;
  2760. background-color: #fff;
  2761. border-color: #ddd #ddd #fff;
  2762. }
  2763. .nav-tabs .dropdown-menu {
  2764. margin-top: -1px;
  2765. border-top-left-radius: 0;
  2766. border-top-right-radius: 0;
  2767. }
  2768. .nav-pills .nav-link {
  2769. border-radius: 0.25rem;
  2770. }
  2771. .nav-pills .nav-link.active,
  2772. .show > .nav-pills .nav-link {
  2773. color: #fff;
  2774. background-color: #007bff;
  2775. }
  2776. .nav-fill .nav-item {
  2777. -ms-flex: 1 1 auto;
  2778. flex: 1 1 auto;
  2779. text-align: center;
  2780. }
  2781. .nav-justified .nav-item {
  2782. -ms-flex-preferred-size: 0;
  2783. flex-basis: 0;
  2784. -ms-flex-positive: 1;
  2785. flex-grow: 1;
  2786. text-align: center;
  2787. }
  2788. .tab-content > .tab-pane {
  2789. display: none;
  2790. }
  2791. .tab-content > .active {
  2792. display: block;
  2793. }
  2794. .navbar {
  2795. position: relative;
  2796. display: -ms-flexbox;
  2797. display: flex;
  2798. -ms-flex-wrap: wrap;
  2799. flex-wrap: wrap;
  2800. -ms-flex-align: center;
  2801. align-items: center;
  2802. -ms-flex-pack: justify;
  2803. justify-content: space-between;
  2804. padding: 0.5rem 1rem;
  2805. }
  2806. .navbar > .container,
  2807. .navbar > .container-fluid {
  2808. display: -ms-flexbox;
  2809. display: flex;
  2810. -ms-flex-wrap: wrap;
  2811. flex-wrap: wrap;
  2812. -ms-flex-align: center;
  2813. align-items: center;
  2814. -ms-flex-pack: justify;
  2815. justify-content: space-between;
  2816. }
  2817. .navbar-brand {
  2818. display: inline-block;
  2819. padding-top: 0.3125rem;
  2820. padding-bottom: 0.3125rem;
  2821. margin-right: 1rem;
  2822. font-size: 1.25rem;
  2823. line-height: inherit;
  2824. white-space: nowrap;
  2825. }
  2826. .navbar-brand:focus, .navbar-brand:hover {
  2827. text-decoration: none;
  2828. }
  2829. .navbar-nav {
  2830. display: -ms-flexbox;
  2831. display: flex;
  2832. -ms-flex-direction: column;
  2833. flex-direction: column;
  2834. padding-left: 0;
  2835. margin-bottom: 0;
  2836. list-style: none;
  2837. }
  2838. .navbar-nav .nav-link {
  2839. padding-right: 0;
  2840. padding-left: 0;
  2841. }
  2842. .navbar-nav .dropdown-menu {
  2843. position: static;
  2844. float: none;
  2845. }
  2846. .navbar-text {
  2847. display: inline-block;
  2848. padding-top: 0.5rem;
  2849. padding-bottom: 0.5rem;
  2850. }
  2851. .navbar-collapse {
  2852. -ms-flex-preferred-size: 100%;
  2853. flex-basis: 100%;
  2854. -ms-flex-align: center;
  2855. align-items: center;
  2856. }
  2857. .navbar-toggler {
  2858. padding: 0.25rem 0.75rem;
  2859. font-size: 1.25rem;
  2860. line-height: 1;
  2861. background: transparent;
  2862. border: 1px solid transparent;
  2863. border-radius: 0.25rem;
  2864. }
  2865. .navbar-toggler:focus, .navbar-toggler:hover {
  2866. text-decoration: none;
  2867. }
  2868. .navbar-toggler-icon {
  2869. display: inline-block;
  2870. width: 1.5em;
  2871. height: 1.5em;
  2872. vertical-align: middle;
  2873. content: "";
  2874. background: no-repeat center center;
  2875. background-size: 100% 100%;
  2876. }
  2877. @media (max-width: 575px) {
  2878. .navbar-expand-sm > .container,
  2879. .navbar-expand-sm > .container-fluid {
  2880. padding-right: 0;
  2881. padding-left: 0;
  2882. }
  2883. }
  2884. @media (min-width: 576px) {
  2885. .navbar-expand-sm {
  2886. -ms-flex-direction: row;
  2887. flex-direction: row;
  2888. -ms-flex-wrap: nowrap;
  2889. flex-wrap: nowrap;
  2890. -ms-flex-pack: start;
  2891. justify-content: flex-start;
  2892. }
  2893. .navbar-expand-sm .navbar-nav {
  2894. -ms-flex-direction: row;
  2895. flex-direction: row;
  2896. }
  2897. .navbar-expand-sm .navbar-nav .dropdown-menu {
  2898. position: absolute;
  2899. }
  2900. .navbar-expand-sm .navbar-nav .dropdown-menu-right {
  2901. right: 0;
  2902. left: auto;
  2903. }
  2904. .navbar-expand-sm .navbar-nav .nav-link {
  2905. padding-right: .5rem;
  2906. padding-left: .5rem;
  2907. }
  2908. .navbar-expand-sm > .container,
  2909. .navbar-expand-sm > .container-fluid {
  2910. -ms-flex-wrap: nowrap;
  2911. flex-wrap: nowrap;
  2912. }
  2913. .navbar-expand-sm .navbar-collapse {
  2914. display: -ms-flexbox !important;
  2915. display: flex !important;
  2916. }
  2917. .navbar-expand-sm .navbar-toggler {
  2918. display: none;
  2919. }
  2920. }
  2921. @media (max-width: 767px) {
  2922. .navbar-expand-md > .container,
  2923. .navbar-expand-md > .container-fluid {
  2924. padding-right: 0;
  2925. padding-left: 0;
  2926. }
  2927. }
  2928. @media (min-width: 768px) {
  2929. .navbar-expand-md {
  2930. -ms-flex-direction: row;
  2931. flex-direction: row;
  2932. -ms-flex-wrap: nowrap;
  2933. flex-wrap: nowrap;
  2934. -ms-flex-pack: start;
  2935. justify-content: flex-start;
  2936. }
  2937. .navbar-expand-md .navbar-nav {
  2938. -ms-flex-direction: row;
  2939. flex-direction: row;
  2940. }
  2941. .navbar-expand-md .navbar-nav .dropdown-menu {
  2942. position: absolute;
  2943. }
  2944. .navbar-expand-md .navbar-nav .dropdown-menu-right {
  2945. right: 0;
  2946. left: auto;
  2947. }
  2948. .navbar-expand-md .navbar-nav .nav-link {
  2949. padding-right: .5rem;
  2950. padding-left: .5rem;
  2951. }
  2952. .navbar-expand-md > .container,
  2953. .navbar-expand-md > .container-fluid {
  2954. -ms-flex-wrap: nowrap;
  2955. flex-wrap: nowrap;
  2956. }
  2957. .navbar-expand-md .navbar-collapse {
  2958. display: -ms-flexbox !important;
  2959. display: flex !important;
  2960. }
  2961. .navbar-expand-md .navbar-toggler {
  2962. display: none;
  2963. }
  2964. }
  2965. @media (max-width: 991px) {
  2966. .navbar-expand-lg > .container,
  2967. .navbar-expand-lg > .container-fluid {
  2968. padding-right: 0;
  2969. padding-left: 0;
  2970. }
  2971. }
  2972. @media (min-width: 992px) {
  2973. .navbar-expand-lg {
  2974. -ms-flex-direction: row;
  2975. flex-direction: row;
  2976. -ms-flex-wrap: nowrap;
  2977. flex-wrap: nowrap;
  2978. -ms-flex-pack: start;
  2979. justify-content: flex-start;
  2980. }
  2981. .navbar-expand-lg .navbar-nav {
  2982. -ms-flex-direction: row;
  2983. flex-direction: row;
  2984. }
  2985. .navbar-expand-lg .navbar-nav .dropdown-menu {
  2986. position: absolute;
  2987. }
  2988. .navbar-expand-lg .navbar-nav .dropdown-menu-right {
  2989. right: 0;
  2990. left: auto;
  2991. }
  2992. .navbar-expand-lg .navbar-nav .nav-link {
  2993. padding-right: .5rem;
  2994. padding-left: .5rem;
  2995. }
  2996. .navbar-expand-lg > .container,
  2997. .navbar-expand-lg > .container-fluid {
  2998. -ms-flex-wrap: nowrap;
  2999. flex-wrap: nowrap;
  3000. }
  3001. .navbar-expand-lg .navbar-collapse {
  3002. display: -ms-flexbox !important;
  3003. display: flex !important;
  3004. }
  3005. .navbar-expand-lg .navbar-toggler {
  3006. display: none;
  3007. }
  3008. }
  3009. @media (max-width: 1199px) {
  3010. .navbar-expand-xl > .container,
  3011. .navbar-expand-xl > .container-fluid {
  3012. padding-right: 0;
  3013. padding-left: 0;
  3014. }
  3015. }
  3016. @media (min-width: 1200px) {
  3017. .navbar-expand-xl {
  3018. -ms-flex-direction: row;
  3019. flex-direction: row;
  3020. -ms-flex-wrap: nowrap;
  3021. flex-wrap: nowrap;
  3022. -ms-flex-pack: start;
  3023. justify-content: flex-start;
  3024. }
  3025. .navbar-expand-xl .navbar-nav {
  3026. -ms-flex-direction: row;
  3027. flex-direction: row;
  3028. }
  3029. .navbar-expand-xl .navbar-nav .dropdown-menu {
  3030. position: absolute;
  3031. }
  3032. .navbar-expand-xl .navbar-nav .dropdown-menu-right {
  3033. right: 0;
  3034. left: auto;
  3035. }
  3036. .navbar-expand-xl .navbar-nav .nav-link {
  3037. padding-right: .5rem;
  3038. padding-left: .5rem;
  3039. }
  3040. .navbar-expand-xl > .container,
  3041. .navbar-expand-xl > .container-fluid {
  3042. -ms-flex-wrap: nowrap;
  3043. flex-wrap: nowrap;
  3044. }
  3045. .navbar-expand-xl .navbar-collapse {
  3046. display: -ms-flexbox !important;
  3047. display: flex !important;
  3048. }
  3049. .navbar-expand-xl .navbar-toggler {
  3050. display: none;
  3051. }
  3052. }
  3053. .navbar-expand {
  3054. -ms-flex-direction: row;
  3055. flex-direction: row;
  3056. -ms-flex-wrap: nowrap;
  3057. flex-wrap: nowrap;
  3058. -ms-flex-pack: start;
  3059. justify-content: flex-start;
  3060. }
  3061. .navbar-expand > .container,
  3062. .navbar-expand > .container-fluid {
  3063. padding-right: 0;
  3064. padding-left: 0;
  3065. }
  3066. .navbar-expand .navbar-nav {
  3067. -ms-flex-direction: row;
  3068. flex-direction: row;
  3069. }
  3070. .navbar-expand .navbar-nav .dropdown-menu {
  3071. position: absolute;
  3072. }
  3073. .navbar-expand .navbar-nav .dropdown-menu-right {
  3074. right: 0;
  3075. left: auto;
  3076. }
  3077. .navbar-expand .navbar-nav .nav-link {
  3078. padding-right: .5rem;
  3079. padding-left: .5rem;
  3080. }
  3081. .navbar-expand > .container,
  3082. .navbar-expand > .container-fluid {
  3083. -ms-flex-wrap: nowrap;
  3084. flex-wrap: nowrap;
  3085. }
  3086. .navbar-expand .navbar-collapse {
  3087. display: -ms-flexbox !important;
  3088. display: flex !important;
  3089. }
  3090. .navbar-expand .navbar-toggler {
  3091. display: none;
  3092. }
  3093. .navbar-light .navbar-brand {
  3094. color: rgba(0, 0, 0, 0.9);
  3095. }
  3096. .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  3097. color: rgba(0, 0, 0, 0.9);
  3098. }
  3099. .navbar-light .navbar-nav .nav-link {
  3100. color: rgba(0, 0, 0, 0.5);
  3101. }
  3102. .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  3103. color: rgba(0, 0, 0, 0.7);
  3104. }
  3105. .navbar-light .navbar-nav .nav-link.disabled {
  3106. color: rgba(0, 0, 0, 0.3);
  3107. }
  3108. .navbar-light .navbar-nav .show > .nav-link,
  3109. .navbar-light .navbar-nav .active > .nav-link,
  3110. .navbar-light .navbar-nav .nav-link.show,
  3111. .navbar-light .navbar-nav .nav-link.active {
  3112. color: rgba(0, 0, 0, 0.9);
  3113. }
  3114. .navbar-light .navbar-toggler {
  3115. color: rgba(0, 0, 0, 0.5);
  3116. border-color: rgba(0, 0, 0, 0.1);
  3117. }
  3118. .navbar-light .navbar-toggler-icon {
  3119. background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  3120. }
  3121. .navbar-light .navbar-text {
  3122. color: rgba(0, 0, 0, 0.5);
  3123. }
  3124. .navbar-dark .navbar-brand {
  3125. color: white;
  3126. }
  3127. .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  3128. color: white;
  3129. }
  3130. .navbar-dark .navbar-nav .nav-link {
  3131. color: rgba(255, 255, 255, 0.5);
  3132. }
  3133. .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  3134. color: rgba(255, 255, 255, 0.75);
  3135. }
  3136. .navbar-dark .navbar-nav .nav-link.disabled {
  3137. color: rgba(255, 255, 255, 0.25);
  3138. }
  3139. .navbar-dark .navbar-nav .show > .nav-link,
  3140. .navbar-dark .navbar-nav .active > .nav-link,
  3141. .navbar-dark .navbar-nav .nav-link.show,
  3142. .navbar-dark .navbar-nav .nav-link.active {
  3143. color: white;
  3144. }
  3145. .navbar-dark .navbar-toggler {
  3146. color: rgba(255, 255, 255, 0.5);
  3147. border-color: rgba(255, 255, 255, 0.1);
  3148. }
  3149. .navbar-dark .navbar-toggler-icon {
  3150. background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  3151. }
  3152. .navbar-dark .navbar-text {
  3153. color: rgba(255, 255, 255, 0.5);
  3154. }
  3155. .card {
  3156. position: relative;
  3157. display: -ms-flexbox;
  3158. display: flex;
  3159. -ms-flex-direction: column;
  3160. flex-direction: column;
  3161. min-width: 0;
  3162. word-wrap: break-word;
  3163. background-color: #fff;
  3164. background-clip: border-box;
  3165. border: 1px solid rgba(0, 0, 0, 0.125);
  3166. border-radius: 0.25rem;
  3167. }
  3168. .card-body {
  3169. -ms-flex: 1 1 auto;
  3170. flex: 1 1 auto;
  3171. padding: 1.25rem;
  3172. }
  3173. .card-title {
  3174. margin-bottom: 0.75rem;
  3175. }
  3176. .card-subtitle {
  3177. margin-top: -0.375rem;
  3178. margin-bottom: 0;
  3179. }
  3180. .card-text:last-child {
  3181. margin-bottom: 0;
  3182. }
  3183. .card-link:hover {
  3184. text-decoration: none;
  3185. }
  3186. .card-link + .card-link {
  3187. margin-left: 1.25rem;
  3188. }
  3189. .card > .list-group:first-child .list-group-item:first-child {
  3190. border-top-left-radius: 0.25rem;
  3191. border-top-right-radius: 0.25rem;
  3192. }
  3193. .card > .list-group:last-child .list-group-item:last-child {
  3194. border-bottom-right-radius: 0.25rem;
  3195. border-bottom-left-radius: 0.25rem;
  3196. }
  3197. .card-header {
  3198. padding: 0.75rem 1.25rem;
  3199. margin-bottom: 0;
  3200. background-color: rgba(0, 0, 0, 0.03);
  3201. border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  3202. }
  3203. .card-header:first-child {
  3204. border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
  3205. }
  3206. .card-footer {
  3207. padding: 0.75rem 1.25rem;
  3208. background-color: rgba(0, 0, 0, 0.03);
  3209. border-top: 1px solid rgba(0, 0, 0, 0.125);
  3210. }
  3211. .card-footer:last-child {
  3212. border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
  3213. }
  3214. .card-header-tabs {
  3215. margin-right: -0.625rem;
  3216. margin-bottom: -0.75rem;
  3217. margin-left: -0.625rem;
  3218. border-bottom: 0;
  3219. }
  3220. .card-header-pills {
  3221. margin-right: -0.625rem;
  3222. margin-left: -0.625rem;
  3223. }
  3224. .card-img-overlay {
  3225. position: absolute;
  3226. top: 0;
  3227. right: 0;
  3228. bottom: 0;
  3229. left: 0;
  3230. padding: 1.25rem;
  3231. }
  3232. .card-img {
  3233. width: 100%;
  3234. border-radius: calc(0.25rem - 1px);
  3235. }
  3236. .card-img-top {
  3237. width: 100%;
  3238. border-top-left-radius: calc(0.25rem - 1px);
  3239. border-top-right-radius: calc(0.25rem - 1px);
  3240. }
  3241. .card-img-bottom {
  3242. width: 100%;
  3243. border-bottom-right-radius: calc(0.25rem - 1px);
  3244. border-bottom-left-radius: calc(0.25rem - 1px);
  3245. }
  3246. @media (min-width: 576px) {
  3247. .card-deck {
  3248. display: -ms-flexbox;
  3249. display: flex;
  3250. -ms-flex-flow: row wrap;
  3251. flex-flow: row wrap;
  3252. margin-right: -15px;
  3253. margin-left: -15px;
  3254. }
  3255. .card-deck .card {
  3256. display: -ms-flexbox;
  3257. display: flex;
  3258. -ms-flex: 1 0 0%;
  3259. flex: 1 0 0%;
  3260. -ms-flex-direction: column;
  3261. flex-direction: column;
  3262. margin-right: 15px;
  3263. margin-left: 15px;
  3264. }
  3265. }
  3266. @media (min-width: 576px) {
  3267. .card-group {
  3268. display: -ms-flexbox;
  3269. display: flex;
  3270. -ms-flex-flow: row wrap;
  3271. flex-flow: row wrap;
  3272. }
  3273. .card-group .card {
  3274. -ms-flex: 1 0 0%;
  3275. flex: 1 0 0%;
  3276. }
  3277. .card-group .card + .card {
  3278. margin-left: 0;
  3279. border-left: 0;
  3280. }
  3281. .card-group .card:first-child {
  3282. border-top-right-radius: 0;
  3283. border-bottom-right-radius: 0;
  3284. }
  3285. .card-group .card:first-child .card-img-top {
  3286. border-top-right-radius: 0;
  3287. }
  3288. .card-group .card:first-child .card-img-bottom {
  3289. border-bottom-right-radius: 0;
  3290. }
  3291. .card-group .card:last-child {
  3292. border-top-left-radius: 0;
  3293. border-bottom-left-radius: 0;
  3294. }
  3295. .card-group .card:last-child .card-img-top {
  3296. border-top-left-radius: 0;
  3297. }
  3298. .card-group .card:last-child .card-img-bottom {
  3299. border-bottom-left-radius: 0;
  3300. }
  3301. .card-group .card:not(:first-child):not(:last-child) {
  3302. border-radius: 0;
  3303. }
  3304. .card-group .card:not(:first-child):not(:last-child) .card-img-top,
  3305. .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
  3306. border-radius: 0;
  3307. }
  3308. }
  3309. .card-columns .card {
  3310. margin-bottom: 0.75rem;
  3311. }
  3312. @media (min-width: 576px) {
  3313. .card-columns {
  3314. -webkit-column-count: 3;
  3315. column-count: 3;
  3316. -webkit-column-gap: 1.25rem;
  3317. column-gap: 1.25rem;
  3318. }
  3319. .card-columns .card {
  3320. display: inline-block;
  3321. width: 100%;
  3322. }
  3323. }
  3324. .breadcrumb {
  3325. padding: 0.75rem 1rem;
  3326. margin-bottom: 1rem;
  3327. list-style: none;
  3328. background-color: #e9ecef;
  3329. border-radius: 0.25rem;
  3330. }
  3331. .breadcrumb::after {
  3332. display: block;
  3333. clear: both;
  3334. content: "";
  3335. }
  3336. .breadcrumb-item {
  3337. float: left;
  3338. }
  3339. .breadcrumb-item + .breadcrumb-item::before {
  3340. display: inline-block;
  3341. padding-right: 0.5rem;
  3342. padding-left: 0.5rem;
  3343. color: #868e96;
  3344. content: "/";
  3345. }
  3346. .breadcrumb-item + .breadcrumb-item:hover::before {
  3347. text-decoration: underline;
  3348. }
  3349. .breadcrumb-item + .breadcrumb-item:hover::before {
  3350. text-decoration: none;
  3351. }
  3352. .breadcrumb-item.active {
  3353. color: #868e96;
  3354. }
  3355. .pagination {
  3356. display: -ms-flexbox;
  3357. display: flex;
  3358. padding-left: 0;
  3359. list-style: none;
  3360. border-radius: 0.25rem;
  3361. }
  3362. .page-item:first-child .page-link {
  3363. margin-left: 0;
  3364. border-top-left-radius: 0.25rem;
  3365. border-bottom-left-radius: 0.25rem;
  3366. }
  3367. .page-item:last-child .page-link {
  3368. border-top-right-radius: 0.25rem;
  3369. border-bottom-right-radius: 0.25rem;
  3370. }
  3371. .page-item.active .page-link {
  3372. z-index: 2;
  3373. color: #fff;
  3374. background-color: #007bff;
  3375. border-color: #007bff;
  3376. }
  3377. .page-item.disabled .page-link {
  3378. color: #868e96;
  3379. pointer-events: none;
  3380. background-color: #fff;
  3381. border-color: #ddd;
  3382. }
  3383. .page-link {
  3384. position: relative;
  3385. display: block;
  3386. padding: 0.5rem 0.75rem;
  3387. margin-left: -1px;
  3388. line-height: 1.25;
  3389. color: #007bff;
  3390. background-color: #fff;
  3391. border: 1px solid #ddd;
  3392. }
  3393. .page-link:focus, .page-link:hover {
  3394. color: #0056b3;
  3395. text-decoration: none;
  3396. background-color: #e9ecef;
  3397. border-color: #ddd;
  3398. }
  3399. .pagination-lg .page-link {
  3400. padding: 0.75rem 1.5rem;
  3401. font-size: 1.25rem;
  3402. line-height: 1.5;
  3403. }
  3404. .pagination-lg .page-item:first-child .page-link {
  3405. border-top-left-radius: 0.3rem;
  3406. border-bottom-left-radius: 0.3rem;
  3407. }
  3408. .pagination-lg .page-item:last-child .page-link {
  3409. border-top-right-radius: 0.3rem;
  3410. border-bottom-right-radius: 0.3rem;
  3411. }
  3412. .pagination-sm .page-link {
  3413. padding: 0.25rem 0.5rem;
  3414. font-size: 0.875rem;
  3415. line-height: 1.5;
  3416. }
  3417. .pagination-sm .page-item:first-child .page-link {
  3418. border-top-left-radius: 0.2rem;
  3419. border-bottom-left-radius: 0.2rem;
  3420. }
  3421. .pagination-sm .page-item:last-child .page-link {
  3422. border-top-right-radius: 0.2rem;
  3423. border-bottom-right-radius: 0.2rem;
  3424. }
  3425. .badge {
  3426. display: inline-block;
  3427. padding: 0.25em 0.4em;
  3428. font-size: 75%;
  3429. font-weight: bold;
  3430. line-height: 1;
  3431. color: #fff;
  3432. text-align: center;
  3433. white-space: nowrap;
  3434. vertical-align: baseline;
  3435. border-radius: 0.25rem;
  3436. }
  3437. .badge:empty {
  3438. display: none;
  3439. }
  3440. .btn .badge {
  3441. position: relative;
  3442. top: -1px;
  3443. }
  3444. .badge-pill {
  3445. padding-right: 0.6em;
  3446. padding-left: 0.6em;
  3447. border-radius: 10rem;
  3448. }
  3449. .badge-primary {
  3450. color: #fff;
  3451. background-color: #007bff;
  3452. }
  3453. .badge-primary[href]:focus, .badge-primary[href]:hover {
  3454. color: #fff;
  3455. text-decoration: none;
  3456. background-color: #0062cc;
  3457. }
  3458. .badge-secondary {
  3459. color: #fff;
  3460. background-color: #868e96;
  3461. }
  3462. .badge-secondary[href]:focus, .badge-secondary[href]:hover {
  3463. color: #fff;
  3464. text-decoration: none;
  3465. background-color: #6c757d;
  3466. }
  3467. .badge-success {
  3468. color: #fff;
  3469. background-color: #28a745;
  3470. }
  3471. .badge-success[href]:focus, .badge-success[href]:hover {
  3472. color: #fff;
  3473. text-decoration: none;
  3474. background-color: #1e7e34;
  3475. }
  3476. .badge-info {
  3477. color: #fff;
  3478. background-color: #17a2b8;
  3479. }
  3480. .badge-info[href]:focus, .badge-info[href]:hover {
  3481. color: #fff;
  3482. text-decoration: none;
  3483. background-color: #117a8b;
  3484. }
  3485. .badge-warning {
  3486. color: #111;
  3487. background-color: #ffc107;
  3488. }
  3489. .badge-warning[href]:focus, .badge-warning[href]:hover {
  3490. color: #111;
  3491. text-decoration: none;
  3492. background-color: #d39e00;
  3493. }
  3494. .badge-danger {
  3495. color: #fff;
  3496. background-color: #dc3545;
  3497. }
  3498. .badge-danger[href]:focus, .badge-danger[href]:hover {
  3499. color: #fff;
  3500. text-decoration: none;
  3501. background-color: #bd2130;
  3502. }
  3503. .badge-light {
  3504. color: #111;
  3505. background-color: #f8f9fa;
  3506. }
  3507. .badge-light[href]:focus, .badge-light[href]:hover {
  3508. color: #111;
  3509. text-decoration: none;
  3510. background-color: #dae0e5;
  3511. }
  3512. .badge-dark {
  3513. color: #fff;
  3514. background-color: #343a40;
  3515. }
  3516. .badge-dark[href]:focus, .badge-dark[href]:hover {
  3517. color: #fff;
  3518. text-decoration: none;
  3519. background-color: #1d2124;
  3520. }
  3521. .jumbotron {
  3522. padding: 2rem 1rem;
  3523. margin-bottom: 2rem;
  3524. background-color: #e9ecef;
  3525. border-radius: 0.3rem;
  3526. }
  3527. @media (min-width: 576px) {
  3528. .jumbotron {
  3529. padding: 4rem 2rem;
  3530. }
  3531. }
  3532. .jumbotron-fluid {
  3533. padding-right: 0;
  3534. padding-left: 0;
  3535. border-radius: 0;
  3536. }
  3537. .alert {
  3538. padding: 0.75rem 1.25rem;
  3539. margin-bottom: 1rem;
  3540. border: 1px solid transparent;
  3541. border-radius: 0.25rem;
  3542. }
  3543. .alert-heading {
  3544. color: inherit;
  3545. }
  3546. .alert-link {
  3547. font-weight: bold;
  3548. }
  3549. .alert-dismissible .close {
  3550. position: relative;
  3551. top: -0.75rem;
  3552. right: -1.25rem;
  3553. padding: 0.75rem 1.25rem;
  3554. color: inherit;
  3555. }
  3556. .alert-primary {
  3557. color: #004085;
  3558. background-color: #cce5ff;
  3559. border-color: #b8daff;
  3560. }
  3561. .alert-primary hr {
  3562. border-top-color: #9fcdff;
  3563. }
  3564. .alert-primary .alert-link {
  3565. color: #002752;
  3566. }
  3567. .alert-secondary {
  3568. color: #464a4e;
  3569. background-color: #e7e8ea;
  3570. border-color: #dddfe2;
  3571. }
  3572. .alert-secondary hr {
  3573. border-top-color: #cfd2d6;
  3574. }
  3575. .alert-secondary .alert-link {
  3576. color: #2e3133;
  3577. }
  3578. .alert-success {
  3579. color: #155724;
  3580. background-color: #d4edda;
  3581. border-color: #c3e6cb;
  3582. }
  3583. .alert-success hr {
  3584. border-top-color: #b1dfbb;
  3585. }
  3586. .alert-success .alert-link {
  3587. color: #0b2e13;
  3588. }
  3589. .alert-info {
  3590. color: #0c5460;
  3591. background-color: #d1ecf1;
  3592. border-color: #bee5eb;
  3593. }
  3594. .alert-info hr {
  3595. border-top-color: #abdde5;
  3596. }
  3597. .alert-info .alert-link {
  3598. color: #062c33;
  3599. }
  3600. .alert-warning {
  3601. color: #856404;
  3602. background-color: #fff3cd;
  3603. border-color: #ffeeba;
  3604. }
  3605. .alert-warning hr {
  3606. border-top-color: #ffe8a1;
  3607. }
  3608. .alert-warning .alert-link {
  3609. color: #533f03;
  3610. }
  3611. .alert-danger {
  3612. color: #721c24;
  3613. background-color: #f8d7da;
  3614. border-color: #f5c6cb;
  3615. }
  3616. .alert-danger hr {
  3617. border-top-color: #f1b0b7;
  3618. }
  3619. .alert-danger .alert-link {
  3620. color: #491217;
  3621. }
  3622. .alert-light {
  3623. color: #818182;
  3624. background-color: #fefefe;
  3625. border-color: #fdfdfe;
  3626. }
  3627. .alert-light hr {
  3628. border-top-color: #ececf6;
  3629. }
  3630. .alert-light .alert-link {
  3631. color: #686868;
  3632. }
  3633. .alert-dark {
  3634. color: #1b1e21;
  3635. background-color: #d6d8d9;
  3636. border-color: #c6c8ca;
  3637. }
  3638. .alert-dark hr {
  3639. border-top-color: #b9bbbe;
  3640. }
  3641. .alert-dark .alert-link {
  3642. color: #040505;
  3643. }
  3644. @-webkit-keyframes progress-bar-stripes {
  3645. from {
  3646. background-position: 1rem 0;
  3647. }
  3648. to {
  3649. background-position: 0 0;
  3650. }
  3651. }
  3652. @keyframes progress-bar-stripes {
  3653. from {
  3654. background-position: 1rem 0;
  3655. }
  3656. to {
  3657. background-position: 0 0;
  3658. }
  3659. }
  3660. .progress {
  3661. display: -ms-flexbox;
  3662. display: flex;
  3663. overflow: hidden;
  3664. font-size: 0.75rem;
  3665. line-height: 1rem;
  3666. text-align: center;
  3667. background-color: #e9ecef;
  3668. border-radius: 0.25rem;
  3669. }
  3670. .progress-bar {
  3671. height: 1rem;
  3672. line-height: 1rem;
  3673. color: #fff;
  3674. background-color: #007bff;
  3675. transition: width 0.6s ease;
  3676. }
  3677. .progress-bar-striped {
  3678. background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  3679. background-size: 1rem 1rem;
  3680. }
  3681. .progress-bar-animated {
  3682. -webkit-animation: progress-bar-stripes 1s linear infinite;
  3683. animation: progress-bar-stripes 1s linear infinite;
  3684. }
  3685. .media {
  3686. display: -ms-flexbox;
  3687. display: flex;
  3688. -ms-flex-align: start;
  3689. align-items: flex-start;
  3690. }
  3691. .media-body {
  3692. -ms-flex: 1;
  3693. flex: 1;
  3694. }
  3695. .list-group {
  3696. display: -ms-flexbox;
  3697. display: flex;
  3698. -ms-flex-direction: column;
  3699. flex-direction: column;
  3700. padding-left: 0;
  3701. margin-bottom: 0;
  3702. }
  3703. .list-group-item-action {
  3704. width: 100%;
  3705. color: #495057;
  3706. text-align: inherit;
  3707. }
  3708. .list-group-item-action:focus, .list-group-item-action:hover {
  3709. color: #495057;
  3710. text-decoration: none;
  3711. background-color: #f8f9fa;
  3712. }
  3713. .list-group-item-action:active {
  3714. color: #212529;
  3715. background-color: #e9ecef;
  3716. }
  3717. .list-group-item {
  3718. position: relative;
  3719. display: block;
  3720. padding: 0.75rem 1.25rem;
  3721. margin-bottom: -1px;
  3722. background-color: #fff;
  3723. border: 1px solid rgba(0, 0, 0, 0.125);
  3724. }
  3725. .list-group-item:first-child {
  3726. border-top-left-radius: 0.25rem;
  3727. border-top-right-radius: 0.25rem;
  3728. }
  3729. .list-group-item:last-child {
  3730. margin-bottom: 0;
  3731. border-bottom-right-radius: 0.25rem;
  3732. border-bottom-left-radius: 0.25rem;
  3733. }
  3734. .list-group-item:focus, .list-group-item:hover {
  3735. text-decoration: none;
  3736. }
  3737. .list-group-item.disabled, .list-group-item:disabled {
  3738. color: #868e96;
  3739. background-color: #fff;
  3740. }
  3741. .list-group-item.active {
  3742. z-index: 2;
  3743. color: #fff;
  3744. background-color: #007bff;
  3745. border-color: #007bff;
  3746. }
  3747. .list-group-flush .list-group-item {
  3748. border-right: 0;
  3749. border-left: 0;
  3750. border-radius: 0;
  3751. }
  3752. .list-group-flush:first-child .list-group-item:first-child {
  3753. border-top: 0;
  3754. }
  3755. .list-group-flush:last-child .list-group-item:last-child {
  3756. border-bottom: 0;
  3757. }
  3758. .list-group-item-primary {
  3759. color: #004085;
  3760. background-color: #b8daff;
  3761. }
  3762. a.list-group-item-primary,
  3763. button.list-group-item-primary {
  3764. color: #004085;
  3765. }
  3766. a.list-group-item-primary:focus, a.list-group-item-primary:hover,
  3767. button.list-group-item-primary:focus,
  3768. button.list-group-item-primary:hover {
  3769. color: #004085;
  3770. background-color: #9fcdff;
  3771. }
  3772. a.list-group-item-primary.active,
  3773. button.list-group-item-primary.active {
  3774. color: #fff;
  3775. background-color: #004085;
  3776. border-color: #004085;
  3777. }
  3778. .list-group-item-secondary {
  3779. color: #464a4e;
  3780. background-color: #dddfe2;
  3781. }
  3782. a.list-group-item-secondary,
  3783. button.list-group-item-secondary {
  3784. color: #464a4e;
  3785. }
  3786. a.list-group-item-secondary:focus, a.list-group-item-secondary:hover,
  3787. button.list-group-item-secondary:focus,
  3788. button.list-group-item-secondary:hover {
  3789. color: #464a4e;
  3790. background-color: #cfd2d6;
  3791. }
  3792. a.list-group-item-secondary.active,
  3793. button.list-group-item-secondary.active {
  3794. color: #fff;
  3795. background-color: #464a4e;
  3796. border-color: #464a4e;
  3797. }
  3798. .list-group-item-success {
  3799. color: #155724;
  3800. background-color: #c3e6cb;
  3801. }
  3802. a.list-group-item-success,
  3803. button.list-group-item-success {
  3804. color: #155724;
  3805. }
  3806. a.list-group-item-success:focus, a.list-group-item-success:hover,
  3807. button.list-group-item-success:focus,
  3808. button.list-group-item-success:hover {
  3809. color: #155724;
  3810. background-color: #b1dfbb;
  3811. }
  3812. a.list-group-item-success.active,
  3813. button.list-group-item-success.active {
  3814. color: #fff;
  3815. background-color: #155724;
  3816. border-color: #155724;
  3817. }
  3818. .list-group-item-info {
  3819. color: #0c5460;
  3820. background-color: #bee5eb;
  3821. }
  3822. a.list-group-item-info,
  3823. button.list-group-item-info {
  3824. color: #0c5460;
  3825. }
  3826. a.list-group-item-info:focus, a.list-group-item-info:hover,
  3827. button.list-group-item-info:focus,
  3828. button.list-group-item-info:hover {
  3829. color: #0c5460;
  3830. background-color: #abdde5;
  3831. }
  3832. a.list-group-item-info.active,
  3833. button.list-group-item-info.active {
  3834. color: #fff;
  3835. background-color: #0c5460;
  3836. border-color: #0c5460;
  3837. }
  3838. .list-group-item-warning {
  3839. color: #856404;
  3840. background-color: #ffeeba;
  3841. }
  3842. a.list-group-item-warning,
  3843. button.list-group-item-warning {
  3844. color: #856404;
  3845. }
  3846. a.list-group-item-warning:focus, a.list-group-item-warning:hover,
  3847. button.list-group-item-warning:focus,
  3848. button.list-group-item-warning:hover {
  3849. color: #856404;
  3850. background-color: #ffe8a1;
  3851. }
  3852. a.list-group-item-warning.active,
  3853. button.list-group-item-warning.active {
  3854. color: #fff;
  3855. background-color: #856404;
  3856. border-color: #856404;
  3857. }
  3858. .list-group-item-danger {
  3859. color: #721c24;
  3860. background-color: #f5c6cb;
  3861. }
  3862. a.list-group-item-danger,
  3863. button.list-group-item-danger {
  3864. color: #721c24;
  3865. }
  3866. a.list-group-item-danger:focus, a.list-group-item-danger:hover,
  3867. button.list-group-item-danger:focus,
  3868. button.list-group-item-danger:hover {
  3869. color: #721c24;
  3870. background-color: #f1b0b7;
  3871. }
  3872. a.list-group-item-danger.active,
  3873. button.list-group-item-danger.active {
  3874. color: #fff;
  3875. background-color: #721c24;
  3876. border-color: #721c24;
  3877. }
  3878. .list-group-item-light {
  3879. color: #818182;
  3880. background-color: #fdfdfe;
  3881. }
  3882. a.list-group-item-light,
  3883. button.list-group-item-light {
  3884. color: #818182;
  3885. }
  3886. a.list-group-item-light:focus, a.list-group-item-light:hover,
  3887. button.list-group-item-light:focus,
  3888. button.list-group-item-light:hover {
  3889. color: #818182;
  3890. background-color: #ececf6;
  3891. }
  3892. a.list-group-item-light.active,
  3893. button.list-group-item-light.active {
  3894. color: #fff;
  3895. background-color: #818182;
  3896. border-color: #818182;
  3897. }
  3898. .list-group-item-dark {
  3899. color: #1b1e21;
  3900. background-color: #c6c8ca;
  3901. }
  3902. a.list-group-item-dark,
  3903. button.list-group-item-dark {
  3904. color: #1b1e21;
  3905. }
  3906. a.list-group-item-dark:focus, a.list-group-item-dark:hover,
  3907. button.list-group-item-dark:focus,
  3908. button.list-group-item-dark:hover {
  3909. color: #1b1e21;
  3910. background-color: #b9bbbe;
  3911. }
  3912. a.list-group-item-dark.active,
  3913. button.list-group-item-dark.active {
  3914. color: #fff;
  3915. background-color: #1b1e21;
  3916. border-color: #1b1e21;
  3917. }
  3918. .close {
  3919. float: right;
  3920. font-size: 1.5rem;
  3921. font-weight: bold;
  3922. line-height: 1;
  3923. color: #000;
  3924. text-shadow: 0 1px 0 #fff;
  3925. opacity: .5;
  3926. }
  3927. .close:focus, .close:hover {
  3928. color: #000;
  3929. text-decoration: none;
  3930. opacity: .75;
  3931. }
  3932. button.close {
  3933. padding: 0;
  3934. background: transparent;
  3935. border: 0;
  3936. -webkit-appearance: none;
  3937. }
  3938. .modal-open {
  3939. overflow: hidden;
  3940. }
  3941. .modal {
  3942. position: fixed;
  3943. top: 0;
  3944. right: 0;
  3945. bottom: 0;
  3946. left: 0;
  3947. z-index: 1050;
  3948. display: none;
  3949. overflow: hidden;
  3950. outline: 0;
  3951. }
  3952. .modal.fade .modal-dialog {
  3953. transition: -webkit-transform 0.3s ease-out;
  3954. transition: transform 0.3s ease-out;
  3955. transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  3956. -webkit-transform: translate(0, -25%);
  3957. transform: translate(0, -25%);
  3958. }
  3959. .modal.show .modal-dialog {
  3960. -webkit-transform: translate(0, 0);
  3961. transform: translate(0, 0);
  3962. }
  3963. .modal-open .modal {
  3964. overflow-x: hidden;
  3965. overflow-y: auto;
  3966. }
  3967. .modal-dialog {
  3968. position: relative;
  3969. width: auto;
  3970. margin: 10px;
  3971. }
  3972. .modal-content {
  3973. position: relative;
  3974. display: -ms-flexbox;
  3975. display: flex;
  3976. -ms-flex-direction: column;
  3977. flex-direction: column;
  3978. background-color: #fff;
  3979. background-clip: padding-box;
  3980. border: 1px solid rgba(0, 0, 0, 0.2);
  3981. border-radius: 0.3rem;
  3982. outline: 0;
  3983. }
  3984. .modal-backdrop {
  3985. position: fixed;
  3986. top: 0;
  3987. right: 0;
  3988. bottom: 0;
  3989. left: 0;
  3990. z-index: 1040;
  3991. background-color: #000;
  3992. }
  3993. .modal-backdrop.fade {
  3994. opacity: 0;
  3995. }
  3996. .modal-backdrop.show {
  3997. opacity: 0.5;
  3998. }
  3999. .modal-header {
  4000. display: -ms-flexbox;
  4001. display: flex;
  4002. -ms-flex-align: center;
  4003. align-items: center;
  4004. -ms-flex-pack: justify;
  4005. justify-content: space-between;
  4006. padding: 15px;
  4007. border-bottom: 1px solid #e9ecef;
  4008. }
  4009. .modal-title {
  4010. margin-bottom: 0;
  4011. line-height: 1.5;
  4012. }
  4013. .modal-body {
  4014. position: relative;
  4015. -ms-flex: 1 1 auto;
  4016. flex: 1 1 auto;
  4017. padding: 15px;
  4018. }
  4019. .modal-footer {
  4020. display: -ms-flexbox;
  4021. display: flex;
  4022. -ms-flex-align: center;
  4023. align-items: center;
  4024. -ms-flex-pack: end;
  4025. justify-content: flex-end;
  4026. padding: 15px;
  4027. border-top: 1px solid #e9ecef;
  4028. }
  4029. .modal-footer > :not(:first-child) {
  4030. margin-left: .25rem;
  4031. }
  4032. .modal-footer > :not(:last-child) {
  4033. margin-right: .25rem;
  4034. }
  4035. .modal-scrollbar-measure {
  4036. position: absolute;
  4037. top: -9999px;
  4038. width: 50px;
  4039. height: 50px;
  4040. overflow: scroll;
  4041. }
  4042. @media (min-width: 576px) {
  4043. .modal-dialog {
  4044. max-width: 500px;
  4045. margin: 30px auto;
  4046. }
  4047. .modal-sm {
  4048. max-width: 300px;
  4049. }
  4050. }
  4051. @media (min-width: 992px) {
  4052. .modal-lg {
  4053. max-width: 800px;
  4054. }
  4055. }
  4056. .tooltip {
  4057. position: absolute;
  4058. z-index: 1070;
  4059. display: block;
  4060. margin: 0;
  4061. font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  4062. font-style: normal;
  4063. font-weight: normal;
  4064. line-height: 1.5;
  4065. text-align: left;
  4066. text-align: start;
  4067. text-decoration: none;
  4068. text-shadow: none;
  4069. text-transform: none;
  4070. letter-spacing: normal;
  4071. word-break: normal;
  4072. word-spacing: normal;
  4073. white-space: normal;
  4074. line-break: auto;
  4075. font-size: 0.875rem;
  4076. word-wrap: break-word;
  4077. opacity: 0;
  4078. }
  4079. .tooltip.show {
  4080. opacity: 0.9;
  4081. }
  4082. .tooltip .arrow {
  4083. position: absolute;
  4084. display: block;
  4085. width: 5px;
  4086. height: 5px;
  4087. }
  4088. .tooltip.bs-tooltip-top, .tooltip.bs-tooltip-auto[x-placement^="top"] {
  4089. padding: 5px 0;
  4090. }
  4091. .tooltip.bs-tooltip-top .arrow, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow {
  4092. bottom: 0;
  4093. }
  4094. .tooltip.bs-tooltip-top .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  4095. margin-left: -3px;
  4096. content: "";
  4097. border-width: 5px 5px 0;
  4098. border-top-color: #000;
  4099. }
  4100. .tooltip.bs-tooltip-right, .tooltip.bs-tooltip-auto[x-placement^="right"] {
  4101. padding: 0 5px;
  4102. }
  4103. .tooltip.bs-tooltip-right .arrow, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow {
  4104. left: 0;
  4105. }
  4106. .tooltip.bs-tooltip-right .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  4107. margin-top: -3px;
  4108. content: "";
  4109. border-width: 5px 5px 5px 0;
  4110. border-right-color: #000;
  4111. }
  4112. .tooltip.bs-tooltip-bottom, .tooltip.bs-tooltip-auto[x-placement^="bottom"] {
  4113. padding: 5px 0;
  4114. }
  4115. .tooltip.bs-tooltip-bottom .arrow, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  4116. top: 0;
  4117. }
  4118. .tooltip.bs-tooltip-bottom .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  4119. margin-left: -3px;
  4120. content: "";
  4121. border-width: 0 5px 5px;
  4122. border-bottom-color: #000;
  4123. }
  4124. .tooltip.bs-tooltip-left, .tooltip.bs-tooltip-auto[x-placement^="left"] {
  4125. padding: 0 5px;
  4126. }
  4127. .tooltip.bs-tooltip-left .arrow, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow {
  4128. right: 0;
  4129. }
  4130. .tooltip.bs-tooltip-left .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  4131. right: 0;
  4132. margin-top: -3px;
  4133. content: "";
  4134. border-width: 5px 0 5px 5px;
  4135. border-left-color: #000;
  4136. }
  4137. .tooltip .arrow::before {
  4138. position: absolute;
  4139. border-color: transparent;
  4140. border-style: solid;
  4141. }
  4142. .tooltip-inner {
  4143. max-width: 200px;
  4144. padding: 3px 8px;
  4145. color: #fff;
  4146. text-align: center;
  4147. background-color: #000;
  4148. border-radius: 0.25rem;
  4149. }
  4150. .popover {
  4151. position: absolute;
  4152. top: 0;
  4153. left: 0;
  4154. z-index: 1060;
  4155. display: block;
  4156. max-width: 276px;
  4157. padding: 1px;
  4158. font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  4159. font-style: normal;
  4160. font-weight: normal;
  4161. line-height: 1.5;
  4162. text-align: left;
  4163. text-align: start;
  4164. text-decoration: none;
  4165. text-shadow: none;
  4166. text-transform: none;
  4167. letter-spacing: normal;
  4168. word-break: normal;
  4169. word-spacing: normal;
  4170. white-space: normal;
  4171. line-break: auto;
  4172. font-size: 0.875rem;
  4173. word-wrap: break-word;
  4174. background-color: #fff;
  4175. background-clip: padding-box;
  4176. border: 1px solid rgba(0, 0, 0, 0.2);
  4177. border-radius: 0.3rem;
  4178. }
  4179. .popover .arrow {
  4180. position: absolute;
  4181. display: block;
  4182. width: 10px;
  4183. height: 5px;
  4184. }
  4185. .popover .arrow::before,
  4186. .popover .arrow::after {
  4187. position: absolute;
  4188. display: block;
  4189. border-color: transparent;
  4190. border-style: solid;
  4191. }
  4192. .popover .arrow::before {
  4193. content: "";
  4194. border-width: 11px;
  4195. }
  4196. .popover .arrow::after {
  4197. content: "";
  4198. border-width: 11px;
  4199. }
  4200. .popover.bs-popover-top, .popover.bs-popover-auto[x-placement^="top"] {
  4201. margin-bottom: 10px;
  4202. }
  4203. .popover.bs-popover-top .arrow, .popover.bs-popover-auto[x-placement^="top"] .arrow {
  4204. bottom: 0;
  4205. }
  4206. .popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before,
  4207. .popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
  4208. border-bottom-width: 0;
  4209. }
  4210. .popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before {
  4211. bottom: -11px;
  4212. margin-left: -6px;
  4213. border-top-color: rgba(0, 0, 0, 0.25);
  4214. }
  4215. .popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
  4216. bottom: -10px;
  4217. margin-left: -6px;
  4218. border-top-color: #fff;
  4219. }
  4220. .popover.bs-popover-right, .popover.bs-popover-auto[x-placement^="right"] {
  4221. margin-left: 10px;
  4222. }
  4223. .popover.bs-popover-right .arrow, .popover.bs-popover-auto[x-placement^="right"] .arrow {
  4224. left: 0;
  4225. }
  4226. .popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before,
  4227. .popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
  4228. margin-top: -8px;
  4229. border-left-width: 0;
  4230. }
  4231. .popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before {
  4232. left: -11px;
  4233. border-right-color: rgba(0, 0, 0, 0.25);
  4234. }
  4235. .popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
  4236. left: -10px;
  4237. border-right-color: #fff;
  4238. }
  4239. .popover.bs-popover-bottom, .popover.bs-popover-auto[x-placement^="bottom"] {
  4240. margin-top: 10px;
  4241. }
  4242. .popover.bs-popover-bottom .arrow, .popover.bs-popover-auto[x-placement^="bottom"] .arrow {
  4243. top: 0;
  4244. }
  4245. .popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
  4246. .popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  4247. margin-left: -7px;
  4248. border-top-width: 0;
  4249. }
  4250. .popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  4251. top: -11px;
  4252. border-bottom-color: rgba(0, 0, 0, 0.25);
  4253. }
  4254. .popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  4255. top: -10px;
  4256. border-bottom-color: #fff;
  4257. }
  4258. .popover.bs-popover-bottom .popover-header::before, .popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  4259. position: absolute;
  4260. top: 0;
  4261. left: 50%;
  4262. display: block;
  4263. width: 20px;
  4264. margin-left: -10px;
  4265. content: "";
  4266. border-bottom: 1px solid #f7f7f7;
  4267. }
  4268. .popover.bs-popover-left, .popover.bs-popover-auto[x-placement^="left"] {
  4269. margin-right: 10px;
  4270. }
  4271. .popover.bs-popover-left .arrow, .popover.bs-popover-auto[x-placement^="left"] .arrow {
  4272. right: 0;
  4273. }
  4274. .popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before,
  4275. .popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
  4276. margin-top: -8px;
  4277. border-right-width: 0;
  4278. }
  4279. .popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before {
  4280. right: -11px;
  4281. border-left-color: rgba(0, 0, 0, 0.25);
  4282. }
  4283. .popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
  4284. right: -10px;
  4285. border-left-color: #fff;
  4286. }
  4287. .popover-header {
  4288. padding: 8px 14px;
  4289. margin-bottom: 0;
  4290. font-size: 1rem;
  4291. color: inherit;
  4292. background-color: #f7f7f7;
  4293. border-bottom: 1px solid #ebebeb;
  4294. border-top-left-radius: calc(0.3rem - 1px);
  4295. border-top-right-radius: calc(0.3rem - 1px);
  4296. }
  4297. .popover-header:empty {
  4298. display: none;
  4299. }
  4300. .popover-body {
  4301. padding: 9px 14px;
  4302. color: #212529;
  4303. }
  4304. .carousel {
  4305. position: relative;
  4306. }
  4307. .carousel-inner {
  4308. position: relative;
  4309. width: 100%;
  4310. overflow: hidden;
  4311. }
  4312. .carousel-item {
  4313. position: relative;
  4314. display: none;
  4315. -ms-flex-align: center;
  4316. align-items: center;
  4317. width: 100%;
  4318. transition: -webkit-transform 0.6s ease;
  4319. transition: transform 0.6s ease;
  4320. transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  4321. -webkit-backface-visibility: hidden;
  4322. backface-visibility: hidden;
  4323. -webkit-perspective: 1000px;
  4324. perspective: 1000px;
  4325. }
  4326. .carousel-item.active,
  4327. .carousel-item-next,
  4328. .carousel-item-prev {
  4329. display: block;
  4330. }
  4331. .carousel-item-next,
  4332. .carousel-item-prev {
  4333. position: absolute;
  4334. top: 0;
  4335. }
  4336. .carousel-item-next.carousel-item-left,
  4337. .carousel-item-prev.carousel-item-right {
  4338. -webkit-transform: translateX(0);
  4339. transform: translateX(0);
  4340. }
  4341. @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  4342. .carousel-item-next.carousel-item-left,
  4343. .carousel-item-prev.carousel-item-right {
  4344. -webkit-transform: translate3d(0, 0, 0);
  4345. transform: translate3d(0, 0, 0);
  4346. }
  4347. }
  4348. .carousel-item-next,
  4349. .active.carousel-item-right {
  4350. -webkit-transform: translateX(100%);
  4351. transform: translateX(100%);
  4352. }
  4353. @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  4354. .carousel-item-next,
  4355. .active.carousel-item-right {
  4356. -webkit-transform: translate3d(100%, 0, 0);
  4357. transform: translate3d(100%, 0, 0);
  4358. }
  4359. }
  4360. .carousel-item-prev,
  4361. .active.carousel-item-left {
  4362. -webkit-transform: translateX(-100%);
  4363. transform: translateX(-100%);
  4364. }
  4365. @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  4366. .carousel-item-prev,
  4367. .active.carousel-item-left {
  4368. -webkit-transform: translate3d(-100%, 0, 0);
  4369. transform: translate3d(-100%, 0, 0);
  4370. }
  4371. }
  4372. .carousel-control-prev,
  4373. .carousel-control-next {
  4374. position: absolute;
  4375. top: 0;
  4376. bottom: 0;
  4377. display: -ms-flexbox;
  4378. display: flex;
  4379. -ms-flex-align: center;
  4380. align-items: center;
  4381. -ms-flex-pack: center;
  4382. justify-content: center;
  4383. width: 15%;
  4384. color: #fff;
  4385. text-align: center;
  4386. opacity: 0.5;
  4387. }
  4388. .carousel-control-prev:focus, .carousel-control-prev:hover,
  4389. .carousel-control-next:focus,
  4390. .carousel-control-next:hover {
  4391. color: #fff;
  4392. text-decoration: none;
  4393. outline: 0;
  4394. opacity: .9;
  4395. }
  4396. .carousel-control-prev {
  4397. left: 0;
  4398. }
  4399. .carousel-control-next {
  4400. right: 0;
  4401. }
  4402. .carousel-control-prev-icon,
  4403. .carousel-control-next-icon {
  4404. display: inline-block;
  4405. width: 20px;
  4406. height: 20px;
  4407. background: transparent no-repeat center center;
  4408. background-size: 100% 100%;
  4409. }
  4410. .carousel-control-prev-icon {
  4411. background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
  4412. }
  4413. .carousel-control-next-icon {
  4414. background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
  4415. }
  4416. .carousel-indicators {
  4417. position: absolute;
  4418. right: 0;
  4419. bottom: 10px;
  4420. left: 0;
  4421. z-index: 15;
  4422. display: -ms-flexbox;
  4423. display: flex;
  4424. -ms-flex-pack: center;
  4425. justify-content: center;
  4426. padding-left: 0;
  4427. margin-right: 15%;
  4428. margin-left: 15%;
  4429. list-style: none;
  4430. }
  4431. .carousel-indicators li {
  4432. position: relative;
  4433. -ms-flex: 0 1 auto;
  4434. flex: 0 1 auto;
  4435. width: 30px;
  4436. height: 3px;
  4437. margin-right: 3px;
  4438. margin-left: 3px;
  4439. text-indent: -999px;
  4440. background-color: rgba(255, 255, 255, 0.5);
  4441. }
  4442. .carousel-indicators li::before {
  4443. position: absolute;
  4444. top: -10px;
  4445. left: 0;
  4446. display: inline-block;
  4447. width: 100%;
  4448. height: 10px;
  4449. content: "";
  4450. }
  4451. .carousel-indicators li::after {
  4452. position: absolute;
  4453. bottom: -10px;
  4454. left: 0;
  4455. display: inline-block;
  4456. width: 100%;
  4457. height: 10px;
  4458. content: "";
  4459. }
  4460. .carousel-indicators .active {
  4461. background-color: #fff;
  4462. }
  4463. .carousel-caption {
  4464. position: absolute;
  4465. right: 15%;
  4466. bottom: 20px;
  4467. left: 15%;
  4468. z-index: 10;
  4469. padding-top: 20px;
  4470. padding-bottom: 20px;
  4471. color: #fff;
  4472. text-align: center;
  4473. }
  4474. .align-baseline {
  4475. vertical-align: baseline !important;
  4476. }
  4477. .align-top {
  4478. vertical-align: top !important;
  4479. }
  4480. .align-middle {
  4481. vertical-align: middle !important;
  4482. }
  4483. .align-bottom {
  4484. vertical-align: bottom !important;
  4485. }
  4486. .align-text-bottom {
  4487. vertical-align: text-bottom !important;
  4488. }
  4489. .align-text-top {
  4490. vertical-align: text-top !important;
  4491. }
  4492. .bg-primary {
  4493. background-color: #007bff !important;
  4494. }
  4495. a.bg-primary:focus, a.bg-primary:hover {
  4496. background-color: #0062cc !important;
  4497. }
  4498. .bg-secondary {
  4499. background-color: #868e96 !important;
  4500. }
  4501. a.bg-secondary:focus, a.bg-secondary:hover {
  4502. background-color: #6c757d !important;
  4503. }
  4504. .bg-success {
  4505. background-color: #28a745 !important;
  4506. }
  4507. a.bg-success:focus, a.bg-success:hover {
  4508. background-color: #1e7e34 !important;
  4509. }
  4510. .bg-info {
  4511. background-color: #17a2b8 !important;
  4512. }
  4513. a.bg-info:focus, a.bg-info:hover {
  4514. background-color: #117a8b !important;
  4515. }
  4516. .bg-warning {
  4517. background-color: #ffc107 !important;
  4518. }
  4519. a.bg-warning:focus, a.bg-warning:hover {
  4520. background-color: #d39e00 !important;
  4521. }
  4522. .bg-danger {
  4523. background-color: #dc3545 !important;
  4524. }
  4525. a.bg-danger:focus, a.bg-danger:hover {
  4526. background-color: #bd2130 !important;
  4527. }
  4528. .bg-light {
  4529. background-color: #f8f9fa !important;
  4530. }
  4531. a.bg-light:focus, a.bg-light:hover {
  4532. background-color: #dae0e5 !important;
  4533. }
  4534. .bg-dark {
  4535. background-color: #343a40 !important;
  4536. }
  4537. a.bg-dark:focus, a.bg-dark:hover {
  4538. background-color: #1d2124 !important;
  4539. }
  4540. .bg-white {
  4541. background-color: #fff !important;
  4542. }
  4543. .bg-transparent {
  4544. background-color: transparent !important;
  4545. }
  4546. .border {
  4547. border: 1px solid #e9ecef !important;
  4548. }
  4549. .border-0 {
  4550. border: 0 !important;
  4551. }
  4552. .border-top-0 {
  4553. border-top: 0 !important;
  4554. }
  4555. .border-right-0 {
  4556. border-right: 0 !important;
  4557. }
  4558. .border-bottom-0 {
  4559. border-bottom: 0 !important;
  4560. }
  4561. .border-left-0 {
  4562. border-left: 0 !important;
  4563. }
  4564. .border-primary {
  4565. border-color: #007bff !important;
  4566. }
  4567. .border-secondary {
  4568. border-color: #868e96 !important;
  4569. }
  4570. .border-success {
  4571. border-color: #28a745 !important;
  4572. }
  4573. .border-info {
  4574. border-color: #17a2b8 !important;
  4575. }
  4576. .border-warning {
  4577. border-color: #ffc107 !important;
  4578. }
  4579. .border-danger {
  4580. border-color: #dc3545 !important;
  4581. }
  4582. .border-light {
  4583. border-color: #f8f9fa !important;
  4584. }
  4585. .border-dark {
  4586. border-color: #343a40 !important;
  4587. }
  4588. .border-white {
  4589. border-color: #fff !important;
  4590. }
  4591. .rounded {
  4592. border-radius: 0.25rem !important;
  4593. }
  4594. .rounded-top {
  4595. border-top-left-radius: 0.25rem !important;
  4596. border-top-right-radius: 0.25rem !important;
  4597. }
  4598. .rounded-right {
  4599. border-top-right-radius: 0.25rem !important;
  4600. border-bottom-right-radius: 0.25rem !important;
  4601. }
  4602. .rounded-bottom {
  4603. border-bottom-right-radius: 0.25rem !important;
  4604. border-bottom-left-radius: 0.25rem !important;
  4605. }
  4606. .rounded-left {
  4607. border-top-left-radius: 0.25rem !important;
  4608. border-bottom-left-radius: 0.25rem !important;
  4609. }
  4610. .rounded-circle {
  4611. border-radius: 50%;
  4612. }
  4613. .rounded-0 {
  4614. border-radius: 0;
  4615. }
  4616. .clearfix::after {
  4617. display: block;
  4618. clear: both;
  4619. content: "";
  4620. }
  4621. .d-none {
  4622. display: none !important;
  4623. }
  4624. .d-inline {
  4625. display: inline !important;
  4626. }
  4627. .d-inline-block {
  4628. display: inline-block !important;
  4629. }
  4630. .d-block {
  4631. display: block !important;
  4632. }
  4633. .d-table {
  4634. display: table !important;
  4635. }
  4636. .d-table-cell {
  4637. display: table-cell !important;
  4638. }
  4639. .d-flex {
  4640. display: -ms-flexbox !important;
  4641. display: flex !important;
  4642. }
  4643. .d-inline-flex {
  4644. display: -ms-inline-flexbox !important;
  4645. display: inline-flex !important;
  4646. }
  4647. @media (min-width: 576px) {
  4648. .d-sm-none {
  4649. display: none !important;
  4650. }
  4651. .d-sm-inline {
  4652. display: inline !important;
  4653. }
  4654. .d-sm-inline-block {
  4655. display: inline-block !important;
  4656. }
  4657. .d-sm-block {
  4658. display: block !important;
  4659. }
  4660. .d-sm-table {
  4661. display: table !important;
  4662. }
  4663. .d-sm-table-cell {
  4664. display: table-cell !important;
  4665. }
  4666. .d-sm-flex {
  4667. display: -ms-flexbox !important;
  4668. display: flex !important;
  4669. }
  4670. .d-sm-inline-flex {
  4671. display: -ms-inline-flexbox !important;
  4672. display: inline-flex !important;
  4673. }
  4674. }
  4675. @media (min-width: 768px) {
  4676. .d-md-none {
  4677. display: none !important;
  4678. }
  4679. .d-md-inline {
  4680. display: inline !important;
  4681. }
  4682. .d-md-inline-block {
  4683. display: inline-block !important;
  4684. }
  4685. .d-md-block {
  4686. display: block !important;
  4687. }
  4688. .d-md-table {
  4689. display: table !important;
  4690. }
  4691. .d-md-table-cell {
  4692. display: table-cell !important;
  4693. }
  4694. .d-md-flex {
  4695. display: -ms-flexbox !important;
  4696. display: flex !important;
  4697. }
  4698. .d-md-inline-flex {
  4699. display: -ms-inline-flexbox !important;
  4700. display: inline-flex !important;
  4701. }
  4702. }
  4703. @media (min-width: 992px) {
  4704. .d-lg-none {
  4705. display: none !important;
  4706. }
  4707. .d-lg-inline {
  4708. display: inline !important;
  4709. }
  4710. .d-lg-inline-block {
  4711. display: inline-block !important;
  4712. }
  4713. .d-lg-block {
  4714. display: block !important;
  4715. }
  4716. .d-lg-table {
  4717. display: table !important;
  4718. }
  4719. .d-lg-table-cell {
  4720. display: table-cell !important;
  4721. }
  4722. .d-lg-flex {
  4723. display: -ms-flexbox !important;
  4724. display: flex !important;
  4725. }
  4726. .d-lg-inline-flex {
  4727. display: -ms-inline-flexbox !important;
  4728. display: inline-flex !important;
  4729. }
  4730. }
  4731. @media (min-width: 1200px) {
  4732. .d-xl-none {
  4733. display: none !important;
  4734. }
  4735. .d-xl-inline {
  4736. display: inline !important;
  4737. }
  4738. .d-xl-inline-block {
  4739. display: inline-block !important;
  4740. }
  4741. .d-xl-block {
  4742. display: block !important;
  4743. }
  4744. .d-xl-table {
  4745. display: table !important;
  4746. }
  4747. .d-xl-table-cell {
  4748. display: table-cell !important;
  4749. }
  4750. .d-xl-flex {
  4751. display: -ms-flexbox !important;
  4752. display: flex !important;
  4753. }
  4754. .d-xl-inline-flex {
  4755. display: -ms-inline-flexbox !important;
  4756. display: inline-flex !important;
  4757. }
  4758. }
  4759. .d-print-block {
  4760. display: none !important;
  4761. }
  4762. @media print {
  4763. .d-print-block {
  4764. display: block !important;
  4765. }
  4766. }
  4767. .d-print-inline {
  4768. display: none !important;
  4769. }
  4770. @media print {
  4771. .d-print-inline {
  4772. display: inline !important;
  4773. }
  4774. }
  4775. .d-print-inline-block {
  4776. display: none !important;
  4777. }
  4778. @media print {
  4779. .d-print-inline-block {
  4780. display: inline-block !important;
  4781. }
  4782. }
  4783. @media print {
  4784. .d-print-none {
  4785. display: none !important;
  4786. }
  4787. }
  4788. .embed-responsive {
  4789. position: relative;
  4790. display: block;
  4791. width: 100%;
  4792. padding: 0;
  4793. overflow: hidden;
  4794. }
  4795. .embed-responsive::before {
  4796. display: block;
  4797. content: "";
  4798. }
  4799. .embed-responsive .embed-responsive-item,
  4800. .embed-responsive iframe,
  4801. .embed-responsive embed,
  4802. .embed-responsive object,
  4803. .embed-responsive video {
  4804. position: absolute;
  4805. top: 0;
  4806. bottom: 0;
  4807. left: 0;
  4808. width: 100%;
  4809. height: 100%;
  4810. border: 0;
  4811. }
  4812. .embed-responsive-21by9::before {
  4813. padding-top: 42.857143%;
  4814. }
  4815. .embed-responsive-16by9::before {
  4816. padding-top: 56.25%;
  4817. }
  4818. .embed-responsive-4by3::before {
  4819. padding-top: 75%;
  4820. }
  4821. .embed-responsive-1by1::before {
  4822. padding-top: 100%;
  4823. }
  4824. .flex-row {
  4825. -ms-flex-direction: row !important;
  4826. flex-direction: row !important;
  4827. }
  4828. .flex-column {
  4829. -ms-flex-direction: column !important;
  4830. flex-direction: column !important;
  4831. }
  4832. .flex-row-reverse {
  4833. -ms-flex-direction: row-reverse !important;
  4834. flex-direction: row-reverse !important;
  4835. }
  4836. .flex-column-reverse {
  4837. -ms-flex-direction: column-reverse !important;
  4838. flex-direction: column-reverse !important;
  4839. }
  4840. .flex-wrap {
  4841. -ms-flex-wrap: wrap !important;
  4842. flex-wrap: wrap !important;
  4843. }
  4844. .flex-nowrap {
  4845. -ms-flex-wrap: nowrap !important;
  4846. flex-wrap: nowrap !important;
  4847. }
  4848. .flex-wrap-reverse {
  4849. -ms-flex-wrap: wrap-reverse !important;
  4850. flex-wrap: wrap-reverse !important;
  4851. }
  4852. .justify-content-start {
  4853. -ms-flex-pack: start !important;
  4854. justify-content: flex-start !important;
  4855. }
  4856. .justify-content-end {
  4857. -ms-flex-pack: end !important;
  4858. justify-content: flex-end !important;
  4859. }
  4860. .justify-content-center {
  4861. -ms-flex-pack: center !important;
  4862. justify-content: center !important;
  4863. }
  4864. .justify-content-between {
  4865. -ms-flex-pack: justify !important;
  4866. justify-content: space-between !important;
  4867. }
  4868. .justify-content-around {
  4869. -ms-flex-pack: distribute !important;
  4870. justify-content: space-around !important;
  4871. }
  4872. .align-items-start {
  4873. -ms-flex-align: start !important;
  4874. align-items: flex-start !important;
  4875. }
  4876. .align-items-end {
  4877. -ms-flex-align: end !important;
  4878. align-items: flex-end !important;
  4879. }
  4880. .align-items-center {
  4881. -ms-flex-align: center !important;
  4882. align-items: center !important;
  4883. }
  4884. .align-items-baseline {
  4885. -ms-flex-align: baseline !important;
  4886. align-items: baseline !important;
  4887. }
  4888. .align-items-stretch {
  4889. -ms-flex-align: stretch !important;
  4890. align-items: stretch !important;
  4891. }
  4892. .align-content-start {
  4893. -ms-flex-line-pack: start !important;
  4894. align-content: flex-start !important;
  4895. }
  4896. .align-content-end {
  4897. -ms-flex-line-pack: end !important;
  4898. align-content: flex-end !important;
  4899. }
  4900. .align-content-center {
  4901. -ms-flex-line-pack: center !important;
  4902. align-content: center !important;
  4903. }
  4904. .align-content-between {
  4905. -ms-flex-line-pack: justify !important;
  4906. align-content: space-between !important;
  4907. }
  4908. .align-content-around {
  4909. -ms-flex-line-pack: distribute !important;
  4910. align-content: space-around !important;
  4911. }
  4912. .align-content-stretch {
  4913. -ms-flex-line-pack: stretch !important;
  4914. align-content: stretch !important;
  4915. }
  4916. .align-self-auto {
  4917. -ms-flex-item-align: auto !important;
  4918. align-self: auto !important;
  4919. }
  4920. .align-self-start {
  4921. -ms-flex-item-align: start !important;
  4922. align-self: flex-start !important;
  4923. }
  4924. .align-self-end {
  4925. -ms-flex-item-align: end !important;
  4926. align-self: flex-end !important;
  4927. }
  4928. .align-self-center {
  4929. -ms-flex-item-align: center !important;
  4930. align-self: center !important;
  4931. }
  4932. .align-self-baseline {
  4933. -ms-flex-item-align: baseline !important;
  4934. align-self: baseline !important;
  4935. }
  4936. .align-self-stretch {
  4937. -ms-flex-item-align: stretch !important;
  4938. align-self: stretch !important;
  4939. }
  4940. @media (min-width: 576px) {
  4941. .flex-sm-row {
  4942. -ms-flex-direction: row !important;
  4943. flex-direction: row !important;
  4944. }
  4945. .flex-sm-column {
  4946. -ms-flex-direction: column !important;
  4947. flex-direction: column !important;
  4948. }
  4949. .flex-sm-row-reverse {
  4950. -ms-flex-direction: row-reverse !important;
  4951. flex-direction: row-reverse !important;
  4952. }
  4953. .flex-sm-column-reverse {
  4954. -ms-flex-direction: column-reverse !important;
  4955. flex-direction: column-reverse !important;
  4956. }
  4957. .flex-sm-wrap {
  4958. -ms-flex-wrap: wrap !important;
  4959. flex-wrap: wrap !important;
  4960. }
  4961. .flex-sm-nowrap {
  4962. -ms-flex-wrap: nowrap !important;
  4963. flex-wrap: nowrap !important;
  4964. }
  4965. .flex-sm-wrap-reverse {
  4966. -ms-flex-wrap: wrap-reverse !important;
  4967. flex-wrap: wrap-reverse !important;
  4968. }
  4969. .justify-content-sm-start {
  4970. -ms-flex-pack: start !important;
  4971. justify-content: flex-start !important;
  4972. }
  4973. .justify-content-sm-end {
  4974. -ms-flex-pack: end !important;
  4975. justify-content: flex-end !important;
  4976. }
  4977. .justify-content-sm-center {
  4978. -ms-flex-pack: center !important;
  4979. justify-content: center !important;
  4980. }
  4981. .justify-content-sm-between {
  4982. -ms-flex-pack: justify !important;
  4983. justify-content: space-between !important;
  4984. }
  4985. .justify-content-sm-around {
  4986. -ms-flex-pack: distribute !important;
  4987. justify-content: space-around !important;
  4988. }
  4989. .align-items-sm-start {
  4990. -ms-flex-align: start !important;
  4991. align-items: flex-start !important;
  4992. }
  4993. .align-items-sm-end {
  4994. -ms-flex-align: end !important;
  4995. align-items: flex-end !important;
  4996. }
  4997. .align-items-sm-center {
  4998. -ms-flex-align: center !important;
  4999. align-items: center !important;
  5000. }
  5001. .align-items-sm-baseline {
  5002. -ms-flex-align: baseline !important;
  5003. align-items: baseline !important;
  5004. }
  5005. .align-items-sm-stretch {
  5006. -ms-flex-align: stretch !important;
  5007. align-items: stretch !important;
  5008. }
  5009. .align-content-sm-start {
  5010. -ms-flex-line-pack: start !important;
  5011. align-content: flex-start !important;
  5012. }
  5013. .align-content-sm-end {
  5014. -ms-flex-line-pack: end !important;
  5015. align-content: flex-end !important;
  5016. }
  5017. .align-content-sm-center {
  5018. -ms-flex-line-pack: center !important;
  5019. align-content: center !important;
  5020. }
  5021. .align-content-sm-between {
  5022. -ms-flex-line-pack: justify !important;
  5023. align-content: space-between !important;
  5024. }
  5025. .align-content-sm-around {
  5026. -ms-flex-line-pack: distribute !important;
  5027. align-content: space-around !important;
  5028. }
  5029. .align-content-sm-stretch {
  5030. -ms-flex-line-pack: stretch !important;
  5031. align-content: stretch !important;
  5032. }
  5033. .align-self-sm-auto {
  5034. -ms-flex-item-align: auto !important;
  5035. align-self: auto !important;
  5036. }
  5037. .align-self-sm-start {
  5038. -ms-flex-item-align: start !important;
  5039. align-self: flex-start !important;
  5040. }
  5041. .align-self-sm-end {
  5042. -ms-flex-item-align: end !important;
  5043. align-self: flex-end !important;
  5044. }
  5045. .align-self-sm-center {
  5046. -ms-flex-item-align: center !important;
  5047. align-self: center !important;
  5048. }
  5049. .align-self-sm-baseline {
  5050. -ms-flex-item-align: baseline !important;
  5051. align-self: baseline !important;
  5052. }
  5053. .align-self-sm-stretch {
  5054. -ms-flex-item-align: stretch !important;
  5055. align-self: stretch !important;
  5056. }
  5057. }
  5058. @media (min-width: 768px) {
  5059. .flex-md-row {
  5060. -ms-flex-direction: row !important;
  5061. flex-direction: row !important;
  5062. }
  5063. .flex-md-column {
  5064. -ms-flex-direction: column !important;
  5065. flex-direction: column !important;
  5066. }
  5067. .flex-md-row-reverse {
  5068. -ms-flex-direction: row-reverse !important;
  5069. flex-direction: row-reverse !important;
  5070. }
  5071. .flex-md-column-reverse {
  5072. -ms-flex-direction: column-reverse !important;
  5073. flex-direction: column-reverse !important;
  5074. }
  5075. .flex-md-wrap {
  5076. -ms-flex-wrap: wrap !important;
  5077. flex-wrap: wrap !important;
  5078. }
  5079. .flex-md-nowrap {
  5080. -ms-flex-wrap: nowrap !important;
  5081. flex-wrap: nowrap !important;
  5082. }
  5083. .flex-md-wrap-reverse {
  5084. -ms-flex-wrap: wrap-reverse !important;
  5085. flex-wrap: wrap-reverse !important;
  5086. }
  5087. .justify-content-md-start {
  5088. -ms-flex-pack: start !important;
  5089. justify-content: flex-start !important;
  5090. }
  5091. .justify-content-md-end {
  5092. -ms-flex-pack: end !important;
  5093. justify-content: flex-end !important;
  5094. }
  5095. .justify-content-md-center {
  5096. -ms-flex-pack: center !important;
  5097. justify-content: center !important;
  5098. }
  5099. .justify-content-md-between {
  5100. -ms-flex-pack: justify !important;
  5101. justify-content: space-between !important;
  5102. }
  5103. .justify-content-md-around {
  5104. -ms-flex-pack: distribute !important;
  5105. justify-content: space-around !important;
  5106. }
  5107. .align-items-md-start {
  5108. -ms-flex-align: start !important;
  5109. align-items: flex-start !important;
  5110. }
  5111. .align-items-md-end {
  5112. -ms-flex-align: end !important;
  5113. align-items: flex-end !important;
  5114. }
  5115. .align-items-md-center {
  5116. -ms-flex-align: center !important;
  5117. align-items: center !important;
  5118. }
  5119. .align-items-md-baseline {
  5120. -ms-flex-align: baseline !important;
  5121. align-items: baseline !important;
  5122. }
  5123. .align-items-md-stretch {
  5124. -ms-flex-align: stretch !important;
  5125. align-items: stretch !important;
  5126. }
  5127. .align-content-md-start {
  5128. -ms-flex-line-pack: start !important;
  5129. align-content: flex-start !important;
  5130. }
  5131. .align-content-md-end {
  5132. -ms-flex-line-pack: end !important;
  5133. align-content: flex-end !important;
  5134. }
  5135. .align-content-md-center {
  5136. -ms-flex-line-pack: center !important;
  5137. align-content: center !important;
  5138. }
  5139. .align-content-md-between {
  5140. -ms-flex-line-pack: justify !important;
  5141. align-content: space-between !important;
  5142. }
  5143. .align-content-md-around {
  5144. -ms-flex-line-pack: distribute !important;
  5145. align-content: space-around !important;
  5146. }
  5147. .align-content-md-stretch {
  5148. -ms-flex-line-pack: stretch !important;
  5149. align-content: stretch !important;
  5150. }
  5151. .align-self-md-auto {
  5152. -ms-flex-item-align: auto !important;
  5153. align-self: auto !important;
  5154. }
  5155. .align-self-md-start {
  5156. -ms-flex-item-align: start !important;
  5157. align-self: flex-start !important;
  5158. }
  5159. .align-self-md-end {
  5160. -ms-flex-item-align: end !important;
  5161. align-self: flex-end !important;
  5162. }
  5163. .align-self-md-center {
  5164. -ms-flex-item-align: center !important;
  5165. align-self: center !important;
  5166. }
  5167. .align-self-md-baseline {
  5168. -ms-flex-item-align: baseline !important;
  5169. align-self: baseline !important;
  5170. }
  5171. .align-self-md-stretch {
  5172. -ms-flex-item-align: stretch !important;
  5173. align-self: stretch !important;
  5174. }
  5175. }
  5176. @media (min-width: 992px) {
  5177. .flex-lg-row {
  5178. -ms-flex-direction: row !important;
  5179. flex-direction: row !important;
  5180. }
  5181. .flex-lg-column {
  5182. -ms-flex-direction: column !important;
  5183. flex-direction: column !important;
  5184. }
  5185. .flex-lg-row-reverse {
  5186. -ms-flex-direction: row-reverse !important;
  5187. flex-direction: row-reverse !important;
  5188. }
  5189. .flex-lg-column-reverse {
  5190. -ms-flex-direction: column-reverse !important;
  5191. flex-direction: column-reverse !important;
  5192. }
  5193. .flex-lg-wrap {
  5194. -ms-flex-wrap: wrap !important;
  5195. flex-wrap: wrap !important;
  5196. }
  5197. .flex-lg-nowrap {
  5198. -ms-flex-wrap: nowrap !important;
  5199. flex-wrap: nowrap !important;
  5200. }
  5201. .flex-lg-wrap-reverse {
  5202. -ms-flex-wrap: wrap-reverse !important;
  5203. flex-wrap: wrap-reverse !important;
  5204. }
  5205. .justify-content-lg-start {
  5206. -ms-flex-pack: start !important;
  5207. justify-content: flex-start !important;
  5208. }
  5209. .justify-content-lg-end {
  5210. -ms-flex-pack: end !important;
  5211. justify-content: flex-end !important;
  5212. }
  5213. .justify-content-lg-center {
  5214. -ms-flex-pack: center !important;
  5215. justify-content: center !important;
  5216. }
  5217. .justify-content-lg-between {
  5218. -ms-flex-pack: justify !important;
  5219. justify-content: space-between !important;
  5220. }
  5221. .justify-content-lg-around {
  5222. -ms-flex-pack: distribute !important;
  5223. justify-content: space-around !important;
  5224. }
  5225. .align-items-lg-start {
  5226. -ms-flex-align: start !important;
  5227. align-items: flex-start !important;
  5228. }
  5229. .align-items-lg-end {
  5230. -ms-flex-align: end !important;
  5231. align-items: flex-end !important;
  5232. }
  5233. .align-items-lg-center {
  5234. -ms-flex-align: center !important;
  5235. align-items: center !important;
  5236. }
  5237. .align-items-lg-baseline {
  5238. -ms-flex-align: baseline !important;
  5239. align-items: baseline !important;
  5240. }
  5241. .align-items-lg-stretch {
  5242. -ms-flex-align: stretch !important;
  5243. align-items: stretch !important;
  5244. }
  5245. .align-content-lg-start {
  5246. -ms-flex-line-pack: start !important;
  5247. align-content: flex-start !important;
  5248. }
  5249. .align-content-lg-end {
  5250. -ms-flex-line-pack: end !important;
  5251. align-content: flex-end !important;
  5252. }
  5253. .align-content-lg-center {
  5254. -ms-flex-line-pack: center !important;
  5255. align-content: center !important;
  5256. }
  5257. .align-content-lg-between {
  5258. -ms-flex-line-pack: justify !important;
  5259. align-content: space-between !important;
  5260. }
  5261. .align-content-lg-around {
  5262. -ms-flex-line-pack: distribute !important;
  5263. align-content: space-around !important;
  5264. }
  5265. .align-content-lg-stretch {
  5266. -ms-flex-line-pack: stretch !important;
  5267. align-content: stretch !important;
  5268. }
  5269. .align-self-lg-auto {
  5270. -ms-flex-item-align: auto !important;
  5271. align-self: auto !important;
  5272. }
  5273. .align-self-lg-start {
  5274. -ms-flex-item-align: start !important;
  5275. align-self: flex-start !important;
  5276. }
  5277. .align-self-lg-end {
  5278. -ms-flex-item-align: end !important;
  5279. align-self: flex-end !important;
  5280. }
  5281. .align-self-lg-center {
  5282. -ms-flex-item-align: center !important;
  5283. align-self: center !important;
  5284. }
  5285. .align-self-lg-baseline {
  5286. -ms-flex-item-align: baseline !important;
  5287. align-self: baseline !important;
  5288. }
  5289. .align-self-lg-stretch {
  5290. -ms-flex-item-align: stretch !important;
  5291. align-self: stretch !important;
  5292. }
  5293. }
  5294. @media (min-width: 1200px) {
  5295. .flex-xl-row {
  5296. -ms-flex-direction: row !important;
  5297. flex-direction: row !important;
  5298. }
  5299. .flex-xl-column {
  5300. -ms-flex-direction: column !important;
  5301. flex-direction: column !important;
  5302. }
  5303. .flex-xl-row-reverse {
  5304. -ms-flex-direction: row-reverse !important;
  5305. flex-direction: row-reverse !important;
  5306. }
  5307. .flex-xl-column-reverse {
  5308. -ms-flex-direction: column-reverse !important;
  5309. flex-direction: column-reverse !important;
  5310. }
  5311. .flex-xl-wrap {
  5312. -ms-flex-wrap: wrap !important;
  5313. flex-wrap: wrap !important;
  5314. }
  5315. .flex-xl-nowrap {
  5316. -ms-flex-wrap: nowrap !important;
  5317. flex-wrap: nowrap !important;
  5318. }
  5319. .flex-xl-wrap-reverse {
  5320. -ms-flex-wrap: wrap-reverse !important;
  5321. flex-wrap: wrap-reverse !important;
  5322. }
  5323. .justify-content-xl-start {
  5324. -ms-flex-pack: start !important;
  5325. justify-content: flex-start !important;
  5326. }
  5327. .justify-content-xl-end {
  5328. -ms-flex-pack: end !important;
  5329. justify-content: flex-end !important;
  5330. }
  5331. .justify-content-xl-center {
  5332. -ms-flex-pack: center !important;
  5333. justify-content: center !important;
  5334. }
  5335. .justify-content-xl-between {
  5336. -ms-flex-pack: justify !important;
  5337. justify-content: space-between !important;
  5338. }
  5339. .justify-content-xl-around {
  5340. -ms-flex-pack: distribute !important;
  5341. justify-content: space-around !important;
  5342. }
  5343. .align-items-xl-start {
  5344. -ms-flex-align: start !important;
  5345. align-items: flex-start !important;
  5346. }
  5347. .align-items-xl-end {
  5348. -ms-flex-align: end !important;
  5349. align-items: flex-end !important;
  5350. }
  5351. .align-items-xl-center {
  5352. -ms-flex-align: center !important;
  5353. align-items: center !important;
  5354. }
  5355. .align-items-xl-baseline {
  5356. -ms-flex-align: baseline !important;
  5357. align-items: baseline !important;
  5358. }
  5359. .align-items-xl-stretch {
  5360. -ms-flex-align: stretch !important;
  5361. align-items: stretch !important;
  5362. }
  5363. .align-content-xl-start {
  5364. -ms-flex-line-pack: start !important;
  5365. align-content: flex-start !important;
  5366. }
  5367. .align-content-xl-end {
  5368. -ms-flex-line-pack: end !important;
  5369. align-content: flex-end !important;
  5370. }
  5371. .align-content-xl-center {
  5372. -ms-flex-line-pack: center !important;
  5373. align-content: center !important;
  5374. }
  5375. .align-content-xl-between {
  5376. -ms-flex-line-pack: justify !important;
  5377. align-content: space-between !important;
  5378. }
  5379. .align-content-xl-around {
  5380. -ms-flex-line-pack: distribute !important;
  5381. align-content: space-around !important;
  5382. }
  5383. .align-content-xl-stretch {
  5384. -ms-flex-line-pack: stretch !important;
  5385. align-content: stretch !important;
  5386. }
  5387. .align-self-xl-auto {
  5388. -ms-flex-item-align: auto !important;
  5389. align-self: auto !important;
  5390. }
  5391. .align-self-xl-start {
  5392. -ms-flex-item-align: start !important;
  5393. align-self: flex-start !important;
  5394. }
  5395. .align-self-xl-end {
  5396. -ms-flex-item-align: end !important;
  5397. align-self: flex-end !important;
  5398. }
  5399. .align-self-xl-center {
  5400. -ms-flex-item-align: center !important;
  5401. align-self: center !important;
  5402. }
  5403. .align-self-xl-baseline {
  5404. -ms-flex-item-align: baseline !important;
  5405. align-self: baseline !important;
  5406. }
  5407. .align-self-xl-stretch {
  5408. -ms-flex-item-align: stretch !important;
  5409. align-self: stretch !important;
  5410. }
  5411. }
  5412. .float-left {
  5413. float: left !important;
  5414. }
  5415. .float-right {
  5416. float: right !important;
  5417. }
  5418. .float-none {
  5419. float: none !important;
  5420. }
  5421. @media (min-width: 576px) {
  5422. .float-sm-left {
  5423. float: left !important;
  5424. }
  5425. .float-sm-right {
  5426. float: right !important;
  5427. }
  5428. .float-sm-none {
  5429. float: none !important;
  5430. }
  5431. }
  5432. @media (min-width: 768px) {
  5433. .float-md-left {
  5434. float: left !important;
  5435. }
  5436. .float-md-right {
  5437. float: right !important;
  5438. }
  5439. .float-md-none {
  5440. float: none !important;
  5441. }
  5442. }
  5443. @media (min-width: 992px) {
  5444. .float-lg-left {
  5445. float: left !important;
  5446. }
  5447. .float-lg-right {
  5448. float: right !important;
  5449. }
  5450. .float-lg-none {
  5451. float: none !important;
  5452. }
  5453. }
  5454. @media (min-width: 1200px) {
  5455. .float-xl-left {
  5456. float: left !important;
  5457. }
  5458. .float-xl-right {
  5459. float: right !important;
  5460. }
  5461. .float-xl-none {
  5462. float: none !important;
  5463. }
  5464. }
  5465. .fixed-top {
  5466. position: fixed;
  5467. top: 0;
  5468. right: 0;
  5469. left: 0;
  5470. z-index: 1030;
  5471. }
  5472. .fixed-bottom {
  5473. position: fixed;
  5474. right: 0;
  5475. bottom: 0;
  5476. left: 0;
  5477. z-index: 1030;
  5478. }
  5479. @supports ((position: -webkit-sticky) or (position: sticky)) {
  5480. .sticky-top {
  5481. position: -webkit-sticky;
  5482. position: sticky;
  5483. top: 0;
  5484. z-index: 1020;
  5485. }
  5486. }
  5487. .sr-only {
  5488. position: absolute;
  5489. width: 1px;
  5490. height: 1px;
  5491. padding: 0;
  5492. overflow: hidden;
  5493. clip: rect(0, 0, 0, 0);
  5494. white-space: nowrap;
  5495. -webkit-clip-path: inset(50%);
  5496. clip-path: inset(50%);
  5497. border: 0;
  5498. }
  5499. .sr-only-focusable:active, .sr-only-focusable:focus {
  5500. position: static;
  5501. width: auto;
  5502. height: auto;
  5503. overflow: visible;
  5504. clip: auto;
  5505. white-space: normal;
  5506. -webkit-clip-path: none;
  5507. clip-path: none;
  5508. }
  5509. .w-25 {
  5510. width: 25% !important;
  5511. }
  5512. .w-50 {
  5513. width: 50% !important;
  5514. }
  5515. .w-75 {
  5516. width: 75% !important;
  5517. }
  5518. .w-100 {
  5519. width: 100% !important;
  5520. }
  5521. .h-25 {
  5522. height: 25% !important;
  5523. }
  5524. .h-50 {
  5525. height: 50% !important;
  5526. }
  5527. .h-75 {
  5528. height: 75% !important;
  5529. }
  5530. .h-100 {
  5531. height: 100% !important;
  5532. }
  5533. .mw-100 {
  5534. max-width: 100% !important;
  5535. }
  5536. .mh-100 {
  5537. max-height: 100% !important;
  5538. }
  5539. .m-0 {
  5540. margin: 0 !important;
  5541. }
  5542. .mt-0 {
  5543. margin-top: 0 !important;
  5544. }
  5545. .mr-0 {
  5546. margin-right: 0 !important;
  5547. }
  5548. .mb-0 {
  5549. margin-bottom: 0 !important;
  5550. }
  5551. .ml-0 {
  5552. margin-left: 0 !important;
  5553. }
  5554. .mx-0 {
  5555. margin-right: 0 !important;
  5556. margin-left: 0 !important;
  5557. }
  5558. .my-0 {
  5559. margin-top: 0 !important;
  5560. margin-bottom: 0 !important;
  5561. }
  5562. .m-1 {
  5563. margin: 0.25rem !important;
  5564. }
  5565. .mt-1 {
  5566. margin-top: 0.25rem !important;
  5567. }
  5568. .mr-1 {
  5569. margin-right: 0.25rem !important;
  5570. }
  5571. .mb-1 {
  5572. margin-bottom: 0.25rem !important;
  5573. }
  5574. .ml-1 {
  5575. margin-left: 0.25rem !important;
  5576. }
  5577. .mx-1 {
  5578. margin-right: 0.25rem !important;
  5579. margin-left: 0.25rem !important;
  5580. }
  5581. .my-1 {
  5582. margin-top: 0.25rem !important;
  5583. margin-bottom: 0.25rem !important;
  5584. }
  5585. .m-2 {
  5586. margin: 0.5rem !important;
  5587. }
  5588. .mt-2 {
  5589. margin-top: 0.5rem !important;
  5590. }
  5591. .mr-2 {
  5592. margin-right: 0.5rem !important;
  5593. }
  5594. .mb-2 {
  5595. margin-bottom: 0.5rem !important;
  5596. }
  5597. .ml-2 {
  5598. margin-left: 0.5rem !important;
  5599. }
  5600. .mx-2 {
  5601. margin-right: 0.5rem !important;
  5602. margin-left: 0.5rem !important;
  5603. }
  5604. .my-2 {
  5605. margin-top: 0.5rem !important;
  5606. margin-bottom: 0.5rem !important;
  5607. }
  5608. .m-3 {
  5609. margin: 1rem !important;
  5610. }
  5611. .mt-3 {
  5612. margin-top: 1rem !important;
  5613. }
  5614. .mr-3 {
  5615. margin-right: 1rem !important;
  5616. }
  5617. .mb-3 {
  5618. margin-bottom: 1rem !important;
  5619. }
  5620. .ml-3 {
  5621. margin-left: 1rem !important;
  5622. }
  5623. .mx-3 {
  5624. margin-right: 1rem !important;
  5625. margin-left: 1rem !important;
  5626. }
  5627. .my-3 {
  5628. margin-top: 1rem !important;
  5629. margin-bottom: 1rem !important;
  5630. }
  5631. .m-4 {
  5632. margin: 1.5rem !important;
  5633. }
  5634. .mt-4 {
  5635. margin-top: 1.5rem !important;
  5636. }
  5637. .mr-4 {
  5638. margin-right: 1.5rem !important;
  5639. }
  5640. .mb-4 {
  5641. margin-bottom: 1.5rem !important;
  5642. }
  5643. .ml-4 {
  5644. margin-left: 1.5rem !important;
  5645. }
  5646. .mx-4 {
  5647. margin-right: 1.5rem !important;
  5648. margin-left: 1.5rem !important;
  5649. }
  5650. .my-4 {
  5651. margin-top: 1.5rem !important;
  5652. margin-bottom: 1.5rem !important;
  5653. }
  5654. .m-5 {
  5655. margin: 3rem !important;
  5656. }
  5657. .mt-5 {
  5658. margin-top: 3rem !important;
  5659. }
  5660. .mr-5 {
  5661. margin-right: 3rem !important;
  5662. }
  5663. .mb-5 {
  5664. margin-bottom: 3rem !important;
  5665. }
  5666. .ml-5 {
  5667. margin-left: 3rem !important;
  5668. }
  5669. .mx-5 {
  5670. margin-right: 3rem !important;
  5671. margin-left: 3rem !important;
  5672. }
  5673. .my-5 {
  5674. margin-top: 3rem !important;
  5675. margin-bottom: 3rem !important;
  5676. }
  5677. .p-0 {
  5678. padding: 0 !important;
  5679. }
  5680. .pt-0 {
  5681. padding-top: 0 !important;
  5682. }
  5683. .pr-0 {
  5684. padding-right: 0 !important;
  5685. }
  5686. .pb-0 {
  5687. padding-bottom: 0 !important;
  5688. }
  5689. .pl-0 {
  5690. padding-left: 0 !important;
  5691. }
  5692. .px-0 {
  5693. padding-right: 0 !important;
  5694. padding-left: 0 !important;
  5695. }
  5696. .py-0 {
  5697. padding-top: 0 !important;
  5698. padding-bottom: 0 !important;
  5699. }
  5700. .p-1 {
  5701. padding: 0.25rem !important;
  5702. }
  5703. .pt-1 {
  5704. padding-top: 0.25rem !important;
  5705. }
  5706. .pr-1 {
  5707. padding-right: 0.25rem !important;
  5708. }
  5709. .pb-1 {
  5710. padding-bottom: 0.25rem !important;
  5711. }
  5712. .pl-1 {
  5713. padding-left: 0.25rem !important;
  5714. }
  5715. .px-1 {
  5716. padding-right: 0.25rem !important;
  5717. padding-left: 0.25rem !important;
  5718. }
  5719. .py-1 {
  5720. padding-top: 0.25rem !important;
  5721. padding-bottom: 0.25rem !important;
  5722. }
  5723. .p-2 {
  5724. padding: 0.5rem !important;
  5725. }
  5726. .pt-2 {
  5727. padding-top: 0.5rem !important;
  5728. }
  5729. .pr-2 {
  5730. padding-right: 0.5rem !important;
  5731. }
  5732. .pb-2 {
  5733. padding-bottom: 0.5rem !important;
  5734. }
  5735. .pl-2 {
  5736. padding-left: 0.5rem !important;
  5737. }
  5738. .px-2 {
  5739. padding-right: 0.5rem !important;
  5740. padding-left: 0.5rem !important;
  5741. }
  5742. .py-2 {
  5743. padding-top: 0.5rem !important;
  5744. padding-bottom: 0.5rem !important;
  5745. }
  5746. .p-3 {
  5747. padding: 1rem !important;
  5748. }
  5749. .pt-3 {
  5750. padding-top: 1rem !important;
  5751. }
  5752. .pr-3 {
  5753. padding-right: 1rem !important;
  5754. }
  5755. .pb-3 {
  5756. padding-bottom: 1rem !important;
  5757. }
  5758. .pl-3 {
  5759. padding-left: 1rem !important;
  5760. }
  5761. .px-3 {
  5762. padding-right: 1rem !important;
  5763. padding-left: 1rem !important;
  5764. }
  5765. .py-3 {
  5766. padding-top: 1rem !important;
  5767. padding-bottom: 1rem !important;
  5768. }
  5769. .p-4 {
  5770. padding: 1.5rem !important;
  5771. }
  5772. .pt-4 {
  5773. padding-top: 1.5rem !important;
  5774. }
  5775. .pr-4 {
  5776. padding-right: 1.5rem !important;
  5777. }
  5778. .pb-4 {
  5779. padding-bottom: 1.5rem !important;
  5780. }
  5781. .pl-4 {
  5782. padding-left: 1.5rem !important;
  5783. }
  5784. .px-4 {
  5785. padding-right: 1.5rem !important;
  5786. padding-left: 1.5rem !important;
  5787. }
  5788. .py-4 {
  5789. padding-top: 1.5rem !important;
  5790. padding-bottom: 1.5rem !important;
  5791. }
  5792. .p-5 {
  5793. padding: 3rem !important;
  5794. }
  5795. .pt-5 {
  5796. padding-top: 3rem !important;
  5797. }
  5798. .pr-5 {
  5799. padding-right: 3rem !important;
  5800. }
  5801. .pb-5 {
  5802. padding-bottom: 3rem !important;
  5803. }
  5804. .pl-5 {
  5805. padding-left: 3rem !important;
  5806. }
  5807. .px-5 {
  5808. padding-right: 3rem !important;
  5809. padding-left: 3rem !important;
  5810. }
  5811. .py-5 {
  5812. padding-top: 3rem !important;
  5813. padding-bottom: 3rem !important;
  5814. }
  5815. .m-auto {
  5816. margin: auto !important;
  5817. }
  5818. .mt-auto {
  5819. margin-top: auto !important;
  5820. }
  5821. .mr-auto {
  5822. margin-right: auto !important;
  5823. }
  5824. .mb-auto {
  5825. margin-bottom: auto !important;
  5826. }
  5827. .ml-auto {
  5828. margin-left: auto !important;
  5829. }
  5830. .mx-auto {
  5831. margin-right: auto !important;
  5832. margin-left: auto !important;
  5833. }
  5834. .my-auto {
  5835. margin-top: auto !important;
  5836. margin-bottom: auto !important;
  5837. }
  5838. @media (min-width: 576px) {
  5839. .m-sm-0 {
  5840. margin: 0 !important;
  5841. }
  5842. .mt-sm-0 {
  5843. margin-top: 0 !important;
  5844. }
  5845. .mr-sm-0 {
  5846. margin-right: 0 !important;
  5847. }
  5848. .mb-sm-0 {
  5849. margin-bottom: 0 !important;
  5850. }
  5851. .ml-sm-0 {
  5852. margin-left: 0 !important;
  5853. }
  5854. .mx-sm-0 {
  5855. margin-right: 0 !important;
  5856. margin-left: 0 !important;
  5857. }
  5858. .my-sm-0 {
  5859. margin-top: 0 !important;
  5860. margin-bottom: 0 !important;
  5861. }
  5862. .m-sm-1 {
  5863. margin: 0.25rem !important;
  5864. }
  5865. .mt-sm-1 {
  5866. margin-top: 0.25rem !important;
  5867. }
  5868. .mr-sm-1 {
  5869. margin-right: 0.25rem !important;
  5870. }
  5871. .mb-sm-1 {
  5872. margin-bottom: 0.25rem !important;
  5873. }
  5874. .ml-sm-1 {
  5875. margin-left: 0.25rem !important;
  5876. }
  5877. .mx-sm-1 {
  5878. margin-right: 0.25rem !important;
  5879. margin-left: 0.25rem !important;
  5880. }
  5881. .my-sm-1 {
  5882. margin-top: 0.25rem !important;
  5883. margin-bottom: 0.25rem !important;
  5884. }
  5885. .m-sm-2 {
  5886. margin: 0.5rem !important;
  5887. }
  5888. .mt-sm-2 {
  5889. margin-top: 0.5rem !important;
  5890. }
  5891. .mr-sm-2 {
  5892. margin-right: 0.5rem !important;
  5893. }
  5894. .mb-sm-2 {
  5895. margin-bottom: 0.5rem !important;
  5896. }
  5897. .ml-sm-2 {
  5898. margin-left: 0.5rem !important;
  5899. }
  5900. .mx-sm-2 {
  5901. margin-right: 0.5rem !important;
  5902. margin-left: 0.5rem !important;
  5903. }
  5904. .my-sm-2 {
  5905. margin-top: 0.5rem !important;
  5906. margin-bottom: 0.5rem !important;
  5907. }
  5908. .m-sm-3 {
  5909. margin: 1rem !important;
  5910. }
  5911. .mt-sm-3 {
  5912. margin-top: 1rem !important;
  5913. }
  5914. .mr-sm-3 {
  5915. margin-right: 1rem !important;
  5916. }
  5917. .mb-sm-3 {
  5918. margin-bottom: 1rem !important;
  5919. }
  5920. .ml-sm-3 {
  5921. margin-left: 1rem !important;
  5922. }
  5923. .mx-sm-3 {
  5924. margin-right: 1rem !important;
  5925. margin-left: 1rem !important;
  5926. }
  5927. .my-sm-3 {
  5928. margin-top: 1rem !important;
  5929. margin-bottom: 1rem !important;
  5930. }
  5931. .m-sm-4 {
  5932. margin: 1.5rem !important;
  5933. }
  5934. .mt-sm-4 {
  5935. margin-top: 1.5rem !important;
  5936. }
  5937. .mr-sm-4 {
  5938. margin-right: 1.5rem !important;
  5939. }
  5940. .mb-sm-4 {
  5941. margin-bottom: 1.5rem !important;
  5942. }
  5943. .ml-sm-4 {
  5944. margin-left: 1.5rem !important;
  5945. }
  5946. .mx-sm-4 {
  5947. margin-right: 1.5rem !important;
  5948. margin-left: 1.5rem !important;
  5949. }
  5950. .my-sm-4 {
  5951. margin-top: 1.5rem !important;
  5952. margin-bottom: 1.5rem !important;
  5953. }
  5954. .m-sm-5 {
  5955. margin: 3rem !important;
  5956. }
  5957. .mt-sm-5 {
  5958. margin-top: 3rem !important;
  5959. }
  5960. .mr-sm-5 {
  5961. margin-right: 3rem !important;
  5962. }
  5963. .mb-sm-5 {
  5964. margin-bottom: 3rem !important;
  5965. }
  5966. .ml-sm-5 {
  5967. margin-left: 3rem !important;
  5968. }
  5969. .mx-sm-5 {
  5970. margin-right: 3rem !important;
  5971. margin-left: 3rem !important;
  5972. }
  5973. .my-sm-5 {
  5974. margin-top: 3rem !important;
  5975. margin-bottom: 3rem !important;
  5976. }
  5977. .p-sm-0 {
  5978. padding: 0 !important;
  5979. }
  5980. .pt-sm-0 {
  5981. padding-top: 0 !important;
  5982. }
  5983. .pr-sm-0 {
  5984. padding-right: 0 !important;
  5985. }
  5986. .pb-sm-0 {
  5987. padding-bottom: 0 !important;
  5988. }
  5989. .pl-sm-0 {
  5990. padding-left: 0 !important;
  5991. }
  5992. .px-sm-0 {
  5993. padding-right: 0 !important;
  5994. padding-left: 0 !important;
  5995. }
  5996. .py-sm-0 {
  5997. padding-top: 0 !important;
  5998. padding-bottom: 0 !important;
  5999. }
  6000. .p-sm-1 {
  6001. padding: 0.25rem !important;
  6002. }
  6003. .pt-sm-1 {
  6004. padding-top: 0.25rem !important;
  6005. }
  6006. .pr-sm-1 {
  6007. padding-right: 0.25rem !important;
  6008. }
  6009. .pb-sm-1 {
  6010. padding-bottom: 0.25rem !important;
  6011. }
  6012. .pl-sm-1 {
  6013. padding-left: 0.25rem !important;
  6014. }
  6015. .px-sm-1 {
  6016. padding-right: 0.25rem !important;
  6017. padding-left: 0.25rem !important;
  6018. }
  6019. .py-sm-1 {
  6020. padding-top: 0.25rem !important;
  6021. padding-bottom: 0.25rem !important;
  6022. }
  6023. .p-sm-2 {
  6024. padding: 0.5rem !important;
  6025. }
  6026. .pt-sm-2 {
  6027. padding-top: 0.5rem !important;
  6028. }
  6029. .pr-sm-2 {
  6030. padding-right: 0.5rem !important;
  6031. }
  6032. .pb-sm-2 {
  6033. padding-bottom: 0.5rem !important;
  6034. }
  6035. .pl-sm-2 {
  6036. padding-left: 0.5rem !important;
  6037. }
  6038. .px-sm-2 {
  6039. padding-right: 0.5rem !important;
  6040. padding-left: 0.5rem !important;
  6041. }
  6042. .py-sm-2 {
  6043. padding-top: 0.5rem !important;
  6044. padding-bottom: 0.5rem !important;
  6045. }
  6046. .p-sm-3 {
  6047. padding: 1rem !important;
  6048. }
  6049. .pt-sm-3 {
  6050. padding-top: 1rem !important;
  6051. }
  6052. .pr-sm-3 {
  6053. padding-right: 1rem !important;
  6054. }
  6055. .pb-sm-3 {
  6056. padding-bottom: 1rem !important;
  6057. }
  6058. .pl-sm-3 {
  6059. padding-left: 1rem !important;
  6060. }
  6061. .px-sm-3 {
  6062. padding-right: 1rem !important;
  6063. padding-left: 1rem !important;
  6064. }
  6065. .py-sm-3 {
  6066. padding-top: 1rem !important;
  6067. padding-bottom: 1rem !important;
  6068. }
  6069. .p-sm-4 {
  6070. padding: 1.5rem !important;
  6071. }
  6072. .pt-sm-4 {
  6073. padding-top: 1.5rem !important;
  6074. }
  6075. .pr-sm-4 {
  6076. padding-right: 1.5rem !important;
  6077. }
  6078. .pb-sm-4 {
  6079. padding-bottom: 1.5rem !important;
  6080. }
  6081. .pl-sm-4 {
  6082. padding-left: 1.5rem !important;
  6083. }
  6084. .px-sm-4 {
  6085. padding-right: 1.5rem !important;
  6086. padding-left: 1.5rem !important;
  6087. }
  6088. .py-sm-4 {
  6089. padding-top: 1.5rem !important;
  6090. padding-bottom: 1.5rem !important;
  6091. }
  6092. .p-sm-5 {
  6093. padding: 3rem !important;
  6094. }
  6095. .pt-sm-5 {
  6096. padding-top: 3rem !important;
  6097. }
  6098. .pr-sm-5 {
  6099. padding-right: 3rem !important;
  6100. }
  6101. .pb-sm-5 {
  6102. padding-bottom: 3rem !important;
  6103. }
  6104. .pl-sm-5 {
  6105. padding-left: 3rem !important;
  6106. }
  6107. .px-sm-5 {
  6108. padding-right: 3rem !important;
  6109. padding-left: 3rem !important;
  6110. }
  6111. .py-sm-5 {
  6112. padding-top: 3rem !important;
  6113. padding-bottom: 3rem !important;
  6114. }
  6115. .m-sm-auto {
  6116. margin: auto !important;
  6117. }
  6118. .mt-sm-auto {
  6119. margin-top: auto !important;
  6120. }
  6121. .mr-sm-auto {
  6122. margin-right: auto !important;
  6123. }
  6124. .mb-sm-auto {
  6125. margin-bottom: auto !important;
  6126. }
  6127. .ml-sm-auto {
  6128. margin-left: auto !important;
  6129. }
  6130. .mx-sm-auto {
  6131. margin-right: auto !important;
  6132. margin-left: auto !important;
  6133. }
  6134. .my-sm-auto {
  6135. margin-top: auto !important;
  6136. margin-bottom: auto !important;
  6137. }
  6138. }
  6139. @media (min-width: 768px) {
  6140. .m-md-0 {
  6141. margin: 0 !important;
  6142. }
  6143. .mt-md-0 {
  6144. margin-top: 0 !important;
  6145. }
  6146. .mr-md-0 {
  6147. margin-right: 0 !important;
  6148. }
  6149. .mb-md-0 {
  6150. margin-bottom: 0 !important;
  6151. }
  6152. .ml-md-0 {
  6153. margin-left: 0 !important;
  6154. }
  6155. .mx-md-0 {
  6156. margin-right: 0 !important;
  6157. margin-left: 0 !important;
  6158. }
  6159. .my-md-0 {
  6160. margin-top: 0 !important;
  6161. margin-bottom: 0 !important;
  6162. }
  6163. .m-md-1 {
  6164. margin: 0.25rem !important;
  6165. }
  6166. .mt-md-1 {
  6167. margin-top: 0.25rem !important;
  6168. }
  6169. .mr-md-1 {
  6170. margin-right: 0.25rem !important;
  6171. }
  6172. .mb-md-1 {
  6173. margin-bottom: 0.25rem !important;
  6174. }
  6175. .ml-md-1 {
  6176. margin-left: 0.25rem !important;
  6177. }
  6178. .mx-md-1 {
  6179. margin-right: 0.25rem !important;
  6180. margin-left: 0.25rem !important;
  6181. }
  6182. .my-md-1 {
  6183. margin-top: 0.25rem !important;
  6184. margin-bottom: 0.25rem !important;
  6185. }
  6186. .m-md-2 {
  6187. margin: 0.5rem !important;
  6188. }
  6189. .mt-md-2 {
  6190. margin-top: 0.5rem !important;
  6191. }
  6192. .mr-md-2 {
  6193. margin-right: 0.5rem !important;
  6194. }
  6195. .mb-md-2 {
  6196. margin-bottom: 0.5rem !important;
  6197. }
  6198. .ml-md-2 {
  6199. margin-left: 0.5rem !important;
  6200. }
  6201. .mx-md-2 {
  6202. margin-right: 0.5rem !important;
  6203. margin-left: 0.5rem !important;
  6204. }
  6205. .my-md-2 {
  6206. margin-top: 0.5rem !important;
  6207. margin-bottom: 0.5rem !important;
  6208. }
  6209. .m-md-3 {
  6210. margin: 1rem !important;
  6211. }
  6212. .mt-md-3 {
  6213. margin-top: 1rem !important;
  6214. }
  6215. .mr-md-3 {
  6216. margin-right: 1rem !important;
  6217. }
  6218. .mb-md-3 {
  6219. margin-bottom: 1rem !important;
  6220. }
  6221. .ml-md-3 {
  6222. margin-left: 1rem !important;
  6223. }
  6224. .mx-md-3 {
  6225. margin-right: 1rem !important;
  6226. margin-left: 1rem !important;
  6227. }
  6228. .my-md-3 {
  6229. margin-top: 1rem !important;
  6230. margin-bottom: 1rem !important;
  6231. }
  6232. .m-md-4 {
  6233. margin: 1.5rem !important;
  6234. }
  6235. .mt-md-4 {
  6236. margin-top: 1.5rem !important;
  6237. }
  6238. .mr-md-4 {
  6239. margin-right: 1.5rem !important;
  6240. }
  6241. .mb-md-4 {
  6242. margin-bottom: 1.5rem !important;
  6243. }
  6244. .ml-md-4 {
  6245. margin-left: 1.5rem !important;
  6246. }
  6247. .mx-md-4 {
  6248. margin-right: 1.5rem !important;
  6249. margin-left: 1.5rem !important;
  6250. }
  6251. .my-md-4 {
  6252. margin-top: 1.5rem !important;
  6253. margin-bottom: 1.5rem !important;
  6254. }
  6255. .m-md-5 {
  6256. margin: 3rem !important;
  6257. }
  6258. .mt-md-5 {
  6259. margin-top: 3rem !important;
  6260. }
  6261. .mr-md-5 {
  6262. margin-right: 3rem !important;
  6263. }
  6264. .mb-md-5 {
  6265. margin-bottom: 3rem !important;
  6266. }
  6267. .ml-md-5 {
  6268. margin-left: 3rem !important;
  6269. }
  6270. .mx-md-5 {
  6271. margin-right: 3rem !important;
  6272. margin-left: 3rem !important;
  6273. }
  6274. .my-md-5 {
  6275. margin-top: 3rem !important;
  6276. margin-bottom: 3rem !important;
  6277. }
  6278. .p-md-0 {
  6279. padding: 0 !important;
  6280. }
  6281. .pt-md-0 {
  6282. padding-top: 0 !important;
  6283. }
  6284. .pr-md-0 {
  6285. padding-right: 0 !important;
  6286. }
  6287. .pb-md-0 {
  6288. padding-bottom: 0 !important;
  6289. }
  6290. .pl-md-0 {
  6291. padding-left: 0 !important;
  6292. }
  6293. .px-md-0 {
  6294. padding-right: 0 !important;
  6295. padding-left: 0 !important;
  6296. }
  6297. .py-md-0 {
  6298. padding-top: 0 !important;
  6299. padding-bottom: 0 !important;
  6300. }
  6301. .p-md-1 {
  6302. padding: 0.25rem !important;
  6303. }
  6304. .pt-md-1 {
  6305. padding-top: 0.25rem !important;
  6306. }
  6307. .pr-md-1 {
  6308. padding-right: 0.25rem !important;
  6309. }
  6310. .pb-md-1 {
  6311. padding-bottom: 0.25rem !important;
  6312. }
  6313. .pl-md-1 {
  6314. padding-left: 0.25rem !important;
  6315. }
  6316. .px-md-1 {
  6317. padding-right: 0.25rem !important;
  6318. padding-left: 0.25rem !important;
  6319. }
  6320. .py-md-1 {
  6321. padding-top: 0.25rem !important;
  6322. padding-bottom: 0.25rem !important;
  6323. }
  6324. .p-md-2 {
  6325. padding: 0.5rem !important;
  6326. }
  6327. .pt-md-2 {
  6328. padding-top: 0.5rem !important;
  6329. }
  6330. .pr-md-2 {
  6331. padding-right: 0.5rem !important;
  6332. }
  6333. .pb-md-2 {
  6334. padding-bottom: 0.5rem !important;
  6335. }
  6336. .pl-md-2 {
  6337. padding-left: 0.5rem !important;
  6338. }
  6339. .px-md-2 {
  6340. padding-right: 0.5rem !important;
  6341. padding-left: 0.5rem !important;
  6342. }
  6343. .py-md-2 {
  6344. padding-top: 0.5rem !important;
  6345. padding-bottom: 0.5rem !important;
  6346. }
  6347. .p-md-3 {
  6348. padding: 1rem !important;
  6349. }
  6350. .pt-md-3 {
  6351. padding-top: 1rem !important;
  6352. }
  6353. .pr-md-3 {
  6354. padding-right: 1rem !important;
  6355. }
  6356. .pb-md-3 {
  6357. padding-bottom: 1rem !important;
  6358. }
  6359. .pl-md-3 {
  6360. padding-left: 1rem !important;
  6361. }
  6362. .px-md-3 {
  6363. padding-right: 1rem !important;
  6364. padding-left: 1rem !important;
  6365. }
  6366. .py-md-3 {
  6367. padding-top: 1rem !important;
  6368. padding-bottom: 1rem !important;
  6369. }
  6370. .p-md-4 {
  6371. padding: 1.5rem !important;
  6372. }
  6373. .pt-md-4 {
  6374. padding-top: 1.5rem !important;
  6375. }
  6376. .pr-md-4 {
  6377. padding-right: 1.5rem !important;
  6378. }
  6379. .pb-md-4 {
  6380. padding-bottom: 1.5rem !important;
  6381. }
  6382. .pl-md-4 {
  6383. padding-left: 1.5rem !important;
  6384. }
  6385. .px-md-4 {
  6386. padding-right: 1.5rem !important;
  6387. padding-left: 1.5rem !important;
  6388. }
  6389. .py-md-4 {
  6390. padding-top: 1.5rem !important;
  6391. padding-bottom: 1.5rem !important;
  6392. }
  6393. .p-md-5 {
  6394. padding: 3rem !important;
  6395. }
  6396. .pt-md-5 {
  6397. padding-top: 3rem !important;
  6398. }
  6399. .pr-md-5 {
  6400. padding-right: 3rem !important;
  6401. }
  6402. .pb-md-5 {
  6403. padding-bottom: 3rem !important;
  6404. }
  6405. .pl-md-5 {
  6406. padding-left: 3rem !important;
  6407. }
  6408. .px-md-5 {
  6409. padding-right: 3rem !important;
  6410. padding-left: 3rem !important;
  6411. }
  6412. .py-md-5 {
  6413. padding-top: 3rem !important;
  6414. padding-bottom: 3rem !important;
  6415. }
  6416. .m-md-auto {
  6417. margin: auto !important;
  6418. }
  6419. .mt-md-auto {
  6420. margin-top: auto !important;
  6421. }
  6422. .mr-md-auto {
  6423. margin-right: auto !important;
  6424. }
  6425. .mb-md-auto {
  6426. margin-bottom: auto !important;
  6427. }
  6428. .ml-md-auto {
  6429. margin-left: auto !important;
  6430. }
  6431. .mx-md-auto {
  6432. margin-right: auto !important;
  6433. margin-left: auto !important;
  6434. }
  6435. .my-md-auto {
  6436. margin-top: auto !important;
  6437. margin-bottom: auto !important;
  6438. }
  6439. }
  6440. @media (min-width: 992px) {
  6441. .m-lg-0 {
  6442. margin: 0 !important;
  6443. }
  6444. .mt-lg-0 {
  6445. margin-top: 0 !important;
  6446. }
  6447. .mr-lg-0 {
  6448. margin-right: 0 !important;
  6449. }
  6450. .mb-lg-0 {
  6451. margin-bottom: 0 !important;
  6452. }
  6453. .ml-lg-0 {
  6454. margin-left: 0 !important;
  6455. }
  6456. .mx-lg-0 {
  6457. margin-right: 0 !important;
  6458. margin-left: 0 !important;
  6459. }
  6460. .my-lg-0 {
  6461. margin-top: 0 !important;
  6462. margin-bottom: 0 !important;
  6463. }
  6464. .m-lg-1 {
  6465. margin: 0.25rem !important;
  6466. }
  6467. .mt-lg-1 {
  6468. margin-top: 0.25rem !important;
  6469. }
  6470. .mr-lg-1 {
  6471. margin-right: 0.25rem !important;
  6472. }
  6473. .mb-lg-1 {
  6474. margin-bottom: 0.25rem !important;
  6475. }
  6476. .ml-lg-1 {
  6477. margin-left: 0.25rem !important;
  6478. }
  6479. .mx-lg-1 {
  6480. margin-right: 0.25rem !important;
  6481. margin-left: 0.25rem !important;
  6482. }
  6483. .my-lg-1 {
  6484. margin-top: 0.25rem !important;
  6485. margin-bottom: 0.25rem !important;
  6486. }
  6487. .m-lg-2 {
  6488. margin: 0.5rem !important;
  6489. }
  6490. .mt-lg-2 {
  6491. margin-top: 0.5rem !important;
  6492. }
  6493. .mr-lg-2 {
  6494. margin-right: 0.5rem !important;
  6495. }
  6496. .mb-lg-2 {
  6497. margin-bottom: 0.5rem !important;
  6498. }
  6499. .ml-lg-2 {
  6500. margin-left: 0.5rem !important;
  6501. }
  6502. .mx-lg-2 {
  6503. margin-right: 0.5rem !important;
  6504. margin-left: 0.5rem !important;
  6505. }
  6506. .my-lg-2 {
  6507. margin-top: 0.5rem !important;
  6508. margin-bottom: 0.5rem !important;
  6509. }
  6510. .m-lg-3 {
  6511. margin: 1rem !important;
  6512. }
  6513. .mt-lg-3 {
  6514. margin-top: 1rem !important;
  6515. }
  6516. .mr-lg-3 {
  6517. margin-right: 1rem !important;
  6518. }
  6519. .mb-lg-3 {
  6520. margin-bottom: 1rem !important;
  6521. }
  6522. .ml-lg-3 {
  6523. margin-left: 1rem !important;
  6524. }
  6525. .mx-lg-3 {
  6526. margin-right: 1rem !important;
  6527. margin-left: 1rem !important;
  6528. }
  6529. .my-lg-3 {
  6530. margin-top: 1rem !important;
  6531. margin-bottom: 1rem !important;
  6532. }
  6533. .m-lg-4 {
  6534. margin: 1.5rem !important;
  6535. }
  6536. .mt-lg-4 {
  6537. margin-top: 1.5rem !important;
  6538. }
  6539. .mr-lg-4 {
  6540. margin-right: 1.5rem !important;
  6541. }
  6542. .mb-lg-4 {
  6543. margin-bottom: 1.5rem !important;
  6544. }
  6545. .ml-lg-4 {
  6546. margin-left: 1.5rem !important;
  6547. }
  6548. .mx-lg-4 {
  6549. margin-right: 1.5rem !important;
  6550. margin-left: 1.5rem !important;
  6551. }
  6552. .my-lg-4 {
  6553. margin-top: 1.5rem !important;
  6554. margin-bottom: 1.5rem !important;
  6555. }
  6556. .m-lg-5 {
  6557. margin: 3rem !important;
  6558. }
  6559. .mt-lg-5 {
  6560. margin-top: 3rem !important;
  6561. }
  6562. .mr-lg-5 {
  6563. margin-right: 3rem !important;
  6564. }
  6565. .mb-lg-5 {
  6566. margin-bottom: 3rem !important;
  6567. }
  6568. .ml-lg-5 {
  6569. margin-left: 3rem !important;
  6570. }
  6571. .mx-lg-5 {
  6572. margin-right: 3rem !important;
  6573. margin-left: 3rem !important;
  6574. }
  6575. .my-lg-5 {
  6576. margin-top: 3rem !important;
  6577. margin-bottom: 3rem !important;
  6578. }
  6579. .p-lg-0 {
  6580. padding: 0 !important;
  6581. }
  6582. .pt-lg-0 {
  6583. padding-top: 0 !important;
  6584. }
  6585. .pr-lg-0 {
  6586. padding-right: 0 !important;
  6587. }
  6588. .pb-lg-0 {
  6589. padding-bottom: 0 !important;
  6590. }
  6591. .pl-lg-0 {
  6592. padding-left: 0 !important;
  6593. }
  6594. .px-lg-0 {
  6595. padding-right: 0 !important;
  6596. padding-left: 0 !important;
  6597. }
  6598. .py-lg-0 {
  6599. padding-top: 0 !important;
  6600. padding-bottom: 0 !important;
  6601. }
  6602. .p-lg-1 {
  6603. padding: 0.25rem !important;
  6604. }
  6605. .pt-lg-1 {
  6606. padding-top: 0.25rem !important;
  6607. }
  6608. .pr-lg-1 {
  6609. padding-right: 0.25rem !important;
  6610. }
  6611. .pb-lg-1 {
  6612. padding-bottom: 0.25rem !important;
  6613. }
  6614. .pl-lg-1 {
  6615. padding-left: 0.25rem !important;
  6616. }
  6617. .px-lg-1 {
  6618. padding-right: 0.25rem !important;
  6619. padding-left: 0.25rem !important;
  6620. }
  6621. .py-lg-1 {
  6622. padding-top: 0.25rem !important;
  6623. padding-bottom: 0.25rem !important;
  6624. }
  6625. .p-lg-2 {
  6626. padding: 0.5rem !important;
  6627. }
  6628. .pt-lg-2 {
  6629. padding-top: 0.5rem !important;
  6630. }
  6631. .pr-lg-2 {
  6632. padding-right: 0.5rem !important;
  6633. }
  6634. .pb-lg-2 {
  6635. padding-bottom: 0.5rem !important;
  6636. }
  6637. .pl-lg-2 {
  6638. padding-left: 0.5rem !important;
  6639. }
  6640. .px-lg-2 {
  6641. padding-right: 0.5rem !important;
  6642. padding-left: 0.5rem !important;
  6643. }
  6644. .py-lg-2 {
  6645. padding-top: 0.5rem !important;
  6646. padding-bottom: 0.5rem !important;
  6647. }
  6648. .p-lg-3 {
  6649. padding: 1rem !important;
  6650. }
  6651. .pt-lg-3 {
  6652. padding-top: 1rem !important;
  6653. }
  6654. .pr-lg-3 {
  6655. padding-right: 1rem !important;
  6656. }
  6657. .pb-lg-3 {
  6658. padding-bottom: 1rem !important;
  6659. }
  6660. .pl-lg-3 {
  6661. padding-left: 1rem !important;
  6662. }
  6663. .px-lg-3 {
  6664. padding-right: 1rem !important;
  6665. padding-left: 1rem !important;
  6666. }
  6667. .py-lg-3 {
  6668. padding-top: 1rem !important;
  6669. padding-bottom: 1rem !important;
  6670. }
  6671. .p-lg-4 {
  6672. padding: 1.5rem !important;
  6673. }
  6674. .pt-lg-4 {
  6675. padding-top: 1.5rem !important;
  6676. }
  6677. .pr-lg-4 {
  6678. padding-right: 1.5rem !important;
  6679. }
  6680. .pb-lg-4 {
  6681. padding-bottom: 1.5rem !important;
  6682. }
  6683. .pl-lg-4 {
  6684. padding-left: 1.5rem !important;
  6685. }
  6686. .px-lg-4 {
  6687. padding-right: 1.5rem !important;
  6688. padding-left: 1.5rem !important;
  6689. }
  6690. .py-lg-4 {
  6691. padding-top: 1.5rem !important;
  6692. padding-bottom: 1.5rem !important;
  6693. }
  6694. .p-lg-5 {
  6695. padding: 3rem !important;
  6696. }
  6697. .pt-lg-5 {
  6698. padding-top: 3rem !important;
  6699. }
  6700. .pr-lg-5 {
  6701. padding-right: 3rem !important;
  6702. }
  6703. .pb-lg-5 {
  6704. padding-bottom: 3rem !important;
  6705. }
  6706. .pl-lg-5 {
  6707. padding-left: 3rem !important;
  6708. }
  6709. .px-lg-5 {
  6710. padding-right: 3rem !important;
  6711. padding-left: 3rem !important;
  6712. }
  6713. .py-lg-5 {
  6714. padding-top: 3rem !important;
  6715. padding-bottom: 3rem !important;
  6716. }
  6717. .m-lg-auto {
  6718. margin: auto !important;
  6719. }
  6720. .mt-lg-auto {
  6721. margin-top: auto !important;
  6722. }
  6723. .mr-lg-auto {
  6724. margin-right: auto !important;
  6725. }
  6726. .mb-lg-auto {
  6727. margin-bottom: auto !important;
  6728. }
  6729. .ml-lg-auto {
  6730. margin-left: auto !important;
  6731. }
  6732. .mx-lg-auto {
  6733. margin-right: auto !important;
  6734. margin-left: auto !important;
  6735. }
  6736. .my-lg-auto {
  6737. margin-top: auto !important;
  6738. margin-bottom: auto !important;
  6739. }
  6740. }
  6741. @media (min-width: 1200px) {
  6742. .m-xl-0 {
  6743. margin: 0 !important;
  6744. }
  6745. .mt-xl-0 {
  6746. margin-top: 0 !important;
  6747. }
  6748. .mr-xl-0 {
  6749. margin-right: 0 !important;
  6750. }
  6751. .mb-xl-0 {
  6752. margin-bottom: 0 !important;
  6753. }
  6754. .ml-xl-0 {
  6755. margin-left: 0 !important;
  6756. }
  6757. .mx-xl-0 {
  6758. margin-right: 0 !important;
  6759. margin-left: 0 !important;
  6760. }
  6761. .my-xl-0 {
  6762. margin-top: 0 !important;
  6763. margin-bottom: 0 !important;
  6764. }
  6765. .m-xl-1 {
  6766. margin: 0.25rem !important;
  6767. }
  6768. .mt-xl-1 {
  6769. margin-top: 0.25rem !important;
  6770. }
  6771. .mr-xl-1 {
  6772. margin-right: 0.25rem !important;
  6773. }
  6774. .mb-xl-1 {
  6775. margin-bottom: 0.25rem !important;
  6776. }
  6777. .ml-xl-1 {
  6778. margin-left: 0.25rem !important;
  6779. }
  6780. .mx-xl-1 {
  6781. margin-right: 0.25rem !important;
  6782. margin-left: 0.25rem !important;
  6783. }
  6784. .my-xl-1 {
  6785. margin-top: 0.25rem !important;
  6786. margin-bottom: 0.25rem !important;
  6787. }
  6788. .m-xl-2 {
  6789. margin: 0.5rem !important;
  6790. }
  6791. .mt-xl-2 {
  6792. margin-top: 0.5rem !important;
  6793. }
  6794. .mr-xl-2 {
  6795. margin-right: 0.5rem !important;
  6796. }
  6797. .mb-xl-2 {
  6798. margin-bottom: 0.5rem !important;
  6799. }
  6800. .ml-xl-2 {
  6801. margin-left: 0.5rem !important;
  6802. }
  6803. .mx-xl-2 {
  6804. margin-right: 0.5rem !important;
  6805. margin-left: 0.5rem !important;
  6806. }
  6807. .my-xl-2 {
  6808. margin-top: 0.5rem !important;
  6809. margin-bottom: 0.5rem !important;
  6810. }
  6811. .m-xl-3 {
  6812. margin: 1rem !important;
  6813. }
  6814. .mt-xl-3 {
  6815. margin-top: 1rem !important;
  6816. }
  6817. .mr-xl-3 {
  6818. margin-right: 1rem !important;
  6819. }
  6820. .mb-xl-3 {
  6821. margin-bottom: 1rem !important;
  6822. }
  6823. .ml-xl-3 {
  6824. margin-left: 1rem !important;
  6825. }
  6826. .mx-xl-3 {
  6827. margin-right: 1rem !important;
  6828. margin-left: 1rem !important;
  6829. }
  6830. .my-xl-3 {
  6831. margin-top: 1rem !important;
  6832. margin-bottom: 1rem !important;
  6833. }
  6834. .m-xl-4 {
  6835. margin: 1.5rem !important;
  6836. }
  6837. .mt-xl-4 {
  6838. margin-top: 1.5rem !important;
  6839. }
  6840. .mr-xl-4 {
  6841. margin-right: 1.5rem !important;
  6842. }
  6843. .mb-xl-4 {
  6844. margin-bottom: 1.5rem !important;
  6845. }
  6846. .ml-xl-4 {
  6847. margin-left: 1.5rem !important;
  6848. }
  6849. .mx-xl-4 {
  6850. margin-right: 1.5rem !important;
  6851. margin-left: 1.5rem !important;
  6852. }
  6853. .my-xl-4 {
  6854. margin-top: 1.5rem !important;
  6855. margin-bottom: 1.5rem !important;
  6856. }
  6857. .m-xl-5 {
  6858. margin: 3rem !important;
  6859. }
  6860. .mt-xl-5 {
  6861. margin-top: 3rem !important;
  6862. }
  6863. .mr-xl-5 {
  6864. margin-right: 3rem !important;
  6865. }
  6866. .mb-xl-5 {
  6867. margin-bottom: 3rem !important;
  6868. }
  6869. .ml-xl-5 {
  6870. margin-left: 3rem !important;
  6871. }
  6872. .mx-xl-5 {
  6873. margin-right: 3rem !important;
  6874. margin-left: 3rem !important;
  6875. }
  6876. .my-xl-5 {
  6877. margin-top: 3rem !important;
  6878. margin-bottom: 3rem !important;
  6879. }
  6880. .p-xl-0 {
  6881. padding: 0 !important;
  6882. }
  6883. .pt-xl-0 {
  6884. padding-top: 0 !important;
  6885. }
  6886. .pr-xl-0 {
  6887. padding-right: 0 !important;
  6888. }
  6889. .pb-xl-0 {
  6890. padding-bottom: 0 !important;
  6891. }
  6892. .pl-xl-0 {
  6893. padding-left: 0 !important;
  6894. }
  6895. .px-xl-0 {
  6896. padding-right: 0 !important;
  6897. padding-left: 0 !important;
  6898. }
  6899. .py-xl-0 {
  6900. padding-top: 0 !important;
  6901. padding-bottom: 0 !important;
  6902. }
  6903. .p-xl-1 {
  6904. padding: 0.25rem !important;
  6905. }
  6906. .pt-xl-1 {
  6907. padding-top: 0.25rem !important;
  6908. }
  6909. .pr-xl-1 {
  6910. padding-right: 0.25rem !important;
  6911. }
  6912. .pb-xl-1 {
  6913. padding-bottom: 0.25rem !important;
  6914. }
  6915. .pl-xl-1 {
  6916. padding-left: 0.25rem !important;
  6917. }
  6918. .px-xl-1 {
  6919. padding-right: 0.25rem !important;
  6920. padding-left: 0.25rem !important;
  6921. }
  6922. .py-xl-1 {
  6923. padding-top: 0.25rem !important;
  6924. padding-bottom: 0.25rem !important;
  6925. }
  6926. .p-xl-2 {
  6927. padding: 0.5rem !important;
  6928. }
  6929. .pt-xl-2 {
  6930. padding-top: 0.5rem !important;
  6931. }
  6932. .pr-xl-2 {
  6933. padding-right: 0.5rem !important;
  6934. }
  6935. .pb-xl-2 {
  6936. padding-bottom: 0.5rem !important;
  6937. }
  6938. .pl-xl-2 {
  6939. padding-left: 0.5rem !important;
  6940. }
  6941. .px-xl-2 {
  6942. padding-right: 0.5rem !important;
  6943. padding-left: 0.5rem !important;
  6944. }
  6945. .py-xl-2 {
  6946. padding-top: 0.5rem !important;
  6947. padding-bottom: 0.5rem !important;
  6948. }
  6949. .p-xl-3 {
  6950. padding: 1rem !important;
  6951. }
  6952. .pt-xl-3 {
  6953. padding-top: 1rem !important;
  6954. }
  6955. .pr-xl-3 {
  6956. padding-right: 1rem !important;
  6957. }
  6958. .pb-xl-3 {
  6959. padding-bottom: 1rem !important;
  6960. }
  6961. .pl-xl-3 {
  6962. padding-left: 1rem !important;
  6963. }
  6964. .px-xl-3 {
  6965. padding-right: 1rem !important;
  6966. padding-left: 1rem !important;
  6967. }
  6968. .py-xl-3 {
  6969. padding-top: 1rem !important;
  6970. padding-bottom: 1rem !important;
  6971. }
  6972. .p-xl-4 {
  6973. padding: 1.5rem !important;
  6974. }
  6975. .pt-xl-4 {
  6976. padding-top: 1.5rem !important;
  6977. }
  6978. .pr-xl-4 {
  6979. padding-right: 1.5rem !important;
  6980. }
  6981. .pb-xl-4 {
  6982. padding-bottom: 1.5rem !important;
  6983. }
  6984. .pl-xl-4 {
  6985. padding-left: 1.5rem !important;
  6986. }
  6987. .px-xl-4 {
  6988. padding-right: 1.5rem !important;
  6989. padding-left: 1.5rem !important;
  6990. }
  6991. .py-xl-4 {
  6992. padding-top: 1.5rem !important;
  6993. padding-bottom: 1.5rem !important;
  6994. }
  6995. .p-xl-5 {
  6996. padding: 3rem !important;
  6997. }
  6998. .pt-xl-5 {
  6999. padding-top: 3rem !important;
  7000. }
  7001. .pr-xl-5 {
  7002. padding-right: 3rem !important;
  7003. }
  7004. .pb-xl-5 {
  7005. padding-bottom: 3rem !important;
  7006. }
  7007. .pl-xl-5 {
  7008. padding-left: 3rem !important;
  7009. }
  7010. .px-xl-5 {
  7011. padding-right: 3rem !important;
  7012. padding-left: 3rem !important;
  7013. }
  7014. .py-xl-5 {
  7015. padding-top: 3rem !important;
  7016. padding-bottom: 3rem !important;
  7017. }
  7018. .m-xl-auto {
  7019. margin: auto !important;
  7020. }
  7021. .mt-xl-auto {
  7022. margin-top: auto !important;
  7023. }
  7024. .mr-xl-auto {
  7025. margin-right: auto !important;
  7026. }
  7027. .mb-xl-auto {
  7028. margin-bottom: auto !important;
  7029. }
  7030. .ml-xl-auto {
  7031. margin-left: auto !important;
  7032. }
  7033. .mx-xl-auto {
  7034. margin-right: auto !important;
  7035. margin-left: auto !important;
  7036. }
  7037. .my-xl-auto {
  7038. margin-top: auto !important;
  7039. margin-bottom: auto !important;
  7040. }
  7041. }
  7042. .text-justify {
  7043. text-align: justify !important;
  7044. }
  7045. .text-nowrap {
  7046. white-space: nowrap !important;
  7047. }
  7048. .text-truncate {
  7049. overflow: hidden;
  7050. text-overflow: ellipsis;
  7051. white-space: nowrap;
  7052. }
  7053. .text-left {
  7054. text-align: left !important;
  7055. }
  7056. .text-right {
  7057. text-align: right !important;
  7058. }
  7059. .text-center {
  7060. text-align: center !important;
  7061. }
  7062. @media (min-width: 576px) {
  7063. .text-sm-left {
  7064. text-align: left !important;
  7065. }
  7066. .text-sm-right {
  7067. text-align: right !important;
  7068. }
  7069. .text-sm-center {
  7070. text-align: center !important;
  7071. }
  7072. }
  7073. @media (min-width: 768px) {
  7074. .text-md-left {
  7075. text-align: left !important;
  7076. }
  7077. .text-md-right {
  7078. text-align: right !important;
  7079. }
  7080. .text-md-center {
  7081. text-align: center !important;
  7082. }
  7083. }
  7084. @media (min-width: 992px) {
  7085. .text-lg-left {
  7086. text-align: left !important;
  7087. }
  7088. .text-lg-right {
  7089. text-align: right !important;
  7090. }
  7091. .text-lg-center {
  7092. text-align: center !important;
  7093. }
  7094. }
  7095. @media (min-width: 1200px) {
  7096. .text-xl-left {
  7097. text-align: left !important;
  7098. }
  7099. .text-xl-right {
  7100. text-align: right !important;
  7101. }
  7102. .text-xl-center {
  7103. text-align: center !important;
  7104. }
  7105. }
  7106. .text-lowercase {
  7107. text-transform: lowercase !important;
  7108. }
  7109. .text-uppercase {
  7110. text-transform: uppercase !important;
  7111. }
  7112. .text-capitalize {
  7113. text-transform: capitalize !important;
  7114. }
  7115. .font-weight-normal {
  7116. font-weight: normal;
  7117. }
  7118. .font-weight-bold {
  7119. font-weight: bold;
  7120. }
  7121. .font-italic {
  7122. font-style: italic;
  7123. }
  7124. .text-white {
  7125. color: #fff !important;
  7126. }
  7127. .text-primary {
  7128. color: #007bff !important;
  7129. }
  7130. a.text-primary:focus, a.text-primary:hover {
  7131. color: #0062cc !important;
  7132. }
  7133. .text-secondary {
  7134. color: #868e96 !important;
  7135. }
  7136. a.text-secondary:focus, a.text-secondary:hover {
  7137. color: #6c757d !important;
  7138. }
  7139. .text-success {
  7140. color: #28a745 !important;
  7141. }
  7142. a.text-success:focus, a.text-success:hover {
  7143. color: #1e7e34 !important;
  7144. }
  7145. .text-info {
  7146. color: #17a2b8 !important;
  7147. }
  7148. a.text-info:focus, a.text-info:hover {
  7149. color: #117a8b !important;
  7150. }
  7151. .text-warning {
  7152. color: #ffc107 !important;
  7153. }
  7154. a.text-warning:focus, a.text-warning:hover {
  7155. color: #d39e00 !important;
  7156. }
  7157. .text-danger {
  7158. color: #dc3545 !important;
  7159. }
  7160. a.text-danger:focus, a.text-danger:hover {
  7161. color: #bd2130 !important;
  7162. }
  7163. .text-light {
  7164. color: #f8f9fa !important;
  7165. }
  7166. a.text-light:focus, a.text-light:hover {
  7167. color: #dae0e5 !important;
  7168. }
  7169. .text-dark {
  7170. color: #343a40 !important;
  7171. }
  7172. a.text-dark:focus, a.text-dark:hover {
  7173. color: #1d2124 !important;
  7174. }
  7175. .text-muted {
  7176. color: #868e96 !important;
  7177. }
  7178. .text-hide {
  7179. font: 0/0 a;
  7180. color: transparent;
  7181. text-shadow: none;
  7182. background-color: transparent;
  7183. border: 0;
  7184. }
  7185. .visible {
  7186. visibility: visible !important;
  7187. }
  7188. .invisible {
  7189. visibility: hidden !important;
  7190. }
  7191. /*# sourceMappingURL=bootstrap.css.map */