*:not(select) {
	border:0px;
	margin:0px;
	padding:0px;
}

/* DE7975 Hide tracking elements from external libraries */
#ntva, #flhva, #ttdva, #egot_iframe {
	display: none;
}
/* US24501 Changed margin-top to padding-top because it was causing double scrolling when no h/f */
/* US24453 Consider Qualtrics div for frame responsive styles */
#qcembed {
	display: flex;
	justify-content: center;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}
/* US24772 Hide Qualtrics in small screens */
@media only screen and (min-width: 768px) {
	#qcembed.show-qualtrics-content {
		padding: 0.6em 0;
		height: auto;
		overflow: auto;
	}
}


/* US24940 D22 Banner */
#d22Banner {
	display: none;
	position: absolute;
	padding-left: 1em;
	z-index: 1;
}

#d22BannerMobile {
	display: none;
	padding-left: 0;
	position: relative;
	top: auto;
	right: auto;
}

#d22Banner a {
	width: 100%;
	box-sizing: border-box;
}

#d22Banner img {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0.1em 2em -1em rgba(0, 0, 0, 0.6); 
	box-shadow: 0px 0.1em 2em -1em rgba(0, 0, 0, 0.6);
}

#d22BannerMobile img {
	width: 100%;
}

@media only screen and (max-width: 767px) {
	#d22BannerMobile.show {
		display: inline-block;
	}
}
@media only screen and (min-width: 768px) {
	#d22Banner.show {
		display: block;
	}
}


.mobile-container #d22BannerMobile.show {
	display: inline-block;
}

#d22Banner {
	right: 1.5em;
	top: 1.5em;
}

.d22-banner-wrapper {
	position: relative;
}
.d22-banner-wrapper.mobile {
	width: 100%;
	text-align: center;
}

.banner-cover {
	display: none;
}

/* US24940 Hack to be able to overlay an iframe in IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.banner-cover {
		display: block;
	    position: absolute;
	    border: none;
	    top: 0;
	    left: 0;
	    height: 100%;
	    width: 100%;
	    z-index: -1;
	}
	
	#d22Banner {
		padding: 0;
	}
	
	#d22Banner img {
		vertical-align: bottom;
	}
}

/* US24940 Specific styles for Adobe PDF Viewer */
#docpdf {
	position: relative;
}

#docpdf #d22Banner {
	right: 1.5em;
	top: 3.5em;
	padding-left: 1.5em;
}

.d22-banner-close {
	cursor: pointer;
	position: absolute;
	top: 0.25em;
	right: 0.25em;
}

#d22BannerClose {
	height: 1em;
	width: 1em;
}

/* US24940 End D22 Banner */

/* US24556 Compensate top margin space when showing Qualtrics */
.regular-header-layout #frame-wrapper.with-qualtrics-content .frame,
.slim-header-layout #frame-wrapper.with-qualtrics-content .frame{
	margin-top: 0;
}

/* DE8062 Add space at the bottom to prevent ovelapping the footer with the recommendation widget */
@media (min-width:768px) {
	.regular-header-layout #footer #hpehf-footer {
		padding-bottom: 60px;
	}
}

html, body,
#everything, #content {
	height:100%;
	/*min-width:990px;*/
}

body {
	box-sizing: border-box;
}

#loading {
	position: absolute;
	top:70px;
	left:10px;
	color:black;
	height:16px;
	line-height:16px;
	padding-left:20px;
	background:url("../images/loading.gif") no-repeat top left;
}
/* US23644 Hide iframe when header is overlapping to prevent problems with IE */
.ie .hpehf-header-mobile-menu-opened #docpdf,
.ie .hfws-mobile-contact-opened #docpdf,
.ie .hpehf-flyout-opened #docpdf {
	visibility: hidden;
}
.ie #hpehf-black-header.hpehf-flyout-opened {
	margin-bottom: 50px;
}

/* US23644 Rename frame wraper to prevent collapsing styles */
/* US23644 Styles with no HFWS */
#frame-wrapper {
	position:relative;
	width:100%;
	height:100%;
	/*top:58px;*/
	left:0px;
	bottom:0px;
	overflow:hidden;
	
	display: flex;
	flex-direction: column;
}

