﻿
/* Styles for the header control */


.headerTable 
{
	background-repeat: repeat-x;
	height: 50px;
	width: 100%;
}

.logoImageContainer 
{
	padding-left: 65px;
	vertical-align: top;
	width: 250px;
}
.logoImageContainer img{
	vertical-align:middle;
}

.HeaderImage{
	width:50px;
	height:70px; 
	display:inline-block;
}
.HeaderImage.Left{
    background-image: url(../../../Resources/Images/irisLogo.png);
	width:200px;
    background-size: contain;
    background-repeat: no-repeat;
	vertical-align: middle;
	transition: opacity 0.5s linear;
}
.HeaderImage.Right{
	width:1px;
}
.DrawClosed .HeaderImage {
	opacity: 0;
} 

.headerErrorPanel 
{

	background-color: #deecf6;
	border-left: 1px solid #8ac7e8;
	border-right: 1px solid #8ac7e8;

	padding-left: 20px;
	padding-right: 20px;
	color: #00447c;
	font-family: 'Open Sans', arial;
	font-size: 10pt;
	cursor: pointer;
	display: none;
	height: 50px;
	margin-left: 340px;
	margin-right: 220px;
	overflow: auto;
}

.image
{
    position:relative;
}

.imagetext
{
    position:absolute;
    right:50px;
    top:9px;
    font-weight: bold;
    font-family: 'Open Sans', arial ;
    font-size:12pt;
    color: #00447c;
}

.loginMaintenanceImage{
	width:64px;
	height:64px; 
    background-size: contain;
    background-repeat: no-repeat;
	background-position: center; 
	width:100%;
}
.loginMaintenanceImage.Unlicenced
{
	background-image:url("../../../Resources/Styles/2017_blue/Icons/3statusThreatLarge.png");
}
.loginMaintenanceImage.Upgrading
{
	background-image:url("../../../Resources/Styles/2017_blue/Icons/upgradingIcon.png");
}
.loginMaintenanceImage.Starting
{
	background-image:url("../../../Resources/Styles/2017_blue/Icons/startingUpIcon.png");
}
.loginMaintenanceImage.ConsoleDisconnected
{
	background-image:url("../../../Resources/Styles/2017_blue/Icons/masterConsoleDisconnectedIcon.png");
}
