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.

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