.hidden-header-layout {
	display: flex;
	flex-direction: column;
}
/* US23644 Styles with regular HFWS */
.regular-header-layout #frame-wrapper {
	position: relative;
	height: auto;
	padding-top: 0.5em;
}

/* US23971 New styles to not display content at first time */
.regular-header-layout, .slim-header-layout {
	display: none;
}
.regular-header-layout.header-show {
	display: block;
}
.slim-header-layout.header-show {
	display: flex;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.slim-header-layout.with-download-header.header-show {
		height: 130vh;
	}
	.slim-header-layout.header-show {
		height: 100vh;
	}
}

/* DE8062 Add margin to PDF viewer when regular HFWS, take into account responsive */	
/* US24453 Add margin to slim HFWS in big screens as it is now default for QS docs in bot desktop and mobile */
.regular-header-layout #frame-wrapper .frame { 
	max-width: 1530px;
}
@media only screen and (max-width: 767px){
	.regular-header-layout #frame-wrapper .frame,
	.slim-header-layout #frame-wrapper .frame { 
    	padding: 0 10px;
		margin: 0 0 1em 0;
   }
   	.regular-header-layout #frame-wrapper.with-prelaunch-alert .frame {
	    margin: 0;
	}
	.slim-header-layout #frame-wrapper {
		overflow: visible;
	}
}
@media only screen and (min-width: 767px) and (max-width: 991px){
	.regular-header-layout #frame-wrapper .frame,
	.slim-header-layout #frame-wrapper .frame {
    	padding: 0 50px;
		margin: 1em 0;
   }
   	.regular-header-layout #frame-wrapper.with-prelaunch-alert .frame,
   	.slim-header-layout #frame-wrapper.with-prelaunch-alert .frame {
	    margin: 0;
	}
}
@media only screen and (min-width: 991px) and (max-width: 1199px){
	.regular-header-layout #frame-wrapper .frame,
	.slim-header-layout #frame-wrapper .frame {
    	padding: 0 80px;
		/* DE8511 Fix off-center content, match wrapper with HFWS boundaries */
		margin: 2em auto;
   }
   	.regular-header-layout #frame-wrapper.with-prelaunch-alert .frame,
   	.slim-header-layout #frame-wrapper.with-prelaunch-alert .frame {
	    margin: 0;
	}
}
@media only screen and (min-width: 1199px) and (max-width: 1599px){
	.regular-header-layout #frame-wrapper .frame,
	.slim-header-layout #frame-wrapper .frame {
		/* DE8511 Fix off-center content, match wrapper with HFWS boundaries */
		padding: 0 100px;
		margin: 2em auto;
	}
	.regular-header-layout #frame-wrapper.with-prelaunch-alert .frame,
   	.slim-header-layout #frame-wrapper.with-prelaunch-alert .frame {
	    margin: 0;
	}
}
@media only screen and (min-width: 1599px){
	.regular-header-layout #frame-wrapper .frame,
	.slim-header-layout #frame-wrapper .frame {
	    padding: 0 100px;
	    /* DE8511 Fix off-center content, match wrapper with HFWS boundaries */
	    max-width: 1800px;
	    margin: 2em auto;
	}
	.regular-header-layout #frame-wrapper.with-prelaunch-alert .frame,
   	.slim-header-layout #frame-wrapper.with-prelaunch-alert .frame {
	    margin: 0;
	}
}

.regular-header-layout #docpdf {
	height: auto;
	width: 100%;
}


.regular-header-layout .with-prelaunch-alert #docpdf {
	height: auto;
}
.regular-header-layout .with-side-content .frame #docpdf,
.regular-header-layout .with-bottom-content .frame #docpdf {
	position: relative;
}

