Personal blog written from scratch using Node.js, Bootstrap, and MySQL. https://jrtechs.net
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9711 lines
206 KiB

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