
*: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;
}
.hidden-header-layout #header,
.hidden-header-layout #footer {
	display: none;
}

/* US23644 Styles with regular HFWS */
.regular-header-layout #frame-wrapper {
	position: relative;
	height: auto;
	padding-top: 0.5em;
	overflow: visible;
}

/* 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.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 */
/* PSNDEV-13698 -  Fix alignment in prelaunch versions */
.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 auto;
	}
	.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 auto;
	}
}
@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 auto;
	}
}
@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 auto;
	}
}
@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 auto;
	}
}

.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;
}
.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;
	}
}
.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;
}
.regular-header-layout .download-header {
	margin-bottom: 2em;
}
/* PSNDEV-7006 DE8664 Reduce vertical content inside slim HFWS */
.slim-header-layout .download-header {
	margin-bottom: 0.25em;
}

.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;
	text-align: left;
}
.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;
}

.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.2em 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 {
		height: 83vh;
	}
	/* PSNDEV-7006 DE8664 Fix HFWS slim footer position */
	.slim-header-layout #frame-wrapper.with-download-selectors .frame {
		height: 75vh;
	}
	
	.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;
}

.redirect-page-with-message .frame #redirectionLoader {
	position: relative;
	min-height: 27vh;
}

@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,
#divVersionHistory span {
	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="#01a982" 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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 30 30'%3E%3Cpath fill='none' stroke='%2301A982' stroke-width='2' d='m0 0 8 8 8-8'/%3E%3C/svg%3E") 100% 0.8em no-repeat transparent;
    
    border: 1px solid rgba(0,0,0,0.12);
    border-radius: 100px;
    
    box-sizing: border-box;
	display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    padding: 4px 2.4em 4px 0.8em;
    letter-spacing: .04167em;
    font-size: 19px;
    white-space: normal;
    line-height: 28px;
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    line-height: 1.5;
    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;
}




svg:not(:root){
    overflow:hidden;
}

.esl-share-button{
    cursor:pointer;
    display:inline-flex;
}
.esl-share-button:hover{
    opacity:.6;
}
.esl-share-button .esl-share-icon{
    height: 28px;
    overflow:hidden;
    width: 28px;
}
.esl-share-popup.esl-popup{
    display:flex;
    flex-wrap:wrap;
    max-width: 202px;
}
.esl-share-popup.esl-popup{
    border-top:4px solid #32DAC8;
    gap:10px;
    justify-content:center;
    max-width:212px;
    min-width:60px;
    padding:15px;
    width:auto;
}

.esl-share-popup.esl-popup.open.open{
    z-index:16384;
}
.esl-share-popup.esl-popup{
    border-bottom:none;
}
.esl-share-button .esl-share-icon{
    fill:#fff;
}
.esl-share-button .esl-share-icon.facebook{
	background: #3c5996;
}
.esl-share-button .esl-share-icon.twitter{
	background: #26a1ef;
}
.esl-share-button .esl-share-icon.linkedin{
	background: #0b77b3;
}
.esl-share-button .esl-share-icon.mail{
	background: #0b77b3; 
}
.esl-share-button .esl-share-icon.copy{
	background: #3c5996;
}
.esl-popup{
    background:#FFFFFF;
    border:1px solid #dedcdc;
    box-shadow:1px 1px 5px rgba(0,0,0,.2);
    box-sizing:border-box;
    cursor:default;
    display:block;
    left:0;
    opacity:1;
    position:absolute;
    top:0;
    transition:opacity .15s,transform .2s;
    visibility:visible;
    will-change:auto;
    z-index:15;
}
.esl-popup .esl-popup-arrow{
    background:#FFFFFF;
    border-left:1px solid #dedcdc;
    border-top:1px solid #dedcdc;
    bottom:100%;
    height:20px;
    margin-left:3.142px;
    position:absolute;
    top:-11px;
    transform:rotate(45deg);
    width:20px;
    z-index:-1;
}
.esl-popup .esl-popup-arrow{
    bottom:-11px;
    top:auto;
    transform:rotate(225deg);
}
.esl-popup{
    padding:15px;
    width:100%;
}


