From cbc4212bcd81ad32c92e8c4d71116b3a67abc9b7 Mon Sep 17 00:00:00 2001 From: Jon Cahill-Torre Date: Thu, 25 Aug 2022 18:30:58 +0100 Subject: [PATCH 01/13] feat: add hugo framework and basic content --- docs/README.md | 174 + .../controller/poc/f5-hugo/archetypes/api.md | 17 + .../controller/poc/f5-hugo/archetypes/blog.md | 7 + .../poc/f5-hugo/archetypes/concept.md | 44 + .../poc/f5-hugo/archetypes/default.md | 79 + .../poc/f5-hugo/archetypes/openapi.md | 30 + .../poc/f5-hugo/archetypes/reference.md | 43 + .../poc/f5-hugo/archetypes/troubleshooting.md | 51 + .../poc/f5-hugo/archetypes/tutorial.md | 59 + .../poc/f5-hugo/assets/css/all.min.css | 6 + .../poc/f5-hugo/assets/css/bootstrap-docs.css | 1579 +++ .../poc/f5-hugo/assets/css/bootstrap.min.css | 7 + .../poc/f5-hugo/assets/css/coveo.css | 267 + .../css/docs-nginx-com/nginx-site-header.css | 1018 ++ .../assets/css/docs-nginx-com/style.css | 2249 +++ .../poc/f5-hugo/assets/css/f5-hugo.css | 1155 ++ .../poc/f5-hugo/assets/css/highlight.css | 82 + .../poc/f5-hugo/assets/css/kube.css | 1308 ++ .../poc/f5-hugo/assets/js/all.min.js | 6 + .../f5-hugo/assets/js/bootstrap.bundle.min.js | 7 + .../controller/poc/f5-hugo/assets/js/coveo.js | 28 + .../controller/poc/f5-hugo/assets/js/kube.js | 2201 +++ .../poc/f5-hugo/assets/js/redoc.standalone.js | 110 + .../poc/f5-hugo/assets/js/sidebar.js | 15 + .../nginx/controller/poc/f5-hugo/config.toml | 114 + .../controller/poc/f5-hugo/layouts/404.html | 25 + .../_default/_markup/render-heading.html | 3 + .../layouts/_default/_markup/render-link.html | 1 + .../poc/f5-hugo/layouts/_default/baseof.html | 67 + .../poc/f5-hugo/layouts/_default/docs.html | 42 + .../poc/f5-hugo/layouts/_default/list.html | 10 + .../poc/f5-hugo/layouts/_default/single.html | 2 + .../poc/f5-hugo/layouts/_default/sitemap.xml | 23 + .../f5-hugo/layouts/_default/taxonomy.html | 7 + .../poc/f5-hugo/layouts/api/list.html | 10 + .../poc/f5-hugo/layouts/api/single.html | 6 + .../poc/f5-hugo/layouts/feedback/single.html | 22 + .../controller/poc/f5-hugo/layouts/index.html | 10 + .../poc/f5-hugo/layouts/partials/api.html | 7 + .../f5-hugo/layouts/partials/beta-badge.html | 6 + .../f5-hugo/layouts/partials/breadcrumb.html | 21 + .../partials/devportal/dp-scripts.html | 11 + .../layouts/partials/devportal/manifest.html | 8 + .../layouts/partials/devportal/splash.html | 5 + .../layouts/partials/devportal/style.html | 1 + .../f5-hugo/layouts/partials/draft-badge.html | 3 + .../poc/f5-hugo/layouts/partials/favicon.html | 1 + .../layouts/partials/feedback-form.html | 34 + .../poc/f5-hugo/layouts/partials/footer.html | 92 + .../poc/f5-hugo/layouts/partials/header.html | 37 + .../f5-hugo/layouts/partials/list-main.html | 79 + .../f5-hugo/layouts/partials/load_jquery.html | 1 + .../poc/f5-hugo/layouts/partials/meta.html | 68 + .../layouts/partials/page-summary.html | 9 + .../f5-hugo/layouts/partials/pagination.html | 65 + .../layouts/partials/post/byauthor.html | 20 + .../layouts/partials/post/category-link.html | 1 + .../f5-hugo/layouts/partials/post/meta.html | 14 + .../partials/post/related-content.html | 16 + .../layouts/partials/post/tag-link.html | 1 + ...ious-next-links-in-section-with-title.html | 17 + .../previous-next-links-in-section.html | 16 + .../layouts/partials/products-menu.html | 14 + .../poc/f5-hugo/layouts/partials/scripts.html | 57 + .../layouts/partials/scripts/animation.html | 127 + .../poc/f5-hugo/layouts/partials/sidebar.html | 340 + .../layouts/partials/site-verification.html | 12 + .../poc/f5-hugo/layouts/partials/styles.html | 53 + .../poc/f5-hugo/layouts/partials/svg.html | 4 + .../partials/svg/arrow-button-left.svg | 4 + .../partials/svg/arrow-button-right.svg | 4 + .../svg/ic_chevron_left_black_24px.svg | 4 + .../svg/ic_chevron_right_black_24px.svg | 4 + .../layouts/partials/svg/icon-down-caret.svg | 3 + .../layouts/partials/svg/icon-left-caret.svg | 3 + .../layouts/partials/svg/icon-right-caret.svg | 3 + .../layouts/partials/svg/icon-social-fb.svg | 3 + .../partials/svg/icon-social-linkedin.svg | 3 + .../partials/svg/icon-social-twitter.svg | 3 + .../layouts/partials/svg/icon-up-caret.svg | 3 + .../svg/nginx-logo-white-endorsement.svg | 50 + .../layouts/partials/svg/text-collapse.svg | 7 + .../layouts/partials/svg/text-expand.svg | 7 + .../layouts/partials/taxonomy-list.html | 52 + .../layouts/partials/tealium-profile.html | 5 + .../poc/f5-hugo/layouts/partials/toc.html | 18 + .../f5-hugo/layouts/partials/trustarc.html | 1 + .../layouts/partials/universal-tag.html | 8 + .../layouts/partials/version-list.html | 6 + .../controller/poc/f5-hugo/layouts/robots.txt | 5 + .../poc/f5-hugo/layouts/search/single.html | 104 + .../layouts/section/releases.html.html | 39 + .../layouts/shortcodes/bootstrap-table.html | 6 + .../f5-hugo/layouts/shortcodes/caution.html | 3 + .../f5-hugo/layouts/shortcodes/collapse.html | 8 + .../f5-hugo/layouts/shortcodes/comment.html | 1 + .../layouts/shortcodes/deprecated.html | 3 + .../f5-hugo/layouts/shortcodes/devportal.html | 1 + .../layouts/shortcodes/dimensions.html | 41 + .../poc/f5-hugo/layouts/shortcodes/fa.html | 1 + .../f5-hugo/layouts/shortcodes/heading.html | 4 + .../f5-hugo/layouts/shortcodes/icon-bug.html | 1 + .../layouts/shortcodes/icon-feature.html | 1 + .../layouts/shortcodes/icon-resolved.html | 1 + .../poc/f5-hugo/layouts/shortcodes/img.html | 28 + .../f5-hugo/layouts/shortcodes/important.html | 3 + .../f5-hugo/layouts/shortcodes/include.html | 27 + .../poc/f5-hugo/layouts/shortcodes/link.html | 13 + .../f5-hugo/layouts/shortcodes/metrics.html | 76 + .../poc/f5-hugo/layouts/shortcodes/note.html | 3 + .../f5-hugo/layouts/shortcodes/openapi.html | 4 + .../f5-hugo/layouts/shortcodes/raw-html.html | 2 + .../f5-hugo/layouts/shortcodes/readfile.html | 8 + .../f5-hugo/layouts/shortcodes/see-also.html | 3 + .../layouts/shortcodes/shortversions.html | 66 + .../f5-hugo/layouts/shortcodes/survey.html | 3 + .../poc/f5-hugo/layouts/shortcodes/tab.html | 19 + .../poc/f5-hugo/layouts/shortcodes/table.html | 17 + .../poc/f5-hugo/layouts/shortcodes/tabs.html | 50 + .../poc/f5-hugo/layouts/shortcodes/tip.html | 3 + .../f5-hugo/layouts/shortcodes/versions.html | 53 + .../f5-hugo/layouts/shortcodes/warning.html | 3 + .../poc/f5-hugo/layouts/success/single.html | 23 + .../poc/f5-hugo/layouts/topics/concept.html | 0 .../poc/f5-hugo/layouts/topics/task.html | 0 .../poc/f5-hugo/layouts/topics/tutorial.html | 0 .../nginx/controller/poc/f5-hugo/package.json | 29 + .../css/fonts/nginx-font/fonts/nginx-font.eot | Bin 0 -> 10322 bytes .../css/fonts/nginx-font/fonts/nginx-font.svg | 41 + .../css/fonts/nginx-font/fonts/nginx-font.ttf | Bin 0 -> 10152 bytes .../fonts/nginx-font/fonts/nginx-font.woff | Bin 0 -> 7168 bytes .../css/fonts/nginx-font/icons-reference.html | 317 + .../static/css/fonts/roboto/Roboto-Black.eot | Bin 0 -> 171680 bytes .../static/css/fonts/roboto/Roboto-Black.svg | 11487 +++++++++++++++ .../static/css/fonts/roboto/Roboto-Black.ttf | Bin 0 -> 180652 bytes .../static/css/fonts/roboto/Roboto-Black.woff | Bin 0 -> 94352 bytes .../css/fonts/roboto/Roboto-Black.woff2 | Bin 0 -> 65164 bytes .../css/fonts/roboto/Roboto-BlackItalic.eot | Bin 0 -> 177764 bytes .../css/fonts/roboto/Roboto-BlackItalic.svg | 11613 +++++++++++++++ .../css/fonts/roboto/Roboto-BlackItalic.ttf | Bin 0 -> 186616 bytes .../css/fonts/roboto/Roboto-BlackItalic.woff | Bin 0 -> 101928 bytes .../css/fonts/roboto/Roboto-BlackItalic.woff2 | Bin 0 -> 72088 bytes .../static/css/fonts/roboto/Roboto-Bold.eot | Bin 0 -> 170940 bytes .../static/css/fonts/roboto/Roboto-Bold.svg | 11535 +++++++++++++++ .../static/css/fonts/roboto/Roboto-Bold.ttf | Bin 0 -> 179820 bytes .../static/css/fonts/roboto/Roboto-Bold.woff | Bin 0 -> 94040 bytes .../static/css/fonts/roboto/Roboto-Bold.woff2 | Bin 0 -> 64740 bytes .../css/fonts/roboto/Roboto-BoldItalic.eot | Bin 0 -> 175160 bytes .../css/fonts/roboto/Roboto-BoldItalic.svg | 11622 +++++++++++++++ .../css/fonts/roboto/Roboto-BoldItalic.ttf | Bin 0 -> 184100 bytes .../css/fonts/roboto/Roboto-BoldItalic.woff | Bin 0 -> 99720 bytes .../css/fonts/roboto/Roboto-BoldItalic.woff2 | Bin 0 -> 70228 bytes .../static/css/fonts/roboto/Roboto-Italic.eot | Bin 0 -> 174120 bytes .../static/css/fonts/roboto/Roboto-Italic.svg | 11192 +++++++++++++++ .../static/css/fonts/roboto/Roboto-Italic.ttf | Bin 0 -> 182972 bytes .../css/fonts/roboto/Roboto-Italic.woff | Bin 0 -> 99428 bytes .../css/fonts/roboto/Roboto-Italic.woff2 | Bin 0 -> 70280 bytes .../static/css/fonts/roboto/Roboto-Light.eot | Bin 0 -> 170620 bytes .../static/css/fonts/roboto/Roboto-Light.svg | 11119 +++++++++++++++ .../static/css/fonts/roboto/Roboto-Light.ttf | Bin 0 -> 179520 bytes .../static/css/fonts/roboto/Roboto-Light.woff | Bin 0 -> 93468 bytes .../css/fonts/roboto/Roboto-Light.woff2 | Bin 0 -> 64280 bytes .../css/fonts/roboto/Roboto-LightItalic.eot | Bin 0 -> 176828 bytes .../css/fonts/roboto/Roboto-LightItalic.svg | 11211 +++++++++++++++ .../css/fonts/roboto/Roboto-LightItalic.ttf | Bin 0 -> 188444 bytes .../css/fonts/roboto/Roboto-LightItalic.woff | Bin 0 -> 101116 bytes .../css/fonts/roboto/Roboto-LightItalic.woff2 | Bin 0 -> 70760 bytes .../static/css/fonts/roboto/Roboto-Medium.eot | Bin 0 -> 172268 bytes .../static/css/fonts/roboto/Roboto-Medium.svg | 11529 +++++++++++++++ .../static/css/fonts/roboto/Roboto-Medium.ttf | Bin 0 -> 181256 bytes .../css/fonts/roboto/Roboto-Medium.woff | Bin 0 -> 94368 bytes .../css/fonts/roboto/Roboto-Medium.woff2 | Bin 0 -> 65484 bytes .../css/fonts/roboto/Roboto-MediumItalic.eot | Bin 0 -> 177080 bytes .../css/fonts/roboto/Roboto-MediumItalic.svg | 11632 ++++++++++++++++ .../css/fonts/roboto/Roboto-MediumItalic.ttf | Bin 0 -> 185948 bytes .../css/fonts/roboto/Roboto-MediumItalic.woff | Bin 0 -> 101016 bytes .../fonts/roboto/Roboto-MediumItalic.woff2 | Bin 0 -> 71240 bytes .../css/fonts/roboto/Roboto-Regular.eot | Bin 0 -> 171852 bytes .../css/fonts/roboto/Roboto-Regular.svg | 11080 +++++++++++++++ .../css/fonts/roboto/Roboto-Regular.ttf | Bin 0 -> 180940 bytes .../css/fonts/roboto/Roboto-Regular.woff | Bin 0 -> 93788 bytes .../css/fonts/roboto/Roboto-Regular.woff2 | Bin 0 -> 64752 bytes .../static/css/fonts/roboto/Roboto-Thin.eot | Bin 0 -> 172100 bytes .../static/css/fonts/roboto/Roboto-Thin.svg | 11122 +++++++++++++++ .../static/css/fonts/roboto/Roboto-Thin.ttf | Bin 0 -> 180928 bytes .../static/css/fonts/roboto/Roboto-Thin.woff | Bin 0 -> 92148 bytes .../static/css/fonts/roboto/Roboto-Thin.woff2 | Bin 0 -> 63048 bytes .../css/fonts/roboto/Roboto-ThinItalic.eot | Bin 0 -> 176508 bytes .../css/fonts/roboto/Roboto-ThinItalic.svg | 11231 +++++++++++++++ .../css/fonts/roboto/Roboto-ThinItalic.ttf | Bin 0 -> 185368 bytes .../css/fonts/roboto/Roboto-ThinItalic.woff | Bin 0 -> 98300 bytes .../css/fonts/roboto/Roboto-ThinItalic.woff2 | Bin 0 -> 68476 bytes .../static/css/webfonts/fa-brands-400.ttf | Bin 0 -> 180148 bytes .../static/css/webfonts/fa-brands-400.woff2 | Bin 0 -> 104544 bytes .../static/css/webfonts/fa-regular-400.ttf | Bin 0 -> 60380 bytes .../static/css/webfonts/fa-regular-400.woff2 | Bin 0 -> 23900 bytes .../static/css/webfonts/fa-solid-900.ttf | Bin 0 -> 303480 bytes .../static/css/webfonts/fa-solid-900.woff2 | Bin 0 -> 126828 bytes .../css/webfonts/fa-v4compatibility.ttf | Bin 0 -> 10556 bytes .../css/webfonts/fa-v4compatibility.woff2 | Bin 0 -> 4956 bytes .../NGINX-Logo-White-Endorsement-RGB.svg | 51 + ...hite-on-White-Endorsement-RGB-2000x792.png | Bin 0 -> 58496 bytes .../f5-hugo/static/images/article-icon.svg | 6 + .../poc/f5-hugo/static/images/cookie-img.png | Bin 0 -> 275038 bytes .../f5-hugo/static/images/favicon-48x48.ico | Bin 0 -> 15406 bytes .../f5-hugo/static/images/favicon-64x64.ico | Bin 0 -> 34494 bytes .../poc/f5-hugo/static/images/github-logo.png | Bin 0 -> 1714 bytes .../poc/f5-hugo/static/images/icon-link.svg | 10 + .../icons/NGINX-Amplify-product-icon-RGB.png | Bin 0 -> 2696 bytes .../icons/NGINX-Amplify-product-icon-RGB.svg | 1 + .../NGINX-App-Protect-DoS-product-icon.png | Bin 0 -> 3041 bytes .../NGINX-App-Protect-DoS-product-icon.svg | 53 + .../NGINX-App-Protect-WAF-product-icon.png | Bin 0 -> 2702 bytes .../NGINX-App-Protect-WAF-product-icon.svg | 46 + .../NGINX-App-Protect-product-icon-RGB.svg | 1 + .../NGINX-Controller-product-icon-RGB.png | Bin 0 -> 2876 bytes .../NGINX-Controller-product-icon-RGB.svg | 1 + .../icons/NGINX-Docs-horiz-black-type.svg | 80 + .../icons/NGINX-Docs-horiz-white-type.svg | 83 + .../NGINX-Docs-new-docs-dark-1200x630.png | Bin 0 -> 23713 bytes .../NGINX-Docs-new-docs-square-381x327.png | Bin 0 -> 6766 bytes ...NX-Docs-vertical-black-type-517x327@2x.png | Bin 0 -> 43821 bytes ...INX-F5-DNS-Cloud-Services-product-icon.png | Bin 0 -> 2612 bytes ...INX-F5-DNS-Cloud-Services-product-icon.svg | 24 + .../NGINX-Ingress-Controller-product-icon.png | Bin 0 -> 2413 bytes .../NGINX-Ingress-Controller-product-icon.svg | 57 + .../NGINX-Instance-Manager-product-icon.png | Bin 0 -> 2647 bytes .../NGINX-Instance-Manager-product-icon.svg | 83 + ...GINX-Management-Suite-product-icon-RGB.png | Bin 0 -> 2753 bytes .../NGINX-Management-Suite-product-icon.svg | 68 + ...NGINX-ModSecurity-WAF-product-icon-RGB.svg | 1 + ...-Part-of-F5-horiz-all-white-525x208@2x.png | Bin 0 -> 16464 bytes ...rt-of-F5-vertical-all-black-284x373@2x.png | Bin 0 -> 16942 bytes .../icons/NGINX-Plus-product-icon-RGB.png | Bin 0 -> 2570 bytes .../icons/NGINX-Plus-product-icon-RGB.svg | 1 + .../icons/NGINX-Service-Mesh-product-icon.png | Bin 0 -> 2829 bytes .../icons/NGINX-Service-Mesh-product-icon.svg | 46 + .../icons/NGINX-Unit-product-icon-RGB.png | Bin 0 -> 2352 bytes .../icons/NGINX-Unit-product-icon-RGB.svg | 1 + .../icons/NGINX-WAF-product-icon-RGB.png | Bin 0 -> 2424 bytes .../icons/NGINX-WAF-product-icon-RGB.svg | 1 + .../images/icons/NGINX-for-Azure-icon.svg | 1 + .../icons/NGINX-for-Azure-product-icon.png | Bin 0 -> 7692 bytes .../images/icons/NGINX-product-icon.png | Bin 0 -> 2511 bytes .../images/icons/NGINX-product-icon.svg | 1 + .../images/icons/icon-NGINX-Amplify-70x81.png | Bin 0 -> 20646 bytes .../images/icons/icon-NGINX-Amplify-70x81.svg | 29 + .../icons/icon-NGINX-Amplify-hover-70x81.png | Bin 0 -> 19822 bytes .../icons/icon-NGINX-Amplify-hover-70x81.svg | 21 + .../icons/icon-NGINX-Controller-70x81.png | Bin 0 -> 20244 bytes .../icons/icon-NGINX-Controller-70x81.svg | 61 + .../icon-NGINX-Controller-hover-70x81.png | Bin 0 -> 21015 bytes .../icon-NGINX-Controller-hover-70x81.svg | 72 + .../images/icons/icon-NGINX-Plus-70x81.png | Bin 0 -> 20282 bytes .../images/icons/icon-NGINX-Plus-70x81.svg | 23 + .../icons/icon-NGINX-Plus-hover-70x81.png | Bin 0 -> 20195 bytes .../icons/icon-NGINX-Plus-hover-70x81.svg | 28 + .../images/icons/icon-NGINX-Unit-70x81.png | Bin 0 -> 21392 bytes .../images/icons/icon-NGINX-Unit-70x81.svg | 33 + .../icons/icon-NGINX-Unit-hover-70x81.png | Bin 0 -> 20998 bytes .../icons/icon-NGINX-Unit-hover-70x81.svg | 26 + .../images/icons/icon-NGINX-WAF-70x81.png | Bin 0 -> 21655 bytes .../images/icons/icon-NGINX-WAF-70x81.svg | 26 + .../icons/icon-NGINX-WAF-hover-70x81.png | Bin 0 -> 21189 bytes .../icons/icon-NGINX-WAF-hover-70x81.svg | 19 + .../poc/f5-hugo/static/images/img.png | Bin 0 -> 59089 bytes .../poc/f5-hugo/static/images/logo.png | Bin 0 -> 7062 bytes .../poc/f5-hugo/static/images/logo.svg | 15 + .../images/nginx-documentation-500x300.png | Bin 0 -> 65990 bytes .../poc/f5-hugo/static/images/refresh.svg | 6 + .../f5-hugo/static/images/svg/caret-right.svg | 3 + .../poc/f5-hugo/static/images/svg/refresh.svg | 6 + .../controller/poc/f5-hugo/static/js/.gitkeep | 0 .../poc/f5-hugo/static/pygments.css | 75 + .../poc/f5-hugo/static/specs/.gitkeep | 0 .../nginx/controller/poc/f5-hugo/theme.toml | 20 + docs/_vendor/modules.txt | 1 + docs/config/_default/config.toml | 67 + docs/config/development/config.toml | 4 + docs/config/production/config.toml | 4 + docs/config/staging/config.toml | 4 + docs/content/_index.md | 6 + docs/content/use-agent-with-docker.md | 41 + docs/data/.gitkeep | 1 + docs/data/layouts/.gitkeep | 1 + docs/go.mod | 5 + docs/go.sum | 2 + docs/go.work | 5 + docs/go.work.sum | 1 + docs/makefile | 18 + docs/md-linkcheck-config.json | 14 + docs/mdlint.json | 10 + docs/netlify.toml | 36 + docs/static/.gitkeep | 1 + 294 files changed, 150898 insertions(+) create mode 100644 docs/README.md create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/archetypes/api.md create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/archetypes/blog.md create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/archetypes/concept.md create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/archetypes/default.md create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/archetypes/openapi.md create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/archetypes/reference.md create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/archetypes/troubleshooting.md create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/archetypes/tutorial.md create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/assets/css/all.min.css create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/assets/css/bootstrap-docs.css create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/assets/css/bootstrap.min.css create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/assets/css/coveo.css create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/assets/css/docs-nginx-com/nginx-site-header.css create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/assets/css/docs-nginx-com/style.css create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/assets/css/f5-hugo.css create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/assets/css/highlight.css create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/assets/css/kube.css create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/assets/js/all.min.js create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/assets/js/bootstrap.bundle.min.js create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/assets/js/coveo.js create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/assets/js/kube.js create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/assets/js/redoc.standalone.js create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/assets/js/sidebar.js create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/config.toml create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/404.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/_default/_markup/render-heading.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/_default/_markup/render-link.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/_default/baseof.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/_default/docs.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/_default/list.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/_default/single.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/_default/sitemap.xml create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/_default/taxonomy.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/api/list.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/api/single.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/feedback/single.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/index.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/partials/api.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/partials/beta-badge.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/partials/breadcrumb.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/partials/devportal/dp-scripts.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/partials/devportal/manifest.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/partials/devportal/splash.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/partials/devportal/style.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/partials/draft-badge.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/partials/favicon.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/partials/feedback-form.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/partials/footer.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/partials/header.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/partials/list-main.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/partials/load_jquery.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/partials/meta.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/partials/page-summary.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/partials/pagination.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/partials/post/byauthor.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/partials/post/category-link.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/partials/post/meta.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/partials/post/related-content.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/partials/post/tag-link.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/partials/previous-next-links-in-section-with-title.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/partials/previous-next-links-in-section.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/partials/products-menu.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/partials/scripts.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/partials/scripts/animation.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/partials/sidebar.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/partials/site-verification.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/partials/styles.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/partials/svg.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/partials/svg/arrow-button-left.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/partials/svg/arrow-button-right.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/partials/svg/ic_chevron_left_black_24px.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/partials/svg/ic_chevron_right_black_24px.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/partials/svg/icon-down-caret.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/partials/svg/icon-left-caret.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/partials/svg/icon-right-caret.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/partials/svg/icon-social-fb.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/partials/svg/icon-social-linkedin.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/partials/svg/icon-social-twitter.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/partials/svg/icon-up-caret.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/partials/svg/nginx-logo-white-endorsement.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/partials/svg/text-collapse.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/partials/svg/text-expand.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/partials/taxonomy-list.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/partials/tealium-profile.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/partials/toc.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/partials/trustarc.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/partials/universal-tag.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/partials/version-list.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/robots.txt create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/search/single.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/section/releases.html.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/shortcodes/bootstrap-table.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/shortcodes/caution.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/shortcodes/collapse.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/shortcodes/comment.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/shortcodes/deprecated.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/shortcodes/devportal.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/shortcodes/dimensions.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/shortcodes/fa.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/shortcodes/heading.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/shortcodes/icon-bug.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/shortcodes/icon-feature.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/shortcodes/icon-resolved.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/shortcodes/img.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/shortcodes/important.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/shortcodes/include.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/shortcodes/link.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/shortcodes/metrics.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/shortcodes/note.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/shortcodes/openapi.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/shortcodes/raw-html.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/shortcodes/readfile.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/shortcodes/see-also.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/shortcodes/shortversions.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/shortcodes/survey.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/shortcodes/tab.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/shortcodes/table.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/shortcodes/tabs.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/shortcodes/tip.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/shortcodes/versions.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/shortcodes/warning.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/success/single.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/topics/concept.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/topics/task.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/layouts/topics/tutorial.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/package.json create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/nginx-font/fonts/nginx-font.eot create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/nginx-font/fonts/nginx-font.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/nginx-font/fonts/nginx-font.ttf create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/nginx-font/fonts/nginx-font.woff create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/nginx-font/icons-reference.html create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-Black.eot create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-Black.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-Black.ttf create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-Black.woff create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-Black.woff2 create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-BlackItalic.eot create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-BlackItalic.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-BlackItalic.ttf create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-BlackItalic.woff create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-BlackItalic.woff2 create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-Bold.eot create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-Bold.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-Bold.ttf create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-Bold.woff create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-Bold.woff2 create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-BoldItalic.eot create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-BoldItalic.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-BoldItalic.ttf create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-BoldItalic.woff create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-BoldItalic.woff2 create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-Italic.eot create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-Italic.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-Italic.ttf create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-Italic.woff create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-Italic.woff2 create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-Light.eot create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-Light.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-Light.ttf create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-Light.woff create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-Light.woff2 create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-LightItalic.eot create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-LightItalic.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-LightItalic.ttf create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-LightItalic.woff create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-LightItalic.woff2 create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-Medium.eot create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-Medium.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-Medium.ttf create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-Medium.woff create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-Medium.woff2 create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-MediumItalic.eot create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-MediumItalic.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-MediumItalic.ttf create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-MediumItalic.woff create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-MediumItalic.woff2 create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-Regular.eot create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-Regular.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-Regular.ttf create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-Regular.woff create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-Regular.woff2 create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-Thin.eot create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-Thin.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-Thin.ttf create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-Thin.woff create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-Thin.woff2 create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-ThinItalic.eot create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-ThinItalic.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-ThinItalic.ttf create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-ThinItalic.woff create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/fonts/roboto/Roboto-ThinItalic.woff2 create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/webfonts/fa-brands-400.ttf create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/webfonts/fa-brands-400.woff2 create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/webfonts/fa-regular-400.ttf create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/webfonts/fa-regular-400.woff2 create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/webfonts/fa-solid-900.ttf create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/webfonts/fa-solid-900.woff2 create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/webfonts/fa-v4compatibility.ttf create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/css/webfonts/fa-v4compatibility.woff2 create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/NGINX-Logo-White-Endorsement-RGB.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/NGINX-Logo-White-on-White-Endorsement-RGB-2000x792.png create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/article-icon.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/cookie-img.png create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/favicon-48x48.ico create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/favicon-64x64.ico create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/github-logo.png create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/icon-link.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/icons/NGINX-Amplify-product-icon-RGB.png create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/icons/NGINX-Amplify-product-icon-RGB.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/icons/NGINX-App-Protect-DoS-product-icon.png create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/icons/NGINX-App-Protect-DoS-product-icon.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/icons/NGINX-App-Protect-WAF-product-icon.png create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/icons/NGINX-App-Protect-WAF-product-icon.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/icons/NGINX-App-Protect-product-icon-RGB.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/icons/NGINX-Controller-product-icon-RGB.png create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/icons/NGINX-Controller-product-icon-RGB.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/icons/NGINX-Docs-horiz-black-type.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/icons/NGINX-Docs-horiz-white-type.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/icons/NGINX-Docs-new-docs-dark-1200x630.png create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/icons/NGINX-Docs-new-docs-square-381x327.png create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/icons/NGINX-Docs-vertical-black-type-517x327@2x.png create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/icons/NGINX-F5-DNS-Cloud-Services-product-icon.png create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/icons/NGINX-F5-DNS-Cloud-Services-product-icon.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/icons/NGINX-Ingress-Controller-product-icon.png create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/icons/NGINX-Ingress-Controller-product-icon.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/icons/NGINX-Instance-Manager-product-icon.png create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/icons/NGINX-Instance-Manager-product-icon.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/icons/NGINX-Management-Suite-product-icon-RGB.png create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/icons/NGINX-Management-Suite-product-icon.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/icons/NGINX-ModSecurity-WAF-product-icon-RGB.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/icons/NGINX-Part-of-F5-horiz-all-white-525x208@2x.png create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/icons/NGINX-Part-of-F5-vertical-all-black-284x373@2x.png create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/icons/NGINX-Plus-product-icon-RGB.png create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/icons/NGINX-Plus-product-icon-RGB.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/icons/NGINX-Service-Mesh-product-icon.png create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/icons/NGINX-Service-Mesh-product-icon.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/icons/NGINX-Unit-product-icon-RGB.png create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/icons/NGINX-Unit-product-icon-RGB.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/icons/NGINX-WAF-product-icon-RGB.png create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/icons/NGINX-WAF-product-icon-RGB.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/icons/NGINX-for-Azure-icon.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/icons/NGINX-for-Azure-product-icon.png create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/icons/NGINX-product-icon.png create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/icons/NGINX-product-icon.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/icons/icon-NGINX-Amplify-70x81.png create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/icons/icon-NGINX-Amplify-70x81.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/icons/icon-NGINX-Amplify-hover-70x81.png create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/icons/icon-NGINX-Amplify-hover-70x81.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/icons/icon-NGINX-Controller-70x81.png create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/icons/icon-NGINX-Controller-70x81.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/icons/icon-NGINX-Controller-hover-70x81.png create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/icons/icon-NGINX-Controller-hover-70x81.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/icons/icon-NGINX-Plus-70x81.png create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/icons/icon-NGINX-Plus-70x81.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/icons/icon-NGINX-Plus-hover-70x81.png create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/icons/icon-NGINX-Plus-hover-70x81.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/icons/icon-NGINX-Unit-70x81.png create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/icons/icon-NGINX-Unit-70x81.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/icons/icon-NGINX-Unit-hover-70x81.png create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/icons/icon-NGINX-Unit-hover-70x81.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/icons/icon-NGINX-WAF-70x81.png create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/icons/icon-NGINX-WAF-70x81.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/icons/icon-NGINX-WAF-hover-70x81.png create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/icons/icon-NGINX-WAF-hover-70x81.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/img.png create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/logo.png create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/logo.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/nginx-documentation-500x300.png create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/refresh.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/svg/caret-right.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/images/svg/refresh.svg create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/js/.gitkeep create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/pygments.css create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/static/specs/.gitkeep create mode 100644 docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/theme.toml create mode 100644 docs/_vendor/modules.txt create mode 100644 docs/config/_default/config.toml create mode 100644 docs/config/development/config.toml create mode 100644 docs/config/production/config.toml create mode 100644 docs/config/staging/config.toml create mode 100644 docs/content/_index.md create mode 100644 docs/content/use-agent-with-docker.md create mode 100644 docs/data/.gitkeep create mode 100644 docs/data/layouts/.gitkeep create mode 100644 docs/go.mod create mode 100644 docs/go.sum create mode 100644 docs/go.work create mode 100644 docs/go.work.sum create mode 100644 docs/makefile create mode 100644 docs/md-linkcheck-config.json create mode 100644 docs/mdlint.json create mode 100644 docs/netlify.toml create mode 100644 docs/static/.gitkeep diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 000000000..f6f6e7e8d --- /dev/null +++ b/docs/README.md @@ -0,0 +1,174 @@ +# agent repo + +This folder houses the product documentation for the NGINX Agent: + +Directory Tree: + +```shell +└──docs + └── content + ├── + └── +``` + +## Where to Find Docs Online + +The public docs will be available online at [docs.nginx.com/nginx-agent](https://docs.nginx.com/nginx-agent). + +## Contributing + +Docs are written in Markdown. We build the docs using [Hugo](https://gohugo.io) and host them on [Netlify](https://www.netlify.com/). + +We use a set of pre-defined content types and templates, which can help you get started when working on new docs: + +The content templates are based on the [Kubernetes docs templates](https://kubernetes.io/docs/contribute/style/page-content-types/). + +- Task: Informs the customer of the steps they must complete to achieve a specific goal. +- Concept: Teaches customers about a product, architectural design, feature, or feature group. +- Reference: Describes an API, command line tool, etc. +- Troubleshooting Guide: Addresses a specific issue that customers commonly face. +- Tutorial: Helps customers accomplish a goal that may encompass several tasks; provides context, instructions, and detailed examples. + +> Refer to [Add new docs](#add-new-docs) to learn how to create new docs using Hugo. + +## Branch Management + +In this repo, the "main" branch should always be releasable. This means that **only content that has been reviewed and approved should be merged into main**. + +To contribute to the docs: + +1. Create a feature branch from main. +2. Merge to main to publish. + +## Tools + +In this directory, you will find the following files that support the tools we use to lint, build, and deploy the docs: + +- configuration files for [markdownlint](https://github.com/DavidAnson/markdownlint/) and [markdown-link-check](https://github.com/tcort/markdown-link-check); +- a [`config`](./config/) directory that contains the [Hugo](https://gohugo.io) configuration. Each sub-directory represents a different Hugo build environment (e.g., staging, production); + > [Learn more about Hugo configuration](https://gohugo.io/getting-started/configuration/#configuration-directory) +- a [Netlify](https://netlify.com) configuration file. + +### Setup + +1. To install Hugo locally, refer to the [Hugo installation instructions](https://gohugo.io/getting-started/installing/). + + > **NOTE**: We don't support versions newer than v0.91 yet, so we recommend using the [Binary](https://gohugo.io/getting-started/installing/#binary-cross-platform) installation option. + +2. We use markdownlint to check that Markdown files are correct. Use `npm` to install `markdownlint-cli` if you want to lint the files locally. + + ``` + npm i -g markdownlint-cli + ``` + +### Hugo Theme + +The docs rely on the f5-hugo theme (hosted in GitLab) for the page layouts. +The theme is imported as Hugo module (essentially the same thing as go mods), via the [default docs config](./_default/config.toml). +The theme must be vendored (`hugo mod vendor`) every time it is updated for Netlify to be able to build the docs. + +### Local Docs Development + +To build the docs locally, run the desired `make` command from the docs directory: + +```text +make clean - removes the local `public` directory, which is the default output path used by Hugo +make docs - runs a local hugo server so you can view docs in your browser while you work +make docs-drafts - runs the local hugo server and includes all docs marked with `draft: true` +make hugo-mod - cleans the Hugo module cache and fetches the latest version of the theme module +make docs-local - runs the `hugo` command to generate static HTML files into the `public` directory +``` + +### Linting + +- To run the style and grammar check, run the following command from the docs directory: + + + +- To run the markdownlint check, run the following command from the docs directory: + + ```bash + markdownlint -c .gitlab/ci/markdown_lint_config.json content + ``` + + **Note**: You can run this tool on an entire directory or an individual file. + +## Add new docs + +### Generate a new doc file using Hugo + +To create a new doc file that contains all of the pre-configured Hugo front-matter and the docs task template, **run the following command in the docs directory**: + +`hugo new /.` + +e.g., + +`hugo new getting-started/install.md` + +The default template -- task -- should be used for most docs. To docs from the other content templates, you can use the `--kind` flag: + +`hugo new tutorials/deploy.md --kind tutorial` + +The available content types (`kind`) are: + +- concept: Helps a customer learn about a specific feature or feature set. +- tutorial: Walks a customer through an example use case scenario; results in a functional PoC environment. +- reference: Describes an API, command line tool, config options, etc.; should be generated automatically from source code. +- troubleshooting: Helps a customer solve a specific problem. +- openapi: Contains front-matter and shortcode for rendering an openapi.yaml spec + +## How to format docs + +### Internal links + +Format links as [Hugo refs](https://gohugo.io/content-management/cross-references/). + +- File extensions are optional. +- You can use relative paths or just the filename. (**Paths without a leading / are first resolved relative to the current page, then to the remainder of the site.**) +- Anchors are supported. + +For example: + +```md +To install , refer to the [installation instructions]({{< ref "install" >}}). +``` + +### Hugo shortcodes + +You can use [Hugo shortcodes](/docs/themes/f5-hugo/layouts/shortcodes/) to do things like format callouts, add images, and reuse content across different docs. + +For example, to use the note callout: + +```md +{{< note >}}Provide the text of the note here. {{< /note >}} +``` + +The callout shortcodes also support multi-line blocks: + +```md +{{< caution >}} +You should probably never do this specific thing in a production environment. + +If you do, and things break, don't say we didn't warn you. +{{< /caution >}} +``` + +Supported callouts: + +- `caution` +- `important` +- `note` +- `see-also` +- `tip` +- `warning` + +A few more fun shortcodes: + +- `fa`: inserts a Font Awesome icon +- `img`: include an image and define things like alt text and dimensions +- `include`: include the content of a file in another file (requires the included file to be in the content/includes directory; will be deprecated in favor of readfile) +- `link`: makes it possible to link to a file and prepend the path with the Hugo baseUrl +- `openapi`: loads an OpenAPI spec and renders as HTML using ReDoc +- `raw-html`: makes it possible to include a block of raw HTML +- `readfile`: includes the content of another file in the current file (intended to replace `include`) +- `bootstrap-table`: formats a table using Bootstrap classes; accepts any bootstrap table classes as additional arguments, e.g. `{{< bootstrap-table "table-bordered table-hover" }}` diff --git a/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/archetypes/api.md b/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/archetypes/api.md new file mode 100644 index 000000000..a4f366bce --- /dev/null +++ b/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/archetypes/api.md @@ -0,0 +1,17 @@ +--- +title: "API Reference v" +description: "Represents the state of NGINX Controller's API for v" +date: 2019-11-15T13:21:02-07:00 +weight: 10 +draft: false +toc: false +tags: ["api"] +categories: [] +doctypes: ["reference"] +menu: "api" +version: [""] +# Create a new entry in the Jira DOCS Catalog and add the ticket ID (DOCS-) below +docs: "DOCS-000" +--- + +{{< openapi spec="/specs/release-/openapi.yaml" >}} diff --git a/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/archetypes/blog.md b/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/archetypes/blog.md new file mode 100644 index 000000000..0c109e014 --- /dev/null +++ b/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/archetypes/blog.md @@ -0,0 +1,7 @@ +--- +title: "" +description: "" +date: {{ .Date }} +weight: 20 +draft: false +--- \ No newline at end of file diff --git a/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/archetypes/concept.md b/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/archetypes/concept.md new file mode 100644 index 000000000..0cd1d29f6 --- /dev/null +++ b/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/archetypes/concept.md @@ -0,0 +1,44 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +# Change draft status to false to publish doc +draft: true +# Description +# Add a short description (150 chars) for the doc. Include keywords for SEO. +# The description text appears in search results and at the top of the doc. +description: "" +# Assign weights in increments of 100 +weight: +toc: true +tags: [ "docs" ] +# Create a new entry in the Jira DOCS Catalog and add the ticket ID (DOCS-) below +docs: "DOCS-000" +# Taxonomies +# These are pre-populated with all available terms for your convenience. +# Remove all terms that do not apply. +categories: ["installation", "platform management", "load balancing", "api management", "service mesh", "security", "analytics"] +doctypes: ["concept"] +journeys: ["researching", "getting started", "using", "renewing", "self service"] +personas: ["devops", "netops", "secops", "support"] +versions: [] +authors: [] +--- + +## Overview + +Briefly describe the goal of this document, that is, what the user will learn or accomplish by reading what follows. + +## Concept 1 - format as a noun phrase + +This is where you explain the concept. Provide information that will help the user understand what the element/feature is and how it fits into the overall product. + +Organize content in this section with H3 and H4 headings. + +## Concept 2 - format as a noun phrase + +## Concept 3 - format as a noun phrase + +## What's Next + +- Provide up to 5 links to related topics (optional). +- Format as a bulleted list. \ No newline at end of file diff --git a/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/archetypes/default.md b/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/archetypes/default.md new file mode 100644 index 000000000..cd76c9171 --- /dev/null +++ b/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/archetypes/default.md @@ -0,0 +1,79 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +# Change draft status to false to publish doc. +draft: true +# Description +# Add a short description (150 chars) for the doc. Include keywords for SEO. +# The description text appears in search results and at the top of the doc. +description: "" +# Assign weights in increments of 100 +weight: +toc: true +tags: [ "docs" ] +# Create a new entry in the Jira DOCS Catalog and add the ticket ID (DOCS-) below +docs: "DOCS-000" +# Taxonomies +# These are pre-populated with all available terms for your convenience. +# Remove all terms that do not apply. +categories: ["installation", "platform management", "load balancing", "api management", "service mesh", "security", "analytics"] +doctypes: ["task"] +journeys: ["researching", "getting started", "using", "renewing", "self service"] +personas: ["devops", "netops", "secops", "support"] +versions: [] +authors: [] + +--- + +## Overview + +Briefly describe the goal of this document, that is, what the user will learn or accomplish by reading what follows. + +Introduce and explain any new concepts the user may need to understand before proceeding. + +## Before You Begin + +To complete the instructions in this guide, you need the following: + +1. Provide any prerequisites here. +2. Format as a numbered or bulleted list as appropriate. +3. Keep the list entries grammatically parallel.1. Provide any prerequisites here. + +## Goal 1 - write as a verb phrase + +Add introductory text. Say what the user will be doing. + +To do xzy, take the following steps: + +1. This is where you provide the steps that the user must take to accomplish the goal. + + ```bash + code examples should be nested within the list + ``` + +2. Format as numbered lists. + + {{< note >}}Add notes like this.{{}} + +3. If there is only one step, you don't need to format it as a numbered list. + +## Goal 2 - write as a verb phrase + +## Goal 3 - write as a verb phrase + +## Discussion + +Use the discussion section to expand on the information presented in the steps above. + +This section contains the "why" information. + +This information lives at the end of the document so that users who just want to follow the steps don't have to scroll through a wall of explanatory text to find them. + +## Verification + +Explain how the user can verify the steps completed successfully. + +## What's Next + +- Provide up to 5 links to related topics (optional). +- Format as a bulleted list. diff --git a/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/archetypes/openapi.md b/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/archetypes/openapi.md new file mode 100644 index 000000000..3109b5b5a --- /dev/null +++ b/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/archetypes/openapi.md @@ -0,0 +1,30 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +# Change draft status to false to publish doc +draft: true +# Description +# Add a short description (150 chars) for the doc. Include keywords for SEO. +# The description text appears in search results and at the top of the doc. +description: "" +# Assign weights in increments of 100 +weight: +doctypes: ["reference"] +toc: true +tags: [ "api" ] +menu: api +layout: api +# Create a new entry in the Jira DOCS Catalog and add the ticket ID (DOCS-) below +docs: "DOCS-000" +# Taxonomies +# These are pre-populated with all available terms for your convenience. +# Remove all terms that do not apply. +categories: ["installation", "platform management", "load balancing", "api management", "service mesh", "security", "analytics"] +doctypes: ["reference"] +journeys: ["researching", "getting started", "using"] +personas: ["devops", "netops", "secops", "support"] +versions: [""] +authors: [] +--- + +{{< openapi spec="/path/to/openapi.yaml" >}} diff --git a/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/archetypes/reference.md b/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/archetypes/reference.md new file mode 100644 index 000000000..4ff270d4e --- /dev/null +++ b/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/archetypes/reference.md @@ -0,0 +1,43 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +# Change draft status to false to publish doc +draft: true +# Description +# Add a short description (150 chars) for the doc. Include keywords for SEO. +# The description text appears in search results and at the top of the doc. +description: "" +# Assign weights in increments of 100 +weight: +toc: true +tags: [ "docs" ] +# Create a new entry in the Jira DOCS Catalog and add the ticket ID (DOCS-) below +docs: "DOCS-000" +# Taxonomies +# These are pre-populated with all available terms for your convenience. +# Remove all terms that do not apply. +categories: ["installation", "platform management", "load balancing", "api management", "service mesh", "security", "analytics"] +doctypes: ["reference"] +journeys: ["researching", "getting started", "using", "renewing", "self service"] +personas: ["devops", "netops", "secops", "support"] +versions: [] +authors: [] +--- + +## Overview + +Briefly describe the goal of this document, that is, what the user will learn or accomplish by reading what follows. + +Introduce and explain any new concepts the user may need to understand before proceeding. +## Reference 1 - format as a noun phrase + +Provide reference material here. This may be tables, paragraphs, imported code, etc. + +## Reference 2 - format as a noun phrase + +## Reference 3 - format as a noun phrase + +## What's Next + +- Provide up to 5 links to related topics (optional). +- Format as a bulleted list. diff --git a/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/archetypes/troubleshooting.md b/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/archetypes/troubleshooting.md new file mode 100644 index 000000000..5bdf9e72a --- /dev/null +++ b/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/archetypes/troubleshooting.md @@ -0,0 +1,51 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +# Change draft status to false to publish doc +draft: true +# Description +# Add a short description (150 chars) for the doc. Include keywords for SEO. +# The description text appears in search results and at the top of the doc. +description: "" +# Assign weights in increments of 100 +weight: +toc: true +tags: [ "docs" ] +# Create a new entry in the Jira DOCS Catalog and add the ticket ID (DOCS-) below +docs: "DOCS-000" +# Taxonomies +# These are pre-populated with all available terms for your convenience. +# Remove all terms that do not apply. +categories: ["installation", "platform management", "load balancing", "api management", "service mesh", "security", "analytics"] +doctypes: ["troubleshooting"] +journeys: ["researching", "getting started", "using", "renewing", "self service"] +personas: ["devops", "netops", "secops", "support"] +versions: [] +authors: [] +--- + +## Overview + +Briefly describe the goal of this document, that is, what the user will accomplish by reading what follows. + +## Issue 1 - write as a verb phrase + +Explain the issue. Include any identifying details, such as error messages. + +When the system does xyz, you may see an error similar to the following: + +```text +error message here +``` + +This issue is caused by -- add cause here. + +To resolve the issue, take the following steps: + +1. The steps +2. To take to +3. Resolve the issue. + +## Issue 2 - write as a verb phrase + +## Issue 3 - write as a verb phrase \ No newline at end of file diff --git a/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/archetypes/tutorial.md b/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/archetypes/tutorial.md new file mode 100644 index 000000000..849b760ca --- /dev/null +++ b/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/archetypes/tutorial.md @@ -0,0 +1,59 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +# Change draft status to false to publish doc +draft: true +# Description +# Add a short description (150 chars) for the doc. Include keywords for SEO. +# The description text appears in search results and at the top of the doc. +description: "" +# Assign weights in increments of 100 +weight: +toc: true +tags: [ "docs" ] +# Create a new entry in the Jira DOCS Catalog and add the ticket ID (DOCS-) below +docs: "DOCS-000" +# Taxonomies +# These are pre-populated with all available terms for your convenience. +# Remove all terms that do not apply. +categories: ["installation", "platform management", "load balancing", "api management", "service mesh", "security", "analytics"] +doctypes: ["tutorial"] +journeys: ["researching", "getting started", "using", "renewing", "self service"] +personas: ["devops", "netops", "secops", "support"] +versions: [] +authors: [] +--- + + +## Overview + +Briefly describe the goal of this document, that is, what the user will learn or accomplish by reading what follows. + +Introduce and explain any new concepts the user may need to understand before proceeding. + +## Before You Begin + +To complete the instructions in this guide, you need the following: + +1. Provide any prerequisites here. +2. Format as a numbered or bulleted list as appropriate. +3. Keep the list entries grammatically parallel. + +## Lesson 1 + +Provide the steps required to complete the first part of the objective. + +This content may (should?) be reused from a task topic. + +## Lesson 2 + +etc. + +## Cleanup + +Provide any steps required to cleanup the test. + +## What's Next + +Provide up to 5 links to related topics (optional). +Format as a bulleted list. \ No newline at end of file diff --git a/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/assets/css/all.min.css b/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/assets/css/all.min.css new file mode 100644 index 000000000..bee12e3e0 --- /dev/null +++ b/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/assets/css/all.min.css @@ -0,0 +1,6 @@ +/*! + * Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + * Copyright 2022 Fonticons, Inc. + */ +.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-duotone,.fa-light,.fa-regular,.fa-solid,.fa-thin,.fab,.fad,.fal,.far,.fas,.fat{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-0:before{content:"\30"}.fa-1:before{content:"\31"}.fa-2:before{content:"\32"}.fa-3:before{content:"\33"}.fa-4:before{content:"\34"}.fa-5:before{content:"\35"}.fa-6:before{content:"\36"}.fa-7:before{content:"\37"}.fa-8:before{content:"\38"}.fa-9:before{content:"\39"}.fa-a:before{content:"\41"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-anchor:before{content:"\f13d"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-ankh:before{content:"\f644"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-archway:before{content:"\f557"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-arrow-trend-down:before{content:"\e097"}.fa-arrow-trend-up:before{content:"\e098"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-asterisk:before{content:"\2a"}.fa-at:before{content:"\40"}.fa-atom:before{content:"\f5d2"}.fa-audio-description:before{content:"\f29e"}.fa-austral-sign:before{content:"\e0a9"}.fa-award:before{content:"\f559"}.fa-b:before{content:"\42"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-backward:before{content:"\f04a"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-bahai:before{content:"\f666"}.fa-baht-sign:before{content:"\e0ac"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-barcode:before{content:"\f02a"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-bell:before{content:"\f0f3"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bicycle:before{content:"\f206"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blog:before{content:"\f781"}.fa-bold:before{content:"\f032"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-bookmark:before{content:"\f02e"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broom:before{content:"\f51a"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-brush:before{content:"\f55d"}.fa-bug:before{content:"\f188"}.fa-bug-slash:before{content:"\e490"}.fa-building:before{content:"\f1ad"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-c:before{content:"\43"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-week:before{content:"\f784"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-camera-rotate:before{content:"\e0d8"}.fa-campground:before{content:"\f6bb"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-cart-plus:before{content:"\f217"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cedi-sign:before{content:"\e0df"}.fa-cent-sign:before{content:"\e3f5"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-charging-station:before{content:"\f5e7"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-chart-column:before{content:"\e0e3"}.fa-chart-gantt:before{content:"\e0e4"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-double:before{content:"\f560"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-circle-notch:before{content:"\f1ce"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-city:before{content:"\f64f"}.fa-clapperboard:before{content:"\e131"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-clover:before{content:"\e139"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-code-commit:before{content:"\f386"}.fa-code-compare:before{content:"\e13a"}.fa-code-fork:before{content:"\e13b"}.fa-code-merge:before{content:"\f387"}.fa-code-pull-request:before{content:"\e13c"}.fa-coins:before{content:"\f51e"}.fa-colon-sign:before{content:"\e140"}.fa-comment:before{content:"\f075"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-compress:before{content:"\f066"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-d:before{content:"\44"}.fa-database:before{content:"\f1c0"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-democrat:before{content:"\f747"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-dharmachakra:before{content:"\f655"}.fa-diagram-next:before{content:"\e476"}.fa-diagram-predecessor:before{content:"\e477"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-diagram-successor:before{content:"\e47a"}.fa-diamond:before{content:"\f219"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dna:before{content:"\f471"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-dong-sign:before{content:"\e169"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dove:before{content:"\f4ba"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-download:before{content:"\f019"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-e:before{content:"\45"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elevator:before{content:"\e16d"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-equals:before{content:"\3d"}.fa-eraser:before{content:"\f12d"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-exclamation:before{content:"\21"}.fa-expand:before{content:"\f065"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-eye-slash:before{content:"\f070"}.fa-f:before{content:"\46"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-fan:before{content:"\f863"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-file:before{content:"\f15b"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-excel:before{content:"\f1c3"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-file-medical:before{content:"\f477"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-video:before{content:"\f1c8"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-file-word:before{content:"\f1c2"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-fish:before{content:"\f578"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-florin-sign:before{content:"\e184"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-folder-tree:before{content:"\f802"}.fa-font:before{content:"\f031"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-franc-sign:before{content:"\e18f"}.fa-frog:before{content:"\f52e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-g:before{content:"\47"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-glasses:before{content:"\f530"}.fa-globe:before{content:"\f0ac"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-greater-than:before{content:"\3e"}.fa-greater-than-equal:before{content:"\f532"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-guarani-sign:before{content:"\e19a"}.fa-guitar:before{content:"\f7a6"}.fa-gun:before{content:"\e19b"}.fa-h:before{content:"\48"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-hands-clapping:before{content:"\e1a8"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-handshake:before{content:"\f2b5"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-hashtag:before{content:"\23"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-highlighter:before{content:"\f591"}.fa-hippo:before{content:"\f6ed"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hourglass-2:before,.fa-hourglass-half:before,.fa-hourglass:before{content:"\f254"}.fa-hourglass-empty:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-house-chimney-user:before{content:"\e065"}.fa-house-chimney-window:before{content:"\e00d"}.fa-house-crack:before{content:"\e3b1"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-house-medical:before{content:"\e3b2"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-i:before{content:"\49"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-images:before{content:"\f302"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-italic:before{content:"\f033"}.fa-j:before{content:"\4a"}.fa-jedi:before{content:"\f669"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-joint:before{content:"\f595"}.fa-k:before{content:"\4b"}.fa-kaaba:before{content:"\f66b"}.fa-key:before{content:"\f084"}.fa-keyboard:before{content:"\f11c"}.fa-khanda:before{content:"\f66d"}.fa-kip-sign:before{content:"\e1c4"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-kiwi-bird:before{content:"\f535"}.fa-l:before{content:"\4c"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-lari-sign:before{content:"\e1c8"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-lemon:before{content:"\f094"}.fa-less-than:before{content:"\3c"}.fa-less-than-equal:before{content:"\f537"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-lira-sign:before{content:"\f195"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-location-arrow:before{content:"\f124"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-m:before{content:"\4d"}.fa-magnet:before{content:"\f076"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-manat-sign:before{content:"\e1d5"}.fa-map:before{content:"\f279"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-pin:before{content:"\f276"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-and-venus:before{content:"\f224"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-mask:before{content:"\f6fa"}.fa-mask-face:before{content:"\e1d7"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-medal:before{content:"\f5a2"}.fa-memory:before{content:"\f538"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-mill-sign:before{content:"\e1ed"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-mitten:before{content:"\f7b5"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-mobile-button:before{content:"\f10b"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mug-hot:before{content:"\f7b6"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-music:before{content:"\f001"}.fa-n:before{content:"\4e"}.fa-naira-sign:before{content:"\e1f6"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-not-equal:before{content:"\f53e"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-notes-medical:before{content:"\f481"}.fa-o:before{content:"\4f"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-oil-can:before{content:"\f613"}.fa-om:before{content:"\f679"}.fa-otter:before{content:"\f700"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-p:before{content:"\50"}.fa-pager:before{content:"\f815"}.fa-paint-roller:before{content:"\f5aa"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-palette:before{content:"\f53f"}.fa-pallet:before{content:"\f482"}.fa-panorama:before{content:"\e209"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-passport:before{content:"\f5ab"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-pause:before{content:"\f04c"}.fa-paw:before{content:"\f1b0"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before,.fa-percentage:before{content:"\25"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-person-booth:before{content:"\f756"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-peseta-sign:before{content:"\e221"}.fa-peso-sign:before{content:"\e222"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-plug:before{content:"\f1e6"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-plus-minus:before{content:"\e43c"}.fa-podcast:before{content:"\f2ce"}.fa-poo:before{content:"\f2fe"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-power-off:before{content:"\f011"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-puzzle-piece:before{content:"\f12e"}.fa-q:before{content:"\51"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\3f"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-r:before{content:"\52"}.fa-radiation:before{content:"\f7b9"}.fa-rainbow:before{content:"\f75b"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-recycle:before{content:"\f1b8"}.fa-registered:before{content:"\f25d"}.fa-repeat:before{content:"\f363"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-republican:before{content:"\f75e"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-ribbon:before{content:"\f4d6"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-route:before{content:"\f4d7"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-rupiah-sign:before{content:"\e23d"}.fa-s:before{content:"\53"}.fa-sailboat:before{content:"\e445"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-school:before{content:"\f549"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-screwdriver:before{content:"\f54a"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-scroll:before{content:"\f70e"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-sd-card:before{content:"\f7c2"}.fa-section:before{content:"\e447"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-server:before{content:"\f233"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-arrow-turn-right:before,.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-shield:before{content:"\f132"}.fa-shield-alt:before,.fa-shield-blank:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-shoe-prints:before{content:"\f54b"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-shower:before{content:"\f2cc"}.fa-shrimp:before{content:"\e448"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-sim-card:before{content:"\f7c4"}.fa-sink:before{content:"\e06d"}.fa-sitemap:before{content:"\f0e8"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-spa:before{content:"\f5bb"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-spray-can:before{content:"\f5bd"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-square:before{content:"\f0c8"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-square-full:before{content:"\f45c"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-stairs:before{content:"\e289"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-stethoscope:before{content:"\f0f1"}.fa-stop:before{content:"\f04d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-slash:before{content:"\e071"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stroopwafel:before{content:"\f551"}.fa-subscript:before{content:"\f12c"}.fa-suitcase:before{content:"\f0f2"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superscript:before{content:"\f12b"}.fa-swatchbook:before{content:"\f5c3"}.fa-synagogue:before{content:"\f69b"}.fa-syringe:before{content:"\f48e"}.fa-t:before{content:"\54"}.fa-table:before{content:"\f0ce"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-tablet-button:before{content:"\f10a"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-text-width:before{content:"\f035"}.fa-thermometer:before{content:"\f491"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-ticket:before{content:"\f145"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-timeline:before{content:"\e29c"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tooth:before{content:"\f5c9"}.fa-torii-gate:before{content:"\f6a1"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-tractor:before{content:"\f722"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-train-tram:before,.fa-tram:before{content:"\f7da"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-u:before{content:"\55"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-universal-access:before{content:"\f29a"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-upload:before{content:"\f093"}.fa-user:before{content:"\f007"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-clock:before{content:"\f4fd"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-user-graduate:before{content:"\f501"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-user-injured:before{content:"\f728"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-user-lock:before{content:"\f502"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-v:before{content:"\56"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-vault:before{content:"\e2c5"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-virus:before{content:"\e074"}.fa-virus-covid:before{content:"\e4a8"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-volume-off:before{content:"\f026"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-vr-cardboard:before{content:"\f729"}.fa-w:before{content:"\57"}.fa-wallet:before{content:"\f555"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-wand-sparkles:before{content:"\f72b"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-wave-square:before{content:"\f83e"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-wheelchair:before{content:"\f193"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-wind:before{content:"\f72e"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-wrench:before{content:"\f0ad"}.fa-x:before{content:"\58"}.fa-x-ray:before{content:"\f497"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-y:before{content:"\59"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-z:before{content:"\5a"}.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(../css/webfonts/fa-brands-400.woff2) format("woff2"),url(../css/webfonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-family:"Font Awesome 6 Brands";font-weight:400}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-alipay:before{content:"\f642"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-amilia:before{content:"\f36d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-pay:before{content:"\f415"}.fa-artstation:before{content:"\f77a"}.fa-asymmetrik:before{content:"\f372"}.fa-atlassian:before{content:"\f77b"}.fa-audible:before{content:"\f373"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-aws:before{content:"\f375"}.fa-bandcamp:before{content:"\f2d5"}.fa-battle-net:before{content:"\f835"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bilibili:before{content:"\e3d9"}.fa-bimobject:before{content:"\f378"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bootstrap:before{content:"\f836"}.fa-bots:before{content:"\e340"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-buromobelexperte:before{content:"\f37f"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cmplid:before{content:"\e360"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cotton-bureau:before{content:"\f89e"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-critical-role:before{content:"\f6c9"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dhl:before{content:"\f790"}.fa-diaspora:before{content:"\f791"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-draft2digital:before{content:"\f396"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drupal:before{content:"\f1a9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-elementor:before{content:"\f430"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-evernote:before{content:"\f839"}.fa-expeditedssl:before{content:"\f23e"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-figma:before{content:"\f799"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-fly:before{content:"\f417"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-fulcrum:before{content:"\f50b"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-gofore:before{content:"\f3a7"}.fa-golang:before{content:"\e40f"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-gulp:before{content:"\f3ae"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hashnode:before{content:"\e499"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-hive:before{content:"\e07f"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-hotjar:before{content:"\f3b1"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-ideal:before{content:"\e013"}.fa-imdb:before{content:"\f2d8"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaggle:before{content:"\f5fa"}.fa-keybase:before{content:"\f4f5"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-korvue:before{content:"\f42f"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-leanpub:before{content:"\f212"}.fa-less:before{content:"\f41d"}.fa-line:before{content:"\f3c0"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-mailchimp:before{content:"\f59e"}.fa-mandalorian:before{content:"\f50f"}.fa-markdown:before{content:"\f60f"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medapps:before{content:"\f3c6"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-mendeley:before{content:"\f7b3"}.fa-microblog:before{content:"\e01a"}.fa-microsoft:before{content:"\f3ca"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-old-republic:before{content:"\f510"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-padlet:before{content:"\e4a0"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-palfed:before{content:"\f3d8"}.fa-patreon:before{content:"\f3d9"}.fa-paypal:before{content:"\f1ed"}.fa-perbyte:before{content:"\e083"}.fa-periscope:before{content:"\f3da"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pix:before{content:"\e43a"}.fa-playstation:before{content:"\f3df"}.fa-product-hunt:before{content:"\f288"}.fa-pushed:before{content:"\f3e1"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-r-project:before{content:"\f4f7"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-renren:before{content:"\f18b"}.fa-replyd:before{content:"\f3e6"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-rev:before{content:"\f5b2"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-rust:before{content:"\e07a"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-schlix:before{content:"\f3ea"}.fa-scribd:before{content:"\f28a"}.fa-searchengin:before{content:"\f3eb"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-servicestack:before{content:"\f3ec"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shopify:before{content:"\e057"}.fa-shopware:before{content:"\f5b5"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sith:before{content:"\f512"}.fa-sitrox:before{content:"\e44a"}.fa-sketch:before{content:"\f7c6"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-slideshare:before{content:"\f1e7"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-square:before{content:"\f2ad"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spotify:before{content:"\f1bc"}.fa-square-font-awesome:before{content:"\f425"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-sticker-mule:before{content:"\f3f7"}.fa-strava:before{content:"\f428"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-superpowers:before{content:"\f2dd"}.fa-supple:before{content:"\f3f9"}.fa-suse:before{content:"\f7d6"}.fa-swift:before{content:"\f8e1"}.fa-symfony:before{content:"\f83d"}.fa-teamspeak:before{content:"\f4f9"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-the-red-yeti:before{content:"\f69d"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-think-peaks:before{content:"\f731"}.fa-tiktok:before{content:"\e07b"}.fa-trade-federation:before{content:"\f513"}.fa-trello:before{content:"\f181"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-uncharted:before{content:"\e084"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-vaadin:before{content:"\f408"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-viber:before{content:"\f409"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-vuejs:before{content:"\f41f"}.fa-watchman-monitoring:before{content:"\e087"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-whmcs:before{content:"\f40d"}.fa-wikipedia-w:before{content:"\f266"}.fa-windows:before{content:"\f17a"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(../css/webfonts/fa-regular-400.woff2) format("woff2"),url(../css/webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-family:"Font Awesome 6 Free";font-weight:400}:host,:root{--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(../css/webfonts/fa-solid-900.woff2) format("woff2"),url(../css/webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-family:"Font Awesome 6 Free";font-weight:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(../css/webfonts/fa-brands-400.woff2) format("woff2"),url(../css/webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(../css/webfonts/fa-solid-900.woff2) format("woff2"),url(../css/webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(../css/webfonts/fa-regular-400.woff2) format("woff2"),url(../css/webfonts/fa-regular-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../css/webfonts/fa-solid-900.woff2) format("woff2"),url(../css/webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../css/webfonts/fa-brands-400.woff2) format("woff2"),url(../css/webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../css/webfonts/fa-regular-400.woff2) format("woff2"),url(../css/webfonts/fa-regular-400.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:block;src:url(../css/webfonts/fa-v4compatibility.woff2) format("woff2"),url(../css/webfonts/fa-v4compatibility.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f250,u+f252,u+f27a} \ No newline at end of file diff --git a/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/assets/css/bootstrap-docs.css b/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/assets/css/bootstrap-docs.css new file mode 100644 index 000000000..a9820c2b7 --- /dev/null +++ b/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/assets/css/bootstrap-docs.css @@ -0,0 +1,1579 @@ +/*! + * Bootstrap Docs (https://getbootstrap.com/) + * Copyright 2011-2021 The Bootstrap Authors + * Copyright 2011-2021 Twitter, Inc. + * Licensed under the Creative Commons Attribution 3.0 Unported License. + * For details, see https://creativecommons.org/licenses/by/3.0/. + */ + .bd-navbar { + min-height: 4rem; + background-color: #7952b3; + box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.05),inset 0 -1px 0 rgba(0,0,0,0.1) +} + +@media (max-width: 991.98px) { + .bd-navbar { + padding-right:.5rem; + padding-left: .5rem + } + + .bd-navbar .navbar-nav-scroll { + max-width: 100%; + height: 2.5rem; + margin-top: .25rem; + overflow: hidden + } + + .bd-navbar .navbar-nav-scroll .navbar-nav { + padding-bottom: 2rem; + overflow-x: auto; + white-space: nowrap; + -webkit-overflow-scrolling: touch + } +} + +@media (min-width: 768px) { + @supports ((position: -webkit-sticky) or (position: sticky)) { + .bd-navbar { + position:-webkit-sticky; + position: sticky; + top: 0; + z-index: 1071 + } + } +} + +.bd-navbar .navbar-nav .nav-link { + padding-right: .5rem; + padding-left: .5rem; + color: rgba(255,255,255,0.85) +} + +.bd-navbar .navbar-nav .nav-link.active,.bd-navbar .navbar-nav .nav-link:hover { + color: #fff; + background-color: transparent +} + +.bd-navbar .navbar-nav .nav-link.active { + font-weight: 600 +} + +.bd-navbar .navbar-nav-svg { + display: inline-block; + width: 1rem; + height: 1rem; + vertical-align: text-top +} + +.bd-navbar .dropdown-menu { + font-size: .875rem +} + +.bd-navbar .dropdown-item.active { + font-weight: 600; + color: #212529; + background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23292b2c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") no-repeat 0.4rem 0.6rem/0.75rem 0.75rem +} + +.bd-masthead { + position: relative; + padding: 3rem 15px; + background: linear-gradient(to right bottom, #f7f5fb 50%, #fff 50%) +} + +.bd-masthead h1 { + font-size: 4rem; + line-height: 1 +} + +@media (max-width: 1200px) { + .bd-masthead h1 { + font-size:calc(1.525rem + 3.3vw) + } +} + +.bd-masthead .lead { + font-size: 1.5rem; + font-weight: 400; + color: #495057 +} + +@media (max-width: 1200px) { + .bd-masthead .lead { + font-size:calc(1.275rem + .3vw) + } +} + +.bd-masthead .btn { + padding: .8rem 2rem; + font-weight: 600; + font-size: 1.25rem +} + +.bd-masthead .carbonad { + margin-top: 0 !important; + margin-bottom: -3rem !important +} + +@media (min-width: 576px) { + .bd-masthead { + padding-top:5rem; + padding-bottom: 5rem + } + + .bd-masthead .carbonad { + margin-bottom: 0 !important + } +} + +@media (min-width: 768px) { + .bd-masthead .carbonad { + margin-top:3rem !important + } +} + +.masthead-followup h2 { + font-size: 2.5rem +} + +@media (max-width: 1200px) { + .masthead-followup h2 { + font-size:calc(1.375rem + 1.5vw) + } +} + +.masthead-followup .highlight { + border-radius: .5rem +} + +.masthead-followup .highlight pre::-webkit-scrollbar { + display: none +} + +.masthead-followup .highlight pre code { + display: inline-block; + white-space: pre +} + +.masthead-followup-icon { + padding: .75rem; + background-image: linear-gradient(to bottom right, rgba(255,255,255,0.2), rgba(255,255,255,0.01)); + border-radius: .75rem; + box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.1) +} + +.masthead-followup-svg { + -webkit-filter: drop-shadow(0 1px 0 rgba(0,0,0,0.125)); + filter: drop-shadow(0 1px 0 rgba(0,0,0,0.125)) +} + +#carbonads { + position: static; + display: block; + max-width: 400px; + padding: 15px 15px 15px 160px; + margin: 2rem 0; + overflow: hidden; + font-size: .8125rem; + line-height: 1.4; + text-align: left; + background-color: rgba(0,0,0,0.05) +} + +#carbonads a { + color: #333; + text-decoration: none +} + +@media (min-width: 576px) { + #carbonads { + max-width:330px; + border-radius: 4px + } +} + +.carbon-img { + float: left; + margin-left: -145px +} + +.carbon-poweredby { + display: block; + margin-top: .75rem; + color: #777 !important +} + +b +.bd-title { + margin-top: 1rem; + margin-bottom: .5rem; + font-size: 3rem +} + +@media (max-width: 1200px) { + .bd-title { + font-size:calc(1.425rem + 2.1vw) + } +} + +.bd-lead { + font-size: 1.5rem; + font-weight: 300 +} + +@media (max-width: 1200px) { + .bd-lead { + font-size:calc(1.275rem + .3vw) + } +} + +@media (min-width: 992px) { + .bd-lead { + max-width:80% + } +} + +.bd-text-purple { + color: #563d7c +} + +.bd-text-purple-bright { + color: #7952b3 +} + +.bd-bg-purple-bright { + background-color: #7952b3 +} + +.skippy { + background-color: #563d7c +} + +.skippy a { + color: #fff +} + +.skippy:focus-within a { + position: static !important; + width: auto !important; + height: auto !important; + padding: .5rem !important; + margin: .25rem !important; + overflow: visible !important; + clip: auto !important; + white-space: normal !important +} + +.bd-sidebar { + -ms-flex-order: 0; + order: 0; + border-bottom: 1px solid rgba(0,0,0,0.1) +} + +@media (min-width: 768px) { + .bd-sidebar { + border-right:1px solid rgba(0,0,0,0.1) + } + + @supports ((position: -webkit-sticky) or (position: sticky)) { + .bd-sidebar { + position:-webkit-sticky; + position: sticky; + top: 4rem; + z-index: 1000; + height: calc(100vh - 4rem) + } + } +} + +@media (min-width: 1200px) { + .bd-sidebar { + -ms-flex:0 1 320px; + flex: 0 1 320px + } +} + +.bd-links { + width: 100%; + padding-top: 1rem; + padding-bottom: 1rem; + border-top: 1px solid rgba(0,0,0,0.05) +} + +@media (min-width: 768px) { + @supports ((position: -webkit-sticky) or (position: sticky)) { + .bd-links { + max-height:calc(100vh - 9rem); + overflow-y: auto + } + } +} + +.bd-search { + position: relative; + padding: 1rem 15px; + margin-right: -15px; + margin-left: -15px +} + +.bd-search .form-control:focus { + border-color: #7952b3; + box-shadow: 0 0 0 3px rgba(121,82,179,0.25) +} + +.bd-search-docs-toggle { + color: #212529 +} + +.bd-sidenav { + display: none +} + +.bd-toc-link { + display: block; + padding: .25rem 1.5rem; + font-weight: 600; + color: rgba(0,0,0,0.65) +} + +.bd-toc-link:hover { + color: rgba(0,0,0,0.85); + text-decoration: none +} + +.bd-toc-item.active { + margin-bottom: 1rem +} + +.bd-toc-item.active:not(:first-child) { + margin-top: 1rem +} + +.bd-toc-item.active>.bd-toc-link { + color: rgba(0,0,0,0.85) +} + +.bd-toc-item.active>.bd-toc-link:hover { + background-color: transparent +} + +.bd-toc-item.active>.bd-sidenav { + display: block +} + +.bd-sidebar .nav>li>a { + display: block; + padding: .25rem 1.5rem; + font-size: 90%; + color: rgba(0,0,0,0.65) +} + +.bd-sidebar .nav>li>a:hover { + color: rgba(0,0,0,0.85); + text-decoration: none; + background-color: transparent +} + +.bd-sidebar .nav>.active>a,.bd-sidebar .nav>.active:hover>a { + font-weight: 600; + color: rgba(0,0,0,0.85); + background-color: transparent +} + +.bd-toc { + -ms-flex-order: 2; + order: 2; + padding-top: 1.5rem; + padding-bottom: 1.5rem; + font-size: .875rem +} + +@supports ((position: -webkit-sticky) or (position: sticky)) { + .bd-toc { + position:-webkit-sticky; + position: sticky; + top: 4rem; + height: calc(100vh - 4rem); + overflow-y: auto + } +} + +.bd-toc nav { + padding-left: 0; + border-left: 1px solid #eee +} + +.bd-toc nav ul { + padding-left: 0 +} + +.bd-toc nav ul ul { + padding-left: 1rem +} + +.bd-toc nav a code { + font: inherit +} + +.bd-toc nav li { + display: block +} + +.bd-toc nav li ul li ul { + padding-left: 1rem +} + +.bd-toc nav li a { + display: block; + padding: .125rem 1.5rem; + color: #77757a +} + +.bd-toc nav li a:hover { + color: #007bff; + text-decoration: none +} + +.bd-footer { + font-size: .875rem; + text-align: center; + background-color: #f7f7f7 +} + +.bd-footer a { + font-weight: 600; + color: #495057 +} + +.bd-footer a:hover,.bd-footer a:focus { + color: #007bff +} + +.bd-footer p { + margin-bottom: 0 +} + +@media (min-width: 576px) { + .bd-footer { + text-align:left + } +} + +.bd-footer-links { + padding-left: 0; + margin-bottom: 1rem +} + +.bd-footer-links li { + display: inline-block +} + +.bd-footer-links li+li { + margin-left: 1rem +} + +.bd-example-row .row>.col,.bd-example-row .row>[class^="col-"] { + padding-top: .75rem; + padding-bottom: .75rem; + background-color: rgba(86,61,124,0.15); + border: 1px solid rgba(86,61,124,0.2) +} + +.bd-example-row .row+.row { + margin-top: 1rem +} + +.bd-example-row .flex-items-top,.bd-example-row .flex-items-middle,.bd-example-row .flex-items-bottom { + min-height: 6rem; + background-color: rgba(255,0,0,0.1) +} + +.bd-example-row-flex-cols .row { + min-height: 10rem; + background-color: rgba(255,0,0,0.1) +} + +.bd-highlight { + background-color: rgba(86,61,124,0.15); + border: 1px solid rgba(86,61,124,0.15) +} + +.bd-example-responsive-containers [class^="container"] { + padding-top: .75rem; + padding-bottom: .75rem; + background-color: rgba(86,61,124,0.15); + border: 1px solid rgba(86,61,124,0.2) +} + +.example-container { + width: 800px; + width: 100%; + padding-right: 15px; + padding-left: 15px; + margin-right: auto; + margin-left: auto +} + +.example-row { + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + margin-right: -15px; + margin-left: -15px +} + +.example-content-main { + position: relative; + width: 100%; + padding-right: 15px; + padding-left: 15px +} + +@media (min-width: 576px) { + .example-content-main { + -ms-flex:0 0 50%; + flex: 0 0 50%; + max-width: 50% + } +} + +@media (min-width: 992px) { + .example-content-main { + -ms-flex:0 0 66.666667%; + flex: 0 0 66.666667%; + max-width: 66.666667% + } +} + +.example-content-secondary { + position: relative; + width: 100%; + padding-right: 15px; + padding-left: 15px +} + +@media (min-width: 576px) { + .example-content-secondary { + -ms-flex:0 0 50%; + flex: 0 0 50%; + max-width: 50% + } +} + +@media (min-width: 992px) { + .example-content-secondary { + -ms-flex:0 0 33.333333%; + flex: 0 0 33.333333%; + max-width: 33.333333% + } +} + +.bd-example { + position: relative; + padding: 1rem; + margin: 1rem -15px 0; + border: solid #f8f9fa; + border-width: .2rem 0 0 +} + +.bd-example::after { + display: block; + clear: both; + content: "" +} + +@media (min-width: 576px) { + .bd-example { + padding:1.5rem; + margin-right: 0; + margin-left: 0; + border-width: .2rem + } +} + +.bd-example+.highlight,.bd-example+.clipboard+.highlight { + margin-top: 0 +} + +.bd-example+p { + margin-top: 2rem +} + +.bd-example .custom-file-input:lang(es)~.custom-file-label::after { + content: "Elegir" +} + +.bd-example>.form-control+.form-control { + margin-top: .5rem +} + +.bd-example>.nav+.nav,.bd-example>.alert+.alert,.bd-example>.navbar+.navbar,.bd-example>.progress+.progress,.bd-example>.progress+.btn { + margin-top: 1rem +} + +.bd-example>.dropdown-menu:first-child { + position: static; + display: block +} + +.bd-example>.form-group:last-child { + margin-bottom: 0 +} + +.bd-example>.close { + float: none +} + +.bd-example-type .table td { + padding: 1rem 0; + border-color: #eee +} + +.bd-example-type .table tr:first-child td { + border-top: 0 +} + +.bd-example-type h1,.bd-example-type h2,.bd-example-type h3,.bd-example-type h4,.bd-example-type h5,.bd-example-type h6 { + margin-top: 0; + margin-bottom: 0 +} + +.bd-example-bg-classes p { + padding: 1rem +} + +.bd-example>svg+svg,.bd-example>img+img { + margin-left: .5rem +} + +.bd-example>.btn,.bd-example>.btn-group { + margin-top: .25rem; + margin-bottom: .25rem +} + +.bd-example>.btn-toolbar+.btn-toolbar { + margin-top: .5rem +} + +.bd-example-control-sizing select,.bd-example-control-sizing input[type="text"]+input[type="text"] { + margin-top: .5rem +} + +.bd-example-form .input-group { + margin-bottom: .5rem +} + +.bd-example>textarea.form-control { + resize: vertical +} + +.bd-example>.list-group { + max-width: 400px +} + +.bd-example>[class*="list-group-horizontal"] { + max-width: 100% +} + +.bd-example .fixed-top,.bd-example .sticky-top { + position: static; + margin: -1rem -1rem 1rem +} + +.bd-example .fixed-bottom { + position: static; + margin: 1rem -1rem -1rem +} + +@media (min-width: 576px) { + .bd-example .fixed-top,.bd-example .sticky-top { + margin:-1.5rem -1.5rem 1rem + } + + .bd-example .fixed-bottom { + margin: 1rem -1.5rem -1.5rem + } +} + +.bd-example .pagination { + margin-top: .5rem; + margin-bottom: .5rem +} + +.modal { + z-index: 1072 +} + +.modal .tooltip,.modal .popover { + z-index: 1073 +} + +.modal-backdrop { + z-index: 1071 +} + +.bd-example-modal { + background-color: #fafafa +} + +.bd-example-modal .modal { + position: relative; + top: auto; + right: auto; + bottom: auto; + left: auto; + z-index: 1; + display: block +} + +.bd-example-modal .modal-dialog { + left: auto; + margin-right: auto; + margin-left: auto +} + +.bd-example-tabs .nav-tabs { + margin-bottom: 1rem +} + +.bd-example-popover-static { + padding-bottom: 1.5rem; + background-color: #f9f9f9 +} + +.bd-example-popover-static .popover { + position: relative; + display: block; + float: left; + width: 260px; + margin: 1.25rem +} + +.tooltip-demo a { + white-space: nowrap +} + +.bd-example-tooltip-static .tooltip { + position: relative; + display: inline-block; + margin: 10px 20px; + opacity: 1 +} + +.scrollspy-example { + position: relative; + height: 200px; + margin-top: .5rem; + overflow: auto +} + +.scrollspy-example-2 { + position: relative; + height: 350px; + overflow: auto +} + +.bd-example-border-utils [class^="border"] { + display: inline-block; + width: 5rem; + height: 5rem; + margin: .25rem; + background-color: #f5f5f5 +} + +.bd-example-border-utils-0 [class^="border"] { + border: 1px solid #dee2e6 +} + +.btn-bd-primary { + font-weight: 600; + color: #fff; + background-color: #7952b3; + border-color: #7952b3 +} + +.btn-bd-primary:hover,.btn-bd-primary:active { + color: #fff; + background-color: #614092; + border-color: #614092 +} + +.btn-bd-primary:focus { + box-shadow: 0 0 0 3px rgba(121,82,179,0.25) +} + +.btn-bd-download { + font-weight: 600; + color: #ffe484; + border-color: #ffe484 +} + +.btn-bd-download:hover,.btn-bd-download:active { + color: #2a2730; + background-color: #ffe484; + border-color: #ffe484 +} + +.btn-bd-download:focus { + box-shadow: 0 0 0 3px rgba(255,228,132,0.25) +} + +.btn-bd-light { + color: #6c757d; + border-color: #dee2e6 +} + +.show>.btn-bd-light,.btn-bd-light:hover,.btn-bd-light:active { + color: #7952b3; + background-color: #fff; + border-color: #7952b3 +} + +.btn-bd-light:focus { + box-shadow: 0 0 0 3px rgba(121,82,179,0.25) +} + +.bd-callout { + padding: 1.25rem; + margin-top: 1.25rem; + margin-bottom: 1.25rem; + border: 1px solid #eee; + border-left-width: .25rem; + border-radius: .25rem +} + +.bd-callout h4 { + margin-top: 0; + margin-bottom: .25rem +} + +.bd-callout p:last-child { + margin-bottom: 0 +} + +.bd-callout code { + border-radius: .25rem +} + +.bd-callout+.bd-callout { + margin-top: -.25rem +} + +.bd-callout-info { + border-left-color: #5bc0de +} + +.bd-callout-info h4 { + color: #5bc0de +} + +.bd-callout-warning { + border-left-color: #f0ad4e +} + +.bd-callout-warning h4 { + color: #f0ad4e +} + +.bd-callout-danger { + border-left-color: #d9534f +} + +.bd-callout-danger h4 { + color: #d9534f +} + +.bd-browser-bugs td p { + margin-bottom: 0 +} + +.bd-browser-bugs th:first-child { + width: 18% +} + +.bd-brand-logos { + display: table; + width: 100%; + margin-bottom: 1rem; + overflow: hidden; + color: #563d7c; + background-color: #f9f9f9; + border-radius: .25rem +} + +.bd-brand-logos .inverse { + color: #fff; + background-color: #563d7c +} + +.bd-brand-item { + padding: 4rem 0; + text-align: center +} + +.bd-brand-item+.bd-brand-item { + border-top: 1px solid #fff +} + +.bd-brand-item h1,.bd-brand-item h3 { + margin-top: 0; + margin-bottom: 0 +} + +@media (min-width: 768px) { + .bd-brand-item { + display:table-cell; + width: 1% + } + + .bd-brand-item+.bd-brand-item { + border-top: 0; + border-left: 1px solid #fff + } + + .bd-brand-item h1 { + font-size: 4rem + } +} + +@media (min-width: 768px) and (max-width: 1200px) { + .bd-brand-item h1 { + font-size:calc(1.525rem + 3.3vw) + } +} + +.color-swatches { + margin: 0 -5px; + overflow: hidden +} + +.color-swatches .bd-purple { + background-color: #563d7c +} + +.color-swatches .bd-purple-light { + background-color: #cbbde2 +} + +.color-swatches .bd-purple-lighter { + background-color: #e5e1ea +} + +.color-swatches .bd-gray { + background-color: #f9f9f9 +} + +.color-swatch { + float: left; + width: 4rem; + height: 4rem; + margin-right: .25rem; + margin-left: .25rem; + border-radius: .25rem +} + +@media (min-width: 768px) { + .color-swatch { + width:6rem; + height: 6rem + } +} + +.swatch-blue { + color: #fff; + background-color: #007bff +} + +.swatch-indigo { + color: #fff; + background-color: #6610f2 +} + +.swatch-purple { + color: #fff; + background-color: #6f42c1 +} + +.swatch-pink { + color: #fff; + background-color: #e83e8c +} + +.swatch-red { + color: #fff; + background-color: #dc3545 +} + +.swatch-orange { + color: #212529; + background-color: #fd7e14 +} + +.swatch-yellow { + color: #212529; + background-color: #ffc107 +} + +.swatch-green { + color: #fff; + background-color: #28a745 +} + +.swatch-teal { + color: #fff; + background-color: #20c997 +} + +.swatch-cyan { + color: #fff; + background-color: #17a2b8 +} + +.swatch-white { + color: #212529; + background-color: #fff +} + +.swatch-gray { + color: #fff; + background-color: #6c757d +} + +.swatch-gray-dark { + color: #fff; + background-color: #343a40 +} + +.swatch-100 { + color: #212529; + background-color: #f8f9fa +} + +.swatch-200 { + color: #212529; + background-color: #e9ecef +} + +.swatch-300 { + color: #212529; + background-color: #dee2e6 +} + +.swatch-400 { + color: #212529; + background-color: #ced4da +} + +.swatch-500 { + color: #212529; + background-color: #adb5bd +} + +.swatch-600 { + color: #fff; + background-color: #6c757d +} + +.swatch-700 { + color: #fff; + background-color: #495057 +} + +.swatch-800 { + color: #fff; + background-color: #343a40 +} + +.swatch-900 { + color: #fff; + background-color: #212529 +} + +.bd-clipboard { + position: relative; + display: none; + float: right +} + +.bd-clipboard+.highlight { + margin-top: 0 +} + +@media (min-width: 768px) { + .bd-clipboard { + display:block + } +} + +.btn-clipboard { + position: absolute; + top: .65rem; + right: .65rem; + z-index: 10; + display: block; + padding: .25rem .5rem; + font-size: 65%; + color: #007bff; + background-color: #fff; + border: 1px solid; + border-radius: .25rem +} + +.btn-clipboard:hover,.btn-clipboard:focus { + color: #fff; + background-color: #007bff +} + +.bd-placeholder-img { + font-size: 1.125rem; + text-anchor: middle; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none +} + +.bd-placeholder-img-lg { + font-size: 3.5rem +} + +@media (max-width: 1200px) { + .bd-placeholder-img-lg { + font-size:calc(1.475rem + 2.7vw) + } +} + +.chroma .c { + color: #727272 +} + +.chroma .ch { + font-style: italic; + color: #60a0b0 +} + +.chroma .cm { + color: #727272 +} + +.chroma .cp { + color: #008085 +} + +.chroma .cpf { + color: #007020 +} + +.chroma .c1 { + color: #727272 +} + +.chroma .cs { + color: #727272 +} + +.chroma .gd { + background-color: #fcc; + border: 1px solid #c00 +} + +.chroma .ge { + font-style: italic +} + +.chroma .gr { + color: #f00 +} + +.chroma .gh { + color: #030 +} + +.chroma .gi { + background-color: #cfc; + border: 1px solid #0c0 +} + +.chroma .go { + color: #aaa +} + +.chroma .gp { + color: #009 +} + +.chroma .gs { + font-weight: 700 +} + +.chroma .gu { + color: #030 +} + +.chroma .gt { + color: #9c6 +} + +.chroma .gl { + text-decoration: underline +} + +.chroma .k { + color: #069 +} + +.chroma .kc { + color: #069 +} + +.chroma .kd { + color: #069 +} + +.chroma .kn { + color: #069 +} + +.chroma .kp { + color: #069 +} + +.chroma .kr { + color: #069 +} + +.chroma .kt { + color: #078 +} + +.chroma .m { + color: #c24f19 +} + +.chroma .mb { + color: #40a070 +} + +.chroma .mf { + color: #c24f19 +} + +.chroma .mh { + color: #c24f19 +} + +.chroma .mi { + color: #c24f19 +} + +.chroma .il { + color: #c24f19 +} + +.chroma .mo { + color: #c24f19 +} + +.chroma .s { + color: #d73038 +} + +.chroma .sa { + color: #4070a0 +} + +.chroma .sb { + color: #c30 +} + +.chroma .sc { + color: #c30 +} + +.chroma .dl { + color: #4070a0 +} + +.chroma .sd { + font-style: italic; + color: #c30 +} + +.chroma .s2 { + color: #c30 +} + +.chroma .se { + color: #c30 +} + +.chroma .sh { + color: #c30 +} + +.chroma .si { + color: #a00 +} + +.chroma .sx { + color: #c30 +} + +.chroma .sr { + color: #337e7e +} + +.chroma .s1 { + color: #c30 +} + +.chroma .ss { + color: #fc3 +} + +.chroma .na { + color: #006ee0 +} + +.chroma .nb { + color: #366 +} + +.chroma .nc { + color: #168174 +} + +.chroma .no { + color: #360 +} + +.chroma .nd { + color: #6b62de +} + +.chroma .ni { + color: #727272 +} + +.chroma .ne { + color: #c00 +} + +.chroma .nf { + color: #b715f4 +} + +.chroma .nl { + color: #6b62de +} + +.chroma .nn { + color: #007ca5 +} + +.chroma .nt { + color: #2f6f9f +} + +.chroma .nv { + color: #033 +} + +.chroma .o { + color: #555 +} + +.chroma .ow { + color: #000 +} + +.chroma .w { + color: #bbb +} + +/* +.chroma .language-bash::before,.chroma .language-sh::before { + color: #009; + content: "$ "; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none +} +*/ + +.chroma .language-powershell::before { + color: #009; + content: "PM> "; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none +} + +.anchorjs-link { + font-weight: 400; + color: rgba(0,123,255,0.5); + transition: color 0.15s ease-in-out,opacity 0.15s ease-in-out +} + +@media (prefers-reduced-motion: reduce) { + .anchorjs-link { + transition: none + } +} + +.anchorjs-link:focus,.anchorjs-link:hover { + color: #007bff; + text-decoration: none +} + +.algolia-autocomplete { + display: block !important; + -ms-flex: 1; + flex: 1 +} + +.algolia-autocomplete .ds-dropdown-menu { + width: 100%; + min-width: 0 !important; + max-width: none !important; + padding: .75rem 0 !important; + background-color: #fff; + background-clip: padding-box; + border: 1px solid rgba(0,0,0,0.1); + box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.175) +} + +@media (min-width: 768px) { + .algolia-autocomplete .ds-dropdown-menu { + width:175% + } +} + +.algolia-autocomplete .ds-dropdown-menu::before { + display: none !important +} + +.algolia-autocomplete .ds-dropdown-menu [class^="ds-dataset-"] { + padding: 0 !important; + overflow: visible !important; + background-color: transparent !important; + border: 0 !important +} + +.algolia-autocomplete .ds-dropdown-menu .ds-suggestions { + margin-top: 0 !important +} + +.algolia-autocomplete .algolia-docsearch-suggestion { + padding: 0 !important; + overflow: visible !important +} + +.algolia-autocomplete .algolia-docsearch-suggestion--category-header { + padding: .125rem 1rem !important; + margin-top: 0 !important; + font-size: .875rem !important; + font-weight: 600 !important; + color: #7952b3 !important; + border-bottom: 0 !important +} + +.algolia-autocomplete .algolia-docsearch-suggestion--wrapper { + float: none !important; + padding-top: 0 !important +} + +.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-column { + float: none !important; + width: auto !important; + padding: 0 !important; + text-align: left !important +} + +.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-inline { + display: block !important; + font-size: .875rem; + color: #495057 +} + +.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-inline::after { + padding: 0 .25rem; + content: "/" +} + +.algolia-autocomplete .algolia-docsearch-suggestion--content { + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + float: none !important; + width: 100% !important; + padding: .25rem 1rem !important +} + +.algolia-autocomplete .algolia-docsearch-suggestion--content::before { + display: none !important +} + +.algolia-autocomplete .ds-suggestion:not(:first-child) .algolia-docsearch-suggestion--category-header { + padding-top: .75rem !important; + margin-top: .75rem !important; + border-top: 1px solid rgba(0,0,0,0.1) +} + +.algolia-autocomplete .ds-suggestion .algolia-docsearch-suggestion--subcategory-column { + display: none !important +} + +.algolia-autocomplete .algolia-docsearch-suggestion--title { + display: block; + margin-bottom: 0 !important; + font-size: .875rem !important; + font-weight: 400 !important +} + +.algolia-autocomplete .algolia-docsearch-suggestion--text { + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; + padding: .2rem 0; + font-size: .8125rem !important; + font-weight: 400; + line-height: 1.25 !important; + color: #6c757d +} + +.algolia-autocomplete .algolia-docsearch-footer { + float: none !important; + width: auto !important; + height: auto !important; + padding: .75rem 1rem 0; + font-size: .75rem !important; + line-height: 1 !important; + color: #767676 !important; + border-top: 1px solid rgba(0,0,0,0.1) +} + +.algolia-autocomplete .algolia-docsearch-footer--logo { + display: inline !important; + overflow: visible !important; + color: inherit !important; + text-indent: 0 !important; + background: none !important +} + +.algolia-autocomplete .algolia-docsearch-suggestion--highlight { + color: #5f2dab; + background-color: rgba(154,132,187,0.12) +} + +.algolia-autocomplete .algolia-docsearch-suggestion--text .algolia-docsearch-suggestion--highlight { + box-shadow: inset 0 -2px 0 0 rgba(95,45,171,0.5) !important +} + +.algolia-autocomplete .ds-suggestion.ds-cursor .algolia-docsearch-suggestion--content { + background-color: rgba(208,189,236,0.15) !important +} diff --git a/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/assets/css/bootstrap.min.css b/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/assets/css/bootstrap.min.css new file mode 100644 index 000000000..ef399d21c --- /dev/null +++ b/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/assets/css/bootstrap.min.css @@ -0,0 +1,7 @@ +/*! + * Bootstrap v4.6.0 (https://getbootstrap.com/) + * Copyright 2011-2021 The Bootstrap Authors + * Copyright 2011-2021 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) + */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([class]){color:inherit;text-decoration:none}a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014\00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.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-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.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-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-sm-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-sm-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-md-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-md-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-md-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-md-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-md-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-md-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-lg-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-lg-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-xl-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-xl-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;margin-bottom:1rem;color:#212529}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#7abaff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#b3b7bb}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8fd19e}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#86cfda}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffdf7e}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ed969e}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfc}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#95999c}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#343a40}.table-dark td,.table-dark th,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;font-size:1rem;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[multiple],select.form-control[size]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.form-row>.col>.valid-tooltip,.form-row>[class*=col-]>.valid-tooltip{left:5px}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#28a745;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#28a745;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{border-color:#28a745}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{border-color:#34ce57;background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.form-row>.col>.invalid-tooltip,.form-row>[class*=col-]>.invalid-tooltip{left:5px}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#dc3545;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{border-color:#dc3545}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{border-color:#e4606d;background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;-ms-flex-negative:0;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#0069d9;border-color:#0062cc;box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{color:#fff;background-color:#5a6268;border-color:#545b62;box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#138496;border-color:#117a8b;box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{color:#212529;background-color:#e0a800;border-color:#d39e00;box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{color:#212529;background-color:#e2e6ea;border-color:#dae0e5;box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{color:#fff;background-color:#23272b;border-color:#1d2124;box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-outline-primary{color:#007bff;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;text-decoration:none}.btn-link:hover{color:#0056b3;text-decoration:underline}.btn-link.focus,.btn-link:focus{text-decoration:underline}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-ms-flex:1 1 auto;flex:1 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-toolbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropleft .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:first-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after,.input-group:not(.has-validation)>.custom-select:not(:last-child),.input-group:not(.has-validation)>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label::after,.input-group.has-validation>.custom-select:nth-last-child(n+3),.input-group.has-validation>.form-control:nth-last-child(n+3){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-append,.input-group-prepend{display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;z-index:1;display:block;min-height:1.5rem;padding-left:1.5rem;-webkit-print-color-adjust:exact;color-adjust:exact}.custom-control-inline{display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;border-color:#007bff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color:#80bdff}.custom-control-input:not(:disabled):active~.custom-control-label::before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before,.custom-control-input[disabled]~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:#adb5bd solid 1px}.custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background:50%/50% 50% no-repeat}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{border-color:#007bff;background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label::before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label::after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-switch .custom-control-label::after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label::after{background-color:#fff;-webkit-transform:translateX(.75rem);transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{position:relative;display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + .75rem + 2px);margin:0;overflow:hidden;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]::after{content:attr(data-browse)}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;overflow:hidden;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-control-label::before,.custom-file-label,.custom-select{transition:none}}.nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item,.nav-fill>.nav-link{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:50%/100% 100% no-repeat}.navbar-nav-scroll{max-height:75vh;overflow-y:auto}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{-ms-flex:1 1 auto;flex:1 1 auto;min-height:1px;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom,.card-img-top{-ms-flex-negative:0;flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{-ms-flex:1 0 0%;flex:1 0 0%;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion{overflow-anchor:none}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:3;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.badge{transition:none}}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}a.badge-primary:focus,a.badge-primary:hover{color:#fff;background-color:#0062cc}a.badge-primary.focus,a.badge-primary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.badge-secondary{color:#fff;background-color:#6c757d}a.badge-secondary:focus,a.badge-secondary:hover{color:#fff;background-color:#545b62}a.badge-secondary.focus,a.badge-secondary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.badge-success{color:#fff;background-color:#28a745}a.badge-success:focus,a.badge-success:hover{color:#fff;background-color:#1e7e34}a.badge-success.focus,a.badge-success:focus{outline:0;box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.badge-info{color:#fff;background-color:#17a2b8}a.badge-info:focus,a.badge-info:hover{color:#fff;background-color:#117a8b}a.badge-info.focus,a.badge-info:focus{outline:0;box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.badge-warning{color:#212529;background-color:#ffc107}a.badge-warning:focus,a.badge-warning:hover{color:#212529;background-color:#d39e00}a.badge-warning.focus,a.badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.badge-danger{color:#fff;background-color:#dc3545}a.badge-danger:focus,a.badge-danger:hover{color:#fff;background-color:#bd2130}a.badge-danger.focus,a.badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.badge-light{color:#212529;background-color:#f8f9fa}a.badge-light:focus,a.badge-light:hover{color:#212529;background-color:#dae0e5}a.badge-light.focus,a.badge-light:focus{outline:0;box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.badge-dark{color:#fff;background-color:#343a40}a.badge-dark:focus,a.badge-dark:hover{color:#fff;background-color:#1d2124}a.badge-dark.focus,a.badge-dark:focus{outline:0;box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;z-index:2;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;line-height:0;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:1s linear infinite progress-bar-stripes;animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.media{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.media-body{-ms-flex:1;flex:1}.list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.list-group-horizontal-sm{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.list-group-horizontal-md{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.list-group-horizontal-lg{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{padding:0;background-color:transparent;border:0}a.close.disabled{pointer-events:none}.toast{-ms-flex-preferred-size:350px;flex-basis:350px;max-width:350px;font-size:.875rem;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);opacity:0;border-radius:.25rem}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-50px);transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal.modal-static .modal-dialog{-webkit-transform:scale(1.02);transform:scale(1.02)}.modal-dialog-scrollable{display:-ms-flexbox;display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{-ms-flex-negative:0;flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);height:-webkit-min-content;height:-moz-min-content;height:min-content;content:""}.modal-dialog-centered.modal-dialog-scrollable{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 3.5rem);height:-webkit-min-content;height:-moz-min-content;height:min-content}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=top]>.arrow::before,.bs-popover-top>.arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top]>.arrow::after,.bs-popover-top>.arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right]>.arrow::before,.bs-popover-right>.arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right]>.arrow::after,.bs-popover-right>.arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=bottom]>.arrow::before,.bs-popover-bottom>.arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom]>.arrow::after,.bs-popover-bottom>.arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left]>.arrow::before,.bs-popover-left>.arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left]>.arrow::after,.bs-popover-left>.arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){-webkit-transform:translateX(100%);transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){-webkit-transform:translateX(-100%);transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;-webkit-transform:none;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:50%/100% 100% no-repeat}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:.75s linear infinite spinner-border;animation:.75s linear infinite spinner-border}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:.75s linear infinite spinner-grow;animation:.75s linear infinite spinner-grow}.spinner-grow-sm{width:1rem;height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{-webkit-animation-duration:1.5s;animation-duration:1.5s}}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0056b3!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#a71d2a!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-break:break-word!important;word-wrap:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px!important}.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}} +/*# sourceMappingURL=bootstrap.min.css.map */ \ No newline at end of file diff --git a/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/assets/css/coveo.css b/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/assets/css/coveo.css new file mode 100644 index 000000000..62c94b94d --- /dev/null +++ b/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/assets/css/coveo.css @@ -0,0 +1,267 @@ +@font-face { + font-family: Proxima-Regular; + font-style: normal; + font-weight: 500; + src: url(https://cdn.f5.com/websites/support/assets/fonts/ProximaRegular.woff2)format("woff2"),url(https://cdn.f5.com/websites/support/assets/fonts/ProximaRegular.woff)format("woff") +} + +.CoveoSearchInterface { + font-family: Proxima-Regular +} + +#searchbox { + max-width: 600px; + margin: 0 auto; + background: #fff; + border-radius: 4px; + height: 44px; + width:100%; +} + +#searchbox .CoveoSearchbox .magic-box,#searchbox .CoveoSearchbox .CoveoSearchButton,#searchbox .CoveoSearchbox .magic-box .magic-box-input,#searchbox .CoveoSearchbox .magic-box .magic-box-input>input,#searchbox .CoveoOmnibox.magic-box .magic-box-input .magic-box-underlay,#searchbox .magic-box .magic-box-clear { + height: 44px; + border: 0 +} + +#searchbox .coveo-search-button-svg,.CoveoSearchbox .magic-box .magic-box-input>input { + color: #000 +} + +#searchbox .CoveoSearchButton:hover .coveo-magnifier-circle-svg { + fill: #009639 +} + +#searchbox .CoveoSearchButton:hover .coveo-search-button-svg { + color: #009639 +} + +#searchbox .CoveoSearchbox .magic-box .magic-box-clear-svg { + color: #111922 +} + +#searchbox .magic-box-icon { + height: 44px; + line-height: 41px +} + +#search .coveo-facet-column { + padding-top: 0 +} + +.coveo-facet-header { + background: 0 0 +} + +.CoveoFacet { + border: 0; + margin-bottom: 0 +} + +.coveo-facet-footer { + display: none +} + +.coveo-facet-header-title { + color: #000; + font-size: 18px; + font-weight: 700 +} + +.coveo-facet-value-label { + color: #111922; + font-size: 14px +} + +.coveo-facet-value.coveo-with-hover.coveo-focused,.coveo-facet-value.coveo-with-hover:hover { + background-color: initial +} + +.coveo-facet-header-eraser svg { + width: 14px; + height: 14px; + margin-right: 7px; + color: #111922 +} + +#search .CoveoResultLink,#search .CoveoQuickview,#search .coveo-facet-breadcrumb-value *,#search .coveo-breadcrumb-clear-all { + color: #009639; + font-size: 14px +} + +#search .coveo-results-header { + height: 50px; + border-radius: 2px; + padding: 15px 0 15px 15px; + box-shadow: none; + box-sizing: border-box; + margin-top: 5px +} +#search .coveo-dropdown-header-wrapper{margin-top:10px;} +.coveo-facet-header-settings { + display: none +} + +.coveo-sort-section:before { + color: #111922; + content: "Sort by:"; + font-size: 14px; + padding-right: 15px; +} + +.coveo-sort-icon-descending-svg { + color: #000 +} + +.CoveoExcerpt { + font-size: 14px; + color: #000 +} + +#uri_link { + line-height: 10px +} + +#uri_link span { + color: #666; + font-size: 12px; + line-height: 10px +} + +.modified_date { + color: #666; + font-size: 12px; + font-weight: 700 +} + +.modified_date .coveo-field-caption { + color: #666; + font-size: 12px; + font-weight: 400 +} + +.coveo-summary-section span { + color: #666 +} + +.pagination-bar { + height: 50px; + background: #f1f1f1; + padding: 6px; + border-radius: 2px +} + +.pagination-bar .CoveoPager { + float: right +} + +.pagination-bar .CoveoResultsPerPage { + float: left +} + +.CoveoResultList { + margin: 0 +} + +.coveo-list-layout.CoveoResult { + padding-left: 0 +} + +.CoveoSort { + border-bottom: 0; + margin: 0 5px; + color: #666; + padding: 0 5px 5px; + font-weight: 400; + font-size: 14px; + text-transform: capitalize +} + +.CoveoSort.coveo-selected,.CoveoSort.coveo-selected:hover { + border-bottom: 2px solid #111922; + font-weight: 700; + color: #111922 +} + +.CoveoBreadcrumb,.coveo-list-layout.CoveoResult:last-child { + border-bottom: 0 +} + +.CoveoBreadcrumb { + padding: 5px 0 0 +} + +.coveo-pager-list-item.coveo-active,.coveo-pager-list-item:hover { + color: #111922; + background-color: initial +} + +.coveo-pager-list-item.coveo-active a,.coveo-pager-list-item:hover a { + color: #009639; + background-color: initial +} + +.coveo-results-per-page-text,.coveo-results-per-page-list-item,.coveo-pager-list-item,.coveo-pager-next-icon-svg,.coveo-pager-previous-icon-svg,.coveo-pager-next-icon-svg,.coveo-pager-previous-icon-svg { + color: #111922 +} + +.coveo-pager-next-icon-svg,.coveo-pager-previous-icon-svg,.coveo-pager-next-icon-svg,.coveo-pager-previous-icon-svg { + height: 16px; + margin-bottom: 4px +} + +.coveo-results-per-page-list-item.coveo-active,.coveo-results-per-page-list-item:hover { + color: #009639; + background-color: initial +} + +.coveo-results-per-page-list-item.coveo-active a,.coveo-results-per-page-list-item:hover a { + color: #009639 +} + +#reset_btn { + font-size: 12px; + color: #111922; + background: 0 0; + border: 0; + font-weight: 600; + margin-left: 10px; + cursor: pointer; + line-height: 16px; + display: none +} + +#reset_btn img { + float: left; + margin: 0 5px 0 0; + width: 15px +} + +.coveo-facet-value[data-value="No Product"] { + display: none +} +.coveo-modal-backdrop{ +z-index: 1072 +} +.coveo-modal-container{ +z-index: 1073 +} +.coveo-modal-header{margin-bottom: 0} +#search .coveo-results-header.coveo-no-results {height:auto;} +#search .coveo-no-results .pagination-bar{background:none;} +#search .coveo-results-header.coveo-no-results .coveo-sort-section:before{display:none;} +@media (max-width: 800px) { +.pagination-bar .CoveoResultsPerPage{ +margin: 0 +} +#search .CoveoPager { + margin-top: 0; + margin-left: 0; + display: inline-block +} +#search .coveo-results-per-page-text{display:none} +} + +@media (max-width: 485px) { + +#search .coveo-results-header{height:auto} +} diff --git a/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/assets/css/docs-nginx-com/nginx-site-header.css b/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/assets/css/docs-nginx-com/nginx-site-header.css new file mode 100644 index 000000000..2a239bef3 --- /dev/null +++ b/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/assets/css/docs-nginx-com/nginx-site-header.css @@ -0,0 +1,1018 @@ +/* +All CSS related to site header includeing logo, CSR FTR buttons, search box, menu items. +*/ +#nx_masthead { + background-color: #21201F; + color: #f1f1f1; + position: absolute; + z-index: 110; + height:63px; +} +#nx_masthead.nx-site-header{ + top: 0; + z-index: 150; + position: fixed; + width: 100%; + -webkit-transition: all 200ms ease-in-out; + -moz-transition: all 200ms ease-in-out; + -ms-transition: all 200ms ease-in-out; + -o-transition: all 200ms ease-in-out; + transition: all 200ms ease-in-out + +} + +#nx_masthead+section, +#nx_masthead+div, +.single #content, +.athp-lead-section { + padding-top: 62px; +} +.single-nx_videos .site-content { + padding-top: 25px !important +} +.nx-site-header { + padding: 0 +} + + +.admin-bar #nx_masthead.nx-site-header{ + top: 32px +} + +#nx_masthead.nx-site-header .nx-primary-menu-location { + -webkit-transition: all 200ms ease-in-out; + -moz-transition: all 200ms ease-in-out; + -ms-transition: all 200ms ease-in-out; + -o-transition: all 200ms ease-in-out; + transition: all 200ms ease-in-out +} + +.nx-menu-logo{ + float: left; + margin-right:5px; + width: 140px; + margin-top: -14px; +} +.nx-header-login{ + float: left; + margin-top: 7px; + margin-left: 12px; +} +.nx-site-branding-wrapper{ + display: none; +} +.nx-primary-menu-location{ + margin-left: 20px; +} +.nx-primary-menu-location .menu-item>a { + padding: 5px 9px 0; +} + +.nx-login-text{ + display: none; +} + +.nx-site-header-inner { + padding: 18px 0 0; +} +.nx-site-title img { + width: 200px; + margin-top:-5px; +} +.header-actions-menu-location{ + top: 15px; +} +.header-actions-menu-location .menu-item { + display: inline-block +} +.header-actions-menu-location .menu-item .menu-item { + display: none +} +.header-actions-menu-location a { + border: 1px solid #F4A846; + border-radius: 3px; + display: block; + font-weight: 400; + padding: 8px 9px; + text-align: center +} +@media screen and (min-width: 980px) { + .header-actions-menu-location .no-border a { + border: 0; + padding-left: 0; + padding-right: 0 + } +} +.nx-header-menus a:link, +.nx-header-menus a:visited { + color: #d9d9d6 +} +.nx-header-menus a:hover, +.nx-header-menus a:active, +.nx-header-menus a:focus { + color: #fff +} +.search-form-wrapper { + font-size: 17px; + font-size: 1.7rem; + float: left; + padding-top: 3px; + position: relative; + margin-bottom: 14px; + height: 31px +} +.mobile-search-button-wrapper .search-form-wrapper { + height: 29px; + padding-top: 0; + position: absolute; + right: 0; + width: 29px +} +.search-form-wrapper:before { + -webkit-font-smoothing: antialiased; + content: "S"; + font-family: "nginx-font" !important; + font-style: normal !important; + font-variant: normal !important; + font-weight: normal !important; + left: 5px; + line-height: 1; + position: absolute; + speak: none; + text-transform: none !important; + top: 7px; + transition: all 0.4s ease; + z-index: 20 +} +.mobile-search-button-wrapper .search-form-wrapper:before { + left: auto; + right: 7px +} +.search-form-wrapper.focused:before { + color: #099650 +} +.mobile-search-button-wrapper .search-form-wrapper.focused:before { + right: 170px +} +.search-form-wrapper .search-button { + display: none +} +.search-form-wrapper .search-field { + background-color: rgba(255, 255, 255, 0); + border: none; + box-shadow: none; + color: #ccc; + cursor: pointer; + height: 24px; + margin: 0; + max-width: none; + outline: 0; + padding: 0 3px 0 24px; + position: relative; + transition: width 0.4s ease, background 0.4s ease; + width: 24px; + z-index: 30; + font-size: 14px +} +.mobile-search-button-wrapper .search-form-wrapper .search-field { + border-radius: 3px; + border: 1px solid #333333; + display: inline-block; + height: 29px; + line-height: 29px; + width: 29px +} +.mobile-search-button-wrapper .search-form-wrapper .search-field { + position: absolute; + right: 0 +} +.search-form-wrapper .search-field:focus { + background-color: #fff; + color: #111; + cursor: text; + width: 190px; + z-index: 10 +} +.icon-menu:before { + content: "k" +} + +.single-nx_faqs .nginx-single-meta{ + display: none; +} + +/*free trial and contact sales*/ +.free-trial-inner{ + -moz-box-shadow: 0 0 5px 3px rgba(0,0,0,0.06); + -webkit-box-shadow: 0 0 5px 3px rgba(0,0,0,0.06); + box-shadow: 0 0 5px 3px rgba(0,0,0,0.06); +} +.free-trial-inner form input, +.contact-us-inner form input, +.partner-credit-inner form input, +.controller-beta-inner form input, +.unit-beta-inner form input, +.get-certified-pop-content form input, +.partners-popup-content form input, +.page-template-developer-license-php .freetrialpg-form-wrapper form input, +.free-trial-inner textarea, .contact-us-inner textarea, +.partner-credit-inner textarea, .controller-beta-inner textarea, +.get-certified-pop-content textarea, +.partners-popup-content textarea, +.page-template-developer-license-php .freetrialpg-form-wrapper form textarea, +.unit-beta-inner textarea { + background-color: transparent; + color: #989898; + font-weight: normal; + margin-bottom: 7px; + width: 100%; + box-shadow: none; + border: 1px solid #979797; + border-radius: 3px; + padding-left: 10px; + padding-right: 10px; + font: 200 15px "Roboto-Regular","Helvetica Neue",Arial,sans-serif; +} +.free-trial-inner form input, +.contact-us-inner form input, +.partner-credit-inner form input, +.controller-beta-inner form input, +.get-certified-pop-content form input, +.page-template-developer-license-php .freetrialpg-form-wrapper form input, +.partners-popup-content form input, +.unit-beta-inner form input { + height: 32px; + line-height: 30px; +} +.free-trial-inner textarea, .contact-us-inner textarea, +.partner-credit-inner textarea, .controller-beta-inner textarea, +.get-certified-pop-content textarea, +.partners-popup-content textarea, +.page-template-developer-license-php .freetrialpg-form-wrapper form textarea, +.unit-beta-inner textarea { + height: 65px; +} +.select2-container .select2-selection--single .select2-selection__rendered{ + border-radius: 3px; + font: 200 15px "Roboto-Regular","Helvetica Neue",Arial,sans-serif; +} +.free-trial-dropdown.select2-selection.select2-selection--single{ + font: 200 15px "Roboto-Regular","Helvetica Neue",Arial,sans-serif; +} +.free-trial-inner button, .contact-us-inner button, .partner-credit-inner button{ + margin-top: 12px; +} +.free-trial-inner, +.contact-us-inner, +.partner-credit-inner, +.controller-beta-inner, +.unit-beta-inner, +.get-certified-pop-content, +.partners-popup-content{ + padding: 25px !important; +} +.free-trial-inner button.nginx-button, +.contact-us-inner button.nginx-button, +.partner-credit-inner button.nginx-button, +.controller-beta-inner button.nginx-button, +.get-certified-pop-content button.nginx-button, +.unit-beta-inner button.nginx-button { + box-shadow: none; + height: auto; + text-shadow: none; + transition: none; + border: 2px solid #F0A828; + font-size: 17px; + text-transform: uppercase; + border-radius: 4px; + padding: 11px 35px; + font-weight: 500; + position: relative; +} +.free-trial-inner h2, +.contact-us-inner h2, +.partner-credit-inner h2, +.controller-beta-inner h2, +.unit-beta-inner h2{ + font-size: 26px; + margin-bottom: 5px; +} + +/*end*/ + +@media screen and (min-width: 800px){ + .single .site-content-inner { + padding-top: 16px; + } + .nx-footer-menu .sub-menu a { + margin-bottom: 3px; + line-height: 20px; + } +} + + +@media screen and (max-width: 600px) { + #nx_masthead .site-branding .nx-site-title.logo-left { + margin-left: 50px + } +}/*end @media max-width: 600px */ + +@media screen and (max-width: 979px) { + #nx_masthead { + height: 69px + } + #nx_masthead .nx-site-title { + font-size: 18px; + font-size: 1.8rem; + margin: 2px auto 0; + min-height: 30px; + width: 104px + } + #nx_masthead+section, + #nx_masthead+div, + .single #content, + .athp-lead-section { + padding-top: 68px + } + .nx-site-header-inner { + padding-bottom: 0 + } + .nx-header-menus { + background-color: #020101; + border-bottom: 1px solid #009647; + box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.25); + display: none; + padding-top: 12px; + position: absolute; + top: 69px; + width: 100%; + z-index: 300 + } + .nx-site-header.mobile-expanded .nx-header-menus { + display: block + } + .mobile-menu-button-wrapper, + .mobile-search-button-wrapper { + line-height: 1; + position: absolute; + top: 18px + } + .mobile-menu-button { + border-radius: 3px; + display: inline-block; + height: 29px; + line-height: 29px; + text-align: center; + width: 29px + } + .mobile-menu-button:link, + .mobile-menu-button:visited { + background-color: transparent; + border: 1px solid #333333; + color: #FFF + } + .mobile-menu-button:hover, + .mobile-menu-button:active, + .mobile-menu-button:focus { + background-color: #F2A83A; + border: 1px solid transparent; + color: #FFF + } + .mobile-menu-button .icon { + display: inline; + line-height: 1.5; + vertical-align: middle + } + .mobile-expanded .mobile-menu-button:link, + .mobile-expanded .mobile-menu-button:visited, + .mobile-expanded .mobile-menu-button:focus { + background-color: #5a3806 + } + .mobile-expanded .mobile-menu-button:hover, + .mobile-expanded .mobile-menu-button:active { + background-color: #F2A83A + } + .mobile-menu-button-wrapper { + left: 2.5788% + } + .mobile-search-button-wrapper { + right: 2.5788% + } + .nx-menu, + .sub-menu { + display: block; + list-style: none; + margin-bottom: 0; + margin-left: 0 + } + .nx-menu { + text-transform: uppercase + } + .sub-menu { + background-color: #21201F; + display: none; + padding-top: 4px; + text-transform: none + } + .item-mobile-expanded .sub-menu { + display: block + } + .nx-primary-menu-location .search-form-wrapper { + display: none + } + .nx-primary-menu-location .menu-item { + border-top: 1px solid #333232 + } + .nx-primary-menu-location .menu-item a { + display: block; + position: relative + } + .nx-primary-menu-location .menu-item a .inner { + display: block; + padding: 14px 46px 14px 2.5788%; + position: relative; + padding-left:19px; + } + .nx-primary-menu-location .menu-item .menu-item { + border-top: none + } + .nx-primary-menu-location .menu-item .menu-item a { + display: block + } + .nx-primary-menu-location .menu-item .menu-item .inner { + background-color: transparent; + padding: 14px 0 14px 5.15759% + } + .nx-primary-menu-location .menu-item .menu-item:last-of-type { + border-bottom: none + } + .nx-primary-menu-location .menu-item:last-of-type { + border-bottom: 1px solid #333232 + } + .nx-primary-menu-location .menu-item.menu-item-has-children>a .icon { + border-left: 1px solid #333232; + font-size: 16px; + font-size: 1.6rem; + height: 80%; + line-height: 39px; + padding: 0 18px; + position: absolute; + right: 0; + top: 10% + } + + .header-actions-menu-location { + padding: 0 2.5788% + } + .header-actions-menu-location .nx-menu { + *zoom: 1; + margin-bottom: 0 + } + .header-actions-menu-location .nx-menu:before, + .header-actions-menu-location .nx-menu:after { + content: " "; + display: table + } + .header-actions-menu-location .nx-menu:after { + clear: both + } + .header-actions-menu-location .nx-menu-item { + float: left; + margin-bottom: 12px; + padding-right: 12px; + width: 50% + } + .header-actions-menu-location .menu-item:nth-child(2n) { + padding-right: 0 + } + + .header-extras-wrapper a { + display: block; + text-align: center + } + .header-extras-wrapper a:link, + .header-extras-wrapper a:visited { + color: #999999 + } + .header-extras-wrapper a:hover, + .header-extras-wrapper a:active, + .header-extras-wrapper a:focus { + color: #d9d9d6 + } + .header-extras-wrapper .header-extras { + *zoom: 1 + } + .header-extras-wrapper .header-extras:before, + .header-extras-wrapper .header-extras:after { + content: " "; + display: table + } + .header-extras-wrapper .header-extras:after { + clear: both + } + .header-extras-wrapper .header-extra { + border-right: 1px solid #333232; + float: left; + padding: 14px 7px 14px 2.5788%; + width: 50% + } + .header-extras-wrapper .header-extra:last-child { + border-right: none + } + .header-extras-wrapper .header-tel { + display: inline-block + } + .header-extras-wrapper .login-link .icon, + .header-extras-wrapper .login-link .nx-login-text { + display: inline + } + .header-extras-wrapper .login-link .icon { + vertical-align: middle + } + #menu-item-3677 { + display: none + } + + +}/* end @media screen and (max-width: 979px) */ + +@media screen and (max-width: 979px) and (min-width: 500px) { + .sub-menu { + -moz-column-count: 2; + -webkit-column-count: 2; + column-count: 2 + } +} + +@media screen and (max-width: 979px) and (max-width: 350px) { + .header-actions-menu-location { + font-size: 14px; + font-size: 1.4rem + } +} + +@media screen and (min-width: 980px) { + .mobile-menu-button-wrapper, + .mobile-search-button-wrapper { + display: none + } + .nx-primary-menu-location { + display: inline-block; + font-size: 14px; + font-size: 1.4rem; + font-weight: 400; + float: left; + margin-left: 20px; + margin-right: 20px; + position: relative; + text-transform: uppercase + } + .nx-primary-menu-location .menu-primary-container { + position: relative; + float: left + } + .nx-primary-menu-location a { + transition: color 0.1s ease + } + .nx-primary-menu-location a:link, + .nx-primary-menu-location a:visited { + color: #d9d9d6 + } + .nx-primary-menu-location a:hover, + .nx-primary-menu-location a:active, + .nx-primary-menu-location a:focus { + color: #fff + } + .nx-primary-menu-location .nx-menu { + display: block; + list-style: none; + margin: 0 0 0 0 + } + .nx-primary-menu-location .menu-item { + display: inline-block; + margin-right: 6px; + padding: 0 0; + position: relative + } + + .nx-site-header { + padding: 0 2.5788% + } + .nx-primary-menu-location .menu-item.current-menu-item a:link, + .nx-primary-menu-location .menu-item.current-menu-item a:visited, + .nx-primary-menu-location .menu-item.current-menu-item a:hover, + .nx-primary-menu-location .menu-item.current-menu-item a:active, + .nx-primary-menu-location .menu-item.current-menu-item a:focus { + color: #FFF + } + .nx-primary-menu-location .menu-item.current-menu-item>a .inner { + border-bottom: 2px solid #14943E + } + .nx-primary-menu-location .menu-item>a { + display: block; + padding: 5px 11px 0; + position: relative + } + .nx-primary-menu-location .menu-item>a .inner { + display: inline-block; + padding-bottom: 17px; + position: relative + } + .nx-primary-menu-location .menu-item.menu-item-has-children>a .icon { + display: inline-block; + font-size: 16px; + font-size: 1.6rem + } + .nx-primary-menu-location .menu-item.menu-item-has-children>a .icon::before { + vertical-align: middle + } + .nx-primary-menu-location .menu-item.menu-item-has-children:hover>a { + background-color: #14943E + } + .nx-primary-menu-location .menu-item.menu-item-has-children:hover>a::after { + content: ''; + background-image: url('img/primary-menu-parent-item-edge.png'); + height: 31px; + position: absolute; + right: -21px; + top: 0; + width: 21px + } + .nx-primary-menu-location .menu-item.menu-item-has-children:hover .sub-menu { + display: block + } + .nx-primary-menu-location .menu-item .menu-item { + line-height: 1.2; + margin: 0 0 1px 0 + } + .nx-primary-menu-location .menu-item .menu-item:last-child { + margin-bottom: 0 + } + .nx-primary-menu-location .menu-item .menu-item:last-child::after { + display: none + } + .nx-primary-menu-location .menu-item .menu-item::after { + background-color: #403F3F; + content: ''; + display: block; + height: 1px; + left: 0; + margin: 0 12px 0 14px; + position: absolute; + right: 0 + } + .nx-primary-menu-location .menu-item .menu-item a { + display: block; + padding: 12px 12px 12px 14px; + padding-bottom: 0; + } + .nx-primary-menu-location .menu-item .menu-item a:hover, + .nx-primary-menu-location .menu-item .menu-item a:active, + .nx-primary-menu-location .menu-item .menu-item a:focus { + background-color: #323130 + } + .nx-primary-menu-location .menu-item .menu-item a .inner { + display: block; + padding-bottom: 16px; + } + .nx-primary-menu-location .menu-item .menu-item .menu-item { + display: none + } + .nx-primary-menu-location .sub-menu { + background-color: #232221; + border-left: none; + border-right: none; + display: none; + left: 0; + margin-left: 0; + position: absolute; + text-transform: none; + top: 31px; + width: 210px; + z-index: 300 + } + .nx-primary-menu-location .sub-menu li { + display: block + } + .header-actions-menu-location { + font-size: 14px; + font-size: 1.4rem; + line-height: 1.1; + position: absolute; + right: 0; + text-transform: uppercase; + } + .header-actions-menu-location .nx-menu { + display: block; + list-style: none; + margin: 0 0 0 0 + } + .header-actions-menu-location .menu-item { + margin-left: 9px + } + + .header-extras-wrapper { + color: #d9d9d6; + float: right; + font-size: 14px; + font-size: 1.4rem; + font-weight: 400; + margin-bottom: 14px; + margin-left: 1em; + padding-top: 7px + } + + .header-extras-wrapper .header-tel { + display: none + } + .header-extras-wrapper .nx-header-login { + display: inline-block; + vertical-align: top + } + .header-extras-wrapper .nx-login-text { + display: none + } + .header-extras-wrapper .header-tel { + margin-right: 1em + } + .header-extras-wrapper .icon-user, + .header-extras-wrapper .icon-user { + display: inline; + font-size: 20px; + font-size: 2rem; + line-height: 1 + } + .header-extras-wrapper .nx-header-login a:link, + .header-extras-wrapper .nx-header-login a:visited { + color: #d9d9d6 + } + .header-extras-wrapper .nx-header-login a:hover, + .header-extras-wrapper .nx-header-login a:active, + .header-extras-wrapper .nx-header-login a:focus { + color: #FFF + } + +}/* end @media screen and (min-width: 980px) */ + +@media screen and (min-width: 980px) and (max-width: 1200px) { + .nx-primary-menu-location { + font-size: 12px + } +} + +@media screen and (min-width: 980px) and (min-width: 1120px) { + .nx-primary-menu-location .menu-item { + margin-right: 6px; + } +} + +@media screen and (min-width: 980px) and (max-width: 1200px) { + .header-extras-wrapper { + font-size: 12px; + } +} + +@media screen and (max-width: 800px) { + .single-post .hentry{ + margin-top:20px; + } +} +@media only screen and (max-width: 979px) { + .nx-site-branding-wrapper{ + display: block; + } + .nx-menu-logo, + .icon-user{ + display: none; + } + .nx-login-text{ + display: block; + padding: 8px 0 15px 15px; + text-transform: uppercase; + } + .nx-site-branding-wrapper{ + display: block; + } + + .nx-login-text{ + display: block; + padding: 8px 0 15px 15px; + text-transform: uppercase; + } + .nx-site-header{ + position: fixed; + } + .nx-header-menus{ + overflow-y: scroll; + } +}/* end @media only screen and (max-width: 767px) */ + +@media only screen and (min-width: 979px) { + .nx-primary-menu-location .menu-item.menu-item-has-children:hover>a::after, + .nx-primary-menu-location .menu-item.menu-item-has-children>a .icon{ + display: none !important; + } +} +@media screen and (max-width: 767px){ + .nx-footer-menu .sub-menu a { + margin-bottom: 2px; + } +} +@media screen and (max-width: 550px) { + .single-post .nginx-single-meta{ + height: auto; + } + .single-post .nginx-post-date{ + padding-left: 10px; + } +} +@media screen and (max-width: 480px) { + .single-post .nginx-post-author{ + padding-left: 10px; + } +} + + +/*============== Footer CSS ==============*/ +.site-footer:before, +.site-footer:after{content:"";display:table} +.infinite-scroll.neverending .site-footer{ + display:none; +} +.infinity-end.neverending .site-footer{ + display:block +} +#colophon { + background-color: #32302F; + box-shadow: 0 -10px 15px -3px rgba(0,0,0,0.2); + color: #f1f1f1; + position: relative; + z-index: 100; +} +.site-footer { + padding: 0 2.5788%; +} +.site-footer-inner { + max-width: 1120px; + margin-left: auto; + margin-right: auto; + min-width: 280px; + position: relative; +} +.site-footer-inner { + padding: 0px 0; +} +.site-footer .site-info { + clear: both; + color: #999; + width: 100%; + font-size: 12px; + font-size: 1.2rem; + font-weight: 300; + padding-top: 35px; + opacity: .5; +} + + +.footer-primary-nav, .footer-secondary-nav, .footer-connect-nav { + content: ""; + display: table; + float: left; + max-width: 400px; + width: 100%; +} +.nx-footer-menu-wrap { + width: 45.92145%; + float: left; + margin-right: 8.1571%; +} +.nx-footer-menu { + display: block; + font-size: 13px; + font-size: 1.3rem; + font-weight: 700; + list-style: none; + margin: 0; +} +.footer-secondary-nav{ + position:relative +} +.footer-secondary-nav:after{ + background-color:#999; + bottom:0; + content:''; + display:none; + opacity:.5; + position:absolute; + top:0; + width:1px +} +.footer-connect-nav{ + clear:both +} +.footer-connect-nav .footer-head{ + color:#999; + font-size:15px; + font-size:1.5rem; + font-weight:700; + margin-bottom:10px +} +.nx-footer-menu-wrap:last-child{ + float:right; + margin-right:0 +} +.nx-footer-menu li:first-child>a{ + padding-top:0 +} +.nx-footer-menu a{ + display:block; + padding:10px 0 +} +.nx-footer-menu a:link,.nx-footer-menu a:visited{ + color:#999; + text-decoration:none +} +.nx-footer-menu a:hover,.nx-footer-menu a:active,.nx-footer-menu a:focus{ + color:#f1f1f1; + text-decoration:underline +} +.nx-footer-menu .sub-menu{ + background-color:transparent; + -moz-column-count:auto; + -webkit-column-count:auto; + column-count:auto; + display:block; + list-style:none; + margin:-2px 0 10px; + padding-top:0 +} +.nx-footer-menu .sub-menu a{ + font-weight:300; + padding:2px 0 +} + + + + +@media screen and (min-width: 500px){ + .footer-primary-nav, .footer-secondary-nav, .footer-connect-nav { + width: 48.7106%; + float: left; + margin-right: 2.5788%; + } + +} +@media screen and (min-width: 800px){ + .site-footer-inner { + padding: 20px 0; + } + .footer-primary-nav, .footer-secondary-nav, .footer-connect-nav { + width: 31.61414%; + float: left; + margin-right: 2.5788%; + max-width: none; + } + .footer-connect-nav{ + clear:none; + float:right; + margin-right:0 + } + .footer-secondary-nav:after{ + display:block; + right:0 + } + .footer-social{ + margin-top:0 + } +} +@media screen and (min-width: 1120px){ + .site-footer .site-info { + font-size: 15px; + padding-top: 30px; + } + .nx-footer-menu-wrap { + width: 45.92145%; + float: left; + margin-right: 8.1571%; + } + .nx-footer-menu { + font-size: 15px; + font-size: 1.5rem; + } + .footer-connect-nav{ + width:23.0659%; + float:left; + margin-right:2.5788%; + float:right; + margin-right:0 + } + .footer-secondary-nav:after{ + right:-70px + } +} +@media screen and (min-width: 500px) and (max-width: 799px){ + .footer-secondary-nav{ + float:right; + margin-right:0 + } +} diff --git a/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/assets/css/docs-nginx-com/style.css b/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/assets/css/docs-nginx-com/style.css new file mode 100644 index 000000000..fcddb4958 --- /dev/null +++ b/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/assets/css/docs-nginx-com/style.css @@ -0,0 +1,2249 @@ +/*copy from nginx-theme.css */ + +big, +html, +small { + font-family: inherit +} +body { + vertical-align: baseline; + background: #32302f +} +a, +abbr, +acronym, +applet, +del, +div, +dl, +fieldset, +font, +form, +iframe, +ins, +label, +legend, +li, +object, +q, +s, +samp, +span, +strike, +tbody, +tfoot, +thead, +tr { + border: 0; + font-family: inherit; + font-size: 100%; + font-style: inherit; + font-weight: inherit; + margin: 0; + outline: 0; + padding: 0; + vertical-align: baseline +} +h1, +h2, +h3, +h4, +h5, +h6 { + padding: 0; + vertical-align: baseline +} +address, +blockquote, +dd, +ol, +p, +table, +ul { + border: 0; + font-family: inherit; + font-style: inherit; + font-weight: inherit; + outline: 0; + padding: 0 +} +cite, +dfn, +em, +h1, +h2, +h3, +h4, +h5, +h6, +pre { + border: 0; + outline: 0 +} +h1, +h2, +h3, +h4, +h5, +h6, +pre { + font-style: inherit +} +cite, +dfn, +em { + font-family: inherit; + font-weight: inherit; + margin: 0; + padding: 0 +} +big, +body, +caption, +code, +dt, +html, +kbd, +small, +strong, +sub, +sup, +td, +th, +tt, +var { + border: 0; + font-style: inherit; + margin: 0; + outline: 0; + padding: 0 +} +big, +code, +html, +kbd, +pre, +small, +tt, +var { + font-weight: inherit; + vertical-align: baseline +} +caption, +dt, +strong, +sub, +sup, +td, +th { + font-family: inherit +} +address, +blockquote, +caption, +cite, +dd, +dfn, +dt, +em, +ol, +p, +strong, +table, +td, +th, +ul { + font-size: 100%; + vertical-align: baseline +} +sub, +sup { + font-weight: inherit +} +html { + scroll-behavior: smooth; + font-size: 62.5%; + overflow-y: scroll; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; + box-sizing: border-box +} +*, +:after, +:before { + box-sizing: inherit +} +article, +aside, +details, +figcaption, +figure, +footer, +header, +main, +nav, +section { + display: block +} + +caption, +td { + font-weight: 300 +} +caption, +td, +th { + text-align: left +} +blockquote:after, +blockquote:before, +q:after, +q:before { + content: "" +} +blockquote, +q { + quotes: "" "" +} +a:focus { + outline: thin dotted +} +a:active, +a:hover { + outline: 0 +} +a img, +hr { + border: 0 +} +body { + color: #404040; + font-size: 15.5px; + font-weight: 300 +} +button, +input, +select { + color: #404040; + font-weight: 300 +} +body, +button, +h1, +h2, +h3, +h4, +h5, +h6, +input, +select, +textarea { + font-family: "Roboto-Regular", "Helvetica Neue", Arial, sans-serif +} +body, +input, +select, +textarea { + font-size: 1.4rem; + line-height: 1.4; +} +h1, +h2, +h3, +h4, +textarea { + font-weight: 300 +} +h1, +h2, +h3, +h4, +h5, +h6 { + clear: both; + line-height: 1.25; + margin: 0 0 .5em +} +h1 { + font-size: 38px; +} +h2 { + font-size: 31.5px; +} +h3 { + font-size: 20px; +} +h4, +h5, +h6 { + font-size: 17px; +} +b, +dt, +h5, +h6, +strong, +th { + font-weight: 700 +} +cite, +dfn, +em, +i { + font-style: italic +} + +img{ + max-width: 100% +} + +code, +kbd, +tt, +var { + font-family: Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; + font-size: 100% +} +pre code { + font-size: .85em +} +abbr, +acronym { + border-bottom: 1px dotted #666; + cursor: help +} +ins, +mark { + background: #fff9c0; + text-decoration: none +} +sub, +sup { + font-size: 75%; + height: 0; + line-height: 0; + position: relative; + vertical-align: baseline +} +sup { + bottom: 1ex +} +sub { + top: .5ex +} +small { + font-size: 75% +} +big { + font-size: 125% +} +hr { + background-color: #ccc; + height: 1px; + margin-bottom: 1.5em +} +ol, +ul { + margin: 0 0 1.5em 1em +} +ul { + list-style: disc +} +ol { + list-style: decimal +} +li>ol, +li>ul { + margin-bottom: 0; + margin-left: 1.5em +} +dd { + margin: 0 1.5em 1.5em +} +img { + height: auto +} +button, +figure { + margin: 0 +} +button, +input, +select { + vertical-align: baseline +} +input, +select, +textarea { + font-size: 100%; + margin: 0 +} +button, +input[type=button], +input[type=reset], +input[type=submit] { + border: 1px solid; + border-color: #ccc #ccc #bbb; + border-radius: 3px; + background: #e6e6e6; + box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), inset 0 15px 17px rgba(255, 255, 255, .5), inset 0 -5px 12px rgba(0, 0, 0, .05); + color: rgba(0, 0, 0, .8); + cursor: pointer; + -webkit-appearance: button; + font-size: 12px; + font-size: 1.2rem; + line-height: 1; + padding: .6em 1em .4em; + text-shadow: 0 1px 0 rgba(255, 255, 255, .8) +} +button:hover, +input[type=button]:hover, +input[type=reset]:hover, +input[type=submit]:hover { + border: none; + box-shadow: none; + background-color: #0c5c8d; +} +button:active, +button:focus, +input[type=button]:active, +input[type=button]:focus, +input[type=reset]:active, +input[type=reset]:focus, +input[type=submit]:active, +input[type=submit]:focus { + border: none; + box-shadow: none; +} +input[type=checkbox], +input[type=radio] { + padding: 0 +} +input[type=search] { + -webkit-appearance: textfield +} +input[type=search]::-webkit-search-decoration { + -webkit-appearance: none +} +button::-moz-focus-inner, +input::-moz-focus-inner { + border: 0; + padding: 0 +} +input[type=email], +input[type=password], +input[type=search], +input[type=text], +input[type=url], +textarea { + color: #666; + border: 1px solid #ccc; + border-radius: 2px; + font-size: inherit; + font-weight: normal; +} +input[type=email]:focus, +input[type=password]:focus, +input[type=search]:focus, +input[type=text]:focus, +input[type=url]:focus, +textarea:focus { + color: #111 +} +input[type=email], +input[type=password], +input[type=search], +input[type=text], +input[type=url] { + padding: 4px +} +textarea { + overflow: auto; + padding-left: 4px; + vertical-align: top; + width: 100% +} +a { + color: #009639 +} + +@font-face { + font-family: 'Roboto-Regular'; + src: url('../fonts/roboto/Roboto-Regular.eot'); + src: url('../fonts/roboto/Roboto-Regular.woff2') format('woff2'), + url('../fonts/roboto/Roboto-Regular.woff') format('woff'), + url('../fonts/roboto/Roboto-Regular.ttf') format('truetype'), + url('../fonts/roboto/Roboto-Regular.svg#Roboto-Regular') format('svg'), + url('../fonts/roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'); + font-weight: normal; + font-style: normal; +} +@font-face { + font-family: 'Roboto-Regular'; + src: url('../fonts/roboto/Roboto-ThinItalic.eot'); + src: url('../fonts/roboto/Roboto-ThinItalic.woff2') format('woff2'), + url('../fonts/roboto/Roboto-ThinItalic.woff') format('woff'), + url('../fonts/roboto/Roboto-ThinItalic.ttf') format('truetype'), + url('../fonts/roboto/Roboto-ThinItalic.svg#Roboto-ThinItalic') format('svg'), + url('../fonts/roboto/Roboto-ThinItalic.eot?#iefix') format('embedded-opentype'); + font-weight: 200; + font-style: italic; +} +@font-face { + font-family: 'Roboto-Regular'; + src: url('../fonts/roboto/Roboto-Thin.eot'); + src: url('../fonts/roboto/Roboto-Thin.woff2') format('woff2'), + url('../fonts/roboto/Roboto-Thin.woff') format('woff'), + url('../fonts/roboto/Roboto-Thin.ttf') format('truetype'), + url('../fonts/roboto/Roboto-Thin.svg#Roboto-Thin') format('svg'), + url('../fonts/roboto/Roboto-Thin.eot?#iefix') format('embedded-opentype'); + font-weight: 200; + font-style: normal; +} +@font-face { + font-family: 'Roboto-Regular'; + src: url('../fonts/roboto/Roboto-MediumItalic.eot'); + src: url('../fonts/roboto/Roboto-MediumItalic.woff2') format('woff2'), + url('../fonts/roboto/Roboto-MediumItalic.woff') format('woff'), + url('../fonts/roboto/Roboto-MediumItalic.ttf') format('truetype'), + url('../fonts/roboto/Roboto-MediumItalic.svg#Roboto-MediumItalic') format('svg'), + url('../fonts/roboto/Roboto-MediumItalic.eot?#iefix') format('embedded-opentype'); + font-weight: 400; + font-style: italic; +} +@font-face { + font-family: 'Roboto-Regular'; + src: url('../fonts/roboto/Roboto-Medium.eot'); + src: url('../fonts/roboto/Roboto-Medium.woff2') format('woff2'), + url('../fonts/roboto/Roboto-Medium.woff') format('woff'), + url('../fonts/roboto/Roboto-Medium.ttf') format('truetype'), + url('../fonts/roboto/Roboto-Medium.svg#Roboto-Medium') format('svg'), + url('../fonts/roboto/Roboto-Medium.eot?#iefix') format('embedded-opentype'); + font-weight: 400; + font-style: normal; +} +@font-face { + font-family: 'Roboto-Regular'; + src: url('../fonts/roboto/Roboto-LightItalic.eot'); + src: url('../fonts/roboto/Roboto-LightItalic.woff2') format('woff2'), + url('../fonts/roboto/Roboto-LightItalic.woff') format('woff'), + url('../fonts/roboto/Roboto-LightItalic.ttf') format('truetype'), + url('../fonts/roboto/Roboto-LightItalic.svg#Roboto-LightItalic') format('svg'), + url('../fonts/roboto/Roboto-LightItalic.eot?#iefix') format('embedded-opentype'); + font-weight: 300; + font-style: italic; +} +@font-face { + font-family: 'Roboto-Regular'; + src: url('../fonts/roboto/Roboto-Light.eot'); + src: url('../fonts/roboto/Roboto-Light.woff2') format('woff2'), + url('../fonts/roboto/Roboto-Light.woff') format('woff'), + url('../fonts/roboto/Roboto-Light.ttf') format('truetype'), + url('../fonts/roboto/Roboto-Light.svg#Roboto-Light') format('svg'), + url('../fonts/roboto/Roboto-Light.eot?#iefix') format('embedded-opentype'); + font-weight: 300; + font-style: normal; +} +@font-face { + font-family: 'Roboto-Regular'; + src: url('../fonts/roboto/Roboto-Italic.eot'); + src: url('../fonts/roboto/Roboto-Italic.woff2') format('woff2'), + url('../fonts/roboto/Roboto-Italic.woff') format('woff'), + url('../fonts/roboto/Roboto-Italic.ttf') format('truetype'), + url('../fonts/roboto/Roboto-Italic.svg#Roboto-Italic') format('svg'), + url('../fonts/roboto/Roboto-Italic.eot?#iefix') format('embedded-opentype'); + font-weight: normal; + font-style: italic; +} +@font-face { + font-family: 'Roboto-Regular'; + src: url('../fonts/roboto/Roboto-BoldItalic.eot'); + src: url('../fonts/roboto/Roboto-BoldItalic.woff2') format('woff2'), + url('../fonts/roboto/Roboto-BoldItalic.woff') format('woff'), + url('../fonts/roboto/Roboto-BoldItalic.ttf') format('truetype'), + url('../fonts/roboto/Roboto-BoldItalic.svg#Roboto-BoldItalic') format('svg'), + url('../fonts/roboto/Roboto-BoldItalic.eot?#iefix') format('embedded-opentype'); + font-weight: 700; + font-style: italic; +} +@font-face { + font-family: 'Roboto-Regular'; + src: url('../fonts/roboto/Roboto-Bold.eot'); + src: url('../fonts/roboto/Roboto-Bold.woff2') format('woff2'), + url('../fonts/roboto/Roboto-Bold.woff') format('woff'), + url('../fonts/roboto/Roboto-Bold.ttf') format('truetype'), + url('../fonts/roboto/Roboto-Bold.svg#Roboto-Bold') format('svg'), + url('../fonts/roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'); + font-weight: 700; + font-style: normal; +} +@font-face { + font-family: 'Roboto-Regular'; + src: url('../fonts/roboto/Roboto-BlackItalic.eot'); + src: url('../fonts/roboto/Roboto-BlackItalic.woff2') format('woff2'), + url('../fonts/roboto/Roboto-BlackItalic.woff') format('woff'), + url('../fonts/roboto/Roboto-BlackItalic.ttf') format('truetype'), + url('../fonts/roboto/Roboto-BlackItalic.svg#Roboto-BlackItalic') format('svg'), + url('../fonts/roboto/Roboto-BlackItalic.eot?#iefix') format('embedded-opentype'); + font-weight: 900; + font-style: italic; +} +@font-face { + font-family: 'Roboto-Regular'; + src: url('../fonts/roboto/Roboto-Black.eot'); + src: url('../fonts/roboto/Roboto-Black.woff2') format('woff2'), + url('../fonts/roboto/Roboto-Black.woff') format('woff'), + url('../fonts/roboto/Roboto-Black.ttf') format('truetype'), + url('../fonts/roboto/Roboto-Black.svg#Roboto-Black') format('svg'), + url('../fonts/roboto/Roboto-Black.eot?#iefix') format('embedded-opentype'); + font-weight: 900; + font-style: normal; +} + + +@font-face { + font-family: "nginx-font"; + src: url(../fonts/nginx-font/fonts/nginx-font.eot?1480854649); + src: url(../fonts/nginx-font/fonts/nginx-font.eot?&1480854649#iefix) format("embedded-opentype"), url(../fonts/nginx-font/fonts/nginx-font.woff?1480854649) format("woff"), url(../fonts/nginx-font/fonts/nginx-font.ttf?1480854649) format("truetype"), url(../fonts/nginx-font/fonts/nginx-font.svg?1480854649#nginx-font) format("svg"); + font-weight: 400; + font-style: normal +} +[data-icon]:before { + content: attr(data-icon) +} +[class*=" icon-"]:before, +[class^=icon-]:before, +[data-icon]:before { + font-family: "nginx-font"!important; + font-style: normal!important; + font-weight: 400!important; + font-variant: normal!important; + text-transform: none!important; + speak-as: none; + line-height: 1; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale +} +.icon-arrow-disc:before { + content: "1" +} +.icon-nginx-cloud:before { + content: "b" +} +.icon-nginx-testdeploy:before { + content: "c" +} +.icon-nginx-webserver:before { + content: "d" +} +.icon-nginx-connected:before { + content: "e" +} +.icon-arrow-down:before { + content: "3" +} +.icon-arrow-right:before { + content: "4" +} +.icon-nginx-database:before { + content: "h" +} +.icon-nginx-dynamic:before { + content: "i" +} +.icon-arrow-submit:before { + content: "2" +} +.icon-nginx-focus:before { + content: "l" +} +.icon-nginx-internet:before { + content: "m" +} +.icon-linkedin:before { + content: "L" +} +.icon-play:before { + content: "9" +} +.icon-nginx-loadbalance:before { + content: "p" +} +.icon-nginx-modern:before { + content: "q" +} +.icon-rss:before { + content: "R" +} +.icon-search:before { + content: "S" +} +.icon-nginx-monitoring:before { + content: "t" +} +.icon-nginx-performance:before { + content: "u" +} +.icon-twitter:before { + content: "T" +} +.icon-user:before { + content: "U" +} +.icon-nginx-reliability:before { + content: "x" +} +.icon-nginx-softwareconfigure:before { + content: "y" +} +.icon-nginx-application:before { + content: "z" +} +.icon-nginx-caching:before { + content: "a" +} +.icon-nginx-streamingmedia:before { + content: "f" +} +.icon-facebook:before { + content: "F" +} +.icon-arrow-left:before { + content: "g" +} +.icon-arrow-up:before { + content: "j" +} +.icon-menu:before { + content: "k" +} +@-moz-keyframes nx-button-wiggle-for-scroll { + 0%, to { + -moz-transform: translate(0, 0); + transform: translate(0, 0) + } + 33% { + -moz-transform: translate(0, 2px); + transform: translate(0, 2px) + } + 66% { + -moz-transform: translate(0, -2px); + transform: translate(0, -2px) + } +} +@-webkit-keyframes nx-button-wiggle-for-scroll { + 0%, to { + -webkit-transform: translate(0, 0); + transform: translate(0, 0) + } + 33% { + -webkit-transform: translate(0, 2px); + transform: translate(0, 2px) + } + 66% { + -webkit-transform: translate(0, -2px); + transform: translate(0, -2px) + } +} +@keyframes nx-button-wiggle-for-scroll { + 0%, to { + -moz-transform: translate(0, 0); + -ms-transform: translate(0, 0); + -webkit-transform: translate(0, 0); + transform: translate(0, 0) + } + 33% { + -moz-transform: translate(0, 2px); + -ms-transform: translate(0, 2px); + -webkit-transform: translate(0, 2px); + transform: translate(0, 2px) + } + 66% { + -moz-transform: translate(0, -2px); + -ms-transform: translate(0, -2px); + -webkit-transform: translate(0, -2px); + transform: translate(0, -2px) + } +} +@-moz-keyframes nx-button-wiggle-for-hover { + 0%, to { + -moz-transform: translate(0, 0); + transform: translate(0, 0) + } + 33% { + -moz-transform: translate(0, 1px); + transform: translate(0, 1px) + } + 66% { + -moz-transform: translate(0, -1px); + transform: translate(0, -1px) + } +} +@-webkit-keyframes nx-button-wiggle-for-hover { + 0%, to { + -webkit-transform: translate(0, 0); + transform: translate(0, 0) + } + 33% { + -webkit-transform: translate(0, 1px); + transform: translate(0, 1px) + } + 66% { + -webkit-transform: translate(0, -1px); + transform: translate(0, -1px) + } +} +@keyframes nx-button-wiggle-for-hover { + 0%, to { + -moz-transform: translate(0, 0); + -ms-transform: translate(0, 0); + -webkit-transform: translate(0, 0); + transform: translate(0, 0) + } + 33% { + -moz-transform: translate(0, 1px); + -ms-transform: translate(0, 1px); + -webkit-transform: translate(0, 1px); + transform: translate(0, 1px) + } + 66% { + -moz-transform: translate(0, -1px); + -ms-transform: translate(0, -1px); + -webkit-transform: translate(0, -1px); + transform: translate(0, -1px) + } +} +@-moz-keyframes nx-fade-in { + 0% { + opacity: 0 + } + to { + opacity: 1 + } +} +@-webkit-keyframes nx-fade-in { + 0% { + opacity: 0 + } + to { + opacity: 1 + } +} +@keyframes nx-fade-in { + 0% { + opacity: 0 + } + to { + opacity: 1 + } +} +.screen-reader-text { + clip: rect(1px, 1px, 1px, 1px); + position: absolute!important; + height: 1px; + width: 1px; + overflow: hidden +} +.screen-reader-text:active, +.screen-reader-text:focus, +.screen-reader-text:hover { + background-color: #f1f1f1; + border-radius: 3px; + box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6); + clip: auto!important; + color: #21759b; + display: block; + font-size: 14px; + font-size: 1.4rem; + font-weight: 700; + height: auto; + left: 5px; + line-height: normal; + padding: 15px 23px 14px; + text-decoration: none; + top: 5px; + width: auto; + z-index: 100000 +} +.alignleft { + display: inline; + float: left; + margin-right: 1.5em +} +.alignright { + display: inline; + float: right; + margin-left: 1.5em +} +.aligncenter { + display: block; + margin: 0 auto +} +.clear:after, +.clear:before, +.comment-content:after, +.comment-content:before, +.entry-content:after, +.entry-content:before, +.site-content:after, +.site-content:before, +.site-footer:after, +.site-footer:before, +.nx-site-header:after, +.nx-site-header:before { + content: ""; + display: table +} +.clear:after, +.comment-content:after, +.entry-content:after, +.site-content:after, +.site-footer:after, +.nx-site-header:after { + clear: both +} + + +a { + transition: all .1s ease +} +a:link, +a:visited { + color: #009639; + text-decoration: none +} +a:active, +a:focus, +a:hover { + color: #0bb35f; + text-decoration: none +} +.site-content-inner, +.site-footer-inner, +.nx-site-header-inner { + max-width: 1120px; + margin-left: auto; + margin-right: auto; + min-width: 280px; + position: relative +} +.site-content-inner:after, +.site-footer-inner:after, +.nx-site-header-inner:after { + content: " "; + display: block; + clear: both +} +.site-content, +.site-footer { + padding: 0 2.5788% +} +.site-content { + color: #000; + position: relative; + z-index: 95 +} + +#page{ + background-color: #fff +} + +/* end copy */ + +/* Styles for Sphinx generated elements */ + +table { + border-collapse: separate; + border-spacing: 0; + margin: 0 0 1.5em; + width: 100% +} + +table.docutils { + border: 1px solid #888; + -moz-box-shadow: 2px 2px 4px #eee; + -webkit-box-shadow: 2px 2px 4px #eee; + box-shadow: 2px 2px 4px #eee; +} + +table.docutils td, table.docutils th { + border: 1px solid #888; + padding: 0.25em 0.7em; +} + +table.field-list, table.footnote { + border: none; + -moz-box-shadow: none; + -webkit-box-shadow: none; + box-shadow: none; +} + +table.footnote { + margin: 15px 0; + width: 100%; + border: 1px solid #ccc; + background: #eee; + font-size: 0.9em; +} + +table.footnote + table.footnote { + margin-top: -15px; + border-top: none; +} + +table.field-list th { + padding: 0 0.8em 0 0; +} + +table.field-list td { + padding: 0; +} + +table.footnote td.label { + width: 0px; + padding: 0.3em 0 0.3em 0.5em; +} + +table.footnote td { + padding: 0.3em 0.5em; +} + +/* Hide fugly table cell borders in ..bibliography:: directive output */ +table.docutils.citation, table.docutils.citation td, table.docutils.citation th { + border: none; + /* Below needed in some edge cases; if not applied, bottom shadows appear */ + -moz-box-shadow: none; + -webkit-box-shadow: none; + box-shadow: none; +} + +dl dd { + margin-left: 30px; +} + +blockquote { + + display:block; + padding: 10px 5px 3px 19px; + margin: 5px 0 20px; + position: relative; + border-left: 1px solid #00953a; + float: left; + width: 100%; +} + +blockquote strong{ + font-weight: 400; + color: #000; +} + +ul, ol { + margin: 10px 0 10px 30px; + padding: 0; +} + +pre { + max-width: 100%; + background: #f7f7f7; + /*font-family: "Courier 10 Pitch", Courier, monospace;*/ + font-size: 1.5rem; + line-height: 1.4; + margin: 0; + overflow: auto; + padding: 1em; + tab-size: 4; + -moz-tab-size: 4; + -o-tab-size: 4; + /* white-space: pre-wrap */ + /* + tab-size: 0; + -moz-tab-size: 0; + -o-tab-size: 0; + */ + color: #202221; + font-size: 15px; + font-family: monospace; +} + + + +dt:target{ + background: #f7f7f7; +} + +/* end Styles for Sphinx generated elements */ + +/*================================================ + Header Style +================================================*/ +label, .label, .group-label, input, textarea, select { + color: #989898; +} + +.label, .group-label{ + font-weight: normal; +} + +.label span, .group-label span{ + font-weight: lighter; +} + +.label { + clear: both; + padding-top: 5px; +} + +.input-wrapper .label { + padding-top: 5px; +} + +div.label { + padding-top: 10px; +} + +.input-wrapper select.pull-right { + margin-top: 15px; +} + +.input-wrapper .select-wrapper::after { + top: 17px; +} + +.pull-left{ + float: left; +} + +.pull-right{ + float: right; +} + +.label.pull-left { + width: 70%; +} + +select.pull-right { + margin-top: 15px; + max-width: 65px; + width: 28%; +} + +input.pull-left { + margin: 0 !important; + width: 20px !important; +} + +.regpg-main-section-inner .regpg-main-description { + margin-right: 4%; + width: 56%; +} + +.regpg-main-section-inner .regpg-main-form { + width: 40%; +} + +.column.pull-left { + margin-right: 1%; + margin-left: 0; + width: 49%; +} + +.column.pull-right { + margin-left: 1%; + margin-right: 0; + width: 49%; +} + + + +.select-wrapper{ + position: relative; +} + +.select-wrapper::after { + color: #989898; + content: "3"; + font-family: "nginx-font" !important; + font-size: 20px; + position: absolute; + right: 10px; + top: 9px; + pointer-events:none; /*To make this arrow clickable, othewise this is not expanded when click on this arrow*/ +} +.input-wrapper { + clear: both; +} + +/*print css */ +#site_logo_print_only{ + text-align: center; + display: none; + } +#site_logo_print_only img{ + width: 200px; + margin: 0px; + padding: 0px; +} +@media only print { + #nx_masthead, #secondary, #nx_breadcrumb_wrap, .social_share_buttons_wrap{ + display: none; + } + #site_logo_print_only{ + display: block; + } + /*hide chat box*/ + #olark-wrapper{ + display: none!important; + } + #habla_window_div *{ display: none !important; } + /*For Product page */ + .prodspage-lead-section .prodspage-lead-solutions-list-wrapper { + float: none; + width: 100%; + } + .prodspage-lead-solutions-list-wrapper li.prodspage-lead-solution-item{ + position: static; + display: block; + width: 100%; + clear: left; + } + .prodspage-lead-solutions-list-wrapper li.prodspage-lead-solution-item .prodspage-lead-solution-image{ + display: none; + } + .prodspage-third-section .prodspage-third-section-inner{padding-bottom:0} + .prodspage-third-section .prodspage-third-section-content{height:auto} + .prodspage-third-section .prodspage-third-expand-button-wrapper{display:none} + .prodspage-third-section .prodspage-third-collapse-button-wrapper{ display: none;} + .nxmtrx-section .nxmtrx-cell{ + float: none!important; + display: inline-block!important; + } + .nxmtrx-section .nxmtrx-cell.nxmtrx-col-1, .nxmtrx-section .nxmtrx-cell.nxmtrx-col-2 , .nxmtrx-section .nxmtrx-cell.nxmtrx-col-3,.nxmtrx-section .nxmtrx-cell.nxmtrx-col-4{ + float: none!important; + display: inline-block!important; + border-right:0px solid #ff0000; + } + .nxmtrx-section .nxmtrx-cell.nxmtrx-col-1{width: 4%!important;} + .nxmtrx-section .nxmtrx-cell.nxmtrx-col-2{ width: 48%!important;} + .nxmtrx-section .nxmtrx-cell.nxmtrx-col-3{ width: 23%!important;} + .nxmtrx-section .nxmtrx-cell.nxmtrx-col-4{ width: 23%!important;} + .nxmtrx .nxmtrx-yes{ display: none; } + .nxmtrx img.nxmtrx-yes-img{ display: block!important; } +}/*---end @media only print ---*/ + + +@media only screen and (max-width: 480px) { + .footer-menu .sub-menu { + margin-bottom:20px; + } +} + +@media only screen and (max-width: 767px) { + + .regpg-main-section-inner .regpg-main-description { + display: block; + float: none; + margin: 0 auto; + width: 100%; + } + + .regpg-main-section-inner .regpg-main-form { + display: block; + float: none; + margin: 0 auto; + width: 100%; + } + + .pull-left, .pull-right, .column.pull-left, .column.pull-right { + float: none; + margin: 5px 0 !important; + width: 100% !important; + } + + .input-wrapper .select-wrapper { + max-width: 70px; + } + + + .select-wrapper::after, .input-wrapper .select-wrapper::after { + top: 8px; + } + +} + +.nginx-doc-container{ + width: 100%; + overflow: hidden; + background: #f7f7f7; +} +.nginx-doc-sidebar{ + width: 25%; + float: left; + padding: 35px 0; +} +.nginx-doc-sidebar-inner{ + padding: 0 50px 0 25px; +} +.nginx-doc-sidebar h3{ + font-size: 20.7px; + margin-bottom: 20px; + color: #00953a; + font-weight: 500; + padding-left: 20px; +} +.search-doc-wrapper{ + width: calc(100% - 20px); + border: 1px solid #77777a; + border-radius: 4px; + background: #fff; + position: relative; + margin-bottom: 30px; + margin-left: 20px; +} +.search-doc-wrapper .search-button{ + background: none; + font-size: 20px; + border: 0; + color: #898787; + box-shadow: none; + padding: 4px; + position: absolute; + left: 5px; + top: 3px; +} +.search-doc-wrapper .search-field{ + background: none; + border: 0; + width: 100%; + padding-left: 39px; + line-height: 26px; + font-size: 15px; + padding-right: 10px; +} +.search-doc-wrapper input::-webkit-input-placeholder, +.search-doc-wrapper input::-moz-placeholder, +.search-doc-wrapper input:-ms-input-placeholder, +.search-doc-wrapper input:-moz-placeholder , +.search-doc-wrapper input:placeholder { + color: #898787; + font-weight: 500; +} +.search-doc-wrapper .search-field:focus, +.search-doc-wrapper .search-button:focus{ + outline: none; +} + + +/*----------- Update code -----------*/ +.nginx-doc-sidenav{ + padding-left: 20px; +} +.nginx-doc-sidenav ul{ + list-style-type: none; + padding-left: 0; + margin-left: 3px; +} +.nginx-doc-sidenav ul li{ + margin-bottom: 13px; + font-size: 21px; + font-weight: 500; +} +.nginx-doc-sidenav ul li.has-sub-nav{ + position: relative; +} +.nginx-doc-sidenav ul li span.open-sidenav:before { + content: "3"; + font-family: "nginx-font" !important; + font-style: normal !important; + font-weight: normal !important; + font-variant: normal !important; + text-transform: none !important; + speak: none; + line-height: 1; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + position: absolute; + left: -31px; + top: 0px; + -webkit-font-smoothing: antialiased; + -webkit-text-stroke: 1px #f7f7f7; + font-size: 30px; + cursor: pointer; + color: #898787 +} +.nginx-doc-sidenav ul li.active>span.open-sidenav:before, +.nginx-doc-sidenav ul li.current>span.open-sidenav:before{ + /*content: "j"; + font-size: 38px; + top: -3px;*/ + transform: rotate(180deg); +} +.nginx-doc-sidenav li ul{ + margin-left: 21px; + margin-top: 7px; + display: none; +} +.nginx-doc-sidenav ul li.has-sub-nav .sub-side-nav li.has-sub-nav>a:before{ + top: 0; +} +.nginx-doc-sidenav .sub-side-nav li{ + font-size: 19px; + line-height: 24px; + margin-bottom: 6px; +} +.nginx-doc-sidenav ul li ul li ul li{ + font-weight: 300; +} +.nginx-doc-sidenav .sub-side-nav li .sub-side-nav li { + font-size: 18px; +} +.nginx-doc-sidenav .sub-side-nav li .sub-side-nav li .sub-side-nav li { + font-size: 16px; + line-height: 21px; + margin-bottom: 12px; +} +.nginx-doc-sidenav .current a{ + background: none; +} +.nginx-doc-sidenav a, +.nginx-doc-sidenav .current a{ + color: #898787 !important; +} +.nginx-doc-sidenav a:hover, +.nginx-doc-sidenav .current>a, +.nginx-doc-sidenav .active>a, +.nginx-doc-sidenav .current>span.open-sidenav:before, +.nginx-doc-sidenav .active>span.open-sidenav:before, +.nginx-doc-sidenav .current{ + color: #00953a !important; +} +/*---------------- End ------------------*/ + +.doc-search-result{ + border-bottom: 1px solid #979799; + padding-bottom: 16px; + margin-bottom: 16px; + width: 100%; + color: #898787; + line-height: 24px; +} +.doc-search-result a{ + color: #898787; + font-size: 18px; + +} +.doc-search-result a strong{ + font-weight: 400; +} +.doc-search-result a span{ + color: #00953a; + font-weight: 400; +} + + +.nginx-doc-content{ + width: 75%; + float: right; + background: #fff; +} +.nginx-doc-banner{ + width: 100%; + padding: 90px 67px; + background-image: url(../images/green-background.png); + background-position: top left; + background-repeat: no-repeat; + background-size: cover; +} +.nginx-doc-banner h1, +.nginx-doc-banner p{ + color: #fff; +} +.nginx-doc-banner h1{ + font-size: 38.7px; + font-weight: 600; + margin-bottom: 20px; +} +.nginx-doc-banner p{ + padding-right: 23%; + font-size: 18px; + line-height: 23px; + margin-bottom: 0; +} +.nginx-doc-content-inner{ + padding: 20px 62px 60px; + overflow: hidden; +} +.nginx-doc-content-menu{ + max-width: 585px; + overflow: hidden; +} +.nginx-doc-menu-block1{ + padding-top: 20px; +} +.nginx-doc-menu-block2{ + padding-top: 20px; +} +.nginx-doc-content-menu h3{ + color: #363534; + font-weight: 700; + margin-bottom:15px; + text-align: center; + font-size: 26px; +} +.nginx-doc-content-menu .nginx-doc-menu-block2 a{ + float: left; + display: inline-block; + width: 166px; + height: 199px; + margin: 0 40px 40px 0; + background-color: #f7f7f7; + border:1px solid #00953a; + padding: 110px 9px 10px; + color: #363534; + font-size: 23px; + line-height: 26px; + text-align: center; + font-weight: 300; + background-repeat: no-repeat; + background-position: center 20px; + background-size: 70px 81px; +} +.nginx-doc-content-menu a.nginx-oss { + float: inherit; + width: inherit; + background-color: white; + border: none; + height: inherit; + padding: inherit; + font-size: inherit; + color: #0bb35f; + margin: inherit; +} + +.nginx-doc-menu-block1 a:nth-child(3n), +.nginx-doc-menu-block2 a:nth-child(3n){ + margin-right: 0; +} +.nginx-doc-content-menu a:hover{ + color:#3f3e3e; +} + +.product-list-17-col { + width: 95%; + padding-right: 40px; + margin-bottom: 30px; + overflow:hidden; +} +.product-17-icon { + width: 54px; + float: left; + margin-right: 26px; +} +.product-17-icon img { + width: 100%; + margin: 0 !important; +} +.product-17-details { + width: calc(100% - 80px); + float: left; + text-align: left; +} +.nginx-doc-content-inner .product-17-details h3 { + font-weight: 400; + font-size: 20px; + margin-bottom: 13px; + text-align: left; + margin-top: 10px; +} +.nginx-doc-content-inner .product-17-details p { + margin-bottom: 12px; +} +.learn-more-link { + font-size: 13.7px; + display: block; + font-weight: 500; + color: #009639; + text-decoration: none; +} + +/*-------------- Updated CSS ----------------*/ +.nginx-doc-menu-block1 a.link-box-nx-oss{background-image:url(../images/icons/icon-NGINX-Plus-70x81.png);} +.nginx-doc-menu-block1 a.link-box-nx-oss:hover{background-image:url(../images/icons/icon-NGINX-Plus-hover-70x81.png);} +.nginx-doc-menu-block1 a.link-box-nx-plus{background-image:url(../images/icons/icon-NGINX-Plus-70x81.svg);} +.nginx-doc-menu-block1 a.link-box-nx-plus:hover{background-image:url(../images/icons/icon-NGINX-Plus-hover-70x81.svg);} +.nginx-doc-menu-block1 a.link-box-nx-amplify{background-image:url(../images/icons/icon-NGINX-Amplify-70x81.svg);} +.nginx-doc-menu-block1 a.link-box-nx-amplify:hover{background-image:url(../images/icons/icon-NGINX-Amplify-hover-70x81.svg);} +.nginx-doc-menu-block1 a.link-box-nx-controller{background-image:url(../images/icons/icon-NGINX-Controller-70x81.svg);} +.nginx-doc-menu-block1 a.link-box-nx-controller:hover{background-image:url(../images/icons/icon-NGINX-Controller-hover-70x81.svg);} +.nginx-doc-menu-block1 a.link-box-nx-unit{background-image:url(../images/icons/icon-NGINX-Unit-70x81.svg);} +.nginx-doc-menu-block1 a.link-box-nx-unit:hover{background-image:url(../images/icons/icon-NGINX-Unit-hover-70x81.svg);} +.nginx-doc-menu-block1 a.link-box-nx-waf{background-image:url(../images/icons/icon-NGINX-WAF-70x81.svg);} +.nginx-doc-menu-block1 a.link-box-nx-waf:hover{background-image:url(../images/icons/icon-NGINX-WAF-hover-70x81.svg);} +.nginx-doc-menu-block2 a.link-box-nx-support{background-image:url(../images/icons/icon-Support-70x81.svg);} +.nginx-doc-menu-block2 a.link-box-nx-support:hover{background-image:url(../images/icons/icon-Support-hover-70x81.svg);} +.nginx-doc-menu-block2 a.link-box-nx-pro-services{background-image:url(../images/icons/icon-ProServ-70x81.svg);} +.nginx-doc-menu-block2 a.link-box-nx-pro-services:hover{background-image:url(../images/icons/icon-ProServ-hover-70x81.svg);} +.nginx-doc-menu-block2 a.link-box-nx-training{background-image:url(../images/icons/icon-Training-70x81.svg);} +.nginx-doc-menu-block2 a.link-box-nx-training:hover{background-image:url(../images/icons/icon-Training-hover-70x81.svg);} +/*-------------- End ----------------*/ + + +.nginx-doc-content-inner p{ + font-size: 15.5px; + line-height: 21px; + margin-bottom: 24px; +} +.nginx-doc-content-links{ + padding-top: 25px; +} + +.nginx-doc-content-inner ul{ + padding-left: 4px; + margin-bottom: 20px; +} +.nginx-doc-content-inner ul li{ + line-height: 20px; + margin-bottom: 5px; + /*font-size: 16px;*/ + font-size: 15.5px; +} +.nginx-doc-content-inner li { + font-size: 15.5px; +} +.nginx-doc-content-links ul { + list-style-type: none; + margin-left: 20px; + margin-bottom: 55px; + padding-left: 0; +} +.nginx-doc-content-links ul li { + font-size: 23px; + line-height: 28px; + margin-bottom: 15px; +} +.nginx-doc-search-results .doc-search-result:last-child{ + border-bottom:none; +} +.nginx-doc-meta-block{ + margin-bottom: 15px; +} +.nginx-doc-meta-block a{ + color: #00953a; + background-image: url(../images/github-logo.png); + background-repeat: no-repeat; + background-size: auto 100%; + display: inline-block; + padding-left: 23px; + font-weight: 600; + font-size: 14px; +} + + +.nginx-doc-content-inner p a{ + color: #00a23f; +} + +.nginx-doc-content-inner code{ + background: #f7f7f7; + padding-left: 3px; + padding-right: 3px; + color: #363534; +} + +.nginx-doc-content-inner a code{ + color: #0bb35f; +} + +.nginx-doc-content-inner code.error-code{ + color: #00953a; +} + +.nginx-doc-content-inner img{ + display: block; + margin-left: auto; + margin-right: auto; + margin-top: 30px; + margin-bottom: 15px; +} +.nginx-doc-content-inner ol li ul{ + margin-top: 14px; + margin-bottom: 30px; +} + +.nginx-doc-content-inner h1{ + font-size: 38.7px; + margin-bottom: 18px; + font-weight: 500; + padding-top: 30px; +} +.nginx-doc-content-inner h2{ + font-size: 31.5px; + font-weight: 300; + margin-bottom: 17px; + /*margin-top: 25px;*/ + margin-top:45px; +} +.nginx-doc-content-inner h3{ + /*font-size: 23px; */ + font-size: 25px; + font-weight: 300; + margin-bottom: 12px; + margin-top: 15px; + color: #363534; +} +.nginx-doc-content-inner h4{ + font-size: 21px; +} +.nginx-doc-content-inner h5{ + font-size: 18px; +} +.nginx-doc-content-inner h6{ + font-size: 17px; +} + +.nginx-doc-content-inner h1, +.nginx-doc-content-inner h2, +.nginx-doc-content-inner h3, +.nginx-doc-content-inner h4, +.nginx-doc-content-inner h5, +.nginx-doc-content-inner h6{ + position: relative; +} + +.nginx-doc-footer{ + border-top: 1px solid #e1e1e1; + padding-top: 45px; + margin-top: 44px; + width: 100%; + clear: both; +} +.prev-block, +.next-block{ + width:200px; + float: left; + position: relative; + font-size: 14px; +} +.next-block{ + float: right; + text-align: right; +} +.nginx-doc-footer a{ + display: block; +} +.nginx-doc-footer a.next-prev-btn{ + text-transform: uppercase; + color: #898787; + font-weight: 500; +} +.prev-icon, +.next-icon{ + position: relative; + height: 7px; + top: -11px; + font-size: 20px; +} +.prev-icon{ + left: -30px; +} +.next-icon{ + right: -30px; +} + + +.footer-help-block{ + width: 100%; + padding: 80px 25px; + background-image: url(../images/r12-background.png); + background-position: bottom right; + background-repeat: no-repeat; + background-size: cover; + text-align: center; +} +.footer-help-block h2{ + color: #fff; + font-size: 36px; + font-weight: 600; + margin-bottom: 50px; +} +.help-menu-wrap{ + width: 100%; + overflow: hidden; +} +.help-menu-wrap a{ + margin: 0 26px 10px; +} +.help-menu-wrap .button-secondary{ + color: #d9d8d5; +} +.help-menu-wrap .button-primary{ + background: #f7a800; + color: #000; +} + +.site-footer .site-footer-inner .footer-connect-nav .footer-email-signup .nginx-button { + padding: 9px; + color: #343434!important; + background: #666; + border-color: #666; +} + + +@media screen and (min-width: 801px) { + .nginx-doc-sidebar{ + position: fixed; + top: 63px; + left: 0; + overflow: hidden; + } + .remove-sticky-sidebar{ + position: relative; + top: 0; + } + .nginx-doc-sidebar-inner{ + overflow-y: auto; + width: calc(100% + 20px); + } +} + +/*===================================== + Footer Style +=====================================*/ + +.site-footer{ + border-top: 1px solid #545353; +} + +/*=================================== + Button Styles +====================================*/ + +.nginx-button{ + display: inline-block; + border:2px solid #F0A828; + font-size: 17px; + text-transform: uppercase; + border-radius: 4px; + padding: 11px 35px; + font-weight: 500; + position: relative; +} +a.button-primary, +button.button-primary, +.button-primary{ + background: #F0A828; + color: #200000; +} +a.button-primary:hover, +button.button-primary:hover, +.button-primary:hover{ + background: #eea119; +} +a.button-secondary, +button.button-secondary, +.button-secondary{ + background: none; + color: #000; +} +a.button-secondary:hover, +button.button-secondary:hover, +.button-secondary:hover{ + /*background: #fbfbfb;*/ +} + +a.btn-have-icon, +button.btn-have-icon, +.btn-have-icon{ + padding: 11px 54px 11px 22px; +} +.btn-have-icon .icon { + bottom: 0; + font-size: 24px; + height: 24px; + line-height: 1.1; + margin: auto; + padding-top: 1px; + position: absolute; + right: 18px; + top: 0; +} + +.pre-footer-cta-button .nginx-button{ + font-size: 18px; + font-weight: 700; +} +.share-report .nginx-button{ + font-size: 15px; +} +form .nginx-button{ + width: 100%; +} +button.nginx-button.btn-have-icon span.icon{ + margin: auto !important; +} + +@media screen and (max-width: 767px){ + .pre-footer-cta-button .nginx-button{ + width: 100%; + } +} + +/*=====Button Instructions ==== +Button 1 +Button 2 +Button 3 +=====================*/ + +/*================Additional styles added by oneTarek =========*/ + +/*hide the page title h1 from begening of content*/ +.nginx-doc-content-inner #page_content h1:first-of-type{display: none!important;} + +/*hide the navigation /relbar */ +div.related { + display: none; +} + +/* Hide nginx.com search box */ +#nx_masthead .search-form-wrapper, +#mobile-search-button-wrapper{ + display: none!important; +} + +/*=================== Gabrial Responsive code ================*/ +.doc-mob-sidenav { + display: none; +} +@media screen and (min-width: 801px){ + .doc-mob-sidenav h3,.mob-search-doc{display: none;} + .nginx-doc-sidebar-inner{display: block !important;} + .nginx-doc-content-inner{ + min-height: 2500px; + } +} +@media screen and (max-width: 1024px){ + .nginx-doc-content-menu a { + margin: 0 25px 25px 0; + } +} +@media screen and (max-width: 992px){ + .nginx-doc-sidebar-inner { + padding: 0 45px 0 45px; + } + .nginx-doc-banner { + padding: 60px 50px; + } + .nginx-doc-content-inner { + padding: 70px 45px 60px; + } + .nginx-doc-menu-block1 a:nth-child(3n), .nginx-doc-menu-block2 a:nth-child(3n) { + margin-right: 25px; + } + +} +@media screen and (max-width: 800px){ + .nginx-doc-content{ + width: 100%; + } + .nginx-doc-banner { + padding: 45px 50px; + } + .nginx-doc-sidebar{ + background: #fff; + width: 100%; + padding: 15px 25px; + border-bottom: 1px solid rgba(0,0,0,0.14); + } + .doc-mob-sidenav{ + width: 100%; + overflow: hidden; + cursor: pointer; + display: block; + } + .doc-mob-sidenav h3{ + font-size: 22px; + font-weight: 300; + margin-bottom: 0; + display: block; + padding-left: 0; + } + .doc-mob-sidenav span.icon{ + float: right; + position: relative; + top: 4px; + } + .search-doc-wrapper{ + margin-bottom: 30px; + width: 100%; + margin-left: 0; + } + .nginx-doc-sidebar-inner h3{ + display: none; + } + .nginx-doc-sidebar-inner { + padding: 15px 0; + display: none; + } + .nginx-doc-sidenav{ + padding-left: 20px; + height: auto; + } + .nginx-doc-banner p{ + padding-right: 0; + } + .nginx-doc-content-inner { + padding: 50px 35px 60px; + } + .nginx-doc-sidebar-inner .search-doc-wrapper{ + display: none; + } +} + +@media screen and (max-width: 480px){ + .nginx-doc-menu-block1 a:nth-child(3n), + .nginx-doc-menu-block2 a:nth-child(3n), + .nginx-doc-content-menu a{ + margin: 0 15px 15px 0; + } + .nginx-doc-menu-block1 a:nth-child(2n), + .nginx-doc-menu-block2 a:nth-child(2n){ + margin-right: 0; + } + .help-menu-wrap a{ + width: 245px; + padding-left:10px; + padding-right: 10px; + } + .prev-block, .next-block{ + width: 100%; + } + .prev-block{ + margin-bottom: 25px; + } + .nginx-doc-content-inner h1{ + font-size: 35px; + } + .product-list-17-col { + width: 100%; + padding-right: 10px; + } +} +@media screen and (max-width: 440px){ + .nginx-doc-content-menu{ + text-align: center; + } + .nginx-doc-content-menu a{ + margin:0 auto 15px !important; + float:none; + display: block; + } + .nginx-doc-content-inner h2 { + font-size: 30px; + } +} + + + +/* ============SYNTAX HIGHLIGHTER =======EXTEND OR OVERRIDE pygments.css==============*/ +.highlight {margin:28px 0px;} + +/* Remove lines below after updating old technique of adding terminal code */ +div.highlight-default{ + background: #f7f7f7; + margin-top: 30px; + margin-bottom: 25px; +} + +div.highlight-default.terminal{ + background: #232222; + margin: 28px 0; +} +div.highlight-default.terminal pre{ + background: #232222; + color: #76c973; +} +/* end remove */ +/* =====END====SYNTAX HIGHLIGHTER =========pygments.css==============*/ + +/* =====SEARCH RESULT=================*/ +.page-search #page_title{ + display: none; +} +.page-search #page_content form{ + display: none; +} +.page-search #page_content #fallback+p{ + display: none; +} +#search-results{} +#search-results ul.search{ + padding-left: 0px; + margin-bottom: 20px; + margin-left: 0; + list-style-type: none; +} +#search-results ul.search li{ + padding-bottom: 15px; + margin-bottom: 15px; + border-bottom: 1px solid #eeeeee; + list-style-type: none; +} + +#search-results ul.search li:last-child{ + border-bottom: none; + margin-bottom:0; +} +#search-results ul.search li a{ + font-size: 18px; +} +#search-results ul.search li .context{ + margin-top: 5px; + font-size: 14px; + color: #888; +} +#search-results .highlighted{ + font-weight: bold; +} + +#search-results .search-item-info span{ + border-radius: 3px; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + font-weight: 100; + color: #dfdfdf; + font-size: 11px; + padding: 0px 5px; + display: inline-block; + vertical-align: bottom; + margin-left: 10px; +} +#search-results .search-item-info .product-name{ + background: #039639; +} +#search-results .search-item-info .directory-name{ + background: #7b7b7b; +} +/* =====END SEARCH RESULT=================*/ + +/*======GDPR2==================*/ + .hidden{ + display: none; + } + #nx_gdpr_modal2 { + + position: fixed; + left: 0; + bottom: 25%; + width: 420px; + background: #fff; + border: 1px solid #ccc; + border-radius: 5px; + -webkit-box-shadow: 1px 0 1px #ccc; + box-shadow: 1px 0 1px #ccc; + z-index: 999; + padding: 2rem 3rem 1rem; + color: #404040; + font-style: normal; + font-weight: 300; + +} +#nx_gdpr_modal2 #nx_gdpr_modal_more_info2 { + padding-bottom: 2rem; +} +#nx_gdpr_modal2 h2 { + margin: 1rem 0 0; + font-size: 1.5rem; + color: #009639; + font-weight: 500; + text-align: inherit; + clear: both; + font-family: Roboto-Regular,"Helvetica Neue",Arial,sans-serif; + line-height: 1.25; +} +#nx_gdpr_modal2 #nx_gdpr_modal_main2 p { + margin-bottom: 0; + color: #404040; + font-style: normal; + font-weight: 300; + +} +#nx_gdpr_modal2 p { + font-size: 1.6rem; +} +#nx_gdpr_modal2 .submit-button-wrap { + text-align: center; + padding: 0 2rem 1rem; + overflow: hidden; + float: right; +} +#nx_gdpr_modal2 #nx_gdpr_accept_btn { + float: right; + font-size: 1.5rem; + padding: .7rem 1.8rem; + background-color: #fff; +} + +#nx_gdpr_modal2 #nx_gdpr_modal_more_info2 { + padding-bottom: 2rem; +} +#nx_gdpr_modal2 #nx_gdpr_modal_more_info2 .less-info-wrap { + float: right; +} +#nx_gdpr_modal2 #nx_gdpr_modal_more_info2 .less-info-wrap a { + font-size: 3rem; + outline: 0; + color: #009639; +text-decoration: none; +} + +#nx_gdpr_modal2 #nx_gdpr_modal_more_info2 .gdpr_info_section .gdpr_modal_chkbox2 { + text-align: left; + float: left; + margin-right: 20px; + display: inline-block; +} +#nx_gdpr_modal2 #nx_gdpr_modal_more_info2 .gdpr_info_section p { + margin-bottom: .2rem; + line-height: 2.3rem; + width: 87%; + display: inline-block; + +} + + +@media screen and (max-width: 575.98px) { + + #nx_masthead { + height: auto!important; + padding-bottom: 14px; + } + #nx_masthead .nx-header-menus{ + top:64px!important; + } + + #nx_gdpr_modal2 { + + width: auto; + position: relative; + border-radius: 0; + background-color: #f0eeed; + + } + + #nx_gdpr_modal2 #nx_gdpr_modal_main2 { + text-align: center; + } + #nx_gdpr_modal2 .submit-button-wrap { + padding-top: 2rem; + float: none; + } + #nx_gdpr_modal2 #nx_gdpr_accept_btn { + float: none; + margin: 0 auto; + } + + + +} + +/*======END GDPR2==================*/ + diff --git a/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/assets/css/f5-hugo.css b/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/assets/css/f5-hugo.css new file mode 100644 index 000000000..feb7ac4a8 --- /dev/null +++ b/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/assets/css/f5-hugo.css @@ -0,0 +1,1155 @@ +:root { + --nginx-green: #009639; +} + +.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-auto { + padding-right: 8px; + padding-left: 8px; +} + +.button { + text-transform: uppercase; + font-size: 14px; + font-weight: 600; +} + +a, abbr, acronym, applet, del, div, dl, fieldset, font, form, iframe, ins, label, legend, li, object, q, s, samp, span, strike, tbody, tfoot, thead, tr { + border: 0; + font-family: inherit; + font-size: 100%; + font-style: inherit; + font-weight: inherit; + margin: 0; + outline: 0; + padding: 0; + vertical-align: baseline; +} + +a { + transition: all .1s ease; +} + +ul, ol { + margin: 0px 0 10px 30px; + padding: 0; +} + +li { + padding-bottom: 8px!important; +} + +ol > li { + list-style: decimal; + font-family: roboto-regular, Arial, Helvetica, sans-serif; + font-size: inherit; +} + +ol > li > ol { + list-style: lower-alpha; + font-family: roboto-regular, Arial, Helvetica, sans-serif; + font-size: inherit; +} + +ul > li > ul, +ul > li > ol, +ol > li > ul, +ol > li > ol { + padding-bottom: 8px; +} + +.card-deck { + padding-bottom: 2em; + width: -webkit-fill-available; + width: -moz-available +} + +.card-holder { + padding: 12px; +} + +.card { + padding: 1.5em; + margin-top: 2em; + /*min-height: 330px;*/ + min-width: 40%; + max-width: 100%; + background: #FFFFFF; + border: 1px solid #EEEEEE; + box-sizing: border-box; + box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15); + border-radius: 2px; +} + +.products-card { + color: #33444d; + background-color: #fff; + box-shadow: 0px 1px 4px 0px #4856653D; + box-shadow: 0px 4px 8px 0px #48566529; + padding: 24px 36px; + min-height: 180px; + border: 1px solid #f8f9f9; + box-sizing: border-box; + border-radius: 4px; + height: 100%; + } + + .saas-card { + display: flex; +} + +.saas-icon { + width: 46px; + margin-right: 5px; +} + +.saas-description { + flex: 75%; + +} + +.saas-title { + overflow-wrap: normal; + padding-top: 4px; + padding-bottom: 4px; +} + +h3.saas-title a { + color: #000; +} + +h3.saas-title a:hover { + color: var(--nginx-green); +} + +h3.saas-title { + font-style: normal; + font-weight: bold; + font-size: 24px; + line-height: 28px; +} + + + a.products-card { + display: block; + transition: transform 150ms ease-in-out; + color: #000; + } + + a.products-card:hover { + opacity: 1; + /* transform: scale(1.03); */ + box-shadow: 0px 5px 10px 0px #4856650F; + box-shadow: 0px 12px 24px 0px #48566533; + } + + .card-img { + background-repeat: no-repeat; + } + +.card-text-placeholder { + min-height: 35px; +} + +.list-card { + min-height: 40px; + padding: 1em; + border: 1px solid #eee; + margin: .5em; + box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15); +} + +.list-page { + margin: 0 auto; + max-width: 1200px; +} + +.list-page .page-header { + margin-top: 20px; +} + +.list-page .page-header.center { + text-align: center; +} + +.section-index .entry { + padding: .75rem; +} + +.section-index h5 { + margin-bottom: 0; + font-size: 1.5rem; +} + +.card-small { + padding: 2em; + min-height: fit-content; +} + +.card-empty { + box-shadow: none !important; + border: none !important; +} + +.card-img, .card-img-top { + width: auto; + height: 40px; + color: var(--nginx-green); + margin-right: 5px; +} + +.card-img.list { + width: auto; + height: 40px; +} + +.img-large { + width: 100px !important; +} + +.card-title { + overflow-wrap: normal; + +} +.products-card > .card-title { + padding-left: 52px; + text-indent: -52px; +} + + + +h3.card-title a { + color: #000; +} + +h3.card-title a:hover { + color: var(--nginx-green); +} + +h3.card-title { + font-style: normal; + font-weight: bold; + font-size: 24px; + line-height: 28px; +} + +.card-text { + font-style: normal; + font-weight: normal; + font-size: 14px; + line-height: 18px; + /* or 129% */ + font-feature-settings: 'case' on; +} + +.card-description { + padding-left: 52px; +} + +.card-list { + list-style-type: square; + margin-left: 15px; +} + +.card-list > li { + padding-bottom: 6px; + font-weight: 400; +} + +#f5-related, #nginx-products { + width: 100%; + padding: 50px; + position: relative; +} + +#f5-related { + color: #f1f1f1; + background: #F7F8FA; +} + +#search-bar { + width: 100%; + background-color: #222222!important; +} + +.navbar-dark, .bg-dark { + background-color: #222222!important; +} + +.navbar-img { + height: 56px; + padding: 4px 48px; +} + +ul.navbar-nav>li { + list-style: none; +} + +.nav-item { + color: #f1f1f1; + text-transform: uppercase; + font-size: 16px; + padding-right: 1.4rem; + font-weight: 400; +} + +a.dropdown-item { + color: #FFFFFF; +} + +a.dropdown-item:hover { + color: #000; +} + +.dropdown-item { + font-size: 1.4rem; + margin-bottom: 0; + padding: 1rem; + padding-right: 1.2rem; +} + +#nx_masthead.nx-site-header { + top: 0; + z-index: 150; + position: fixed; + width: 100%; + -webkit-transition: all .2s ease-in-out; + transition: all .2s ease-in-out; +} + +main { + padding-top: 24px!important; + padding-left: 24px; +} +.main { + background: #FFFFFF; +} + +address, blockquote, dd, ol, p, table, ul { + border: 0; + font-family: inherit; + font-style: normal; + font-weight: 300; + font-size: 16px; + line-height: 20px; + outline: 0; + padding: 0; +} + +.section-heading { + padding-top: 20px; +} + +.form-inline .form-control { + width: 580px; +} + +#footer { + width: 100%; + position: relative; + background: #32302F; + padding: 8px 48px; +} + +#footer .row { + padding-top: 24px; + padding-bottom: 32px; + border-bottom: 1px solid #595959; +} + +footer ul { + list-style-type: none; + margin: 0 0 10px 0px; + align-items: center; +} + +footer a:link, +footer a:active, +footer a:hover, +#footer ul li a, +#footer .site-info.footer-text a, +#footer .site-info.footer-text a:active, +#footer .site-info.footer-text a:hover { + color: #CCCCCC; +} + +.footer-text, +.footer-text li, +.footer-social li { + font-style: normal; + font-size: 14px; + line-height: 20px; + font-weight: 300; + /* identical to box height */ + color: #CCCCCC; +} + +.site-info { + padding: 24px 0px; +} + +.site-info.footer-text p { + font-weight: 300; + font-size: 12px; + line-height: 16px; +} + +.footer-head { + font-weight: 700; + color: #CCCCCC; + font-size: 14px; + line-height: 20px; +} + +.nginx-logo-footer { + height: 116px; + padding-top: 24px; + padding-bottom: 24px; +} + +.footer-social i { + color: #9A9A9A; + padding-right: 8px; +} + +.footer-social li, +#footer ul li, +.footer-head { + margin: 8px 0 0 0; +} + +.breadcrumb { + background: #343434; + margin-bottom: 0 !important; + padding: 4px 27px; + font-weight: 400; + font-size: 16px; + line-height: 26px; + color: #FFFFFF; + border: none!important; + border-radius: 0px; +} + +.breadcrumb a { + color: #FFFFFF; +} + +.breadcrumb a:hover { + color: #11BD8D; +} + +ol.breadcrumb { + margin-left: 0px; + margin-bottom: 0px; + font-size: 14px; +} + +.breadcrumb>li { + display: inline-block; +} + +.breadcrumb>li>i.fas.fa-chevron-right { + padding-right: 8px; + padding-left: 8px; +} + +.hero { + padding-top: 2rem; +} + +ul.pagination > li { + color: var(--nginx-green); + display: inline-block; +} + +ul.pagination .prev { + margin-right: 1em; +} + +ul.pagination .prev:before { + content: "\00ab"; + padding-right: .5em; +} + +ul.pagination .next { + margin-left: 1em; +} + +ul.pagination .next:after { + content: "\00bb"; + padding-left: 1em; +} + +/* Callouts */ + +blockquote { + border-radius: 4px; + padding: 8px; + background: #F8F9F9; + margin: 0 8px 12px 0; + float: none!important; +} + +.caution { + border-left: 4px solid #f29a36; +} + +.note { + border-left: 4px solid #62c026; +} + +.tip, .beta { + border-left: 4px solid #1d9cd3; + +} + +.warning { + border-left: 4px solid #c20025; +} + +div.main ul > li, +div.main ol > li { + clear: both; +} +/* Feature States */ + +.beta, .stable, .alpha, .deprecated { + border-left: 4px solid transparent; + border-radius: 4px; +} + +.beta { + color: #0c5c8d; + border-color: #7cc0eb; +} + +.stable { + color: #438c15; + border-color: #a4e171; +} + +.alpha { + color: #343434; + border-color: #bd7421; +} + +.deprecated { + color: #343434; + border-color: #f1f1f1; +} + +/* +/// ReDoc API customizations +*/ + +.redoc-json>code { + background: #11181A; + color: #fbfbfb; + font-size: 100%; + font-family: Consolas, Monaco, courier new, monospace; +} + +/* +/ Override ReDoc font settings +*/ + +redoc, .redoc-wrap { + font-family: Arial, Helvetica, serif !important; +} + +.menu-content { + top: 66px !important; + height: calc(100vh - 66px) !important; +} + +redoc .search-icon { + display: none; +} + +/* +/ Custom style for vendor extensions +*/ + +.lpeYvY { + font-weight: 600; +} + +/* +/ Fix jumpiness on page scroll +*/ + +redoc { + overflow-anchor: auto; + overscroll-behavior-y: none; +} + +.nginx-docs-api-container { + width: 100%; +} + +.nginx-docs-api-container button { + border-color: inherit; + box-shadow: none!important; +} + +.nginx-docs-api-container>#operation>button:hover, .nginx-docs-api-container .button:hover { + filter: brightness(85%)!important; +} + +.api-content * { + font-family: "Roboto-Regular", "Helvetica Neue", Arial, sans-serif; +} + +/* +/ Make tooltip appear on hover +*/ + +.label { + display: inline-block; + cursor: default; +} + +.my-collapse-custom { + margin-bottom: 24px; +} + +.collapse-box { + margin-bottom: 8px; + margin-top: 8px; +} + +.my-collapse-custom-header { + float: right; + display: block; +} + +/* Tooltip container */ + +.tooltip { + position: relative; + display: inline-block; +} + +/* Tooltip text */ + +.tooltip .tooltiptext { + visibility: hidden; + width: fit-content; + background-color: #555; + color: #fff; + text-align: center; + padding: 10px 20px; + border-radius: 4px; + /* Position the tooltip text */ + position: absolute; + z-index: 1; + bottom: 125%; + left: 0%; + margin-left: -60px; + /* Fade in tooltip */ + opacity: 0; + transition: opacity 0.3s; +} + +/* Tooltip arrow */ + +.tooltip .tooltiptext::after { + content: ""; + position: absolute; + top: 100%; + left: 50%; + margin-left: -5px; + border-width: 5px; + border-style: solid; + border-color: #555 transparent transparent transparent; +} + +/* Show the tooltip text when you mouse over the tooltip container */ + +.tooltip:hover .tooltiptext { + visibility: visible; + opacity: 1; +} + +div pre>code { + white-space: pre; +} + +.content { + background-color: #FFFFFF; + padding-top: 32px; + padding-left: 24px; + padding-right: 16px; +} + +body { + margin: 0; + color: #222222; + background: #F8F9F9; + text-align: left; + font-size: 14px; + line-height: 20px; + font-weight: normal; + cursor: auto; +} + +h3.bd-links, #TableOfContents ul li a { + color: #343434; +} + +.bd-links { + display: block; + border: none; +} + +.bd-links ul > li:last-child { + padding-bottom: 0px !important; + margin-bottom: 0px !important; +} + +.bd-links ul > li > ul:last-child{ + padding-bottom: 0px !important; +} + +.page { + background-color: #FFFFFF; +} + +.bg-md-gray { + background-color: #e6e6e6; +} + +.bg-dk-gray { + background-color: #343434; +} + +.highlight { + margin: 12px 0; +} + +pre code { + font-size: 14px; + background: transparent; +} + +pre { + max-width: 100%; + margin: 0; + overflow: auto; + padding: 8px; + tab-size: 4; + -moz-tab-size: 4; + -o-tab-size: 4; + border-radius: 4px; +} + +code { + font-family: Courier; + color: #343434; + font-style: normal; + font-weight: 400; + line-height: 24px; + letter-spacing: 0em; + text-align: left; + font-size: inherit; + white-space: nowrap; + padding: 1px 0px; + background: #f1f1f1; + border-radius: 4px; +} + +a>code:hover { + color: #11BD8D; +} + +.min-page-height { + min-height: 100vh; +} + +/* bootstrap overrides/tweaks */ + +.alert { + display: flex; +} + +.alert > p { + margin-bottom: 0; +} + +.beta-icon { + margin: 5px 10px 0 0; +} + +.navbar-button, .footer-button, input[type=submit] { + padding: 16px; + height: 32px; + background: #1d9cd3; + border-radius: 4px; + color: #FFFFFF; + margin: 0px 6px; + font-size: 14px; + line-height: 20px; + + /* Auto Layout */ + display: flex; + flex-direction: row; + align-items: center; + text-align: center; + font-feature-settings: 'tnum' on, 'lnum' on; + /* Inside Auto Layout */ + flex: none; + order: 1; + flex-grow: 0; + margin: 0px 8px; +} + +button, input[type=button], input[type=reset], input[type=submit] { + box-shadow: none; + text-shadow: none; + border: none; + font-feature-settings: 'tnum' on, 'lnum' on; + /* identical to box height, or 133% */ + display: flex; + align-items: center; + text-align: center; + font-weight: normal; +} + +.navbar .button > a, +.navbar .button, +.footer-button, +.footer-button a, +.footer-button a:hover, +.footer-button a:active, +.footer-button a:link, +.button a:hover { + color: #FFFFFF; +} + +.footer-button { + min-width: 122px; +} + +.next-prev-icon { + display: flex; + list-style-type: none; + padding: 2%; +} + +#sidebar ul { + list-style-type: none; + display: list-item; + padding-left: 0; + margin-left: 0rem; + margin-bottom: 0 !important; +} + +.sidebar-l1-padding { + padding-left: 7px !important; +} + +.sidebar-l2-padding { + padding-left: 8px !important; +} + +.sidebar-reg-padding { + padding-left: 7px !important; +} + +.sidebar-il-border { + border-left: 1px solid #C5CCD3; + padding-left: 10px !important; +} + + +#sidebar ul:not(:first-child) { + display: list-item; + padding-left: 0px; + font-size: 95%; + +} + +#sidebar > .l2 ul li:last-child, +#sidebar > .l2 ul li ul li:last-child, +#sidebar > .l3 ul li:last-child, +#sidebar > .l3 ul li ul li:last-child { + padding-bottom: 8px; +} + +#sidebar .l3{ + padding-left: 21px; +} + +#sidebar a { + color: inherit; + text-align: left; + padding: 0; + font-weight: 300; +} + +#sidebar a:hover, +#TableOfContents a:hover { + color: inherit; + background-color: transparent; + color: #11BD8D; +} + +main a:hover { + color: #11BD8D; +} + +.sidebar-title { + font-size: 22px; + font-weight: 600 !important; +} + +#sidebar > h3 > a:hover { + color: #000; +} + +#sidebar > ul li { + padding-bottom: 8px !important; + padding-top: 8px !important; +} + +#sidebar > ul ul li { + padding-left: 0px; +} + +.nginx-toc { + display: block; + background: #F8F9F9; + padding-top: 24px; + padding-bottom: 32px; + font-size: 14px; + line-height: 20px; +} + +.nginx-toc-link.l1, +.nginx-toc-link.l1 > a { + font-weight: 700; + font-size: 18px; + line-height: 26px; + letter-spacing: -0.11px; + color: #111922; +} + +.nginx-toc-link.l2, +.nginx-toc-link.l2 > a { + color: #111922; + font-size: 18px; + line-height: 26px; + letter-spacing: -0.11px; +} + +.nginx-toc-link.l3, +.nginx-toc-link.l3 > a { + color: #111922; + font-size: 18px; + line-height: 26px; + letter-spacing: -0.11px; +} + +.nginx-toc > .bd-links { + position: sticky; + top: 0rem; + align-self: start; + min-height: 100vh; +} + +.l2, .l2 > a { + padding-left: 14px; + font-weight: normal; + line-height: 20px; +} + +.l3, .l3 > a { + + padding-left: 15px; + font-weight: normal; + line-height: 20px; +} + + + +.sidenav { + background: #f8f9f9; + padding-left: 24px; + padding-top: 20px; + position: sticky; + top: 0rem; + align-self: start; + height: 100vh; +} + +#sidebar { + display: block; + font-size: 1.2em; + overflow: auto; +} + +#sidebar.content > h3 { + font-weight: 600; +} + +nav#TableOfContents > ul > li { + margin-bottom: 10px; + font-size: 16px; + font-weight: 400; +} + +#TableOfContents ul { + list-style-type: none; + margin-left: 16px; + margin-right: 10px; +} + +nav#TableOfContents li>ol, +nav#TableOfContents li>ul { + margin-bottom: 0; + margin-left: 0.5em; +} + +nav#TableOfContents > ul > li > ul > li { + margin-bottom: 10px; + font-weight: 300; + margin-top: 6px; +} + +nav#TableOfContents > ul:not(:first-child) { + margin-left: 12px; + padding-top: 10px; + +} + + +#sidebar.content > ul > li.nginx-toc-link.has-subnav:before { + content: "3"; + font-family: "nginx-font" !important; + font-style: normal !important; + font-weight: normal !important; + font-variant: normal !important; + text-transform: none !important; + line-height: 1; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + position: absolute; + left: -31px; + top: 0px; + -webkit-font-smoothing: antialiased; + -webkit-text-stroke: 1px #f7f7f7; + font-size: 30px; + cursor: pointer; + color: #898787; +} + +a[aria-expanded=true] .fa-chevron-right { + display: none; + } + a[aria-expanded=false] .fa-chevron-down { + display: none; + } + +a.headerlink { + font-size: 2rem; + vertical-align: super; + color: #e6e6e6; + opacity: 75%; +} + +a.headerlink:hover { + opacity: 100%; +} + +/* credit: + Randy_Lough + https://discourse.gohugo.io/t/bootstrap-4-pagination-some-added-functionality/11393 +*/ +/* This is css styling for the page numbers */ +.pagination > .page-item-number.active > a { + background-color: #898787; + border-color: #898787; + color: #fff; +} +.page-item-first a, +.page-item-previous a, +.page-item-ellipse, +.page-item-next a, +.page-item-last a { + color: #898787; +} + +/*.page-item-number {}*/ + + +/* end credit to Randy_Lough */ + +.form-group > label { + padding-bottom: 8px; + font-size: 2rem; + color: #000!important; +} + +.form-group > textarea { + font-size: 16px; +} + +/* style all input elements with a required attribute */ + + /** + * style input elements that have a required + * attribute and a focus state + */ + input:required:focus, + textarea:required:focus { + border: .25px solid red; + outline: none; + } + + /** + * style input elements that have a required + * attribute and a hover state + */ + input:required:hover, + textarea:required:hover { + opacity: 1; + } + +.btn-outline-success:hover { + background-color: var(--nginx-green); + border-color: var(--nginx-green); +} + +.btn-outline-success { + color: var(--nginx-green); + border-color: var(--nginx-green); +} + +.dk-border-bottom { + border-bottom: 1px solid #595959; + margin: 0 0 32px 0; +} + +.text-semibold { + font-weight: 500; +} + +.align-right { + text-align: end; +} + +.align-center { + text-align: center; +} + +ol.breadcrumb > li > a, +ol.breadcrumb > li:last-child { + padding: 0 4px; +} + +ol.breadcrumb > li:first-child { + padding-left: 0px; +} + +.fa, .far, .fas { + padding-right: 4px; +} \ No newline at end of file diff --git a/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/assets/css/highlight.css b/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/assets/css/highlight.css new file mode 100644 index 000000000..5e900dd34 --- /dev/null +++ b/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/assets/css/highlight.css @@ -0,0 +1,82 @@ +/* Background */ .chroma { color: #f8f8f2; background-color: #272822 } +/* Other */ .chroma .x { } +/* Error */ .chroma .err { color: #960050; background-color: #1e0010 } +/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; } +/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; } +/* LineHighlight */ .chroma .hl { display: block; width: 100%;background-color: #7a7a55 } +/* LineNumbersTable */ .chroma .lnt { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f } +/* LineNumbers */ .chroma .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f } +/* Keyword */ .chroma .k { color: #66d9ef } +/* KeywordConstant */ .chroma .kc { color: #66d9ef } +/* KeywordDeclaration */ .chroma .kd { color: #66d9ef } +/* KeywordNamespace */ .chroma .kn { color: #f92672 } +/* KeywordPseudo */ .chroma .kp { color: #66d9ef } +/* KeywordReserved */ .chroma .kr { color: #66d9ef } +/* KeywordType */ .chroma .kt { color: #66d9ef } +/* Name */ .chroma .n { } +/* NameAttribute */ .chroma .na { color: #a6e22e } +/* NameBuiltin */ .chroma .nb { color: #a6e22e } +/* NameBuiltinPseudo */ .chroma .bp { } +/* NameClass */ .chroma .nc { color: #a6e22e } +/* NameConstant */ .chroma .no { color: #66d9ef } +/* NameDecorator */ .chroma .nd { color: #a6e22e } +/* NameEntity */ .chroma .ni { } +/* NameException */ .chroma .ne { color: #a6e22e } +/* NameFunction */ .chroma .nf { color: #a6e22e } +/* NameFunctionMagic */ .chroma .fm { } +/* NameLabel */ .chroma .nl { } +/* NameNamespace */ .chroma .nn { } +/* NameOther */ .chroma .nx { color: #a6e22e } +/* NameProperty */ .chroma .py { } +/* NameTag */ .chroma .nt { color: #f92672 } +/* NameVariable */ .chroma .nv { color: #719e16 } +/* NameVariableClass */ .chroma .vc { } +/* NameVariableGlobal */ .chroma .vg { } +/* NameVariableInstance */ .chroma .vi { } +/* NameVariableMagic */ .chroma .vm { } +/* Literal */ .chroma .l { color: #ae81ff } +/* LiteralDate */ .chroma .ld { color: #e6db74 } +/* LiteralString */ .chroma .s { color: #e6db74 } +/* LiteralStringAffix */ .chroma .sa { color: #e6db74 } +/* LiteralStringBacktick */ .chroma .sb { color: #e6db74 } +/* LiteralStringChar */ .chroma .sc { color: #e6db74 } +/* LiteralStringDelimiter */ .chroma .dl { color: #e6db74 } +/* LiteralStringDoc */ .chroma .sd { color: #e6db74 } +/* LiteralStringDouble */ .chroma .s2 { color: #e6db74 } +/* LiteralStringEscape */ .chroma .se { color: #ae81ff } +/* LiteralStringHeredoc */ .chroma .sh { color: #e6db74 } +/* LiteralStringInterpol */ .chroma .si { color: #e6db74 } +/* LiteralStringOther */ .chroma .sx { color: #e6db74 } +/* LiteralStringRegex */ .chroma .sr { color: #e6db74 } +/* LiteralStringSingle */ .chroma .s1 { color: #e6db74 } +/* LiteralStringSymbol */ .chroma .ss { color: #e6db74 } +/* LiteralNumber */ .chroma .m { color: #ae81ff } +/* LiteralNumberBin */ .chroma .mb { color: #ae81ff } +/* LiteralNumberFloat */ .chroma .mf { color: #ae81ff } +/* LiteralNumberHex */ .chroma .mh { color: #ae81ff } +/* LiteralNumberInteger */ .chroma .mi { color: #ae81ff } +/* LiteralNumberIntegerLong */ .chroma .il { color: #ae81ff } +/* LiteralNumberOct */ .chroma .mo { color: #ae81ff } +/* Operator */ .chroma .o { color: #f92672 } +/* OperatorWord */ .chroma .ow { color: #f92672 } +/* Punctuation */ .chroma .p { } +/* Comment */ .chroma .c { color: #54f36e } +/* CommentHashbang */ .chroma .ch { color: #54f36e } +/* CommentMultiline */ .chroma .cm { color: #54f36e } +/* CommentSingle */ .chroma .c1 { color: #54f36e } +/* CommentSpecial */ .chroma .cs { color: #54f36e } +/* CommentPreproc */ .chroma .cp { color: #54f36e } +/* CommentPreprocFile */ .chroma .cpf { color: #54f36e } +/* Generic */ .chroma .g { } +/* GenericDeleted */ .chroma .gd { color: #f92672 } +/* GenericEmph */ .chroma .ge { font-style: italic } +/* GenericError */ .chroma .gr { } +/* GenericHeading */ .chroma .gh { } +/* GenericInserted */ .chroma .gi { color: #a6e22e } +/* GenericOutput */ .chroma .go { } +/* GenericPrompt */ .chroma .gp { } +/* GenericStrong */ .chroma .gs { font-weight: bold } +/* GenericSubheading */ .chroma .gu { color: #54f36e } +/* GenericTraceback */ .chroma .gt { } +/* GenericUnderline */ .chroma .gl { } +/* TextWhitespace */ .chroma .w { } diff --git a/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/assets/css/kube.css b/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/assets/css/kube.css new file mode 100644 index 000000000..f3034ebb4 --- /dev/null +++ b/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/assets/css/kube.css @@ -0,0 +1,1308 @@ +/* Kube theme elements +/ adapted from Kube framework + http://imperavi.com/kube/ + + Copyright (c) 2009-2017, Imperavi LLC. + License: MIT +/ +*/ +#hero { + padding-top: 48px; + padding-bottom: 56px; + text-align: center; +} + +#page-components { + text-align: center; +} + +#page-components.lists { + text-align: left; +} + +#page-components.lists .item { + padding: 24px; } + +#page-components.lists .item:hover { + background-color: rgb(247, 247, 247); +} + +#page-components .start { + font-size: 24px; + line-height: 32px; +} + +#page-components #search-box { + padding: 24px; + background-color: rgb(247, 247, 247); + margin-bottom: 24px; +} + +#page-components .item { + background-color: rgb(247, 247, 247); + padding: 68px 24px 60px 24px; + margin-bottom: 20px; +} + +#page-components figure { + margin-bottom: 0; +} + +#page-components h4 { + font-size: 19px; + margin-top: 0; + margin-bottom: 8px; +} + +#page-components ul { + margin-left: 0; + margin-top: 24px; + list-style: none; +} + +#page-components li { + line-height: 32px; + margin-bottom: 4px; +} + +#page-components li a { + display: inline-block; + line-height: 24px; +} + +#page-components li a:hover { + -moz-transition: all linear 0.2s; + transition: all linear 0.2s; + text-decoration: underline; +} + +#page-components p { + max-width: 220px; + margin: auto; + font-size: 13px; + line-height: 20px; +} + +#page-components #docs-search-results p { + max-width: none; + margin-bottom: 16px; +} + +#page-components h3 a, +#page-components h3 a:visited { + color: #000; +} + +#page-components h3 a:hover { + color: #0bb35f; +} + +.row { + display: flex; + flex-direction: row; + flex-wrap: wrap; } + @media (max-width: 768px) { + .row { + flex-direction: column; + flex-wrap: nowrap; } } + .row.gutters, + .row.gutters > .row { + margin-left: -2%; } + @media (max-width: 768px) { + .row.gutters, + .row.gutters > .row { + margin-left: 0; } } + .row.gutters > .col, + .row.gutters > .row > .col { + margin-left: 2%; } + @media (max-width: 768px) { + .row.gutters > .col, + .row.gutters > .row > .col { + margin-left: 0; } } + .row.around { + justify-content: space-around; } + .row.between { + justify-content: space-between; } + .row.auto .col { + flex-grow: 1; } + +.col-1 { + width: 8.33333%; } + +.offset-1 { + margin-left: 8.33333%; } + +.col-2 { + width: 16.66667%; } + +.offset-2 { + margin-left: 16.66667%; } + +.col-3 { + width: 25%; } + +.offset-3 { + margin-left: 25%; } + +.col-4 { + width: 33.33333%; } + +.offset-4 { + margin-left: 33.33333%; } + +.col-5 { + width: 41.66667%; } + +.offset-5 { + margin-left: 41.66667%; } + +.col-6 { + width: 50%; } + +.offset-6 { + margin-left: 50%; } + +.col-7 { + width: 58.33333%; } + +.offset-7 { + margin-left: 58.33333%; } + +.col-8 { + width: 66.66667%; } + +.offset-8 { + margin-left: 66.66667%; } + +.col-9 { + width: 75%; } + +.offset-9 { + margin-left: 75%; } + +.col-10 { + width: 83.33333%; } + +.offset-10 { + margin-left: 83.33333%; } + +.col-11 { + width: 91.66667%; } + +.offset-11 { + margin-left: 91.66667%; } + +.col-12 { + width: 100%; } + +.offset-12 { + margin-left: 100%; } + +.gutters > .col-1 { + width: calc(8.33333% - 2%); } + +.gutters > .offset-1 { + margin-left: calc(8.33333% + 2%) !important; } + +.gutters > .col-2 { + width: calc(16.66667% - 2%); } + +.gutters > .offset-2 { + margin-left: calc(16.66667% + 2%) !important; } + +.gutters > .col-3 { + width: calc(25% - 2%); } + +.gutters > .offset-3 { + margin-left: calc(25% + 2%) !important; } + +.gutters > .col-4 { + width: calc(33.33333% - 2%); } + +.gutters > .offset-4 { + margin-left: calc(33.33333% + 2%) !important; } + +.gutters > .col-5 { + width: calc(41.66667% - 2%); } + +.gutters > .offset-5 { + margin-left: calc(41.66667% + 2%) !important; } + +.gutters > .col-6 { + width: calc(50% - 2%); } + +.gutters > .offset-6 { + margin-left: calc(50% + 2%) !important; } + +.gutters > .col-7 { + width: calc(58.33333% - 2%); } + +.gutters > .offset-7 { + margin-left: calc(58.33333% + 2%) !important; } + +.gutters > .col-8 { + width: calc(66.66667% - 2%); } + +.gutters > .offset-8 { + margin-left: calc(66.66667% + 2%) !important; } + +.gutters > .col-9 { + width: calc(75% - 2%); } + +.gutters > .offset-9 { + margin-left: calc(75% + 2%) !important; } + +.gutters > .col-10 { + width: calc(83.33333% - 2%); } + +.gutters > .offset-10 { + margin-left: calc(83.33333% + 2%) !important; } + +.gutters > .col-11 { + width: calc(91.66667% - 2%); } + +.gutters > .offset-11 { + margin-left: calc(91.66667% + 2%) !important; } + +.gutters > .col-12 { + width: calc(100% - 2%); } + +.gutters > .offset-12 { + margin-left: calc(100% + 2%) !important; } + +@media (max-width: 768px) { + [class^='offset-'], + [class*=' offset-'] { + margin-left: 0; } } + +.first { + order: -1; } + +.last { + order: 1; } + +@media (max-width: 768px) { + .row .col { + margin-left: 0; + width: 100%; } + .row.gutters .col { + margin-bottom: 16px; } + .first-sm { + order: -1; } + .last-sm { + order: 1; } } + + +.pager span { + line-height: 24px; } + +.pager span, +.pager a { + padding-left: 16px; + padding-right: 16px; + border-radius: 64px; + border-color: rgba(0, 0, 0, 0.1); } + +.pager li { + flex-basis: 50%; } + +.pager li.next { + text-align: right; } + +.pager.align-center li { + flex-basis: auto; + margin-left: 4px; + margin-right: 4px; } + +.pager.flat span, +.pager.flat a { + border: none; + display: block; + padding: 0; } + +.pager.flat a { + font-weight: bold; } + .pager.flat a:hover { + background: none; + text-decoration: underline; } + +@media (max-width: 768px) { + .pager.flat ul { + flex-direction: column; } + .pager.flat li { + flex-basis: 100%; + margin-bottom: 8px; + text-align: left; } } + +@font-face { + font-family: 'Kube'; + src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfgAAAC8AAAAYGNtYXAXVtKOAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZsMn2SAAAAF4AAADeGhlYWQMP9EUAAAE8AAAADZoaGVhB8IDzQAABSgAAAAkaG10eCYABd4AAAVMAAAAMGxvY2EFWASuAAAFfAAAABptYXhwABcAmwAABZgAAAAgbmFtZfMJxocAAAW4AAABYnBvc3QAAwAAAAAHHAAAACAAAwPHAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qf//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAAKAAAAAAQAA8AADwAUACQANABEAFYAaAB4AIgAmAAAEyIGFREUFjMhMjY1ETQmIwUhESEREzgBMSIGFRQWMzI2NTQmIzM4ATEiBhUUFjMyNjU0JiMzOAExIgYVFBYzMjY1NCYjATIWHQEUBiMiJj0BNDYzOAExITIWHQEUBiMiJj0BNDYzOAExATgBMSIGFRQWMzI2NTQmIzM4ATEiBhUUFjMyNjU0JiMzOAExIgYVFBYzMjY1NCYjwFBwcFACgFBwcFD9IQM+/MKrHioqHh4qKh70HioqHh4qKh70HisrHh0rKh7+MBQdHRQUHBwUAbgUHBwUFB0dFP4wHioqHh4qKh70HioqHh4qKh70HisrHh0rKh4DYHBQ/iBQcHBQAeBQcF/9XwKh/n8qHh4qKh4eKioeHioqHh4qKh4eKioeHioCQBwVjhUcHBWOFRwcFY4VHBwVjhUc/rAqHh4qKh4eKioeHioqHh4qKh4eKioeHioAAAABAQAAwAMAAcAACwAAAQcXBycHJzcnNxc3AwDMAjMDAzMCzDTMzAGVqAIrAgIrAqgrqKgAAQGAAEACgAJAAAsAACUnByc3JzcXNxcHFwJVqAIrAgIrAqgrqKhAzAIzAwMzAsw0zMwAAAEBgABAAoACQAALAAABFzcXBxcHJwcnNycBq6gCKwICKwKoK6ioAkDMAjMDAzMCzDTMzAABAQAAwAMAAcAACwAAJTcnNxc3FwcXBycHAQDMAjMDAzMCzDTMzOuoAisCAisCqCuoqAAAAgAP/+UD1AOqAAQACAAAEwEHATcFAScBSwOJPPx3PAOJ/Hc8A4kDqvx3PAOJPDz8dzwDiQAAAAADAIAAgAOAAwAAAwAHAAsAADc1IRUBIRUhESEVIYADAP0AAwD9AAMA/QCAgIABgIABgIAAAgBPAA8DsgNxABgALQAAJQcBDgEjIi4CNTQ+AjMyHgIVFAYHAQEiDgIVFB4CMzI+AjU0LgIjA7JY/t4lWTBBc1YxMVZzQUFzVTIcGQEi/dgxVkAlJUBWMTFWQCUlQFYxZ1gBIRkcMlVzQUFzVjExVnNBMFkm/uACuyVAVjExVkAlJUBWMTFWQCUAAAABAAAAAQAABhlWm18PPPUACwQAAAAAANSQRjkAAAAA1JBGOQAA/+UEAAPAAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAQAAAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAAAAEAAEABAABgAQAAYAEAAEABAAADwQAAIAEAABPAAAAAAAKABQAHgDYAPIBDAEmAUABXAF2AbwAAAABAAAADACZAAoAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEABAAAAAEAAAAAAAIABwBFAAEAAAAAAAMABAAtAAEAAAAAAAQABABaAAEAAAAAAAUACwAMAAEAAAAAAAYABAA5AAEAAAAAAAoAGgBmAAMAAQQJAAEACAAEAAMAAQQJAAIADgBMAAMAAQQJAAMACAAxAAMAAQQJAAQACABeAAMAAQQJAAUAFgAXAAMAAQQJAAYACAA9AAMAAQQJAAoANACAS3ViZQBLAHUAYgBlVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwS3ViZQBLAHUAYgBlS3ViZQBLAHUAYgBlUmVndWxhcgBSAGUAZwB1AGwAYQByS3ViZQBLAHUAYgBlRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype"); + font-weight: normal; + font-style: normal; } + +[class^="kube-"], [class*=" kube-"], .close, .caret { + /* use !important to prevent issues with browser extensions that change fonts */ + font-family: 'Kube' !important; + speak: none; + font-style: normal; + font-weight: normal; + font-variant: normal; + text-transform: none; + line-height: 1; + /* Better Font Rendering =========== */ + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; } + +.kube-calendar:before { + content: "\e900"; } + +.caret.down:before, +.kube-caret-down:before { + content: "\e901"; } + +.caret.left:before, +.kube-caret-left:before { + content: "\e902"; } + +.caret.right:before, +.kube-caret-right:before { + content: "\e903"; } + +.caret.up:before, +.kube-caret-up:before { + content: "\e904"; } + +.close:before, +.kube-close:before { + content: "\e905"; } + +.kube-menu:before { + content: "\e906"; } + +.kube-search:before { + content: "\e907"; } + +.gutters .column.push-left, +.push-left { + margin-right: auto; } + +.gutters .column.push-right, +.push-right { + margin-left: auto; } + +.gutters .column.push-center, +.push-center { + margin-left: auto; + margin-right: auto; } + +.gutters .column.push-middle, +.push-middle { + margin-top: auto; + margin-bottom: auto; } + +.push-bottom { + margin-top: auto; } + +@media (max-width: 768px) { + .gutters .column.push-left-sm, + .push-left-sm { + margin-left: 0; } + .gutters .column.push-center-sm, + .push-center-sm { + margin-left: auto; + margin-right: auto; } + .push-top-sm { + margin-top: 0; } } + +.align-middle { + align-items: center; } + +.align-right { + justify-content: flex-end; } + +.align-center { + justify-content: center; } + +@media (max-width: 768px) { + .align-left-sm { + justify-content: flex-start; } } + +.float-right { + float: right; } + +.float-left { + float: left; } + +@media (max-width: 768px) { + .float-right { + float: none; } + .float-left { + float: none; } } + +.fixed { + position: fixed; + top: 0; + left: 0; + z-index: 100; + width: 100%; } + +.w5 { + width: 5%; } + +.w10 { + width: 10%; } + +.w15 { + width: 15%; } + +.w20 { + width: 20%; } + +.w25 { + width: 25%; } + +.w30 { + width: 30%; } + +.w35 { + width: 35%; } + +.w40 { + width: 40%; } + +.w45 { + width: 45%; } + +.w50 { + width: 50%; } + +.w55 { + width: 55%; } + +.w60 { + width: 60%; } + +.w65 { + width: 65%; } + +.w70 { + width: 70%; } + +.w75 { + width: 75%; } + +.w80 { + width: 80%; } + +.w85 { + width: 85%; } + +.w90 { + width: 90%; } + +.w95 { + width: 95%; } + +.w100 { + width: 100%; } + +.w-auto { + width: auto; } + +.w-small { + width: 480px; } + +.w-medium { + width: 600px; } + +.w-big { + width: 740px; } + +.w-large { + width: 840px; } + +@media (max-width: 768px) { + .w-auto-sm { + width: auto; } + .w100-sm, + .w-small, + .w-medium, + .w-big, + .w-large { + width: 100%; } } + +.max-w5 { + max-width: 5%; } + +.max-w10 { + max-width: 10%; } + +.max-w15 { + max-width: 15%; } + +.max-w20 { + max-width: 20%; } + +.max-w25 { + max-width: 25%; } + +.max-w30 { + max-width: 30%; } + +.max-w35 { + max-width: 35%; } + +.max-w40 { + max-width: 40%; } + +.max-w45 { + max-width: 45%; } + +.max-w50 { + max-width: 50%; } + +.max-w55 { + max-width: 55%; } + +.max-w60 { + max-width: 60%; } + +.max-w65 { + max-width: 65%; } + +.max-w70 { + max-width: 70%; } + +.max-w75 { + max-width: 75%; } + +.max-w80 { + max-width: 80%; } + +.max-w85 { + max-width: 85%; } + +.max-w90 { + max-width: 90%; } + +.max-w95 { + max-width: 95%; } + +.max-w100 { + max-width: 100%; } + +.max-w-small { + max-width: 480px; } + +.max-w-medium { + max-width: 600px; } + +.max-w-big { + max-width: 740px; } + +.max-w-large { + max-width: 840px; } + +@media (max-width: 768px) { + .max-w-auto-sm, + .max-w-small, + .max-w-medium, + .max-w-big, + .max-w-large { + max-width: auto; } } + +.min-w5 { + min-width: 5%; } + +.min-w10 { + min-width: 10%; } + +.min-w15 { + min-width: 15%; } + +.min-w20 { + min-width: 20%; } + +.min-w25 { + min-width: 25%; } + +.min-w30 { + min-width: 30%; } + +.min-w35 { + min-width: 35%; } + +.min-w40 { + min-width: 40%; } + +.min-w45 { + min-width: 45%; } + +.min-w50 { + min-width: 50%; } + +.min-w55 { + min-width: 55%; } + +.min-w60 { + min-width: 60%; } + +.min-w65 { + min-width: 65%; } + +.min-w70 { + min-width: 70%; } + +.min-w75 { + min-width: 75%; } + +.min-w80 { + min-width: 80%; } + +.min-w85 { + min-width: 85%; } + +.min-w90 { + min-width: 90%; } + +.min-w95 { + min-width: 95%; } + +.min-w100 { + min-width: 100%; } + +.h25 { + height: 25%; } + +.h50 { + height: 50%; } + +.h100 { + height: 100%; } + +.group:after { + content: ''; + display: table; + clear: both; } + +.flex { + display: flex; } + +@media (max-width: 768px) { + .flex-column-sm { + flex-direction: column; } + .flex-w100-sm { + flex: 0 0 100%; } } + @media (max-width: 768px) and (max-width: 768px) { + .flex-w100-sm { + flex: 0 0 100% !important; } } + +.invisible { + visibility: hidden; } + +.visible { + visibility: visible; } + +.display-block { + display: block; } + +.hide { + display: none !important; } + +@media (max-width: 768px) { + .hide-sm { + display: none !important; } } + +@media (min-width: 769px) { + .show-sm { + display: none !important; } } + +@media print { + .hide-print { + display: none !important; } + .show-print { + display: block !important; } } + +.no-scroll { + overflow: hidden; + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100% !important; } + +.scrollbar-measure { + position: absolute; + top: -9999px; + width: 50px; + height: 50px; + overflow: scroll; } + +.video-container { + height: 0; + padding-bottom: 56.25%; + position: relative; + margin-bottom: 16px; } + .video-container iframe, + .video-container object, + .video-container embed { + position: absolute; + top: 0; + left: 0; + width: 100% !important; + height: 100% !important; } + +.close { + display: inline-block; + min-height: 16px; + min-width: 16px; + line-height: 16px; + vertical-align: middle; + text-align: center; + font-size: 12px; + opacity: .6; } + .close:hover { + opacity: 1; } + .close.small { + font-size: 8px; } + .close.big { + font-size: 18px; } + .close.white { + color: #fff; } + +.caret { + display: inline-block; } + +.button .caret { + margin-right: -8px; } + +.overlay { + position: fixed; + z-index: 200; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-color: rgba(255, 255, 255, 0.95); } + .overlay > .close { + position: fixed; + top: 1rem; + right: 1rem; } + +@media print { + * { + background: transparent !important; + color: black !important; + box-shadow: none !important; + text-shadow: none !important; } + a, + a:visited { + text-decoration: underline; } + pre, blockquote { + border: 1px solid #999; + page-break-inside: avoid; } + p, h2, h3 { + orphans: 3; + widows: 3; } + thead { + display: table-header-group; } + tr, img { + page-break-inside: avoid; } + img { + max-width: 100% !important; } + h2, h3, h4 { + page-break-after: avoid; } + @page { + margin: 0.5cm; } } + +@keyframes slideUp { + to { + height: 0; + padding-top: 0; + padding-bottom: 0; } } + +@keyframes slideDown { + from { + height: 0; + padding-top: 0; + padding-bottom: 0; } } + +@keyframes fadeIn { + from { + opacity: 0; } + to { + opacity: 1; } } + +@keyframes fadeOut { + from { + opacity: 1; } + to { + opacity: 0; } } + +@keyframes flipIn { + from { + opacity: 0; + transform: scaleY(0); } + to { + opacity: 1; + transform: scaleY(1); } } + +@keyframes flipOut { + from { + opacity: 1; + transform: scaleY(1); } + to { + opacity: 0; + transform: scaleY(0); } } + +@keyframes zoomIn { + from { + opacity: 0; + transform: scale3d(0.3, 0.3, 0.3); } + 50% { + opacity: 1; } } + +@keyframes zoomOut { + from { + opacity: 1; } + 50% { + opacity: 0; + transform: scale3d(0.3, 0.3, 0.3); } + to { + opacity: 0; } } + +@keyframes slideInRight { + from { + transform: translate3d(100%, 0, 0); + visibility: visible; } + to { + transform: translate3d(0, 0, 0); } } + +@keyframes slideInLeft { + from { + transform: translate3d(-100%, 0, 0); + visibility: visible; } + to { + transform: translate3d(0, 0, 0); } } + +@keyframes slideInDown { + from { + transform: translate3d(0, -100%, 0); + visibility: visible; } + to { + transform: translate3d(0, 0, 0); } } + +@keyframes slideOutLeft { + from { + transform: translate3d(0, 0, 0); } + to { + visibility: hidden; + transform: translate3d(-100%, 0, 0); } } + +@keyframes slideOutRight { + from { + transform: translate3d(0, 0, 0); } + to { + visibility: hidden; + transform: translate3d(100%, 0, 0); } } + +@keyframes slideOutUp { + from { + transform: translate3d(0, 0, 0); } + to { + visibility: hidden; + transform: translate3d(0, -100%, 0); } } + +@keyframes rotate { + from { + transform: rotate(0deg); } + to { + transform: rotate(360deg); } } + +@keyframes pulse { + from { + transform: scale3d(1, 1, 1); } + 50% { + transform: scale3d(1.03, 1.03, 1.03); } + to { + transform: scale3d(1, 1, 1); } } + +@keyframes shake { + 15% { + transform: translateX(0.5rem); } + 30% { + transform: translateX(-0.4rem); } + 45% { + transform: translateX(0.3rem); } + 60% { + transform: translateX(-0.2rem); } + 75% { + transform: translateX(0.1rem); } + 90% { + transform: translateX(0); } + 90% { + transform: translateX(0); } } + +.fadeIn { + animation: fadeIn 250ms; } + +.fadeOut { + animation: fadeOut 250ms; } + +.zoomIn { + animation: zoomIn 200ms; } + +.zoomOut { + animation: zoomOut 500ms; } + +.slideInRight { + animation: slideInRight 500ms; } + +.slideInLeft { + animation: slideInLeft 500ms; } + +.slideInDown { + animation: slideInDown 500ms; } + +.slideOutLeft { + animation: slideOutLeft 500ms; } + +.slideOutRight { + animation: slideOutRight 500ms; } + +.slideOutUp { + animation: slideOutUp 500ms; } + +.slideUp { + overflow: hidden; + animation: slideUp 200ms ease-in-out; } + +.slideDown { + overflow: hidden; + animation: slideDown 80ms ease-in-out; } + +.flipIn { + animation: flipIn 250ms cubic-bezier(0.5, -0.5, 0.5, 1.5); } + +.flipOut { + animation: flipOut 500ms cubic-bezier(0.5, -0.5, 0.5, 1.5); } + +.rotate { + animation: rotate 500ms; } + +.pulse { + animation: pulse 250ms 2; } + +.shake { + animation: shake 500ms; } + +.dropdown { + position: absolute; + z-index: 100; + top: 0; + right: 0; + width: 280px; + color: #000; + font-size: 15px; + background: #fff; + box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); + border-radius: 3px; + max-height: 300px; + margin: 0; + padding: 0; + overflow: hidden; } + .dropdown.dropdown-mobile { + position: fixed; + top: 0; + left: 0; + right: 0; + bottom: 0; + width: 100%; + max-height: none; + border: none; } + .dropdown .close { + margin: 20px auto; } + .dropdown.open { + overflow: auto; } + .dropdown ul { + list-style: none; + margin: 0; } + .dropdown ul li { + border-bottom: 1px solid rgba(0, 0, 0, 0.07); } + .dropdown ul li:last-child { + border-bottom: none; } + .dropdown ul a { + display: block; + padding: 12px; + text-decoration: none; + color: #000; } + .dropdown ul a:hover { + background: rgba(0, 0, 0, 0.05); } + + +.message { + font-family: Consolas, Monaco, "Courier New", monospace; + font-size: 14px; + line-height: 20px; + background: #e0e1e1; + color: #313439; + padding: 1rem; + padding-right: 2.5em; + padding-bottom: .75rem; + margin-bottom: 24px; + position: relative; } + .message a { + color: inherit; } + .message h2, + .message h3, + .message h4, + .message h5, + .message h6 { + margin-bottom: 0; } + .message .close { + position: absolute; + right: 1rem; + top: 1.1rem; } + +.message.error { + background: #f03c69; + color: #fff; } + +.message.success { + background: #35beb1; + color: #fff; } + +.message.warning { + background: #f7ba45; } + +.message.focus { + background: #1c86f2; + color: #fff; } + +.message.black { + background: #0d0d0e; + color: #fff; } + +.message.inverted { + background: #fff; } + +.modal-box { + position: fixed; + top: 0; + left: 0; + bottom: 0; + right: 0; + overflow-x: hidden; + overflow-y: auto; + z-index: 200; } + +.modal { + position: relative; + margin: auto; + margin-top: 16px; + padding: 0; + background: #fff; + box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); + border-radius: 8px; + color: #000; } + @media (max-width: 768px) { + .modal input, + .modal textarea { + font-size: 16px; } } + .modal .close { + position: absolute; + top: 18px; + right: 16px; + opacity: .3; } + .modal .close:hover { + opacity: 1; } + +.modal-header { + padding: 24px 32px; + font-size: 18px; + font-weight: bold; + border-bottom: 1px solid rgba(0, 0, 0, 0.05); } + .modal-header:empty { + display: none; } + +.modal-body { + padding: 36px 56px; } + +@media (max-width: 768px) { + .modal-header, + .modal-body { + padding: 24px; } } + +.offcanvas { + background: #fff; + position: fixed; + padding: 24px; + height: 100%; + top: 0; + left: 0; + z-index: 300; + overflow-y: scroll; } + +.offcanvas .close { + position: absolute; + top: 8px; + right: 8px; } + +.offcanvas-left { + border-right: 1px solid rgba(0, 0, 0, 0.1); } + +.offcanvas-right { + left: auto; + right: 0; + border-left: 1px solid rgba(0, 0, 0, 0.1); } + +.offcanvas-push-body { + position: relative; } + +.tabs { + margin-bottom: 24px; + font-size: 14px; } + .tabs li em, + .tabs li.active a { + color: #313439; + border: 1px solid rgba(0, 0, 0, 0.1); + cursor: default; + text-decoration: none; + background: none; } + .tabs em, + .tabs a { + position: relative; + top: 1px; + font-style: normal; + display: block; + padding: .5rem 1rem; + border: 1px solid transparent; + color: rgba(0, 0, 0, 0.5); + text-decoration: none; } + .tabs a:hover { + -moz-transition: all linear 0.2s; + transition: all linear 0.2s; + color: #313439; + text-decoration: underline; + background-color: #e0e1e1; } + +@media (min-width: 768px) { + .tabs ul { + display: flex; + margin-top: -1px; + border-bottom: 1px solid rgba(0, 0, 0, 0.1); } + .tabs li em, + .tabs li.active a { + border-bottom: 1px solid #fff; } } + +label { + display: block; + color: #313439; + margin-bottom: 4px; + /*font-size: 15px*/;} + label.checkbox, + label .desc, + label .success, + label .error { + text-transform: none; + font-weight: normal; } + label.checkbox { + font-size: 16px; + line-height: 24px; + cursor: pointer; + color: inherit; } + label.checkbox input { + margin-top: 0; } + +.label { + display: inline-block; + font-size: 45%; + line-height: 18px; + padding: 5px 10px; + font-weight: 500; + color: #313439; + border: 1px solid transparent; + vertical-align: middle; + text-decoration: none; + border-radius: 4px; } + .label a, + .label a:hover { + color: inherit; + text-decoration: none; } + +.label.big { + font-size: 14px; + line-height: 24px; + padding: 0 12px; } + +.label.upper { + text-transform: uppercase; + font-size: 11px; } + +.label.outline { + background: none; + border-color: #bdbdbd; } + +.label.badge { + text-align: center; + border-radius: 64px; + padding: 0 6px; } + .label.badge.big { + padding: 0 8px; } + +.label.tag { + padding: 0; + background: none; + border: none; + text-transform: uppercase; + font-size: 11px; } + .label.tag.big { + font-size: 13px; } + +.label.success { + background: #62c026; + color: #fff; } + .label.success.tag, .label.success.outline { + background: none; + border-color: #62c026; + color: #62c026; } + +.label.error { + background: #c20025; + color: #fff; } + .label.error.tag, .label.error.outline { + background: none; + border-color: #c20025; + color: #c20025; } + +.label.warning { + border-color: #f29a36; + color: #0d0d0e; } + .label.warning.tag, .label.warning.outline { + background: none; + border-color: #f29a36; + color: #f29a36; } + +.label.focus, .label.beta { + background: #1d9cd3; + color: #fff; } + .label.focus.tag, .label.focus.outline { + background: none; + border-color: #1d9cd3; + color: #1d9cd3; } + +.label.black { + background: #0d0d0e; + color: #fff; } + .label.black.tag, .label.black.outline { + background: none; + border-color: #0d0d0e; + color: #0d0d0e; } + +.label.inverted { + background: #fff; + color: #0d0d0e; } + .label.inverted.tag, .label.inverted.outline { + background: none; + border-color: #fff; + color: #fff; } \ No newline at end of file diff --git a/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/assets/js/all.min.js b/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/assets/js/all.min.js new file mode 100644 index 000000000..4cf4ba957 --- /dev/null +++ b/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/assets/js/all.min.js @@ -0,0 +1,6 @@ +/*! + * Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + * Copyright 2022 Fonticons, Inc. + */ +!function(){"use strict";var C={},c={};try{"undefined"!=typeof window&&(C=window),"undefined"!=typeof document&&(c=document)}catch(C){}var l=(C.navigator||{}).userAgent,z=void 0===l?"":l,a=C,e=c;a.document,e.documentElement&&e.head&&"function"==typeof e.addEventListener&&e.createElement,~z.indexOf("MSIE")||z.indexOf("Trident/");function M(c,C){var l,z=Object.keys(c);return Object.getOwnPropertySymbols&&(l=Object.getOwnPropertySymbols(c),C&&(l=l.filter(function(C){return Object.getOwnPropertyDescriptor(c,C).enumerable})),z.push.apply(z,l)),z}function t(z){for(var C=1;CC.length)&&(c=C.length);for(var l=0,z=new Array(c);lC.length)&&(c=C.length);for(var l=0,z=new Array(c);lC.length)&&(c=C.length);for(var l=0,z=new Array(c);lC.length)&&(c=C.length);for(var l=0,z=new Array(c);l>>0;l--;)c[l]=C[l];return c}function J(C){return C.classList?$(C.classList):(C.getAttribute("class")||"").split(" ").filter(function(C){return C})}function Z(C){return"".concat(C).replace(/&/g,"&").replace(/"/g,""").replace(/'/g,"'").replace(//g,">")}function C1(l){return Object.keys(l||{}).reduce(function(C,c){return C+"".concat(c,": ").concat(l[c].trim(),";")},"")}function c1(C){return C.size!==Q.size||C.x!==Q.x||C.y!==Q.y||C.rotate!==Q.rotate||C.flipX||C.flipY}function l1(){var C,c,l=p,z=U.familyPrefix,a=U.replacementClass,e=':host,:root{--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Solid";--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Regular";--fa-font-light:normal 300 1em/1 "Font Awesome 6 Light";--fa-font-thin:normal 100 1em/1 "Font Awesome 6 Thin";--fa-font-duotone:normal 900 1em/1 "Font Awesome 6 Duotone";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}svg:not(:host).svg-inline--fa,svg:not(:root).svg-inline--fa{overflow:visible;box-sizing:content-box}.svg-inline--fa{display:var(--fa-display,inline-block);height:1em;overflow:visible;vertical-align:-.125em}.svg-inline--fa.fa-2xs{vertical-align:.1em}.svg-inline--fa.fa-xs{vertical-align:0}.svg-inline--fa.fa-sm{vertical-align:-.0714285705em}.svg-inline--fa.fa-lg{vertical-align:-.2em}.svg-inline--fa.fa-xl{vertical-align:-.25em}.svg-inline--fa.fa-2xl{vertical-align:-.3125em}.svg-inline--fa.fa-pull-left{margin-right:var(--fa-pull-margin,.3em);width:auto}.svg-inline--fa.fa-pull-right{margin-left:var(--fa-pull-margin,.3em);width:auto}.svg-inline--fa.fa-li{width:var(--fa-li-width,2em);top:.25em}.svg-inline--fa.fa-fw{width:var(--fa-fw-width,1.25em)}.fa-layers svg.svg-inline--fa{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.fa-layers-counter,.fa-layers-text{display:inline-block;position:absolute;text-align:center}.fa-layers{display:inline-block;height:1em;position:relative;text-align:center;vertical-align:-.125em;width:1em}.fa-layers svg.svg-inline--fa{-webkit-transform-origin:center center;transform-origin:center center}.fa-layers-text{left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transform-origin:center center;transform-origin:center center}.fa-layers-counter{background-color:var(--fa-counter-background-color,#ff253a);border-radius:var(--fa-counter-border-radius,1em);box-sizing:border-box;color:var(--fa-inverse,#fff);line-height:var(--fa-counter-line-height,1);max-width:var(--fa-counter-max-width,5em);min-width:var(--fa-counter-min-width,1.5em);overflow:hidden;padding:var(--fa-counter-padding,.25em .5em);right:var(--fa-right,0);text-overflow:ellipsis;top:var(--fa-top,0);-webkit-transform:scale(var(--fa-counter-scale,.25));transform:scale(var(--fa-counter-scale,.25));-webkit-transform-origin:top right;transform-origin:top right}.fa-layers-bottom-right{bottom:var(--fa-bottom,0);right:var(--fa-right,0);top:auto;-webkit-transform:scale(var(--fa-layers-scale,.25));transform:scale(var(--fa-layers-scale,.25));-webkit-transform-origin:bottom right;transform-origin:bottom right}.fa-layers-bottom-left{bottom:var(--fa-bottom,0);left:var(--fa-left,0);right:auto;top:auto;-webkit-transform:scale(var(--fa-layers-scale,.25));transform:scale(var(--fa-layers-scale,.25));-webkit-transform-origin:bottom left;transform-origin:bottom left}.fa-layers-top-right{top:var(--fa-top,0);right:var(--fa-right,0);-webkit-transform:scale(var(--fa-layers-scale,.25));transform:scale(var(--fa-layers-scale,.25));-webkit-transform-origin:top right;transform-origin:top right}.fa-layers-top-left{left:var(--fa-left,0);right:auto;top:var(--fa-top,0);-webkit-transform:scale(var(--fa-layers-scale,.25));transform:scale(var(--fa-layers-scale,.25));-webkit-transform-origin:top left;transform-origin:top left}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.0833333337em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.0714285718em;vertical-align:.0535714295em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.0416666682em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width,2em) * -1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-color:var(--fa-border-color,#eee);border-radius:var(--fa-border-radius,.1em);border-style:var(--fa-border-style,solid);border-width:var(--fa-border-width,.08em);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1,1) translateY(0);transform:scale(1,1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1,1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1,1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1,1) translateY(0);transform:scale(1,1) translateY(0)}100%{-webkit-transform:scale(1,1) translateY(0);transform:scale(1,1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1,1) translateY(0);transform:scale(1,1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1,1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1,1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1,1) translateY(0);transform:scale(1,1) translateY(0)}100%{-webkit-transform:scale(1,1) translateY(0);transform:scale(1,1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,100%{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,100%{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}24%,8%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}100%,40%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}24%,8%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}100%,40%{-webkit-transform:rotate(0);transform:rotate(0)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-webkit-transform:scale(1,-1);transform:scale(1,-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;vertical-align:middle;height:2em;position:relative;width:2.5em}.fa-stack-1x,.fa-stack-2x{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0;z-index:var(--fa-stack-z-index,auto)}.svg-inline--fa.fa-stack-1x{height:1em;width:1.25em}.svg-inline--fa.fa-stack-2x{height:2em;width:2.5em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-sr-only,.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.fa-sr-only-focusable:not(:focus),.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.svg-inline--fa .fa-primary{fill:var(--fa-primary-color,currentColor);opacity:var(--fa-primary-opacity,1)}.svg-inline--fa .fa-secondary{fill:var(--fa-secondary-color,currentColor);opacity:var(--fa-secondary-opacity,.4)}.svg-inline--fa.fa-swap-opacity .fa-primary{opacity:var(--fa-secondary-opacity,.4)}.svg-inline--fa.fa-swap-opacity .fa-secondary{opacity:var(--fa-primary-opacity,1)}.svg-inline--fa mask .fa-primary,.svg-inline--fa mask .fa-secondary{fill:#000}.fa-duotone.fa-inverse,.fad.fa-inverse{color:var(--fa-inverse,#fff)}';return"fa"===z&&a===l||(C=new RegExp("\\.".concat("fa","\\-"),"g"),c=new RegExp("\\--".concat("fa","\\-"),"g"),l=new RegExp("\\.".concat(l),"g"),e=e.replace(C,".".concat(z,"-")).replace(c,"--".concat(z,"-")).replace(l,".".concat(a))),e}var z1=!1;function a1(){U.autoAddCss&&!z1&&(function(C){if(C&&o){var c=v.createElement("style");c.setAttribute("type","text/css"),c.innerHTML=C;for(var l=v.head.childNodes,z=null,a=l.length-1;-1").concat(z.map(r1).join(""),"")}function L1(C,c,l){if(C&&C[c]&&C[c][l])return{prefix:c,iconName:l,icon:C[c][l]}}o&&((s1=(v.documentElement.doScroll?/^loaded|^c/:/^loaded|^i|^c/).test(v.readyState))||v.addEventListener("DOMContentLoaded",e1));function n1(C,c,l,z){for(var a,e,M=Object.keys(C),t=M.length,s=void 0!==z?H1(c,z):c,h=void 0===l?(a=1,C[M[0]]):(a=0,l);a=4)throw new Error("Bootstrap's JavaScript requires at least jQuery v1.9.1 but less than v4.0.0")}};l.jQueryDetection(),i.default.fn.emulateTransitionEnd=s,i.default.event.special[l.TRANSITION_END]={bindType:"transitionend",delegateType:"transitionend",handle:function(t){if(i.default(t.target).is(this))return t.handleObj.handler.apply(this,arguments)}};var u="alert",f=i.default.fn[u],d=function(){function t(t){this._element=t}var e=t.prototype;return e.close=function(t){var e=this._element;t&&(e=this._getRootElement(t)),this._triggerCloseEvent(e).isDefaultPrevented()||this._removeElement(e)},e.dispose=function(){i.default.removeData(this._element,"bs.alert"),this._element=null},e._getRootElement=function(t){var e=l.getSelectorFromElement(t),n=!1;return e&&(n=document.querySelector(e)),n||(n=i.default(t).closest(".alert")[0]),n},e._triggerCloseEvent=function(t){var e=i.default.Event("close.bs.alert");return i.default(t).trigger(e),e},e._removeElement=function(t){var e=this;if(i.default(t).removeClass("show"),i.default(t).hasClass("fade")){var n=l.getTransitionDurationFromElement(t);i.default(t).one(l.TRANSITION_END,(function(n){return e._destroyElement(t,n)})).emulateTransitionEnd(n)}else this._destroyElement(t)},e._destroyElement=function(t){i.default(t).detach().trigger("closed.bs.alert").remove()},t._jQueryInterface=function(e){return this.each((function(){var n=i.default(this),o=n.data("bs.alert");o||(o=new t(this),n.data("bs.alert",o)),"close"===e&&o[e](this)}))},t._handleDismiss=function(t){return function(e){e&&e.preventDefault(),t.close(this)}},r(t,null,[{key:"VERSION",get:function(){return"4.6.0"}}]),t}();i.default(document).on("click.bs.alert.data-api",'[data-dismiss="alert"]',d._handleDismiss(new d)),i.default.fn[u]=d._jQueryInterface,i.default.fn[u].Constructor=d,i.default.fn[u].noConflict=function(){return i.default.fn[u]=f,d._jQueryInterface};var c=i.default.fn.button,h=function(){function t(t){this._element=t,this.shouldAvoidTriggerChange=!1}var e=t.prototype;return e.toggle=function(){var t=!0,e=!0,n=i.default(this._element).closest('[data-toggle="buttons"]')[0];if(n){var o=this._element.querySelector('input:not([type="hidden"])');if(o){if("radio"===o.type)if(o.checked&&this._element.classList.contains("active"))t=!1;else{var r=n.querySelector(".active");r&&i.default(r).removeClass("active")}t&&("checkbox"!==o.type&&"radio"!==o.type||(o.checked=!this._element.classList.contains("active")),this.shouldAvoidTriggerChange||i.default(o).trigger("change")),o.focus(),e=!1}}this._element.hasAttribute("disabled")||this._element.classList.contains("disabled")||(e&&this._element.setAttribute("aria-pressed",!this._element.classList.contains("active")),t&&i.default(this._element).toggleClass("active"))},e.dispose=function(){i.default.removeData(this._element,"bs.button"),this._element=null},t._jQueryInterface=function(e,n){return this.each((function(){var o=i.default(this),r=o.data("bs.button");r||(r=new t(this),o.data("bs.button",r)),r.shouldAvoidTriggerChange=n,"toggle"===e&&r[e]()}))},r(t,null,[{key:"VERSION",get:function(){return"4.6.0"}}]),t}();i.default(document).on("click.bs.button.data-api",'[data-toggle^="button"]',(function(t){var e=t.target,n=e;if(i.default(e).hasClass("btn")||(e=i.default(e).closest(".btn")[0]),!e||e.hasAttribute("disabled")||e.classList.contains("disabled"))t.preventDefault();else{var o=e.querySelector('input:not([type="hidden"])');if(o&&(o.hasAttribute("disabled")||o.classList.contains("disabled")))return void t.preventDefault();"INPUT"!==n.tagName&&"LABEL"===e.tagName||h._jQueryInterface.call(i.default(e),"toggle","INPUT"===n.tagName)}})).on("focus.bs.button.data-api blur.bs.button.data-api",'[data-toggle^="button"]',(function(t){var e=i.default(t.target).closest(".btn")[0];i.default(e).toggleClass("focus",/^focus(in)?$/.test(t.type))})),i.default(window).on("load.bs.button.data-api",(function(){for(var t=[].slice.call(document.querySelectorAll('[data-toggle="buttons"] .btn')),e=0,n=t.length;e0,this._pointerEvent=Boolean(window.PointerEvent||window.MSPointerEvent),this._addEventListeners()}var e=t.prototype;return e.next=function(){this._isSliding||this._slide("next")},e.nextWhenVisible=function(){var t=i.default(this._element);!document.hidden&&t.is(":visible")&&"hidden"!==t.css("visibility")&&this.next()},e.prev=function(){this._isSliding||this._slide("prev")},e.pause=function(t){t||(this._isPaused=!0),this._element.querySelector(".carousel-item-next, .carousel-item-prev")&&(l.triggerTransitionEnd(this._element),this.cycle(!0)),clearInterval(this._interval),this._interval=null},e.cycle=function(t){t||(this._isPaused=!1),this._interval&&(clearInterval(this._interval),this._interval=null),this._config.interval&&!this._isPaused&&(this._updateInterval(),this._interval=setInterval((document.visibilityState?this.nextWhenVisible:this.next).bind(this),this._config.interval))},e.to=function(t){var e=this;this._activeElement=this._element.querySelector(".active.carousel-item");var n=this._getItemIndex(this._activeElement);if(!(t>this._items.length-1||t<0))if(this._isSliding)i.default(this._element).one("slid.bs.carousel",(function(){return e.to(t)}));else{if(n===t)return this.pause(),void this.cycle();var o=t>n?"next":"prev";this._slide(o,this._items[t])}},e.dispose=function(){i.default(this._element).off(m),i.default.removeData(this._element,"bs.carousel"),this._items=null,this._config=null,this._element=null,this._interval=null,this._isPaused=null,this._isSliding=null,this._activeElement=null,this._indicatorsElement=null},e._getConfig=function(t){return t=a({},v,t),l.typeCheckConfig(p,t,_),t},e._handleSwipe=function(){var t=Math.abs(this.touchDeltaX);if(!(t<=40)){var e=t/this.touchDeltaX;this.touchDeltaX=0,e>0&&this.prev(),e<0&&this.next()}},e._addEventListeners=function(){var t=this;this._config.keyboard&&i.default(this._element).on("keydown.bs.carousel",(function(e){return t._keydown(e)})),"hover"===this._config.pause&&i.default(this._element).on("mouseenter.bs.carousel",(function(e){return t.pause(e)})).on("mouseleave.bs.carousel",(function(e){return t.cycle(e)})),this._config.touch&&this._addTouchEventListeners()},e._addTouchEventListeners=function(){var t=this;if(this._touchSupported){var e=function(e){t._pointerEvent&&b[e.originalEvent.pointerType.toUpperCase()]?t.touchStartX=e.originalEvent.clientX:t._pointerEvent||(t.touchStartX=e.originalEvent.touches[0].clientX)},n=function(e){t._pointerEvent&&b[e.originalEvent.pointerType.toUpperCase()]&&(t.touchDeltaX=e.originalEvent.clientX-t.touchStartX),t._handleSwipe(),"hover"===t._config.pause&&(t.pause(),t.touchTimeout&&clearTimeout(t.touchTimeout),t.touchTimeout=setTimeout((function(e){return t.cycle(e)}),500+t._config.interval))};i.default(this._element.querySelectorAll(".carousel-item img")).on("dragstart.bs.carousel",(function(t){return t.preventDefault()})),this._pointerEvent?(i.default(this._element).on("pointerdown.bs.carousel",(function(t){return e(t)})),i.default(this._element).on("pointerup.bs.carousel",(function(t){return n(t)})),this._element.classList.add("pointer-event")):(i.default(this._element).on("touchstart.bs.carousel",(function(t){return e(t)})),i.default(this._element).on("touchmove.bs.carousel",(function(e){return function(e){e.originalEvent.touches&&e.originalEvent.touches.length>1?t.touchDeltaX=0:t.touchDeltaX=e.originalEvent.touches[0].clientX-t.touchStartX}(e)})),i.default(this._element).on("touchend.bs.carousel",(function(t){return n(t)})))}},e._keydown=function(t){if(!/input|textarea/i.test(t.target.tagName))switch(t.which){case 37:t.preventDefault(),this.prev();break;case 39:t.preventDefault(),this.next()}},e._getItemIndex=function(t){return this._items=t&&t.parentNode?[].slice.call(t.parentNode.querySelectorAll(".carousel-item")):[],this._items.indexOf(t)},e._getItemByDirection=function(t,e){var n="next"===t,i="prev"===t,o=this._getItemIndex(e),r=this._items.length-1;if((i&&0===o||n&&o===r)&&!this._config.wrap)return e;var a=(o+("prev"===t?-1:1))%this._items.length;return-1===a?this._items[this._items.length-1]:this._items[a]},e._triggerSlideEvent=function(t,e){var n=this._getItemIndex(t),o=this._getItemIndex(this._element.querySelector(".active.carousel-item")),r=i.default.Event("slide.bs.carousel",{relatedTarget:t,direction:e,from:o,to:n});return i.default(this._element).trigger(r),r},e._setActiveIndicatorElement=function(t){if(this._indicatorsElement){var e=[].slice.call(this._indicatorsElement.querySelectorAll(".active"));i.default(e).removeClass("active");var n=this._indicatorsElement.children[this._getItemIndex(t)];n&&i.default(n).addClass("active")}},e._updateInterval=function(){var t=this._activeElement||this._element.querySelector(".active.carousel-item");if(t){var e=parseInt(t.getAttribute("data-interval"),10);e?(this._config.defaultInterval=this._config.defaultInterval||this._config.interval,this._config.interval=e):this._config.interval=this._config.defaultInterval||this._config.interval}},e._slide=function(t,e){var n,o,r,a=this,s=this._element.querySelector(".active.carousel-item"),u=this._getItemIndex(s),f=e||s&&this._getItemByDirection(t,s),d=this._getItemIndex(f),c=Boolean(this._interval);if("next"===t?(n="carousel-item-left",o="carousel-item-next",r="left"):(n="carousel-item-right",o="carousel-item-prev",r="right"),f&&i.default(f).hasClass("active"))this._isSliding=!1;else if(!this._triggerSlideEvent(f,r).isDefaultPrevented()&&s&&f){this._isSliding=!0,c&&this.pause(),this._setActiveIndicatorElement(f),this._activeElement=f;var h=i.default.Event("slid.bs.carousel",{relatedTarget:f,direction:r,from:u,to:d});if(i.default(this._element).hasClass("slide")){i.default(f).addClass(o),l.reflow(f),i.default(s).addClass(n),i.default(f).addClass(n);var p=l.getTransitionDurationFromElement(s);i.default(s).one(l.TRANSITION_END,(function(){i.default(f).removeClass(n+" "+o).addClass("active"),i.default(s).removeClass("active "+o+" "+n),a._isSliding=!1,setTimeout((function(){return i.default(a._element).trigger(h)}),0)})).emulateTransitionEnd(p)}else i.default(s).removeClass("active"),i.default(f).addClass("active"),this._isSliding=!1,i.default(this._element).trigger(h);c&&this.cycle()}},t._jQueryInterface=function(e){return this.each((function(){var n=i.default(this).data("bs.carousel"),o=a({},v,i.default(this).data());"object"==typeof e&&(o=a({},o,e));var r="string"==typeof e?e:o.slide;if(n||(n=new t(this,o),i.default(this).data("bs.carousel",n)),"number"==typeof e)n.to(e);else if("string"==typeof r){if("undefined"==typeof n[r])throw new TypeError('No method named "'+r+'"');n[r]()}else o.interval&&o.ride&&(n.pause(),n.cycle())}))},t._dataApiClickHandler=function(e){var n=l.getSelectorFromElement(this);if(n){var o=i.default(n)[0];if(o&&i.default(o).hasClass("carousel")){var r=a({},i.default(o).data(),i.default(this).data()),s=this.getAttribute("data-slide-to");s&&(r.interval=!1),t._jQueryInterface.call(i.default(o),r),s&&i.default(o).data("bs.carousel").to(s),e.preventDefault()}}},r(t,null,[{key:"VERSION",get:function(){return"4.6.0"}},{key:"Default",get:function(){return v}}]),t}();i.default(document).on("click.bs.carousel.data-api","[data-slide], [data-slide-to]",y._dataApiClickHandler),i.default(window).on("load.bs.carousel.data-api",(function(){for(var t=[].slice.call(document.querySelectorAll('[data-ride="carousel"]')),e=0,n=t.length;e0&&(this._selector=a,this._triggerArray.push(r))}this._parent=this._config.parent?this._getParent():null,this._config.parent||this._addAriaAndCollapsedClass(this._element,this._triggerArray),this._config.toggle&&this.toggle()}var e=t.prototype;return e.toggle=function(){i.default(this._element).hasClass("show")?this.hide():this.show()},e.show=function(){var e,n,o=this;if(!this._isTransitioning&&!i.default(this._element).hasClass("show")&&(this._parent&&0===(e=[].slice.call(this._parent.querySelectorAll(".show, .collapsing")).filter((function(t){return"string"==typeof o._config.parent?t.getAttribute("data-parent")===o._config.parent:t.classList.contains("collapse")}))).length&&(e=null),!(e&&(n=i.default(e).not(this._selector).data("bs.collapse"))&&n._isTransitioning))){var r=i.default.Event("show.bs.collapse");if(i.default(this._element).trigger(r),!r.isDefaultPrevented()){e&&(t._jQueryInterface.call(i.default(e).not(this._selector),"hide"),n||i.default(e).data("bs.collapse",null));var a=this._getDimension();i.default(this._element).removeClass("collapse").addClass("collapsing"),this._element.style[a]=0,this._triggerArray.length&&i.default(this._triggerArray).removeClass("collapsed").attr("aria-expanded",!0),this.setTransitioning(!0);var s="scroll"+(a[0].toUpperCase()+a.slice(1)),u=l.getTransitionDurationFromElement(this._element);i.default(this._element).one(l.TRANSITION_END,(function(){i.default(o._element).removeClass("collapsing").addClass("collapse show"),o._element.style[a]="",o.setTransitioning(!1),i.default(o._element).trigger("shown.bs.collapse")})).emulateTransitionEnd(u),this._element.style[a]=this._element[s]+"px"}}},e.hide=function(){var t=this;if(!this._isTransitioning&&i.default(this._element).hasClass("show")){var e=i.default.Event("hide.bs.collapse");if(i.default(this._element).trigger(e),!e.isDefaultPrevented()){var n=this._getDimension();this._element.style[n]=this._element.getBoundingClientRect()[n]+"px",l.reflow(this._element),i.default(this._element).addClass("collapsing").removeClass("collapse show");var o=this._triggerArray.length;if(o>0)for(var r=0;r=0)return 1;return 0}();var k=D&&window.Promise?function(t){var e=!1;return function(){e||(e=!0,window.Promise.resolve().then((function(){e=!1,t()})))}}:function(t){var e=!1;return function(){e||(e=!0,setTimeout((function(){e=!1,t()}),N))}};function A(t){return t&&"[object Function]"==={}.toString.call(t)}function I(t,e){if(1!==t.nodeType)return[];var n=t.ownerDocument.defaultView.getComputedStyle(t,null);return e?n[e]:n}function O(t){return"HTML"===t.nodeName?t:t.parentNode||t.host}function x(t){if(!t)return document.body;switch(t.nodeName){case"HTML":case"BODY":return t.ownerDocument.body;case"#document":return t.body}var e=I(t),n=e.overflow,i=e.overflowX,o=e.overflowY;return/(auto|scroll|overlay)/.test(n+o+i)?t:x(O(t))}function j(t){return t&&t.referenceNode?t.referenceNode:t}var L=D&&!(!window.MSInputMethodContext||!document.documentMode),P=D&&/MSIE 10/.test(navigator.userAgent);function F(t){return 11===t?L:10===t?P:L||P}function R(t){if(!t)return document.documentElement;for(var e=F(10)?document.body:null,n=t.offsetParent||null;n===e&&t.nextElementSibling;)n=(t=t.nextElementSibling).offsetParent;var i=n&&n.nodeName;return i&&"BODY"!==i&&"HTML"!==i?-1!==["TH","TD","TABLE"].indexOf(n.nodeName)&&"static"===I(n,"position")?R(n):n:t?t.ownerDocument.documentElement:document.documentElement}function H(t){return null!==t.parentNode?H(t.parentNode):t}function M(t,e){if(!(t&&t.nodeType&&e&&e.nodeType))return document.documentElement;var n=t.compareDocumentPosition(e)&Node.DOCUMENT_POSITION_FOLLOWING,i=n?t:e,o=n?e:t,r=document.createRange();r.setStart(i,0),r.setEnd(o,0);var a,s,l=r.commonAncestorContainer;if(t!==l&&e!==l||i.contains(o))return"BODY"===(s=(a=l).nodeName)||"HTML"!==s&&R(a.firstElementChild)!==a?R(l):l;var u=H(t);return u.host?M(u.host,e):M(t,H(e).host)}function q(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"top",n="top"===e?"scrollTop":"scrollLeft",i=t.nodeName;if("BODY"===i||"HTML"===i){var o=t.ownerDocument.documentElement,r=t.ownerDocument.scrollingElement||o;return r[n]}return t[n]}function B(t,e){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],i=q(e,"top"),o=q(e,"left"),r=n?-1:1;return t.top+=i*r,t.bottom+=i*r,t.left+=o*r,t.right+=o*r,t}function Q(t,e){var n="x"===e?"Left":"Top",i="Left"===n?"Right":"Bottom";return parseFloat(t["border"+n+"Width"])+parseFloat(t["border"+i+"Width"])}function W(t,e,n,i){return Math.max(e["offset"+t],e["scroll"+t],n["client"+t],n["offset"+t],n["scroll"+t],F(10)?parseInt(n["offset"+t])+parseInt(i["margin"+("Height"===t?"Top":"Left")])+parseInt(i["margin"+("Height"===t?"Bottom":"Right")]):0)}function U(t){var e=t.body,n=t.documentElement,i=F(10)&&getComputedStyle(n);return{height:W("Height",e,n,i),width:W("Width",e,n,i)}}var V=function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")},Y=function(){function t(t,e){for(var n=0;n2&&void 0!==arguments[2]&&arguments[2],i=F(10),o="HTML"===e.nodeName,r=G(t),a=G(e),s=x(t),l=I(e),u=parseFloat(l.borderTopWidth),f=parseFloat(l.borderLeftWidth);n&&o&&(a.top=Math.max(a.top,0),a.left=Math.max(a.left,0));var d=K({top:r.top-a.top-u,left:r.left-a.left-f,width:r.width,height:r.height});if(d.marginTop=0,d.marginLeft=0,!i&&o){var c=parseFloat(l.marginTop),h=parseFloat(l.marginLeft);d.top-=u-c,d.bottom-=u-c,d.left-=f-h,d.right-=f-h,d.marginTop=c,d.marginLeft=h}return(i&&!n?e.contains(s):e===s&&"BODY"!==s.nodeName)&&(d=B(d,e)),d}function J(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=t.ownerDocument.documentElement,i=$(t,n),o=Math.max(n.clientWidth,window.innerWidth||0),r=Math.max(n.clientHeight,window.innerHeight||0),a=e?0:q(n),s=e?0:q(n,"left"),l={top:a-i.top+i.marginTop,left:s-i.left+i.marginLeft,width:o,height:r};return K(l)}function Z(t){var e=t.nodeName;if("BODY"===e||"HTML"===e)return!1;if("fixed"===I(t,"position"))return!0;var n=O(t);return!!n&&Z(n)}function tt(t){if(!t||!t.parentElement||F())return document.documentElement;for(var e=t.parentElement;e&&"none"===I(e,"transform");)e=e.parentElement;return e||document.documentElement}function et(t,e,n,i){var o=arguments.length>4&&void 0!==arguments[4]&&arguments[4],r={top:0,left:0},a=o?tt(t):M(t,j(e));if("viewport"===i)r=J(a,o);else{var s=void 0;"scrollParent"===i?"BODY"===(s=x(O(e))).nodeName&&(s=t.ownerDocument.documentElement):s="window"===i?t.ownerDocument.documentElement:i;var l=$(s,a,o);if("HTML"!==s.nodeName||Z(a))r=l;else{var u=U(t.ownerDocument),f=u.height,d=u.width;r.top+=l.top-l.marginTop,r.bottom=f+l.top,r.left+=l.left-l.marginLeft,r.right=d+l.left}}var c="number"==typeof(n=n||0);return r.left+=c?n:n.left||0,r.top+=c?n:n.top||0,r.right-=c?n:n.right||0,r.bottom-=c?n:n.bottom||0,r}function nt(t){return t.width*t.height}function it(t,e,n,i,o){var r=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0;if(-1===t.indexOf("auto"))return t;var a=et(n,i,r,o),s={top:{width:a.width,height:e.top-a.top},right:{width:a.right-e.right,height:a.height},bottom:{width:a.width,height:a.bottom-e.bottom},left:{width:e.left-a.left,height:a.height}},l=Object.keys(s).map((function(t){return X({key:t},s[t],{area:nt(s[t])})})).sort((function(t,e){return e.area-t.area})),u=l.filter((function(t){var e=t.width,i=t.height;return e>=n.clientWidth&&i>=n.clientHeight})),f=u.length>0?u[0].key:l[0].key,d=t.split("-")[1];return f+(d?"-"+d:"")}function ot(t,e,n){var i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,o=i?tt(e):M(e,j(n));return $(n,o,i)}function rt(t){var e=t.ownerDocument.defaultView.getComputedStyle(t),n=parseFloat(e.marginTop||0)+parseFloat(e.marginBottom||0),i=parseFloat(e.marginLeft||0)+parseFloat(e.marginRight||0);return{width:t.offsetWidth+i,height:t.offsetHeight+n}}function at(t){var e={left:"right",right:"left",bottom:"top",top:"bottom"};return t.replace(/left|right|bottom|top/g,(function(t){return e[t]}))}function st(t,e,n){n=n.split("-")[0];var i=rt(t),o={width:i.width,height:i.height},r=-1!==["right","left"].indexOf(n),a=r?"top":"left",s=r?"left":"top",l=r?"height":"width",u=r?"width":"height";return o[a]=e[a]+e[l]/2-i[l]/2,o[s]=n===s?e[s]-i[u]:e[at(s)],o}function lt(t,e){return Array.prototype.find?t.find(e):t.filter(e)[0]}function ut(t,e,n){return(void 0===n?t:t.slice(0,function(t,e,n){if(Array.prototype.findIndex)return t.findIndex((function(t){return t[e]===n}));var i=lt(t,(function(t){return t[e]===n}));return t.indexOf(i)}(t,"name",n))).forEach((function(t){t.function&&console.warn("`modifier.function` is deprecated, use `modifier.fn`!");var n=t.function||t.fn;t.enabled&&A(n)&&(e.offsets.popper=K(e.offsets.popper),e.offsets.reference=K(e.offsets.reference),e=n(e,t))})),e}function ft(){if(!this.state.isDestroyed){var t={instance:this,styles:{},arrowStyles:{},attributes:{},flipped:!1,offsets:{}};t.offsets.reference=ot(this.state,this.popper,this.reference,this.options.positionFixed),t.placement=it(this.options.placement,t.offsets.reference,this.popper,this.reference,this.options.modifiers.flip.boundariesElement,this.options.modifiers.flip.padding),t.originalPlacement=t.placement,t.positionFixed=this.options.positionFixed,t.offsets.popper=st(this.popper,t.offsets.reference,t.placement),t.offsets.popper.position=this.options.positionFixed?"fixed":"absolute",t=ut(this.modifiers,t),this.state.isCreated?this.options.onUpdate(t):(this.state.isCreated=!0,this.options.onCreate(t))}}function dt(t,e){return t.some((function(t){var n=t.name;return t.enabled&&n===e}))}function ct(t){for(var e=[!1,"ms","Webkit","Moz","O"],n=t.charAt(0).toUpperCase()+t.slice(1),i=0;i1&&void 0!==arguments[1]&&arguments[1],n=Tt.indexOf(t),i=Tt.slice(n+1).concat(Tt.slice(0,n));return e?i.reverse():i}var St="flip",Dt="clockwise",Nt="counterclockwise";function kt(t,e,n,i){var o=[0,0],r=-1!==["right","left"].indexOf(i),a=t.split(/(\+|\-)/).map((function(t){return t.trim()})),s=a.indexOf(lt(a,(function(t){return-1!==t.search(/,|\s/)})));a[s]&&-1===a[s].indexOf(",")&&console.warn("Offsets separated by white space(s) are deprecated, use a comma (,) instead.");var l=/\s*,\s*|\s+/,u=-1!==s?[a.slice(0,s).concat([a[s].split(l)[0]]),[a[s].split(l)[1]].concat(a.slice(s+1))]:[a];return(u=u.map((function(t,i){var o=(1===i?!r:r)?"height":"width",a=!1;return t.reduce((function(t,e){return""===t[t.length-1]&&-1!==["+","-"].indexOf(e)?(t[t.length-1]=e,a=!0,t):a?(t[t.length-1]+=e,a=!1,t):t.concat(e)}),[]).map((function(t){return function(t,e,n,i){var o=t.match(/((?:\-|\+)?\d*\.?\d*)(.*)/),r=+o[1],a=o[2];if(!r)return t;if(0===a.indexOf("%")){var s=void 0;switch(a){case"%p":s=n;break;case"%":case"%r":default:s=i}return K(s)[e]/100*r}if("vh"===a||"vw"===a)return("vh"===a?Math.max(document.documentElement.clientHeight,window.innerHeight||0):Math.max(document.documentElement.clientWidth,window.innerWidth||0))/100*r;return r}(t,o,e,n)}))}))).forEach((function(t,e){t.forEach((function(n,i){_t(n)&&(o[e]+=n*("-"===t[i-1]?-1:1))}))})),o}var At={placement:"bottom",positionFixed:!1,eventsEnabled:!0,removeOnDestroy:!1,onCreate:function(){},onUpdate:function(){},modifiers:{shift:{order:100,enabled:!0,fn:function(t){var e=t.placement,n=e.split("-")[0],i=e.split("-")[1];if(i){var o=t.offsets,r=o.reference,a=o.popper,s=-1!==["bottom","top"].indexOf(n),l=s?"left":"top",u=s?"width":"height",f={start:z({},l,r[l]),end:z({},l,r[l]+r[u]-a[u])};t.offsets.popper=X({},a,f[i])}return t}},offset:{order:200,enabled:!0,fn:function(t,e){var n=e.offset,i=t.placement,o=t.offsets,r=o.popper,a=o.reference,s=i.split("-")[0],l=void 0;return l=_t(+n)?[+n,0]:kt(n,r,a,s),"left"===s?(r.top+=l[0],r.left-=l[1]):"right"===s?(r.top+=l[0],r.left+=l[1]):"top"===s?(r.left+=l[0],r.top-=l[1]):"bottom"===s&&(r.left+=l[0],r.top+=l[1]),t.popper=r,t},offset:0},preventOverflow:{order:300,enabled:!0,fn:function(t,e){var n=e.boundariesElement||R(t.instance.popper);t.instance.reference===n&&(n=R(n));var i=ct("transform"),o=t.instance.popper.style,r=o.top,a=o.left,s=o[i];o.top="",o.left="",o[i]="";var l=et(t.instance.popper,t.instance.reference,e.padding,n,t.positionFixed);o.top=r,o.left=a,o[i]=s,e.boundaries=l;var u=e.priority,f=t.offsets.popper,d={primary:function(t){var n=f[t];return f[t]l[t]&&!e.escapeWithReference&&(i=Math.min(f[n],l[t]-("right"===t?f.width:f.height))),z({},n,i)}};return u.forEach((function(t){var e=-1!==["left","top"].indexOf(t)?"primary":"secondary";f=X({},f,d[e](t))})),t.offsets.popper=f,t},priority:["left","right","top","bottom"],padding:5,boundariesElement:"scrollParent"},keepTogether:{order:400,enabled:!0,fn:function(t){var e=t.offsets,n=e.popper,i=e.reference,o=t.placement.split("-")[0],r=Math.floor,a=-1!==["top","bottom"].indexOf(o),s=a?"right":"bottom",l=a?"left":"top",u=a?"width":"height";return n[s]r(i[s])&&(t.offsets.popper[l]=r(i[s])),t}},arrow:{order:500,enabled:!0,fn:function(t,e){var n;if(!wt(t.instance.modifiers,"arrow","keepTogether"))return t;var i=e.element;if("string"==typeof i){if(!(i=t.instance.popper.querySelector(i)))return t}else if(!t.instance.popper.contains(i))return console.warn("WARNING: `arrow.element` must be child of its popper element!"),t;var o=t.placement.split("-")[0],r=t.offsets,a=r.popper,s=r.reference,l=-1!==["left","right"].indexOf(o),u=l?"height":"width",f=l?"Top":"Left",d=f.toLowerCase(),c=l?"left":"top",h=l?"bottom":"right",p=rt(i)[u];s[h]-pa[h]&&(t.offsets.popper[d]+=s[d]+p-a[h]),t.offsets.popper=K(t.offsets.popper);var m=s[d]+s[u]/2-p/2,g=I(t.instance.popper),v=parseFloat(g["margin"+f]),_=parseFloat(g["border"+f+"Width"]),b=m-t.offsets.popper[d]-v-_;return b=Math.max(Math.min(a[u]-p,b),0),t.arrowElement=i,t.offsets.arrow=(z(n={},d,Math.round(b)),z(n,c,""),n),t},element:"[x-arrow]"},flip:{order:600,enabled:!0,fn:function(t,e){if(dt(t.instance.modifiers,"inner"))return t;if(t.flipped&&t.placement===t.originalPlacement)return t;var n=et(t.instance.popper,t.instance.reference,e.padding,e.boundariesElement,t.positionFixed),i=t.placement.split("-")[0],o=at(i),r=t.placement.split("-")[1]||"",a=[];switch(e.behavior){case St:a=[i,o];break;case Dt:a=Ct(i);break;case Nt:a=Ct(i,!0);break;default:a=e.behavior}return a.forEach((function(s,l){if(i!==s||a.length===l+1)return t;i=t.placement.split("-")[0],o=at(i);var u=t.offsets.popper,f=t.offsets.reference,d=Math.floor,c="left"===i&&d(u.right)>d(f.left)||"right"===i&&d(u.left)d(f.top)||"bottom"===i&&d(u.top)d(n.right),m=d(u.top)d(n.bottom),v="left"===i&&h||"right"===i&&p||"top"===i&&m||"bottom"===i&&g,_=-1!==["top","bottom"].indexOf(i),b=!!e.flipVariations&&(_&&"start"===r&&h||_&&"end"===r&&p||!_&&"start"===r&&m||!_&&"end"===r&&g),y=!!e.flipVariationsByContent&&(_&&"start"===r&&p||_&&"end"===r&&h||!_&&"start"===r&&g||!_&&"end"===r&&m),w=b||y;(c||v||w)&&(t.flipped=!0,(c||v)&&(i=a[l+1]),w&&(r=function(t){return"end"===t?"start":"start"===t?"end":t}(r)),t.placement=i+(r?"-"+r:""),t.offsets.popper=X({},t.offsets.popper,st(t.instance.popper,t.offsets.reference,t.placement)),t=ut(t.instance.modifiers,t,"flip"))})),t},behavior:"flip",padding:5,boundariesElement:"viewport",flipVariations:!1,flipVariationsByContent:!1},inner:{order:700,enabled:!1,fn:function(t){var e=t.placement,n=e.split("-")[0],i=t.offsets,o=i.popper,r=i.reference,a=-1!==["left","right"].indexOf(n),s=-1===["top","left"].indexOf(n);return o[a?"left":"top"]=r[n]-(s?o[a?"width":"height"]:0),t.placement=at(e),t.offsets.popper=K(o),t}},hide:{order:800,enabled:!0,fn:function(t){if(!wt(t.instance.modifiers,"hide","preventOverflow"))return t;var e=t.offsets.reference,n=lt(t.instance.modifiers,(function(t){return"preventOverflow"===t.name})).boundaries;if(e.bottomn.right||e.top>n.bottom||e.right2&&void 0!==arguments[2]?arguments[2]:{};V(this,t),this.scheduleUpdate=function(){return requestAnimationFrame(i.update)},this.update=k(this.update.bind(this)),this.options=X({},t.Defaults,o),this.state={isDestroyed:!1,isCreated:!1,scrollParents:[]},this.reference=e&&e.jquery?e[0]:e,this.popper=n&&n.jquery?n[0]:n,this.options.modifiers={},Object.keys(X({},t.Defaults.modifiers,o.modifiers)).forEach((function(e){i.options.modifiers[e]=X({},t.Defaults.modifiers[e]||{},o.modifiers?o.modifiers[e]:{})})),this.modifiers=Object.keys(this.options.modifiers).map((function(t){return X({name:t},i.options.modifiers[t])})).sort((function(t,e){return t.order-e.order})),this.modifiers.forEach((function(t){t.enabled&&A(t.onLoad)&&t.onLoad(i.reference,i.popper,i.options,t,i.state)})),this.update();var r=this.options.eventsEnabled;r&&this.enableEventListeners(),this.state.eventsEnabled=r}return Y(t,[{key:"update",value:function(){return ft.call(this)}},{key:"destroy",value:function(){return ht.call(this)}},{key:"enableEventListeners",value:function(){return gt.call(this)}},{key:"disableEventListeners",value:function(){return vt.call(this)}}]),t}();It.Utils=("undefined"!=typeof window?window:global).PopperUtils,It.placements=Et,It.Defaults=At;var Ot="dropdown",xt=i.default.fn[Ot],jt=new RegExp("38|40|27"),Lt={offset:0,flip:!0,boundary:"scrollParent",reference:"toggle",display:"dynamic",popperConfig:null},Pt={offset:"(number|string|function)",flip:"boolean",boundary:"(string|element)",reference:"(string|element)",display:"string",popperConfig:"(null|object)"},Ft=function(){function t(t,e){this._element=t,this._popper=null,this._config=this._getConfig(e),this._menu=this._getMenuElement(),this._inNavbar=this._detectNavbar(),this._addEventListeners()}var e=t.prototype;return e.toggle=function(){if(!this._element.disabled&&!i.default(this._element).hasClass("disabled")){var e=i.default(this._menu).hasClass("show");t._clearMenus(),e||this.show(!0)}},e.show=function(e){if(void 0===e&&(e=!1),!(this._element.disabled||i.default(this._element).hasClass("disabled")||i.default(this._menu).hasClass("show"))){var n={relatedTarget:this._element},o=i.default.Event("show.bs.dropdown",n),r=t._getParentFromElement(this._element);if(i.default(r).trigger(o),!o.isDefaultPrevented()){if(!this._inNavbar&&e){if("undefined"==typeof It)throw new TypeError("Bootstrap's dropdowns require Popper (https://popper.js.org)");var a=this._element;"parent"===this._config.reference?a=r:l.isElement(this._config.reference)&&(a=this._config.reference,"undefined"!=typeof this._config.reference.jquery&&(a=this._config.reference[0])),"scrollParent"!==this._config.boundary&&i.default(r).addClass("position-static"),this._popper=new It(a,this._menu,this._getPopperConfig())}"ontouchstart"in document.documentElement&&0===i.default(r).closest(".navbar-nav").length&&i.default(document.body).children().on("mouseover",null,i.default.noop),this._element.focus(),this._element.setAttribute("aria-expanded",!0),i.default(this._menu).toggleClass("show"),i.default(r).toggleClass("show").trigger(i.default.Event("shown.bs.dropdown",n))}}},e.hide=function(){if(!this._element.disabled&&!i.default(this._element).hasClass("disabled")&&i.default(this._menu).hasClass("show")){var e={relatedTarget:this._element},n=i.default.Event("hide.bs.dropdown",e),o=t._getParentFromElement(this._element);i.default(o).trigger(n),n.isDefaultPrevented()||(this._popper&&this._popper.destroy(),i.default(this._menu).toggleClass("show"),i.default(o).toggleClass("show").trigger(i.default.Event("hidden.bs.dropdown",e)))}},e.dispose=function(){i.default.removeData(this._element,"bs.dropdown"),i.default(this._element).off(".bs.dropdown"),this._element=null,this._menu=null,null!==this._popper&&(this._popper.destroy(),this._popper=null)},e.update=function(){this._inNavbar=this._detectNavbar(),null!==this._popper&&this._popper.scheduleUpdate()},e._addEventListeners=function(){var t=this;i.default(this._element).on("click.bs.dropdown",(function(e){e.preventDefault(),e.stopPropagation(),t.toggle()}))},e._getConfig=function(t){return t=a({},this.constructor.Default,i.default(this._element).data(),t),l.typeCheckConfig(Ot,t,this.constructor.DefaultType),t},e._getMenuElement=function(){if(!this._menu){var e=t._getParentFromElement(this._element);e&&(this._menu=e.querySelector(".dropdown-menu"))}return this._menu},e._getPlacement=function(){var t=i.default(this._element.parentNode),e="bottom-start";return t.hasClass("dropup")?e=i.default(this._menu).hasClass("dropdown-menu-right")?"top-end":"top-start":t.hasClass("dropright")?e="right-start":t.hasClass("dropleft")?e="left-start":i.default(this._menu).hasClass("dropdown-menu-right")&&(e="bottom-end"),e},e._detectNavbar=function(){return i.default(this._element).closest(".navbar").length>0},e._getOffset=function(){var t=this,e={};return"function"==typeof this._config.offset?e.fn=function(e){return e.offsets=a({},e.offsets,t._config.offset(e.offsets,t._element)||{}),e}:e.offset=this._config.offset,e},e._getPopperConfig=function(){var t={placement:this._getPlacement(),modifiers:{offset:this._getOffset(),flip:{enabled:this._config.flip},preventOverflow:{boundariesElement:this._config.boundary}}};return"static"===this._config.display&&(t.modifiers.applyStyle={enabled:!1}),a({},t,this._config.popperConfig)},t._jQueryInterface=function(e){return this.each((function(){var n=i.default(this).data("bs.dropdown");if(n||(n=new t(this,"object"==typeof e?e:null),i.default(this).data("bs.dropdown",n)),"string"==typeof e){if("undefined"==typeof n[e])throw new TypeError('No method named "'+e+'"');n[e]()}}))},t._clearMenus=function(e){if(!e||3!==e.which&&("keyup"!==e.type||9===e.which))for(var n=[].slice.call(document.querySelectorAll('[data-toggle="dropdown"]')),o=0,r=n.length;o0&&a--,40===e.which&&adocument.documentElement.clientHeight;n||(this._element.style.overflowY="hidden"),this._element.classList.add("modal-static");var o=l.getTransitionDurationFromElement(this._dialog);i.default(this._element).off(l.TRANSITION_END),i.default(this._element).one(l.TRANSITION_END,(function(){t._element.classList.remove("modal-static"),n||i.default(t._element).one(l.TRANSITION_END,(function(){t._element.style.overflowY=""})).emulateTransitionEnd(t._element,o)})).emulateTransitionEnd(o),this._element.focus()}},e._showElement=function(t){var e=this,n=i.default(this._element).hasClass("fade"),o=this._dialog?this._dialog.querySelector(".modal-body"):null;this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE||document.body.appendChild(this._element),this._element.style.display="block",this._element.removeAttribute("aria-hidden"),this._element.setAttribute("aria-modal",!0),this._element.setAttribute("role","dialog"),i.default(this._dialog).hasClass("modal-dialog-scrollable")&&o?o.scrollTop=0:this._element.scrollTop=0,n&&l.reflow(this._element),i.default(this._element).addClass("show"),this._config.focus&&this._enforceFocus();var r=i.default.Event("shown.bs.modal",{relatedTarget:t}),a=function(){e._config.focus&&e._element.focus(),e._isTransitioning=!1,i.default(e._element).trigger(r)};if(n){var s=l.getTransitionDurationFromElement(this._dialog);i.default(this._dialog).one(l.TRANSITION_END,a).emulateTransitionEnd(s)}else a()},e._enforceFocus=function(){var t=this;i.default(document).off("focusin.bs.modal").on("focusin.bs.modal",(function(e){document!==e.target&&t._element!==e.target&&0===i.default(t._element).has(e.target).length&&t._element.focus()}))},e._setEscapeEvent=function(){var t=this;this._isShown?i.default(this._element).on("keydown.dismiss.bs.modal",(function(e){t._config.keyboard&&27===e.which?(e.preventDefault(),t.hide()):t._config.keyboard||27!==e.which||t._triggerBackdropTransition()})):this._isShown||i.default(this._element).off("keydown.dismiss.bs.modal")},e._setResizeEvent=function(){var t=this;this._isShown?i.default(window).on("resize.bs.modal",(function(e){return t.handleUpdate(e)})):i.default(window).off("resize.bs.modal")},e._hideModal=function(){var t=this;this._element.style.display="none",this._element.setAttribute("aria-hidden",!0),this._element.removeAttribute("aria-modal"),this._element.removeAttribute("role"),this._isTransitioning=!1,this._showBackdrop((function(){i.default(document.body).removeClass("modal-open"),t._resetAdjustments(),t._resetScrollbar(),i.default(t._element).trigger("hidden.bs.modal")}))},e._removeBackdrop=function(){this._backdrop&&(i.default(this._backdrop).remove(),this._backdrop=null)},e._showBackdrop=function(t){var e=this,n=i.default(this._element).hasClass("fade")?"fade":"";if(this._isShown&&this._config.backdrop){if(this._backdrop=document.createElement("div"),this._backdrop.className="modal-backdrop",n&&this._backdrop.classList.add(n),i.default(this._backdrop).appendTo(document.body),i.default(this._element).on("click.dismiss.bs.modal",(function(t){e._ignoreBackdropClick?e._ignoreBackdropClick=!1:t.target===t.currentTarget&&("static"===e._config.backdrop?e._triggerBackdropTransition():e.hide())})),n&&l.reflow(this._backdrop),i.default(this._backdrop).addClass("show"),!t)return;if(!n)return void t();var o=l.getTransitionDurationFromElement(this._backdrop);i.default(this._backdrop).one(l.TRANSITION_END,t).emulateTransitionEnd(o)}else if(!this._isShown&&this._backdrop){i.default(this._backdrop).removeClass("show");var r=function(){e._removeBackdrop(),t&&t()};if(i.default(this._element).hasClass("fade")){var a=l.getTransitionDurationFromElement(this._backdrop);i.default(this._backdrop).one(l.TRANSITION_END,r).emulateTransitionEnd(a)}else r()}else t&&t()},e._adjustDialog=function(){var t=this._element.scrollHeight>document.documentElement.clientHeight;!this._isBodyOverflowing&&t&&(this._element.style.paddingLeft=this._scrollbarWidth+"px"),this._isBodyOverflowing&&!t&&(this._element.style.paddingRight=this._scrollbarWidth+"px")},e._resetAdjustments=function(){this._element.style.paddingLeft="",this._element.style.paddingRight=""},e._checkScrollbar=function(){var t=document.body.getBoundingClientRect();this._isBodyOverflowing=Math.round(t.left+t.right)
',trigger:"hover focus",title:"",delay:0,html:!1,selector:!1,placement:"top",offset:0,container:!1,fallbackPlacement:"flip",boundary:"scrollParent",customClass:"",sanitize:!0,sanitizeFn:null,whiteList:Qt,popperConfig:null},Zt={HIDE:"hide.bs.tooltip",HIDDEN:"hidden.bs.tooltip",SHOW:"show.bs.tooltip",SHOWN:"shown.bs.tooltip",INSERTED:"inserted.bs.tooltip",CLICK:"click.bs.tooltip",FOCUSIN:"focusin.bs.tooltip",FOCUSOUT:"focusout.bs.tooltip",MOUSEENTER:"mouseenter.bs.tooltip",MOUSELEAVE:"mouseleave.bs.tooltip"},te=function(){function t(t,e){if("undefined"==typeof It)throw new TypeError("Bootstrap's tooltips require Popper (https://popper.js.org)");this._isEnabled=!0,this._timeout=0,this._hoverState="",this._activeTrigger={},this._popper=null,this.element=t,this.config=this._getConfig(e),this.tip=null,this._setListeners()}var e=t.prototype;return e.enable=function(){this._isEnabled=!0},e.disable=function(){this._isEnabled=!1},e.toggleEnabled=function(){this._isEnabled=!this._isEnabled},e.toggle=function(t){if(this._isEnabled)if(t){var e=this.constructor.DATA_KEY,n=i.default(t.currentTarget).data(e);n||(n=new this.constructor(t.currentTarget,this._getDelegateConfig()),i.default(t.currentTarget).data(e,n)),n._activeTrigger.click=!n._activeTrigger.click,n._isWithActiveTrigger()?n._enter(null,n):n._leave(null,n)}else{if(i.default(this.getTipElement()).hasClass("show"))return void this._leave(null,this);this._enter(null,this)}},e.dispose=function(){clearTimeout(this._timeout),i.default.removeData(this.element,this.constructor.DATA_KEY),i.default(this.element).off(this.constructor.EVENT_KEY),i.default(this.element).closest(".modal").off("hide.bs.modal",this._hideModalHandler),this.tip&&i.default(this.tip).remove(),this._isEnabled=null,this._timeout=null,this._hoverState=null,this._activeTrigger=null,this._popper&&this._popper.destroy(),this._popper=null,this.element=null,this.config=null,this.tip=null},e.show=function(){var t=this;if("none"===i.default(this.element).css("display"))throw new Error("Please use show on visible elements");var e=i.default.Event(this.constructor.Event.SHOW);if(this.isWithContent()&&this._isEnabled){i.default(this.element).trigger(e);var n=l.findShadowRoot(this.element),o=i.default.contains(null!==n?n:this.element.ownerDocument.documentElement,this.element);if(e.isDefaultPrevented()||!o)return;var r=this.getTipElement(),a=l.getUID(this.constructor.NAME);r.setAttribute("id",a),this.element.setAttribute("aria-describedby",a),this.setContent(),this.config.animation&&i.default(r).addClass("fade");var s="function"==typeof this.config.placement?this.config.placement.call(this,r,this.element):this.config.placement,u=this._getAttachment(s);this.addAttachmentClass(u);var f=this._getContainer();i.default(r).data(this.constructor.DATA_KEY,this),i.default.contains(this.element.ownerDocument.documentElement,this.tip)||i.default(r).appendTo(f),i.default(this.element).trigger(this.constructor.Event.INSERTED),this._popper=new It(this.element,r,this._getPopperConfig(u)),i.default(r).addClass("show"),i.default(r).addClass(this.config.customClass),"ontouchstart"in document.documentElement&&i.default(document.body).children().on("mouseover",null,i.default.noop);var d=function(){t.config.animation&&t._fixTransition();var e=t._hoverState;t._hoverState=null,i.default(t.element).trigger(t.constructor.Event.SHOWN),"out"===e&&t._leave(null,t)};if(i.default(this.tip).hasClass("fade")){var c=l.getTransitionDurationFromElement(this.tip);i.default(this.tip).one(l.TRANSITION_END,d).emulateTransitionEnd(c)}else d()}},e.hide=function(t){var e=this,n=this.getTipElement(),o=i.default.Event(this.constructor.Event.HIDE),r=function(){"show"!==e._hoverState&&n.parentNode&&n.parentNode.removeChild(n),e._cleanTipClass(),e.element.removeAttribute("aria-describedby"),i.default(e.element).trigger(e.constructor.Event.HIDDEN),null!==e._popper&&e._popper.destroy(),t&&t()};if(i.default(this.element).trigger(o),!o.isDefaultPrevented()){if(i.default(n).removeClass("show"),"ontouchstart"in document.documentElement&&i.default(document.body).children().off("mouseover",null,i.default.noop),this._activeTrigger.click=!1,this._activeTrigger.focus=!1,this._activeTrigger.hover=!1,i.default(this.tip).hasClass("fade")){var a=l.getTransitionDurationFromElement(n);i.default(n).one(l.TRANSITION_END,r).emulateTransitionEnd(a)}else r();this._hoverState=""}},e.update=function(){null!==this._popper&&this._popper.scheduleUpdate()},e.isWithContent=function(){return Boolean(this.getTitle())},e.addAttachmentClass=function(t){i.default(this.getTipElement()).addClass("bs-tooltip-"+t)},e.getTipElement=function(){return this.tip=this.tip||i.default(this.config.template)[0],this.tip},e.setContent=function(){var t=this.getTipElement();this.setElementContent(i.default(t.querySelectorAll(".tooltip-inner")),this.getTitle()),i.default(t).removeClass("fade show")},e.setElementContent=function(t,e){"object"!=typeof e||!e.nodeType&&!e.jquery?this.config.html?(this.config.sanitize&&(e=Vt(e,this.config.whiteList,this.config.sanitizeFn)),t.html(e)):t.text(e):this.config.html?i.default(e).parent().is(t)||t.empty().append(e):t.text(i.default(e).text())},e.getTitle=function(){var t=this.element.getAttribute("data-original-title");return t||(t="function"==typeof this.config.title?this.config.title.call(this.element):this.config.title),t},e._getPopperConfig=function(t){var e=this;return a({},{placement:t,modifiers:{offset:this._getOffset(),flip:{behavior:this.config.fallbackPlacement},arrow:{element:".arrow"},preventOverflow:{boundariesElement:this.config.boundary}},onCreate:function(t){t.originalPlacement!==t.placement&&e._handlePopperPlacementChange(t)},onUpdate:function(t){return e._handlePopperPlacementChange(t)}},this.config.popperConfig)},e._getOffset=function(){var t=this,e={};return"function"==typeof this.config.offset?e.fn=function(e){return e.offsets=a({},e.offsets,t.config.offset(e.offsets,t.element)||{}),e}:e.offset=this.config.offset,e},e._getContainer=function(){return!1===this.config.container?document.body:l.isElement(this.config.container)?i.default(this.config.container):i.default(document).find(this.config.container)},e._getAttachment=function(t){return $t[t.toUpperCase()]},e._setListeners=function(){var t=this;this.config.trigger.split(" ").forEach((function(e){if("click"===e)i.default(t.element).on(t.constructor.Event.CLICK,t.config.selector,(function(e){return t.toggle(e)}));else if("manual"!==e){var n="hover"===e?t.constructor.Event.MOUSEENTER:t.constructor.Event.FOCUSIN,o="hover"===e?t.constructor.Event.MOUSELEAVE:t.constructor.Event.FOCUSOUT;i.default(t.element).on(n,t.config.selector,(function(e){return t._enter(e)})).on(o,t.config.selector,(function(e){return t._leave(e)}))}})),this._hideModalHandler=function(){t.element&&t.hide()},i.default(this.element).closest(".modal").on("hide.bs.modal",this._hideModalHandler),this.config.selector?this.config=a({},this.config,{trigger:"manual",selector:""}):this._fixTitle()},e._fixTitle=function(){var t=typeof this.element.getAttribute("data-original-title");(this.element.getAttribute("title")||"string"!==t)&&(this.element.setAttribute("data-original-title",this.element.getAttribute("title")||""),this.element.setAttribute("title",""))},e._enter=function(t,e){var n=this.constructor.DATA_KEY;(e=e||i.default(t.currentTarget).data(n))||(e=new this.constructor(t.currentTarget,this._getDelegateConfig()),i.default(t.currentTarget).data(n,e)),t&&(e._activeTrigger["focusin"===t.type?"focus":"hover"]=!0),i.default(e.getTipElement()).hasClass("show")||"show"===e._hoverState?e._hoverState="show":(clearTimeout(e._timeout),e._hoverState="show",e.config.delay&&e.config.delay.show?e._timeout=setTimeout((function(){"show"===e._hoverState&&e.show()}),e.config.delay.show):e.show())},e._leave=function(t,e){var n=this.constructor.DATA_KEY;(e=e||i.default(t.currentTarget).data(n))||(e=new this.constructor(t.currentTarget,this._getDelegateConfig()),i.default(t.currentTarget).data(n,e)),t&&(e._activeTrigger["focusout"===t.type?"focus":"hover"]=!1),e._isWithActiveTrigger()||(clearTimeout(e._timeout),e._hoverState="out",e.config.delay&&e.config.delay.hide?e._timeout=setTimeout((function(){"out"===e._hoverState&&e.hide()}),e.config.delay.hide):e.hide())},e._isWithActiveTrigger=function(){for(var t in this._activeTrigger)if(this._activeTrigger[t])return!0;return!1},e._getConfig=function(t){var e=i.default(this.element).data();return Object.keys(e).forEach((function(t){-1!==Kt.indexOf(t)&&delete e[t]})),"number"==typeof(t=a({},this.constructor.Default,e,"object"==typeof t&&t?t:{})).delay&&(t.delay={show:t.delay,hide:t.delay}),"number"==typeof t.title&&(t.title=t.title.toString()),"number"==typeof t.content&&(t.content=t.content.toString()),l.typeCheckConfig(Yt,t,this.constructor.DefaultType),t.sanitize&&(t.template=Vt(t.template,t.whiteList,t.sanitizeFn)),t},e._getDelegateConfig=function(){var t={};if(this.config)for(var e in this.config)this.constructor.Default[e]!==this.config[e]&&(t[e]=this.config[e]);return t},e._cleanTipClass=function(){var t=i.default(this.getTipElement()),e=t.attr("class").match(Xt);null!==e&&e.length&&t.removeClass(e.join(""))},e._handlePopperPlacementChange=function(t){this.tip=t.instance.popper,this._cleanTipClass(),this.addAttachmentClass(this._getAttachment(t.placement))},e._fixTransition=function(){var t=this.getTipElement(),e=this.config.animation;null===t.getAttribute("x-placement")&&(i.default(t).removeClass("fade"),this.config.animation=!1,this.hide(),this.show(),this.config.animation=e)},t._jQueryInterface=function(e){return this.each((function(){var n=i.default(this),o=n.data("bs.tooltip"),r="object"==typeof e&&e;if((o||!/dispose|hide/.test(e))&&(o||(o=new t(this,r),n.data("bs.tooltip",o)),"string"==typeof e)){if("undefined"==typeof o[e])throw new TypeError('No method named "'+e+'"');o[e]()}}))},r(t,null,[{key:"VERSION",get:function(){return"4.6.0"}},{key:"Default",get:function(){return Jt}},{key:"NAME",get:function(){return Yt}},{key:"DATA_KEY",get:function(){return"bs.tooltip"}},{key:"Event",get:function(){return Zt}},{key:"EVENT_KEY",get:function(){return".bs.tooltip"}},{key:"DefaultType",get:function(){return Gt}}]),t}();i.default.fn[Yt]=te._jQueryInterface,i.default.fn[Yt].Constructor=te,i.default.fn[Yt].noConflict=function(){return i.default.fn[Yt]=zt,te._jQueryInterface};var ee="popover",ne=i.default.fn[ee],ie=new RegExp("(^|\\s)bs-popover\\S+","g"),oe=a({},te.Default,{placement:"right",trigger:"click",content:"",template:''}),re=a({},te.DefaultType,{content:"(string|element|function)"}),ae={HIDE:"hide.bs.popover",HIDDEN:"hidden.bs.popover",SHOW:"show.bs.popover",SHOWN:"shown.bs.popover",INSERTED:"inserted.bs.popover",CLICK:"click.bs.popover",FOCUSIN:"focusin.bs.popover",FOCUSOUT:"focusout.bs.popover",MOUSEENTER:"mouseenter.bs.popover",MOUSELEAVE:"mouseleave.bs.popover"},se=function(t){var e,n;function o(){return t.apply(this,arguments)||this}n=t,(e=o).prototype=Object.create(n.prototype),e.prototype.constructor=e,e.__proto__=n;var a=o.prototype;return a.isWithContent=function(){return this.getTitle()||this._getContent()},a.addAttachmentClass=function(t){i.default(this.getTipElement()).addClass("bs-popover-"+t)},a.getTipElement=function(){return this.tip=this.tip||i.default(this.config.template)[0],this.tip},a.setContent=function(){var t=i.default(this.getTipElement());this.setElementContent(t.find(".popover-header"),this.getTitle());var e=this._getContent();"function"==typeof e&&(e=e.call(this.element)),this.setElementContent(t.find(".popover-body"),e),t.removeClass("fade show")},a._getContent=function(){return this.element.getAttribute("data-content")||this.config.content},a._cleanTipClass=function(){var t=i.default(this.getTipElement()),e=t.attr("class").match(ie);null!==e&&e.length>0&&t.removeClass(e.join(""))},o._jQueryInterface=function(t){return this.each((function(){var e=i.default(this).data("bs.popover"),n="object"==typeof t?t:null;if((e||!/dispose|hide/.test(t))&&(e||(e=new o(this,n),i.default(this).data("bs.popover",e)),"string"==typeof t)){if("undefined"==typeof e[t])throw new TypeError('No method named "'+t+'"');e[t]()}}))},r(o,null,[{key:"VERSION",get:function(){return"4.6.0"}},{key:"Default",get:function(){return oe}},{key:"NAME",get:function(){return ee}},{key:"DATA_KEY",get:function(){return"bs.popover"}},{key:"Event",get:function(){return ae}},{key:"EVENT_KEY",get:function(){return".bs.popover"}},{key:"DefaultType",get:function(){return re}}]),o}(te);i.default.fn[ee]=se._jQueryInterface,i.default.fn[ee].Constructor=se,i.default.fn[ee].noConflict=function(){return i.default.fn[ee]=ne,se._jQueryInterface};var le="scrollspy",ue=i.default.fn[le],fe={offset:10,method:"auto",target:""},de={offset:"number",method:"string",target:"(string|element)"},ce=function(){function t(t,e){var n=this;this._element=t,this._scrollElement="BODY"===t.tagName?window:t,this._config=this._getConfig(e),this._selector=this._config.target+" .nav-link,"+this._config.target+" .list-group-item,"+this._config.target+" .dropdown-item",this._offsets=[],this._targets=[],this._activeTarget=null,this._scrollHeight=0,i.default(this._scrollElement).on("scroll.bs.scrollspy",(function(t){return n._process(t)})),this.refresh(),this._process()}var e=t.prototype;return e.refresh=function(){var t=this,e=this._scrollElement===this._scrollElement.window?"offset":"position",n="auto"===this._config.method?e:this._config.method,o="position"===n?this._getScrollTop():0;this._offsets=[],this._targets=[],this._scrollHeight=this._getScrollHeight(),[].slice.call(document.querySelectorAll(this._selector)).map((function(t){var e,r=l.getSelectorFromElement(t);if(r&&(e=document.querySelector(r)),e){var a=e.getBoundingClientRect();if(a.width||a.height)return[i.default(e)[n]().top+o,r]}return null})).filter((function(t){return t})).sort((function(t,e){return t[0]-e[0]})).forEach((function(e){t._offsets.push(e[0]),t._targets.push(e[1])}))},e.dispose=function(){i.default.removeData(this._element,"bs.scrollspy"),i.default(this._scrollElement).off(".bs.scrollspy"),this._element=null,this._scrollElement=null,this._config=null,this._selector=null,this._offsets=null,this._targets=null,this._activeTarget=null,this._scrollHeight=null},e._getConfig=function(t){if("string"!=typeof(t=a({},fe,"object"==typeof t&&t?t:{})).target&&l.isElement(t.target)){var e=i.default(t.target).attr("id");e||(e=l.getUID(le),i.default(t.target).attr("id",e)),t.target="#"+e}return l.typeCheckConfig(le,t,de),t},e._getScrollTop=function(){return this._scrollElement===window?this._scrollElement.pageYOffset:this._scrollElement.scrollTop},e._getScrollHeight=function(){return this._scrollElement.scrollHeight||Math.max(document.body.scrollHeight,document.documentElement.scrollHeight)},e._getOffsetHeight=function(){return this._scrollElement===window?window.innerHeight:this._scrollElement.getBoundingClientRect().height},e._process=function(){var t=this._getScrollTop()+this._config.offset,e=this._getScrollHeight(),n=this._config.offset+e-this._getOffsetHeight();if(this._scrollHeight!==e&&this.refresh(),t>=n){var i=this._targets[this._targets.length-1];this._activeTarget!==i&&this._activate(i)}else{if(this._activeTarget&&t0)return this._activeTarget=null,void this._clear();for(var o=this._offsets.length;o--;){this._activeTarget!==this._targets[o]&&t>=this._offsets[o]&&("undefined"==typeof this._offsets[o+1]||t li > .active":".active";n=(n=i.default.makeArray(i.default(o).find(a)))[n.length-1]}var s=i.default.Event("hide.bs.tab",{relatedTarget:this._element}),u=i.default.Event("show.bs.tab",{relatedTarget:n});if(n&&i.default(n).trigger(s),i.default(this._element).trigger(u),!u.isDefaultPrevented()&&!s.isDefaultPrevented()){r&&(e=document.querySelector(r)),this._activate(this._element,o);var f=function(){var e=i.default.Event("hidden.bs.tab",{relatedTarget:t._element}),o=i.default.Event("shown.bs.tab",{relatedTarget:n});i.default(n).trigger(e),i.default(t._element).trigger(o)};e?this._activate(e,e.parentNode,f):f()}}},e.dispose=function(){i.default.removeData(this._element,"bs.tab"),this._element=null},e._activate=function(t,e,n){var o=this,r=(!e||"UL"!==e.nodeName&&"OL"!==e.nodeName?i.default(e).children(".active"):i.default(e).find("> li > .active"))[0],a=n&&r&&i.default(r).hasClass("fade"),s=function(){return o._transitionComplete(t,r,n)};if(r&&a){var u=l.getTransitionDurationFromElement(r);i.default(r).removeClass("show").one(l.TRANSITION_END,s).emulateTransitionEnd(u)}else s()},e._transitionComplete=function(t,e,n){if(e){i.default(e).removeClass("active");var o=i.default(e.parentNode).find("> .dropdown-menu .active")[0];o&&i.default(o).removeClass("active"),"tab"===e.getAttribute("role")&&e.setAttribute("aria-selected",!1)}if(i.default(t).addClass("active"),"tab"===t.getAttribute("role")&&t.setAttribute("aria-selected",!0),l.reflow(t),t.classList.contains("fade")&&t.classList.add("show"),t.parentNode&&i.default(t.parentNode).hasClass("dropdown-menu")){var r=i.default(t).closest(".dropdown")[0];if(r){var a=[].slice.call(r.querySelectorAll(".dropdown-toggle"));i.default(a).addClass("active")}t.setAttribute("aria-expanded",!0)}n&&n()},t._jQueryInterface=function(e){return this.each((function(){var n=i.default(this),o=n.data("bs.tab");if(o||(o=new t(this),n.data("bs.tab",o)),"string"==typeof e){if("undefined"==typeof o[e])throw new TypeError('No method named "'+e+'"');o[e]()}}))},r(t,null,[{key:"VERSION",get:function(){return"4.6.0"}}]),t}();i.default(document).on("click.bs.tab.data-api",'[data-toggle="tab"], [data-toggle="pill"], [data-toggle="list"]',(function(t){t.preventDefault(),pe._jQueryInterface.call(i.default(this),"show")})),i.default.fn.tab=pe._jQueryInterface,i.default.fn.tab.Constructor=pe,i.default.fn.tab.noConflict=function(){return i.default.fn.tab=he,pe._jQueryInterface};var me=i.default.fn.toast,ge={animation:"boolean",autohide:"boolean",delay:"number"},ve={animation:!0,autohide:!0,delay:500},_e=function(){function t(t,e){this._element=t,this._config=this._getConfig(e),this._timeout=null,this._setListeners()}var e=t.prototype;return e.show=function(){var t=this,e=i.default.Event("show.bs.toast");if(i.default(this._element).trigger(e),!e.isDefaultPrevented()){this._clearTimeout(),this._config.animation&&this._element.classList.add("fade");var n=function(){t._element.classList.remove("showing"),t._element.classList.add("show"),i.default(t._element).trigger("shown.bs.toast"),t._config.autohide&&(t._timeout=setTimeout((function(){t.hide()}),t._config.delay))};if(this._element.classList.remove("hide"),l.reflow(this._element),this._element.classList.add("showing"),this._config.animation){var o=l.getTransitionDurationFromElement(this._element);i.default(this._element).one(l.TRANSITION_END,n).emulateTransitionEnd(o)}else n()}},e.hide=function(){if(this._element.classList.contains("show")){var t=i.default.Event("hide.bs.toast");i.default(this._element).trigger(t),t.isDefaultPrevented()||this._close()}},e.dispose=function(){this._clearTimeout(),this._element.classList.contains("show")&&this._element.classList.remove("show"),i.default(this._element).off("click.dismiss.bs.toast"),i.default.removeData(this._element,"bs.toast"),this._element=null,this._config=null},e._getConfig=function(t){return t=a({},ve,i.default(this._element).data(),"object"==typeof t&&t?t:{}),l.typeCheckConfig("toast",t,this.constructor.DefaultType),t},e._setListeners=function(){var t=this;i.default(this._element).on("click.dismiss.bs.toast",'[data-dismiss="toast"]',(function(){return t.hide()}))},e._close=function(){var t=this,e=function(){t._element.classList.add("hide"),i.default(t._element).trigger("hidden.bs.toast")};if(this._element.classList.remove("show"),this._config.animation){var n=l.getTransitionDurationFromElement(this._element);i.default(this._element).one(l.TRANSITION_END,e).emulateTransitionEnd(n)}else e()},e._clearTimeout=function(){clearTimeout(this._timeout),this._timeout=null},t._jQueryInterface=function(e){return this.each((function(){var n=i.default(this),o=n.data("bs.toast");if(o||(o=new t(this,"object"==typeof e&&e),n.data("bs.toast",o)),"string"==typeof e){if("undefined"==typeof o[e])throw new TypeError('No method named "'+e+'"');o[e](this)}}))},r(t,null,[{key:"VERSION",get:function(){return"4.6.0"}},{key:"DefaultType",get:function(){return ge}},{key:"Default",get:function(){return ve}}]),t}();i.default.fn.toast=_e._jQueryInterface,i.default.fn.toast.Constructor=_e,i.default.fn.toast.noConflict=function(){return i.default.fn.toast=me,_e._jQueryInterface},t.Alert=d,t.Button=h,t.Carousel=y,t.Collapse=S,t.Dropdown=Ft,t.Modal=qt,t.Popover=se,t.Scrollspy=ce,t.Tab=pe,t.Toast=_e,t.Tooltip=te,t.Util=l,Object.defineProperty(t,"__esModule",{value:!0})})); +//# sourceMappingURL=bootstrap.bundle.min.js.map \ No newline at end of file diff --git a/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/assets/js/coveo.js b/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/assets/js/coveo.js new file mode 100644 index 000000000..f8317e924 --- /dev/null +++ b/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/assets/js/coveo.js @@ -0,0 +1,28 @@ +document.addEventListener('DOMContentLoaded', function () { + Coveo.SearchEndpoint.configureCloudV2Endpoint("", 'xx79df1e1f-11e4-4da5-8ea8-2ed7e24cca6a'); + const root = document.getElementById("search"); + const searchBoxRoot = document.getElementById("searchbox"); + Coveo.initSearchbox(searchBoxRoot, "/search.html"); + var resetbtn = document.querySelector('#reset_btn'); + if (resetbtn) { + resetbtn.onclick = function () { + document.querySelector('.coveo-facet-header-eraser').click(); + }; + } + Coveo.$$(root).on("querySuccess", function (e, args) { + resetbtn.style.display = "block"; + }); + Coveo.$$(root).on('afterComponentsInitialization', function (e, data) { + setTimeout(function () { + document.querySelector('.CoveoOmnibox input').value = Coveo.state(root, 'q'); + }, 1000); + }); + Coveo.$('#search').on("newResultsDisplayed", function (e, args) { + for (var i = 0; i < e.target.lastChild.children.length; i++) { + //Remove the title for tooltip box + Coveo.$('.CoveoResultLink').removeAttr('title'); + } + }); + Coveo.init(root); +}) + diff --git a/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/assets/js/kube.js b/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/assets/js/kube.js new file mode 100644 index 000000000..534a5ad66 --- /dev/null +++ b/docs/_vendor/gitlab.com/f5/nginx/controller/poc/f5-hugo/assets/js/kube.js @@ -0,0 +1,2201 @@ +/* + Kube. CSS & JS Framework + Version 6.5.2 + Updated: February 2, 2017 + + http://imperavi.com/kube/ + + Copyright (c) 2009-2017, Imperavi LLC. + License: MIT +*/ +if (typeof jQuery === 'undefined') {throw new Error('Kube\'s requires jQuery')}; +;(function($) { var version = $.fn.jquery.split('.'); if (version[0] == 1 && version[1] < 8) {throw new Error('Kube\'s requires at least jQuery v1.8'); }})(jQuery); + +;(function() +{ + // Inherits + Function.prototype.inherits = function(parent) + { + var F = function () {}; + F.prototype = parent.prototype; + var f = new F(); + + for (var prop in this.prototype) f[prop] = this.prototype[prop]; + this.prototype = f; + this.prototype.super = parent.prototype; + }; + + // Core Class + var Kube = function(element, options) + { + options = (typeof options === 'object') ? options : {}; + + this.$element = $(element); + this.opts = $.extend(true, this.defaults, $.fn[this.namespace].options, this.$element.data(), options); + this.$target = (typeof this.opts.target === 'string') ? $(this.opts.target) : null; + }; + + // Core Functionality + Kube.prototype = { + getInstance: function() + { + return this.$element.data('fn.' + this.namespace); + }, + hasTarget: function() + { + return !(this.$target === null); + }, + callback: function(type) + { + var args = [].slice.call(arguments).splice(1); + + // on element callback + if (this.$element) + { + args = this._fireCallback($._data(this.$element[0], 'events'), type, this.namespace, args); + } + + // on target callback + if (this.$target) + { + args = this._fireCallback($._data(this.$target[0], 'events'), type, this.namespace, args); + } + + // opts callback + if (this.opts && this.opts.callbacks && $.isFunction(this.opts.callbacks[type])) + { + return this.opts.callbacks[type].apply(this, args); + } + + return args; + }, + _fireCallback: function(events, type, eventNamespace, args) + { + if (events && typeof events[type] !== 'undefined') + { + var len = events[type].length; + for (var i = 0; i < len; i++) + { + var namespace = events[type][i].namespace; + if (namespace === eventNamespace) + { + var value = events[type][i].handler.apply(this, args); + } + } + } + + return (typeof value === 'undefined') ? args : value; + } + }; + + // Scope + window.Kube = Kube; + +})(); +/** + * @library Kube Plugin + * @author Imperavi LLC + * @license MIT + */ +(function(Kube) +{ + Kube.Plugin = { + create: function(classname, pluginname) + { + pluginname = (typeof pluginname === 'undefined') ? classname.toLowerCase() : pluginname; + + $.fn[pluginname] = function(method, options) + { + var args = Array.prototype.slice.call(arguments, 1); + var name = 'fn.' + pluginname; + var val = []; + + this.each(function() + { + var $this = $(this), data = $this.data(name); + options = (typeof method === 'object') ? method : options; + + if (!data) + { + // Initialization + $this.data(name, {}); + $this.data(name, (data = new Kube[classname](this, options))); + } + + // Call methods + if (typeof method === 'string') + { + if ($.isFunction(data[method])) + { + var methodVal = data[method].apply(data, args); + if (methodVal !== undefined) + { + val.push(methodVal); + } + } + else + { + $.error('No such method "' + method + '" for ' + classname); + } + } + + }); + + return (val.length === 0 || val.length === 1) ? ((val.length === 0) ? this : val[0]) : val; + }; + + $.fn[pluginname].options = {}; + + return this; + }, + autoload: function(pluginname) + { + var arr = pluginname.split(','); + var len = arr.length; + + for (var i = 0; i < len; i++) + { + var name = arr[i].toLowerCase().split(',').map(function(s) { return s.trim() }).join(','); + this.autoloadQueue.push(name); + } + + return this; + }, + autoloadQueue: [], + startAutoload: function() + { + if (!window.MutationObserver || this.autoloadQueue.length === 0) + { + return; + } + + var self = this; + var observer = new MutationObserver(function(mutations) + { + mutations.forEach(function(mutation) + { + var newNodes = mutation.addedNodes; + if (newNodes.length === 0 || (newNodes.length === 1 && newNodes.nodeType === 3)) + { + return; + } + + self.startAutoloadOnce(); + }); + }); + + // pass in the target node, as well as the observer options + observer.observe(document, { + subtree: true, + childList: true + }); + }, + startAutoloadOnce: function() + { + var self = this; + var $nodes = $('[data-component]').not('[data-loaded]'); + $nodes.each(function() + { + var $el = $(this); + var pluginname = $el.data('component'); + + if (self.autoloadQueue.indexOf(pluginname) !== -1) + { + $el.attr('data-loaded', true); + $el[pluginname](); + } + }); + + }, + watch: function() + { + Kube.Plugin.startAutoloadOnce(); + Kube.Plugin.startAutoload(); + } + }; + + $(window).on('load', function() + { + Kube.Plugin.watch(); + }); + +}(Kube)); +/** + * @library Kube Animation + * @author Imperavi LLC + * @license MIT + */ +(function(Kube) +{ + Kube.Animation = function(element, effect, callback) + { + this.namespace = 'animation'; + this.defaults = {}; + + // Parent Constructor + Kube.apply(this, arguments); + + // Initialization + this.effect = effect; + this.completeCallback = (typeof callback === 'undefined') ? false : callback; + this.prefixes = ['', '-moz-', '-o-animation-', '-webkit-']; + this.queue = []; + + this.start(); + }; + + Kube.Animation.prototype = { + start: function() + { + if (this.isSlideEffect()) this.setElementHeight(); + + this.addToQueue(); + this.clean(); + this.animate(); + }, + addToQueue: function() + { + this.queue.push(this.effect); + }, + setElementHeight: function() + { + this.$element.height(this.$element.height()); + }, + removeElementHeight: function() + { + this.$element.css('height', ''); + }, + isSlideEffect: function() + { + return (this.effect === 'slideDown' || this.effect === 'slideUp'); + }, + isHideableEffect: function() + { + var effects = ['fadeOut', 'slideUp', 'flipOut', 'zoomOut', 'slideOutUp', 'slideOutRight', 'slideOutLeft']; + + return ($.inArray(this.effect, effects) !== -1); + }, + isToggleEffect: function() + { + return (this.effect === 'show' || this.effect === 'hide'); + }, + storeHideClasses: function() + { + if (this.$element.hasClass('hide-sm')) this.$element.data('hide-sm-class', true); + else if (this.$element.hasClass('hide-md')) this.$element.data('hide-md-class', true); + }, + revertHideClasses: function() + { + if (this.$element.data('hide-sm-class')) this.$element.addClass('hide-sm').removeData('hide-sm-class'); + else if (this.$element.data('hide-md-class')) this.$element.addClass('hide-md').removeData('hide-md-class'); + else this.$element.addClass('hide'); + }, + removeHideClass: function() + { + if (this.$element.data('hide-sm-class')) this.$element.removeClass('hide-sm'); + else if (this.$element.data('hide-md-class')) this.$element.removeClass('hide-md'); + else this.$element.removeClass('hide'); + }, + animate: function() + { + this.storeHideClasses(); + if (this.isToggleEffect()) + { + return this.makeSimpleEffects(); + } + + this.$element.addClass('kubeanimated'); + this.$element.addClass(this.queue[0]); + this.removeHideClass(); + + var _callback = (this.queue.length > 1) ? null : this.completeCallback; + this.complete('AnimationEnd', $.proxy(this.makeComplete, this), _callback); + }, + makeSimpleEffects: function() + { + if (this.effect === 'show') this.removeHideClass(); + else if (this.effect === 'hide') this.revertHideClasses(); + + if (typeof this.completeCallback === 'function') this.completeCallback(this); + }, + makeComplete: function() + { + if (this.$element.hasClass(this.queue[0])) + { + this.clean(); + this.queue.shift(); + + if (this.queue.length) this.animate(); + } + }, + complete: function(type, make, callback) + { + var event = type.toLowerCase() + ' webkit' + type + ' o' + type + ' MS' + type; + + this.$element.one(event, $.proxy(function() + { + if (typeof make === 'function') make(); + if (this.isHideableEffect()) this.revertHideClasses(); + if (this.isSlideEffect()) this.removeElementHeight(); + if (typeof callback === 'function') callback(this); + + this.$element.off(event); + + }, this)); + }, + clean: function() + { + this.$element.removeClass('kubeanimated').removeClass(this.queue[0]); + } + }; + + // Inheritance + Kube.Animation.inherits(Kube); + +}(Kube)); + +// Plugin +(function($) +{ + $.fn.animation = function(effect, callback) + { + var name = 'fn.animation'; + + return this.each(function() + { + var $this = $(this), data = $this.data(name); + + $this.data(name, {}); + $this.data(name, (data = new Kube.Animation(this, effect, callback))); + }); + }; + + $.fn.animation.options = {}; + +})(jQuery); +/** + * @library Kube Detect + * @author Imperavi LLC + * @license MIT + */ +(function(Kube) +{ + Kube.Detect = function() {}; + + Kube.Detect.prototype = { + isMobile: function() + { + return /(iPhone|iPod|BlackBerry|Android)/.test(navigator.userAgent); + }, + isDesktop: function() + { + return !/(iPhone|iPod|iPad|BlackBerry|Android)/.test(navigator.userAgent); + }, + isMobileScreen: function() + { + return ($(window).width() <= 768); + }, + isTabletScreen: function() + { + return ($(window).width() > 768 && $(window).width() <= 1024); + }, + isDesktopScreen: function() + { + return ($(window).width() > 1024); + } + }; + + +}(Kube)); +/** + * @library Kube FormData + * @author Imperavi LLC + * @license MIT + */ +(function(Kube) +{ + Kube.FormData = function(app) + { + this.opts = app.opts; + }; + + Kube.FormData.prototype = { + set: function(data) + { + this.data = data; + }, + get: function(formdata) + { + this.formdata = formdata; + + if (this.opts.appendForms) this.appendForms(); + if (this.opts.appendFields) this.appendFields(); + + return this.data; + }, + appendFields: function() + { + var $fields = $(this.opts.appendFields); + if ($fields.length === 0) + { + return; + } + + var self = this; + var str = ''; + + if (this.formdata) + { + $fields.each(function() + { + self.data.append($(this).attr('name'), $(this).val()); + }); + } + else + { + $fields.each(function() + { + str += '&' + $(this).attr('name') + '=' + $(this).val(); + }); + + this.data = (this.data === '') ? str.replace(/^&/, '') : this.data + str; + } + }, + appendForms: function() + { + var $forms = $(this.opts.appendForms); + if ($forms.length === 0) + { + return; + } + + if (this.formdata) + { + var self = this; + var formsData = $(this.opts.appendForms).serializeArray(); + $.each(formsData, function(i,s) + { + self.data.append(s.name, s.value); + }); + } + else + { + var str = $forms.serialize(); + + this.data = (this.data === '') ? str : this.data + '&' + str; + } + } + }; + + +}(Kube)); +/** + * @library Kube Response + * @author Imperavi LLC + * @license MIT + */ +(function(Kube) +{ + Kube.Response = function(app) {}; + + Kube.Response.prototype = { + parse: function(str) + { + if (str === '') return false; + + var obj = {}; + + try { + obj = JSON.parse(str); + } catch (e) { + return false; + } + + if (obj[0] !== undefined) + { + for (var item in obj) + { + this.parseItem(obj[item]); + } + } + else + { + this.parseItem(obj); + } + + return obj; + }, + parseItem: function(item) + { + if (item.type === 'value') + { + $.each(item.data, $.proxy(function(key, val) + { + val = (val === null || val === false) ? 0 : val; + val = (val === true) ? 1 : val; + + $(key).val(val); + + }, this)); + } + else if (item.type === 'html') + { + $.each(item.data, $.proxy(function(key, val) + { + val = (val === null || val === false) ? '' : val; + + $(key).html(this.stripslashes(val)); + + }, this)); + } + else if (item.type === 'addClass') + { + $.each(item.data, function(key, val) + { + $(key).addClass(val); + }); + } + else if (item.type === 'removeClass') + { + $.each(item.data, function(key, val) + { + $(key).removeClass(val); + }); + } + else if (item.type === 'command') + { + $.each(item.data, function(key, val) + { + $(val)[key](); + }); + } + else if (item.type === 'animation') + { + $.each(item.data, function(key, data) + { + data.opts = (typeof data.opts === 'undefined') ? {} : data.opts; + + $(key).animation(data.name, data.opts); + }); + } + else if (item.type === 'location') + { + top.location.href = item.data; + } + else if (item.type === 'notify') + { + $.notify(item.data); + } + + return item; + }, + stripslashes: function(str) + { + return (str+'').replace(/\0/g, '0').replace(/\\([\\'"])/g, '$1'); + } + }; + + +}(Kube)); +/** + * @library Kube Utils + * @author Imperavi LLC + * @license MIT + */ +(function(Kube) +{ + Kube.Utils = function() {}; + + Kube.Utils.prototype = { + disableBodyScroll: function() + { + var $body = $('html'); + var windowWidth = window.innerWidth; + + if (!windowWidth) + { + var documentElementRect = document.documentElement.getBoundingClientRect(); + windowWidth = documentElementRect.right - Math.abs(documentElementRect.left); + } + + var isOverflowing = document.body.clientWidth < windowWidth; + var scrollbarWidth = this.measureScrollbar(); + + $body.css('overflow', 'hidden'); + if (isOverflowing) $body.css('padding-right', scrollbarWidth); + }, + measureScrollbar: function() + { + var $body = $('body'); + var scrollDiv = document.createElement('div'); + scrollDiv.className = 'scrollbar-measure'; + + $body.append(scrollDiv); + var scrollbarWidth = scrollDiv.offsetWidth - scrollDiv.clientWidth; + $body[0].removeChild(scrollDiv); + return scrollbarWidth; + }, + enableBodyScroll: function() + { + $('html').css({ 'overflow': '', 'padding-right': '' }); + } + }; + + +}(Kube)); +/** + * @library Kube Message + * @author Imperavi LLC + * @license MIT + */ +(function(Kube) +{ + Kube.Message = function(element, options) + { + this.namespace = 'message'; + this.defaults = { + closeSelector: '.close', + closeEvent: 'click', + animationOpen: 'fadeIn', + animationClose: 'fadeOut', + callbacks: ['open', 'opened', 'close', 'closed'] + }; + + // Parent Constructor + Kube.apply(this, arguments); + + // Initialization + this.start(); + }; + + // Functionality + Kube.Message.prototype = { + start: function() + { + this.$close = this.$element.find(this.opts.closeSelector); + this.$close.on(this.opts.closeEvent + '.' + this.namespace, $.proxy(this.close, this)); + this.$element.addClass('open'); + }, + stop: function() + { + this.$close.off('.' + this.namespace); + this.$element.removeClass('open'); + }, + open: function(e) + { + if (e) e.preventDefault(); + + if (!this.isOpened()) + { + this.callback('open'); + this.$element.animation(this.opts.animationOpen, $.proxy(this.onOpened, this)); + } + }, + isOpened: function() + { + return this.$element.hasClass('open'); + }, + onOpened: function() + { + this.callback('opened'); + this.$element.addClass('open'); + }, + close: function(e) + { + if (e) e.preventDefault(); + + if (this.isOpened()) + { + this.callback('close'); + this.$element.animation(this.opts.animationClose, $.proxy(this.onClosed, this)); + } + }, + onClosed: function() + { + this.callback('closed'); + this.$element.removeClass('open'); + } + }; + + // Inheritance + Kube.Message.inherits(Kube); + + // Plugin + Kube.Plugin.create('Message'); + Kube.Plugin.autoload('Message'); + +}(Kube)); +/** + * @library Kube Sticky + * @author Imperavi LLC + * @license MIT + */ +(function(Kube) +{ + Kube.Sticky = function(element, options) + { + this.namespace = 'sticky'; + this.defaults = { + classname: 'fixed', + offset: 0, // pixels + callbacks: ['fixed', 'unfixed'] + }; + + // Parent Constructor + Kube.apply(this, arguments); + + // Initialization + this.start(); + }; + + // Functionality + Kube.Sticky.prototype = { + start: function() + { + this.offsetTop = this.getOffsetTop(); + + this.load(); + $(window).scroll($.proxy(this.load, this)); + }, + getOffsetTop: function() + { + return this.$element.offset().top; + }, + load: function() + { + return (this.isFix()) ? this.fixed() : this.unfixed(); + }, + isFix: function() + { + return ($(window).scrollTop() > (this.offsetTop + this.opts.offset)); + }, + fixed: function() + { + this.$element.addClass(this.opts.classname).css('top', this.opts.offset + 'px'); + this.callback('fixed'); + }, + unfixed: function() + { + this.$element.removeClass(this.opts.classname).css('top', ''); + this.callback('unfixed'); + } + }; + + // Inheritance + Kube.Sticky.inherits(Kube); + + // Plugin + Kube.Plugin.create('Sticky'); + Kube.Plugin.autoload('Sticky'); + +}(Kube)); +/** + * @library Kube Toggleme + * @author Imperavi LLC + * @license MIT + */ +(function(Kube) +{ + Kube.Toggleme = function(element, options) + { + this.namespace = 'toggleme'; + this.defaults = { + toggleEvent: 'click', + target: null, + text: '', + animationOpen: 'slideDown', + animationClose: 'slideUp', + callbacks: ['open', 'opened', 'close', 'closed'] + }; + + // Parent Constructor + Kube.apply(this, arguments); + + // Initialization + this.start(); + }; + + // Functionality + Kube.Toggleme.prototype = { + start: function() + { + if (!this.hasTarget()) return; + + this.$element.on(this.opts.toggleEvent + '.' + this.namespace, $.proxy(this.toggle, this)); + }, + stop: function() + { + this.$element.off('.' + this.namespace); + this.revertText(); + }, + toggle: function(e) + { + if (this.isOpened()) this.close(e); + else this.open(e); + }, + open: function(e) + { + if (e) e.preventDefault(); + + if (!this.isOpened()) + { + this.storeText(); + this.callback('open'); + this.$target.animation('slideDown', $.proxy(this.onOpened, this)); + + // changes the text of $element with a less delay to smooth + setTimeout($.proxy(this.replaceText, this), 100); + } + }, + close: function(e) + { + if (e) e.preventDefault(); + + if (this.isOpened()) + { + this.callback('close'); + this.$target.animation('slideUp', $.proxy(this.onClosed, this)); + } + }, + isOpened: function() + { + return (this.$target.hasClass('open')); + }, + onOpened: function() + { + this.$target.addClass('open'); + this.callback('opened'); + }, + onClosed: function() + { + this.$target.removeClass('open'); + this.revertText(); + this.callback('closed'); + }, + storeText: function() + { + this.$element.data('replacement-text', this.$element.html()); + }, + revertText: function() + { + var text = this.$element.data('replacement-text'); + if (text) this.$element.html(text); + + this.$element.removeData('replacement-text'); + }, + replaceText: function() + { + if (this.opts.text !== '') + { + this.$element.html(this.opts.text); + } + } + }; + + // Inheritance + Kube.Toggleme.inherits(Kube); + + // Plugin + Kube.Plugin.create('Toggleme'); + Kube.Plugin.autoload('Toggleme'); + +}(Kube)); +/** + * @library Kube Offcanvas + * @author Imperavi LLC + * @license MIT + */ +(function(Kube) +{ + Kube.Offcanvas = function(element, options) + { + this.namespace = 'offcanvas'; + this.defaults = { + target: null, // selector + push: true, // boolean + width: '250px', // string + direction: 'left', // string: left or right + toggleEvent: 'click', + clickOutside: true, // boolean + animationOpen: 'slideInLeft', + animationClose: 'slideOutLeft', + callbacks: ['open', 'opened', 'close', 'closed'] + }; + + // Parent Constructor + Kube.apply(this, arguments); + + // Services + this.utils = new Kube.Utils(); + this.detect = new Kube.Detect(); + + // Initialization + this.start(); + }; + + // Functionality + Kube.Offcanvas.prototype = { + start: function() + { + if (!this.hasTarget()) return; + + this.buildTargetWidth(); + this.buildAnimationDirection(); + + this.$close = this.getCloseLink(); + this.$element.on(this.opts.toggleEvent + '.' + this.namespace, $.proxy(this.toggle, this)); + this.$target.addClass('offcanvas'); + }, + stop: function() + { + this.closeAll(); + + this.$element.off('.' + this.namespace); + this.$close.off('.' + this.namespace); + $(document).off('.' + this.namespace); + }, + toggle: function(e) + { + if (this.isOpened()) this.close(e); + else this.open(e); + }, + buildTargetWidth: function() + { + this.opts.width = ($(window).width() < parseInt(this.opts.width)) ? '100%' : this.opts.width; + }, + buildAnimationDirection: function() + { + if (this.opts.direction === 'right') + { + this.opts.animationOpen = 'slideInRight'; + this.opts.animationClose = 'slideOutRight'; + } + }, + getCloseLink: function() + { + return this.$target.find('.close'); + }, + open: function(e) + { + if (e) e.preventDefault(); + + if (!this.isOpened()) + { + this.closeAll(); + this.callback('open'); + + this.$target.addClass('offcanvas-' + this.opts.direction); + this.$target.css('width', this.opts.width); + + this.pushBody(); + + this.$target.animation(this.opts.animationOpen, $.proxy(this.onOpened, this)); + } + }, + closeAll: function() + { + var $elms = $(document).find('.offcanvas'); + if ($elms.length !== 0) + { + $elms.each(function() + { + var $el = $(this); + + if ($el.hasClass('open')) + { + $el.css('width', '').animation('hide'); + $el.removeClass('open offcanvas-left offcanvas-right'); + } + + }); + + $(document).off('.' + this.namespace); + $('body').css('left', ''); + } + }, + close: function(e) + { + if (e) + { + var $el = $(e.target); + var isTag = ($el[0].tagName === 'A' || $el[0].tagName === 'BUTTON'); + if (isTag && $el.closest('.offcanvas').length !== 0 && !$el.hasClass('close')) + { + return; + } + + e.preventDefault(); + } + + if (this.isOpened()) + { + this.utils.enableBodyScroll(); + this.callback('close'); + this.pullBody(); + this.$target.animation(this.opts.animationClose, $.proxy(this.onClosed, this)); + } + }, + isOpened: function() + { + return (this.$target.hasClass('open')); + }, + onOpened: function() + { + if (this.opts.clickOutside) $(document).on('click.' + this.namespace, $.proxy(this.close, this)); + if (this.detect.isMobileScreen()) $('html').addClass('no-scroll'); + + $(document).on('keyup.' + this.namespace, $.proxy(this.handleKeyboard, this)); + this.$close.on('click.' + this.namespace, $.proxy(this.close, this)); + + this.utils.disableBodyScroll(); + this.$target.addClass('open'); + this.callback('opened'); + }, + onClosed: function() + { + if (this.detect.isMobileScreen()) $('html').removeClass('no-scroll'); + + this.$target.css('width', '').removeClass('offcanvas-' + this.opts.direction); + + this.$close.off('.' + this.namespace); + $(document).off('.' + this.namespace); + + this.$target.removeClass('open'); + this.callback('closed'); + }, + handleKeyboard: function(e) + { + if (e.which === 27) this.close(); + }, + pullBody: function() + { + if (this.opts.push) + { + $('body').animate({ left: 0 }, 350, function() { $(this).removeClass('offcanvas-push-body'); }); + } + }, + pushBody: function() + { + if (this.opts.push) + { + var properties = (this.opts.direction === 'left') ? { 'left': this.opts.width } : { 'left': '-' + this.opts.width }; + $('body').addClass('offcanvas-push-body').animate(properties, 200); + } + } + }; + + // Inheritance + Kube.Offcanvas.inherits(Kube); + + // Plugin + Kube.Plugin.create('Offcanvas'); + Kube.Plugin.autoload('Offcanvas'); + +}(Kube)); +/** + * @library Kube Collapse + * @author Imperavi LLC + * @license MIT + */ +(function(Kube) +{ + Kube.Collapse = function(element, options) + { + this.namespace = 'collapse'; + this.defaults = { + target: null, + toggle: true, + active: false, // string (hash = tab id selector) + toggleClass: 'collapse-toggle', + boxClass: 'collapse-box', + callbacks: ['open', 'opened', 'close', 'closed'], + + // private + hashes: [], + currentHash: false, + currentItem: false + }; + + // Parent Constructor + Kube.apply(this, arguments); + + // Initialization + this.start(); + }; + + // Functionality + Kube.Collapse.prototype = { + start: function() + { + // items + this.$items = this.getItems(); + this.$items.each($.proxy(this.loadItems, this)); + + // boxes + this.$boxes = this.getBoxes(); + + // active + this.setActiveItem(); + }, + getItems: function() + { + return this.$element.find('.' + this.opts.toggleClass); + }, + getBoxes: function() + { + return this.$element.find('.' + this.opts.boxClass); + }, + loadItems: function(i, el) + { + var item = this.getItem(el); + + // set item identificator + item.$el.attr('rel', item.hash); + + // active + if (!$(item.hash).hasClass('hide')) + { + this.opts.currentItem = item; + this.opts.active = item.hash; + + item.$el.addClass('active'); + } + + // event + item.$el.on('click.collapse', $.proxy(this.toggle, this)); + + }, + setActiveItem: function() + { + if (this.opts.active !== false) + { + this.opts.currentItem = this.getItemBy(this.opts.active); + this.opts.active = this.opts.currentItem.hash; + } + + if (this.opts.currentItem !== false) + { + this.addActive(this.opts.currentItem); + this.opts.currentItem.$box.removeClass('hide'); + } + }, + addActive: function(item) + { + item.$box.removeClass('hide').addClass('open'); + item.$el.addClass('active'); + + if (item.$caret !== false) item.$caret.removeClass('down').addClass('up'); + if (item.$parent !== false) item.$parent.addClass('active'); + + this.opts.currentItem = item; + }, + removeActive: function(item) + { + item.$box.removeClass('open'); + item.$el.removeClass('active'); + + if (item.$caret !== false) item.$caret.addClass('down').removeClass('up'); + if (item.$parent !== false) item.$parent.removeClass('active'); + + this.opts.currentItem = false; + }, + toggle: function(e) + { + if (e) e.preventDefault(); + + var target = $(e.target).closest('.' + this.opts.toggleClass).get(0) || e.target; + var item = this.getItem(target); + + if (this.isOpened(item.hash)) this.close(item.hash); + else this.open(e) + }, + openAll: function() + { + this.$items.addClass('active'); + this.$boxes.addClass('open').removeClass('hide'); + }, + open: function(e, push) + { + if (typeof e === 'undefined') return; + if (typeof e === 'object') e.preventDefault(); + + var target = $(e.target).closest('.' + this.opts.toggleClass).get(0) || e.target; + var item = (typeof e === 'object') ? this.getItem(target) : this.getItemBy(e); + + if (item.$box.hasClass('open')) + { + return; + } + + if (this.opts.toggle) this.closeAll(); + + this.callback('open', item); + this.addActive(item); + + item.$box.animation('slideDown', $.proxy(this.onOpened, this)); + }, + onOpened: function() + { + this.callback('opened', this.opts.currentItem); + }, + closeAll: function() + { + this.$items.removeClass('active').closest('li').removeClass('active'); + this.$boxes.removeClass('open').addClass('hide'); + }, + close: function(num) + { + var item = this.getItemBy(num); + + this.callback('close', item); + + this.opts.currentItem = item; + + item.$box.animation('slideUp', $.proxy(this.onClosed, this)); + }, + onClosed: function() + { + var item = this.opts.currentItem; + + this.removeActive(item); + this.callback('closed', item); + }, + isOpened: function(hash) + { + return $(hash).hasClass('open'); + }, + getItem: function(element) + { + var item = {}; + + item.$el = $(element); + item.hash = item.$el.attr('href'); + item.$box = $(item.hash); + + var $parent = item.$el.parent(); + item.$parent = ($parent[0].tagName === 'LI') ? $parent : false; + + var $caret = item.$el.find('.caret'); + item.$caret = ($caret.length !== 0) ? $caret : false; + + return item; + }, + getItemBy: function(num) + { + var element = (typeof num === 'number') ? this.$items.eq(num-1) : this.$element.find('[rel="' + num + '"]'); + + return this.getItem(element); + } + }; + + // Inheritance + Kube.Collapse.inherits(Kube); + + // Plugin + Kube.Plugin.create('Collapse'); + Kube.Plugin.autoload('Collapse'); + +}(Kube)); +/** + * @library Kube Dropdown + * @author Imperavi LLC + * @license MIT + */ +(function(Kube) +{ + Kube.Dropdown = function(element, options) + { + this.namespace = 'dropdown'; + this.defaults = { + target: null, + toggleEvent: 'click', + height: false, // integer + width: false, // integer + animationOpen: 'slideDown', + animationClose: 'slideUp', + caretUp: false, + callbacks: ['open', 'opened', 'close', 'closed'] + }; + + // Parent Constructor + Kube.apply(this, arguments); + + // Services + this.utils = new Kube.Utils(); + this.detect = new Kube.Detect(); + + // Initialization + this.start(); + }; + + // Functionality + Kube.Dropdown.prototype = { + start: function() + { + this.buildClose(); + this.buildCaret(); + + if (this.detect.isMobile()) this.buildMobileAnimation(); + + this.$target.addClass('hide'); + this.$element.on(this.opts.toggleEvent + '.' + this.namespace, $.proxy(this.toggle, this)); + + }, + stop: function() + { + this.$element.off('.' + this.namespace); + this.$target.removeClass('open').addClass('hide'); + this.disableEvents(); + }, + buildMobileAnimation: function() + { + this.opts.animationOpen = 'fadeIn'; + this.opts.animationClose = 'fadeOut'; + }, + buildClose: function() + { + this.$close = this.$target.find('.close'); + }, + buildCaret: function() + { + this.$caret = this.getCaret(); + this.buildCaretPosition(); + }, + buildCaretPosition: function() + { + var height = this.$element.offset().top + this.$element.innerHeight() + this.$target.innerHeight(); + + if ($(document).height() > height) + { + return; + } + + this.opts.caretUp = true; + this.$caret.addClass('up'); + }, + getCaret: function() + { + return this.$element.find('.caret'); + }, + toggleCaretOpen: function() + { + if (this.opts.caretUp) this.$caret.removeClass('up').addClass('down'); + else this.$caret.removeClass('down').addClass('up'); + }, + toggleCaretClose: function() + { + if (this.opts.caretUp) this.$caret.removeClass('down').addClass('up'); + else this.$caret.removeClass('up').addClass('down'); + }, + toggle: function(e) + { + if (this.isOpened()) this.close(e); + else this.open(e); + }, + open: function(e) + { + if (e) e.preventDefault(); + + this.callback('open'); + $('.dropdown').removeClass('open').addClass('hide'); + + if (this.opts.height) this.$target.css('min-height', this.opts.height + 'px'); + if (this.opts.width) this.$target.width(this.opts.width); + + this.setPosition(); + this.toggleCaretOpen(); + + this.$target.animation(this.opts.animationOpen, $.proxy(this.onOpened, this)); + }, + close: function(e) + { + if (!this.isOpened()) + { + return; + } + + if (e) + { + if (this.shouldNotBeClosed(e.target)) + { + return; + } + + e.preventDefault(); + } + + this.utils.enableBodyScroll(); + this.callback('close'); + this.toggleCaretClose(); + + this.$target.animation(this.opts.animationClose, $.proxy(this.onClosed, this)); + }, + onClosed: function() + { + this.$target.removeClass('open'); + this.disableEvents(); + this.callback('closed'); + }, + onOpened: function() + { + this.$target.addClass('open'); + this.enableEvents(); + this.callback('opened'); + }, + isOpened: function() + { + return (this.$target.hasClass('open')); + }, + enableEvents: function() + { + if (this.detect.isDesktop()) + { + this.$target.on('mouseover.' + this.namespace, $.proxy(this.utils.disableBodyScroll, this.utils)) + .on('mouseout.' + this.namespace, $.proxy(this.utils.enableBodyScroll, this.utils)); + } + + $(document).on('scroll.' + this.namespace, $.proxy(this.setPosition, this)); + $(window).on('resize.' + this.namespace, $.proxy(this.setPosition, this)); + $(document).on('click.' + this.namespace + ' touchstart.' + this.namespace, $.proxy(this.close, this)); + $(document).on('keydown.' + this.namespace, $.proxy(this.handleKeyboard, this)); + this.$target.find('[data-action="dropdown-close"]').on('click.' + this.namespace, $.proxy(this.close, this)); + }, + disableEvents: function() + { + this.$target.off('.' + this.namespace); + $(document).off('.' + this.namespace); + $(window).off('.' + this.namespace); + }, + handleKeyboard: function(e) + { + if (e.which === 27) this.close(e); + }, + shouldNotBeClosed: function(el) + { + if ($(el).attr('data-action') === 'dropdown-close' || el === this.$close[0]) + { + return false; + } + else if ($(el).closest('.dropdown').length === 0) + { + return false; + } + + return true; + }, + isNavigationFixed: function() + { + return (this.$element.closest('.fixed').length !== 0); + }, + getPlacement: function(height) + { + return ($(document).height() < height) ? 'top' : 'bottom'; + }, + getOffset: function(position) + { + return (this.isNavigationFixed()) ? this.$element.position() : this.$element.offset(); + }, + getPosition: function() + { + return (this.isNavigationFixed()) ? 'fixed' : 'absolute'; + }, + setPosition: function() + { + if (this.detect.isMobile()) + { + this.$target.addClass('dropdown-mobile'); + return; + } + + var position = this.getPosition(); + var coords = this.getOffset(position); + var height = this.$target.innerHeight(); + var width = this.$target.innerWidth(); + var placement = this.getPlacement(coords.top + height + this.$element.innerHeight()); + var leftFix = ($(window).width() < (coords.left + width)) ? (width - this.$element.innerWidth()) : 0; + var top, left = coords.left - leftFix; + + if (placement === 'bottom') + { + if (!this.isOpened()) this.$caret.removeClass('up').addClass('down'); + + this.opts.caretUp = false; + top = coords.top + this.$element.outerHeight() + 1; + } + else + { + this.opts.animationOpen = 'show'; + this.opts.animationClose = 'hide'; + + if (!this.isOpened()) this.$caret.addClass('up').removeClass('down'); + + this.opts.caretUp = true; + top = coords.top - height - 1; + } + + this.$target.css({ position: position, top: top + 'px', left: left + 'px' }); + } + }; + + // Inheritance + Kube.Dropdown.inherits(Kube); + + // Plugin + Kube.Plugin.create('Dropdown'); + Kube.Plugin.autoload('Dropdown'); + +}(Kube)); +/** + * @library Kube Tabs + * @author Imperavi LLC + * @license MIT + */ +(function(Kube) +{ + Kube.Tabs = function(element, options) + { + this.namespace = 'tabs'; + this.defaults = { + equals: false, + active: false, // string (hash = tab id selector) + live: false, // class selector + hash: true, //boolean + callbacks: ['init', 'next', 'prev', 'open', 'opened', 'close', 'closed'] + }; + + // Parent Constructor + Kube.apply(this, arguments); + + // Initialization + this.start(); + }; + + // Functionality + Kube.Tabs.prototype = { + start: function() + { + if (this.opts.live !== false) this.buildLiveTabs(); + + this.tabsCollection = []; + this.hashesCollection = []; + this.currentHash = []; + this.currentItem = false; + + // items + this.$items = this.getItems(); + this.$items.each($.proxy(this.loadItems, this)); + + // tabs + this.$tabs = this.getTabs(); + + // location hash + this.currentHash = this.getLocationHash(); + + // close all + this.closeAll(); + + // active & height + this.setActiveItem(); + this.setItemHeight(); + + // callback + this.callback('init'); + + }, + getTabs: function() + { + return $(this.tabsCollection).map(function() + { + return this.toArray(); + }); + }, + getItems: function() + { + return this.$element.find('a'); + }, + loadItems: function(i, el) + { + var item = this.getItem(el); + + // set item identificator + item.$el.attr('rel', item.hash); + + // collect item + this.collectItem(item); + + // active + if (item.$parent.hasClass('active')) + { + this.currentItem = item; + this.opts.active = item.hash; + } + + // event + item.$el.on('click.tabs', $.proxy(this.open, this)); + + }, + collectItem: function(item) + { + this.tabsCollection.push(item.$tab); + this.hashesCollection.push(item.hash); + }, + buildLiveTabs: function() + { + var $layers = $(this.opts.live); + + if ($layers.length === 0) + { + return; + } + + this.$liveTabsList = $('