html, body {
  margin:0;
  padding:0;
  background: #fff;
  height:100%;
}

a { color: #0000FF; text-decoration: none }
  a:visited {color: #0000FF }
  a:hover {color: #E4641C; text-decoration: underline }
  a.weblink {color: #0000FF; text-decoration: underline }
  a.weblink:visited {color: #0000FF}
  a.weblink:hover {color: #E4641C }
  a.popuplink {color: #FF0000; text-decoration: none}
  a.popuplink:visited {color: #FF0000}
  a.popuplink:hover {color: #FF0000; text-decoration: underline}
  a.filelink {color: #04BC14; text-decoration: none}
  a.filelink:visited {color: #04BC14}
  a.filelink:hover {color: #04BC14; text-decoration: underline}
  a.inline-toggle {color: Green; text-decoration: none;  font-weight: bold;  font-family: "Times New Roman", serif;     }
  a.inline-toggle:visited {color: Green; }
  a.inline-toggle:hover {text-decoration: underline}
  .fsmall {
        font-size: 10px;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
	margin: 10px 0px 0px 0px;
	}
  .crumbs {font-size: 8pt; margin-bottom: 3px; margin-top: 0px; color: #274664; text-underline-offset: 2px;}
  .crumbs a {text-decoration: underline; color: #274664}
  .crumbs a:visited {text-decoration: underline; color: #274664}
  .crumbs a:hover {color: #274664}

@media screen{
  #idcontent {
      width: 100%;
      padding: 0px !important;
      padding: 10px 15px 5px 10px;
      position: relative;
   }
  #innerdiv {
      padding: 10px 5px 5px 10px !important;
      padding: 0px;
   }

    .topichead {
       padding: 5px;
    }

    .navlinks {
      font-size: 10pt;
    }
    .navlinks a {
      text-decoration: none;
      color: blue;
    }
    .navlinks a:visited {
      text-decoration: none;
      color: blue;
    }
    .navlinks a:hover {
      text-decoration: underline;
      color: blue;
    }

   html.nonscroll {
      overflow:hidden;
   }
   body.nonscroll {
      overflow:hidden;
      height:100%;
   }
   div.nonscroll {
      overflow-x:auto;
      overflow-y:scroll;
   }
}


/* -------------- NEW 2025 -----------------------*/


* {
  font-family: Roboto, Helvetica, sans-serif !important;
}

html, body {
	display: flex;
	height: 100%;
	min-height: 100%;
	flex-direction: column;
}

#hmheadbox {
	position: static  !important;
	background-color: #002E52 !important;
	padding: 24px 16px;
	height: auto !important;
	border-bottom: solid 1px #274664 !important;
	text-align: left  !important;
	display: none;
	flex-direction: row;
}

#hmheadbox .logo {
  display: none !important;
}

#hmheadbox .title {
  font-size: 30px !important;
  line-height: 24px !important;
  margin: 0 !important;
  font-weight: bold;
  display: block !important;
  color: #fff;
}

#hmheadbox .go-back {
	color: #fff !important;
	display: block !important;
	text-decoration: none !important;
	margin: 0 !important;
	font-size: 24px;
	line-height: 24px;
	padding-right: 16px;
}

#hmheadbox .logo-right {
	flex-grow: 1;
	text-align: right;
}

#hmheadbox .logo-right img {
	height: 24px !important;
}

#hmcontentslider {
	position: static !important;
	height: 100%;
	flex-grow: 1;
	border: none !important;
}

#hmcontentwrapper {
	position: static !important;
	height: 100%;
	min-height: 350px;
	display: flex;
	flex-direction: row;
}

#hmnavbox {
	position: relative !important;
	height: 100%;
	min-height: 100%;
  background-color: #c4ccd5 !important  ;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}

#navbar {
  background-color: #979faf;
  display: flex;
  flex-direction: row;
  height: auto !important;
  padding: 4px 4px 0 4px !important;
  box-sizing: border-box;
}

#navbar a {

  transition: all 0.2s ease-in-out;
  display: block;
  margin: 0 !important;
  border: 8px solid #979faf;
  border-radius: 8px 8px 0 0;
  color: #274664 !important;
}

#navbar a:hover {
}

#navbar a.current, #navbar a.current:hover {
  background-color: #c4ccd5 !important;
  border-color: #c4ccd5 !important;
  color: #274664 !important;
}

#hmnavframe {
	position: static !important;
	min-height: 50px;
	height: 100%;
	flex-grow: 1;
  background-color: transparent !important  ;
	box-sizing: border-box;
}

#hmnavigation {
  background-color: transparent !important  ;
}

