/* Framery webhelp template version 2.0 */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url(../../resources/fonts/Roboto-Thin.ttf);
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(../../resources/fonts/Roboto-Regular.ttf);
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(../../resources/fonts/Roboto-Bold.ttf);
}

.ActaDisplay-Black { 
    font-family: ActaDisplay-Black;
    font-weight: normal;
    font-style: normal;
}

:root{
  --brandcolor: #00835f;
  --secondarycolor: #3c3c41;
}

html {
    color: #3b3e41;
}

.template-framery .webhelp_expand_collapse_sections, .template-framery .wh_hide_highlight, .template-framery .wh_print_link button, .template-framery .wh_navigation_links a, .template-framery .wh_navigation_links a:hover, .template-framery .wh_navigation_links a:active, .template-framery .wh_navigation_links a:visited, .template-framery .wh_print_link a:before, .template-framery .wh_navigation_links a:before, .template-framery .wh_navigation_links a:hover:before, .template-framery .wh_navigation_links a:active:before, .template-framery .wh_navigation_links a:visited:before, .template-framery .body a, .template-framery .body a:focus, .template-framery .body a:hover, .template-framery .searchresult li a, .template-framery .related-links a, .template-framery .related-links a:visited {
    color: #00825f;
}

/*accent-colors-selector*/
.topictitle1,
.topictitle2,
.topictitle3,
.topictitle4,
.topictitle5,
.topictitle6,
*[class~='front-page/front-page-title'],
*[class~="toc/title"],
*[class~="placeholder/figurelist"] > *[class~="topic/title"],
*[class~="placeholder/tablelist"] > *[class~="topic/title"],
*[class~="index/groups"]::before {
  color: var(--brandcolor);
}
*[class~='topic/shortdesc']:before {
  color: var(--brandcolor);
}
*[class~='topic/xref'],
*[class~='topic/link'] {
  color: inherit;
}
.related-links a,
.related-links a:visited {
  color: var(--brandcolor);
}
a,
a:hover,
a:visited {
  color: inherit;
}
*[class~='topic/table'] th {
  background-color: var(--brandcolor);
}

::marker {
    font-weight: bold;
}


.container-fluid {
  max-width: 1300px;
}

.wrapper {
    margin: 4em 0 0;
}

/*custom note markers*/

div.note {
    background-repeat: no-repeat;
    background-image: none;
    padding: 0;
}

.template-framery div.note.note_note>span.note__title {
    background-repeat: no-repeat;
    background-image: url(../../resources/images/icon-note.svg) !important;
    background-size: 23px;
    padding-left: 30px;
    height: 100%;
    width: 100%;
    padding: 4px 4px 4px 28px;
    background-position: left;
}

.template-framery div.note.note_warning>span.note__title {
    background-repeat: no-repeat;
    background-image: url(../../resources/images/icon-warning.svg) !important;
    background-size: 23px;
    padding-left: 30px;
    height: 100%;
    width: 100%;
    padding: 4px 4px 4px 28px;
    background-position: left;
}

.template-framery div.note.note_note>span.note__title {
  background-repeat: no-repeat;
  background-image: url(../../resources/images/icon-note.svg) !important;
    background-size: 23px;
    padding-left: 30px;
    height: 100%;
    width: 100%;
    padding: 4px 4px 4px 28px;
    background-position: left;
}
.template-framery div.note.note_warning>span.note__title, .template-framery div.note.note_danger>span.note__title {
  background-repeat: no-repeat;
  background-image: url(../../resources/images/icon-warning.svg) !important;
    background-size: 23px;
    padding-left: 30px;
    height: 100%;
    width: 100%;
    padding: 4px 4px 4px 28px;
    background-position: left;
}

.template-framery div.note.tip>span.note__title {
  background-repeat: no-repeat;
  background-image: url(../../resources/images/icon-tip.svg) !important;
    background-size: 23px;
    padding-left: 30px;
    height: 100%;
    width: 100%;
    padding: 4px 4px 4px 28px;
    background-position: left;
}

/*wh-tiles*/

.wh_main_page.template-framery .wh_content_area {
    display: flex;
}

.template-framery .wh_content_flex_container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
}

.template-framery .wh_tiles {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
    margin-top: 4em;
}

.template-framery .wh_tile {
    margin-left: 0;
    padding-left: 0;
    min-width: 260px;
    width: auto;
}

.template-framery .wh_tile_image img, .model_list > li .image {
    height: 230px;
    width: auto;
}

