/*The header*/

.Respondent-mainWrapper .mainTable > .mainTableThead > .table-logo .table-center {
	position: relative;
	text-align: left;
}

.Respondent-mainWrapper .mainTable > .mainTableThead > .table-logo .table-center > .table-center-content {
	display: block;
	min-height: none;
}







.endUserHeaderLogo > span { display: inline-block; height: 50px; }



.endUserHeaderLogo
{
	background-image: url("img/companylogo/more/clientLogo1.gif");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    float: none;
    margin-top: 10px;
    position: relative;
    width: 240px;
}








/* Right section header AUTHENTICADED*/

.table-logo .table-right {
	float: right;
    margin-right: 16px;
    min-height: 16px;
    min-width: 60px;
    position: relative;
}
.table-logo > .table-right.isAuthenticated {
    margin-top: 6px;
    min-height: 36px;
    min-width: 120px;
    margin-right: 2px;
}
.table-logo > .table-right.isAuthenticated > .authenticadedByBox {
	background-color: #F5F5F5;
	background-image: url("img/logos.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    border: 1px solid #C0C0C0;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 3px #C0C0C0;
    display: block;
    float: left;
    height: 100%;
    padding: 4px 6px;
    position: relative;
    width: 170px;
}
.table-logo > .table-right.isAuthenticated > .authenticadedByBox > h6 {
	color: #666666;
	font-size: 0.7em;
	font-weight: lighter;
}
.table-logo > .table-right.isAuthenticated > .authenticadedByBox > .eSignIcon {
	display: block;
	height: 20px;
	background-image: url("img/logos.png");
    background-repeat: no-repeat;
}
.table-logo > .table-right.isAuthenticated.BANKID > .authenticadedByBox > .eSignIcon {
	background-position: 0px -500px;
}
.table-logo > .table-right.isAuthenticated.IDPORTEN > .authenticadedByBox > .eSignIcon {
	background-position: 0px -600px;
}
.table-logo > .table-right.isAuthenticated.VIPPS > .authenticadedByBox > .eSignIcon {
    background-position: 0px -520px;
    width: 80px;
}
.table-logo > .table-right.isAuthenticated.BANKID_OIDC > .authenticadedByBox > .eSignIcon {
    background-position: 0px -571px;
    width: 72px;
    height: 16px;
}
.table-logo > .table-right.isAuthenticated.IDPORTEN_OIDC > .authenticadedByBox > .eSignIcon {
    background-position: 0px -622px;
}
.table-logo > .table-right.isAuthenticated > .authenticadedByBox > .theName,
.table-logo > .table-right.isAuthenticated > .authenticadedByBox > .theNumber {
	font-weight: normal;
}


.table-logo > .table-right.isAuthenticated > .authenticadedByBox > .theName,
.table-logo > .table-right.isAuthenticated > .authenticadedByBox > .theNumber { display: none; }

.table-logo > .table-right.isAuthenticated.showName > .authenticadedByBox > .theName { display: block; }
.table-logo > .table-right.isAuthenticated.showNumber > .authenticadedByBox > .theNumber { display: block; }












/* Right section header LOGGED*/

.table-logo > .table-right.isLogged {
    margin-top: -18px;
    min-height: 20px;
    min-width: 148px;
}
.table-logo > .table-right.isLogged > .loggedBox {
	background-color: #F5F5F5;
    border: 1px solid #C0C0C0;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 3px #C0C0C0;
    display: block;
    float: left;
    height: 100%;
    padding: 0px;
    position: relative;
    min-width: 148px;
}
.table-logo > .table-right.isLogged > .loggedBox > span {
	clear: none;
    float: left;
    font-size: 0.8em;
    font-weight: normal;
    line-height: 1.1em;
    padding: 4px 6px;
}
.table-logo > .table-right.isLogged > .loggedBox > .loggedUsername {
	margin-right: 4px;
    max-width: 180px;
    overflow: hidden;
    padding-left: 2px;
    padding-right: 2px;
}
.table-logo > .table-right.isLogged > .loggedBox > .loggedUsername label{
	float: left;
	overflow: hidden;
}
.table-logo > .table-right.isLogged > .loggedBox > .decoIcon.firstChild {
	height: 20px;
    padding: 0;
    width: 22px;
}

.userIcon .loggedBox > .decoIcon {
	background-position: -347px -29px;
}

.table-logo > .table-right.isLogged > .loggedBox > a {
	float: right;
    height: 20px;
    width: 36px;
    background-color: #E4E4E4;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 1px solid #C0C0C0;
    text-align: center;
    box-shadow: -1px 0 2px #CCCCCC;
}
.table-logo > .table-right.isLogged > .loggedBox > a:hover		{ background-color: #FFFFFF; }
.table-logo > .table-right.isLogged > .loggedBox > a:active		{ box-shadow: 0px 0 2px #bbbbbb inset; }

.table-logo > .table-right.isLogged > .loggedBox > a span {
	height: 100%;
}

.logoutIcon .loggedBox > a span			{ background-position: -383px -26px; }
.logoutIcon .loggedBox > a:hover span,
.logoutIcon .loggedBox > a:focus span	{ background-position: -383px -58px; }
.logoutIcon .loggedBox > a:active span	{ background-position: -383px -90px; }






.table-logo > .table-center-left {
	display: inline-block;
    float: left;
    margin-top: 18px;
    position: relative;
}





/*FOOT OUTSIDE*/
.footInfo {
	background-color: #ffffff;
    clear: both;
    color: #555555;
    font-size: 0.85em;
    min-height: 24px;
    padding-bottom: 12px;
    position: relative;
    z-index: 99;
}
.footInfo {
	display: none;
}