.bgBannerTitleText 
{
	background-color: rgba(42, 116, 166, 0.75);
}

.bgBannerTitleCut 
{
	border-top-color: rgba(42, 116, 166, 0.75);
}

.rightpad
{
	padding-right: 35px;	
}

.bgBannerText {
	background-color: rgba(42, 116, 166, 1);
}

#bannerTitle
{
	height: 150px;
}

#bannerTitleCut
{
	height: 150px;
	border-top-width: 150px;
	border-right: 150px solid rgba(0,0,0,0);
}

#bannerTitleText
{
	line-height: 75px;
}

#bannerTitleText span
{
	display: inline-block;
	width: 250px;
	text-align: left;
}

.bigSubTitle
{
	font-size: 1.5em;
}

.bannerTextSub
{
	width: 100%;
	margin: 0;
	padding: 0;
	padding-bottom: 50px;
}

.specialText
{
	color: rgba(42, 116, 166, 1);
}

.subHeadingButton
{
	background-color: white;
	color: rgb(42, 116, 166);
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	//width: 200px;
	line-height: 30px;
	border-radius: 5px;
}

#supplierTypeDropDown
{
	width: 150px;	
}

#vehicleTypeDropDown
{
	width: 150px;
}

.inlineIcon
{
	display: inline-block;
	float: left;
}

.inlineText
{
	float: left;
	margin-left: 10px;	
	font-size: 11px;
}

#subHeadingButtonVideo
{
	float: left;
}

#subHeadingButtonTrial
{
	float: right;
}


#mapArea
{
	position: relative;
	margin: 2em auto 0;
}

#MembersImage
{
	width: 490px;
	height: 474px;
}

#mapNone
{
	position: absolute;
}

.subMaps
{
	display: none;
	z-index: 1000;
	position: absolute;
	pointer-events:none;
}

#tooltip
{
	position: absolute;
	top: 275px;
	right: 0px;
	width: 325px;
	height: 200px;
}

.countCircle
{
	border-radius: 50%;
	height: 180px;
	width: 180px;
	padding: 30px;
	background-color: #eeeeee;
	position: absolute;
	top: 0;
}

#countSuppliers
{
	right: 50px;	
	background-color: #2A74A6;
}

.rounds 
{
	display: inline-block;
	margin: 0 0 0 0;
	text-align: center;
	width: 100%;
	font-size: 21px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

.roundHeading {
	padding-top: 2em;
	text-transform: uppercase;
}

.roundGroup
{
	font-size:18px;
}

.roundValue
{
	font-size:65px;
}

#dataArea
{
	padding-top: 25px;
	width: 100%;
}

#dataAreaHeading
{
	text-align: center;
	color: white;	
	margin: 20px;
	padding: 20px;
}

.dataAreaHeadingItem
{
	float: left;
	margin-right: 10px;
	line-height: 25px;
	//width: 10%
}

.dataAreaHeadingItem select
{
	width: 100%;
}

.dataAreaHeadingItem input
{
	width:130px;
	border:1px solid silver;
	height:30px;
}

.dataAreaHeadingItem.label
{
	//width: 10%;
	text-align: right;
	
}

#dataAreaMain
{
	margin-top: 50px;
	margin-left: 25px;	
}

#searchButton
{
	background: white;
	border-radius: 5px;	
	border: none;
	padding: 4px;
	margin-left: 10px;
	cursor: pointer;
}

#nameTextBox
{
	border: none;
	padding: 2px;
}

.client
{
	width:33.33%;
	float:left;
}

.clientInner
{
	padding: 20px;
	position:relative
}

.clientInner .shadowBox
{
		
}

.client.hide
{
	display: none;	
}

.stateClicked
{
	background: #84bf3f;
	border-radius: 3px;
	display: inline-block;
	padding: 5px;	
	position: absolute;
	top: 0px;
	color: white;
	display: none;
}

.clientName
{
	font-weight: bold;
	font-size: 16px;
	width: 100%;
	height: 3em;
	line-height: 3em;
	text-align: center;
	color: white;
	background-color: #2A74A6;
}

.clientImage
{
	//width: 100%;
	height: 200px;
	background-repeat: no-repeat;
	background-size: auto auto;
	background-position: center 30%;
	background-image: url('../images/suppliers/default.jpg');
	margin-top: ;
	margin-bottom: 15px;
}

.clientAddressArea
{
	//position: absolute;
	//bottom: 0.25em;
	//width: 100%;
	height: 3.5em;
	background-repeat: no-repeat;
	background-size: 48px auto;
	background-position: 6px 0px;
	background-image: url('../images/vehmakes/default.jpg');
	text-align: left;
}

.clientAddressAreaText
{
	font-size: 11px;
	padding-left: 70px;
}

.dataAreaHeadingItem a
{
	color:#ffffff;
}
#openSupplierReferral
{
	color:#ffffff;
	text-decoration:underline;	
}

#referralSupplier
{
	display:none;
	height:320px;
	color:black;
	font-weight:bold;
	position:absolute;
	width:460px;
	padding:20px;
	border:3px solid silver;
	right:0%;
	z-index:999;
	background:white;
	top:50px;
	text-align:left;
}

.referalDiv
{
	margin-top:20px;
	width:100%;
}

.dataAreaHeadingItem.labelReferal
{
	width:150px;
}

#submitSupplier
{
	padding:10px;
	margin:0 auto;
	text-align:center;
	background-color: #2A74A6;
	width:100px;
	color:#ffffff;
	margin-top:20px;
}