.template-framery .wh_tile_title {
    color: var(--brandcolor);
    font-size: 16px;
    line-height: 1.5;
    min-height: 56px;
    padding: 16px;
    text-align: left;
    position: relative;
    border-radius: 50px;
}

.template-framery .wh_main_page .wh_tile_title:after {
    background: transparent url(../../resources/arrow.svg) no-repeat 100%;
    background-size: contain;
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    right: 24px;
    top: calc(50% - 6px);
    width: 16px;
}

.template-framery .wh_tile_title a, .wh_topic_page.side_toc_hidden:not(.manual_links) .wh_topic_content li a {
    color: #000;
    text-align: center;
    font-weight: bold;
    padding: 12px 40px;
    border-radius: 50px;
    font-family: 'Source Sans Pro';
    font-size: 16px;
    margin: auto;
    border: 2px solid #000;
    min-width: 150px;
}

.template-framery .wh_tile_title a:hover, .wh_topic_page.side_toc_hidden:not(.manual_links) .wh_topic_content li a:hover {
    background: var(--brandcolor);
    color: #fff;
    transition: all 0.3s;
    border: 2px solid transparent;
}

.template-framery .wh_tile_shortdesc {
  margin-top: 1em;
  margin-bottom: 0.5em;
  text-align: center;
  color: var(--secondarycolor);
}

/* Choose Your Pod text */

#content h1, li.choosepod {
    color: var(--brandcolor);
    text-align: center;
    position: relative;
    font-size: 4em;
    margin: 20px auto 0;
    font-family: ActaDisplay-Black;
    width: fit-content;
    list-style: none;
}

.template-framery.wh_main_page h1:before, li.choosepod:before {
    content: '';
    position: absolute;
    background: url(../../resources/nuoli.svg);
    background-size: 100% 100%;
    width: 40px;
    height: 90px;
    top: -7px;
    left: -50px;
}

/* Hide Table of content closing icon */

.template-framery .close-toc-icon {
    display: none;
}

.template-framery.side_toc_hidden nav#wh_publication_toc, #wh_close_publication_toc_button {
    display: none !important;
}

/* Breadcrumb */

/* PDF print link */

.template-framery .wh_navigation_links {
    display: none;
}

.template-framery .wh_print_link button {
    color: var(--brandcolor);
    font-size: 20px;
}

.template-framery .breadcrumb-sticky {
    position: inherit;
    z-index: 998;
}

.template-framery .wh_breadcrumb {
    display: inline-block;
    margin-top: 20px;
    font-size: 18px;
}

.template-framery .wh_breadcrumb ol a {
    color: var(--brandcolor);
    font-family: 'Source Sans Pro';
    font-weight: 700;
}

.template-framery.side_toc_hidden .wh_breadcrumb ol a {
    color: var(--brandcolor);
    font-family: 'Source Sans Pro'; 
}


/*wh-breadcrumb-separator-square*/

.template-framery .wh_breadcrumb li:not(:last-of-type):after {
    color: var(--brandcolor);
    font-weight: bolder;
}

/* Header customization */

.template-framery .wh_index_terms span.wh_first_letter,
.template-framery .wh-letters li a,
.template-framery .wh_term_target {
  color: var(--secondarycolor);
}

.template-framery .wh-letters {
  background-color: transparent;
}

.template-framery .wh_header {
  background-color: #fff;
  z-index: 9999;
}

.template-framery .wh_top_menu > ul > li a,
.template-framery .wh_indexterms_link a::before {
  color: #000;
}

.template-framery .wh_indexterms_link a span {
  display: none;
}

.template-framery .wh_top_menu ul li:hover {
  background-color: var(--brandcolor);
}

.template-framery .wh_top_menu ul ul {
  background-color: var(--brandcolor);
}

.template-framery .wh_top_menu ul ul li {
  border-top-color: var(--brandcolor);
}

.template-framery .wh_top_menu ul ul li a:hover {
  background: var(--brandcolor);
}

.template-framery .wh_search_button {
  background-color: var(--brandcolor);
  border: solid 1px var(--brandcolor);
  border-radius: 50px;
}

/* Search area placeholder text styling */

::placeholder {
    color: var(--brandcolor);
}

input#textToSearch {
    padding-left: 20px;
}

/* ------------- */

.template-framery #searchForm > div {
    width: 100%;
}

.template-framery .wh_search_input {
  padding: 20px 0;
  margin-left: 2em;
  width: 300px;
}

.template-framery .wh_top_menu_and_indexterms_link.navbar-collapse.show {
  display: flex;
  justify-content: center;
}