.toolbar {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    background: #F6F6F6;
}

.toolbar .bar-wrapper {
    padding: 0 20px;
    transition: box-shadow .2s ease;
}
.toolbar ul.bar-content {
    display: flex;
    height: 50px;
    width: 100%;
    list-style-position: inside;
    margin: 0;
    padding: 0;
}
.toolbar ul.bar-content li {
    list-style-type: none;
}
.toolbar ul.bar-content li .bar-link {
    height: 2.5em;
    margin: 0;
}
.toolbar ul.bar-content a,
.toolbar ul.bar-content a:focus,
.toolbar ul.bar-content a:hover {
	color: #000000;
    font-weight: 600;
    text-decoration: none;
}

.toolbar ul.bar-content li .bar-link .icon {
    height: 17px;
    width: 17px;
}
.toolbar ul.bar-content li .bar-link .icon svg {
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.toolbar ul.bar-content li .bar-link .icon-desc {
    white-space: nowrap;
}
.toolbar .icon-lnk {
    align-items: center;
    color: #333;
    display: inline-flex;
    font-size: 1.1875em;
    line-height: 1.2em;
    padding: 2px;
}

.toolbar .bar-link-share {
	position: relative;
	cursor: pointer;
}

.toolbar .bar-item {
	position: relative;
}
.toolbar .bar-item-share {
	margin-top: -1em;
    padding: 1em 3em 0;
}
.toolbar .esl-share-popup {
	display: none;
	position: absolute;
	top: -3.9em;
    left: -15%;
    width: 14em;
    z-index: 16384;
}
.toolbar .esl-share-popup.open,
.toolbar .esl-share-popup:hover,
.toolbar .bar-item-share:hover .esl-share-popup {
	display: flex;

}
.toolbar .icon-lnk .icon-desc {
    padding-left: 10px;
}
.toolbar .dynamic-selectors {
    align-items: center;
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    padding-inline-end: 20px;
}
.toolbar .selector-label {
	font-size: 1.16em;
	font-weight: 500;
	letter-spacing: -0.03em;
}

.toolbar .selector-container .selector {
	font-size: 1.03em;
	letter-spacing: -0.03em;
}

@media (max-width:767px) {
	.toolbar .bar-wrapper {
		width: 100%;
	}
	.toolbar ul.bar-content {
		height: 2em;
	}
	.toolbar ul.bar-content li .bar-link {
		height: 1.5em;
	}
	
	.toolbar .dynamic-selectors {
	    display: flex;
	    flex-direction: column;
	    align-content: space-between;
	    align-items: flex-end;
	    width: 100%;
	    flex-wrap: nowrap;
	    background: #fff;
	    padding-top: 1em;
	    font-size: 0.95em;
	    padding-inline-end: 0;
	}
	.toolbar .selector-label,
	.toolbar .icon-desc {
		display: none;
	}
	.selector-container,
	.selector {
		width: 100%;
	}
	.selector-container {
		margin: 0.5em 0;
	}
	.toolbar .esl-share-popup {
		position: absolute;
	    top: 4em;
	    left: -33%;
	    width: 14em;
	    z-index: 16384;
    	border-top: 1px solid #dedcdc;
    	border-bottom: 4px solid #32DAC8;
	}
	.esl-popup .esl-popup-arrow {
		top: -11px;
	    bottom: auto;
	    transform: rotate(45deg);
	}
}

@media (min-width:768px) and (max-width:1199px) {
	.toolbar .bar-wrapper {
		width: 100%;
	}
	.toolbar ul.bar-content {
		height: 2em;
	}
	.toolbar ul.bar-content li .bar-link {
		height: 1.5em;
	}
	.regular-header-layout .toolbar .dynamic-selectors,
	.slim-header-layout .toolbar .dynamic-selectors {
	    display: flex;
	    flex-direction: column;
	    align-content: space-between;
	    align-items: flex-end;
	    width: 100%;
	    flex-wrap: nowrap;
	    background: #fff;
	    padding-top: 1em;
	    font-size: 0.95em;
	    padding-inline-end: 0;
	}
	.toolbar .selector-label {
		display: none;
	}
	.toolbar .icon-desc {
		display: inline;
	}
}

@media (min-width:1200px) {
	.toolbar .selector-container {
		margin: 0 0 0 0.5em;
	}
	.hidden-header-layout .toolbar .selector-container {
		margin: 0.2em;
	}

	.toolbar .selector-label,
	.toolbar .icon-desc {
		display: inline;
	}
}

/* PSNDEV-13692 added 404 page */
.error-message * {
	box-sizing: border-box;
}

.error-message {
    margin: 1.175em 0 1.175em 0;
    text-align: center;
    min-height: 30em;
}

.error-message img {
    margin-bottom: 3.75em;
}

.error-message h2 {
    line-height: 100px;
    font-size: 44px;
    font-family: 'HPEMetricRegular', "Metric", "Arial Narrow", Arial, "AxisProN-Regular", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", Microsoft JhengHei, Microsoft Yahei, "微软雅黑", STXihei, "华文细黑", "YDGothic", sans-serif;

}

.error-message p {
    font-size: 26px;
    font-family: 'HPEMetricRegular', "Metric", "Arial Narrow", Arial, "AxisProN-Regular", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", Microsoft JhengHei, Microsoft Yahei, "微软雅黑", STXihei, "华文细黑", "YDGothic", sans-serif;
}

.error-message span a {
    border-bottom: 1px solid #01a982;
    text-decoration: none;
    color: inherit;
}

.error-message .typo4, .error-message h2, .error-message p {
    margin: 0;
}

.error-message .typo4 h2,
.downloading-message h1 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.15384615em
}

