﻿.ui-hp-form
{
	width:auto;
	margin:0 auto;
	font-family: HPSimplefied;
	padding:10px 0px 10px 0px;
}
.ui-hp-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
	color: #222222;
}
.ui-hp-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-hp-form .ui-hp-widget-header h2#errHeading
{
	color:red;
	margin-left: 10px;
}
.ui-hp-form .ui-hp-widget-content span#errMessage
{
	font-weight: bold;
}
.ui-hp-form .ui-hp-widget-content ul
{
	font-weight: bold;
}
.footerh4 {
       line-height: 18px;   font-family: "HPSimplified"; font-size: 18px; font-weight: bold; 
       margin-top: 20px; margin-bottom: 15px;
}
.footerli {
       color: rgb(0, 125, 186); line-height: 19px !important; font-family: "HPSimplified"; 
       font-size: 14px; margin-bottom: 3px !important;
}
.small
{
border-collapse: collapse;
text-align: left;
font-size: 11px;
}


.dropdownversion {
color: black;
margin: 3px -22px 0 0;
width: 120px !important;
position: relative;
height: 17px;
text-align:left;
}
.versionsubmenu
{
background: #fff;
position: absolute;
top: -13px;
left: -10px;
/*z-index: 1000;*/
width: 110px !important;
display: none;
margin-left: 10px;
padding: 40px 0px 0px 0px;
/*border-radius: 6px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);*/
border: 2px solid;
}
.versionsubmenu li {
    border-top: solid 1px #cccccc;
    font-weight:bold !important;
}
.dropdownversion  li a {
   
    color: black;
    display: block;
    font-family: arial;
    /*font-weight: bold;*/
    padding: 6px 15px;
  cursor: pointer;
text-decoration:none;
}

.dropdownversion li a:hover{
    background:#155FB0;
    color: white !important;
    text-decoration: none;
    
}

.versionhistoryroot li a{
    color:black !important;
    text-decoration: none !important;
    margin:0px !important;
}
a.versionhistory {
font-size: 11px;
line-height: 16px;
color: black;
position: absolute;
z-index: 110;
display: block;
padding:  7px 0 0 20px;
height: 28px;
width: 200px;
margin: -11px 0 0 -10px;
text-decoration: none;
/*background: url(images/arrow.png) 116px 17px no-repeat;*/
/*background: url("../images/s-21px-hpe.png") no-repeat scroll right -1513px #ffffff;*/
background: url("../images/s-21px-hpe.png") no-repeat scroll right -1507px #ffffff;
background-origin:padding-box;
background-size:auto;
cursor:pointer;
color:black !important;
}
.versionhistoryroot
{
list-style:none;
margin:0px;
padding:0px;
font-size: 11px;
/*padding: 11px 0 0 0px;*/
border-top:1px solid #dedede;
	
	
}
.docversionhistory
{
    width:200px;
}
.docuaction
{
    width:60px;
}


/* US23759 QS PDF & HTML iframe */
.qs-pdf-content {
	display: flex;
	flex-direction: column;

	border:0px;
	margin:0px;
	padding:0px;
	box-sizing: border-box;
}
#divVersionHistory {
	text-align: right;
	padding: 0.5em 0;
	
	border:0px;
	margin:0px;
	box-sizing: border-box;
}
#selectVersionHistory {
	text-transform: capitalize;
}

#selectVersionHistory option.pre-launch {
	color: red;
}
#selectVersionHistory span {
	color: red;
	text-transform: none;
}

.qs-pdf-content #divVersionHistory {
	flex: 0 0 auto;
	
	border:0px;
	margin:0px;
	padding:0px;
	box-sizing: border-box;
}
#qsdocpdf { 
	flex: 1 0 0;
	
	border:0px;
	margin:0px;
	padding:0px;
	box-sizing: border-box;
}
/* 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) div#qsdocpdf {
		background-color: #f5f5f5;
	}
	.hidden-header-layout.with-recommendations:not(.none-widget-layout) div#qsdocpdf iframe {
		border-bottom: solid 1px rgba(0, 0, 0, 0.08) !important;
	    height: calc(100% - 2em) !important;
	}
}

html, body {
	height: 100%;
	
	border:0px;
	margin:0px;
	padding:0px;
	box-sizing: border-box;
}
.docpdf {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	
	border:0px;
	margin:0px;
	padding:0px;
	box-sizing: border-box;
}
/* 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: background: rgba(255,255,255,0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
@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);
  }
}
/* US23759 END of QS PDF & HTML iframe */




