/* Content: */

/* - Header */
/* - Search */
/* - Toolbar */
/* - Share Button and Dialog */

/* -----------------------Header----------------------- */

.wh_header {
  background-color: var(--light-sand);
  height: 90px;
  padding: 0 var(--side-padding);
}

.header-sticky {
  z-index: 9;
}

.wh_header_flex_container {
  flex-direction: row;
  flex-wrap: nowrap;
}

#wh_top_menu_and_indexterms_link {
  display: none !important;
}

.container-fluid{
  max-width: none;
}

header .container-fluid{
  padding-left: 0;
  padding-right: 0;
}

.logo-image{
  height: 36px;
}

.wh_logo_and_publication_title_container {
  margin-right: 50px;
}

.wh_publication_title {
  margin-left: 50px !important;
  text-align: left;
}

.title-paragraph {
  margin: 0;
  line-height: 28px;
}

.wh_publication_title a {
  margin: 0 0;
}

.publication-title-link {
  font-size: 24px;
  font-weight: bold;
  color: var(--deep-blue-80) !important;
  white-space: nowrap;
}

.publication-subtitle-link {
  font-size: 24px;
  color: var(--deep-blue-80) !important;
  white-space: nowrap;
}


/* -----------------------Search----------------------- */

.search_container {
  display: flex;
  flex: 1;
  max-width: 400px;
  min-width: 95px;
}

.wh_search_input {
  display: flex;
  flex: 1;
  padding: 0 0 !important;  
  min-width: 95px;
}

#searchForm {
  display: flex;
  flex: 1;
}

#searchForm > div {
  flex: 1
}

.wh_search_textfield{
  border-top: none;
  border-left:none;
  border-right: none;
  border-bottom: 1px solid var(--deep-blue-80);
  border-radius: 0px;
  height: 38px;
  padding-left: 15px;
  padding-right: 56px;
  margin: 0;
  min-width: 50px;
}

.wh_search_button {
  background: var(--siemens-petrol);
  border-radius: 50%;
  transform: scale(0.7);
  position: absolute;
  top: -4px;
  right: 5px;
  display: flex !important;
  font-size: 23px;
  height: 46px;
  width: 46px;
  padding:5px !important;
  padding-left: 13px !important;
}

.wh_search_button:hover {
  background:var(--light-green);
  border:none !important;
  padding-top: 6px !important;
  padding-left: 14px !important;
}

.wh_search_button::after /* Search icon */ {
  color: white;
}

.wh_search_button:focus {
  outline: none;
}

input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  content: url(../../images/search-reset.svg);
  cursor: pointer;
}


/* -----------------------Toolbar----------------------- */

.wh_tools {
  background-color: var(--deep-blue-80);
  padding: 0px var(--side-padding);
  padding-left: calc(var(--side-padding) + 40px);
}

.home-image {
    top: 4px;
    z-index: 3;
    position: absolute;
    width: 24px;
    height: 24px;
    left: var(--side-padding);
    overflow: visible;
    cursor: pointer;
}

.wh_breadcrumb {
  margin-right: 25px;
}

.wh_breadcrumb ol {
  display: inline-block;
  color: white;
}

.wh_breadcrumb a:hover {
  text-decoration: underline !important;
}

.d-print-none ol {
  padding-top: 5px;
  padding-bottom: 6px;
}

.d-print-none > li {
  margin-top: 1px !important; /* Minor adjustment to center the path in the bar */
  margin-left: 0px;
}

.wh_breadcrumb > .d-print-none > .active > .topicref > .title > a {
  color: var(--bold-blue);
}

.wh_breadcrumb > .d-print-none > .active > .topicref > .title > a:hover {
  color: var(--light-green-40);
}

.wh_breadcrumb li:not(:last-of-type):after {
  color: white;
  content: ' \003E';
  padding-left: 12px;
  padding-right: 14px;
}

.wh_hide_highlight{
  margin-right: 29px !important;
}

