@CHARSET "ISO-8859-1";


/*----------------------------------------------*
*												*
*					SECTIONS					*
*												*
*-----------------------------------------------*/


/*-------------------------------------------------
 				LOGIN PAGE
-------------------------------------------------*/
.form-login {
    background-color: rgba(90, 91, 94, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    margin: 30px auto;
    max-width: 400px;
    padding: 15px 35px 35px;

}
.btn-primary {
    background-color: #428bca;
    border-color: #357ebd;
    color: #fff;
}
#clogin legend{color:#337ab7;}

.alert-warning{max-width:980px;}


/*-------------------------------------------------
 				NAVIGATION
-------------------------------------------------*/
#header-with-image{
		position:relative;
		max-width:980px;
		margin:0px;
		padding:0px;
		border:none;
}

#TitleLabelTestDrivePlatform {
    background: #336699 none repeat scroll 0 0;
    border-bottom-left-radius: 10px;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    height: 140px;
    opacity: 0.7;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 0;
    width: 400px;
}
#TitleLabelTestDrivePlatform h1,#TitleLabelTestDrivePlatform h2, #TitleLabelTestDrivePlatform h3, #TitleLabelTestDrivePlatform p{
	color:#FFFFFF;
	font-weight:bold;
}
#TitleLabelTestDrivePlatform p{
	font-size:12px;
}
#TitleLabelTestDrivePlatform h1 {
    color: white;
    font-size: 18px;
    font-weight: bold;
    margin-top:0px;
    padding-top:0px;

}

.underlineText{text-decoration:underline;}

a.gbutton {
    background: #f3f3f3 none repeat scroll 0 0;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    color: #6e6e6e;
    display: inline-block;
    font: bold 12px Helvetica,Arial,sans-serif;
    margin-right: 10px;
    padding: 7px 12px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    transition: border-color 0.218s ease 0s;
}

a.pdf {
    background: #f3f3f3 url("/images/icons/pdf.png") no-repeat scroll 6px 6px;
    padding-left: 30px;
}
.gbuttons {
    clear: both;
    float: left;
    padding-bottom: 20px;
}
a.flagsSprite {
    background: #f3f3f3 url("/images/icons/flagsSprite.png") no-repeat scroll 0 0;
    padding-left: 32px;
}
a.flag-de_de {
    background-position: 3px -45px;
}
a.flag-en_gb {
    background-position: 3px -72px;
}
a.flag-fr_fr {
    background-position: 3px -124px;
}
a.flag-it_it {
    background-position: 3px -150px;
}
a.flag-es_es {
    background-position: 3px -96px;
}

.breadcrumb-pathway li {
	float: left;
}

.breadcrumb-pathway {
	list-style: none;
	overflow: hidden;
}

.breadcrumb-pathway li a:after {
		content: " > ";
}

.breadcrumb-pathway li a {
	color: white;
	/*text-decoration: none; */
	padding: 10px;
	background: #002851;                   /* fallback color */
	background:  hsla(207,100%,10%,1); ;
	position: relative;
	display: block;
	float: left;
}

/*-------------------------------------------------
 				OTHERS
-------------------------------------------------*/
#mainContent h1,#mainContent h2, #mainContent h3, #mainContent h4, #mainContent h5, #mainContent h6{color:#0050a2;}

#mainContent h1{
	font-size:24px !important;
	font-weight:bold;
}

#mainContent h2{
	font-size:18px;
}

#mainContent{
	margin:40px 0px;
	max-width:980px;
}

/*-------------------------------------------------
 				MEDIA QUERIES
-------------------------------------------------*/

@media screen and (min-width: 980px) {
	.row{width:980px;}
}

@media screen and (max-width: 400px) {
	.breadcrumb-pathway li{
		width:100%;
	}
}
@media screen and (max-width: 994px) {
	#mainContent{margin-left:10px;}
	#TitleLabelTestDrivePlatform{
		position:relative;
		width:100%;
		border-bottom-left-radius:0px;
	}
	.breadcrumb-pathway {
		background: #002851;                   /* fallback color */
		background:  hsla(207,100%,10%,1); ;
	}
}
@media screen and (min-width:767px){
		#navbar{float:right;}
}
@media screen and (min-width: 995px) {
	#header-with-image{
		height:280px;
	}

	.breadcrumb-pathway {
	position: absolute;
	bottom:0px;
	}


	.breadcrumb-pathway li a {
		color: white;
		text-decoration: none;
		padding: 10px 0 10px 65px;
		background: #002851;                   /* fallback color */
		background:  hsla(207,100%,10%,1); ;
		position: relative;
		display: block;
		float: left;
	}
	.breadcrumb-pathway li a:after {
		content: " ";
		display: block;
		width: 0;
		height: 0;
		border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
		border-bottom: 50px solid transparent;
		border-left: 30px solid  hsla(207,100%,10%,1);
		position: absolute;
		top: 50%;
		margin-top: -50px;
		left: 100%;
		z-index: 2;
	}
	.breadcrumb-pathway li a:before {
		content: " ";
		display: block;
		width: 0;
		height: 0;
		border-top: 50px solid transparent;
		border-bottom: 50px solid transparent;
		border-left: 30px solid white;
		position: absolute;
		top: 50%;
		margin-top: -50px;
		margin-left: 1px;
		left: 100%;
		z-index: 1;
	}
	.breadcrumb-pathway li:first-child a {
		padding-left: 10px;
	}
	.breadcrumb-pathway li:nth-child(2) a       { background:        hsla(207,100%,30%,1); }
	.breadcrumb-pathway li:nth-child(2) a:after { border-left-color: hsla(207,100%,30%,1); }
	.breadcrumb-pathway li:nth-child(3) a       { background:        hsla(207,100%,40%,1); }
	.breadcrumb-pathway li:nth-child(3) a:after { border-left-color: hsla(207,100%,40%,1); }
	.breadcrumb-pathway li:nth-child(4) a       { background:        hsla(207,100%,50%,1); }
	.breadcrumb-pathway li:nth-child(4) a:after { border-left-color: hsla(207,100%,50%,1); }
	.breadcrumb-pathway li:nth-child(5) a       { background:        hsla(207,100%,60%,1); }
	.breadcrumb-pathway li:nth-child(5) a:after { border-left-color: hsla(207,100%,60%,1); }
}