/* US24453 Manage height of frame with slim HFWS in big screens as it is now default for QS docs in bot desktop and mobile */
@media only screen and (min-width: 767px) {
	
	.slim-header-layout #docpdf {
		min-height: auto;
		height: auto;
		width: 100%;
	}
	.slim-header-layout .with-prelaunch-alert #docpdf {
		min-height: auto;
		height: auto;
	}
}

@media only screen and (min-width: 1061px) {
	
	.slim-header-layout #docpdf {
		min-height: auto;
		height: auto;
		width: 100%;
	}
	.slim-header-layout .with-prelaunch-alert #docpdf {
		min-height: auto;
		height: auto;
	}
}

/* US23644 Styles with slim HFWS */
.slim-header-layout {
	min-height: 100vh;
	flex-direction: column;
	height: auto;
}
.slim-header-layout #frame-wrapper {
	position: relative;
	flex: 1;
	border-bottom: none;
	padding-top: 0.5em;
}
.slim-header-layout .with-side-content .frame #docpdf,
.slim-header-layout .with-bottom-content .frame #docpdf {
	position: relative;
}


/* US24392 Prevent recommendation widget overlapping docked controls of Adobe PDF Viewer */
@media (min-width:768px) and (min-height:480px) {
	.hidden-header-layout.with-recommendations:not(.none-widget-layout) #frame-wrapper .frame div#docpdf,
	.slim-header-layout.with-recommendations:not(.none-widget-layout) #frame-wrapper .frame div#docpdf {
		background-color: #f5f5f5;
	}
	.hidden-header-layout.with-recommendations:not(.none-widget-layout) #frame-wrapper .frame div#docpdf iframe,
	.slim-header-layout.with-recommendations:not(.none-widget-layout) #frame-wrapper .frame div#docpdf iframe {
		border-bottom: solid 1px rgba(0, 0, 0, 0.08) !important;
	    height: calc(100% - 2em) !important;
	}
}

.adobe-pdf-viewer-fallback,
.mobile-container.adobe-pdf-viewer-mobile-fallback {
	display: none;
}
.adobe-pdf-viewer-mobile-fallback.show-flex {
	display:flex;
}

.qs-pdf-content {
	display: flex;
	flex-direction: column;

	border:0px;
	margin:0px;
	padding:0px;
	box-sizing: border-box;
}

#selectVersionHistory option.pre-launch {
	color: red;
}
#selectVersionHistory span {
	color: red;
	text-transform: none;
}

#frame-wrapper .frame {
	height:80vh;
	display:flex;
	flex-direction: column;
	/* DE8511 Fix off-center content, match wrapper with HFWS boundaries */
	box-sizing: border-box;
	width: 100%;
}



@media only screen and (min-width: 767px) {
	.slim-header-layout #frame-wrapper .frame { 
		height: 110vh;
	}
	.regular-header-layout #frame-wrapper.with-download-header .frame,
	.slim-header-layout #frame-wrapper.with-download-header .frame {
		height: 110vh;
	}
}
.hidden-header-layout #frame-wrapper .frame { 
	height: 100%;
}

#frame-wrapper #docpdf { 
	flex: 1 0 0px;
}

.prelaunched {
	/*height:85%;*/
	height: calc(100% - 6em);
}

.mobile-container.prelaunched {
		height: calc(100% - 6em - 2em);
}
.docpdf {
	width:100%;
	height:100%;
	top:0px;
	left:0px;
}

.reduced-height {
	height: 98%;
}

a {
	color: #01a982;
	text-decoration:none;
}

#downloadIcon path {
	fill: #01a982;
}

#logo {
	float:left;
	margin:10px;
	background:url("../images/logo.png") no-repeat center center;
	width:40px;
	height:40px;
}

#info {
	float:left;
	margin:10px;
	height:40px;
	margin-left:0px;
	width:75%;
	overflow:hidden;
}

#link {
	float:right;
	margin:10px;
	height:40px;
	line-height:40px;
	text-align:right;
	overflow:hidden;
}

.prelaunch-alert {
	width:100%;
    color: red;
    text-align: center;
	margin:0;
	padding: 0.5em 0;
	
	line-height: 1em;
	height: 2em;
	overflow: hidden
}

