.logo img {
	display: inline-block;
	height: 33px;
	margin: -7px 0 0;
}

.searchNavbar-center {
	padding: 8px 25px 8px 5px;
	position: relative;
	width: 100%;
}

.bodyOverlay {
	background-color: #808080;
	border: 10px solid #000000;
	display: block;
	height: 100%;
	margin: 0;
	opacity: 0.8;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 99999;
}

.bodyOverlay .loading-img {
	background: url("../plugins/admin/img/ajax-loader1.gif") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
	z-index: 99999;
	width: 100%;
	height: 100%;
}

.searchText {
	text-transform: capitalize;
}

.btn-group {
	margin: 0 3px;
	margin-top: 7px;
}

.input-group-addon label {
	margin-bottom: 0;
	cursor: pointer;
}

.flashMessage ul {
	margin: 0;
	padding: 0;
}

.estimator .response {
	background-color: #D3D3D3;
	display: inline-block;
	line-height: 26px;
	min-width: 100px;
}

div.expiredKeywordTooltips {
	position: relative;
	display: inline;
}

div.expiredKeywordTooltips span {
	position: absolute;
	width:290px;
	color: #000000;
	background: #969696;
	border: 2px solid #6D6D6D;
	height: 30px;
	line-height: 30px;
	visibility: hidden;
	border-radius: 7px;
	text-align: center;
	font-weight:bold;
	font-style:italic;
	letter-spacing:1pt;
	word-spacing:2pt;
	font-size:96%;
	font-family:arial, helvetica, sans-serif;
}

div.expiredKeywordTooltips span:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 100%;
	margin-top: -12px;
	width: 0; height: 0;
	border-right: 12px solid #6D6D6D;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}

div.expiredKeywordTooltips span:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 100%;
	margin-top: -8px;
	width: 0; height: 0;
	border-right: 8px solid #969696;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

div.expiredKeywordTooltips:hover span {
	visibility: visible;
	opacity: 0.8;
	left: 100%;
	top: 50%;
	margin-top: -15px;
	margin-left: 15px;
	z-index: 999;
}

#new-filters{
	margin-top: 5px;
	margin-right: 5px;

}

.input-daterange{
	margin-top: 7px;
}

.applyFilterDateRange{
	margin-top: 7px;
}
.companyClaimedByAgentMessage{
	margin: 0 3px;
	margin-top: 7px;
}