.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);
}

.countTextColor
{
	color:#008ab0;
}

.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;
}


.dataAreaHeadingItem select
{
	width: 100%;
	border:1px solid #008ab0;
	height:30px;
}

.dataAreaHeadingItem input
{
	width:200px;
	border:1px solid #008ab0;
	height:27.5px;
	padding-left:5px;
}


#dataAreaMain
{
	margin-top: 50px;
	margin-left: 25px;	
}

 .supplierlogo
{
	width:8%;
	float:left;	
	position: relative;
	margin-right:5px;
}

.supplierlogo .tooltipSupplier {
  visibility: hidden;
  width: 100px;
  background-color:#008ab0;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
}

.supplierlogo:hover .tooltipSupplier {
  visibility: visible;
}

.clientImage
{
	width:100%;
	height: 30px;
	background-repeat: no-repeat;
	background-size: contain;
	//background-position: left;
	background-image: url('../images/suppliers/default.jpg');
	margin-bottom:15px;
}

.clientNameColor
{
	background-color:#008ab0;
	margin-top:20px;
}










