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.

9712 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: #498FBE;
  25. --white: #fff;
  26. --gray: #8E8C84;
  27. --gray-dark: #3E3F3A;
  28. --primary: #325D88;
  29. --secondary: #8E8C84;
  30. --success: #93C54B;
  31. --info: #498FBE;
  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: #498FBE;
  2344. border-color: #498FBE;
  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: #498FBE;
  2358. border-color: #498FBE;
  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: #498FBE;
  2583. background-color: transparent;
  2584. background-image: none;
  2585. border-color: #498FBE;
  2586. }
  2587. .btn-outline-info:hover {
  2588. color: #fff;
  2589. background-color: #498FBE;
  2590. border-color: #498FBE;
  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: #498FBE;
  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: #498FBE;
  2604. border-color: #498FBE;
  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. font-size: 0.75rem;
  4300. }
  4301. .page-link {
  4302. position: relative;
  4303. display: block;
  4304. padding: 0.5rem 0.75rem;
  4305. margin-left: -1px;
  4306. line-height: 1.25;
  4307. color: #ffffff;
  4308. background-color: #498FBE;
  4309. border: 1px solid #000000;
  4310. }
  4311. .page-link:hover {
  4312. z-index: 2;
  4313. color: #ffffff;
  4314. text-decoration: none;
  4315. background-color: #2C3E50;
  4316. border-color: #000000;
  4317. }
  4318. .page-link:focus {
  4319. z-index: 2;
  4320. outline: 0;
  4321. -webkit-box-shadow: 0 0 0 0.2rem rgba(50, 93, 136, 0.25);
  4322. box-shadow: 0 0 0 0.2rem rgba(50, 93, 136, 0.25);
  4323. }
  4324. .page-link:not(:disabled):not(.disabled) {
  4325. cursor: pointer;
  4326. }
  4327. .page-item:first-child .page-link {
  4328. margin-left: 0;
  4329. border-top-left-radius: 0.25rem;
  4330. border-bottom-left-radius: 0.25rem;
  4331. }
  4332. .page-item:last-child .page-link {
  4333. border-top-right-radius: 0.25rem;
  4334. border-bottom-right-radius: 0.25rem;
  4335. }
  4336. .page-item.active .page-link {
  4337. z-index: 1;
  4338. color: #ffffff;
  4339. text-decoration: none;
  4340. background-color: #2C3E50;
  4341. border-color: #000000;
  4342. }
  4343. .page-item.disabled .page-link {
  4344. pointer-events: none;
  4345. cursor: auto;
  4346. color: #ffffff;
  4347. background-color: #67aebe;
  4348. border: 1px solid #000000;
  4349. }
  4350. .pagination-lg .page-link {
  4351. padding: 0.5rem 1.0rem;
  4352. font-size: 0.75rem;
  4353. line-height: 1.5;
  4354. }
  4355. .pagination-lg .page-item:first-child .page-link {
  4356. border-top-left-radius: 0.2rem;
  4357. border-bottom-left-radius: 0.2rem;
  4358. }
  4359. .pagination-lg .page-item:last-child .page-link {
  4360. border-top-right-radius: 0.2rem;
  4361. border-bottom-right-radius: 0.2rem;
  4362. }
  4363. .pagination-sm .page-link {
  4364. padding: 0.25rem 0.5rem;
  4365. font-size: 0.765625rem;
  4366. line-height: 1.5;
  4367. }
  4368. .pagination-sm .page-item:first-child .page-link {
  4369. border-top-left-radius: 0.2rem;
  4370. border-bottom-left-radius: 0.2rem;
  4371. }
  4372. .pagination-sm .page-item:last-child .page-link {
  4373. border-top-right-radius: 0.2rem;
  4374. border-bottom-right-radius: 0.2rem;
  4375. }
  4376. .badge {
  4377. display: inline-block;
  4378. padding: 0.25em 0.4em;
  4379. font-size: 75%;
  4380. font-weight: 700;
  4381. line-height: 1;
  4382. text-align: center;
  4383. white-space: nowrap;
  4384. vertical-align: baseline;
  4385. border-radius: 0.25rem;
  4386. }
  4387. .badge:empty {
  4388. display: none;
  4389. }
  4390. .btn .badge {
  4391. position: relative;
  4392. top: -1px;
  4393. }
  4394. .badge-pill {
  4395. padding-right: 0.6em;
  4396. padding-left: 0.6em;
  4397. border-radius: 10rem;
  4398. }
  4399. .badge-primary {
  4400. color: #fff;
  4401. background-color: #325D88;
  4402. }
  4403. .badge-primary[href]:hover, .badge-primary[href]:focus {
  4404. color: #fff;
  4405. text-decoration: none;
  4406. background-color: #244463;
  4407. }
  4408. .badge-secondary {
  4409. color: #fff;
  4410. background-color: #8E8C84;
  4411. }
  4412. .badge-secondary[href]:hover, .badge-secondary[href]:focus {
  4413. color: #fff;
  4414. text-decoration: none;
  4415. background-color: #74726b;
  4416. }
  4417. .badge-success {
  4418. color: #fff;
  4419. background-color: #93C54B;
  4420. }
  4421. .badge-success[href]:hover, .badge-success[href]:focus {
  4422. color: #fff;
  4423. text-decoration: none;
  4424. background-color: #79a736;
  4425. }
  4426. .badge-info {
  4427. color: #fff;
  4428. background-color: #498FBE;
  4429. }
  4430. .badge-info[href]:hover, .badge-info[href]:focus {
  4431. color: #fff;
  4432. text-decoration: none;
  4433. background-color: #1b8dbb;
  4434. }
  4435. .badge-warning {
  4436. color: #fff;
  4437. background-color: #F47C3C;
  4438. }
  4439. .badge-warning[href]:hover, .badge-warning[href]:focus {
  4440. color: #fff;
  4441. text-decoration: none;
  4442. background-color: #ef5c0e;
  4443. }
  4444. .badge-danger {
  4445. color: #fff;
  4446. background-color: #d9534f;
  4447. }
  4448. .badge-danger[href]:hover, .badge-danger[href]:focus {
  4449. color: #fff;
  4450. text-decoration: none;
  4451. background-color: #c9302c;
  4452. }
  4453. .badge-light {
  4454. color: #212529;
  4455. background-color: #F8F5F0;
  4456. }
  4457. .badge-light[href]:hover, .badge-light[href]:focus {
  4458. color: #212529;
  4459. text-decoration: none;
  4460. background-color: #e8decd;
  4461. }
  4462. .badge-dark {
  4463. color: #fff;
  4464. background-color: #3E3F3A;
  4465. }
  4466. .badge-dark[href]:hover, .badge-dark[href]:focus {
  4467. color: #fff;
  4468. text-decoration: none;
  4469. background-color: #242422;
  4470. }
  4471. .jumbotron {
  4472. padding: 2rem 1rem;
  4473. margin-bottom: 2rem;
  4474. background-color: #F8F5F0;
  4475. border-radius: 0.3rem;
  4476. }
  4477. @media (min-width: 576px) {
  4478. .jumbotron {
  4479. padding: 4rem 2rem;
  4480. }
  4481. }
  4482. .jumbotron-fluid {
  4483. padding-right: 0;
  4484. padding-left: 0;
  4485. border-radius: 0;
  4486. }
  4487. .alert {
  4488. position: relative;
  4489. padding: 0.75rem 1.25rem;
  4490. margin-bottom: 1rem;
  4491. border: 1px solid transparent;
  4492. border-radius: 0.25rem;
  4493. }
  4494. .alert-heading {
  4495. color: inherit;
  4496. }
  4497. .alert-link {
  4498. font-weight: 700;
  4499. }
  4500. .alert-dismissible {
  4501. padding-right: 3.8125rem;
  4502. }
  4503. .alert-dismissible .close {
  4504. position: absolute;
  4505. top: 0;
  4506. right: 0;
  4507. padding: 0.75rem 1.25rem;
  4508. color: inherit;
  4509. }
  4510. .alert-primary {
  4511. color: #1a3047;
  4512. background-color: #d6dfe7;
  4513. border-color: #c6d2de;
  4514. }
  4515. .alert-primary hr {
  4516. border-top-color: #b6c5d5;
  4517. }
  4518. .alert-primary .alert-link {
  4519. color: #0c1722;
  4520. }
  4521. .alert-secondary {
  4522. color: #4a4945;
  4523. background-color: #e8e8e6;
  4524. border-color: #dfdfdd;
  4525. }
  4526. .alert-secondary hr {
  4527. border-top-color: #d3d3d0;
  4528. }
  4529. .alert-secondary .alert-link {
  4530. color: #302f2c;
  4531. }
  4532. .alert-success {
  4533. color: #4c6627;
  4534. background-color: #e9f3db;
  4535. border-color: #e1efcd;
  4536. }
  4537. .alert-success hr {
  4538. border-top-color: #d5e9ba;
  4539. }
  4540. .alert-success .alert-link {
  4541. color: #314119;
  4542. }
  4543. .alert-info {
  4544. color: #155974;
  4545. background-color: #d4eef9;
  4546. border-color: #c3e7f6;
  4547. }
  4548. .alert-info hr {
  4549. border-top-color: #addef3;
  4550. }
  4551. .alert-info .alert-link {
  4552. color: #0d3849;
  4553. }
  4554. .alert-warning {
  4555. color: #7f401f;
  4556. background-color: #fde5d8;
  4557. border-color: #fcdac8;
  4558. }
  4559. .alert-warning hr {
  4560. border-top-color: #fbcab0;
  4561. }
  4562. .alert-warning .alert-link {
  4563. color: #562b15;
  4564. }
  4565. .alert-danger {
  4566. color: #712b29;
  4567. background-color: #f7dddc;
  4568. border-color: #f4cfce;
  4569. }
  4570. .alert-danger hr {
  4571. border-top-color: #efbbb9;
  4572. }
  4573. .alert-danger .alert-link {
  4574. color: #4c1d1b;
  4575. }
  4576. .alert-light {
  4577. color: #817f7d;
  4578. background-color: #fefdfc;
  4579. border-color: #fdfcfb;
  4580. }
  4581. .alert-light hr {
  4582. border-top-color: #f5efea;
  4583. }
  4584. .alert-light .alert-link {
  4585. color: #676664;
  4586. }
  4587. .alert-dark {
  4588. color: #20211e;
  4589. background-color: #d8d9d8;
  4590. border-color: #c9c9c8;
  4591. }
  4592. .alert-dark hr {
  4593. border-top-color: #bcbcbb;
  4594. }
  4595. .alert-dark .alert-link {
  4596. color: #060606;
  4597. }
  4598. @-webkit-keyframes progress-bar-stripes {
  4599. from {
  4600. background-position: 1rem 0;
  4601. }
  4602. to {
  4603. background-position: 0 0;
  4604. }
  4605. }
  4606. @keyframes progress-bar-stripes {
  4607. from {
  4608. background-position: 1rem 0;
  4609. }
  4610. to {
  4611. background-position: 0 0;
  4612. }
  4613. }
  4614. .progress {
  4615. display: -webkit-box;
  4616. display: -ms-flexbox;
  4617. display: flex;
  4618. height: 1rem;
  4619. overflow: hidden;
  4620. font-size: 0.65625rem;
  4621. background-color: #DFD7CA;
  4622. border-radius: 10px;
  4623. }
  4624. .progress-bar {
  4625. display: -webkit-box;
  4626. display: -ms-flexbox;
  4627. display: flex;
  4628. -webkit-box-orient: vertical;
  4629. -webkit-box-direction: normal;
  4630. -ms-flex-direction: column;
  4631. flex-direction: column;
  4632. -webkit-box-pack: center;
  4633. -ms-flex-pack: center;
  4634. justify-content: center;
  4635. color: #325D88;
  4636. text-align: center;
  4637. white-space: nowrap;
  4638. background-color: #325D88;
  4639. -webkit-transition: width 0.6s ease;
  4640. transition: width 0.6s ease;
  4641. }
  4642. @media screen and (prefers-reduced-motion: reduce) {
  4643. .progress-bar {
  4644. -webkit-transition: none;
  4645. transition: none;
  4646. }
  4647. }
  4648. .progress-bar-striped {
  4649. 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);
  4650. background-size: 1rem 1rem;
  4651. }
  4652. .progress-bar-animated {
  4653. -webkit-animation: progress-bar-stripes 1s linear infinite;
  4654. animation: progress-bar-stripes 1s linear infinite;
  4655. }
  4656. .media {
  4657. display: -webkit-box;
  4658. display: -ms-flexbox;
  4659. display: flex;
  4660. -webkit-box-align: start;
  4661. -ms-flex-align: start;
  4662. align-items: flex-start;
  4663. }
  4664. .media-body {
  4665. -webkit-box-flex: 1;
  4666. -ms-flex: 1;
  4667. flex: 1;
  4668. }
  4669. .list-group {
  4670. display: -webkit-box;
  4671. display: -ms-flexbox;
  4672. display: flex;
  4673. -webkit-box-orient: vertical;
  4674. -webkit-box-direction: normal;
  4675. -ms-flex-direction: column;
  4676. flex-direction: column;
  4677. padding-left: 0;
  4678. margin-bottom: 0;
  4679. }
  4680. .list-group-item:first-child {
  4681. border-top-left-radius: 0.25rem;
  4682. border-top-right-radius: 0.25rem;
  4683. }
  4684. .list-group-item:last-child {
  4685. margin-bottom: 0;
  4686. border-bottom-right-radius: 0.25rem;
  4687. border-bottom-left-radius: 0.25rem;
  4688. }
  4689. .list-group-item.disabled, .list-group-item:disabled {
  4690. color: #98978B;
  4691. background-color: #fff;
  4692. }
  4693. .list-group-flush .list-group-item {
  4694. border-right: 0;
  4695. border-left: 0;
  4696. border-radius: 0;
  4697. }
  4698. .list-group-flush:first-child .list-group-item:first-child {
  4699. border-top: 0;
  4700. }
  4701. .list-group-flush:last-child .list-group-item:last-child {
  4702. border-bottom: 0;
  4703. }
  4704. .list-group-item-primary {
  4705. color: #1a3047;
  4706. background-color: #c6d2de;
  4707. }
  4708. .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  4709. color: #1a3047;
  4710. background-color: #b6c5d5;
  4711. }
  4712. .list-group-item-primary.list-group-item-action.active {
  4713. color: #fff;
  4714. background-color: #1a3047;
  4715. border-color: #1a3047;
  4716. }
  4717. .list-group-item-secondary {
  4718. color: #4a4945;
  4719. background-color: #dfdfdd;
  4720. }
  4721. .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  4722. color: #4a4945;
  4723. background-color: #d3d3d0;
  4724. }
  4725. .list-group-item-secondary.list-group-item-action.active {
  4726. color: #fff;
  4727. background-color: #4a4945;
  4728. border-color: #4a4945;
  4729. }
  4730. .list-group-item-success {
  4731. color: #4c6627;
  4732. background-color: #e1efcd;
  4733. }
  4734. .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  4735. color: #4c6627;
  4736. background-color: #d5e9ba;
  4737. }
  4738. .list-group-item-success.list-group-item-action.active {
  4739. color: #fff;
  4740. background-color: #4c6627;
  4741. border-color: #4c6627;
  4742. }
  4743. .list-group-item-info {
  4744. color: #155974;
  4745. background-color: #c3e7f6;
  4746. }
  4747. .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  4748. color: #155974;
  4749. background-color: #addef3;
  4750. }
  4751. .list-group-item-info.list-group-item-action.active {
  4752. color: #fff;
  4753. background-color: #155974;
  4754. border-color: #155974;
  4755. }
  4756. .list-group-item-warning {
  4757. color: #7f401f;
  4758. background-color: #fcdac8;
  4759. }
  4760. .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  4761. color: #7f401f;
  4762. background-color: #fbcab0;
  4763. }
  4764. .list-group-item-warning.list-group-item-action.active {
  4765. color: #fff;
  4766. background-color: #7f401f;
  4767. border-color: #7f401f;
  4768. }
  4769. .list-group-item-danger {
  4770. color: #712b29;
  4771. background-color: #f4cfce;
  4772. }
  4773. .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  4774. color: #712b29;
  4775. background-color: #efbbb9;
  4776. }
  4777. .list-group-item-danger.list-group-item-action.active {
  4778. color: #fff;
  4779. background-color: #712b29;
  4780. border-color: #712b29;
  4781. }
  4782. .list-group-item-light {
  4783. color: #817f7d;
  4784. background-color: #fdfcfb;
  4785. }
  4786. .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  4787. color: #817f7d;
  4788. background-color: #f5efea;
  4789. }
  4790. .list-group-item-light.list-group-item-action.active {
  4791. color: #fff;
  4792. background-color: #817f7d;
  4793. border-color: #817f7d;
  4794. }
  4795. .list-group-item-dark {
  4796. color: #20211e;
  4797. background-color: #c9c9c8;
  4798. }
  4799. .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  4800. color: #20211e;
  4801. background-color: #bcbcbb;
  4802. }
  4803. .list-group-item-dark.list-group-item-action.active {
  4804. color: #fff;
  4805. background-color: #20211e;
  4806. border-color: #20211e;
  4807. }
  4808. .close {
  4809. float: right;
  4810. font-size: 1.3125rem;
  4811. font-weight: 700;
  4812. line-height: 1;
  4813. color: #000;
  4814. text-shadow: none;
  4815. opacity: .5;
  4816. }
  4817. .close:hover, .close:focus {
  4818. color: #000;
  4819. text-decoration: none;
  4820. opacity: .75;
  4821. }
  4822. .close:not(:disabled):not(.disabled) {
  4823. cursor: pointer;
  4824. }
  4825. button.close {
  4826. padding: 0;
  4827. background-color: transparent;
  4828. border: 0;
  4829. -webkit-appearance: none;
  4830. }
  4831. .modal-open {
  4832. overflow: hidden;
  4833. }
  4834. .modal {
  4835. position: fixed;
  4836. top: 0;
  4837. right: 0;
  4838. bottom: 0;
  4839. left: 0;
  4840. z-index: 1050;
  4841. display: none;
  4842. overflow: hidden;
  4843. outline: 0;
  4844. }
  4845. .modal-open .modal {
  4846. overflow-x: hidden;
  4847. overflow-y: auto;
  4848. }
  4849. .modal-dialog {
  4850. position: relative;
  4851. width: auto;
  4852. margin: 0.5rem;
  4853. pointer-events: none;
  4854. }
  4855. .modal.fade .modal-dialog {
  4856. -webkit-transition: -webkit-transform 0.3s ease-out;
  4857. transition: -webkit-transform 0.3s ease-out;
  4858. transition: transform 0.3s ease-out;
  4859. transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  4860. -webkit-transform: translate(0, -25%);
  4861. transform: translate(0, -25%);
  4862. }
  4863. @media screen and (prefers-reduced-motion: reduce) {
  4864. .modal.fade .modal-dialog {
  4865. -webkit-transition: none;
  4866. transition: none;
  4867. }
  4868. }
  4869. .modal.show .modal-dialog {
  4870. -webkit-transform: translate(0, 0);
  4871. transform: translate(0, 0);
  4872. }
  4873. .modal-dialog-centered {
  4874. display: -webkit-box;
  4875. display: -ms-flexbox;
  4876. display: flex;
  4877. -webkit-box-align: center;
  4878. -ms-flex-align: center;
  4879. align-items: center;
  4880. min-height: calc(100% - (0.5rem * 2));
  4881. }
  4882. .modal-content {
  4883. position: relative;
  4884. display: -webkit-box;
  4885. display: -ms-flexbox;
  4886. display: flex;
  4887. -webkit-box-orient: vertical;
  4888. -webkit-box-direction: normal;
  4889. -ms-flex-direction: column;
  4890. flex-direction: column;
  4891. width: 100%;
  4892. pointer-events: auto;
  4893. background-color: #fff;
  4894. background-clip: padding-box;
  4895. border: 1px solid #DFD7CA;
  4896. border-radius: 0.3rem;
  4897. outline: 0;
  4898. }
  4899. .modal-backdrop {
  4900. position: fixed;
  4901. top: 0;
  4902. right: 0;
  4903. bottom: 0;
  4904. left: 0;
  4905. z-index: 1040;
  4906. background-color: #000;
  4907. }
  4908. .modal-backdrop.fade {
  4909. opacity: 0;
  4910. }
  4911. .modal-backdrop.show {
  4912. opacity: 0.5;
  4913. }
  4914. .modal-header {
  4915. display: -webkit-box;
  4916. display: -ms-flexbox;
  4917. display: flex;
  4918. -webkit-box-align: start;
  4919. -ms-flex-align: start;
  4920. align-items: flex-start;
  4921. -webkit-box-pack: justify;
  4922. -ms-flex-pack: justify;
  4923. justify-content: space-between;
  4924. padding: 1rem;
  4925. border-bottom: 1px solid #DFD7CA;
  4926. border-top-left-radius: 0.3rem;
  4927. border-top-right-radius: 0.3rem;
  4928. }
  4929. .modal-header .close {
  4930. padding: 1rem;
  4931. margin: -1rem -1rem -1rem auto;
  4932. }
  4933. .modal-title {
  4934. margin-bottom: 0;
  4935. line-height: 1.5;
  4936. }
  4937. .modal-body {
  4938. position: relative;
  4939. -webkit-box-flex: 1;
  4940. -ms-flex: 1 1 auto;
  4941. flex: 1 1 auto;
  4942. padding: 1rem;
  4943. }
  4944. .modal-footer {
  4945. display: -webkit-box;
  4946. display: -ms-flexbox;
  4947. display: flex;
  4948. -webkit-box-align: center;
  4949. -ms-flex-align: center;
  4950. align-items: center;
  4951. -webkit-box-pack: end;
  4952. -ms-flex-pack: end;
  4953. justify-content: flex-end;
  4954. padding: 1rem;
  4955. border-top: 1px solid #DFD7CA;
  4956. }
  4957. .modal-footer > :not(:first-child) {
  4958. margin-left: .25rem;
  4959. }
  4960. .modal-footer > :not(:last-child) {
  4961. margin-right: .25rem;
  4962. }
  4963. .modal-scrollbar-measure {
  4964. position: absolute;
  4965. top: -9999px;
  4966. width: 50px;
  4967. height: 50px;
  4968. overflow: scroll;
  4969. }
  4970. @media (min-width: 576px) {
  4971. .modal-dialog {
  4972. max-width: 500px;
  4973. margin: 1.75rem auto;
  4974. }
  4975. .modal-dialog-centered {
  4976. min-height: calc(100% - (1.75rem * 2));
  4977. }
  4978. .modal-sm {
  4979. max-width: 300px;
  4980. }
  4981. }
  4982. @media (min-width: 992px) {
  4983. .modal-lg {
  4984. max-width: 800px;
  4985. }
  4986. }
  4987. .tooltip {
  4988. position: absolute;
  4989. z-index: 1070;
  4990. display: block;
  4991. margin: 0;
  4992. font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  4993. font-style: normal;
  4994. font-weight: 400;
  4995. line-height: 1.5;
  4996. text-align: left;
  4997. text-align: start;
  4998. text-decoration: none;
  4999. text-shadow: none;
  5000. text-transform: none;
  5001. letter-spacing: normal;
  5002. word-break: normal;
  5003. word-spacing: normal;
  5004. white-space: normal;
  5005. line-break: auto;
  5006. font-size: 0.765625rem;
  5007. word-wrap: break-word;
  5008. opacity: 0;
  5009. }
  5010. .tooltip.show {
  5011. opacity: 0.9;
  5012. }
  5013. .tooltip .arrow {
  5014. position: absolute;
  5015. display: block;
  5016. width: 0.8rem;
  5017. height: 0.4rem;
  5018. }
  5019. .tooltip .arrow::before {
  5020. position: absolute;
  5021. content: "";
  5022. border-color: transparent;
  5023. border-style: solid;
  5024. }
  5025. .bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  5026. padding: 0.4rem 0;
  5027. }
  5028. .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  5029. bottom: 0;
  5030. }
  5031. .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  5032. top: 0;
  5033. border-width: 0.4rem 0.4rem 0;
  5034. border-top-color: #000;
  5035. }
  5036. .bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  5037. padding: 0 0.4rem;
  5038. }
  5039. .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  5040. left: 0;
  5041. width: 0.4rem;
  5042. height: 0.8rem;
  5043. }
  5044. .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  5045. right: 0;
  5046. border-width: 0.4rem 0.4rem 0.4rem 0;
  5047. border-right-color: #000;
  5048. }
  5049. .bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  5050. padding: 0.4rem 0;
  5051. }
  5052. .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  5053. top: 0;
  5054. }
  5055. .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  5056. bottom: 0;
  5057. border-width: 0 0.4rem 0.4rem;
  5058. border-bottom-color: #000;
  5059. }
  5060. .bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  5061. padding: 0 0.4rem;
  5062. }
  5063. .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  5064. right: 0;
  5065. width: 0.4rem;
  5066. height: 0.8rem;
  5067. }
  5068. .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  5069. left: 0;
  5070. border-width: 0.4rem 0 0.4rem 0.4rem;
  5071. border-left-color: #000;
  5072. }
  5073. .tooltip-inner {
  5074. max-width: 200px;
  5075. padding: 0.25rem 0.5rem;
  5076. color: #fff;
  5077. text-align: center;
  5078. background-color: #000;
  5079. border-radius: 0.25rem;
  5080. }
  5081. .popover {
  5082. position: absolute;
  5083. top: 0;
  5084. left: 0;
  5085. z-index: 1060;
  5086. display: block;
  5087. max-width: 276px;
  5088. font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  5089. font-style: normal;
  5090. font-weight: 400;
  5091. line-height: 1.5;
  5092. text-align: left;
  5093. text-align: start;
  5094. text-decoration: none;
  5095. text-shadow: none;
  5096. text-transform: none;
  5097. letter-spacing: normal;
  5098. word-break: normal;
  5099. word-spacing: normal;
  5100. white-space: normal;
  5101. line-break: auto;
  5102. font-size: 0.765625rem;
  5103. word-wrap: break-word;
  5104. background-color: #fff;
  5105. background-clip: padding-box;
  5106. border: 1px solid rgba(0, 0, 0, 0.2);
  5107. border-radius: 0.3rem;
  5108. }
  5109. .popover .arrow {
  5110. position: absolute;
  5111. display: block;
  5112. width: 1rem;
  5113. height: 0.5rem;
  5114. margin: 0 0.3rem;
  5115. }
  5116. .popover .arrow::before, .popover .arrow::after {
  5117. position: absolute;
  5118. display: block;
  5119. content: "";
  5120. border-color: transparent;
  5121. border-style: solid;
  5122. }
  5123. .bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  5124. margin-bottom: 0.5rem;
  5125. }
  5126. .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  5127. bottom: calc((0.5rem + 1px) * -1);
  5128. }
  5129. .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  5130. .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  5131. border-width: 0.5rem 0.5rem 0;
  5132. }
  5133. .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  5134. bottom: 0;
  5135. border-top-color: rgba(0, 0, 0, 0.25);
  5136. }
  5137. .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  5138. bottom: 1px;
  5139. border-top-color: #fff;
  5140. }
  5141. .bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  5142. margin-left: 0.5rem;
  5143. }
  5144. .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  5145. left: calc((0.5rem + 1px) * -1);
  5146. width: 0.5rem;
  5147. height: 1rem;
  5148. margin: 0.3rem 0;
  5149. }
  5150. .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  5151. .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  5152. border-width: 0.5rem 0.5rem 0.5rem 0;
  5153. }
  5154. .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  5155. left: 0;
  5156. border-right-color: rgba(0, 0, 0, 0.25);
  5157. }
  5158. .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  5159. left: 1px;
  5160. border-right-color: #fff;
  5161. }
  5162. .bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  5163. margin-top: 0.5rem;
  5164. }
  5165. .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  5166. top: calc((0.5rem + 1px) * -1);
  5167. }
  5168. .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  5169. .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  5170. border-width: 0 0.5rem 0.5rem 0.5rem;
  5171. }
  5172. .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  5173. top: 0;
  5174. border-bottom-color: rgba(0, 0, 0, 0.25);
  5175. }
  5176. .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  5177. top: 1px;
  5178. border-bottom-color: #fff;
  5179. }
  5180. .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  5181. position: absolute;
  5182. top: 0;
  5183. left: 50%;
  5184. display: block;
  5185. width: 1rem;
  5186. margin-left: -0.5rem;
  5187. content: "";
  5188. border-bottom: 1px solid #F8F5F0;
  5189. }
  5190. .bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  5191. margin-right: 0.5rem;
  5192. }
  5193. .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  5194. right: calc((0.5rem + 1px) * -1);
  5195. width: 0.5rem;
  5196. height: 1rem;
  5197. margin: 0.3rem 0;
  5198. }
  5199. .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  5200. .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  5201. border-width: 0.5rem 0 0.5rem 0.5rem;
  5202. }
  5203. .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  5204. right: 0;
  5205. border-left-color: rgba(0, 0, 0, 0.25);
  5206. }
  5207. .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  5208. right: 1px;
  5209. border-left-color: #fff;
  5210. }
  5211. .popover-header {
  5212. padding: 0.5rem 0.75rem;
  5213. margin-bottom: 0;
  5214. font-size: 0.875rem;
  5215. color: inherit;
  5216. background-color: #F8F5F0;
  5217. border-bottom: 1px solid #f0e9df;
  5218. border-top-left-radius: calc(0.3rem - 1px);
  5219. border-top-right-radius: calc(0.3rem - 1px);
  5220. }
  5221. .popover-header:empty {
  5222. display: none;
  5223. }
  5224. .popover-body {
  5225. padding: 0.5rem 0.75rem;
  5226. color: #3E3F3A;
  5227. }
  5228. .carousel {
  5229. position: relative;
  5230. }
  5231. .carousel-inner {
  5232. position: relative;
  5233. width: 100%;
  5234. overflow: hidden;
  5235. }
  5236. .carousel-item {
  5237. position: relative;
  5238. display: none;
  5239. -webkit-box-align: center;
  5240. -ms-flex-align: center;
  5241. align-items: center;
  5242. width: 100%;
  5243. -webkit-transition: -webkit-transform 0.6s ease;
  5244. transition: -webkit-transform 0.6s ease;
  5245. transition: transform 0.6s ease;
  5246. transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  5247. -webkit-backface-visibility: hidden;
  5248. backface-visibility: hidden;
  5249. -webkit-perspective: 1000px;
  5250. perspective: 1000px;
  5251. }
  5252. @media screen and (prefers-reduced-motion: reduce) {
  5253. .carousel-item {
  5254. -webkit-transition: none;
  5255. transition: none;
  5256. }
  5257. }
  5258. .carousel-item.active,
  5259. .carousel-item-next,
  5260. .carousel-item-prev {
  5261. display: block;
  5262. }
  5263. .carousel-item-next,
  5264. .carousel-item-prev {
  5265. position: absolute;
  5266. top: 0;
  5267. }
  5268. .carousel-item-next.carousel-item-left,
  5269. .carousel-item-prev.carousel-item-right {
  5270. -webkit-transform: translateX(0);
  5271. transform: translateX(0);
  5272. }
  5273. @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  5274. .carousel-item-next.carousel-item-left,
  5275. .carousel-item-prev.carousel-item-right {
  5276. -webkit-transform: translate3d(0, 0, 0);
  5277. transform: translate3d(0, 0, 0);
  5278. }
  5279. }
  5280. .carousel-item-next,
  5281. .active.carousel-item-right {
  5282. -webkit-transform: translateX(100%);
  5283. transform: translateX(100%);
  5284. }
  5285. @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  5286. .carousel-item-next,
  5287. .active.carousel-item-right {
  5288. -webkit-transform: translate3d(100%, 0, 0);
  5289. transform: translate3d(100%, 0, 0);
  5290. }
  5291. }
  5292. .carousel-item-prev,
  5293. .active.carousel-item-left {
  5294. -webkit-transform: translateX(-100%);
  5295. transform: translateX(-100%);
  5296. }
  5297. @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  5298. .carousel-item-prev,
  5299. .active.carousel-item-left {
  5300. -webkit-transform: translate3d(-100%, 0, 0);
  5301. transform: translate3d(-100%, 0, 0);
  5302. }
  5303. }
  5304. .carousel-fade .carousel-item {
  5305. opacity: 0;
  5306. -webkit-transition-duration: .6s;
  5307. transition-duration: .6s;
  5308. -webkit-transition-property: opacity;
  5309. transition-property: opacity;
  5310. }
  5311. .carousel-fade .carousel-item.active,
  5312. .carousel-fade .carousel-item-next.carousel-item-left,
  5313. .carousel-fade .carousel-item-prev.carousel-item-right {
  5314. opacity: 1;
  5315. }
  5316. .carousel-fade .active.carousel-item-left,
  5317. .carousel-fade .active.carousel-item-right {
  5318. opacity: 0;
  5319. }
  5320. .carousel-fade .carousel-item-next,
  5321. .carousel-fade .carousel-item-prev,
  5322. .carousel-fade .carousel-item.active,
  5323. .carousel-fade .active.carousel-item-left,
  5324. .carousel-fade .active.carousel-item-prev {
  5325. -webkit-transform: translateX(0);
  5326. transform: translateX(0);
  5327. }
  5328. @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  5329. .carousel-fade .carousel-item-next,
  5330. .carousel-fade .carousel-item-prev,
  5331. .carousel-fade .carousel-item.active,
  5332. .carousel-fade .active.carousel-item-left,
  5333. .carousel-fade .active.carousel-item-prev {
  5334. -webkit-transform: translate3d(0, 0, 0);
  5335. transform: translate3d(0, 0, 0);
  5336. }
  5337. }
  5338. .carousel-control-prev,
  5339. .carousel-control-next {
  5340. position: absolute;
  5341. top: 0;
  5342. bottom: 0;
  5343. display: -webkit-box;
  5344. display: -ms-flexbox;
  5345. display: flex;
  5346. -webkit-box-align: center;
  5347. -ms-flex-align: center;
  5348. align-items: center;
  5349. -webkit-box-pack: center;
  5350. -ms-flex-pack: center;
  5351. justify-content: center;
  5352. width: 15%;
  5353. color: #fff;
  5354. text-align: center;
  5355. opacity: 0.5;
  5356. }
  5357. .carousel-control-prev:hover, .carousel-control-prev:focus,
  5358. .carousel-control-next:hover,
  5359. .carousel-control-next:focus {
  5360. color: #fff;
  5361. text-decoration: none;
  5362. outline: 0;
  5363. opacity: .9;
  5364. }
  5365. .carousel-control-prev {
  5366. left: 0;
  5367. }
  5368. .carousel-control-next {
  5369. right: 0;
  5370. }
  5371. .carousel-control-prev-icon,
  5372. .carousel-control-next-icon {
  5373. display: inline-block;
  5374. width: 20px;
  5375. height: 20px;
  5376. background: transparent no-repeat center center;
  5377. background-size: 100% 100%;
  5378. }
  5379. .carousel-control-prev-icon {
  5380. 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");
  5381. }
  5382. .carousel-control-next-icon {
  5383. 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");
  5384. }
  5385. .carousel-indicators {
  5386. position: absolute;
  5387. right: 0;
  5388. bottom: 10px;
  5389. left: 0;
  5390. z-index: 15;
  5391. display: -webkit-box;
  5392. display: -ms-flexbox;
  5393. display: flex;
  5394. -webkit-box-pack: center;
  5395. -ms-flex-pack: center;
  5396. justify-content: center;
  5397. padding-left: 0;
  5398. margin-right: 15%;
  5399. margin-left: 15%;
  5400. list-style: none;
  5401. }
  5402. .carousel-indicators li {
  5403. position: relative;
  5404. -webkit-box-flex: 0;
  5405. -ms-flex: 0 1 auto;
  5406. flex: 0 1 auto;
  5407. width: 30px;
  5408. height: 3px;
  5409. margin-right: 3px;
  5410. margin-left: 3px;
  5411. text-indent: -999px;
  5412. cursor: pointer;
  5413. background-color: rgba(255, 255, 255, 0.5);
  5414. }
  5415. .carousel-indicators li::before {
  5416. position: absolute;
  5417. top: -10px;
  5418. left: 0;
  5419. display: inline-block;
  5420. width: 100%;
  5421. height: 10px;
  5422. content: "";
  5423. }
  5424. .carousel-indicators li::after {
  5425. position: absolute;
  5426. bottom: -10px;
  5427. left: 0;
  5428. display: inline-block;
  5429. width: 100%;
  5430. height: 10px;
  5431. content: "";
  5432. }
  5433. .carousel-indicators .active {
  5434. background-color: #fff;
  5435. }
  5436. .carousel-caption {
  5437. position: absolute;
  5438. right: 15%;
  5439. bottom: 20px;
  5440. left: 15%;
  5441. z-index: 10;
  5442. padding-top: 20px;
  5443. padding-bottom: 20px;
  5444. color: #fff;
  5445. text-align: center;
  5446. }
  5447. .align-baseline {
  5448. vertical-align: baseline !important;
  5449. }
  5450. .align-top {
  5451. vertical-align: top !important;
  5452. }
  5453. .align-middle {
  5454. vertical-align: middle !important;
  5455. }
  5456. .align-bottom {
  5457. vertical-align: bottom !important;
  5458. }
  5459. .align-text-bottom {
  5460. vertical-align: text-bottom !important;
  5461. }
  5462. .align-text-top {
  5463. vertical-align: text-top !important;
  5464. }
  5465. a.bg-primary:hover, a.bg-primary:focus,
  5466. button.bg-primary:hover,
  5467. button.bg-primary:focus {
  5468. background-color: #244463 !important;
  5469. }
  5470. .bg-secondary {
  5471. background-color: #8E8C84 !important;
  5472. }
  5473. a.bg-secondary:hover, a.bg-secondary:focus,
  5474. button.bg-secondary:hover,
  5475. button.bg-secondary:focus {
  5476. background-color: #74726b !important;
  5477. }
  5478. .bg-success {
  5479. background-color: #93C54B !important;
  5480. }
  5481. a.bg-success:hover, a.bg-success:focus,
  5482. button.bg-success:hover,
  5483. button.bg-success:focus {
  5484. background-color: #79a736 !important;
  5485. }
  5486. .bg-info {
  5487. background-color: #498FBE !important;
  5488. }
  5489. a.bg-info:hover, a.bg-info:focus,
  5490. button.bg-info:hover,
  5491. button.bg-info:focus {
  5492. background-color: #1b8dbb !important;
  5493. }
  5494. .bg-warning {
  5495. background-color: #F47C3C !important;
  5496. }
  5497. a.bg-warning:hover, a.bg-warning:focus,
  5498. button.bg-warning:hover,
  5499. button.bg-warning:focus {
  5500. background-color: #ef5c0e !important;
  5501. }
  5502. .bg-danger {
  5503. background-color: #d9534f !important;
  5504. }
  5505. a.bg-danger:hover, a.bg-danger:focus,
  5506. button.bg-danger:hover,
  5507. button.bg-danger:focus {
  5508. background-color: #c9302c !important;
  5509. }
  5510. .bg-light {
  5511. background-color: #F8F5F0 !important;
  5512. }
  5513. a.bg-light:hover, a.bg-light:focus,
  5514. button.bg-light:hover,
  5515. button.bg-light:focus {
  5516. background-color: #e8decd !important;
  5517. }
  5518. .bg-dark {
  5519. background-color: #3E3F3A !important;
  5520. }
  5521. a.bg-dark:hover, a.bg-dark:focus,
  5522. button.bg-dark:hover,
  5523. button.bg-dark:focus {
  5524. background-color: #242422 !important;
  5525. }
  5526. .bg-white {
  5527. background-color: #fff !important;
  5528. }
  5529. .bg-transparent {
  5530. background-color: transparent !important;
  5531. }
  5532. .border {
  5533. border: 1px solid #DFD7CA !important;
  5534. }
  5535. .border-top {
  5536. border-top: 1px solid #DFD7CA !important;
  5537. }
  5538. .border-right {
  5539. border-right: 1px solid #DFD7CA !important;
  5540. }
  5541. .border-bottom {
  5542. border-bottom: 1px solid #DFD7CA !important;
  5543. }
  5544. .border-left {
  5545. border-left: 1px solid #DFD7CA !important;
  5546. }
  5547. .border-0 {
  5548. border: 0 !important;
  5549. }
  5550. .border-top-0 {
  5551. border-top: 0 !important;
  5552. }
  5553. .border-right-0 {
  5554. border-right: 0 !important;
  5555. }
  5556. .border-bottom-0 {
  5557. border-bottom: 0 !important;
  5558. }
  5559. .border-left-0 {
  5560. border-left: 0 !important;
  5561. }
  5562. .border-primary {
  5563. border-color: #325D88 !important;
  5564. }
  5565. .border-secondary {
  5566. border-color: #8E8C84 !important;
  5567. }
  5568. .border-success {
  5569. border-color: #93C54B !important;
  5570. }
  5571. .border-info {
  5572. border-color: #498FBE !important;
  5573. }
  5574. .border-warning {
  5575. border-color: #F47C3C !important;
  5576. }
  5577. .border-danger {
  5578. border-color: #d9534f !important;
  5579. }
  5580. .border-light {
  5581. border-color: #F8F5F0 !important;
  5582. }
  5583. .border-dark {
  5584. border-color: #3E3F3A !important;
  5585. }
  5586. .border-white {
  5587. border-color: #fff !important;
  5588. }
  5589. .rounded {
  5590. border-radius: 0.25rem !important;
  5591. }
  5592. .rounded-top {
  5593. border-top-left-radius: 0.25rem !important;
  5594. border-top-right-radius: 0.25rem !important;
  5595. }
  5596. .rounded-right {
  5597. border-top-right-radius: 0.25rem !important;
  5598. border-bottom-right-radius: 0.25rem !important;
  5599. }
  5600. .rounded-bottom {
  5601. border-bottom-right-radius: 0.25rem !important;
  5602. border-bottom-left-radius: 0.25rem !important;
  5603. }
  5604. .rounded-left {
  5605. border-top-left-radius: 0.25rem !important;
  5606. border-bottom-left-radius: 0.25rem !important;
  5607. }
  5608. .rounded-circle {
  5609. border-radius: 50% !important;
  5610. }
  5611. .rounded-0 {
  5612. border-radius: 0 !important;
  5613. }
  5614. .clearfix::after {
  5615. display: block;
  5616. clear: both;
  5617. content: "";
  5618. }
  5619. .d-none {
  5620. display: none !important;
  5621. }
  5622. .d-inline {
  5623. display: inline !important;
  5624. }
  5625. .d-inline-block {
  5626. display: inline-block !important;
  5627. }
  5628. .d-block {
  5629. display: block !important;
  5630. }
  5631. .d-table {
  5632. display: table !important;
  5633. }
  5634. .d-table-row {
  5635. display: table-row !important;
  5636. }
  5637. .d-table-cell {
  5638. display: table-cell !important;
  5639. }
  5640. .d-flex {
  5641. display: -webkit-box !important;
  5642. display: -ms-flexbox !important;
  5643. display: flex !important;
  5644. }
  5645. .d-inline-flex {
  5646. display: -webkit-inline-box !important;
  5647. display: -ms-inline-flexbox !important;
  5648. display: inline-flex !important;
  5649. }
  5650. @media (min-width: 576px) {
  5651. .d-sm-none {
  5652. display: none !important;
  5653. }
  5654. .d-sm-inline {
  5655. display: inline !important;
  5656. }
  5657. .d-sm-inline-block {
  5658. display: inline-block !important;
  5659. }
  5660. .d-sm-block {
  5661. display: block !important;
  5662. }
  5663. .d-sm-table {
  5664. display: table !important;
  5665. }
  5666. .d-sm-table-row {
  5667. display: table-row !important;
  5668. }
  5669. .d-sm-table-cell {
  5670. display: table-cell !important;
  5671. }
  5672. .d-sm-flex {
  5673. display: -webkit-box !important;
  5674. display: -ms-flexbox !important;
  5675. display: flex !important;
  5676. }
  5677. .d-sm-inline-flex {
  5678. display: -webkit-inline-box !important;
  5679. display: -ms-inline-flexbox !important;
  5680. display: inline-flex !important;
  5681. }
  5682. }
  5683. @media (min-width: 768px) {
  5684. .d-md-none {
  5685. display: none !important;
  5686. }
  5687. .d-md-inline {
  5688. display: inline !important;
  5689. }
  5690. .d-md-inline-block {
  5691. display: inline-block !important;
  5692. }
  5693. .d-md-block {
  5694. display: block !important;
  5695. }
  5696. .d-md-table {
  5697. display: table !important;
  5698. }
  5699. .d-md-table-row {
  5700. display: table-row !important;
  5701. }
  5702. .d-md-table-cell {
  5703. display: table-cell !important;
  5704. }
  5705. .d-md-flex {
  5706. display: -webkit-box !important;
  5707. display: -ms-flexbox !important;
  5708. display: flex !important;
  5709. }
  5710. .d-md-inline-flex {
  5711. display: -webkit-inline-box !important;
  5712. display: -ms-inline-flexbox !important;
  5713. display: inline-flex !important;
  5714. }
  5715. }
  5716. @media (min-width: 992px) {
  5717. .d-lg-none {
  5718. display: none !important;
  5719. }
  5720. .d-lg-inline {
  5721. display: inline !important;
  5722. }
  5723. .d-lg-inline-block {
  5724. display: inline-block !important;
  5725. }
  5726. .d-lg-block {
  5727. display: block !important;
  5728. }
  5729. .d-lg-table {
  5730. display: table !important;
  5731. }
  5732. .d-lg-table-row {
  5733. display: table-row !important;
  5734. }
  5735. .d-lg-table-cell {
  5736. display: table-cell !important;
  5737. }
  5738. .d-lg-flex {
  5739. display: -webkit-box !important;
  5740. display: -ms-flexbox !important;
  5741. display: flex !important;
  5742. }
  5743. .d-lg-inline-flex {
  5744. display: -webkit-inline-box !important;
  5745. display: -ms-inline-flexbox !important;
  5746. display: inline-flex !important;
  5747. }
  5748. }
  5749. @media (min-width: 1200px) {
  5750. .d-xl-none {
  5751. display: none !important;
  5752. }
  5753. .d-xl-inline {
  5754. display: inline !important;
  5755. }
  5756. .d-xl-inline-block {
  5757. display: inline-block !important;
  5758. }
  5759. .d-xl-block {
  5760. display: block !important;
  5761. }
  5762. .d-xl-table {
  5763. display: table !important;
  5764. }
  5765. .d-xl-table-row {
  5766. display: table-row !important;
  5767. }
  5768. .d-xl-table-cell {
  5769. display: table-cell !important;
  5770. }
  5771. .d-xl-flex {
  5772. display: -webkit-box !important;
  5773. display: -ms-flexbox !important;
  5774. display: flex !important;
  5775. }
  5776. .d-xl-inline-flex {
  5777. display: -webkit-inline-box !important;
  5778. display: -ms-inline-flexbox !important;
  5779. display: inline-flex !important;
  5780. }
  5781. }
  5782. @media print {
  5783. .d-print-none {
  5784. display: none !important;
  5785. }
  5786. .d-print-inline {
  5787. display: inline !important;
  5788. }
  5789. .d-print-inline-block {
  5790. display: inline-block !important;
  5791. }
  5792. .d-print-block {
  5793. display: block !important;
  5794. }
  5795. .d-print-table {
  5796. display: table !important;
  5797. }
  5798. .d-print-table-row {
  5799. display: table-row !important;
  5800. }
  5801. .d-print-table-cell {
  5802. display: table-cell !important;
  5803. }
  5804. .d-print-flex {
  5805. display: -webkit-box !important;
  5806. display: -ms-flexbox !important;
  5807. display: flex !important;
  5808. }
  5809. .d-print-inline-flex {
  5810. display: -webkit-inline-box !important;
  5811. display: -ms-inline-flexbox !important;
  5812. display: inline-flex !important;
  5813. }
  5814. }
  5815. .embed-responsive {
  5816. position: relative;
  5817. display: block;
  5818. width: 100%;
  5819. padding: 0;
  5820. overflow: hidden;
  5821. }
  5822. .embed-responsive::before {
  5823. display: block;
  5824. content: "";
  5825. }
  5826. .embed-responsive .embed-responsive-item,
  5827. .embed-responsive iframe,
  5828. .embed-responsive embed,
  5829. .embed-responsive object,
  5830. .embed-responsive video {
  5831. position: absolute;
  5832. top: 0;
  5833. bottom: 0;
  5834. left: 0;
  5835. width: 100%;
  5836. height: 100%;
  5837. border: 0;
  5838. }
  5839. .embed-responsive-21by9::before {
  5840. padding-top: 42.8571428571%;
  5841. }
  5842. .embed-responsive-16by9::before {
  5843. padding-top: 56.25%;
  5844. }
  5845. .embed-responsive-4by3::before {
  5846. padding-top: 75%;
  5847. }
  5848. .embed-responsive-1by1::before {
  5849. padding-top: 100%;
  5850. }
  5851. .flex-row {
  5852. -webkit-box-orient: horizontal !important;
  5853. -webkit-box-direction: normal !important;
  5854. -ms-flex-direction: row !important;
  5855. flex-direction: row !important;
  5856. }
  5857. .flex-column {
  5858. -webkit-box-orient: vertical !important;
  5859. -webkit-box-direction: normal !important;
  5860. -ms-flex-direction: column !important;
  5861. flex-direction: column !important;
  5862. }
  5863. .flex-row-reverse {
  5864. -webkit-box-orient: horizontal !important;
  5865. -webkit-box-direction: reverse !important;
  5866. -ms-flex-direction: row-reverse !important;
  5867. flex-direction: row-reverse !important;
  5868. }
  5869. .flex-column-reverse {
  5870. -webkit-box-orient: vertical !important;
  5871. -webkit-box-direction: reverse !important;
  5872. -ms-flex-direction: column-reverse !important;
  5873. flex-direction: column-reverse !important;
  5874. }
  5875. .flex-wrap {
  5876. -ms-flex-wrap: wrap !important;
  5877. flex-wrap: wrap !important;
  5878. }
  5879. .flex-nowrap {
  5880. -ms-flex-wrap: nowrap !important;
  5881. flex-wrap: nowrap !important;
  5882. }
  5883. .flex-wrap-reverse {
  5884. -ms-flex-wrap: wrap-reverse !important;
  5885. flex-wrap: wrap-reverse !important;
  5886. }
  5887. .flex-fill {
  5888. -webkit-box-flex: 1 !important;
  5889. -ms-flex: 1 1 auto !important;
  5890. flex: 1 1 auto !important;
  5891. }
  5892. .flex-grow-0 {
  5893. -webkit-box-flex: 0 !important;
  5894. -ms-flex-positive: 0 !important;
  5895. flex-grow: 0 !important;
  5896. }
  5897. .flex-grow-1 {
  5898. -webkit-box-flex: 1 !important;
  5899. -ms-flex-positive: 1 !important;
  5900. flex-grow: 1 !important;
  5901. }
  5902. .flex-shrink-0 {
  5903. -ms-flex-negative: 0 !important;
  5904. flex-shrink: 0 !important;
  5905. }
  5906. .flex-shrink-1 {
  5907. -ms-flex-negative: 1 !important;
  5908. flex-shrink: 1 !important;
  5909. }
  5910. .justify-content-start {
  5911. -webkit-box-pack: start !important;
  5912. -ms-flex-pack: start !important;
  5913. justify-content: flex-start !important;
  5914. }
  5915. .justify-content-end {
  5916. -webkit-box-pack: end !important;
  5917. -ms-flex-pack: end !important;
  5918. justify-content: flex-end !important;
  5919. }
  5920. .justify-content-center {
  5921. -webkit-box-pack: center !important;
  5922. -ms-flex-pack: center !important;
  5923. justify-content: center !important;
  5924. }
  5925. .justify-content-between {
  5926. -webkit-box-pack: justify !important;
  5927. -ms-flex-pack: justify !important;
  5928. justify-content: space-between !important;
  5929. }
  5930. .justify-content-around {
  5931. -ms-flex-pack: distribute !important;
  5932. justify-content: space-around !important;
  5933. }
  5934. .align-items-start {
  5935. -webkit-box-align: start !important;
  5936. -ms-flex-align: start !important;
  5937. align-items: flex-start !important;
  5938. }
  5939. .align-items-end {
  5940. -webkit-box-align: end !important;
  5941. -ms-flex-align: end !important;
  5942. align-items: flex-end !important;
  5943. }
  5944. .align-items-center {
  5945. -webkit-box-align: center !important;
  5946. -ms-flex-align: center !important;
  5947. align-items: center !important;
  5948. }
  5949. .align-items-baseline {
  5950. -webkit-box-align: baseline !important;
  5951. -ms-flex-align: baseline !important;
  5952. align-items: baseline !important;
  5953. }
  5954. .align-items-stretch {
  5955. -webkit-box-align: stretch !important;
  5956. -ms-flex-align: stretch !important;
  5957. align-items: stretch !important;
  5958. }
  5959. .align-content-start {
  5960. -ms-flex-line-pack: start !important;
  5961. align-content: flex-start !important;
  5962. }
  5963. .align-content-end {
  5964. -ms-flex-line-pack: end !important;
  5965. align-content: flex-end !important;
  5966. }
  5967. .align-content-center {
  5968. -ms-flex-line-pack: center !important;
  5969. align-content: center !important;
  5970. }
  5971. .align-content-between {
  5972. -ms-flex-line-pack: justify !important;
  5973. align-content: space-between !important;
  5974. }
  5975. .align-content-around {
  5976. -ms-flex-line-pack: distribute !important;
  5977. align-content: space-around !important;
  5978. }
  5979. .align-content-stretch {
  5980. -ms-flex-line-pack: stretch !important;
  5981. align-content: stretch !important;
  5982. }
  5983. .align-self-auto {
  5984. -ms-flex-item-align: auto !important;
  5985. align-self: auto !important;
  5986. }
  5987. .align-self-start {
  5988. -ms-flex-item-align: start !important;
  5989. align-self: flex-start !important;
  5990. }
  5991. .align-self-end {
  5992. -ms-flex-item-align: end !important;
  5993. align-self: flex-end !important;
  5994. }
  5995. .align-self-center {
  5996. -ms-flex-item-align: center !important;
  5997. align-self: center !important;
  5998. }
  5999. .align-self-baseline {
  6000. -ms-flex-item-align: baseline !important;
  6001. align-self: baseline !important;
  6002. }
  6003. .align-self-stretch {
  6004. -ms-flex-item-align: stretch !important;
  6005. align-self: stretch !important;
  6006. }
  6007. @media (min-width: 576px) {
  6008. .flex-sm-row {
  6009. -webkit-box-orient: horizontal !important;
  6010. -webkit-box-direction: normal !important;
  6011. -ms-flex-direction: row !important;
  6012. flex-direction: row !important;
  6013. }
  6014. .flex-sm-column {
  6015. -webkit-box-orient: vertical !important;
  6016. -webkit-box-direction: normal !important;
  6017. -ms-flex-direction: column !important;
  6018. flex-direction: column !important;
  6019. }
  6020. .flex-sm-row-reverse {
  6021. -webkit-box-orient: horizontal !important;
  6022. -webkit-box-direction: reverse !important;
  6023. -ms-flex-direction: row-reverse !important;
  6024. flex-direction: row-reverse !important;
  6025. }
  6026. .flex-sm-column-reverse {
  6027. -webkit-box-orient: vertical !important;
  6028. -webkit-box-direction: reverse !important;
  6029. -ms-flex-direction: column-reverse !important;
  6030. flex-direction: column-reverse !important;
  6031. }
  6032. .flex-sm-wrap {
  6033. -ms-flex-wrap: wrap !important;
  6034. flex-wrap: wrap !important;
  6035. }
  6036. .flex-sm-nowrap {
  6037. -ms-flex-wrap: nowrap !important;
  6038. flex-wrap: nowrap !important;
  6039. }
  6040. .flex-sm-wrap-reverse {
  6041. -ms-flex-wrap: wrap-reverse !important;
  6042. flex-wrap: wrap-reverse !important;
  6043. }
  6044. .flex-sm-fill {
  6045. -webkit-box-flex: 1 !important;
  6046. -ms-flex: 1 1 auto !important;
  6047. flex: 1 1 auto !important;
  6048. }
  6049. .flex-sm-grow-0 {
  6050. -webkit-box-flex: 0 !important;
  6051. -ms-flex-positive: 0 !important;
  6052. flex-grow: 0 !important;
  6053. }
  6054. .flex-sm-grow-1 {
  6055. -webkit-box-flex: 1 !important;
  6056. -ms-flex-positive: 1 !important;
  6057. flex-grow: 1 !important;
  6058. }
  6059. .flex-sm-shrink-0 {
  6060. -ms-flex-negative: 0 !important;
  6061. flex-shrink: 0 !important;
  6062. }
  6063. .flex-sm-shrink-1 {
  6064. -ms-flex-negative: 1 !important;
  6065. flex-shrink: 1 !important;
  6066. }
  6067. .justify-content-sm-start {
  6068. -webkit-box-pack: start !important;
  6069. -ms-flex-pack: start !important;
  6070. justify-content: flex-start !important;
  6071. }
  6072. .justify-content-sm-end {
  6073. -webkit-box-pack: end !important;
  6074. -ms-flex-pack: end !important;
  6075. justify-content: flex-end !important;
  6076. }
  6077. .justify-content-sm-center {
  6078. -webkit-box-pack: center !important;
  6079. -ms-flex-pack: center !important;
  6080. justify-content: center !important;
  6081. }
  6082. .justify-content-sm-between {
  6083. -webkit-box-pack: justify !important;
  6084. -ms-flex-pack: justify !important;
  6085. justify-content: space-between !important;
  6086. }
  6087. .justify-content-sm-around {
  6088. -ms-flex-pack: distribute !important;
  6089. justify-content: space-around !important;
  6090. }
  6091. .align-items-sm-start {
  6092. -webkit-box-align: start !important;
  6093. -ms-flex-align: start !important;
  6094. align-items: flex-start !important;
  6095. }
  6096. .align-items-sm-end {
  6097. -webkit-box-align: end !important;
  6098. -ms-flex-align: end !important;
  6099. align-items: flex-end !important;
  6100. }
  6101. .align-items-sm-center {
  6102. -webkit-box-align: center !important;
  6103. -ms-flex-align: center !important;
  6104. align-items: center !important;
  6105. }
  6106. .align-items-sm-baseline {
  6107. -webkit-box-align: baseline !important;
  6108. -ms-flex-align: baseline !important;
  6109. align-items: baseline !important;
  6110. }
  6111. .align-items-sm-stretch {
  6112. -webkit-box-align: stretch !important;
  6113. -ms-flex-align: stretch !important;
  6114. align-items: stretch !important;
  6115. }
  6116. .align-content-sm-start {
  6117. -ms-flex-line-pack: start !important;
  6118. align-content: flex-start !important;
  6119. }
  6120. .align-content-sm-end {
  6121. -ms-flex-line-pack: end !important;
  6122. align-content: flex-end !important;
  6123. }
  6124. .align-content-sm-center {
  6125. -ms-flex-line-pack: center !important;
  6126. align-content: center !important;
  6127. }
  6128. .align-content-sm-between {
  6129. -ms-flex-line-pack: justify !important;
  6130. align-content: space-between !important;
  6131. }
  6132. .align-content-sm-around {
  6133. -ms-flex-line-pack: distribute !important;
  6134. align-content: space-around !important;
  6135. }
  6136. .align-content-sm-stretch {
  6137. -ms-flex-line-pack: stretch !important;
  6138. align-content: stretch !important;
  6139. }
  6140. .align-self-sm-auto {
  6141. -ms-flex-item-align: auto !important;
  6142. align-self: auto !important;
  6143. }
  6144. .align-self-sm-start {
  6145. -ms-flex-item-align: start !important;
  6146. align-self: flex-start !important;
  6147. }
  6148. .align-self-sm-end {
  6149. -ms-flex-item-align: end !important;
  6150. align-self: flex-end !important;
  6151. }
  6152. .align-self-sm-center {
  6153. -ms-flex-item-align: center !important;
  6154. align-self: center !important;
  6155. }
  6156. .align-self-sm-baseline {
  6157. -ms-flex-item-align: baseline !important;
  6158. align-self: baseline !important;
  6159. }
  6160. .align-self-sm-stretch {
  6161. -ms-flex-item-align: stretch !important;
  6162. align-self: stretch !important;
  6163. }
  6164. }
  6165. @media (min-width: 768px) {
  6166. .flex-md-row {
  6167. -webkit-box-orient: horizontal !important;
  6168. -webkit-box-direction: normal !important;
  6169. -ms-flex-direction: row !important;
  6170. flex-direction: row !important;
  6171. }
  6172. .flex-md-column {
  6173. -webkit-box-orient: vertical !important;
  6174. -webkit-box-direction: normal !important;
  6175. -ms-flex-direction: column !important;
  6176. flex-direction: column !important;
  6177. }
  6178. .flex-md-row-reverse {
  6179. -webkit-box-orient: horizontal !important;
  6180. -webkit-box-direction: reverse !important;
  6181. -ms-flex-direction: row-reverse !important;
  6182. flex-direction: row-reverse !important;
  6183. }
  6184. .flex-md-column-reverse {
  6185. -webkit-box-orient: vertical !important;
  6186. -webkit-box-direction: reverse !important;
  6187. -ms-flex-direction: column-reverse !important;
  6188. flex-direction: column-reverse !important;
  6189. }
  6190. .flex-md-wrap {
  6191. -ms-flex-wrap: wrap !important;
  6192. flex-wrap: wrap !important;
  6193. }
  6194. .flex-md-nowrap {
  6195. -ms-flex-wrap: nowrap !important;
  6196. flex-wrap: nowrap !important;
  6197. }
  6198. .flex-md-wrap-reverse {
  6199. -ms-flex-wrap: wrap-reverse !important;
  6200. flex-wrap: wrap-reverse !important;
  6201. }
  6202. .flex-md-fill {
  6203. -webkit-box-flex: 1 !important;
  6204. -ms-flex: 1 1 auto !important;
  6205. flex: 1 1 auto !important;
  6206. }
  6207. .flex-md-grow-0 {
  6208. -webkit-box-flex: 0 !important;
  6209. -ms-flex-positive: 0 !important;
  6210. flex-grow: 0 !important;
  6211. }
  6212. .flex-md-grow-1 {
  6213. -webkit-box-flex: 1 !important;
  6214. -ms-flex-positive: 1 !important;
  6215. flex-grow: 1 !important;
  6216. }
  6217. .flex-md-shrink-0 {
  6218. -ms-flex-negative: 0 !important;
  6219. flex-shrink: 0 !important;
  6220. }
  6221. .flex-md-shrink-1 {
  6222. -ms-flex-negative: 1 !important;
  6223. flex-shrink: 1 !important;
  6224. }
  6225. .justify-content-md-start {
  6226. -webkit-box-pack: start !important;
  6227. -ms-flex-pack: start !important;
  6228. justify-content: flex-start !important;
  6229. }
  6230. .justify-content-md-end {
  6231. -webkit-box-pack: end !important;
  6232. -ms-flex-pack: end !important;
  6233. justify-content: flex-end !important;
  6234. }
  6235. .justify-content-md-center {
  6236. -webkit-box-pack: center !important;
  6237. -ms-flex-pack: center !important;
  6238. justify-content: center !important;
  6239. }
  6240. .justify-content-md-between {
  6241. -webkit-box-pack: justify !important;
  6242. -ms-flex-pack: justify !important;
  6243. justify-content: space-between !important;
  6244. }
  6245. .justify-content-md-around {
  6246. -ms-flex-pack: distribute !important;
  6247. justify-content: space-around !important;
  6248. }
  6249. .align-items-md-start {
  6250. -webkit-box-align: start !important;
  6251. -ms-flex-align: start !important;
  6252. align-items: flex-start !important;
  6253. }
  6254. .align-items-md-end {
  6255. -webkit-box-align: end !important;
  6256. -ms-flex-align: end !important;
  6257. align-items: flex-end !important;
  6258. }
  6259. .align-items-md-center {
  6260. -webkit-box-align: center !important;
  6261. -ms-flex-align: center !important;
  6262. align-items: center !important;
  6263. }
  6264. .align-items-md-baseline {
  6265. -webkit-box-align: baseline !important;
  6266. -ms-flex-align: baseline !important;
  6267. align-items: baseline !important;
  6268. }
  6269. .align-items-md-stretch {
  6270. -webkit-box-align: stretch !important;
  6271. -ms-flex-align: stretch !important;
  6272. align-items: stretch !important;
  6273. }
  6274. .align-content-md-start {
  6275. -ms-flex-line-pack: start !important;
  6276. align-content: flex-start !important;
  6277. }
  6278. .align-content-md-end {
  6279. -ms-flex-line-pack: end !important;
  6280. align-content: flex-end !important;
  6281. }
  6282. .align-content-md-center {
  6283. -ms-flex-line-pack: center !important;
  6284. align-content: center !important;
  6285. }
  6286. .align-content-md-between {
  6287. -ms-flex-line-pack: justify !important;
  6288. align-content: space-between !important;
  6289. }
  6290. .align-content-md-around {
  6291. -ms-flex-line-pack: distribute !important;
  6292. align-content: space-around !important;
  6293. }
  6294. .align-content-md-stretch {
  6295. -ms-flex-line-pack: stretch !important;
  6296. align-content: stretch !important;
  6297. }
  6298. .align-self-md-auto {
  6299. -ms-flex-item-align: auto !important;
  6300. align-self: auto !important;
  6301. }
  6302. .align-self-md-start {
  6303. -ms-flex-item-align: start !important;
  6304. align-self: flex-start !important;
  6305. }
  6306. .align-self-md-end {
  6307. -ms-flex-item-align: end !important;
  6308. align-self: flex-end !important;
  6309. }
  6310. .align-self-md-center {
  6311. -ms-flex-item-align: center !important;
  6312. align-self: center !important;
  6313. }
  6314. .align-self-md-baseline {
  6315. -ms-flex-item-align: baseline !important;
  6316. align-self: baseline !important;
  6317. }
  6318. .align-self-md-stretch {
  6319. -ms-flex-item-align: stretch !important;
  6320. align-self: stretch !important;
  6321. }
  6322. }
  6323. @media (min-width: 992px) {
  6324. .flex-lg-row {
  6325. -webkit-box-orient: horizontal !important;
  6326. -webkit-box-direction: normal !important;
  6327. -ms-flex-direction: row !important;
  6328. flex-direction: row !important;
  6329. }
  6330. .flex-lg-column {
  6331. -webkit-box-orient: vertical !important;
  6332. -webkit-box-direction: normal !important;
  6333. -ms-flex-direction: column !important;
  6334. flex-direction: column !important;
  6335. }
  6336. .flex-lg-row-reverse {
  6337. -webkit-box-orient: horizontal !important;
  6338. -webkit-box-direction: reverse !important;
  6339. -ms-flex-direction: row-reverse !important;
  6340. flex-direction: row-reverse !important;
  6341. }
  6342. .flex-lg-column-reverse {
  6343. -webkit-box-orient: vertical !important;
  6344. -webkit-box-direction: reverse !important;
  6345. -ms-flex-direction: column-reverse !important;
  6346. flex-direction: column-reverse !important;
  6347. }
  6348. .flex-lg-wrap {
  6349. -ms-flex-wrap: wrap !important;
  6350. flex-wrap: wrap !important;
  6351. }
  6352. .flex-lg-nowrap {
  6353. -ms-flex-wrap: nowrap !important;
  6354. flex-wrap: nowrap !important;
  6355. }
  6356. .flex-lg-wrap-reverse {
  6357. -ms-flex-wrap: wrap-reverse !important;
  6358. flex-wrap: wrap-reverse !important;
  6359. }
  6360. .flex-lg-fill {
  6361. -webkit-box-flex: 1 !important;
  6362. -ms-flex: 1 1 auto !important;
  6363. flex: 1 1 auto !important;
  6364. }
  6365. .flex-lg-grow-0 {
  6366. -webkit-box-flex: 0 !important;
  6367. -ms-flex-positive: 0 !important;
  6368. flex-grow: 0 !important;
  6369. }
  6370. .flex-lg-grow-1 {
  6371. -webkit-box-flex: 1 !important;
  6372. -ms-flex-positive: 1 !important;
  6373. flex-grow: 1 !important;
  6374. }
  6375. .flex-lg-shrink-0 {
  6376. -ms-flex-negative: 0 !important;
  6377. flex-shrink: 0 !important;
  6378. }
  6379. .flex-lg-shrink-1 {
  6380. -ms-flex-negative: 1 !important;
  6381. flex-shrink: 1 !important;
  6382. }
  6383. .justify-content-lg-start {
  6384. -webkit-box-pack: start !important;
  6385. -ms-flex-pack: start !important;
  6386. justify-content: flex-start !important;
  6387. }
  6388. .justify-content-lg-end {
  6389. -webkit-box-pack: end !important;
  6390. -ms-flex-pack: end !important;
  6391. justify-content: flex-end !important;
  6392. }
  6393. .justify-content-lg-center {
  6394. -webkit-box-pack: center !important;
  6395. -ms-flex-pack: center !important;
  6396. justify-content: center !important;
  6397. }
  6398. .justify-content-lg-between {
  6399. -webkit-box-pack: justify !important;
  6400. -ms-flex-pack: justify !important;
  6401. justify-content: space-between !important;
  6402. }
  6403. .justify-content-lg-around {
  6404. -ms-flex-pack: distribute !important;
  6405. justify-content: space-around !important;
  6406. }
  6407. .align-items-lg-start {
  6408. -webkit-box-align: start !important;
  6409. -ms-flex-align: start !important;
  6410. align-items: flex-start !important;
  6411. }
  6412. .align-items-lg-end {
  6413. -webkit-box-align: end !important;
  6414. -ms-flex-align: end !important;
  6415. align-items: flex-end !important;
  6416. }
  6417. .align-items-lg-center {
  6418. -webkit-box-align: center !important;
  6419. -ms-flex-align: center !important;
  6420. align-items: center !important;
  6421. }
  6422. .align-items-lg-baseline {
  6423. -webkit-box-align: baseline !important;
  6424. -ms-flex-align: baseline !important;
  6425. align-items: baseline !important;
  6426. }
  6427. .align-items-lg-stretch {
  6428. -webkit-box-align: stretch !important;
  6429. -ms-flex-align: stretch !important;
  6430. align-items: stretch !important;
  6431. }
  6432. .align-content-lg-start {
  6433. -ms-flex-line-pack: start !important;
  6434. align-content: flex-start !important;
  6435. }
  6436. .align-content-lg-end {
  6437. -ms-flex-line-pack: end !important;
  6438. align-content: flex-end !important;
  6439. }
  6440. .align-content-lg-center {
  6441. -ms-flex-line-pack: center !important;
  6442. align-content: center !important;
  6443. }
  6444. .align-content-lg-between {
  6445. -ms-flex-line-pack: justify !important;
  6446. align-content: space-between !important;
  6447. }
  6448. .align-content-lg-around {
  6449. -ms-flex-line-pack: distribute !important;
  6450. align-content: space-around !important;
  6451. }
  6452. .align-content-lg-stretch {
  6453. -ms-flex-line-pack: stretch !important;
  6454. align-content: stretch !important;
  6455. }
  6456. .align-self-lg-auto {
  6457. -ms-flex-item-align: auto !important;
  6458. align-self: auto !important;
  6459. }
  6460. .align-self-lg-start {
  6461. -ms-flex-item-align: start !important;
  6462. align-self: flex-start !important;
  6463. }
  6464. .align-self-lg-end {
  6465. -ms-flex-item-align: end !important;
  6466. align-self: flex-end !important;
  6467. }
  6468. .align-self-lg-center {
  6469. -ms-flex-item-align: center !important;
  6470. align-self: center !important;
  6471. }
  6472. .align-self-lg-baseline {
  6473. -ms-flex-item-align: baseline !important;
  6474. align-self: baseline !important;
  6475. }
  6476. .align-self-lg-stretch {
  6477. -ms-flex-item-align: stretch !important;
  6478. align-self: stretch !important;
  6479. }
  6480. }
  6481. @media (min-width: 1200px) {
  6482. .flex-xl-row {
  6483. -webkit-box-orient: horizontal !important;
  6484. -webkit-box-direction: normal !important;
  6485. -ms-flex-direction: row !important;
  6486. flex-direction: row !important;
  6487. }
  6488. .flex-xl-column {
  6489. -webkit-box-orient: vertical !important;
  6490. -webkit-box-direction: normal !important;
  6491. -ms-flex-direction: column !important;
  6492. flex-direction: column !important;
  6493. }
  6494. .flex-xl-row-reverse {
  6495. -webkit-box-orient: horizontal !important;
  6496. -webkit-box-direction: reverse !important;
  6497. -ms-flex-direction: row-reverse !important;
  6498. flex-direction: row-reverse !important;
  6499. }
  6500. .flex-xl-column-reverse {
  6501. -webkit-box-orient: vertical !important;
  6502. -webkit-box-direction: reverse !important;
  6503. -ms-flex-direction: column-reverse !important;
  6504. flex-direction: column-reverse !important;
  6505. }
  6506. .flex-xl-wrap {
  6507. -ms-flex-wrap: wrap !important;
  6508. flex-wrap: wrap !important;
  6509. }
  6510. .flex-xl-nowrap {
  6511. -ms-flex-wrap: nowrap !important;
  6512. flex-wrap: nowrap !important;
  6513. }
  6514. .flex-xl-wrap-reverse {
  6515. -ms-flex-wrap: wrap-reverse !important;
  6516. flex-wrap: wrap-reverse !important;
  6517. }
  6518. .flex-xl-fill {
  6519. -webkit-box-flex: 1 !important;
  6520. -ms-flex: 1 1 auto !important;
  6521. flex: 1 1 auto !important;
  6522. }
  6523. .flex-xl-grow-0 {
  6524. -webkit-box-flex: 0 !important;
  6525. -ms-flex-positive: 0 !important;
  6526. flex-grow: 0 !important;
  6527. }
  6528. .flex-xl-grow-1 {
  6529. -webkit-box-flex: 1 !important;
  6530. -ms-flex-positive: 1 !important;
  6531. flex-grow: 1 !important;
  6532. }
  6533. .flex-xl-shrink-0 {
  6534. -ms-flex-negative: 0 !important;
  6535. flex-shrink: 0 !important;
  6536. }
  6537. .flex-xl-shrink-1 {
  6538. -ms-flex-negative: 1 !important;
  6539. flex-shrink: 1 !important;
  6540. }
  6541. .justify-content-xl-start {
  6542. -webkit-box-pack: start !important;
  6543. -ms-flex-pack: start !important;
  6544. justify-content: flex-start !important;
  6545. }
  6546. .justify-content-xl-end {
  6547. -webkit-box-pack: end !important;
  6548. -ms-flex-pack: end !important;
  6549. justify-content: flex-end !important;
  6550. }
  6551. .justify-content-xl-center {
  6552. -webkit-box-pack: center !important;
  6553. -ms-flex-pack: center !important;
  6554. justify-content: center !important;
  6555. }
  6556. .justify-content-xl-between {
  6557. -webkit-box-pack: justify !important;
  6558. -ms-flex-pack: justify !important;
  6559. justify-content: space-between !important;
  6560. }
  6561. .justify-content-xl-around {
  6562. -ms-flex-pack: distribute !important;
  6563. justify-content: space-around !important;
  6564. }
  6565. .align-items-xl-start {
  6566. -webkit-box-align: start !important;
  6567. -ms-flex-align: start !important;
  6568. align-items: flex-start !important;
  6569. }
  6570. .align-items-xl-end {
  6571. -webkit-box-align: end !important;
  6572. -ms-flex-align: end !important;
  6573. align-items: flex-end !important;
  6574. }
  6575. .align-items-xl-center {
  6576. -webkit-box-align: center !important;
  6577. -ms-flex-align: center !important;
  6578. align-items: center !important;
  6579. }
  6580. .align-items-xl-baseline {
  6581. -webkit-box-align: baseline !important;
  6582. -ms-flex-align: baseline !important;
  6583. align-items: baseline !important;
  6584. }
  6585. .align-items-xl-stretch {
  6586. -webkit-box-align: stretch !important;
  6587. -ms-flex-align: stretch !important;
  6588. align-items: stretch !important;
  6589. }
  6590. .align-content-xl-start {
  6591. -ms-flex-line-pack: start !important;
  6592. align-content: flex-start !important;
  6593. }
  6594. .align-content-xl-end {
  6595. -ms-flex-line-pack: end !important;
  6596. align-content: flex-end !important;
  6597. }
  6598. .align-content-xl-center {
  6599. -ms-flex-line-pack: center !important;
  6600. align-content: center !important;
  6601. }
  6602. .align-content-xl-between {
  6603. -ms-flex-line-pack: justify !important;
  6604. align-content: space-between !important;
  6605. }
  6606. .align-content-xl-around {
  6607. -ms-flex-line-pack: distribute !important;
  6608. align-content: space-around !important;
  6609. }
  6610. .align-content-xl-stretch {
  6611. -ms-flex-line-pack: stretch !important;
  6612. align-content: stretch !important;
  6613. }
  6614. .align-self-xl-auto {
  6615. -ms-flex-item-align: auto !important;
  6616. align-self: auto !important;
  6617. }
  6618. .align-self-xl-start {
  6619. -ms-flex-item-align: start !important;
  6620. align-self: flex-start !important;
  6621. }
  6622. .align-self-xl-end {
  6623. -ms-flex-item-align: end !important;
  6624. align-self: flex-end !important;
  6625. }
  6626. .align-self-xl-center {
  6627. -ms-flex-item-align: center !important;
  6628. align-self: center !important;
  6629. }
  6630. .align-self-xl-baseline {
  6631. -ms-flex-item-align: baseline !important;
  6632. align-self: baseline !important;
  6633. }
  6634. .align-self-xl-stretch {
  6635. -ms-flex-item-align: stretch !important;
  6636. align-self: stretch !important;
  6637. }
  6638. }
  6639. .float-left {
  6640. float: left !important;
  6641. }
  6642. .float-right {
  6643. float: right !important;
  6644. }
  6645. .float-none {
  6646. float: none !important;
  6647. }
  6648. @media (min-width: 576px) {
  6649. .float-sm-left {
  6650. float: left !important;
  6651. }
  6652. .float-sm-right {
  6653. float: right !important;
  6654. }
  6655. .float-sm-none {
  6656. float: none !important;
  6657. }
  6658. }
  6659. @media (min-width: 768px) {
  6660. .float-md-left {
  6661. float: left !important;
  6662. }
  6663. .float-md-right {
  6664. float: right !important;
  6665. }
  6666. .float-md-none {
  6667. float: none !important;
  6668. }
  6669. }
  6670. @media (min-width: 992px) {
  6671. .float-lg-left {
  6672. float: left !important;
  6673. }
  6674. .float-lg-right {
  6675. float: right !important;
  6676. }
  6677. .float-lg-none {
  6678. float: none !important;
  6679. }
  6680. }
  6681. @media (min-width: 1200px) {
  6682. .float-xl-left {
  6683. float: left !important;
  6684. }
  6685. .float-xl-right {
  6686. float: right !important;
  6687. }
  6688. .float-xl-none {
  6689. float: none !important;
  6690. }
  6691. }
  6692. .position-static {
  6693. position: static !important;
  6694. }
  6695. .position-relative {
  6696. position: relative !important;
  6697. }
  6698. .position-absolute {
  6699. position: absolute !important;
  6700. }
  6701. .position-fixed {
  6702. position: fixed !important;
  6703. }
  6704. .position-sticky {
  6705. position: -webkit-sticky !important;
  6706. position: sticky !important;
  6707. }
  6708. .fixed-top {
  6709. position: fixed;
  6710. top: 0;
  6711. right: 0;
  6712. left: 0;
  6713. z-index: 1030;
  6714. }
  6715. .fixed-bottom {
  6716. position: fixed;
  6717. right: 0;
  6718. bottom: 0;
  6719. left: 0;
  6720. z-index: 1030;
  6721. }
  6722. @supports ((position: -webkit-sticky) or (position: sticky)) {
  6723. .sticky-top {
  6724. position: -webkit-sticky;
  6725. position: sticky;
  6726. top: 0;
  6727. z-index: 1020;
  6728. }
  6729. }
  6730. .sr-only {
  6731. position: absolute;
  6732. width: 1px;
  6733. height: 1px;
  6734. padding: 0;
  6735. overflow: hidden;
  6736. clip: rect(0, 0, 0, 0);
  6737. white-space: nowrap;
  6738. border: 0;
  6739. }
  6740. .sr-only-focusable:active, .sr-only-focusable:focus {
  6741. position: static;
  6742. width: auto;
  6743. height: auto;
  6744. overflow: visible;
  6745. clip: auto;
  6746. white-space: normal;
  6747. }
  6748. .shadow-sm {
  6749. -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  6750. box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  6751. }
  6752. .shadow {
  6753. -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  6754. box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  6755. }
  6756. .shadow-lg {
  6757. -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  6758. box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  6759. }
  6760. .shadow-none {
  6761. -webkit-box-shadow: none !important;
  6762. box-shadow: none !important;
  6763. }
  6764. .w-25 {
  6765. width: 25% !important;
  6766. }
  6767. .w-50 {
  6768. width: 50% !important;
  6769. }
  6770. .w-75 {
  6771. width: 75% !important;
  6772. }
  6773. .w-100 {
  6774. width: 100% !important;
  6775. }
  6776. .w-auto {
  6777. width: auto !important;
  6778. }
  6779. .h-25 {
  6780. height: 25% !important;
  6781. }
  6782. .h-50 {
  6783. height: 50% !important;
  6784. }
  6785. .h-75 {
  6786. height: 75% !important;
  6787. }
  6788. .h-100 {
  6789. height: 100% !important;
  6790. }
  6791. .h-auto {
  6792. height: auto !important;
  6793. }
  6794. .mw-100 {
  6795. max-width: 100% !important;
  6796. }
  6797. .mh-100 {
  6798. max-height: 100% !important;
  6799. }
  6800. .m-0 {
  6801. margin: 0 !important;
  6802. }
  6803. .mt-0,
  6804. .my-0 {
  6805. margin-top: 0 !important;
  6806. }
  6807. .mr-0,
  6808. .mx-0 {
  6809. margin-right: 0 !important;
  6810. }
  6811. .mb-0,
  6812. .my-0 {
  6813. margin-bottom: 0 !important;
  6814. }
  6815. .ml-0,
  6816. .mx-0 {
  6817. margin-left: 0 !important;
  6818. }
  6819. .m-1 {
  6820. margin: 0.25rem !important;
  6821. }
  6822. .mt-1,
  6823. .my-1 {
  6824. margin-top: 0.25rem !important;
  6825. }
  6826. .mr-1,
  6827. .mx-1 {
  6828. margin-right: 0.25rem !important;
  6829. }
  6830. .mb-1,
  6831. .my-1 {
  6832. margin-bottom: 0.25rem !important;
  6833. }
  6834. .ml-1,
  6835. .mx-1 {
  6836. margin-left: 0.25rem !important;
  6837. }
  6838. .m-2 {
  6839. margin: 0.5rem !important;
  6840. }
  6841. .mt-2,
  6842. .my-2 {
  6843. margin-top: 0.5rem !important;
  6844. }
  6845. .mr-2,
  6846. .mx-2 {
  6847. margin-right: 0.5rem !important;
  6848. }
  6849. .mb-2,
  6850. .my-2 {
  6851. margin-bottom: 0.5rem !important;
  6852. }
  6853. .ml-2,
  6854. .mx-2 {
  6855. margin-left: 0.5rem !important;
  6856. }
  6857. .m-3 {
  6858. margin: 1rem !important;
  6859. }
  6860. .mt-3,
  6861. .my-3 {
  6862. margin-top: 1rem !important;
  6863. }
  6864. .mr-3,
  6865. .mx-3 {
  6866. margin-right: 1rem !important;
  6867. }
  6868. .mb-3,
  6869. .my-3 {
  6870. margin-bottom: 1rem !important;
  6871. }
  6872. .ml-3,
  6873. .mx-3 {
  6874. margin-left: 1rem !important;
  6875. }
  6876. .m-4 {
  6877. margin: 1.5rem !important;
  6878. }
  6879. .mt-4,
  6880. .my-4 {
  6881. margin-top: 1.5rem !important;
  6882. }
  6883. .mr-4,
  6884. .mx-4 {
  6885. margin-right: 1.5rem !important;
  6886. }
  6887. .mb-4,
  6888. .my-4 {
  6889. margin-bottom: 1.5rem !important;
  6890. }
  6891. .ml-4,
  6892. .mx-4 {
  6893. margin-left: 1.5rem !important;
  6894. }
  6895. .m-5 {
  6896. margin: 3rem !important;
  6897. }
  6898. .mt-5,
  6899. .my-5 {
  6900. margin-top: 3rem !important;
  6901. }
  6902. .mr-5,
  6903. .mx-5 {
  6904. margin-right: 3rem !important;
  6905. }
  6906. .mb-5,
  6907. .my-5 {
  6908. margin-bottom: 3rem !important;
  6909. }
  6910. .ml-5,
  6911. .mx-5 {
  6912. margin-left: 3rem !important;
  6913. }
  6914. .p-0 {
  6915. padding: 0 !important;
  6916. }
  6917. .pt-0,
  6918. .py-0 {
  6919. padding-top: 0 !important;
  6920. }
  6921. .pr-0,
  6922. .px-0 {
  6923. padding-right: 0 !important;
  6924. }
  6925. .pb-0,
  6926. .py-0 {
  6927. padding-bottom: 0 !important;
  6928. }
  6929. .pl-0,
  6930. .px-0 {
  6931. padding-left: 0 !important;
  6932. }
  6933. .p-1 {
  6934. padding: 0.25rem !important;
  6935. }
  6936. .pt-1,
  6937. .py-1 {
  6938. padding-top: 0.25rem !important;
  6939. }
  6940. .pr-1,
  6941. .px-1 {
  6942. padding-right: 0.25rem !important;
  6943. }
  6944. .pb-1,
  6945. .py-1 {
  6946. padding-bottom: 0.25rem !important;
  6947. }
  6948. .pl-1,
  6949. .px-1 {
  6950. padding-left: 0.25rem !important;
  6951. }
  6952. .p-2 {
  6953. padding: 0.5rem !important;
  6954. }
  6955. .pt-2,
  6956. .py-2 {
  6957. padding-top: 0.5rem !important;
  6958. }
  6959. .pr-2,
  6960. .px-2 {
  6961. padding-right: 0.5rem !important;
  6962. }
  6963. .pb-2,
  6964. .py-2 {
  6965. padding-bottom: 0.5rem !important;
  6966. }
  6967. .pl-2,
  6968. .px-2 {
  6969. padding-left: 0.5rem !important;
  6970. }
  6971. .p-3 {
  6972. padding: 1rem !important;
  6973. }
  6974. .pt-3,
  6975. .py-3 {
  6976. padding-top: 1rem !important;
  6977. }
  6978. .pr-3,
  6979. .px-3 {
  6980. padding-right: 1rem !important;
  6981. }
  6982. .pb-3,
  6983. .py-3 {
  6984. padding-bottom: 1rem !important;
  6985. }
  6986. .pl-3,
  6987. .px-3 {
  6988. padding-left: 1rem !important;
  6989. }
  6990. .p-4 {
  6991. padding: 1.5rem !important;
  6992. }
  6993. .pt-4,
  6994. .py-4 {
  6995. padding-top: 1.5rem !important;
  6996. }
  6997. .pr-4,
  6998. .px-4 {
  6999. padding-right: 1.5rem !important;
  7000. }
  7001. .pb-4,
  7002. .py-4 {
  7003. padding-bottom: 1.5rem !important;
  7004. }
  7005. .pl-4,
  7006. .px-4 {
  7007. padding-left: 1.5rem !important;
  7008. }
  7009. .p-5 {
  7010. padding: 3rem !important;
  7011. }
  7012. .pt-5,
  7013. .py-5 {
  7014. padding-top: 3rem !important;
  7015. }
  7016. .pr-5,
  7017. .px-5 {
  7018. padding-right: 3rem !important;
  7019. }
  7020. .pb-5,
  7021. .py-5 {
  7022. padding-bottom: 3rem !important;
  7023. }
  7024. .pl-5,
  7025. .px-5 {
  7026. padding-left: 3rem !important;
  7027. }
  7028. .m-auto {
  7029. margin: auto !important;
  7030. }
  7031. .mt-auto,
  7032. .my-auto {
  7033. margin-top: auto !important;
  7034. }
  7035. .mr-auto,
  7036. .mx-auto {
  7037. margin-right: auto !important;
  7038. }
  7039. .mb-auto,
  7040. .my-auto {
  7041. margin-bottom: auto !important;
  7042. }
  7043. .ml-auto,
  7044. .mx-auto {
  7045. margin-left: auto !important;
  7046. }
  7047. @media (min-width: 576px) {
  7048. .m-sm-0 {
  7049. margin: 0 !important;
  7050. }
  7051. .mt-sm-0,
  7052. .my-sm-0 {
  7053. margin-top: 0 !important;
  7054. }
  7055. .mr-sm-0,
  7056. .mx-sm-0 {
  7057. margin-right: 0 !important;
  7058. }
  7059. .mb-sm-0,
  7060. .my-sm-0 {
  7061. margin-bottom: 0 !important;
  7062. }
  7063. .ml-sm-0,
  7064. .mx-sm-0 {
  7065. margin-left: 0 !important;
  7066. }
  7067. .m-sm-1 {
  7068. margin: 0.25rem !important;
  7069. }
  7070. .mt-sm-1,
  7071. .my-sm-1 {
  7072. margin-top: 0.25rem !important;
  7073. }
  7074. .mr-sm-1,
  7075. .mx-sm-1 {
  7076. margin-right: 0.25rem !important;
  7077. }
  7078. .mb-sm-1,
  7079. .my-sm-1 {
  7080. margin-bottom: 0.25rem !important;
  7081. }
  7082. .ml-sm-1,
  7083. .mx-sm-1 {
  7084. margin-left: 0.25rem !important;
  7085. }
  7086. .m-sm-2 {
  7087. margin: 0.5rem !important;
  7088. }
  7089. .mt-sm-2,
  7090. .my-sm-2 {
  7091. margin-top: 0.5rem !important;
  7092. }
  7093. .mr-sm-2,
  7094. .mx-sm-2 {
  7095. margin-right: 0.5rem !important;
  7096. }
  7097. .mb-sm-2,
  7098. .my-sm-2 {
  7099. margin-bottom: 0.5rem !important;
  7100. }
  7101. .ml-sm-2,
  7102. .mx-sm-2 {
  7103. margin-left: 0.5rem !important;
  7104. }
  7105. .m-sm-3 {
  7106. margin: 1rem !important;
  7107. }
  7108. .mt-sm-3,
  7109. .my-sm-3 {
  7110. margin-top: 1rem !important;
  7111. }
  7112. .mr-sm-3,
  7113. .mx-sm-3 {
  7114. margin-right: 1rem !important;
  7115. }
  7116. .mb-sm-3,
  7117. .my-sm-3 {
  7118. margin-bottom: 1rem !important;
  7119. }
  7120. .ml-sm-3,
  7121. .mx-sm-3 {
  7122. margin-left: 1rem !important;
  7123. }
  7124. .m-sm-4 {
  7125. margin: 1.5rem !important;
  7126. }
  7127. .mt-sm-4,
  7128. .my-sm-4 {
  7129. margin-top: 1.5rem !important;
  7130. }
  7131. .mr-sm-4,
  7132. .mx-sm-4 {
  7133. margin-right: 1.5rem !important;
  7134. }
  7135. .mb-sm-4,
  7136. .my-sm-4 {
  7137. margin-bottom: 1.5rem !important;
  7138. }
  7139. .ml-sm-4,
  7140. .mx-sm-4 {
  7141. margin-left: 1.5rem !important;
  7142. }
  7143. .m-sm-5 {
  7144. margin: 3rem !important;
  7145. }
  7146. .mt-sm-5,
  7147. .my-sm-5 {
  7148. margin-top: 3rem !important;
  7149. }
  7150. .mr-sm-5,
  7151. .mx-sm-5 {
  7152. margin-right: 3rem !important;
  7153. }
  7154. .mb-sm-5,
  7155. .my-sm-5 {
  7156. margin-bottom: 3rem !important;
  7157. }
  7158. .ml-sm-5,
  7159. .mx-sm-5 {
  7160. margin-left: 3rem !important;
  7161. }
  7162. .p-sm-0 {
  7163. padding: 0 !important;
  7164. }
  7165. .pt-sm-0,
  7166. .py-sm-0 {
  7167. padding-top: 0 !important;
  7168. }
  7169. .pr-sm-0,
  7170. .px-sm-0 {
  7171. padding-right: 0 !important;
  7172. }
  7173. .pb-sm-0,
  7174. .py-sm-0 {
  7175. padding-bottom: 0 !important;
  7176. }
  7177. .pl-sm-0,
  7178. .px-sm-0 {
  7179. padding-left: 0 !important;
  7180. }
  7181. .p-sm-1 {
  7182. padding: 0.25rem !important;
  7183. }
  7184. .pt-sm-1,
  7185. .py-sm-1 {
  7186. padding-top: 0.25rem !important;
  7187. }
  7188. .pr-sm-1,
  7189. .px-sm-1 {
  7190. padding-right: 0.25rem !important;
  7191. }
  7192. .pb-sm-1,
  7193. .py-sm-1 {
  7194. padding-bottom: 0.25rem !important;
  7195. }
  7196. .pl-sm-1,
  7197. .px-sm-1 {
  7198. padding-left: 0.25rem !important;
  7199. }
  7200. .p-sm-2 {
  7201. padding: 0.5rem !important;
  7202. }
  7203. .pt-sm-2,
  7204. .py-sm-2 {
  7205. padding-top: 0.5rem !important;
  7206. }
  7207. .pr-sm-2,
  7208. .px-sm-2 {
  7209. padding-right: 0.5rem !important;
  7210. }
  7211. .pb-sm-2,
  7212. .py-sm-2 {
  7213. padding-bottom: 0.5rem !important;
  7214. }
  7215. .pl-sm-2,
  7216. .px-sm-2 {
  7217. padding-left: 0.5rem !important;
  7218. }
  7219. .p-sm-3 {
  7220. padding: 1rem !important;
  7221. }
  7222. .pt-sm-3,
  7223. .py-sm-3 {
  7224. padding-top: 1rem !important;
  7225. }
  7226. .pr-sm-3,
  7227. .px-sm-3 {
  7228. padding-right: 1rem !important;
  7229. }
  7230. .pb-sm-3,
  7231. .py-sm-3 {
  7232. padding-bottom: 1rem !important;
  7233. }
  7234. .pl-sm-3,
  7235. .px-sm-3 {
  7236. padding-left: 1rem !important;
  7237. }
  7238. .p-sm-4 {
  7239. padding: 1.5rem !important;
  7240. }
  7241. .pt-sm-4,
  7242. .py-sm-4 {
  7243. padding-top: 1.5rem !important;
  7244. }
  7245. .pr-sm-4,
  7246. .px-sm-4 {
  7247. padding-right: 1.5rem !important;
  7248. }
  7249. .pb-sm-4,
  7250. .py-sm-4 {
  7251. padding-bottom: 1.5rem !important;
  7252. }
  7253. .pl-sm-4,
  7254. .px-sm-4 {
  7255. padding-left: 1.5rem !important;
  7256. }
  7257. .p-sm-5 {
  7258. padding: 3rem !important;
  7259. }
  7260. .pt-sm-5,
  7261. .py-sm-5 {
  7262. padding-top: 3rem !important;
  7263. }
  7264. .pr-sm-5,
  7265. .px-sm-5 {
  7266. padding-right: 3rem !important;
  7267. }
  7268. .pb-sm-5,
  7269. .py-sm-5 {
  7270. padding-bottom: 3rem !important;
  7271. }
  7272. .pl-sm-5,
  7273. .px-sm-5 {
  7274. padding-left: 3rem !important;
  7275. }
  7276. .m-sm-auto {
  7277. margin: auto !important;
  7278. }
  7279. .mt-sm-auto,
  7280. .my-sm-auto {
  7281. margin-top: auto !important;
  7282. }
  7283. .mr-sm-auto,
  7284. .mx-sm-auto {
  7285. margin-right: auto !important;
  7286. }
  7287. .mb-sm-auto,
  7288. .my-sm-auto {
  7289. margin-bottom: auto !important;
  7290. }
  7291. .ml-sm-auto,
  7292. .mx-sm-auto {
  7293. margin-left: auto !important;
  7294. }
  7295. }
  7296. @media (min-width: 768px) {
  7297. .m-md-0 {
  7298. margin: 0 !important;
  7299. }
  7300. .mt-md-0,
  7301. .my-md-0 {
  7302. margin-top: 0 !important;
  7303. }
  7304. .mr-md-0,
  7305. .mx-md-0 {
  7306. margin-right: 0 !important;
  7307. }
  7308. .mb-md-0,
  7309. .my-md-0 {
  7310. margin-bottom: 0 !important;
  7311. }
  7312. .ml-md-0,
  7313. .mx-md-0 {
  7314. margin-left: 0 !important;
  7315. }
  7316. .m-md-1 {
  7317. margin: 0.25rem !important;
  7318. }
  7319. .mt-md-1,
  7320. .my-md-1 {
  7321. margin-top: 0.25rem !important;
  7322. }
  7323. .mr-md-1,
  7324. .mx-md-1 {
  7325. margin-right: 0.25rem !important;
  7326. }
  7327. .mb-md-1,
  7328. .my-md-1 {
  7329. margin-bottom: 0.25rem !important;
  7330. }
  7331. .ml-md-1,
  7332. .mx-md-1 {
  7333. margin-left: 0.25rem !important;
  7334. }
  7335. .m-md-2 {
  7336. margin: 0.5rem !important;
  7337. }
  7338. .mt-md-2,
  7339. .my-md-2 {
  7340. margin-top: 0.5rem !important;
  7341. }
  7342. .mr-md-2,
  7343. .mx-md-2 {
  7344. margin-right: 0.5rem !important;
  7345. }
  7346. .mb-md-2,
  7347. .my-md-2 {
  7348. margin-bottom: 0.5rem !important;
  7349. }
  7350. .ml-md-2,
  7351. .mx-md-2 {
  7352. margin-left: 0.5rem !important;
  7353. }
  7354. .m-md-3 {
  7355. margin: 1rem !important;
  7356. }
  7357. .mt-md-3,
  7358. .my-md-3 {
  7359. margin-top: 1rem !important;
  7360. }
  7361. .mr-md-3,
  7362. .mx-md-3 {
  7363. margin-right: 1rem !important;
  7364. }
  7365. .mb-md-3,
  7366. .my-md-3 {
  7367. margin-bottom: 1rem !important;
  7368. }
  7369. .ml-md-3,
  7370. .mx-md-3 {
  7371. margin-left: 1rem !important;
  7372. }
  7373. .m-md-4 {
  7374. margin: 1.5rem !important;
  7375. }
  7376. .mt-md-4,
  7377. .my-md-4 {
  7378. margin-top: 1.5rem !important;
  7379. }
  7380. .mr-md-4,
  7381. .mx-md-4 {
  7382. margin-right: 1.5rem !important;
  7383. }
  7384. .mb-md-4,
  7385. .my-md-4 {
  7386. margin-bottom: 1.5rem !important;
  7387. }
  7388. .ml-md-4,
  7389. .mx-md-4 {
  7390. margin-left: 1.5rem !important;
  7391. }
  7392. .m-md-5 {
  7393. margin: 3rem !important;
  7394. }
  7395. .mt-md-5,
  7396. .my-md-5 {
  7397. margin-top: 3rem !important;
  7398. }
  7399. .mr-md-5,
  7400. .mx-md-5 {
  7401. margin-right: 3rem !important;
  7402. }
  7403. .mb-md-5,
  7404. .my-md-5 {
  7405. margin-bottom: 3rem !important;
  7406. }
  7407. .ml-md-5,
  7408. .mx-md-5 {
  7409. margin-left: 3rem !important;
  7410. }
  7411. .p-md-0 {
  7412. padding: 0 !important;
  7413. }
  7414. .pt-md-0,
  7415. .py-md-0 {
  7416. padding-top: 0 !important;
  7417. }
  7418. .pr-md-0,
  7419. .px-md-0 {
  7420. padding-right: 0 !important;
  7421. }
  7422. .pb-md-0,
  7423. .py-md-0 {
  7424. padding-bottom: 0 !important;
  7425. }
  7426. .pl-md-0,
  7427. .px-md-0 {
  7428. padding-left: 0 !important;
  7429. }
  7430. .p-md-1 {
  7431. padding: 0.25rem !important;
  7432. }
  7433. .pt-md-1,
  7434. .py-md-1 {
  7435. padding-top: 0.25rem !important;
  7436. }
  7437. .pr-md-1,
  7438. .px-md-1 {
  7439. padding-right: 0.25rem !important;
  7440. }
  7441. .pb-md-1,
  7442. .py-md-1 {
  7443. padding-bottom: 0.25rem !important;
  7444. }
  7445. .pl-md-1,
  7446. .px-md-1 {
  7447. padding-left: 0.25rem !important;
  7448. }
  7449. .p-md-2 {
  7450. padding: 0.5rem !important;
  7451. }
  7452. .pt-md-2,
  7453. .py-md-2 {
  7454. padding-top: 0.5rem !important;
  7455. }
  7456. .pr-md-2,
  7457. .px-md-2 {
  7458. padding-right: 0.5rem !important;
  7459. }
  7460. .pb-md-2,
  7461. .py-md-2 {
  7462. padding-bottom: 0.5rem !important;
  7463. }
  7464. .pl-md-2,
  7465. .px-md-2 {
  7466. padding-left: 0.5rem !important;
  7467. }
  7468. .p-md-3 {
  7469. padding: 1rem !important;
  7470. }
  7471. .pt-md-3,
  7472. .py-md-3 {
  7473. padding-top: 1rem !important;
  7474. }
  7475. .pr-md-3,
  7476. .px-md-3 {
  7477. padding-right: 1rem !important;
  7478. }
  7479. .pb-md-3,
  7480. .py-md-3 {
  7481. padding-bottom: 1rem !important;
  7482. }
  7483. .pl-md-3,
  7484. .px-md-3 {
  7485. padding-left: 1rem !important;
  7486. }
  7487. .p-md-4 {
  7488. padding: 1.5rem !important;
  7489. }
  7490. .pt-md-4,
  7491. .py-md-4 {
  7492. padding-top: 1.5rem !important;
  7493. }
  7494. .pr-md-4,
  7495. .px-md-4 {
  7496. padding-right: 1.5rem !important;
  7497. }
  7498. .pb-md-4,
  7499. .py-md-4 {
  7500. padding-bottom: 1.5rem !important;
  7501. }
  7502. .pl-md-4,
  7503. .px-md-4 {
  7504. padding-left: 1.5rem !important;
  7505. }
  7506. .p-md-5 {
  7507. padding: 3rem !important;
  7508. }
  7509. .pt-md-5,
  7510. .py-md-5 {
  7511. padding-top: 3rem !important;
  7512. }
  7513. .pr-md-5,
  7514. .px-md-5 {
  7515. padding-right: 3rem !important;
  7516. }
  7517. .pb-md-5,
  7518. .py-md-5 {
  7519. padding-bottom: 3rem !important;
  7520. }
  7521. .pl-md-5,
  7522. .px-md-5 {
  7523. padding-left: 3rem !important;
  7524. }
  7525. .m-md-auto {
  7526. margin: auto !important;
  7527. }
  7528. .mt-md-auto,
  7529. .my-md-auto {
  7530. margin-top: auto !important;
  7531. }
  7532. .mr-md-auto,
  7533. .mx-md-auto {
  7534. margin-right: auto !important;
  7535. }
  7536. .mb-md-auto,
  7537. .my-md-auto {
  7538. margin-bottom: auto !important;
  7539. }
  7540. .ml-md-auto,
  7541. .mx-md-auto {
  7542. margin-left: auto !important;
  7543. }
  7544. }
  7545. @media (min-width: 992px) {
  7546. .m-lg-0 {
  7547. margin: 0 !important;
  7548. }
  7549. .mt-lg-0,
  7550. .my-lg-0 {
  7551. margin-top: 0 !important;
  7552. }
  7553. .mr-lg-0,
  7554. .mx-lg-0 {
  7555. margin-right: 0 !important;
  7556. }
  7557. .mb-lg-0,
  7558. .my-lg-0 {
  7559. margin-bottom: 0 !important;
  7560. }
  7561. .ml-lg-0,
  7562. .mx-lg-0 {
  7563. margin-left: 0 !important;
  7564. }
  7565. .m-lg-1 {
  7566. margin: 0.25rem !important;
  7567. }
  7568. .mt-lg-1,
  7569. .my-lg-1 {
  7570. margin-top: 0.25rem !important;
  7571. }
  7572. .mr-lg-1,
  7573. .mx-lg-1 {
  7574. margin-right: 0.25rem !important;
  7575. }
  7576. .mb-lg-1,
  7577. .my-lg-1 {
  7578. margin-bottom: 0.25rem !important;
  7579. }
  7580. .ml-lg-1,
  7581. .mx-lg-1 {
  7582. margin-left: 0.25rem !important;
  7583. }
  7584. .m-lg-2 {
  7585. margin: 0.5rem !important;
  7586. }
  7587. .mt-lg-2,
  7588. .my-lg-2 {
  7589. margin-top: 0.5rem !important;
  7590. }
  7591. .mr-lg-2,
  7592. .mx-lg-2 {
  7593. margin-right: 0.5rem !important;
  7594. }
  7595. .mb-lg-2,
  7596. .my-lg-2 {
  7597. margin-bottom: 0.5rem !important;
  7598. }
  7599. .ml-lg-2,
  7600. .mx-lg-2 {
  7601. margin-left: 0.5rem !important;
  7602. }
  7603. .m-lg-3 {
  7604. margin: 1rem !important;
  7605. }
  7606. .mt-lg-3,
  7607. .my-lg-3 {
  7608. margin-top: 1rem !important;
  7609. }
  7610. .mr-lg-3,
  7611. .mx-lg-3 {
  7612. margin-right: 1rem !important;
  7613. }
  7614. .mb-lg-3,
  7615. .my-lg-3 {
  7616. margin-bottom: 1rem !important;
  7617. }
  7618. .ml-lg-3,
  7619. .mx-lg-3 {
  7620. margin-left: 1rem !important;
  7621. }
  7622. .m-lg-4 {
  7623. margin: 1.5rem !important;
  7624. }
  7625. .mt-lg-4,
  7626. .my-lg-4 {
  7627. margin-top: 1.5rem !important;
  7628. }
  7629. .mr-lg-4,
  7630. .mx-lg-4 {
  7631. margin-right: 1.5rem !important;
  7632. }
  7633. .mb-lg-4,
  7634. .my-lg-4 {
  7635. margin-bottom: 1.5rem !important;
  7636. }
  7637. .ml-lg-4,
  7638. .mx-lg-4 {
  7639. margin-left: 1.5rem !important;
  7640. }
  7641. .m-lg-5 {
  7642. margin: 3rem !important;
  7643. }
  7644. .mt-lg-5,
  7645. .my-lg-5 {
  7646. margin-top: 3rem !important;
  7647. }
  7648. .mr-lg-5,
  7649. .mx-lg-5 {
  7650. margin-right: 3rem !important;
  7651. }
  7652. .mb-lg-5,
  7653. .my-lg-5 {
  7654. margin-bottom: 3rem !important;
  7655. }
  7656. .ml-lg-5,
  7657. .mx-lg-5 {
  7658. margin-left: 3rem !important;
  7659. }
  7660. .p-lg-0 {
  7661. padding: 0 !important;
  7662. }
  7663. .pt-lg-0,
  7664. .py-lg-0 {
  7665. padding-top: 0 !important;
  7666. }
  7667. .pr-lg-0,
  7668. .px-lg-0 {
  7669. padding-right: 0 !important;
  7670. }
  7671. .pb-lg-0,
  7672. .py-lg-0 {
  7673. padding-bottom: 0 !important;
  7674. }
  7675. .pl-lg-0,
  7676. .px-lg-0 {
  7677. padding-left: 0 !important;
  7678. }
  7679. .p-lg-1 {
  7680. padding: 0.25rem !important;
  7681. }
  7682. .pt-lg-1,
  7683. .py-lg-1 {
  7684. padding-top: 0.25rem !important;
  7685. }
  7686. .pr-lg-1,
  7687. .px-lg-1 {
  7688. padding-right: 0.25rem !important;
  7689. }
  7690. .pb-lg-1,
  7691. .py-lg-1 {
  7692. padding-bottom: 0.25rem !important;
  7693. }
  7694. .pl-lg-1,
  7695. .px-lg-1 {
  7696. padding-left: 0.25rem !important;
  7697. }
  7698. .p-lg-2 {
  7699. padding: 0.5rem !important;
  7700. }
  7701. .pt-lg-2,
  7702. .py-lg-2 {
  7703. padding-top: 0.5rem !important;
  7704. }
  7705. .pr-lg-2,
  7706. .px-lg-2 {
  7707. padding-right: 0.5rem !important;
  7708. }
  7709. .pb-lg-2,
  7710. .py-lg-2 {
  7711. padding-bottom: 0.5rem !important;
  7712. }
  7713. .pl-lg-2,
  7714. .px-lg-2 {
  7715. padding-left: 0.5rem !important;
  7716. }
  7717. .p-lg-3 {
  7718. padding: 1rem !important;
  7719. }
  7720. .pt-lg-3,
  7721. .py-lg-3 {
  7722. padding-top: 1rem !important;
  7723. }
  7724. .pr-lg-3,
  7725. .px-lg-3 {
  7726. padding-right: 1rem !important;
  7727. }
  7728. .pb-lg-3,
  7729. .py-lg-3 {
  7730. padding-bottom: 1rem !important;
  7731. }
  7732. .pl-lg-3,
  7733. .px-lg-3 {
  7734. padding-left: 1rem !important;
  7735. }
  7736. .p-lg-4 {
  7737. padding: 1.5rem !important;
  7738. }
  7739. .pt-lg-4,
  7740. .py-lg-4 {
  7741. padding-top: 1.5rem !important;
  7742. }
  7743. .pr-lg-4,
  7744. .px-lg-4 {
  7745. padding-right: 1.5rem !important;
  7746. }
  7747. .pb-lg-4,
  7748. .py-lg-4 {
  7749. padding-bottom: 1.5rem !important;
  7750. }
  7751. .pl-lg-4,
  7752. .px-lg-4 {
  7753. padding-left: 1.5rem !important;
  7754. }
  7755. .p-lg-5 {
  7756. padding: 3rem !important;
  7757. }
  7758. .pt-lg-5,
  7759. .py-lg-5 {
  7760. padding-top: 3rem !important;
  7761. }
  7762. .pr-lg-5,
  7763. .px-lg-5 {
  7764. padding-right: 3rem !important;
  7765. }
  7766. .pb-lg-5,
  7767. .py-lg-5 {
  7768. padding-bottom: 3rem !important;
  7769. }
  7770. .pl-lg-5,
  7771. .px-lg-5 {
  7772. padding-left: 3rem !important;
  7773. }
  7774. .m-lg-auto {
  7775. margin: auto !important;
  7776. }
  7777. .mt-lg-auto,
  7778. .my-lg-auto {
  7779. margin-top: auto !important;
  7780. }
  7781. .mr-lg-auto,
  7782. .mx-lg-auto {
  7783. margin-right: auto !important;
  7784. }
  7785. .mb-lg-auto,
  7786. .my-lg-auto {
  7787. margin-bottom: auto !important;
  7788. }
  7789. .ml-lg-auto,
  7790. .mx-lg-auto {
  7791. margin-left: auto !important;
  7792. }
  7793. }
  7794. @media (min-width: 1200px) {
  7795. .m-xl-0 {
  7796. margin: 0 !important;
  7797. }
  7798. .mt-xl-0,
  7799. .my-xl-0 {
  7800. margin-top: 0 !important;
  7801. }
  7802. .mr-xl-0,
  7803. .mx-xl-0 {
  7804. margin-right: 0 !important;
  7805. }
  7806. .mb-xl-0,
  7807. .my-xl-0 {
  7808. margin-bottom: 0 !important;
  7809. }
  7810. .ml-xl-0,
  7811. .mx-xl-0 {
  7812. margin-left: 0 !important;
  7813. }
  7814. .m-xl-1 {
  7815. margin: 0.25rem !important;
  7816. }
  7817. .mt-xl-1,
  7818. .my-xl-1 {
  7819. margin-top: 0.25rem !important;
  7820. }
  7821. .mr-xl-1,
  7822. .mx-xl-1 {
  7823. margin-right: 0.25rem !important;
  7824. }
  7825. .mb-xl-1,
  7826. .my-xl-1 {
  7827. margin-bottom: 0.25rem !important;
  7828. }
  7829. .ml-xl-1,
  7830. .mx-xl-1 {
  7831. margin-left: 0.25rem !important;
  7832. }
  7833. .m-xl-2 {
  7834. margin: 0.5rem !important;
  7835. }
  7836. .mt-xl-2,
  7837. .my-xl-2 {
  7838. margin-top: 0.5rem !important;
  7839. }
  7840. .mr-xl-2,
  7841. .mx-xl-2 {
  7842. margin-right: 0.5rem !important;
  7843. }
  7844. .mb-xl-2,
  7845. .my-xl-2 {
  7846. margin-bottom: 0.5rem !important;
  7847. }
  7848. .ml-xl-2,
  7849. .mx-xl-2 {
  7850. margin-left: 0.5rem !important;
  7851. }
  7852. .m-xl-3 {
  7853. margin: 1rem !important;
  7854. }
  7855. .mt-xl-3,
  7856. .my-xl-3 {
  7857. margin-top: 1rem !important;
  7858. }
  7859. .mr-xl-3,
  7860. .mx-xl-3 {
  7861. margin-right: 1rem !important;
  7862. }
  7863. .mb-xl-3,
  7864. .my-xl-3 {
  7865. margin-bottom: 1rem !important;
  7866. }
  7867. .ml-xl-3,
  7868. .mx-xl-3 {
  7869. margin-left: 1rem !important;
  7870. }
  7871. .m-xl-4 {
  7872. margin: 1.5rem !important;
  7873. }
  7874. .mt-xl-4,
  7875. .my-xl-4 {
  7876. margin-top: 1.5rem !important;
  7877. }
  7878. .mr-xl-4,
  7879. .mx-xl-4 {
  7880. margin-right: 1.5rem !important;
  7881. }
  7882. .mb-xl-4,
  7883. .my-xl-4 {
  7884. margin-bottom: 1.5rem !important;
  7885. }
  7886. .ml-xl-4,
  7887. .mx-xl-4 {
  7888. margin-left: 1.5rem !important;
  7889. }
  7890. .m-xl-5 {
  7891. margin: 3rem !important;
  7892. }
  7893. .mt-xl-5,
  7894. .my-xl-5 {
  7895. margin-top: 3rem !important;
  7896. }
  7897. .mr-xl-5,
  7898. .mx-xl-5 {
  7899. margin-right: 3rem !important;
  7900. }
  7901. .mb-xl-5,
  7902. .my-xl-5 {
  7903. margin-bottom: 3rem !important;
  7904. }
  7905. .ml-xl-5,
  7906. .mx-xl-5 {
  7907. margin-left: 3rem !important;
  7908. }
  7909. .p-xl-0 {
  7910. padding: 0 !important;
  7911. }
  7912. .pt-xl-0,
  7913. .py-xl-0 {
  7914. padding-top: 0 !important;
  7915. }
  7916. .pr-xl-0,
  7917. .px-xl-0 {
  7918. padding-right: 0 !important;
  7919. }
  7920. .pb-xl-0,
  7921. .py-xl-0 {
  7922. padding-bottom: 0 !important;
  7923. }
  7924. .pl-xl-0,
  7925. .px-xl-0 {
  7926. padding-left: 0 !important;
  7927. }
  7928. .p-xl-1 {
  7929. padding: 0.25rem !important;
  7930. }
  7931. .pt-xl-1,
  7932. .py-xl-1 {
  7933. padding-top: 0.25rem !important;
  7934. }
  7935. .pr-xl-1,
  7936. .px-xl-1 {
  7937. padding-right: 0.25rem !important;
  7938. }
  7939. .pb-xl-1,
  7940. .py-xl-1 {
  7941. padding-bottom: 0.25rem !important;
  7942. }
  7943. .pl-xl-1,
  7944. .px-xl-1 {
  7945. padding-left: 0.25rem !important;
  7946. }
  7947. .p-xl-2 {
  7948. padding: 0.5rem !important;
  7949. }
  7950. .pt-xl-2,
  7951. .py-xl-2 {
  7952. padding-top: 0.5rem !important;
  7953. }
  7954. .pr-xl-2,
  7955. .px-xl-2 {
  7956. padding-right: 0.5rem !important;
  7957. }
  7958. .pb-xl-2,
  7959. .py-xl-2 {
  7960. padding-bottom: 0.5rem !important;
  7961. }
  7962. .pl-xl-2,
  7963. .px-xl-2 {
  7964. padding-left: 0.5rem !important;
  7965. }
  7966. .p-xl-3 {
  7967. padding: 1rem !important;
  7968. }
  7969. .pt-xl-3,
  7970. .py-xl-3 {
  7971. padding-top: 1rem !important;
  7972. }
  7973. .pr-xl-3,
  7974. .px-xl-3 {
  7975. padding-right: 1rem !important;
  7976. }
  7977. .pb-xl-3,
  7978. .py-xl-3 {
  7979. padding-bottom: 1rem !important;
  7980. }
  7981. .pl-xl-3,
  7982. .px-xl-3 {
  7983. padding-left: 1rem !important;
  7984. }
  7985. .p-xl-4 {
  7986. padding: 1.5rem !important;
  7987. }
  7988. .pt-xl-4,
  7989. .py-xl-4 {
  7990. padding-top: 1.5rem !important;
  7991. }
  7992. .pr-xl-4,
  7993. .px-xl-4 {
  7994. padding-right: 1.5rem !important;
  7995. }
  7996. .pb-xl-4,
  7997. .py-xl-4 {
  7998. padding-bottom: 1.5rem !important;
  7999. }
  8000. .pl-xl-4,
  8001. .px-xl-4 {
  8002. padding-left: 1.5rem !important;
  8003. }
  8004. .p-xl-5 {
  8005. padding: 3rem !important;
  8006. }
  8007. .pt-xl-5,
  8008. .py-xl-5 {
  8009. padding-top: 3rem !important;
  8010. }
  8011. .pr-xl-5,
  8012. .px-xl-5 {
  8013. padding-right: 3rem !important;
  8014. }
  8015. .pb-xl-5,
  8016. .py-xl-5 {
  8017. padding-bottom: 3rem !important;
  8018. }
  8019. .pl-xl-5,
  8020. .px-xl-5 {
  8021. padding-left: 3rem !important;
  8022. }
  8023. .m-xl-auto {
  8024. margin: auto !important;
  8025. }
  8026. .mt-xl-auto,
  8027. .my-xl-auto {
  8028. margin-top: auto !important;
  8029. }
  8030. .mr-xl-auto,
  8031. .mx-xl-auto {
  8032. margin-right: auto !important;
  8033. }
  8034. .mb-xl-auto,
  8035. .my-xl-auto {
  8036. margin-bottom: auto !important;
  8037. }
  8038. .ml-xl-auto,
  8039. .mx-xl-auto {
  8040. margin-left: auto !important;
  8041. }
  8042. }
  8043. .text-monospace {
  8044. font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  8045. }
  8046. .text-justify {
  8047. text-align: justify !important;
  8048. }
  8049. .text-nowrap {
  8050. white-space: nowrap !important;
  8051. }
  8052. .text-truncate {
  8053. overflow: hidden;
  8054. text-overflow: ellipsis;
  8055. white-space: nowrap;
  8056. }
  8057. .text-left {
  8058. text-align: left !important;
  8059. }
  8060. .text-right {
  8061. text-align: right !important;
  8062. }
  8063. .text-center {
  8064. text-align: center !important;
  8065. }
  8066. @media (min-width: 576px) {
  8067. .text-sm-left {
  8068. text-align: left !important;
  8069. }
  8070. .text-sm-right {
  8071. text-align: right !important;
  8072. }
  8073. .text-sm-center {
  8074. text-align: center !important;
  8075. }
  8076. }
  8077. @media (min-width: 768px) {
  8078. .text-md-left {
  8079. text-align: left !important;
  8080. }
  8081. .text-md-right {
  8082. text-align: right !important;
  8083. }
  8084. .text-md-center {
  8085. text-align: center !important;
  8086. }
  8087. }
  8088. @media (min-width: 992px) {
  8089. .text-lg-left {
  8090. text-align: left !important;
  8091. }
  8092. .text-lg-right {
  8093. text-align: right !important;
  8094. }
  8095. .text-lg-center {
  8096. text-align: center !important;
  8097. }
  8098. }
  8099. @media (min-width: 1200px) {
  8100. .text-xl-left {
  8101. text-align: left !important;
  8102. }
  8103. .text-xl-right {
  8104. text-align: right !important;
  8105. }
  8106. .text-xl-center {
  8107. text-align: center !important;
  8108. }
  8109. }
  8110. .text-lowercase {
  8111. text-transform: lowercase !important;
  8112. }
  8113. .text-uppercase {
  8114. text-transform: uppercase !important;
  8115. }
  8116. .text-capitalize {
  8117. text-transform: capitalize !important;
  8118. }
  8119. .font-weight-light {
  8120. font-weight: 300 !important;
  8121. }
  8122. .font-weight-normal {
  8123. font-weight: 400 !important;
  8124. }
  8125. .font-weight-bold {
  8126. font-weight: 700 !important;
  8127. }
  8128. .font-italic {
  8129. font-style: italic !important;
  8130. }
  8131. .text-white {
  8132. color: #fff !important;
  8133. }
  8134. .text-primary {
  8135. color: #325D88 !important;
  8136. }
  8137. a.text-primary:hover, a.text-primary:focus {
  8138. color: #244463 !important;
  8139. }
  8140. .text-secondary {
  8141. color: #8E8C84 !important;
  8142. }
  8143. a.text-secondary:hover, a.text-secondary:focus {
  8144. color: #74726b !important;
  8145. }
  8146. .text-success {
  8147. color: #93C54B !important;
  8148. }
  8149. a.text-success:hover, a.text-success:focus {
  8150. color: #79a736 !important;
  8151. }
  8152. .text-info {
  8153. color: #498FBE !important;
  8154. }
  8155. a.text-info:hover, a.text-info:focus {
  8156. color: #1b8dbb !important;
  8157. }
  8158. .text-warning {
  8159. color: #F47C3C !important;
  8160. }
  8161. a.text-warning:hover, a.text-warning:focus {
  8162. color: #ef5c0e !important;
  8163. }
  8164. .text-danger {
  8165. color: #d9534f !important;
  8166. }
  8167. a.text-danger:hover, a.text-danger:focus {
  8168. color: #c9302c !important;
  8169. }
  8170. .text-light {
  8171. color: #F8F5F0 !important;
  8172. }
  8173. a.text-light:hover, a.text-light:focus {
  8174. color: #e8decd !important;
  8175. }
  8176. .text-dark {
  8177. color: #3E3F3A !important;
  8178. }
  8179. a.text-dark:hover, a.text-dark:focus {
  8180. color: #242422 !important;
  8181. }
  8182. .text-body {
  8183. color: #3E3F3A !important;
  8184. }
  8185. .text-muted {
  8186. color: #8E8C84 !important;
  8187. }
  8188. .text-black-50 {
  8189. color: rgba(0, 0, 0, 0.5) !important;
  8190. }
  8191. .text-white-50 {
  8192. color: rgba(255, 255, 255, 0.5) !important;
  8193. }
  8194. .text-hide {
  8195. font: 0/0 a;
  8196. color: transparent;
  8197. text-shadow: none;
  8198. background-color: transparent;
  8199. border: 0;
  8200. }
  8201. .visible {
  8202. visibility: visible !important;
  8203. }
  8204. .invisible {
  8205. visibility: hidden !important;
  8206. }
  8207. @media print {
  8208. *,
  8209. *::before,
  8210. *::after {
  8211. text-shadow: none !important;
  8212. -webkit-box-shadow: none !important;
  8213. box-shadow: none !important;
  8214. }
  8215. a:not(.btn) {
  8216. text-decoration: underline;
  8217. }
  8218. abbr[title]::after {
  8219. content: " (" attr(title) ")";
  8220. }
  8221. pre {
  8222. white-space: pre-wrap !important;
  8223. }
  8224. pre,
  8225. blockquote {
  8226. border: 1px solid #98978B;
  8227. page-break-inside: avoid;
  8228. }
  8229. thead {
  8230. display: table-header-group;
  8231. }
  8232. tr,
  8233. img {
  8234. page-break-inside: avoid;
  8235. }
  8236. p,
  8237. h2,
  8238. h3 {
  8239. orphans: 3;
  8240. widows: 3;
  8241. }
  8242. h2,
  8243. h3 {
  8244. page-break-after: avoid;
  8245. }
  8246. @page {
  8247. size: a3;
  8248. }
  8249. body {
  8250. min-width: 992px !important;
  8251. }
  8252. .container {
  8253. min-width: 992px !important;
  8254. }
  8255. .navbar {
  8256. display: none;
  8257. }
  8258. .badge {
  8259. border: 1px solid #000;
  8260. }
  8261. .table {
  8262. border-collapse: collapse !important;
  8263. }
  8264. .table td,
  8265. .table th {
  8266. background-color: #fff !important;
  8267. }
  8268. .table-bordered th,
  8269. .table-bordered td {
  8270. border: 1px solid #DFD7CA !important;
  8271. }
  8272. .table-dark {
  8273. color: inherit;
  8274. }
  8275. .table-dark th,
  8276. .table-dark td,
  8277. .table-dark thead th,
  8278. .table-dark tbody + tbody {
  8279. border-color: #DFD7CA;
  8280. }
  8281. .table .thead-dark th {
  8282. color: inherit;
  8283. border-color: #DFD7CA;
  8284. }
  8285. }
  8286. .bg-primary {
  8287. background-color: #3E3F3A !important;
  8288. }
  8289. .bg-dark {
  8290. background-color: #3E3F3A !important;
  8291. }
  8292. .bg-light {
  8293. background-color: #F8F5F0 !important;
  8294. }
  8295. .sandstone, .navbar .nav-link, .btn, .nav-tabs .nav-link, .nav-pills .nav-link, .breadcrumb, .pagination, .dropdown-menu .dropdown-item, .tooltip {
  8296. font-size: 11px;
  8297. line-height: 22px;
  8298. font-weight: 500;
  8299. text-transform: uppercase;
  8300. }
  8301. .navbar-form input,
  8302. .navbar-form .form-control {
  8303. border: none;
  8304. }
  8305. .btn:hover {
  8306. border-color: transparent;
  8307. }
  8308. .btn-success, .btn-warning {
  8309. color: #fff;
  8310. }
  8311. .table .thead-dark th {
  8312. background-color: #3E3F3A;
  8313. }
  8314. .nav-tabs .nav-link {
  8315. background-color: #F8F5F0;
  8316. border-color: #DFD7CA;
  8317. }
  8318. .nav-tabs .nav-link,
  8319. .nav-tabs .nav-link:hover,
  8320. .nav-tabs .nav-link:focus {
  8321. color: #8E8C84;
  8322. }
  8323. .nav-tabs .nav-link.disabled,
  8324. .nav-tabs .nav-link.disabled:hover,
  8325. .nav-tabs .nav-link.disabled:focus {
  8326. background-color: #F8F5F0;
  8327. border-color: #DFD7CA;
  8328. color: #DFD7CA;
  8329. }
  8330. .nav-pills .nav-link {
  8331. border: 1px solid transparent;
  8332. color: #8E8C84;
  8333. }
  8334. .nav-pills .nav-link.active,
  8335. .nav-pills .nav-link:hover,
  8336. .nav-pills .nav-link:focus {
  8337. background-color: #F8F5F0;
  8338. border-color: #DFD7CA;
  8339. }
  8340. .nav-pills .nav-link.disabled,
  8341. .nav-pills .nav-link.disabled:hover {
  8342. background-color: transparent;
  8343. border-color: transparent;
  8344. color: #DFD7CA;
  8345. }
  8346. .breadcrumb {
  8347. border: 1px solid #DFD7CA;
  8348. }
  8349. .pagination a:hover {
  8350. text-decoration: none;
  8351. }
  8352. .alert {
  8353. color: #fff;
  8354. }
  8355. .alert a,
  8356. .alert .alert-link {
  8357. color: #fff;
  8358. text-decoration: underline;
  8359. }
  8360. .alert-primary, .alert-primary > th, .alert-primary > td {
  8361. background-color: #325D88;
  8362. }
  8363. .alert-secondary, .alert-secondary > th, .alert-secondary > td {
  8364. background-color: #8E8C84;
  8365. }
  8366. .alert-success, .alert-success > th, .alert-success > td {
  8367. background-color: #93C54B;
  8368. }
  8369. .alert-info, .alert-info > th, .alert-info > td {
  8370. background-color: #498FBE;
  8371. }
  8372. .alert-danger, .alert-danger > th, .alert-danger > td {
  8373. background-color: #d9534f;
  8374. }
  8375. .alert-warning, .alert-warning > th, .alert-warning > td {
  8376. background-color: #F47C3C;
  8377. }
  8378. .alert-dark, .alert-dark > th, .alert-dark > td {
  8379. background-color: #3E3F3A;
  8380. }
  8381. .alert-light, .alert-light > th, .alert-light > td {
  8382. background-color: #F8F5F0;
  8383. }
  8384. .alert-light,
  8385. .alert-light a:not(.btn),
  8386. .alert-light .alert-link {
  8387. color: #3E3F3A;
  8388. }
  8389. .badge-success, .badge-warning {
  8390. color: #fff;
  8391. }
  8392. .close {
  8393. color: #DFD7CA;
  8394. opacity: 1;
  8395. }
  8396. .close:hover {
  8397. color: #b9a78a;
  8398. }
  8399. .btn-social
  8400. {
  8401. font-size: 20px;
  8402. line-height: 45px;
  8403. display: inline-block;
  8404. width: 50px;
  8405. height: 50px;
  8406. text-align: center;
  8407. border: 2px solid white;
  8408. border-radius: 100%;
  8409. }
  8410. .btn-outline {
  8411. font-size: 20px;
  8412. margin-top: 15px;
  8413. transition: all 0.3s ease-in-out;
  8414. color: white;
  8415. border: solid 2px white;
  8416. background: transparent; }
  8417. .btn-outline.active, .btn-outline:active, .btn-outline:focus, .btn-outline:hover {
  8418. color: #18BC9C;
  8419. border: solid 2px white;
  8420. background: white; }
  8421. .fa {
  8422. display: inline-block;
  8423. font: normal normal normal 14px/1 FontAwesome;
  8424. font-size: inherit;
  8425. text-rendering: auto;
  8426. -webkit-font-smoothing: antialiased;
  8427. -moz-osx-font-smoothing: grayscale;
  8428. }
  8429. .fa-fw {
  8430. width: 1.28571429em;
  8431. text-align: center;
  8432. }
  8433. .fa-wordpress:before {
  8434. content: "\f19a";
  8435. }
  8436. .fa-github:before {
  8437. content: "\f09b";
  8438. }
  8439. .fa-github-square:before {
  8440. content: "\f092";
  8441. }
  8442. .fa-wordpress:before {
  8443. content: "\f19a";
  8444. }
  8445. .fa-youtube:before {
  8446. content: "\f167";
  8447. }
  8448. .blogPost
  8449. {
  8450. background-color: #fff;
  8451. box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);
  8452. }
  8453. a
  8454. {
  8455. color: #00BEB2;
  8456. text-decoration: none;
  8457. background-color: transparent;
  8458. -webkit-text-decoration-skip: objects;
  8459. }
  8460. a:hover
  8461. {
  8462. color: #18BC9C;
  8463. text-decoration: underline;
  8464. }
  8465. .list-group-item
  8466. {
  8467. position: relative;
  8468. display: block;
  8469. padding: 0.75rem 1.25rem;
  8470. margin-bottom: -1px;
  8471. background-color: #fff;
  8472. border: 1px solid #DFD7CA;
  8473. color: #2c3e50;
  8474. }
  8475. .list-group-item:hover, .list-group-item:focus {
  8476. z-index: 1;
  8477. text-decoration: none;
  8478. color: #3E3F3A;
  8479. background-color: #88BAFF;
  8480. }
  8481. .list-group-item-action {
  8482. position: relative;
  8483. display: block;
  8484. padding: 0.75rem 1.25rem;
  8485. margin-bottom: -1px;
  8486. color: #fff;
  8487. background-color: #498FBE;
  8488. border-color: #DFD7CA;
  8489. }
  8490. .list-group-item-action:hover, .list-group-item-action:focus {
  8491. color: #fff;
  8492. text-decoration: none;
  8493. background-color: #498FBE;
  8494. }
  8495. .list-group-item-action:active {
  8496. color: #3E3F3A;
  8497. background-color: #DFD7CA;
  8498. }
  8499. .btn-secondary {
  8500. color: #fff;
  8501. background-color: #498FBE;
  8502. }
  8503. .btn-secondary:hover {
  8504. color: #3E3F3A;
  8505. background-color: #88BAFF;
  8506. }
  8507. .bg-primary
  8508. {
  8509. background-color: #2C3E50 !important;
  8510. }
  8511. #mainNav
  8512. {
  8513. font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  8514. font-weight: 700;
  8515. text-transform: uppercase;
  8516. padding-top: 20px;
  8517. padding-bottom: 20px;
  8518. }
  8519. #mainNav .navbar-nav
  8520. {
  8521. letter-spacing: 1px;
  8522. }
  8523. #mainNav .navbar-nav li.nav-item a.nav-link
  8524. {
  8525. color: white;
  8526. }
  8527. #mainNav .navbar-nav li.nav-item a.nav-link:hover
  8528. {
  8529. color: #82E9FF;
  8530. outline: none;
  8531. }
  8532. #mainNav .navbar-toggler
  8533. {
  8534. font-size: 14px;
  8535. padding: 11px;
  8536. text-transform: uppercase;
  8537. color: white;
  8538. border-color: white;
  8539. }
  8540. .navbar-toggler
  8541. {
  8542. padding: 0.25rem 0.75rem;
  8543. font-size: 1.09375rem;
  8544. line-height: 1;
  8545. background-color: transparent;
  8546. border: 1px solid transparent;
  8547. border-radius: 0.25rem;
  8548. }
  8549. .table .thead-dark{
  8550. color: #fff;
  8551. background-color: #498FBE;
  8552. border-color: #32383e;
  8553. }
  8554. footer
  8555. {
  8556. color: white;
  8557. }
  8558. footer h3
  8559. {
  8560. margin-bottom: 30px;
  8561. }
  8562. footer .footer-above
  8563. {
  8564. padding-top: 50px;
  8565. background-color: #2C3E50;
  8566. }
  8567. footer .footer-col
  8568. {
  8569. margin-bottom: 50px;
  8570. }
  8571. footer .footer-below
  8572. {
  8573. padding: 25px 0;
  8574. background-color: #1a252f;
  8575. }