﻿@import "/etc/themes/vinci/fonts.css";

:root {
	font-size: 10px; /* defines rem */
}
body {
	font-family: 'Vinci Sans',arial,helvetica,sans-serif;
	font-weight: 400;
	color: #50505A;
	margin: 0;
	background-color: #FFFFFF;
	font-size: 1rem;
}

table
{
	font-size: 100%;
}

#container
{
	/*
		width = 910 (banner) + 8 (shade)
	*/
	width: 918px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#lcontainer
{
	/*
		width = 910 (banner) + 8 (shade)
	*/
	min-width: 918px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

/* IE hack because IE does not handle min-width properly */
/*\*/
* html div#lcontainer
{
	width: 918px /* fallback value */;

	width:expression(
		(
			(document.compatMode && document.compatMode=='CSS1Compat')
			? document.documentElement.clientWidth
			: document.body.clientWidth
		) < 918
		? "918px"
		: "99.7%"
	);
}
/**/

#header
{
	/*
		height = 76 (white) + 30 (red) + 72 (blue) + 8 (shade) + 12 (white)
	*/
	position: relative;
	margin-top: 3px;
	height: 198px;
	margin-bottom:0px;
}



#headerNetwork
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 178px;
	width: 360px;

	background: transparent url('img/logo_network_11.gif') no-repeat top left;
	cursor: pointer;
}

#headerNetwork span
{
	display: none;
}


#headerParticipant {
	display: flex;
	flex-direction: row-reverse;
	gap: 10px;
}

#headerParticipantLogo {
	/*
	position: absolute;
	bottom: 124px;
	right: 8px;
	*/
	height: 60px;
	width: 96px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 5px;
}

#headerParticipantLogo img
{
	display: block;
	margin-bottom: 2px;
}

#headerParticipantText {
	/*
	position: absolute;
	bottom: 130px;
	right: 108px;
	*/

	color: #60606a;
	text-align: right;
	font-style: italic;
	margin-top: 5px;
	font-family: "Vinci Sans Condensed", "Vinci Sans", arial;
	font-size: 1.2rem;
}

#headerOther {
	display: flex;
	gap: 10px;
	font-size: 1rem;
	justify-content: end;
	font-size: 1.2rem;
}



#headerTagline
{
	height: 30px;
	margin-right: 8px;
	padding-right: 8px;

	background: transparent url('img/header2b.gif') repeat-x top left;
	font-weight: bold;
	font-size: 18px;
	color: #50505a;
	text-align: right;
}

#headerTagline span
{
	display: block;
	padding-top: 5px;
}



#headerTitle
{
/*
	position: absolute;
	bottom: 32px;
	left: 230px;
*/
	text-transform: uppercase;

	color: #2e2e2e;
	font-size: 2rem;
	padding-bottom: 20px;
	padding-left: 5px;
	font-family: 'Vinci Sans Expanded';
}



#headerUser {
	/*
	height: 76px;
    padding-top: 4px;
	margin-right: 8px;
	padding-right: 8px;

	background: transparent url('img/header2b.gif') repeat-x 0px -30px;

	color: #FFFFFF;
	font-size: 10px;
	text-align: right;
	border-top: 1px solid #ddd;
	*/
	font-family: "Vinci Sans Condensed", "Vinci Sans", arial;
	padding-top: 4px;
	padding-bottom: 4px;
}

#headerUser span
{
	/*
	display: block;
	padding-top: 2px;
	*/
}

#headerUser a {
	/*color: #FFFFFF;*/
	color: #50505a;
	text-decoration: none;
}

#headerUser a:hover
{
	text-decoration: underline;
	color: #50505a;
}



#headerLocale
{
/*
	position: absolute;
	bottom: 24px;
	right: 16px;
*/
	display: flex;
	justify-content: end;
	align-items: center;
	/*margin-top: 10px;*/
	position: relative;
}

#headerLocalePopup {
	position: absolute;
	display: none;
	right: -8px;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	background: rgb(178, 212, 252);
	border: 1px solid #fff;
	z-index: 2;
}

#headerLocalePopup img
{
	border: 0px;
}

#homeLink {
	/*
	position:relative;
	top:-8px;
*/
	/*
	position:absolute;
	top:126px;
	right:0px;

	margin-left:0px;
	margin-right:16px;
	font-size:10px;
	padding-top:2px;
	height:18px;
*/
	border-top: 1px solid #ddd;
	padding-top: 4px;
	margin-top: 4px;
	display: none;
}

/* IE hack because IE does not handle min-width properly */
/*
* html div#homeLink
{
	width: 870px /* fallback value *-/;

	width:expression(""+(document.getElementById('header').clientWidth-48)+"px");
}
*/

#homeLink a
{
	text-decoration: none;
	/*color: #ffffff;*/
	color: #50505a;
	/*padding-left:0px;*/
}

#homeLink a:hover {
	text-decoration: underline;
	color: #50505a;
}

#headerX1,#headerX2
{
	display:none;
}




