/* 

TOC 

 == General == 

 == Layout == 
 -- Header -- 
 -- Arrange Welcome title and search input field -- 
 -- Menu -- 
 -- Submenus -- 
 -- Breadcrumbs + Tools -- 
 -- Main page -- 
 -- TOC -- 
 -- Subtopics -- 
 -- Footer -- 
 -- Tiles -- 

 == Content == 
 -- Headers -- 
 -- Paragraphs -- 
 -- Lists -- 
 -- Tables -- 
 -- Figures -- 
 -- Videos -- 
 -- Admonitions. Override settings in ssy-notes.css -- 
 -- Glossary -- 
 -- Index -- 

 == Inline elements == 
 -- Step results and step examples, "Figure:" before text -- 
 -- Display filepath not in red -- 
 -- cmdname -- 
 -- uicontrol und wintitle -- 
 */



/* == General == */

body {
    /* font-family: Arial, Helvetica, sans-serif; */
    font-family: Roboto, sans-serif;
    font-size: 15px;
}

/* == Layout == */

/* -- Header -- */

.wh_header {
    background: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
}

.wh_logo {
    display: block !important;
}

.wh_publication_title {
    margin-left: 0em !important;
}

.welcome_title {
    /* font-family: Arial, Helvetica, sans-serif; */
    margin: 0;
    line-height: 0.9em;
}

p.slogan {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5em;
    text-transform: uppercase;
    padding-top: 0.5em;
}

/* -- Arrange Welcome title and search input field -- */

.wh_search_input {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wh_welcome:not(:empty) {
    width: 50%;
    margin: 0;
    padding: 0 0.5em;
}

#searchForm > div {
    width: 80%;
}

#searchForm {
    width: 100%;
}

.wh_main_page_search #searchForm {
    width: 50%;
}

@media only screen and (max-width : 767px) {
    .wh_welcome:empty,
    .wh_welcome:not(:empty) {
        display: inherit;
        justify-content: center;
        width: 100% !important;
    }

    .wh_search_input {
        align-items: stretch;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: center;
    }

    .wh_main_page_search #searchForm {
        width: 100%;
    }
}

/* -- Menu -- */

.wh_top_menu {
    text-transform: initial;
}

.wh_top_menu a,
.wh_top_menu a:hover,
.wh_top_menu a:visited {
    /* color: #5e5e5e; */
    font-size: 1.1em;
    margin-top: 5px;
    margin-bottom: 5px;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url('resources/images/web/navbar-toggler-icon.svg');
    height: 30px;
    width: 30px;
}

/* -- Submenus -- */

.wh_top_menu ul ul {
    background-color: white;
    box-shadow: 0px 10px 45px -12px rgba(0, 0, 0, 0.3);
}

.wh_top_menu ul ul li {
    text-transform: none;
}

.wh_top_menu ul ul li {
    border-top-color: lightgray;
}

@media only screen and (min-width : 801px) {
    .wh_top_menu:not(.activated-on-click) ul ul {
        transition: visibility .2s .2s;
    }

    .wh_top_menu:not(.activated-on-click) ul li:hover > ul {
        transition: visibility .2s .2s;
    }

    .wh_top_menu:not(.activated-on-click) ul li {
        transition: background-color 0.2s 0.2s;
    }

    .wh_top_menu ul ul {
        padding: 0.5em;
    }

    .wh_top_menu ul ul li {
        border: none;
    }

    .wh_top_menu ul li a {
        padding: 0.3em 0.9em 0.3em 0.4em;
    }

    .wh_top_menu > ul > li {
        display: inline-block;
    }
}

/* -- Breadcrumbs + Tools -- */

.wh_breadcrumb li:not(:last-of-type):after {
    content: ">";
    padding: 0 5px;
}

.wh_tools a {
    color: #000;
    font-size: 1em;
}

.custom-toggler {
    border: none;
}

/* -- Main page -- */

.wh_main_page .wh_search_input {
    padding: 50px 0;
}

.wh_main_page .wh_content_area {
    margin: 40px 0 0 0;
}

.wh_topic_content {
    line-height: 1.5em;
    margin-bottom: 60px;
}

/* -- TOC -- */

.wh-expand-btn {
    color: #000;
}

