@import url(./fundamental-styles-ie11.css);
.has-accent-color { color: #5FA8EF; }

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

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

body { font-family: '72', sans-serif; background-color: white; overflow: hidden; }

a, a:visited { color: #0854A1; }
a:hover, a:visited:hover { color: #0854A1; }

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

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; }
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; }

blockquote { margin: 15px 0; padding: 10px; border: 1px solid #ccc; border-left-width: 5px; border-radius: 5px; background: #fffde4; }

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

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

.docs-landing-page { width: 100%; min-width: 1024px; }

.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.42857rem; line-height: 1.4; font-weight: 400; }

.docs-alert { margin: 0 0 30px 0; }

#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; }

.search-box { padding: 20px 40px; }

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

.search-box { position: relative; flex-shrink: 0; }
.search-box__icon { position: absolute; top: 28px; left: 50px; font-size: 20px; color: #cfdbe7; }
.search-box__input { height: 40px !important; border-color: #cfdbe7 !important; background-color: #ffffff !important; padding-left: 36px !important; border-radius: 0 !important; }
.search-box__results { list-style: none; font-size: 12px; background-color: white; position: absolute; top: 61px; z-index: 1; width: calc(100% - 80px); margin-left: 0; border: 1px solid #cfdbe7; border-top: none; }
.search-box__results-links a { color: #424e5a; display: block; padding: 10px; }
.search-box__results-links a:hover { background-color: #f1f3f6; }

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

.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 40px; 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-img { float: right; }
@media (max-width: 768px) { .docs-home_hero-img { width: 100%; } }
.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 { font-size: 16px; font-weight: bold; background-color: #5FA8EF; color: white !important; display: inline-block; margin-top: 36px; margin-bottom: 32px; line-height: 0; padding: 20px; border: none; }
@media (max-width: 768px) { .docs-home_hero-btn { margin-top: 20px; margin-bottom: 20px; } }
.docs-home_hero-btn:hover { background-color: #0854A1; 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-search-box { margin-bottom: 40px; }
.docs-home_panel-search-box .search-box__input { border-radius: 40px !important; font-size: 22px; padding: 30px; padding-left: 60px !important; border-color: #424e5a !important; background-color: transparent !important; color: #424e5a !important; }
.docs-home_panel-search-box .search-box__icon { font-size: 30px; color: #424e5a; padding-left: 10px; }
.docs-home_panel-search-box .search-box__results { border: none; top: 65px; padding: 0; margin-left: 50px; width: calc(100% - 100px); }
.docs-home_panel-search-box .search-box__results-links a { font-size: 20px; }
.docs-home_panel-search-box .search-box__results-links a:hover { color: #5FA8EF; background: transparent; text-decoration: none; }
.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-ui-kit_hero { background-image: url("../images/ui-kit/hero-bg.png"); background-size: contain; background-repeat: no-repeat; background-color: #242424; color: #d4d4d4; margin: 30px -60px 10px -60px; }
@media (max-width: 768px) { .docs-ui-kit_hero { margin: 0 -20px 10px -10px; } }
.docs-ui-kit_hero-heading { font-size: 32px; font-weight: 100; line-height: 1.1; text-shadow: 1px 3px 6px rgba(0, 0, 0, 0.09); }
@media (max-width: 768px) { .docs-ui-kit_hero-heading { font-size: 40px; } }
.docs-ui-kit_hero-description { max-width: 500px; margin: 0 auto; }
.docs-ui-kit_hero-content { padding: 60px; }
@media (max-width: 768px) { .docs-ui-kit_hero-content { padding: 20px; } }
.docs-ui-kit_hero-btn { font-size: 16px; font-weight: bold; background-color: #5FA8EF; color: white !important; display: inline-block; margin-top: 16px; margin-bottom: 32px; line-height: 0; padding: 20px; border: none; }
@media (max-width: 768px) { .docs-ui-kit_hero-btn { margin-top: 20px; margin-bottom: 20px; } }
.docs-ui-kit_hero-btn:hover { background-color: #0854A1; text-decoration: none; box-shadow: none; }
.docs-ui-kit .docs-header-h3, .docs-ui-kit .docs-content > h3 { margin-top: 20px; text-transform: unset; }
.docs-ui-kit .fd-col--6, .docs-ui-kit .fd-col--4 { padding-right: 20px; }

.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-breakpoints-table { border: 1px solid #cfdbe7; }
.docs-breakpoints-table th { background-color: #cfdbe7; font-size: 14px; text-transform: uppercase; color: #424e5a; font-weight: bold; position: relative; }
.docs-breakpoints-table td { font-size: 14px; }
.docs-breakpoints-table_col-legend { position: relative !important; }

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

.docs-type_header { font-size: 13px; font-weight: bold; }
.docs-type_drop-cap { float: left; font-size: 150px; padding: 16px 20px 10px 0; margin-left: -10px; line-height: 80px; font-weight: bold; }
.docs-type_SAP { font-size: 20px; font-weight: bold; }
.docs-type_SAP--1 { font-size: 30px; font-weight: normal; line-height: 36px; }
.docs-type_SAP--2 { font-size: 24px; font-weight: normal; line-height: 32px; }
.docs-type_SAP--3 { font-size: 18px; font-weight: normal; line-height: 24px; }
.docs-type_SAP--4 { font-size: 16px; font-weight: normal; line-height: 20px; }
.docs-type_SAP--5 { font-size: 14px; font-weight: normal; line-height: 20px; }
.docs-type_SAP--6 { font-size: 13px; font-weight: normal; line-height: 16px; }
.docs-type_SAP--7 { font-size: 12px; font-weight: normal; line-height: 8px; }
.docs-type_SAP--8 { font-size: 11px; font-weight: normal; line-height: 8px; }
.docs-type__scale--preview { text-align: center; vertical-align: bottom; padding: 0 20px 10px; }
.docs-type__scale--info { text-align: center; vertical-align: bottom; padding: 10px 20px 0; border-top: solid 1px lightgray; }

.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__alert { width: 250px; margin-top: 20px; }
.docs-component-grid--img__status-indicators { 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__modal { 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__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__tile-grid { width: 300px; margin-top: 20px; }
.docs-component-grid--img__toggle { width: 40px; margin-top: 30px; }
.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; overflow: visible; }
.docs-component > p { padding: 12px !important; }
.docs-component pre { background-color: #fff !important; margin: 25px 0; }
.docs-component ul { list-style: none; margin-left: 0; padding-left: 0; text-align: left; }
.docs-component ul a:hover { text-decoration: none; color: inherit; }
.docs-component .fd-identifier--s { display: inline-block; background: transperant; }
.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-breadcrumb__link, .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-breadcrumb__link: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__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-shell__app { height: calc(100%  - 48px); margin-top: 0; }
.docs-component__app .fd-app__navigation { height: calc(100%  - 48px); margin-top: 48px; background-color: white; padding: 10px; text-align: center; color: #000; }
.docs-component__app .fd-shell__app, .docs-component__app .fd-shell, .docs-component__app .fd-app { width: 100%; max-width: 100%; min-height: 410px; max-height: 410px; }
.docs-component__app .fd-shell__header, .docs-component__app .fd-shell__footer, .docs-component__app .fd-app__main { padding: 10px; text-align: center; color: #000; }
.docs-component__app .fd-shell__header, .docs-component__app .fd-shell__footer { background-color: #d9d9d9; }
.docs-component__app .fd-app__main { background-color: #fafafa; padding-top: 50px; }
.docs-component__app .fd-overlay { position: absolute; width: 100%; height: 100%; }
.docs-component__app .fd-overlay--alert .fd-alert { margin-top: -410px; }
.docs-component__app .docs-component__bg-toggle { display: none; }
.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__app-example .fd-action-bar__description { padding: 0; }
.docs-component__page .fd-page, .docs-component__page .fd-page__header, .docs-component__page .fd-page__intro, .docs-component__page .fd-page__content { padding: 10px; }
.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-breadcrumb__link { color: #0a6ed1; }
.docs-component .fd-breadcrumb__link:hover { color: #0a6ed1; text-decoration: none; }
.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 .fd-tile-grid .fd-product-tile { margin-right: 0; }
.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-link:hover, .docs-component .fd-link:active, .docs-component .fd-link:focus { text-decoration: none; }
.docs-component .fd-panel__description, .docs-component .fd-action-bar__description { padding: 0; }
.docs-component .fd-calendar__content { background: white; }
.docs-component .fd-toggle input { border-radius: 15px; }
.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; width: 100%; 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; }
