/* CONSUMER SPECIFIC BRANDING */

@media (-webkit-max-device-pixel-ratio: 1) {

	::-webkit-scrollbar-thumb:hover {
		background: #006fba;
	}
}

#disasterRecovery {
	height: 44px !important;
}

/*#topheader, #mobileNav, .sectionheader, .innerheader {
	background: #235F49;
}*/

.pincolor {
	color: #fff;
}

.pincolorselected {
	color: #006fba;
}

.noStreetview {
	background: url(images/logo-footer.png) no-repeat 50% 50%;
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
}

.nheader {
	color: #023872;
}

.statusIncomplete, .docStatusPartial {
	background: #A5C0D1;
}

.statusUnderReview {
	background: #FFDDB3;
}

.statusCounterOffer {
	background: #FFC5B3;
}

.statusApproved {
	background: #7EB398;
}

.statusFunded, .docStatusComplete {
	background: #C4E6A2;
}

.statusPreApproved {
	background: #B6D9C7;
}

.statusPending {
	background: #EFBACD;
}

.statusCancelled {
	background: #BFAC95;
}

.statusDenied {
	background: #B3B3B3;
}

.statusFailed, .docStatusAttentionNeeded {
	background: #ffb2b2;
}

/* Shared Tablet Portrait and Mobile Views ----------- */
@media only screen and (max-width: 989px) {

	.sideContent {
		background: #fff;
		border-right: 1px solid #d2d2d2;
	}

		.sideContent.shadowing {
			box-shadow: 4px 0 16px 0px rgba(0,0,0,.2);
		}

	#sideNav {
		background: #7DC14B;
	}

	.sidebarTab {
		box-shadow: 1px 2px 6px 0px rgba(0,0,0,0.2);
		background: #fff;
		border: 1px #f2f2f2 solid;
	}
}

.branchselect[aria-checked="true"] .branchselect__container {
	border-color: #006fba;
}

.branchselect[aria-checked="true"] .branchselect__letter {
	background: #006fba;
}
