@import url(./fundamental-styles.css);
* { margin: 0; padding: 0; }

.vh { position: absolute !important; height: 1px; width: 1px; overflow: hidden; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }

.header-section__links a, .intro-section__text, .libraries-section__title, .libraries-section__item-title, .libraries-section__text, .libraries-section__more, .features-section__title, .features-section__item-title, .features-section__text, .about-section__title, .about-section__item, .community-section__title, .community-section__text, .footer-section { font-family: "72"; font-size: 48px; font-weight: 300; font-stretch: normal; font-style: normal; line-height: 1.08; letter-spacing: normal; color: #404040; }

.docs-landing-page a:focus { text-decoration: underline; outline-offset: 2px; }

body { font-family: "72", sans-serif; width: 100%; height: 100%; padding: 0; margin: 0; }

.header-section { min-height: 64px; padding: 0 44px; display: flex; align-items: center; justify-content: space-between; }
.header-section__links { display: none; position: absolute; left: 0; top: 63px; width: 100%; background: #fff; will-change: transform; }
.header-section__links.show { display: flex; flex-direction: column; animation: show-list-animate 0.5s; }
.header-section__links.hide { display: flex; flex-direction: column; animation: scale-display--reversed 0.5s; animation-fill-mode: forwards; }
@media (min-width: 768px) { .header-section__links { display: block; position: static; width: auto; background: transparent; } }
.header-section__links ul { list-style: none; margin: 0; padding: 0; }
.header-section__links li { display: block; margin: 0; padding: 0; }
@media (min-width: 768px) { .header-section__links li { display: inline-block; } }
.header-section__links a { height: 52px; display: flex; justify-content: center; align-items: center; margin: 0; border-bottom: solid 1px #d3d3d3; font-size: 16px; font-weight: 400; line-height: 1.75; color: #404040; }
@media (min-width: 768px) { .header-section__links a { height: auto; display: inline-block; font-size: 14px; line-height: 1.43; margin: 0 6px; border: none; color: inherit; } }
@media (min-width: 1024px) { .header-section__links a { margin: 0 24px; } }
.header-section__hamburger { display: none; }
.header-section__hamburger button { border: 0; background: transparent; outline: none; cursor: pointer; padding: 6px; display: inline-block; width: 36px; }
.header-section__logo img { max-height: 35px; }

.intro-section { padding: 100px 120px; background-image: url("../images/land-page-assets/hero_background.jpg"); background-repeat: no-repeat; background-size: cover; }
.intro-section__logo { height: 120px; }
.intro-section__container { max-width: 1440px; margin: 0 auto; }
.intro-section__text { width: 70%; margin-top: 16px; }

.libraries-section { padding: 140px 120px 64px 120px; max-width: 1440px; margin: 0 auto; }
.libraries-section__logo { height: 75px; }
.libraries-section__title { text-align: center; margin-bottom: 64px; }
.libraries-section__container { display: grid; grid-gap: 24px; grid-template-columns: 1fr 1fr; }
.libraries-section__item { display: flex; flex-direction: column; justify-content: space-between; min-height: 300px; padding: 44px 24px 44px 44px; border-radius: 8px; border: solid 1px #d3d3d3; background-color: #fff; transition: all 0.2s ease-in-out; }
.libraries-section__item:hover { box-shadow: 0 0 10px 0 rgba(211, 211, 211, 0.9); transform: scale(1.005); }
.libraries-section__item-title { font-size: 30px; line-height: 1.2; margin: 16px 0; }
.libraries-section__text { font-size: 20px; line-height: 1.4; }
.libraries-section__links { display: flex; }
.libraries-section__more { font-size: 16px; line-height: 1.75; font-weight: normal; margin-top: 16px; color: #007ea3; text-decoration: none; margin-right: 20px; }

.features-section { padding: 80px 120px 140px 120px; max-width: 1440px; margin: 0 auto; }
.features-section__logo { height: 60px; padding-bottom: 12px; }
.features-section__title { text-align: center; margin-bottom: 52px; }
.features-section__container { display: grid; grid-gap: 52px; grid-template-columns: auto auto auto auto; }
.features-section__item { display: flex; flex-direction: column; align-items: center; }
.features-section__item-title { font-size: 30px; line-height: 1.2; }
.features-section__text { font-size: 20px; line-height: 1.4; }

.about-section { padding: 140px 120px; background-image: url("../images/land-page-assets/about_background.jpg"); background-repeat: no-repeat; background-size: cover; }
.about-section__title { text-align: center; margin-bottom: 64px; }
.about-section__container { max-width: 1440px; margin: 0 auto; display: grid; grid-gap: 24px; grid-template-columns: auto auto auto; }
.about-section__item { font-size: 20px; line-height: 1.4; }

.community-section { padding: 140px 120px; max-width: 1440px; margin: 0 auto; }
.community-section__title { text-align: center; }
.community-section__text { width: 50%; margin: 16px auto 44px; font-size: 20px; line-height: 1.4; text-align: center; }
.community-section__container { display: grid; grid-gap: 24px; grid-template-columns: auto auto auto auto; }
.community-section__item { display: flex; flex-direction: column; align-items: center; color: #007ea3; }
.community-section__logo img { height: 80px; display: block; margin-bottom: 24px; }
.community-section a { color: #007ea3; text-align: center; }

.footer-section { margin: 16px 120px 0; padding: 16px 0; font-size: 12px; line-height: 1.33; font-weight: normal; display: grid; grid-template-columns: auto auto; align-items: center; border-top: 2px solid #eeeeee; color: #404040; }
.footer-section__slogan-logo { display: flex; align-items: center; width: 100%; }
.footer-section__slogan { font-size: 14px; color: #767676; margin-right: 16px; min-width: 120px; }
.footer-section__copyright { margin-left: 24px; color: #404040; width: 100%; }
.footer-section__container--left { display: flex; align-items: center; justify-self: start; }
.footer-section__container--right { justify-self: end; display: flex; justify-content: space-between; }
.footer-section__container--right a { margin-left: 24px; color: #8f8f8f; }

.backToTopHidden { display: none; }

.backToTopVisible { width: 44px; height: 44px; line-height: 44px; box-shadow: 0 1px 4px 0 #d3d3d3; border: solid 1px #d3d3d3; background-color: #ffffff; overflow: hidden; z-index: 999; cursor: pointer; position: fixed; bottom: 100px; right: 30px; border-radius: 50%; color: #007ea3; text-align: center; font-size: 20px; text-decoration: none; }

@media (max-width: 768px) { .header-section { padding: 0 20px; justify-content: space-between; }
  .header-section__logo { flex: 1; text-align: center; }
  .header-section__hamburger { display: block; } }
@media (max-width: 1224px) { .intro-section__text { width: 100%; } }
@media (max-width: 768px) { .intro-section { padding: 36px; }
  .intro-section__text { width: 100%; font-size: 20px; line-height: 1.2; font-weight: 300; }
  .intro-section__logo { height: 70px; } }
@media (max-width: 900px) { .libraries-section { padding: 80px 120px; }
  .libraries-section__container { grid-template-columns: auto; } }
@media (max-width: 768px) { .libraries-section { padding: 64px 44px; }
  .libraries-section__container { grid-template-columns: auto; }
  .libraries-section__title { font-size: 30px; line-height: 1.2; font-weight: 300; margin-bottom: 44px; }
  .libraries-section__item { min-height: 260px; }
  .libraries-section__item-title { font-size: 20px; line-height: 1.2; font-weight: 300; margin-bottom: 8px; }
  .libraries-section__text { width: 100%; font-size: 16px; line-height: 1.25; font-weight: 300; }
  .libraries-section__more { font-size: 14px; line-height: 1.43; } }
@media (max-width: 600px) { .libraries-section { padding: 64px 0; }
  .libraries-section__container { grid-gap: 0; }
  .libraries-section__title { font-size: 30px; line-height: 1.2; font-weight: 300; margin-bottom: 20px; }
  .libraries-section__item { min-height: auto; border: none; box-shadow: none; border-radius: 0; border-bottom: solid 1px #d3d3d3; transition: none; }
  .libraries-section__item:hover { box-shadow: none; transform: none; } }
@media (max-width: 1024px) { .features-section__container { grid-template-columns: auto auto; } }
@media (max-width: 600px) { .features-section { padding: 0 44px 44px 44px; }
  .features-section__container { grid-template-columns: auto; }
  .features-section__title { font-size: 30px; line-height: 1.2; font-weight: 300; margin-bottom: 44px; }
  .features-section__item-title { font-size: 20px; line-height: 1.2; font-weight: 300; margin-bottom: 8px; }
  .features-section__text { width: 100%; font-size: 16px; line-height: 1.25; font-weight: 300; } }
@media (max-width: 768px) { .about-section { padding: 44px; }
  .about-section__container { grid-template-columns: auto; }
  .about-section__title { font-size: 30px; line-height: 1.2; font-weight: 300; margin-bottom: 16px; }
  .about-section__item { width: 100%; font-size: 16px; line-height: 1.25; font-weight: 300; } }
@media (max-width: 1024px) { .community-section__text { width: 100%; } }
@media (max-width: 768px) { .community-section { padding: 44px; }
  .community-section__title { font-size: 30px; line-height: 1.2; font-weight: 300; }
  .community-section__item-title { font-size: 20px; line-height: 1.2; font-weight: 300; }
  .community-section__text { width: 100%; font-size: 16px; line-height: 1.25; font-weight: 300; } }
@media (max-width: 600px) { .community-section { padding-bottom: 0; }
  .community-section__container { grid-template-columns: auto; }
  .community-section__item { margin-bottom: 44px; } }
@media (max-width: 990px) { .footer-section { grid-template-columns: auto; }
  .footer-section__container--left { margin-bottom: 16px; justify-self: center; }
  .footer-section__container--right { justify-self: center; } }
@media (max-width: 768px) { .footer-section { margin: 0; padding: 16px 44px; } }
@media (max-width: 600px) { .footer-section { padding: 44px; flex-direction: column; align-items: center; }
  .footer-section__copyright { margin: 0; margin-top: 24px; }
  .footer-section__container--left { flex-direction: column; align-items: center; margin-bottom: 0; }
  .footer-section__container--right { flex-direction: column; align-items: center; margin-bottom: 70px; }
  .footer-section__container--right a { margin-top: 24px; margin-left: 0; }
  .footer-section__slogan-logo { width: 100%; justify-content: center; }
  .footer-section__copyright { text-align: center; } }
@media (max-width: 768px) { .backToTopVisible { display: none; } }
.header-section__hamburger { min-width: 25px; -moz-transition: all 0.3s ease; transition: all 0.3s ease; }

.header-section__sap-icon--menu2::before { font-size: 20px; transition: opacity 0.3s, transform 0.3s; color: #007ea3; }

.header-section__sap-icon--decline::before { font-size: 20px; transition: opacity 0.3s, transform 0.3s; transform: rotate(-180deg); color: #007ea3; }

@keyframes show-list-animate { 0% { opacity: 0; transform: scale(0); transform-origin: top left; -webkit-transform: scale(0); }
  100% { opacity: 1; transform-origin: top left; transform: scale(1); -webkit-transform: scale(1); } }
@keyframes scale-display--reversed { 0% { opacity: 1; display: flex; flex-direction: column; transform-origin: top left; transform: scale(1); -webkit-transform: scale(1); }
  99% { opacity: 0; display: flex; flex-direction: column; transform-origin: top left; transform: scale(0); -webkit-transform: scale(0); }
  100% { display: none; opacity: 0; transform-origin: top left; transform: scale(0); -webkit-transform: scale(0); } }
.has-accent-color { color: #5FA8EF; }

.has-accent-background { background-color: #5FA8EF; }

.img-fluid { max-width: 100%; height: auto; }

html { box-sizing: border-box; min-height: 100%; box-sizing: inherit; }
html::before, html::after { box-sizing: inherit; }

.docs-container { margin-left: 0; width: 100%; display: flex; }
@media (max-width: 768px) { .docs-container { display: inline; } }

body { font-family: '72', sans-serif; overflow: hidden; font-size: 14px; line-height: 20 / 14; margin: 0; background-color: white; -webkit-font-smoothing: antialiased; color: var(--fd-color); }

h1, h2, h3, h4, h5, h6 { text-rendering: optimizeLegibility; margin-bottom: 12px; margin-top: 0; }

p, ul, ol, blockquote, table, figure { margin-top: 0; margin-bottom: 12px; }
p:last-child, ul:last-child, ol:last-child, blockquote:last-child, table:last-child, figure:last-child { margin-bottom: 0; }

img { line-height: 0; vertical-align: middle; }

a { text-decoration: none; display: inline-block; transition: all 0.125s ease-in; color: --fd-color-action; }
a:hover { color: #085caf; }
a:active, a.is-active, a[aria-selected="true"] { color: #0254a7; outline: none; }
a:focus { outline-style: dotted; outline-width: 1px; outline-color: #085caf; }
a[aria-disabled="true"], a.is-disabled, a:disabled { outline-color: rgba(10, 110, 209, 0.4); cursor: not-allowed; }

ul, ol { margin-left: 40px; padding: 0; }

hr { margin: 36px 0; float: none; clear: both; }

.doc-wrapper { display: flex; flex-direction: column; height: 100vh; }

.highlight { max-width: 1440px; margin: 25px 0 0 0; }

.docs-tiles { margin: 0 -20px; grid-auto-rows: 1fr; }
.docs-tiles .fd-tile[role="button"] { border: 1px solid #cfdbe7; margin: 20px; padding-top: 10px; padding-bottom: 20px; text-decoration: none; }
.docs-tiles .fd-tile[role="button"]:hover { border-color: #0854A1; }
.docs-tiles .fd-tile[role="button"]:active, .docs-tiles .fd-tile[role="button"] :focus { border-color: #0854A1; text-decoration: none; }
.docs-tiles .fd-tile__header { color: #0854A1 !important; font-weight: normal; font-size: 20px; margin-top: 10px; margin-bottom: 10px; }
.docs-tiles .fd-tile__header:last-child { margin-bottom: 0; }
.docs-tiles .fd-tile__content { align-self: auto; }
.docs-tiles .fd-tile__description { color: #424e5a; }
.docs-tiles a:hover { color: inherit; text-decoration: none; }

pre { display: block; padding: 10px; margin: 0 0 20px; word-break: break-all; word-wrap: break-word; color: #666; background-color: #fff; border: 1px solid #ccc; border-radius: 5px; font-family: monospace; }
pre code { padding: 0; font-size: inherit; color: inherit; white-space: pre-wrap; background-color: transparent; border-radius: 0; }

code { padding: 2px 4px; font-size: 90%; color: #c7254e; background-color: #f9f2f4; border-radius: 4px; font-family: monospace; }

blockquote { margin: 15px 0; padding: 10px; border: 1px solid #ccc; border-left-width: 5px; border-radius: 5px; background: #fffde4; font-size: 1rem; }
blockquote.docs-deprecated { background: var(--fd-color-background-negative); color: var(--fd-color-negative); border-color: var(--fd-color-negative); }

.docs-headers-h2 { flex-shrink: 0; }

.docs-table { border: 1px solid #d9d9d9; width: 100%; }
.docs-table td { vertical-align: top; }

.docs-status { padding: 10px 0; margin-bottom: 30px; border: solid 1px #d9d9d9; border-width: 1px 0; }

.docs-intro { font-size: 1.1rem; line-height: 1.4; font-weight: 400; }

#mobile-sidenav-btn { display: none; }
@media (max-width: 768px) { #mobile-sidenav-btn { display: block; } }

.docs-top-nav { background-color: #ffffff; min-height: 87px; }
.docs-top-nav__logo { margin-top: 25px; margin-left: 35px; display: inline-block; font-size: 24px; font-weight: bold; color: #424e5a !important; }
.docs-top-nav__logo:hover { text-decoration: none; color: #424e5a !important; }
.docs-top-nav__logo__accent { font-weight: 100; }
.docs-top-nav__support { font-size: 1.14286rem; line-height: 1.25; font-weight: 400; padding: 30px 20px 0 0; display: inline-block; }
@media (max-width: 768px) { .docs-top-nav__support { display: none; } }
.docs-top-nav__support--link { display: inline-block; vertical-align: middle; }
.docs-top-nav__button { color: #424e5a; border-color: #424e5a; }
.docs-top-nav__button:hover { background-color: #5FA8EF; }
@media (max-width: 768px) { .docs-top-nav__mobile { display: flex; justify-content: space-around; align-items: baseline; } }

.side-nav { display: flex; flex-direction: column; height: calc(100vh - 27px - 40px - 20px); background-color: #424e5a; float: none; vertical-align: top; width: 290px; min-width: 290px; }
@media (max-width: 768px) { .side-nav { width: auto; display: none; }
  .side-nav.fd-styles__mobile-list { width: auto; display: block; } }
.side-nav__headers { font-size: 28px; font-weight: bold; list-style: none; }
.side-nav__headers:last-child hr { display: none; }
.side-nav__headers > ul { display: none; }
.side-nav__headers.active > ul { display: block; }
.side-nav__headers-link { color: #ffffff !important; font-family: '72', sans-serif; padding: 20px 20px 5px 20px; display: block; }
.side-nav__headers-link:hover { color: #ffffff; }
.side-nav__headers ol, .side-nav__headers ul { margin-left: 0; }
.side-nav__links-container { padding-left: 20px; margin: 0; overflow-y: auto; }
.side-nav__links { list-style: none; font-weight: normal; }
.side-nav__links-link { color: #ffffff !important; display: block; padding: 12px 30px; font-weight: lighter; font-size: 18px; font-family: '72', sans-serif; }
.side-nav__links-link:hover { color: #ffffff; text-decoration: none; background-color: #5FA8EF; }
.side-nav__links.active a { padding-left: 30px; color: red; font-weight: bold; }
.side-nav__seperator { margin: 15px 20px 0 20px; border-bottom: 1px solid #242424; opacity: .3; }

.right-nav { background-color: #f1f3f6; }

.search-container .fd-popover { display: block; }
.search-container .fd-popover__body { min-width: 100%; }

.main-content { vertical-align: top; overflow-y: scroll; overflow-x: hidden; height: calc(100vh - 27px - 40px - 20px); flex-grow: 1; display: flex; flex-direction: column; background-color: #EAEAEA; scroll-behavior: smooth; }

.docs-content { padding: 40px 40px 80px 60px; min-width: 1024px; max-width: 1440px; width: 80%; }
@media (max-width: 768px) { .docs-content { padding: 10px; min-width: auto; width: 100%; } }
.docs-content > ol li, .docs-content > ul li { margin: 10px 0 10px 0; }

.docs-content-full-width { padding: 40px 40px 80px 0; width: 100%; display: flex; flex-direction: column; }
@media (max-width: 768px) { .docs-content-full-width { text-align: center; padding-top: 20px; } }

.docs-home_hero { background-image: url("../images/home-hero-bg.png"); background-size: cover; background-position: -190px -350px; background-repeat: no-repeat; background-color: #EAEAEA; color: #424e5a; padding-top: 100px; }
@media (max-width: 768px) { .docs-home_hero { padding-top: 0; } }
.docs-home_hero-heading { font-size: 70px; font-weight: 100; line-height: 1.1; text-shadow: 1px 3px 6px rgba(0, 0, 0, 0.09); }
@media (max-width: 768px) { .docs-home_hero-heading { font-size: 40px; } }
.docs-home_hero-bold { font-weight: bold; }
.docs-home_hero-content { padding: 100px; }
@media (max-width: 768px) { .docs-home_hero-content { padding: 20px; } }
.docs-home_hero-description { font-size: 20px; line-height: 1.2; margin-top: 20px; margin-bottom: 0; max-width: 520px; }
.docs-home_hero-btn.fd-button--emphasized { font-size: 16px; font-weight: bold; display: inline-block; margin-top: 36px; margin-bottom: 32px; line-height: 0; padding: 20px; border: none; }
@media (max-width: 768px) { .docs-home_hero-btn.fd-button--emphasized { margin-top: 20px; margin-bottom: 20px; } }
.docs-home_hero-btn.fd-button--emphasized:hover { text-decoration: none; box-shadow: none; }
.docs-home_hero-version { display: inline-block; text-transform: none; border-radius: 20px; font-weight: normal; color: #5FA8EF; font-size: 15px; }
.docs-home_panel { padding: 100px; background: #ffffff; }
@media (max-width: 768px) { .docs-home_panel { padding: 20px; } }
.docs-home_panel-title { color: #424e5a; font-size: 60px; border-bottom: 1px solid #424e5a; padding-bottom: 20px; margin-bottom: 50px; }
.docs-home_panel-title a { color: #424e5a; }
.docs-home_panel-title a:hover { color: #424e5a; text-decoration: none; }
.docs-home_panel-heading { color: #424e5a; font-size: 30px; margin-top: 20px; margin-bottom: 30px; font-weight: 100; }
.docs-home_panel-description { color: #424e5a; font-size: 16px; margin-bottom: 30px; }
.docs-home_panel-action { font-size: 15px; font-weight: bold; margin-bottom: 20px; display: inline-block; }
.docs-home_panel-img { float: right; }
.docs-home_panel-resources-link { display: block; color: #0854A1; font-size: 20px; margin-bottom: 30px; position: relative; padding-left: 30px; }
.docs-home_panel-resources-link span { position: absolute; left: 0; top: 0; }
.docs-home_getting-started { width: 50%; float: left; padding: 100px 50px; background-size: cover; background-position: center; text-align: center; display: inline-block; transition: all 0.5s ease; color: #424e5a; }
.docs-home_getting-started:hover { color: #424e5a; }
.docs-home_getting-started-label { margin-top: 40px; display: block; font-weight: bold; text-transform: uppercase; font-size: 16px; }
.docs-home_getting-started--designer { background-image: url("../images/home-designers-bg.png"); border-right: 1px solid #e4eaf1; }
.docs-home_getting-started--developer { background-image: url("../images/home-developers-bg.png"); }
.docs-home_ui-guidelines { text-align: center; background-color: #313c46; color: #ffffff; padding: 100px 0; }
.docs-home_ui-guidelines-heading { font-size: 28px; font-weight: 900; margin-bottom: 12px; }
.docs-home_ui-guidelines-description { font-size: 14px; }
.docs-home_ui-guidelines-img { height: 120px; vertical-align: baseline; position: relative; margin-bottom: 30px; }
.docs-home_ui-guidelines-img img { position: absolute; bottom: 0; left: 0; right: 0; margin-left: auto; margin-right: auto; }
.docs-home_ui-guidelines-link { width: 200px; display: inline-block; font-size: 16px; font-weight: bold; text-transform: uppercase; color: #424e5a !important; }
.docs-home_ui-guidelines-link:hover { color: #424e5a; }
.docs-home_support { width: 60%; margin: 160px auto; display: flex; }
.docs-home_support-link { width: 50%; float: left; text-align: center; color: #424e5a; }
.docs-home_support-link:hover { color: #424e5a; }
.docs-home_support-link img { display: block; margin: 30px auto; width: 80px; }

.docs-header-h1 { font-size: 36px; font-weight: bold; line-height: 1.06; text-align: left; }
@media (max-width: 768px) { .docs-header-h1 { margin-bottom: 24px; } }
.docs-header-h2, .docs-content > h2 { font-size: 28px; font-weight: 100; line-height: 1.14; margin-top: 40px; }
.docs-header-h3, .docs-content > h3 { font-size: 16px; font-weight: bold; line-height: 1.88; text-transform: uppercase; margin-bottom: 10px; margin-top: 40px; }
.docs-header-h4 { font-size: 16px; font-weight: bold; line-height: 1.88; margin-bottom: 10px; margin-top: 40px; }

.docs-colors_plaque { list-style: none; margin-left: 0; }
.docs-colors_plaque_color { display: inline-block; float: left; width: calc(25% - 20px); padding: 10px; margin-bottom: 20px; min-height: 115px; display: flex; flex-direction: column; vertical-align: middle; margin-right: 10px; }
.docs-colors_plaque_color:nth-child(4n) { clear: right; }
.docs-colors_plaque_color-name { font-size: 2rem; margin-bottom: 5px; }
.docs-colors_plaque_color-value { display: block; margin-bottom: 5px; }
.docs-colors_plaque_color-code { display: block; }
.docs-colors_example { text-align: center; }
.docs-colors_example--1 { background-color: #edeff0; color: #32363a; }
.docs-colors_example--2 { background-color: #0a6ed1; color: white; }
.docs-colors_example--3 { background-color: #354a5f; color: #d1e8ff; }
.docs-colors_example--4 { background-color: #edeff0; color: white; }

.docs-spacing-example { background-color: #f1f3f6; border: 1px solid #cfdbe7; }

.docs-type_drop-cap { float: left; font-size: 150px; padding: 16px 20px 10px 0; margin-left: -10px; line-height: 80px; }
.docs-type_SAP { font-size: 20px; }

.docs-component-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 1px; border: 1px solid #cfdbe7; border-left: none; border-right: none; margin: 0 -40px -80px -40px; }
@media (max-width: 768px) { .docs-component-grid { grid-template-columns: auto; } }
.docs-component-grid--item { background: white; padding: 40px 10px; display: block; text-align: center; position: relative; height: 280px; z-index: 1; transition: all ease-in-out 100ms; }
.docs-component-grid--item:hover { background-color: white; box-shadow: 0 0 20px 0 rgba(138, 143, 161, 0.4); text-decoration: none; z-index: 2; transition: all ease-in-out 100ms; }
.docs-component-grid--label { font-size: 18px; font-weight: 600; line-height: 1.56; text-align: center; color: #21262c; margin-top: 30px; position: absolute; bottom: 60px; left: 0; right: 0; margin: 0 auto; }
.docs-component-grid--img__action-bar { width: 300px; margin-top: 60px; }
.docs-component-grid--img__message-strip { width: 250px; margin-top: 20px; }
.docs-component-grid--img__status-indicators { width: 250px; margin-top: 60px; }
.docs-component-grid--img__info-label { width: 250px; margin-top: 60px; }
.docs-component-grid--img__button { width: 150px; margin-top: 40px; }
.docs-component-grid--img__combobox-input { margin-top: 10px; }
.docs-component-grid--img__contextual-menu { width: 100px; margin-top: 10px; }
.docs-component-grid--img__dropdown { width: 250px; margin-top: 20px; }
.docs-component-grid--img__icons { width: 250px; margin-top: 70px; }
.docs-component-grid--img__identifier { width: 200px; margin-top: 50px; }
.docs-component-grid--img__image { width: 100px; margin-top: 20px; }
.docs-component-grid--img__inline-help { width: 250px; margin-top: 30px; }
.docs-component-grid--img__link { width: 100px; margin-top: 60px; }
.docs-component-grid--img__localization-editor { margin-top: 60px; }
.docs-component-grid--img__form { width: 250px; margin-top: 30px; }
.docs-component-grid--img__input-group { width: 250px; margin-top: 30px; }
.docs-component-grid--img__list-group { width: 300px; margin-top: 40px; }
.docs-component-grid--img__loading-spinner { width: 50px; margin-top: 50px; }
.docs-component-grid--img__dialog { width: 230px; margin-top: 0; }
.docs-component-grid--img__multi-input { width: 230px; margin-top: 50px; }
.docs-component-grid--img__pagination { width: 300px; margin-top: 60px; }
.docs-component-grid--img__search-input { margin-top: 50px; }
.docs-component-grid--img__side-navigation { width: 100px; margin-top: 0; }
.docs-component-grid--img__shellbar { width: 300px; margin-top: 50px; }
.docs-component-grid--img__switch { width: 60px; margin-top: 30px; }
.docs-component-grid--img__table { width: 300px; margin-top: 0; }
.docs-component-grid--img__tabs { width: 300px; margin-top: 60px; }
.docs-component-grid--img__tile { width: 300px; margin-top: 40px; }
.docs-component-grid--img__toolbar { width: 320px; margin-top: 60px; }
.docs-component-grid--img__tree { width: 300px; margin-top: 0; }

.docs-component { margin-bottom: -28px; border-radius: 4px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; padding-bottom: 8px; border: 1px solid #ccc; position: relative; background-color: #f3f4f5; transition: background-color .25s; }
.docs-component > .fd-tile__content { padding: 60px 20px; width: 100%; max-width: 100%; }
.docs-component > p { padding: 12px !important; }
.docs-component pre { background-color: #fff !important; margin: 25px 0; }
.docs-component .fd-multi-input .fd-popover, .docs-component .fd-button-split .fd-popover, .docs-component .fd-search-input .fd-popover, .docs-component .documentation-site-popover-container .fd-popover { display: block; }
.docs-component .fd-multi-input .fd-popover__body, .docs-component .fd-button-split .fd-popover__body, .docs-component .fd-search-input .fd-popover__body, .docs-component .documentation-site-popover-container .fd-popover__body { width: 100%; }
.docs-component .fd-search-input .fd-popover__body { width: 83%; }
.docs-component .fd-product-menu .fd-popover__body--right { right: -10px; }
.docs-component .fd-identifier--s { display: inline-block; }
.docs-component .fd-mega-menu__header-link, .docs-component .fd-mega-menu__link, .docs-component .fd-mega-menu__sublink, .docs-component .fd-dropdown__item, .docs-component .fd-side-nav__link { color: inherit; }
.docs-component .fd-mega-menu__header-link:hover, .docs-component .fd-mega-menu__link:hover, .docs-component .fd-mega-menu__sublink:hover, .docs-component .fd-dropdown__item:hover, .docs-component .fd-side-nav__link:hover { text-decoration: none; color: inherit; }
.docs-component .fd-mega-menu__list, .docs-component .fd-mega-menu__sublist { margin-left: 0; }
.docs-component .fd-tabs__link:hover, .docs-component .fd-tabs__link:focus { text-decoration: none; }
.docs-component .fd-dialog-docs-static.fd-dialog, .docs-component .fd-dialog-docs-static .fd-dialog { position: static; background-color: transparent; }
.docs-component .fd-dialog-docs-static.fd-dialog__content, .docs-component .fd-dialog-docs-static .fd-dialog__content { position: static; transform: translate(0%, 0%); width: 30rem; margin: auto; }
.docs-component .fd-dialog-docs-static.fd-dialog__content:not(:last-child), .docs-component .fd-dialog-docs-static .fd-dialog__content:not(:last-child) { margin-bottom: 2rem; }
.docs-component .fd-calendar-mobile-docs-static--landscape .fd-dialog__content { width: 640px; height: 360px; }
.docs-component .fd-calendar-mobile-docs-static--landscape .fd-calendar__navigation--main { padding-right: calc(640px - 360px - 2rem); }
.docs-component .fd-calendar-mobile-docs-static--portrait .fd-dialog__content { height: 500px; width: 360px; }
.docs-component__app { height: 500px; color: white; position: relative; }
.docs-component__app .fd-shell { width: 100%; max-width: 100%; min-height: 410px; max-height: 410px; position: relative; }
.docs-component__app .fd-overlay { position: absolute; width: 100%; height: 100%; }
.docs-component__app-example { color: white; position: relative; }
.docs-component__app-example .fd-shell__app, .docs-component__app-example .fd-shell, .docs-component__app-example .fd-app { width: 100%; min-height: 410px; position: relative; margin-top: 0; }
.docs-component__app-example .fd-app__navigation { padding-top: 50px; }
.docs-component__app-example .fd-app__navigation--vertical { width: 250px; }
.docs-component__app-example .fd-app__main { background-color: #fafafa; padding-top: 50px; }
.docs-component__app-example .fd-overlay { position: absolute; width: 100%; height: 100%; left: 0; top: 0; }
.docs-component__app-example .fd-side-nav__list, .docs-component__app-example .fd-side-nav__sublist, .docs-component__app-example .fd-breadcrumb { margin-left: 0; }
.docs-component__page .fd-tile__content { padding: 20px 20px; }
.docs-component__page .docs-component__bg-toggle { display: none; }
.docs-component__section .fd-section { background-color: white; }
.docs-component__section .fd-section__header { background-color: #edeff0; }
.docs-component__section .fd-section__title { background-color: white; }
.docs-component__section .fd-section__actions { background-color: white; padding: 14px 10px; }
.docs-component__section .fd-section__footer { background-color: #edeff0; }
.docs-component__section .fd-container { background-color: #edeff0; }
.docs-component__panel .fd-panel, .docs-component__panel .fd-panel__header, .docs-component__panel .fd-panel__title, .docs-component__panel .fd-panel__actions, .docs-component__panel .fd-panel__footer, .docs-component__panel .fd-container { padding: 10px; }
.docs-component__panel .fd-panel { background-color: white; }
.docs-component__panel .fd-panel__header { background-color: #edeff0; }
.docs-component__panel .fd-panel__title { background-color: white; }
.docs-component__panel .fd-panel__actions { background-color: white; padding: 14px 10px; }
.docs-component__panel .fd-panel__footer { background-color: #edeff0; }
.docs-component__panel .fd-container { background-color: #edeff0; }
.docs-component__container .fd-container { background-color: white; padding: 20px; max-width: 800px; }
.docs-component__container .fd-container--fluid { max-width: 100%; }
.docs-component__container [class^="fd-col"] { background-color: #edeff0; height: 70px; border: 1px solid #d9d9d9; text-align: center; padding: 10px 5px; }
.docs-component__global-nav .fd-dropdown__list { margin-left: 0; }
.docs-component__bg-toggle { position: absolute; right: 10px; top: 10px; }
.docs-component .fd-side-nav { max-width: 250px; }
.docs-component .fd-side-nav__link { color: inherit; }
.docs-component .fd-side-nav--icons { max-width: 65px; }
.docs-component .fd-dropdown { margin-right: 20px; }
.docs-component > [class*="fd-identifier"] { margin-right: 20px; }
.docs-component > .fd-product-tile { min-width: 30%; float: left; margin-right: 20px; }
.docs-component a[aria-disabled="true"]:hover, .docs-component a[aria-disabled="true"]:visited, .docs-component a[aria-disabled="true"]:active, .docs-component a[aria-disabled="true"]:focus, .docs-component a.is-disabled { color: rgba(10, 110, 209, 0.4); cursor: not-allowed; text-decoration: none; }
.docs-component .fd-panel__description { padding: 0; }
.docs-component__spacing-example .fd-tile__content [class^="fd-has"] { border: 1px solid #ccc; background: white; margin-bottom: 10px; text-align: center; }
.docs-component__spacing-example .fd-tile__content [class^="fd-has-margin"] { padding: 10px; }
.docs-component__margin-padding-helpers .fd-tile__content [class^="fd-has"] { display: block; background: white; border: 1px solid #ccc; padding: 10px; }
.docs-component__margin-padding-helpers .fd-tile__content [class^="fd-has-padding"] { margin: 10px; }
.docs-component__color-examples .fd-tile__content p { padding: 10px; display: inline-block; width: calc(33%); }

.fd-tile__content--responsive-display { padding: 60px 10px 30px 10px !important; text-align: center; }

.docs-component--responsive-display__frame { border: 1px solid #ccc; margin: 0 auto; transition: width .25s, height .25s; }
.docs-component--responsive-display__controls { position: absolute; right: 10px; top: 10px; }
.docs-component--responsive-display__full-screen { padding: 5px 9px; font-size: 1.14286rem; color: #6d7678 !important; }
.docs-component--responsive-display__full-screen:hover { color: white !important; }

.docs-footer { background: #ffffff; bottom: 0; padding: 32px; font-size: 16px; }
.docs-footer .row { margin: 0; }
.docs-footer__link { margin-left: 20px; }

.demo-icon-wrapper { padding: 10px; float: left; width: 16%; text-align: center; height: 120px; }
.demo-icon-wrapper span { padding: 10px; display: inline-block; }
.demo-icon-wrapper span::before { font-size: 35px; }
.demo-icon-wrapper h5 { margin-bottom: 0; }

@font-face { font-family: "72"; src: url("./72-Regular.woff") format("woff"); font-weight: normal; font-style: normal; }
@font-face { font-family: "72"; src: url("./72-Light.woff") format("woff"); font-weight: 300; font-style: normal; }
@font-face { font-family: "72"; src: url("./72-Bold.woff") format("woff"); font-weight: 700; font-style: normal; }
@font-face { font-family: "SAP-icons"; src: url("./SAP-icons.woff") format("woff"); font-weight: normal; font-style: normal; }
