Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

9642 righe
196 KiB

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