@CHARSET "ISO-8859-1";

html, body {
	height: 100%;
	color: #000;
  	font-family: Arial, sans-serif;
  	font-size: 14px;
  	line-height: 1.42857143;	
	background-image: url("/SiteBranding/img/brands/hino/mainbg.jpg");		
    background-position: 0 0;
    background-size: 100% auto;
    background-repeat: repeat-y;
}

body {
	color: #000;
	background-image: url("/SiteBranding/img/brands/hino/mainbg.jpg");		
    background-position: 0 0;
    background-size: 100% auto;
    background-repeat: repeat-y;
}

h1, h2 {
	color: #000;
}

h3, h4, h5 {
	color: #4c4c4c;
	font-weight: bold;
}

a, a:hover, a:visited {
	color: #bc0000;
	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: #fff;
	margin-top: 20px;
}

#footer {
	min-height: 100px;
	background-color: #2a2a2a;
	color: #b8b8b8;
}

.splash-image {
	background-image: url("/SiteBranding/pics/brands/toyota/home_container_bg.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 330px;
}

.overview-image {
	background-image: url("/SiteBranding/pics/brands/toyota/keys.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 210px;
}

/********************************/
/*       Buttons                */
/********************************/
.btn-default {
	color: #fff !important;
	background-color: #000;
	border-color: #000;
}

.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-color: #d01313;
	border-color: #d01313;
}

.btn-primary {
	color: #444 !important;
	background-color: #e6e6e6;
	border-color: #e6e6e6;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
	.btn-primary.active, .btn-primary.disabled, .btn-primary[disabled],
	.open>.dropdown-toggle.btn-primary {
	color: #444 !important;
	background-color: #dadada;
	border-color: #dadada;
}

/********************************/
/*       Blocks                */
/********************************/
.block-start {
	background-color: #d71724;
	color: #FFFFFF;
	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 {
	background: #fff;	
	border-bottom: 0;
	min-height: 130px;
}

.block-statusbar {
	background-color: #000;
	color: #fff;
}

.block-document {
	background-color: #f0f0f0;
	color: #000;
}

.block-document hr {
	color: #0097ac;
}

.block-document a, .block-document a:hover, .block-document a:visited {
	color: #d71724;
	font-weight: bold;
}

.block-continue {
	background-color: #dedede;
	color: #000;
}

.block-continue a, .continueButton a:hover, .continueButton a:visited {
	font-weight: bold;
	color: #fff;
}

.block-continue p {
	color: #000;
}

.block-continue ul li {
	color: #000;
}

.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 #cc0000;
	background-color: #cc0000;
	text-align: center;
	padding: 10px 0 10px 0;
}

/********************************/
/*       Text              */
/********************************/
.header-text {
	color: #000;
}

.header-text a, .header-text a:hover, .header-text a:visited {
	color: #d71724;
}

.feature-text {
	font-weight: bold;
	color: #d71724;
}

.feature-color {
	color: #d71724;
}

/********************************/
/*       Tooltips               */
/********************************/
.tooltip-text {
	color: #d71724;
}

.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 {
	margin-bottom: 20px;
	background-color: #fff;
	border: 0;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background-color: #939393 !important;
	color: #fff !important;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.1;
}

.panel-body {
	padding: 15px;
	background-color: #fff;
}

.panel-footer {
	text-align: center;
	background-color: #fff;
	border: none;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

/********************************/
/*       Forms               */
/********************************/

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #000;
	background-color: #fff;
	background-image: none;
	border: 1px #cfcfcf solid;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.form-control:focus {
	border-color: #000;
	background-color: #f0f0f0;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/********************************/
/*       General                */
/********************************/

.table-data-head {
	padding: 5px;
	border: solid 1px #f0f0f0;
	margin: 0;
	background-color: #f0f0f0;
	font-weight: bold;
}

.table-data {
	padding: 5px;
	border-left: solid 1px #f0f0f0;
	border-top: solid 1px #f0f0f0;
	border-right: solid 1px #f0f0f0;		
	margin: 0;
}

.table-data-final {
	padding: 5px;
	border-bottom: solid 1px #f0f0f0;
	margin: 0;
}

.table-data-full {
	padding: 5px;
	border: solid 1px #f0f0f0;
	margin: 0;
}

hr {
  margin-top: 5px;
  margin-bottom: 5px;
  border: 0;
  border-top: 2px solid #f0f0f0;
}