.wh_publication_toc li {
    line-height: 1.2em;
}

.wh_topic_toc {
    border-left: 1px solid #ccc;
}

/* -- Subtopics -- */

.\-.topic\/desc.desc {
    display: none;
}

.wh_child_links .related-links a,
.wh_child_links .related-links a:visited {
    font-size: 1em;
    font-weight: normal;
}

ul.ullinks,
ul.linklist {
    padding-top: 10px !important;
}

.wh_child_links,
.wh_related_links,
.wh_related_links .related-links,
.wh_topic_content .related-links {
    padding: 0;
    padding-top: 0.5em;
}

.wh_related_links .related-links,
.wh_topic_content .related-links,
.wh_child_links {
    border-top: 1px solid #ccc;
}

/* -- Footer -- */

p.lastupdate {
    color: #878787;
    margin: 30px 63px 20px 0;
    text-align: right;
    font-size: 0.9em;
}

.wh_footer {
    background: #fff;
    margin: 0;
    padding: 0;
}

.stegmann_logo {
    width: 180px;
    height: 79px;
    background: url('resources/images/web/footer-logo.svg') no-repeat;
    margin: 10px 10px 10px 80px;
}

.stegmann_logo a {
    display: block;
    height: 100%;
}

.footer_links {
    margin: 20px 80px 20px auto;
}

.footer_links li {
    display: inline;
}

/* Colorize footer icons into gray #878787 
  See https://stackoverflow.com/questions/22252472/how-can-i-change-the-color-of-an-svg-element/53336754#53336754 
 */

img.icon_footer {
    filter: invert(56%) sepia(26%) saturate(0%) hue-rotate(189deg) brightness(90%) contrast(80%);
}

/* -- Tiles -- */

.wh_tiles {
    justify-content: center;
}

.wh_tile_title {
    font-size: 1.3em;
    font-weight: 400;
    margin-bottom: 1em;
}

.wh_tile_shortdesc {
    font-size: 1em;
    font-weight: 400;
    color: #000;
}

.container-fluid {
    margin-left: 0px;
    max-width: none;
}



/* == Content == */

/* -- Headers -- */

.wh_main_page .maptitle {
    font-size: 1em;
    margin-top: 64px;
}

.title.sectiontitle {
    margin-bottom: 0.5em;
    margin-top: 2em;
    font-size: 1.2em;
    font-weight: normal;
}

h1.sectiontitle.tasklabel,
h2.sectiontitle.tasklabel,
h3.sectiontitle.tasklabel,
h4.sectiontitle.tasklabel,
p.info_product_title {
    margin-bottom: 0.5em;
    margin-top: 2em;
    font-size: 1.2em;
    font-weight: normal;
}

p.divheader {
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: -0.5em;
}

p.header {
    font-weight: bold;
}

/* -- Paragraphs -- */

.stepsection {
    margin-top: 1.7em;
}

/* -- Lists -- */

ul,
ul.simple {
    list-style-type: square;
}

dl,
ol,
ul,
ul.simple {
    padding-left: 1.3em;
}

li.li {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
}

div.stepresult {
    margin-top: 0.5em;
}

dlterm {
    margin-top: 1.5em;
}

/* -- Tables -- */