.error-message .typo4 .body-copy-large,
.downloading-message .downloading-message-subtitle {
    font-size: 20px;
    line-height: 1.2em
}
.typo4 .tag-h3,.typo4 h3,
.error-message #recommendations .psn-widget .psn-widget-content .psn-static-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.16666667em
}

@media (min-width: 768px) and (max-width:1199px) {
    .error-message .typo4 h2,
    .downloading-message h1 {
        font-size:34px;
        line-height: 1.11764706em
    }
    .error-message .typo4 .body-copy-large,
	.downloading-message .downloading-message-subtitle {
        font-size:22px;
        line-height: 1.18181818em
    }
    .typo4 .tag-h3,.typo4 h3,
    .error-message #recommendations .psn-widget .psn-widget-content .psn-static-title {
        font-size:28px;
        line-height: 1.14285714em
    }
    .downloading-message .downloading-message-video-notice p {
		font-size: 15px;
	}
}

@media (min-width: 1200px) {
    .error-message .typo4 h2,
    .downloading-message h1 {
        font-size:44px;
        line-height: 1.13636364em
    }
    .error-message .typo4 .body-copy-large,
	.downloading-message .downloading-message-subtitle {
        font-size:26px;
        line-height: 1.26923077em
    }
    .typo4 .tag-h3,.typo4 h3,
    .error-message #recommendations .psn-widget .psn-widget-content .psn-static-title {
        font-size:36px;
        line-height: 1.16666667em
    }
    .downloading-message .downloading-message-video-notice p {
		font-size: 16px;
	}
    
}


.not-found-page #header #hpehf-header {
	box-shadow: none;
}
.not-found-page #header #hpehf-header .hpehf-main-nav {
	border-bottom: none;
}

.not-found-page.regular-header-layout #frame-wrapper .frame,
.download-message-page.regular-header-layout #frame-wrapper .frame {
	height: auto;
}

