/******************************************************************************* * DB Icon set */ @font-face { font-family: "db-icon"; src: url("../fonts/db-icon.ttf?wc7cqx") format("truetype"), url("../fonts/db-icon.woff?wc7cqx") format("woff"), url("../fonts/db-icon.svg?wc7cqx#db-icon") format("svg"); font-weight: normal; font-style: normal; } .db-icon { /* use !important to prevent issues with browser extensions that change fonts */ font-family: "db-icon" !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; } /* Set max-width for docs... */ .wy-nav-content { max-width: 1440px !important; } .db-icon-arrow-down-circle:before { content: "\e900"; } .db-icon-arrow-down:before { content: "\e901"; } .db-icon-arrow-left-circle:before { content: "\e902"; } .db-icon-arrow-left:before { content: "\e903"; } .db-icon-arrow-right-circle:before { content: "\e904"; } .db-icon-arrow-right:before { content: "\e905"; } .db-icon-arrow-up-circle:before { content: "\e906"; } .db-icon-arrow-up:before { content: "\e907"; } .db-icon-checkmark:before { content: "\e908"; } .db-icon-chevron-down:before { content: "\e909"; } .db-icon-chevron-left:before { content: "\e90a"; } .db-icon-chevron-right:before { content: "\e90b"; } .db-icon-chevron-up:before { content: "\e90c"; } .db-icon-close:before { content: "\e90d"; } .db-icon-dbce:before { content: "\e90e"; } .db-icon-facebook:before { content: "\e90f"; } .db-icon-linkedin:before { content: "\e910"; } .db-icon-menu:before { content: "\e911"; } .db-icon-newsletter:before { content: "\e912"; } .db-icon-pdf:before { content: "\e913"; } .db-icon-play-large:before { content: "\e914"; } .db-icon-play:before { content: "\e915"; } .db-icon-plus-circle-filled:before { content: "\e916"; } .db-icon-rss:before { content: "\e917"; } .db-icon-search:before { content: "\e918"; } .db-icon-share:before { content: "\e919"; } .db-icon-slideshow-left:before { content: "\e91a"; } .db-icon-slideshow-right:before { content: "\e91b"; } .db-icon-twitter-bird:before { content: "\e91c"; } .db-icon-twitter:before { content: "\e91d"; } .db-icon-webinar:before { content: "\e91e"; } /******************************************************************************* * Scaffolding */ body, body.wy-body-for-nav { background: #fff; background-image: none; } * { box-sizing: border-box; } a, a:visited, a:hover { color: #0194e2; } .rst-content tt.xref, a .rst-content tt, .rst-content tt.xref, .rst-content code.xref, a .rst-content tt, a .rst-content code { font-weight: 500; } .rst-content dl:not(.docutils) dt { background-color: #f6f7f8; border: 0.1rem solid #0000001a !important; border-radius: 0.4rem; padding: 0.1rem; } /* Use semibold weight in favor of bold */ h1, h2, h3, h4, h5, b, strong, mark, .wy-alert-title, .rst-content .admonition-title, .wy-table thead th, .rst-content table.docutils thead th, .rst-content table.field-list thead th, .wy-menu-vertical header, .wy-menu-vertical p.caption, .wy-side-nav-search > a, .wy-side-nav-search .wy-dropdown > a, .rst-content .topic-title, .rst-content .sidebar .sidebar-title, .rst-content .highlighted, .rst-content dl dt, .rst-content dl:not(.docutils) tt, .rst-content dl:not(.docutils) tt, .rst-content dl:not(.docutils) code, .rst-content dl:not(.docutils) tt.descname, .rst-content dl:not(.docutils) tt.descname, .rst-content dl:not(.docutils) code.descname, .rst-content dl:not(.docutils) .optional, .rst-content p.rubric { font-weight: 600; } /** * Forms */ input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="date"], input[type="month"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="number"], input[type="search"], input[type="tel"], input[type="color"] { color: #000; background-color: #fff; border: 1px solid #ddd; } /** * Tables */ table { width: 100%; background-color: #fff; } table > colgroup:first-child { display: none; } @media (min-width: 769px) { .wy-table-responsive { max-width: none; overflow: visible; } .wy-table-responsive table td, .wy-table-responsive table th { white-space: normal; } } /** * Images */ @media screen and (max-width: 768px) { img { width: auto; } } /******************************************************************************* * Header area */ /** * HIGH-LEVEL PAGE LAYOUT CODE ONLY * Header bar * Layout is a 1x2. *