.template-framery .navbar-nav .wh_search_textfield {
    position: relative;
    height: 2.8em;
    width: 100%;
    background: #fff;
    border-radius: 50px;
    border: 1px solid var(--brandcolor);
}

.template-framery .navbar-nav .wh_search_textfield.show {
  width: auto;
  color: #fff;
  display: block !important;
}

.template-framery .navbar-nav .wh_search_page .wh_search_textfield {
  width: 100%;
  color: #000;
}

.template-framery .navbar .container-fluid {
    max-width: 1300px;
}

.template-framery .wh_top_menu ul li a {
    font-size: 1.2em;
}

.template-framery .wh_logo_and_publication_title {
  width: 150px;
  height: auto;
  display: block !important;
}

.template-framery .wh_main_page .main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  z-index: 1;
  color: #fff;
}

.taskbody .image, .wh_topic_content .conbody .image {
    margin: 2em 0;
}

li.step {
    list-style-position: inside;
}

/* Side menu styling */


.template-framery .wh_topic_toc li, .wh_publication_toc li {
    line-height: 1.4em;
    margin: 0
}

.template-framery .wh_publication_toc .topicref {
    display: flex;
    align-items: center;
}

.template-framery .wh_publication_toc .active > .topicref .title a  {
    color: #000;
}

.template-framery .wh_publication_toc {
    display: block;
    height: 100%;
    overflow-y: hidden;
}

.template-framery #wh_publication_toc_content {
    height: 100%;
    position: relative;
    z-index: 999;
    background: #fff;
}

.template-framery .wh_publication_toc .title {
  margin-left: 4px;
  padding: 4px 0;
}

.template-framery .wh_publication_toc .wh-expand-btn:before {
    font-size: 1.2em;
}

/* TITLE PAGE STYLING */

.template-framery.side_toc_hidden #wh_topic_body {
    display: flex;
    justify-content: center;
    margin: 4em auto;
}

.template-framery.side_toc_hidden .wh_topic_content h1 {
    color: var(--brandcolor);
    position: relative;
    font-size: 4em;
    font-family: ActaDisplay-Black;
    text-align: center;
}

.template-framery .manuals_container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2.4em;
    align-items: flex-start;
    text-align: center;
    justify-content: center;
}

.template-framery .wh_topic_content .manuals_container img {
    height: 100%;
    width: auto;
    max-width: 300px;
    padding-left: 2em;
    margin: 10px 0 0;
}

.template-framery .manual_list ul {
    text-align: left;
    margin: 0.8em 0;
}

.template-framery .manual_list li.model_name {
    color: var(--brandcolor);
    text-align: center;
    position: relative;
    font-size: 4em;
    margin: auto;
    font-family: 'ActaDisplay-ExtraBold';
    display: block;
    text-align: left;
    padding: 0;
}

.template-framery .manual_list li:hover {
    color: var(--brandcolor);
    transition: 0.3s all;
}

.template-framery .manual_list li.list_header {
    color: var(--brandcolor);
    font-weight: bold;
    font-family: 'Source Sans Pro';
    font-size: 1.4em;
}

.template-framery .manual_subtitle {
    font-size: 3.5em;
    color: #4e4e4e;
    font-family: 'ActaDisplay-BoldItalic';
    display: block;
    margin: 0 0 20px 0;
    text-align: left;
}

.template-framery.side_toc_hidden #wh_topic_body {
    margin: auto;
}

.template-framery.side_toc_hidden .product-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
}

.template-framery.side_toc_hidden .product-list img {
    padding: 20px;
    margin: auto;
    height: 250px;
}

.template-framery .model_list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 0;
    margin: 2em 0;
}

.template-framery .model_list li {
    display: flex;
    flex-direction: column-reverse;
}

.template-framery .model_list img {
    margin: auto;
    margin-bottom: 2em;
}

.template-framery.wh_topic_page .wh_child_links {
    display: none;
}

.template-framery .child-links-container .ulchildlink {
    list-style: none;
    margin: 0;
    padding: 0 0 3px;
}

.template-framery .child-links-container .ulchildlink a {
    color: var(--brandcolor);
    font-weight: bold;
    font-family: 'Source Sans Pro';
    font-size: 1.4em;
}

.template-framery .related-links ul.ullinks {
    list-style-type: none;
    text-align: left;
    margin: 0;
    padding: 0;
}

ul.other_manuals {
    list-style: none;
    padding: 0;
    display: none;
}