.prelaunch-alert.retired-alert {
	height: auto;
	overflow: visible;
}

.prelaunch-alert.hide {
	display: none;
}

.prelaunch-alert .message, .prelaunch-alert a{
	font-size: 0.8em;
}

.gordon-icon {
	display: none;
	vertical-align: middle;
}

.message {
	display: inline-block;
	vertical-align: middle;
}
.part1 {
	display: inline-block;
}
.part2 {
	display: block;
}

.gordon-icon svg {
	fill: red;
}

.bottomBar{
	/*position: fixed;	*/
}

.btn {
	box-sizing: border-box;
	display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    padding: 4px 34px;
    letter-spacing: .04167em;
    border: 2px solid transparent;
    font-size: 19px;
    border-radius: 0;
    white-space: normal;
    line-height: 28px;
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
	color: white;
	background-color: #01a982;
    border: 2px solid #01a982;
	font-size: 1.2em;
    line-height: 1.5;
    border-radius: 0;
    text-decoration: none;
    width: 100%;
    
    font-weight: 600;
}

.btn:hover {
	-webkit-box-shadow: 0 0 0 2px #01a982;
    box-shadow: 0 0 0 2px #01a982;
    text-decoration: none;
}
.btn:visited, .btn:active
.btn:focus {
	text-decoration: none;
}

.btn.btn-secondary {
    color: #000;
    background-color: rgba(255,255,255,0);
    border: 2px solid #01a982;
}
.btn.btn-secondary:hover, .btn.btn-secondary:active {
    color: #000;
    background-color: rgba(230,230,230,0);
    /*border-color: #016c53;*/
}

.btn .extension {
	text-transform: uppercase;
	text-decoration: none;
}

.download-header {
	text-align: center;
	margin-bottom: 2em;
}
.download-header .download-title {
	font-weight: 600;
	font-size: 2.5em;
	margin-bottom: 0.25em;
}
html[lang^="zh-"] .download-header .download-title,
html[lang^="zh-"] .download-header #languageSelector {
	font-weight: bold;
}
html[lang^="ja-"] .download-header .download-description {
	font-weight: normal;
}

html[lang^="ja-"] .download-header {
	font-size: 0.85em;
}
.download-header .download-description {
	font-weight: 100;
	font-size: 1.125em;
}

.download-selectors {
	flex: 0 0 auto;
	justify-content: flex-end;
	flex-wrap: wrap;
	display: flex;
}

.hidden-header-layout .download-selectors {
	font-size: 0.85em;
	margin: 0.2em 0.2em 0 0;
}

.mobile-container .download-selectors {
	font-size: 0.85em;
}

.selector-container {
	margin: 0 0 1em 1em;
	text-align: right;
	zoom: 1; 
	position: relative;
	max-width: 100%;
}

.hidden-header-layout .selector-container,
.mobile-container .selector-container {
	margin: 0 0 0.2em 0.2em;
}

.selector-container .selector {
	font-size: 0.9375em;
	max-width: 100%;
}

@media only screen and (min-width: 767px) and (max-width: 1199px){
	.download-header .download-title {
		font-size: 2em;
	}
	.download-header .download-description {
		font-size: 1.0625em;
	}
}

@media only screen and (max-width: 767px) {
	.download-header {
		display: none;
	}
	.download-header .download-title {
		font-size: 1.5em;
	}
	.download-header .download-description {
		font-size: 1.125em;
	}
	.download-selectors {
		font-size: 0.9em;
	}
	
	.selector-container {
		margin: 0 0.5em 0.5em;
	}
	.regular-header-layout #frame-wrapper .frame,
	.slim-header-layout #frame-wrapper .frame {
		height: 83vh;
	}
	.regular-header-layout #frame-wrapper.with-download-selectors .frame,
	.slim-header-layout #frame-wrapper.with-download-selectors .frame {
		height: 83vh;
	}
	
	.prelaunch-alert {
		font-size: 0.85em;
	}
}

.mobile-container .download-title {
	margin-bottom: 0.2em;
	word-break: break-all;
}
.mobile-container {
	text-align: center;
	padding: 0 1em;
	height: 100%;
	
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
}