/* PSNDEV-13697 Search box for not found page */



.error-message search-box {
    display: block;
    height: 100%;
    margin: 0 auto;
    width: 100%
}

.error-message .hpe-search-box {
    margin: 0 auto;
    max-width: 570px
}

.error-message .hpe-search-box input[type=text]:-moz-placeholder,.hpe-search-box input[type=text]::-moz-placeholder {
    color: #707070;
    font-family: Metric,Arial,sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.13333333em
}

.error-message .hpe-search-box input::-webkit-input-placeholder {
    color: #707070;
    font-family: Metric,Arial,sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.13333333em
}

.error-message .hpe-search-box input:-ms-input-placeholder {
    color: #707070;
    font-family: Metric,Arial,sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.13333333em
}

.error-message .hpe-search-box button {
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    bottom: 0;
    box-shadow: none;
    height: 100%;
    position: absolute;
    top: 0
}

.error-message .hpe-search-box .inputs-group {
    height: 65px;
    overflow: visible;
    position: relative;
    width: 100%
}

.error-message .hpe-search-box .search-label {
    height: 0;
    overflow: hidden;
    position: absolute;
    width: 0
}

.error-message .hpe-search-box .search-input {
    border: 1px solid #c6c9ca;
    border-radius: 4px;
    color: #000000;
    font-family: Metric,Arial,sans-serif;
    font-size: 30px;
    font-weight: 600;
    height: 65px;
    line-height: 1.13333333em;
    padding: 1px 58px 1px 50px;
    text-align: left;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
    z-index: 1
}

.error-message .hpe-search-box .search-input:focus {
    border-color: #01A982;
    outline: none;
}

.error-message .hpe-search-box .clear-btn {
    left: 0;
    opacity: 0;
    padding: 1px 6px;
    visibility: hidden;
    width: 50px
}

.error-message .hpe-search-box .clear-btn .icon {
    color: #707070;
    font-size: 20px;
    left: 0;
    position: relative;
    top: 2px
}

.error-message .hpe-search-box .clear-btn:hover .icon {
    color: #000000
}

.error-message .hpe-search-box .clear-btn.opened {
    opacity: 1;
    visibility: visible
}

.error-message .hpe-search-box .submit-btn {
    padding: 1px 6px;
    right: 0;
    width: 58px
}

.error-message .hpe-search-box .submit-btn .icon {
    color: #C6C9CA;
    font-size: 26px;
    position: relative;
    right: 2px;
    top: 1px;
    width: 100%
}

.error-message .hpe-search-box .submit-btn:hover .icon {
    color: #01A982
}

.error-message .hpe-search-box input::-ms-clear {
    display: none;
    height: 0;
    width: 0
}

.error-message .hpe-search-box .submit-btn,
.error-message .hpe-search-box .clear-btn {
	cursor: pointer;
}
@media (min-width: 1px) and (max-width:767px) {
    .error-message .hpe-search-box {
        max-width:450px
    }

    .error-message .hpe-search-box .inputs-group {
        height: 50px
    }

    .error-message .hpe-search-box .search-input,.hpe-search-box button {
        height: 50px;
        line-height: 50px;
        min-height: 50px;
        top: 0
    }

    .error-message .hpe-search-box .search-input {
        font-size: 22px;
        line-height: 1.18181818em;
        padding-left: 46px;
        padding-right: 52px
    }

    .error-message .hpe-search-box input[type=text]:-moz-placeholder,
    .error-message .hpe-search-box input[type=text]::-moz-placeholder {
        font-size: 22px;
        line-height: 1.18181818em
    }

    .error-message .hpe-search-box input::-webkit-input-placeholder {
        font-size: 22px;
        line-height: 1.18181818em
    }

    .error-message .hpe-search-box input:-ms-input-placeholder {
        font-size: 22px;
        line-height: 1.18181818em
    }

    .error-message .hpe-search-box .clear-btn {
        width: 38px
    }

    .error-message .hpe-search-box .clear-btn .icon {
        font-size: 14px;
        top: 0
    }

    .error-message .hpe-search-box .submit-btn {
        width: 52px
    }

    .error-message .hpe-search-box .submit-btn .icon {
        font-size: 22px
    }
}