ul.other_manuals.show {
    display: block !important;
}

.other_manuals_title {
    font-size: 1.6em;
    font-family: 'ActaDisplay-ExtraBold';
    color: #4f4f4f;
    position: relative;
    list-style: none;
    margin-top: 2em;
    cursor: pointer;
    margin-bottom: 0.5em;
}

.other_manuals_title:after {
    content: 'b';
    display: inline-block;
    font-family: "oXygen WebHelp", serif;
    font-size: 20px;
    position: absolute;
    right: 0;
}

.other_manuals_title.show:after {
    content: 'c';
    display: inline-block;
    font-family: "oXygen WebHelp", serif;
    font-size: 20px;
    position: absolute;
    right: 0;
}

.other_manuals li:not(.other_manuals_title) {
    color: var(--brandcolor);
    font-weight: bold;
    font-family: 'Source Sans Pro';
    font-size: 1.2em;
}



/* Hide child links with child_links_hidden */

.template-framery.child_links_hidden .wh_child_links {
    display: none;
}


/* NAVIGATION MENU STYLING */

.template-framery .template-framery .wh_publication_toc > .nav-list li > ul > li[aria-expanded=false] {
    display: none;
}

.template-framery .wh_publication_toc .title a {
    color: var(--brandcolor);
    font-family: 'Source Sans Pro';
    font-size: 10pt;
}

.template-framery .wh_publication_toc .wh-expand-btn:before {
    display: inline-block;
    font-family: "oXygen WebHelp", serif;
    font-weight: lighter;
    font-style: normal;
    width: 12px;
    height: 12px;
    margin-right: 20px;
    border: 7px solid transparent;
    opacity: 1;
    line-height: 1em;
    right: 0;
    margin-left: 10px;
    color: var(--brandcolor);
}

.template-framery li.active > div > .wh-expand-btn:before {
    color: #000;
}




/****************************
 Navigation
 ***************************/

.template-framery .wh_top_menu {
   text-transform: none;
   text-align: center;
   font-size: 14px;
   display: inherit;
 }

.template-framery .wh_top_menu ul li:hover {
    background-color: transparent;
}

.template-framery .wh_top_menu a {
    color: #000;
    font-weight: 700;
    line-height: 45px;
    padding: 0;
    font-family: 'Source Sans Pro';
}

.template-framery .wh_top_menu ul li:hover > span a {
  /*text-decoration: underline;*/
  color: #00825f;
}

.template-framery .wh_top_menu ul li.current_menu_item a {
  color: #00825f;
}

.template-framery .wh_publication_toc {
  border-radius: 0;
  padding: 1.5em .5em;
  background-color: transparent;
}

.template-framery .wh_publication_toc .active > .topicref a {
  color: #00835f;
  font-weight: 700;
}

/* images to product menu items */
.template-framery .wh_top_menu > ul > li > span[data-id="one"],
.template-framery .wh_top_menu > ul > li > span[data-id="o"],
.template-framery .wh_top_menu > ul > li > span[data-id="q"],
.template-framery .wh_top_menu > ul > li > span[data-id="qq"] {
  height: 45px;
  padding-right: 25px;
  display: block;
}

.template-framery .wh_top_menu > ul > li > span[data-id="o"] {
  background: url(' ../../resources/images/framery-O@2x.png') scroll no-repeat left center transparent;
  padding-left: 55px;
  background-size: contain;
}

/*@media only screen and (min-width: 768px) {
  .template-framery .wh_top_menu > ul > li > span[data-id="o"] {
    padding-left: 35px;
  }
}
*/

.template-framery .wh_top_menu > ul > li > span[data-id="q"] {
  background: url('../../resources/images/framery-Q@2x.png') scroll no-repeat left center transparent;
  padding-left: 55px;
  background-size: contain;
}

.template-framery .wh_top_menu > ul > li > span[data-id="qq"] {
  background: url('../../resources/images/framery-2Q_2x.png') scroll no-repeat left center transparent;
  padding-left: 55px;
  background-size: contain;
}

.template-framery .wh_top_menu > ul > li > span[data-id="one"] {
  background: url('../../resources/images/framery-One@2x.png') scroll no-repeat left center transparent;
  padding-left: 60px;
  background-size: contain;
}

/* hide some menu items */
.template-framery .wh_top_menu > ul > li > span[data-id="troubleshooting"],
.template-framery .wh_top_menu > ul > li > span[data-id="maintenance"],
.template-framery .wh_top_menu > ul > li > span[data-id="installation"],
.template-framery .wh_top_menu > ul > li > span[data-id="user"]{
  display: none;
}