.mobile-container.mobile-pdf-container {
	justify-content: start;
}


.image {
	position: relative;
	margin-bottom: 1em;
	max-height: 60%;
}

.thumbnail {
	height: 100%;
	border-top: solid 4px #32DAC8;
	max-height: 378px;
    max-width: 358px;
    display: inline-block;
    -webkit-transition: opacity 0.1s ease-in-out;
    -moz-transition: opacity 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
}
.loading .thumbnail {
	opacity: 0;
}
/* Small veil from Asset Experience, code by @dmoyano 
   Adapted and tweaked some color vars.*/
.small-hpe-loader {
	  width: 64px;
	  height: 11px;
	  margin: -3px 0 0 -16px;
	  border: 4px solid #01a982;
	  position: absolute;
    	top: 43%;
    	left: 43%;
	  animation: rotateLoader 1.4s infinite ease-in-out;
}
.small-hpe-loader.full-frame {
	margin: 0;
	top: calc(50% - 10px);
	left: calc(50% - 36px);
}
.loader {
	background: white;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}
.image.loading .loader {
	display: block;
}

@keyframes rotateLoader {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }

  33% {
    transform: perspective(120px) rotateX(-180deg) rotateY(0deg);
  }

  66% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* US23075 Add side and bottom elements for pathfactory, only for tablet-desktop screens */
@media (min-width:768px) {
	 
	 /*US23933 Removed pathFactory Stiles */
	
	
	#frame-wrapper.with-side-content {
		display: flex;
		flex-flow: row wrap;
	}
	
	#frame-wrapper.with-bottom-content {
		display: flex;
		flex-flow: column wrap;
	}
	
	.with-side-content .frame {
		display: inline-block;
		height: 100%;
		width: auto;
		flex-grow: 1;
		position: relative;
	}
	.with-bottom-content .frame {
		display: inline-block;
		flex-grow: 2;
		height: auto;
		position: relative;
	}
	.with-side-content .frame .prelaunch-alert.top {
		position: absolute;
		top: 0;
		left: 0;
	}
	.with-side-content .frame .prelaunch-alert.bottom,
	.with-bottom-content .frame .prelaunch-alert.bottom {
		position: absolute;
		bottom: 0;
	}

	.with-side-content .frame #docpdf,
	.with-bottom-content .frame #docpdf {
		position: absolute;
		bottom: 0;
		rigth: 0;
	}
	
	.with-side-content.with-prelaunch-alert .frame #docpdf,
	.with-bottom-content.with-prelaunch-alert .frame #docpdf {
		top: 3em;
	}
	.with-side-content.with-bottom-content .frame {
		display: inline-block;
		height: 80%;
		width: calc(100% - 290px);
		position: relative;
	}
}