.error-message .hpe-search-bar-component .hpe-search-box {
    margin-top: 24px
}

@media screen and (max-width: 767px) {
    .error-message .hpe-search-bar-component {
        margin-left:30px;
        margin-right: 30px
    }

    .error-message .columns-component-col .hpe-search-bar-component {
        margin-left: auto;
        margin-right: auto
    }

    .error-message .hpe-search-bar-component .hpe-search-box {
        margin: 9px auto 40px
    }
}

.error-message .search-input {
    text-align: center
}

.error-message .search-input input[type=text] {
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #c6c9ca;
    border-radius: 0;
    color: #000000;
    font-family: Metric Semibold;
    font-size: 30px;
    height: 65px;
    line-height: 65px;
    min-height: 65px;
    padding: 0 62px 0 56px;
    transition: padding .2s ease;
    width: 100%
}

.error-message .search-input input[type=text]:focus {
    border: 1px solid #01a982
}

.error-message .search-input input[type=text]:-moz-placeholder,.search-input input[type=text]::-moz-placeholder {
    color: #707070;
    font-family: Metric Regular;
    font-size: 20px
}

.error-message .search-input input::-webkit-input-placeholder {
    color: #707070;
    font-family: Metric Regular;
    font-size: 20px
}

.error-message .search-input input:-ms-input-placeholder {
    color: #707070;
    font-family: Metric Regular;
    font-size: 20px
}

.error-message .search-input input::-ms-clear {
    display: none;
    height: 0;
    width: 0
}

.error-message .search-input button {
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    bottom: 0;
    position: absolute;
    top: 0
}

.error-message .search-input button:before {
    font-family: hpe-glyphicons;
    position: absolute;
    top: 50%
}

.error-message .search-input .ui-helper-hidden-accessible,.search-input button span {
    clip: rect(1px,1px,1px,1px);
    position: absolute!important
}

@media screen and (max-width: 767px) {
    .error-message .search-input input[type=text] {
        font-size:20px;
        height: 50px;
        line-height: 50px;
        min-height: 50px;
        padding: 0 62px 0 43px
    }
}

@font-face {
    font-family: hpe-glyphicons;
    font-style: normal;
    font-weight: 400;
    src: url(https://www.hpe.com/apps/hpeweb-ui/fonts/hpe-glyphicons.woff2) format("woff2"),url(https://www.hpe.com/apps/hpeweb-ui/fonts/hpe-glyphicons.woff) format("woff")
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family:hpe-glyphicons;
        src: url(https://www.hpe.com/apps/hpeweb-ui/fonts/hpe-glyphicons.svg#hpe-glyphicons) format("svg")
    }
}

.icon-nav-glass-search:before {
    content: "\f13c";
}
.icon-nav-close-menu:before {
    content: "\f128";
}
.text-hide {
    background-color: transparent;
    border: 0;
    color: transparent;
    font: 0/0 a;
    text-shadow: none
}
.icon-arrow-bottom:before,.icon-arrow-circle-right:before,.icon-arrow-left:before,.icon-arrow-link-right:before,.icon-arrow-pointer-left:before,.icon-arrow-right:before,.icon-arrow-top:before,.icon-camera_icon:before,.icon-check-mark:before,.icon-circle-full:before,.icon-circle-half:before,.icon-download:before,.icon-downloader-embed-code:before,.icon-filter:before,.icon-grid:before,.icon-hpe-logo:before,.icon-link-external:before,.icon-nav-close-menu:before,.icon-nav-contrast:before,.icon-nav-glass-search:before,.icon-nav-glass-zoom-in:before,.icon-play-btn-black:before,.icon-play-btn:before,.icon-play-circle:before,.icon-plus-sign:before,.icon-print-btn:before,.icon-questionmark-circle-close:before,.icon-quote-circle-open:before,.icon-search-advanced:before,.icon-share-global:before,.icon-social-askfm:before,.icon-social-facebook:before,.icon-social-googleplus:before,.icon-social-gree:before,.icon-social-instagram:before,.icon-social-lineme:before,.icon-social-linkedin:before,.icon-social-mail-v2:before,.icon-social-mail:before,.icon-social-mixi:before,.icon-social-qzone:before,.icon-social-reddit:before,.icon-social-renren:before,.icon-social-tencentwrbo:before,.icon-social-twitter:before,.icon-social-weibo:before,.icon-social-youtube:before,.icon-toggle-circle-close:before,.icon-toggle-circle-open:before,[data-icon]:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    display: inline-block;
    font-family: hpe-glyphicons;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
}