#hmcontentbox {
	position: static !important;
	height: 100%;
	flex-grow: 1;
	min-height: 350px;
  border-left: solid 0px #5d748b !important;
}

#hmcontentbox iframe {
	position: static !important;
}

#hmsplitter {
	display:none;
}
#idheaderbg {
	background-color: #fff !important;
  box-shadow: 0 -8px 12px 1px #2e4c6a;
  padding-top:4px;
}

#idheaderbg table {
	background: transparent !important;
	color: #002E52 !important;
}

  #idnav {
    vertical-align: top !important;
  }

#idnav a:first-child {


}
.hmbtntoggle {
  background-color: #5d748b !important;
  display: inline-block !important;
  margin: 0 auto !important;
  text-align: center;
  border:solid 6px #5d748b !important;
  border-width:4px 6px !important;
  padding:0 !important;
  border-radius: 100px;
}

.topichead {
  padding-left: 15px !important;
}


.crumbs b1:first-child {
  display: none !important;
}
.p_Heading1 * {
  color: #002E52 !important;
  font-size: 26pt !important;
}

.crumbs {
  color: #002E52 !important;
  font-size: 10pt;
}

.hmbtnprev, .hmbtntop, .hmbtnnext {
  display: none !important;
}

html#content {
  overflow-y: scroll !important;
}

html#content table {
  max-width: 100% !important;
}

html#content img {
  max-width: 100% !important;
  height: auto !important;
}



  #hmheadbox {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    height: 130px;
    background: #2C5D88;  /* Header blue background */
    text-align: center;   /* Project title in header centered, for left-align, change to "left" */
    vertical-align: top;
  }
  #hmheadbox a {
    display: inline-block;
    margin: 10px;
  }
  #hmheadbox a.logo {  /* Your logo in the top-left corner  */
    float: left;
    max-height: 60px;
  }
  #hmheadbox span.title {  /* Project title in the header  */
    display: inline-block;
    margin-top: 0.5em;
    margin-right: 32px; /* center title in header properly */
    padding: 0;
    font-size: 1.8em;
    font-weight: bold;
    color: #FFF;
    white-space: nowrap;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis
  }
  #hmheadbox a.mobilemenu {  /* Mobile menu: change background-url to switch color */
    float: left;
    width: 16px;
    height: 16px;
    background:url('hm_webhelp_buttons_white.png') top left no-repeat;
    background-position: -112px -37px;
    display: none;
  }
  #hmcontentslider {
    position: absolute;
    left: 0;
    width: 100%;
    top: 70px;
    bottom: 0;
    border-top: thin solid #95B3CA;
  }
  #hmcontentwrapper {
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
  }
  #hmsplitter {
    display: block;
  }

#navbar {
  }

  #navbar a {
    display: flex;
    font-size: 12px;
    padding: 0;
    opacity: 0.7;
  }
  #navbar a img {
    height: 16px;
    margin-right:6px;
    filter: invert(24%) sepia(7%) saturate(4611%) hue-rotate(169deg) brightness(89%) contrast(86%)
  }
  #navbar a.current {
    opacity: 1.0;
    cursor: default;
  }

  #navbar a:hover {
    opacity: 1;
    text-decoration: none;
  }

a.mobilemenu { cursor: pointer; }

