@CHARSET "ISO-8859-1";

html, body {
	height: 100%;
	font-family: Tahoma, Arial, sans-serif;
	background-color: #fff;
	color: #333;
}

body {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

h1, h2 {
	color: #333;
}

h3, h4, h5 {
	color: #333;
}

a, a:hover, a:visited {
	color: #c60108;
	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;	
}

#footer {
	min-height: 100px;
	background-color: #fff;
	color: #333;
    border-top-color: #000;
    border-top-style: solid;
    border-top-width: 1px;  
}

.splash-image {
	background-image: url("/SiteBranding/pics/brands/cnhi/home_container_bg.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 330px;
}

.overview-image {
	background-image: url("/SiteBranding/pics/brands/cnhi/keys.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 210px;
}

/********************************/
/*       Buttons                */
/********************************/
.btn-default {
	color: #fff;
	background-color: #c60108;
	border-color: #c60108;
}

.btn-default:hover, .btn-default:focus, .btn-default:active,
	.btn-default.active, .btn-default.disabled, .open>.dropdown-toggle.btn-default
	{
	color: #fff;
	background-color: #f1373f;
	border-color: #f1373f;
}

.btn-primary {
	color: #000;
	background-color: #fff;
	border-color: #fff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
	.btn-primary.active, .btn-primary.disabled, .open>.dropdown-toggle.btn-primary
	{
	color: #000;
	background-color: #e6e6e6;
	border-color: #e6e6e6;
}

/********************************/
/*       Blocks                */
/********************************/
.block-start {
    background-color: #ccc;
	color: #333;
	font-weight: bold;
	display: block;
  	font-size: 120%;	
  	border-radius: 4px;
}

.block-start a, .block-start a:hover, .block-start a:visited {
	text-decoration: none;
	color: #333;
}

.block-header {
	background-color: #fff;
	border-bottom: solid 1px #c60108;
}

.block-statusbar {
	background-color: #e7e7e7;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	border-top-width: 1px;
}

.block-document {
	color: #000;
	background-color: #e7e7e7;
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
}

.block-document hr {
	color: #c60108;
}

.block-document a, .block-document a:hover, .block-document a:visited {
	color: #c60108;
	font-weight: bold;
}

.block-continue {
    background-color: #7e7e7e;
	color: #333;
}

.block-continue a, .continueButton a:hover, .continueButton a:visited {
	font-weight: bold;
	color: #fff;
}

.block-continue p {
	color: #fff;
}

.block-continue ul li {
	color: #fff;
}

.block-continue .inputBold {
	font-weight: bold;
	border: solid 1px #d0d0d0;
	background: #e6e6e6;
	color: #000;
}

.block-feature {
	background-color: #e7e7e7;
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
}

.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: #c60108;
}

.feature-text {
	font-weight: bold;
	color: #c60108;
}

.feature-color {
	color: #c60108;
}

/********************************/
/*       Tooltips               */
/********************************/
.tooltip-text {
	color: #c60108;
}

.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: #8994a0;
}

/********************************/
/*       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-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: #c60108;
}

.panel-body {
  padding: 0 15px 0 15px;
}

/********************************/
/*       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: 2px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: none;
       -o-transition: none;
          transition: none;
}
.form-control:focus {
  color: #000;	
  border-color: #c60108;
  background-color: #fff;
  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;
}

/********************************/
/*       Danger               */
/********************************/

.alert-danger {
	color: #fff;
    background: -webkit-linear-gradient(#e31a24, #c5010d); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e31a24, #c5010d); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e31a24, #c5010d); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e31a24, #c5010d); /* Standard syntax */  
}