/* mobile toggle */
.template-framery #wh_menu_mobile_button.navbar-toggler {
  border: none;
  background-color: #00835f;
  padding: 0.5em 1em;
}

.template-framery .navbar-default .navbar-toggler .navbar-toggler-icon {
  background-color: #ffffff;
  height: 2px;
  margin: 5px 0;
  display: block;
}

.template-framery .navbar-default .navbar-toggler:focus, .template-framery .navbar-default .navbar-toggler:hover {
  background-color: #006e50;
}

.template-framery:not(.side_toc_hidden) main h1.title {
    font-size: 2.5em;
    font-family: ActaDisplay-Black;
}


/*  NAVIGATION ARROW STYLING */

.template-framery .wh_topic_content #topic_navigation_links {
    display: block;
}

.template-framery .wh_topic_content #topic_navigation_links {
    border-top: none;
    width: 100%;
    display: block;
    margin-top: 35px;
    padding: 10px 0;
    color: var(--brandcolor);
}

.template-framery .wh_topic_content #topic_navigation_links .navprev, .template-framery .wh_topic_content #topic_navigation_links .navnext {
    font-size: 35px;
}

.template-framery .wh_topic_content #topic_navigation_links .navnext {
    float: right;
}

/** MOBILE STYLES **/

@media (min-width: 768px) {

.template-framery .navbar-toggler {
    display: none !important;
  }

.template-framery:not(.wh_main_page):not(.wh_search_page):not(.side_toc_hidden) #wh_publication_toc {
    border-right: 1px solid #cccccc;
}

.template-framery div#wh_topic_body {
    padding-left: 3em;
    padding-right: 1em;
}
}

@media (max-width: 769px) {

.wrapper {
    margin: 0;
}

.template-framery .navbar-nav .wh_search_textfield {
  width: 100% !important;
  color: #000;
  border: 1px solid var(--brandcolor);
  margin-left: 0;
}

.template-framery main h1.title {
    font-size: 2em;
    margin: 20px auto 0;
    line-height: 1;
}

.template-framery .mobile-style-hidden {
    display: none;
}

.template-framery .custom-toggler {
    background: var(--brandcolor);
}

.template-framery .custom-toggler .navbar-toggler-icon {
    background: #fff;
    height: 2px;
    margin: 5px 0;
    display: block;
}

.template-framery .wh_main_page .wh_content_area {
    margin-left: 0;
    margin-right: 0;
    display: flex;
}

.template-framery .wh_breadcrumb {
    margin: 20px 0;
    font-size: 14px;
    text-align: center;
}

.template-framery .wh_tiles {
    display: flex;
    gap: 18px;
}

.template-framery .wh_tile {
    width: 45%;
    min-width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}

.template-framery .wh_tile_image img, .model_list > li .image {
    height: auto;
    width: auto;
    max-height: 170px;
}

.template-framery.side_toc_hidden .wh_topic_content h1, #content h1.choose_your_pod, li.choosepod {
    font-size: 2.5em;
    padding: 0;
}

.template-framery .wh_tile_title a, .wh_topic_page.side_toc_hidden:not(.manual_links) .wh_topic_content li a {
    padding: 8px 20px;
    font-size: 14px;
}

.template-framery .manuals_container {
    margin: 0;
}

.template-framery .manual_subtitle {
    font-size: 2em;
    text-align: center;
    margin-bottom: 1em;
}

.template-framery .related-links ul.ullinks {
    list-style-type: none;
    text-align: center;
    margin: 2em 0;
    padding: 0;
}

.topictitle1 {
    font-size: 2.5em;
    margin: 20px auto 0;
    font-family: ActaDisplay-Black;
}

/*  Hides navigation arrows on desktop mode */
/*.template-framery #topic_navigation_links {
   display: none;
}*/

.template-framery .wh_tools {
    display: flex;
    flex-direction: column;
}

.template-framery.side_toc_hidden .wh_right_tools {
    display: none;
}

.template-framery .wh_right_tools {
    margin: auto;
}

.template-framery .wh_right_tools > *:not(:last-child) {
    margin: 0;
}

.template-framery .wh_logo {
  display: block !important;
}

.template-framery .wh_logo_and_publication_title {
    margin: 2em 0;
}

.template-framery .wh_search_button {
  display: flex;
}

#go2top {
    display: none !important;
}

.template-framery .model_list {
    justify-content: center;
}

}