@media (max-width:273px) {
	.prelaunch-alert .message {
		font-size: 0.8em;
	}
	.top .message .part2 {
		display: none;
	}
	.bottom .message .part1 {
		display: none;
	}
	.with-side-content .frame .prelaunch-alert.top .message .part2 {
		display: none;
	}
	.with-side-content .frame .prelaunch-alert.bottom .message .part1 {
		display: none;
	}
	
	/* Let the alert have 4 lines here */
	.prelaunch-alert {
		height: 5em;
	}
	.prelaunched {
		height: calc(100% - 12em);
	}
	.mobile-container.prelaunched {
			height: calc(100% - 12em - 2em);
	}
}
@media (min-width:274px) {
	.prelaunch-alert .message {
		font-size: 0.8em;
	}
	.top .message .part2 {
		display: none;
	}
	.bottom .message .part1 {
		display: none;
	}
	.with-side-content .frame .prelaunch-alert.top .message .part2 {
		display: none;
	}
	.with-side-content .frame .prelaunch-alert.bottom .message .part1 {
		display: none;
	}
	
	/* Let the alert have 3 lines here */
	.prelaunch-alert {
		height: 4em;
	}
	.prelaunched {
		height: calc(100% - 10em);
	}
	.mobile-container.prelaunched {
		height: calc(100% - 10em - 2em);
	}
	
}
@media (min-width:350px) {

	/* Let the alert have 3 lines here */
	.prelaunch-alert {
		height: 3em;
	}
	.prelaunched {
		height: calc(100% - 8em);
	}
	.mobile-container.prelaunched  {
		height: calc(100% - 8em - 2em);
	}
}
@media (min-width:505px) {
	.prelaunch-alert {
		height: 2em;
	}
	.prelaunched {
		height: calc(100% - 6em);
	}
	.mobile-container.prelaunched {
		height: calc(100% - 6em - 2em);
	}
}
@media (min-width:480px) {
	.prelaunch-alert .message {
		font-size: 0.8em;
	}
	.top .message .part2 {
		display: none;
	}
	.bottom .message .part1 {
		display: none;
	}
}
@media (min-width:982px) {

	.top .message .part2 {
		display: block;
	}
	.bottom .message .part1 {
		display: inline-block;
	}
}
@media (min-width:1112px) {
	.prelaunch-alert .message {
		font-size: 0.9em;
	}
}
@media (min-width:1226px) {
	.prelaunch-alert .message {
		font-size: 1em;
	}
}
@media (min-width:1262px) {
	.gordon-icon {
		display: inline-block;
	}
	.with-side-content .frame .prelaunch-alert .gordon-icon {
		display: none;
	}
	
	.with-side-content .frame .prelaunch-alert .gordon-icon {
		display: none;
	}
}
@media (min-width:1465px) {
	.with-side-content .frame .prelaunch-alert .gordon-icon {
		display: inline-block;
	}
	.with-side-content .frame .prelaunch-alert.top .message .part2 {
		display: block;
	}
	.with-side-content .frame .prelaunch-alert.bottom .message .part1 {
		display: inline-block;
	}
}

	


/* US23933 Removed PathFactory Styles*/



html.gated-doc-html {
	min-height: auto;
    height: auto;
    min-width: auto;
}

.gated-doc-page {
	height: auto;
    padding: 0 1em 1em 1em;
}

.gated-doc-page .gated-title {
	margin: 0.5em 0;
	width: 100%;
	font-size: 2.4em;
}

.gated-doc-page .gated-content{
	display: flex;
    align-items: stretch;
	width: 100%;
}

.gated-doc-page .gated-info {
	width: 50%;
	display: flex;
    flex-direction: column;
    align-items: stretch;
}

.gated-doc-page .gated-overview-heading {
	font-size: 1.250em;
	font-weight: 600;
	margin: 0.1em 0 0.5em 0;
}


.gated-doc-page .gated-image {
	width: 100%;
	position: relative;
	margin-bottom: 1em;
	text-align: center; /* Center the thumbnail when width is not 100% */
    flex: 2 0 auto;
}

.gated-doc-page .gated-thumbnail {
	width: auto; /* Fix aspect ratio for longer thumbnails */
	border-top: solid 4px #32DAC8;
	max-height: 100%;
    max-width: 100%; /* DE7756 Prevent image overflowing the box */
    display: inline-block;
    -webkit-transition: opacity 0.1s ease-in-out;
    -moz-transition: opacity 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
}

.gated-doc-page .gated-description {
	margin: 1em auto 1em auto;
	font-weight: 100;
    font-size: 1.1em;
	flex: 1 0 0px;
}
.gated-doc-page .gated-form {
	width: 50%;
    min-height: 50em;
}

/* Note this is the width of the iframe not the main window */
@media only screen and (max-width: 768px) {
	.gated-doc-page .gated-content {
		flex-direction: column;
	}
	.gated-doc-page .gated-info,
	.gated-doc-page .gated-form {
		width: 100%;
	}
	
	.gated-doc-page .gated-form {
		min-height: 45em;
	}
	
}

@media only screen and (max-width: 500px) {
	.gated-doc-page .gated-form {
		min-height: 50em;
	}
}
/* Note this is the width of the iframe not the main window */
@media only screen and (max-width: 362px) {
	.gated-doc-page .gated-form {
	    min-height: 58em;
	}
}

