@font-face {
    font-family: 'Barlow Regular';
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    src: url('resources/fonts/barlow/Barlow-Light.otf') format('opentype');
}

@font-face {
    font-family: 'Barlow Regular';
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    src: url('resources/fonts/barlow/Barlow-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Barlow Regular';
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    src: url('resources/fonts/barlow/Barlow-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'Barlow Regular';
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    src: url('resources/fonts/barlow/Barlow-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'Barlow Condensed';
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    src: url('resources/fonts/barlow/BarlowCondensed-Light.otf') format('opentype');
}

@font-face {
    font-family: 'Barlow Condensed';
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    src: url('resources/fonts/barlow/BarlowCondensed-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Barlow Condensed';
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    src: url('resources/fonts/barlow/BarlowCondensed-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'Barlow Condensed';
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    src: url('resources/fonts/barlow/BarlowCondensed-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'Source Sans 3';
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    src: url('resources/fonts/source-sans/SourceSans3-ExtraLight.ttf.woff2') format('woff2'),
        url('resources/fonts/source-sans/SourceSans3-ExtraLight.otf.woff') format('woff');
}

@font-face {
    font-family: 'Source Sans 3';
    font-weight: 200;
    font-style: italic;
    font-stretch: normal;
    src: url('resources/fonts/source-sans/SourceSans3-ExtraLightIt.ttf.woff2') format('woff2'),
        url('resources/fonts/source-sans/SourceSans3-ExtraLightIt.otf.woff') format('woff');
}

@font-face {
    font-family: 'Source Sans 3';
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    src: url('resources/fonts/source-sans/SourceSans3-Light.ttf.woff2') format('woff2'),
        url('resources/fonts/source-sans/SourceSans3-Light.otf.woff') format('woff');
}

@font-face {
    font-family: 'Source Sans 3';
    font-weight: 300;
    font-style: italic;
    font-stretch: normal;
    src: url('resources/fonts/source-sans/SourceSans3-LightIt.ttf.woff2') format('woff2'),
        url('resources/fonts/source-sans/SourceSans3-LightIt.otf.woff') format('woff');
}

@font-face {
    font-family: 'Source Sans 3';
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    src: url('resources/fonts/source-sans/SourceSans3-Regular.ttf.woff2') format('woff2'),
        url('resources/fonts/source-sans/SourceSans3-Regular.otf.woff') format('woff');
}

@font-face {
    font-family: 'Source Sans 3';
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    src: url('resources/fonts/source-sans/SourceSans3-It.ttf.woff2') format('woff2'),
        url('resources/fonts/source-sans/SourceSans3-It.otf.woff') format('woff');
}

@font-face {
    font-family: 'Source Sans 3';
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    src: url('resources/fonts/source-sans/SourceSans3-Semibold.ttf.woff2') format('woff2'),
        url('resources/fonts/source-sans/SourceSans3-Semibold.otf.woff') format('woff');
}

@font-face {
    font-family: 'Source Sans 3';
    font-weight: 600;
    font-style: italic;
    font-stretch: normal;
    src: url('resources/fonts/source-sans/SourceSans3-SemiboldIt.ttf.woff2') format('woff2'),
        url('resources/fonts/source-sans/SourceSans3-SemiboldIt.otf.woff') format('woff');
}

@font-face {
    font-family: 'Source Sans 3';
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    src: url('resources/fonts/source-sans/SourceSans3-Bold.ttf.woff2') format('woff2'),
        url('resources/fonts/source-sans/SourceSans3-Bold.otf.woff') format('woff');
}

@font-face {
    font-family: 'Source Sans 3';
    font-weight: 700;
    font-style: italic;
    font-stretch: normal;
    src: url('resources/fonts/source-sans/SourceSans3-BoldIt.ttf.woff2') format('woff2'),
        url('resources/fonts/source-sans/SourceSans3-BoldIt.otf.woff') format('woff');
}

@font-face {
    font-family: 'Source Sans 3';
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    src: url('resources/fonts/source-sans/SourceSans3-Black.ttf.woff2') format('woff2'),
        url('resources/fonts/source-sans/SourceSans3-Black.otf.woff') format('woff');
}

@font-face {
    font-family: 'Source Sans 3';
    font-weight: 900;
    font-style: italic;
    font-stretch: normal;
    src: url('resources/fonts/source-sans/SourceSans3-BlackIt.ttf.woff2') format('woff2'),
        url('resources/fonts/source-sans/SourceSans3-BlackIt.otf.woff') format('woff');
}

body {
    font-family: 'Source Sans 3', sans-serif;
    color: #4b4b4b;
}

/***********************************************/
/* HEADER */
.wh_header {
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid #ccc;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    /*This ensures that the header box doesn't obfuscate modals that tend to have z-index of 999.
    An example of such a modal is the search list. */
    z-index: 998;
}

/* Fix issue in Oxygen 27.1 content where logo and search box were displayed in a column */
.wh_header_flex_container {
    flex-direction: row;
}

.mainbooktitle,
.booktitlealt {
    color: rgb(75, 75, 75);
    font-weight: 700;
}

.wh_main_page .wh_search_input,
.wh_topic_page .wh_search_input,
.wh_search_page .wh_search_input {
    display: inline;
    background: none;
    padding: 0em;
    width: 50% !important;
}

#searchForm>div {
    width: 100%;
}

.wh_publication_title {
    display: block;
}

.wh_publication_title>a {
    color: #878787;
    font-weight: 700;
    margin-top: 0.5em;
    margin-left: 0.5em;
    margin-right: 0.5em;
    margin-bottom: 0em;
    padding-top: 1em;
}

.wh_publication_toc {
    background-color: #ffffff;
    padding: 0.5em;
    position: static !important;
    /* Prevent JS from overriding this, which otherwise causes a position:fixed. */
}

/* All TOC list items */
.wh_publication_toc ul li,
.wh_publication_toc li {
    line-height: 1.4em;
    margin-top: 0em;
    margin-right: 0em;
    margin-bottom: 0em;
    margin-left: 0em;
    padding-top: 0.5em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 0.5em;
}

/* Bold and background-highlight the selected TOC list item */
.wh_publication_toc li {
    background-color: #f8f8f8;
}

/* Normal settings for most other TOC list items. */
.wh_publication_toc li.active span.title {
    background-color: transparent;
    font-weight: normal;
}

/* Bold TOC list items with children */
.wh_publication_toc span[tabindex]+span.title {
    background-color: transparent;
    font-weight: 700;
}

/***********************************************/
/* FOOTER */

.wh_footer {
    background: #f5f5f5;
    color: #4b4b4b
}

.wh_footer a{
    color: #4b4b4b
}

.footer-container {
    display: flex;
    flex-direction: row;
}

.ubiquity-footer__text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ubiquity-footer_policies-container {
    display: flex;
    flex-direction: row;
}

.ubiquity-footer__policy_separator {
    width: 1px;
    border-radius: 1px;
    color: #4b4b4b;
    margin: 0.25em;
}

/***********************************************/
/* INDEX PAGE CONTENT PANE */

.wh_tile {
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .25);
    background-color: #fff;
    border-bottom: 3px solid #f5832c;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    font-weight: 400;
    min-height: 20px;
}

.wh_tile_title,
.wh_tile_title a {
    font-size: 24px;
    font-family: "Source Sans 3", sans-serif;
    color: #4b4b4b;
}


/***********************************************/
/* TOPIC CONTENT PANE */

div.wh_content_area {
    font-size: 14px;
    font-family: 'Source Sans 3', sans-serif;
    color: #4b4b4b;
    line-height: 1.5;
}

div#wh_topic_body {
    border-left: 1px solid #ccc;
}

/* This is the right-hand TOC. Disable since we don't have that funct. on web yet. */
.wh_topic_toc {
    display: none;
}

div.wh_topic_content {
    font-size: 14px;
    font-family: 'Source Sans 3', sans-serif;
    color: #4b4b4b;
    line-height: 1.5;
    padding: 1em;
    margin-bottom: 0px;
}

div.wh_feedback_ra {
    margin-bottom: 80px;
}

div.wh_topic_content .shortdesc {
    color: #f37b26;
    font-weight: 400;
    padding-bottom: 1em;
    padding-top: 0;
}

div.wh_topic_content .bodytextindent {
    padding-left: 40px;
}

div.wh_topic_content .bodytextindent2 {
    padding-left: 80px;
}

div.wh_topic_content .tuv_change_bars {
    color: #ff00ff;
}

div.wh_topic_content .title {
    line-height: 1.2em;
}

div.wh_topic_content h1.title,
.wh_topic_content .title.topictitle1 {
    font-family: 'Barlow Regular', sans-serif;
    font-weight: 500;
    font-size: 40px;
    margin-bottom: 26px;
}

div.wh_topic_content h2.title,
div.wh_topic_content .heading2,
div.wh_topic_content .sectiontitle,
div.wh_topic_content .subheading {
    font-family: 'Barlow Regular', sans-serif;
    font-weight: 400;
    font-size: 24px;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
}

div.wh_topic_content .subheading2 {
    font-family: 'Barlow Regular', sans-serif;
    font-weight: 400;
    font-size: 20px;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
}

div.wh_topic_content .subheading3 {
    font-family: 'Barlow Regular', sans-serif;
    font-weight: 400;
    font-size: 18px;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
}

div.wh_topic_content .wh_expand_btn:before {
    padding-left: 0em;
}

div.wh_topic_content .wh_expand_btn.expanded:before {
    padding-left: 0em;
}

div.wh_topic_content .wintitle {
    font-weight: 700;
}

div.wh_topic_content pre,
div.wh_topic_content code,
div.wh_topic_content kbd,
div.wh_topic_content span.filepath {
    background-color: #eee;
    color: #e83e8c;
    word-wrap: break-word;
    font-size: inherit;
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    padding: 0.2rem 0.4rem;
}

div.wh_topic_content .note::before,
div.wh_topic_content .note.caution::before,
div.wh_topic_content .note.danger::before,
div.wh_topic_content .note.warning::before,
div.wh_topic_content .note.notice::before,
div.wh_topic_content .note.attention::before,
div.wh_topic_content .note.fastpath::before,
div.wh_topic_content .note.important::before,
div.wh_topic_content .note.remember::before,
div.wh_topic_content .note.restriction::before,
div.wh_topic_content .note.tip::before,
div.wh_topic_content .note.other::before,
div.wh_topic_content .fig .title::before,
div.wh_topic_content .relatedlinks::before,
div.wh_topic_content .result::before,
div.wh_topic_content .postreq::before,
div.wh_topic_content .prereq::before,
div.wh_topic_content .info::before,
div.wh_topic_content .table .title::before,
div.wh_topic_content .stepresult::before,
div.wh_topic_content .tutorialinfo::before {
    content: attr(data-label);
}

/* Fix issue with circular cutouts on certain images */
img.image:not(img[usemap]) {
    border-radius: 0px;
}

/* Fix issue with tables not having top and bottom borders. */
.table {
    border-top: 1px solid;
    border-bottom: 1px solid;
}

/* CVBID-1693 Normalize margins and padding of shortdesc */
.wh_topic_content .shortdesc {
    margin-bottom: 0;
}

.wh_topic_content .abstract>.shortdesc {
    display: block;
}

/* CVBID-1684 Normalize margins and padding of block elements with paragraphs inside */
.wh_topic_content .stepsection>.p,
.wh_topic_content .substep,
.wh_topic_content .info>.p,
.wh_topic_content .choice>.p,
.wh_topic_content .table .entry>.p,
.wh_topic_content .note>.p,
.wh_topic_content .li>.p,
.wh_topic_content .li>.ul,
.wh_topic_content .li>.ol,
.wh_topic_content .dd>.p {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

/* CVBID-1700 Make stepsections bold by default */
.wh_topic_content .stepsection,
.wh_topic_content .stepsection * {
    font-weight: bold;
}

/* CVBID-1725 */
/* Landing page tiles */
.wh_content_area .wh_tiles {
    justify-content: start;
}

/* Disable image zoom with full-screen preview for inline icons in step commands */
/* Large images should never be directly placed in cmds */
.wh_content_area .step .cmd img.image:not(img[usemap]) {
    pointer-events: none;
}