.table,
.choicetable {
    margin-top: 0.5em;
    margin-bottom: 1em;
    margin-right: 0em;
    margin-left: 0em;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.table>:not(caption)>*>* {
    background-color: inherit;
    /* overwrites settings from DITA OT */
}


.thead,
.sthead {
    /* border-top-style: solid; */
    border-top-width: 1px;
    border-bottom-width: 1px;
    background-color: #eeeff0;
}

tbody {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: #ccc;
}

th {
    text-align: left;
}

th.entry,
th.stentry {
    font-size: 14px;
    border-bottom: 1px solid lightgray;
    /* vertical-align: bottom; */
    margin: 0;
}

tr.topic\/row,
tr.topic\/chrow {
    border-bottom-width: 1px;
    border-bottom: 1px solid lightgray;
}

.table thead th,
.choicetable thead th {
    border-bottom: 1px solid lightgray;
    vertical-align: middle;
    padding-bottom: 0.4em;
}

.stentry {
    border-right: 0;
    border-bottom-width: 1px;
    border-bottom: 1px solid lightgray;
}

td.entry .topic\/p,
th.entry .topic\/p,
td.stentry .topic\/p,
th.stentry .topic\/p {
    margin-top: 0;
    margin-bottom: 0.5em;
    font-size: 14px;
}

td.entry .topic\/p:last-child,
th.entry .topic\/p:last-child,
td.stentry .topic\/p:last-child,
th.stentry .topic\/p:last-child {
    margin-bottom: 0;
}

td.entry ul,
th.entry ul,
td.stentry ul,
th.stentry ul {
    font-size: 14px;
}

td > ul:first-child li:first-child {
    margin-top: 0;
}

td ul:last-child,
td ul li:last-child {
    margin-bottom: 0;
}

table > caption {
    display: none;
}

/* -- Figures -- */

figcaption {
    margin-top: 0.5em;
    font-size: 95%;
    margin-bottom: 2em;
}

td figcaption {
    font-size: .9em;
    margin-bottom: 0;
}

figure {
    margin-top: 1em;
}

.ssy_image {
    margin-left: 5px;
}

.icon {
    vertical-align: text-top;
    height: 18px !important;
    padding-left: 2px;
    padding-right: 2px;
}

/* -- Videos -- */

div.embed-responsive {
    width: 750px;
}

@media only screen and (max-width : 1335px) {
    div.embed-responsive {
        width: auto;
    }
}

.embed-responsive .embed-responsive-item {
    border: solid 1px lightgray;
}

/* -- Admonitions. Override settings in ssy-notes.css -- */

span.note__title {
    display: inline;
}

.note {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
}

/* -- Glossary -- */

dfn {
    font-style: normal;
    text-decoration: underline dotted;
    text-underline-offset: 4px;
}

kbd {
    background-color: #DB9650;
    margin: 1px;
}

img.image:not(img[usemap]) {
    border-radius: 0px;
}

[class ~= "glossentry/glossterm"] {
    font-size: 1.2em;
    margin: 0.5em 0 -.5em;
}

[class ~= "glossentry/glossBody"],
[class ~= "glossentry/glossentry"] > [class ~= "glossentry/glossdef"] {
    padding-left: 1.6em;
}

.glossAlt::before {
    content: "See: ";
}

/* -- Index -- */

.wh_term_group > .wh_first_letter {
    padding-top: 0.7em;
}

.wh_index_terms .wh_first_letter {
    border-bottom: 0px;
    border-top: 1px solid;
}

.wh-letters li::after {
    content: "|";
    color: #a9a9a9;
}

.wh_term > ul > .wh_term:last-child {
    padding-bottom: 5px;
}



/* == Inline elements */

/* -- Step results and step examples, "Figure:" before text -- */

.task_label,
.fig--title-label {
    font-weight: bold;
}

/* -- Display filepath not in red -- */

.filepath {
    color: black;
}

span.ph {
    display: inline;
}

/* -- cmdname -- */

*[class ~= "cmdname"] {
    font-family: monospace;
    padding: 2px 4px;
    font-weight: normal;
}

/* -- uicontrol und wintitle -- */

.uicontrol,
.wintitle {
    font-weight: bold;
}

.uicontrol.noFormat,
.wintitle.noFormat {
    font-weight: inherit;
}

h2 .uicontrol,
div.section-title .uicontrol,
p.shortdesc .uicontrol,
p.shortdesc .wintitle,
p.shortdesc .filepath,
p.shortdesc .cmdname,
p.shortdesc .codeph,
.uicontrol.noFormat,
.wintitle.noFormat {
    color: inherit;
    background-color: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    padding: 0;
}

/* -- cite -- */

cite {
    font-style: normal;
}

cite:before {
    content: '\0027';
}

cite:after {
    content: '\0027';
}



/* to clarify */

/* Adds side-by-side styling for paragraph and figure in div element 

.side-by-side > *[class ~= "topic/p"] {
  vertical-align: top;
  display: inline-block;
  width: 45%;
  margin-right: 2em;
}

.side-by-side > *[class ~= "topic/fig"] {
  vertical-align: top;
  display: inline-block;
  width: 45%;
  font-size: 0pt;
} */