/*This stylesheet is used for iPrint Appliance /ipp and Printer Info page*/

body, div, p, link, td, option, li, ol, ul  {color:black; font-size:0.9em; font-family:"Trebuchet MS", Arial, Helvetica, Geneva, Swiss, SunSans-Regular}
select, input, textarea {color: black; font-size: 0.8em; line-height: 1em; font-family: "Trebuchet MS", Arial, Helvetica, Geneva, Swiss, SunSans-Regular}

html, body
{
	margin: 0;
	padding: 0;
	width: 100%;
	font-family:"Trebuchet MS", Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	text-decoration:none;
 	/*font-size: .9em;*/
}

a { color: #000000; }

#instruction
{
        
}

#instructionHeading
{
	margin-top:auto;
	margin-left: 40px;
	width: 60%;
	font-weight: bold;
	color: #5d5c5c;
	font-size: 15px;
}


#instructionContent
{
	margin-bottom:20px;
	margin-left: 40px;
	width: 60%;
	color: #5d5c5c;
	font-size: 15px;
}

.onBoardBackground {

position:fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
width : 100%;
height: 100%;
background : #322f2f;
opacity : .5;
z-index: 0;
}

.OnBoardDiv {
position: absolute;
left: 25%;
top: 10%;    
height: auto;
width: 800px;
z-index: 99;
background-color:#fff;
border: 1px solid #ccc;
border-radius: 0px;
}

.closeOnBoard{
background-image: url(/ippdocs/images/close-button.png);
display: inline-block;
float: right;
position: absolute;
height:20px;
width:20px;
top: -12px;
right: -12px;
border-radius:20px;
border:none;
}

.checkOnboard{
font-size: 14px;
padding: 10px;
background : #fafafa;
}


#installprintertitle
{
	border-width: 0;
	margin: 0px 0px;
	vertical-align: middle;
}

#printerlocationtitle
{
	border-width: 0;
/*	visibility: hidden;*/
	margin: 4px 4px;
	vertical-align: middle;
}

#printerlocationDir, #installPrinterNameDir, #printerdescription, #printerinfo
{
    	text-decoration: none;
	color: #ffffff; 
	font-weight: bold; 
	font-size: 1.2em; 
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.head1  {color: black; font-weight: bold; font-size: 1.3em; line-height: 1.3em; font-family: "Trebuchet MS", Arial, Helvetica, Geneva, Swiss, SunSans-Regular; margin-bottom: 0.6em}
.head2  {color: black; font-weight: bold; font-size: 1.2em; font-family: "Trebuchet MS", Arial, Helvetica, Geneva, Swiss, SunSans-Regular; margin-top: 0.4em}
h2 {color: black; font-weight: bold; font-size: 1.2em; font-family: "Trebuchet MS", Arial, Helvetica, Geneva, Swiss, SunSans-Regular}
h3 {color: black; font-weight: bold; font-size: 1.3em; font-family: "Trebuchet MS", Arial, Helvetica, Geneva, Swiss, SunSans-Regular}


.hint1  {color: #663; font-weight: bold; font-size: 12px; line-height: 14px; font-family: "Trebuchet MS", Arial, Helvetica, Geneva, Swiss, SunSans-Regular}
.indent1  {margin-top: 0.3em; margin-left: 1em; overflow: hidden}
.tablecolumnhead       {color: #663; font-weight: bold; font-size: 0.9em}
.tablecolumnheadright  {color: #663; font-weight: bold; font-size: 0.8em; text-align: right}
.tablecolumnheadleft   {color: #663; font-weight: bold; font-size: 0.8em; text-align: left}

.iprinthover {text-decoration: none; color:#FD0404; font-weight: bold; font-size: 1.5em}
.iprintlink {text-decoration: none; color:black; font-weight: bold; font-size: 1.5em}

/* Header */

#header
{
	height: 65px;
	overflow: hidden;
}

#header .panel
{
	background: linear-gradient(90deg, rgba(25,34,74,1) 0%, rgba(34,46,97,1) 25%, rgba(35,52,106,1) 65%, rgba(20,102,147,1) 90%, rgba(8,140,178,1) 100%);
	background-color: #ebebec;
	height: 65px;
}

#infoheader
{
	height: 45px;
	overflow: hidden;
}

#infoheader .infopanel
{
	background: linear-gradient(90deg, rgba(25,34,74,1) 0%, rgba(34,46,97,1) 25%, rgba(35,52,106,1) 65%, rgba(20,102,147,1) 90%, rgba(8,140,178,1) 100%);
	background-color: #505354;
	height: 45px;
}

.panel2
{
	height: 30px;
	background: #ededed;
}

.panel2 .refresh
{
	float: left;
	padding-left: 25px;
    padding-top: 8px;
}

.panel2 .refresh td
{
	font-size: .70em;
	padding-right: 4px;
}

#header .panel .installprint
{
	float: right;
	padding-right: 40px;
	padding-top: 25px;
	padding-bottom: 20px
}

#header .panel .installprint td
{
	font-size: .70em;
	padding-right: 4px;
}

#header .panel .novlogo
{
	background: transparent url(../images/iPrint_IPP_Page_Header_Icon_HF_Branding.png) 20px center no-repeat;
	height: 65px;
	text-align: right;
}

#infoheader .infopanel .novinfologo
{
	background: transparent url(../images/iPrint_INFO_Logo) 4px 13px no-repeat;
	height: 45px;
	text-align: right;
}

/* Printer table */

.iprintColumnHead
{
	background-color: #949494;
	border: 1px solid #e7e7e7;
	padding-top: 2px;
	font-size: .9em;
	color: #ffffff;
	padding-left: 2px;
}

/* Printer info panel */

.infolabel
{
	font-size: .8em;
	color:#000099;
}

.infooutput
{
	font-size: .8em;
}

.jobtitle
{
	font-size: .75em;
	font-weight: bold;
	color: #333;
	background: url(../images/list_title_pattern.gif);
	padding-left: 8px;
	/*height: 18px;*/
	border-bottom: #999999 solid 1px;
	border-top: #999999 solid 1px;
}

.jobheader
{
	background-color: #efeee9;
	font-size: .7em;
	font-weight: normal;
	border-bottom: #999999 solid 1px;
}

#installiprintclientlink{
	padding: 3px 20px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	border: 1px solid #090E2C;
	background: #090E2C;
	font-family: "Arial", Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: normal;
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
}

#installiprintclientlink:hover {
	background: -moz-linear-gradient(top, #090E2C 0%, #090E2C);
	background: -webkit-gradient(linear, left top, left bottom, from(#090E2C),	to(#090E2C));		
	font-family: "Arial", Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: normal;
	font-size: 9pt;
	color: #FFFFFF;
}

#printerlistheader
{
	width: 95%;
	margin: 0 auto;
	margin-left: 40px;
}

#printerinfolistheader{
	position: absolute; 
	top: 80px; 
	left:0; 
	margin-top:10px; 
	margin-left:20px;
}

#printerlisttable
{
	text-align: center;
	font-size: 1.2em;
}

#printerlisttable td
{
	border: 1px solid #e7e7e7;	
}

#installprinter
{
	padding: 5px;
	vertical-align: middle;
}

#installprintername
{
        text-decoration:none;
        color: #135c8f;
}

#installprintertd
{
	text-align: left;
	padding-left: 45px;
}

#linespace
{
	height: 15px;
}

.portal-message-container{
    color: white;
    background: #0078EF;
    padding: 10px;
    text-align: center;
    margin-bottom: 1rem;
    font-size: 12pt;
}
.portal-message{

}
.portal-message>a{
    color: #000000;
    background: white;
    padding: 4px 7px;
    border-radius: 13px;
    text-decoration: none;
    margin-left: 15px;
    cursor: pointer;
}
.portal-message>a:hover{
	box-shadow: 0 0 10px 0px #404040;
}