.error-message #recommendations {
	margin: 3em 0;
	min-height: 15em;
	position: relative;
}


.error-message #recommendations .psn-widget .psn-widget-content .psn-static-title {
	text-transform: none;
}

.error-message #recommendations .psn-widget .psn-widget-content .psn-item-carousel.psn-with-scroll {
	margin: 0 2em;
}


.error-message #recommendations .psn-recommendations-bottom .psn-recommended-item .psn-item-data .psn-item-title  {
	max-height: 3.7em;
}


.error-message #recommendations .psn-widget .psn-widget-content .psn-category-content .psn-recommended-item {
	/*min-height: 8.2em;*/
	max-height: 7.2em;
	width: 100%;
}

@media (min-width:768px) {
	.error-message #recommendations .psn-widget .psn-category-row {
    	font-size: 1.125em;
	}
	.error-message #recommendations .psn-widget .psn-widget-content .psn-category-content .psn-recommended-item {
		min-height: 8.2em;
		width: 75%;
	}
	.error-message #recommendations .psn-recommendations-bottom .psn-recommended-item .psn-item-data .psn-item-title  {
		max-height: 5.7em;
	}
}

@media (min-width:1200px) {
	.error-message #recommendations .psn-widget .psn-widget-content .psn-category-content .psn-recommended-item {
		width: 30%;
	}
}

.error-message.asset-s3-error-message {
	display: none;
}

.error-stack-trace {
	display: none;
}

/* PSNDEV-13942: Add CSS styles */
.downloading-message {
	padding:4em 0;
    text-align: center;
    margin: 0 auto;  
}
.mobile-container .downloading-message {
	padding: 0;
	text-align: justify;
	margin: 0 auto;  
}
.mobile-container .downloading-message .downloading-message-video-notice {
	margin: 0;
	padding: 0;
}
.downloading-message h1 {
    font-weight: 600;
}

.downloading-message a {
	border-bottom: 1px solid #01a982;
    text-decoration: none;
    color: inherit;
}

.downloading-message-title p {
    margin: 5px 0;
    font-size: 25px;
    font-weight: 400;
}

.downloading-message-title a {
    font-size: 20px;
    font-weight: 400;
}

.subtitle-video {
	margin-top: 1.5em;
	font-size: 20px;
	font-weight: 400;
}

.downloading-message .downloading-message-video-notice {
	margin-top: 2em;
	padding: 0 0.625em;
	line-height: 1.2;
}

.downloading-message-video-notice p {
	font-size: 13px;
    text-align: justify;
    margin-bottom: 0.6em;
    line-height: 1;
}

.download-message-page #docpdf {
	display: none;
}

/* PSNDEV-13698 - Add style for documentNotAvailableInYourLanguage id */
.docNotAvailable {
	text-align: center;
	font-size: 1.1875em;
	font-weight: 600;
	padding-bottom: 1em;
}