#content
{
	margin-left: 0px;
	margin-right: 8px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 28px;
	margin-top:0px;
	background: #EAEAEA url('img/main1.gif') repeat-x top left;
	min-height: 400px; /* moz only */
}

/* IE hack because IE does not handle min-height properly */
/*\*/
* html #content
{
	height: 400px;
}
/**/



/*#content a.btn*/
a.btn
{
	display: block;

	border: 1px solid #eeeeee;
	background: #FFFFFF url('/img/rarr.gif') no-repeat center right;

	font-size: 1.2rem;
	color: #50505a;
	font-weight: bold;
	text-decoration: none;

	width: 200px;

	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;

	margin-top: 2px;
	margin-bottom: 4px;

	text-transform: uppercase
}

/*#content a:hover.btn*/
a:hover.btn
{
	/*background: #355697 url('rarr2.gif') no-repeat center right;*/
	background: #184188 url('/img/rarr2.gif') no-repeat center right;
	color: #FFFFFF;
}

content a.lnk
{
	color: #50505a;
}

content a.mnu
{
	color: #50505a;
	text-decoration: none;
}

content a.mnu:visited {
	color: #50505a;
}

content a:hover.mnu
{
	text-decoration: underline;
}

content ul
{
	margin-left: 0px;
	padding-left: 16px;
}


#footer
{

	/*width: 870px;*/
	padding-left:8px;
    padding-top: 4px;
	margin: 0 auto;
	color: #60606a;
	font-size: 1rem;
	padding-bottom: 32px;
}

#footer a
{
	color: #60606a;
}

div.homeMenu
{
	float:right;
	position:relative;
	width:240px;
	font-size:1.5rem;
	padding-bottom:32px;
}

div.homePanel
{
	background-color:#FFFFFF;
	width: 600px;
}

div.mnuh
{
	background-color: #FFFFFF;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
}

div.mnub
{
	margin-top: 4px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 8px;
}

div.mnub ul
{
	 margin-top: 0px;
	 margin-bottom: 0px;
}

input.textbox
{
	border: 1px solid #999999;
	padding: 2px;
}

textarea.textbox
{
	border: 1px solid #999999;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #50505A;
	font-size: 1.2rem;
}

div.textbox
{
	border: 1px solid #999999;
	padding: 2px;
}



#content1
{
	float:right;
	width: 310px;
	background-color: #ffffff;
	min-height: 400px; /* moz only */
	position:relative; /* workaround IE6 bug */
	margin-top:1px;
}

/* IE hack because IE does not handle min-height properly */
/*\*/
* html #content1
{
	height: 400px;
}
/**/

#content2
{
	float:right;
	width: 385px;
	background-color: #ffffff;
	min-height: 400px; /* moz only */
	position:relative; /* workaround IE6 bug */
	margin-top:1px;
}

/* IE hack because IE does not handle min-height properly */
/*\*/
* html #content2
{
	height: 400px;
}
/**/

#content3
{
	min-height: 400px; /* moz only */
	position:relative; /* workaround IE6 bug */
	background-color: #ffffff;
}

/* IE hack because IE does not handle min-height properly */
/*\*/
* html #content3
{
	height: 400px;
}
/**/

#selectTrigger
{
	position: absolute;
	top: 4px;
	left: 0px;
	background-color: orange;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
	text-align:center;
}

#selectPopup
{
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	background-color: #FFFFFF;
	border: 2px solid orange;
	padding: 4px;
	z-index: 2;
}

#selectPopup a
{
	color: #50505A;
	text-decoration: none;
}

#selectPopup a:hover
{
	text-decoration: underline;
}




/* TEMP */



div.content4
{
	min-height: 400px;
	background-color: #FFFFFF;
	position: relative;
	padding: 8px;
}

/* IE */
/*\*/
* html div.content4
{
	height: 400px;
}
/**/

div.ccol
{
	min-height: 400px;
	position: relative;
}

/* IE */
/*\*/
* html div.ccol
{
	height: 400px;
}
/**/

div.ccolw
{
	min-height: 400px;
	position: relative;
	background-color: #FFFFFF;
}

/* IE */
/*\*/
* html div.ccolw
{
	height: 400px;
}
/**/

div.cbox
{
	padding: 8px 8px 32px 8px;
}

div.clr
{
	visibility:hidden;
	height:0px;
	clear:both;
	font-size:0px;
}

#overlay
{
	display:none;
	height:1000px;
	background-color: #000000;
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	opacity:0.8;
	filter:alpha(opacity=80);
	z-index:90;
}

#overbox
{
	display:block;
	background-color: transparent;
	width:100%;
	margin:auto;
	position:absolute;
	top:64px;
	left:0px;
	z-index:100;
}

div.overhead
{
	padding:12px;
	color: #ffffff;
	background-color:#a0a0aa;
	text-align:right;
}

div.overhead a
{
	color: #ffffff;
	text-decoration:none;
}

div.overhead a:hover
{
	text-decoration:underline;
}