/* US23759 QS PDF version selector for mobile */
.mobile-container .download-selectors {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	width: 100%;
}
#selectVersionHistory {
	text-transform: capitalize;
}
.mobile-container #selectVersionHistory option.pre-launch {
	color: red;
}
.mobile-container #selectVersionHistory span {
	color: red;
	text-transform: none;
}

/* US23808 Style for "Download PDF" link in iOS devices */
/* US24586 Style for "See this document in HPE Support Center" link in ebooks KM */
#containerPdfLink , #containerHPESCLink{
	width: 100%;
	text-align: right;
	padding-bottom: 4px;
	vertical-align: top;
}

.hidden-header-layout #containerPdfLink,  .hidden-header-layout #containerHPESCLink{
	padding-right: 0.5em;
	box-sizing: border-box;
}

select.selector::-ms-expand {
    display: none;
}
.selector {
	-moz-appearance:none;
	-webkit-appearance:none; 
    appearance:none;
    color: #000;
    /* <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" fill="black" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve"><g><polygon points="12,18.561 0.293,6.854 1.707,5.439 12,15.732 22.293,5.439 23.707,6.854"/></g></svg> */
    background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiBmaWxsPSJibGFjayIgdmlld0JveD0iMCAwIDI0IDI0IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNCAyNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBvbHlnb24gcG9pbnRzPSIxMiwxOC41NjEgMC4yOTMsNi44NTQgMS43MDcsNS40MzkgMTIsMTUuNzMyIDIyLjI5Myw1LjQzOSAyMy43MDcsNi44NTQiLz48L2c+PC9zdmc+) 98% 48% no-repeat white;
    
    border: 2px solid #01a982;
    
    box-sizing: border-box;
	display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    padding: 4px 2em 4px 0.8em;
    letter-spacing: .04167em;
    border: 2px solid transparent;
    font-size: 19px;
    border-radius: 0;
    white-space: normal;
    line-height: 28px;
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    border: 2px solid #01a982;
    line-height: 1.5;
    border-radius: 0;
    text-decoration: none;
    outline: none;
    font-weight: 600;
}

.selector:hover, .selector:active {
    color: #000;
    /*border-color: #016c53;*/
}

.selector option {
	padding: 4px 1em;
	white-space: nowrap;
	font-size: 0.9375em;
	letter-spacing: .04167em;
	font-weight: normal;

}
.selector option[selected]{
	font-weight: bold;
}



html.ie iframe#docpdf.hidden {
	visibility: hidden;
}
body,
.selector {
	font-family: "Metric", Arial, sans-serif;
}

body,
.selector option {
	font-family: "Metric", "Arial Narrow", Arial, "AxisProN-Regular", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", Microsoft JhengHei, Microsoft Yahei, "微软雅黑", STXihei, "华文细黑", "YDGothic", sans-serif;
}

html[lang^="ru-"] body,
#languageSelector [data-language-code^="ru_"] {
	font-family: "Arial Narrow", Arial, sans-serif;
}
html[lang^="ja-"] body,
#languageSelector [data-language-code^="ja_"] {
	font-family: "Metric", 'AxisProN-Regular', Arial, sans-serif;
}
html[lang^="ko-"] body,
#languageSelector [data-language-code^="ko_"] {
	font-family: "Metric", "YDGothic", 'YDGothic_120 Pro', Arial, sans-serif;
}
html[lang="zh-tw"] body,
html[lang="zh-hk"] body,
#languageSelector [data-language-code^="zh_tw"],
#languageSelector [data-language-code^="zh_hk"] {
	font-family: "Metric", Microsoft JhengHei, "微软雅黑", STXihei, "华文细黑", Arial, sans-serif;
}
html[lang="zh-cn"] body,
#languageSelector [data-language-code^="zh_cn"] {
	font-family: "Metric", "MHeiPRC", Microsoft Yahei,"微软雅黑", STXihei, "华文细黑", Arial, sans-serif;
}




