@CHARSET "ISO-8859-1";

html, body {
	height: 100%;
	font-family: Arial, sans-serif;
	background-color:#f3f3f3;
	color: #3c474e;
}

body {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  background-color:#f3f3f3;
  color: #3c474e;
}

h1, h2 {
	color: #666;
}

h3, h4, h5 {
	color: #333;
	font-weight: bold;
}

a, a:hover, a:visited {
	color: #1c84ae;
	text-decoration: none;
}

/********************************/
/*       Page                */
/********************************/
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px;
	padding: 0 0 100px;
}

.main-content {
	background-color:  #ffffff;
	margin-top: 20px;
}

#footer {
	min-height: 100px;
	background-color: #142032;
	color: #FFFFFF;
	border-top:1px solid #b9b9b9;
}

.splash-image {
	background-image: url("/SiteBranding/pics/brands/peugeot/home_container_bg.png");
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 330px;
}

.overview-image {
	background-image: url("/SiteBranding/pics/brands/peugeot/keys.png");
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 210px;
}

/********************************/
/*       Buttons                */
/********************************/
.btn-default {
	color: #fff !important;
	background: #2daed8; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#2cadd6, #0a5a87); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#2cadd6, #0a5a87); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#2cadd6, #0a5a87); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#2cadd6, #0a5a87); /* Standard syntax (must be last) */
	border: none;
}

a.btn-default {
	color: #fff !important;
	background: #2daed8; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#2cadd6, #0a5a87); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#2cadd6, #0a5a87); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#2cadd6, #0a5a87); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#2cadd6, #0a5a87); /* Standard syntax (must be last) */
	border: none;
}

.btn-default:hover, .btn-default:focus, .btn-default:active,
.btn-default.active, .btn-default.disabled, .btn-default[disabled],
.open>.dropdown-toggle.btn-default {
	color: #fff !important;
	background: #2daed8; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#0a5a87, #2cadd6); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#0a5a87, #2cadd6); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#0a5a87, #2cadd6); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#0a5a87, #2cadd6); /* Standard syntax (must be last) */
	border: none;
}

.btn-generic {
	color: #333 !important;
	background: #eee; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#eee, #dbdada); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#eee, #dbdada); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#eee, #dbdada); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#eee, #dbdada); /* Standard syntax (must be last) */
	border: none;
}

a.btn-generic {
	color: #333 !important;
	background: #eee; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#eee, #dbdada); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#eee, #dbdada); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#eee, #dbdada); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#eee, #dbdada); /* Standard syntax (must be last) */
	border: none;
}

.btn-generic:hover, .btn-generic:focus, .btn-generic:active,
.btn-generic.active, .btn-generic.disabled, .btn-generic[disabled],
.open>.dropdown-toggle.btn-generic {
	color: #333 !important;
	background: #eee; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#dbdada, #eee); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#dbdada, #eee); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#dbdada, #eee); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#dbdada, #eee); /* Standard syntax (must be last) */
	border: none;
}

.btn-primary {
	color: #333 !important;
	background: #eee; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#eee, #dbdada); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#eee, #dbdada); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#eee, #dbdada); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#eee, #dbdada); /* Standard syntax (must be last) */
	border: none;
}

a.btn-primary {
	color: #333 !important;
	background: #eee; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#eee, #dbdada); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#eee, #dbdada); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#eee, #dbdada); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#eee, #dbdada); /* Standard syntax (must be last) */
	border: none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
.btn-primary.active, .btn-primary.disabled, .btn-primary[disabled],
.open>.dropdown-toggle.btn-primary {
	color: #333 !important;
	background: #eee; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#dbdada, #eee); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#dbdada, #eee); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#dbdada, #eee); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#dbdada, #eee); /* Standard syntax (must be last) */
	border: none;
}
/********************************/
/*       Blocks                */
/********************************/
.block-start {
	background-color: #1c84ae;
	color: #fff;
	font-weight: bold;
	display: block;
  	font-size: 120%;	
}

.block-start a, .block-start a:hover, .block-start a:visited {
	text-decoration: none;
	color: #fff;
}

.block-header {
	height: 118px;
	background-color: #fff;
	border-bottom: solid 1px #b9b9b9;
	color: #3c474e !important;
}

.block-statusbar {
	background-color: #e6e7e8;
	color: #333;
	border-bottom:1px solid #b9b9b9;
}

.block-document {
	background-color: #f0f0f0;
	color: #000;
}

.block-document hr {
	color: #1c84ae;
}

.block-document a, .block-document a:hover, .block-document a:visited {
	color: #1c84ae;
	font-weight: bold;
}

.block-continue {
	background-color: #ccc;
	color: #666;
}

.block-continue a, .continueButton a:hover, .continueButton a:visited {
	font-weight: bold;
	color: #fff;
}

.block-continue p {
	color: #666;
}

.block-continue ul li {
	color: #666;
}

.block-continue .inputBold {
	font-weight: bold;
	border: solid 1px #d0d0d0;
	background: #e6e6e6;
	color: #000;
}

.block-feature {
	background-color: #f0f0f0;
}

.block-outline {
	border: solid 1px #f0f0f0;
}

#block-warn-session {
	width: 100%;
	color: #fff;
	border: solid 3px #1c84ae;
	background-color: #1c84ae;
	text-align: center;
	padding: 10px 0 10px 0;
}

/********************************/
/*       Text              */
/********************************/
.header-text {
	color: #3c474e !important;
}

.header-text a, .header-text a:hover, .header-text a:visited {
	color: #1c84ae;
}

.feature-text {
	font-weight: bold;
	color: #1c84ae;
}

.feature-color {
	color: #1c84ae;
}

/********************************/
/*       Tooltips               */
/********************************/
.tooltip-text {
	color: #1c84ae;
}

.tooltip.in {
	filter: alpha(opacity = 100);
	opacity: 1;
}

.tooltip-inner {
	background-color: #666;
	max-width: 350px;
	padding: 10px;
	color: #fff;
	text-align: left;
	border-radius: 6px;
}

.tooltips-disclaimer {
	font-style: italic;
	color: #666;
}

/********************************/
/*       Well               */
/********************************/
.well {
  min-height: 20px;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #fff;
  border: 0;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/********************************/
/*       Panels               */
/********************************/
.panel {
	background-color: #fff;
	border: solid 1px #f1f1f1;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-heading {
	background-color: #1c84ae !important;
	color: #fff !important;
}

.panel-body {
	background-color: #fff;
}

.panel-footer {
	background-color: #fff;
}

/********************************/
/*       Forms               */
/********************************/

.form-control {
	color: #7c878e;
	background-color: #fff;
	border: 1px #C5C5C5 solid;
}

.form-control:focus {
	color: #7c878e;
	border-color: #C5C5C5;
	background-color: #eee;
}


/********************************/
/*       General                */
/********************************/

.table-data-head {
	padding: 5px;
	border: solid 1px #1c84ae;
	margin: 0;
	background-color: #1c84ae;
	font-weight: bold;
	color:#fff;
}

.table-data {
	padding: 5px;
	border-left: solid 1px #b9b9b9;
	border-top: solid 1px #b9b9b9;
	border-right: solid 1px #b9b9b9;		
	margin: 0;
	min-height:32px;
}

.table-data-final {
	padding: 5px;
	border-bottom: solid 1px #b9b9b9;
	margin: 0;
}

.table-data-full {
	padding: 5px;
	border: solid 1px #b9b9b9;
	margin: 0;
}

hr {
  margin-top: 5px;
  margin-bottom: 5px;
  border: 0;
  border-top: 2px solid #b9b9b9;
}