.oxy-icon-print {
  outline: none !important;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

.oxy-icon-print {
  outline: none !important;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

.oxy-icon-print::before /* Print icon */ {
  font-size: 19px;
  content: url(../../images/print_white.svg);
}

.wh_right_tools > button::after /* Icons for all tools */ {
  color: white;
}

.wh_right_tools>:not(:last-child){
  margin-right: 25px;
}

.custom-toggler.navbar-toggler {
  border: none;
  padding-right: 8px;
  margin-right: var(--side-padding);
  margin-bottom: 5px;
  margin-top: 5px;
  margin-left: 25px;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navprev, .navnext /* Parent to back/forward buttons */ {
  margin-top: -3px;
}

.navprev {
  margin-right: 10px;
}

.oxy-icon-arrow-left, .oxy-icon-arrow-right /* Back/forward button background */ {
  background: var(--interactive-coral);
  border-radius: 100%;
  cursor: pointer;
  /* Rough approxmation of a circle */
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 4px;
  padding-left: 4px;
}

.oxy-icon-arrow-left::before, .oxy-icon-arrow-right::before /* Back/forward button */ {
  color: black !important;
  padding: 5px;
}

.oxy-icon-arrow-left::before {
  content: url(../../images/left2.png);
}

.oxy-icon-arrow-right::before {
  content: url(../../images/right2.png);
}

.oxy-icon-arrow-left:hover, .oxy-icon-arrow-right:hover {
  background: var(--light-green-40);
}

.wh_breadcrumb .topicref .wh-tooltip {
  background-color: var(--deep-blue-60);
}

.wh_breadcrumb .topicref .wh-tooltip::before {
  border-bottom-color: var(--deep-blue-60) !important;
}


/* -------------------- Share Button and Dialog--------------------*/

.share {
  border: 0px solid var(--deep-blue-80) !important;
  background-color: var(--deep-blue-80);
  margin-right: -7px !important;
  margin-left: -5px !important;
}

.share:focus{
  outline:none;
}

.share_icon:focus{
  outline:none;
}

.share_popup {
  opacity: 0;
  width: 450px;
  height: auto;
  background:var(--light-sand);
  color: var(--deep-blue);
  padding: 12px 0px;
  padding-top:8px !important;
  position: absolute;
  top: 20px;
  left:50%;    
  margin-left:-210px;
  padding:20px;
  z-index: 920 !important;
  display:none;
}

.show {
  opacity: 1;
  transition: opacity 0.1s linear;
}

.popup_header{
  border-bottom: 1px solid var(--deep-blue-80);
  display:flex;
  justify-content: space-between;
}

.popup_title {
  font-size:20px;
  line-height: 34px;
  padding: 5px 20px;
  font-weight:bold;
  margin-bottom:5px;
}

.close_popup {
  margin-right:10px;
  margin-top: -10px;
}

.close_popup:hover,.close_popup:focus {
  cursor: pointer;
} 

.share_targets{
  padding: 5px 30px;
}

.email {
  display:inline-block;
  border:0px;
  line-height: 26px;
  padding: 0px;
  margin: 5px 0px;
  margin-bottom: 0px;
  cursor: pointer;
  z-index: 5;
  font-size: .9em !important;
}

.email:focus {
  outline: none;
}

.email_icon{
  padding: 12px !important;
  display: inline-block;
  border-radius:50%;
  background-image: linear-gradient(to right, var(--bold-green), var(--bold-blue));
}

.email_icon:hover{
  background-image: none;
  background-color: var(--light-green-40);
}

.copy_page{
  border-top:1px solid var(--deep-blue-80);
  padding: 5px 20px;
  padding-top: 0px;
}

.copy_title {
  margin-top:13px;
}

.copy_content {
  display: flex;
  justify-content: space-between;
  line-height: 26px;
  padding: 0px 10px;
  padding-right: 0px;
  margin: 5px 0px;
  z-index: 5;
  font-size: .9em !important;
}

.copy_content {
  background-color:white;
}

.link_icon, .breadcrumb_icon{
  padding: 3px 10px !important;
  display: inline-block;
  background-color:white;
  border: 0px;
}

.input_box{
  border-style: solid;
  border-width: 0px;
  border-left-width: 0px;
  margin-top: 0px !important;
  flex:1;
  font-size:14.4px !important;
  white-space: nowrap;
  overflow-x:auto !important; 
  overflow-y: hidden;
  height: 35px;
  cursor:default !important;
  resize:none;
}

.input_box:focus {
  outline: none;
}

.input_box::-webkit-scrollbar
{
 height: 5px;
}

.input_box::-webkit-scrollbar-thumb
{
 background-color: var(--light-grey);
}

.copy_button{
  font-weight:bold;
  color: white;
  margin-left: 14px;
  background-color:var(--deep-blue-80);
  border: 0px;
  height: auto;
  width: 75px;
}

.copy_button:focus {
  outline: none;
}

.copy_button:hover{
  background-color: var(--teal);
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 910 !important;
  display: none;
}

#check_link, #check_breadcrumb{
  color:var(--deep-blue);
  font-weight: bold;
  display: none;
  padding-left:10px;
}