div.flbl
{
	position:relative; /* workaround IE 6 'invisible text' w/floats */
	margin-top:4px;
}

table.grid
{
	border: 1px solid #a0a0aa;
	border-collapse: collapse;
	font-size: 1.2rem;
	width: 100%;
	background-color:white;
}

table.grid td
{
	border: 1px solid #a0a0aa;
}

table.grid th
{
	border: 1px solid #a0a0aa;
	text-align: left;
	background: #eaeaea;
}

table.grid th a
{
	text-decoration: none;
	color: #50505a;
}





img.gfxvbar
{
	display:block;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
}

table.gfxtable
{
	border-collapse:collapse;
	margin-top: 48px;
	margin-bottom: 48px;
}

td.gfxcell
{
	border: 1px solid #999999;
	padding-left: 4px;
	padding-right: 4px;
	text-align: center;
	background-color: #ffffff;
}

td.gfxhcell
{
	border: 1px solid #999999;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #ffffff;
}

td.gfxxcell
{
	border-top:1px solid #999999;
	padding-left:4px;
	padding-right:4px;
	background:transparent url('/img/gfxbck.gif') repeat bottom left;
}



div.ccselect
{
	margin: 4px 0px 8px 0px;
	padding: 6px 2px 2px 8px;
	background-color: #184188;
}

div.ccselect span img
{
	border: 2px solid #548CF1;
	padding: 2px 2px 2px 2px;
}

div.ccselect a img
{
	border: 2px solid #184188;
	padding: 2px 2px 2px 2px;
}

div.ccselect a:hover img
{
	border: 2px solid #548CF1;
	padding: 2px 2px 2px 2px;
}



div.runtest-listtests-main
{
	width: 600px;
	background-color:#FFFFFF;
	padding:8px;
	padding-bottom:24px;
	min-height: 400px;
}

div.runtest-listtests-side
{
	float:right;
	position:relative;
	width:240px;
	background-color: #ffffff;
}

div.btnbox
{
	clear: both;
}

div.btnbox-default
{
	float:right;
	margin-top: 4px;
}

div.btnbox-runtest-listtests
{
	float:right;
	margin-top: 4px;
	margin-right: 254px;
}

div.btnbox-runtest-confabort,
div.btnbox-runtest-groupintro
{
	float:right;
	margin-top: 4px;
}

div.home-testgroup-body {
    margin-top: 20px;
}

div.home-testgroup-list {
    margin-top: 20px;
}

div.home-testgroup-listitem {
	padding: 10px 0;
	border-top: 1px solid #a0a0aa;
	display: flex;
	align-items: center;
}

div.home-testgroup-text {
	flex-grow: 2;
	padding-right: 5px;
}

div.home-testgroup-listitem h4 {
    margin: 5px 0;
}

div.home-testgroup-link {
    background: #184188 url('/img/rarr2.gif') no-repeat center right;
    text-align: left;
    padding: 4px 18px 4px 8px;
    font-weight: bold;
	font-size: 1.2em;
    text-transform: uppercase;
	text-wrap: nowrap;
}

div.home-testgroup-link a, div.home-testgroup-link a:visited {
    color: #ffffff;
    text-decoration: none;
}

div.home-body {
    padding-bottom: 8px;
}

/* VINCI CONSTRUCTION */

header, banner, content, outer, inner {
	display: block;
}

outer {
	/*width: 140rem;*/
	/*width: 918px;*/
	margin-left: auto;
	margin-right: auto;
}

inner {
	padding-left: 2rem;
	padding-right: 2rem;
}

header {
	background: #fff;
	min
}

header outer {
}

header inner {
	display: flex;
	align-items: center;
}

header .left {
	width: 24%;
	max-width: 196px;
	display: flex;
	padding: 15px 0;
}

header .left a {
	text-decoration: none;
	margin-right: 1.6rem;
	margin-top: auto;
}

header img {
	display: inline-block;
	max-width: 100%;
	vertical-align: middle;
}

header .right {
	width: 76%;
	display: flex;
	flex-direction: column;
}

banner {
	background: rgb(178, 212, 252);
}

banner inner {
	display: flex;
	align-items: center;
}

banner .left {
	min-width: 164px;
	display: flex;
	justify-content: left;
	padding-left: 8px;
}

banner .left img {
	display: inline-block;
	width: 136px;
	transform: rotate(-8deg);
	border: 2px solid rgb(178, 212, 252);
}

banner .right {
	margin: 0;
	padding: 0;
	color: #2e2e2e;
	font-size: 2.4rem;
	font-family: "Vinci Sans";
	font-weight: 400;
	flex-grow: 2;
}

content {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

content inner {
	font-size: 1.5rem; /* site's default */
}

footer {
	background: #184a8b;
}

footer inner {
	color: #fff;
	font-size: 1.2rem;
	padding-top: 2rem;
	padding-bottom: 4rem;
	text-align: center;
}

footer inner a {
	color: #fff;
	font-size: 1.2rem;
}

content inner {
	background: #ddd;
	padding: 20px;
}