#hmnavbox {
    position: absolute;
    left: 0;
    width: 300px;
    min-width: 100px;
    height: 100%;
  }
  #hmnavframe {
    position: absolute;
    left: 0;
    top: 60px;
    right: 0;
    bottom: 0;
  }
  #hmcontentbox {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 30%;
    background: #FFF;
    border-left: 1px dashed #ccc;
  }

  iframe { left:0;top:0;width:100%;height:100%;border:none;background:#ffffff; }
  #hmcontentbox iframe { position: absolute }

  /* This media query hides the navigation panel when window width <= 760px */
  @media only screen and (max-width: 760px) {
    #hmheadbox {
      font-size: 70%;
    }
    #hmheadbox a.logo {  /* Your logo in the top-left corner  */
      display: none;
    }
    #hmcontentslider {
      top: 35px;      /* when you change the header height, changes this as well */
      right: 0;
      overflow-y: hidden;
      overflow-x: hidden;
      -webkit-overflow-scrolling: touch;
    }
    #hmcontentwrapper {
      overflow-y:hidden;
      width: 200%;
    }
    #hmsplitter {
      display: none;
    }
    #hmnavbox {
      width: 50% !important;
      left: 0;
      bottom: 0;
      overflow: auto;
    }
    #hmcontentbox {
      width: 50% !important;
      left: 50% !important;
      right: 0;
      bottom: 0;
      overflow: auto;
      border: none;
    }
    #hmheadbox a.mobilemenu {
      display: inline-block;
      padding: 3px;
    }
    #hmheadbox span.title {  /* Project title in the header  */
      margin-right: 0; /* center title in header properly */
      margin-top: 2px;
    }
  }


/* FROM CONTENT TEMPLATE */
div#printheader { display: none; }
#idheader {
  width:100%;
  height:auto;
  padding: 0;
  margin: 0;
  position: fixed;
  top: 0;
  z-index: 2;
}
/* The "min-height" for "#idheader table" ensures that the (blue) header of the topic
   has at least the same height as the header of the navigation panel left of it */
#idheader table { background: #2C5D88; min-height: 59px }
#idheader h1 span { color: #FFF }
#idnav a { text-decoration: none }
#idnav span {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 4px;
  background:url('hm_webhelp_buttons_grey.png') top left no-repeat;
}
#idnav a span {
  background-image:url('hm_webhelp_buttons_white.png');
}
#idnav a span:hover {
  background-image:url('hm_webhelp_buttons_orange.png');
}
#idnav span.hmbtnprev { background-position: 0 -32px }
#idnav span.hmbtnnext { background-position: -24px -32px }
#idnav span.hmbtntop  { background-position: -48px -32px }
#idnav span.hmbtntoggle  { width: 20px; background-position: -70px -32px }
#idnav span.hmbtnprint  { background-position: -88px -32px }

#callout-table, #overview-table {display:block; position:relative; top:0; left:0;}
#callout-icon {display:block; position:absolute; top:-11px; left:-11px;}
#callout-icon-flag {display:block; position:absolute; top:-11px; left:-8px;}
#callout-table a {text-decoration: none; color: blue;}
#callout-table a:visited {text-decoration: none; color: blue;}
#overview-table a {text-decoration: none; color: black;}
#overview-table a:visited {text-decoration: none; color: black;}
#callout-table a:hover, #overview-table a:hover {text-decoration: underline;}
p.help-url { margin: 20px 0 5px 0; text-align: center; font-size: 80%; text-decoration: none }
#switchtoggles { text-align: right; padding: 0 2px 0 0; font-size: 90%; }
.sync-toc { color: #FFF; font-size: 8pt; font-weight: bold; display: none; }
.sync-toc a { color: #FFF; text-decoration: none; font-weight: bold;}
.sync-toc a:visited { color: #FFF; }
.sync-toc a:hover { text-decoration: underline; }
a.hmanchor { display: inline-block; margin-top: -4em; padding-top: 4em }


span.f_Tiptext {
	letter-spacing: 0 !important;
}
