/* DEALER SPECIFIC BRANDING */

.headerlink .icon {
	color: #fff!important;
}

#headerNavLinks .icon {
	color: #FFFFFF;
	background-color: rgba(255, 255, 255, 0);
}

	#headerNavLinks .icon.active {
		color: #FFFFFF;
		border-color: rgba(255, 255, 255, 0.3);
		background-color: rgba(255, 255, 255, 0.12);
	}

	#headerNavLinks .icon:hover,
	#headerNavLinks .icon:focus {
		color: #FFFFFF;
		background-color: rgba(255, 255, 255, 0.12);
	}


.faq-headericons {
	color: white;
}

#mobileNavBtn {
  color: #000;
}

#mobileNav ul li a {
	color: #FFFFFF;
	background-color: rgba(255, 255, 255, 0);
}

	#mobileNav ul li a.active {
		color: #FFFFFF;
		background-color: rgba(255, 255, 255, 0.12);
	}

	#mobileNav ul li a:hover,
	#mobileNav ul li a:focus {
		color: #FFFFFF;
		background-color: rgba(255, 255, 255, 0.12);
	}

#mobileNavButtons .icon {
	color: #FFFFFF;
	background-color: rgba(255, 255, 255, 0);
}

	#mobileNavButtons .icon:hover,
	#mobileNavButtons .icon:focus {
		color: #FFFFFF;
		background-color: rgba(255, 255, 255, 0.12);
	}

.color6bg {
	background: #323232!important;
}

.color7bg {
	background: #D6D6D6!important;
}

.color8bg {
	background: #f2f2f2!important;
}

.color9bg {
	background: #f0f0f0!important;
}

.color10bg {
	background: #009999!important;
}

.color11bghover:hover {
	background: #777777!important;
}

.statusIncomplete,.docStatusPartial {
	background: #A5C0D1;
	color: #000000;
}

.statusUnderReview {
	background: #FFDDB3;
	color: #000000;
}

.statusCounterOffer {
	background: #FFC5B3;
	color: #000000;
}

.statusApproved {
	background: #7EB398;
	color: #000000;
}

.statusFunded, .docStatusComplete {
	background: #C4E6A2;
	color: #000000;
}

.statusPreApproved {
	background: #B6D9C7;
	color: #000000;
}

.statusPending {
	background: #EFBACD;
	color: #000000;
}

.statusCancelled {
	background: #BFAC95;
	color: #000000;
}

.statusDenied {
	background: #B3B3B3;
	color: #000000;
}

.statusFailed, .docStatusAttentionNeeded {
	background: #ffb2b2;
	color: #000000;
}

.summarybg {
	background: #ddd;
}

.products, .address, .phone, .fax {
	background-color: #ebebeb;
}

.products li .address li, .phone li, .fax li {
	border-bottom: 1px #ABADB3 solid;
}

.products h3, .address h3, .phone h3, .fax h3 {
	background-color: #EBEBEB;
	color: #323232;
}

.appStatusBox {
	background: rgba(0,0,0,0.8);
}

.appStatusBox ul li {
	color: #fff;
}

.appStatusBox ul li:hover {
	background: #fff;
	color: #000;
}

#documentsTable tbody tr:hover {
	background: #E7F4FF;
}