﻿.search-results-searchbar {
	margin:0 0 50px 0;
}
.search-results-section h2.results-header{
	font-size:28px;
	font-weight:bold;
}
#Form_elsapi_combinedsearch{
	position:relative;
}
#Form_elsapi_combinedsearch > fieldset {
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 100%;
    vertical-align: bottom;
}
#Form_elsapi_combinedsearch .field,
#Form_elsapi_combinedsearch .field input {
	margin: 0;
}
#Form_elsapi_combinedsearch > .Actions {
	width:90px;
	height:100%;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	position:absolute;
	top:0;
	right:0;
}
#Form_elsapi_combinedsearch input.action,
#Form_elsapi_combinedsearch button.action {
	display:block;
	width:100%;
	height:100%;
	background: #f6bf19;
	color: #171717;
	font-size: 0.875rem;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	transition: 0.4s all;
	border: 0;
	cursor: pointer;	
}
#Form_elsapi_combinedsearch input.action:hover,
#Form_elsapi_combinedsearch button.action:hover {
    background: #171717;
    color:#f6bf19;
    -webkit-box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);	
}
.result-count-link {
	display: none;
	float: left;
	width: 250px;
	margin: 0 2px 0 0;
	padding: 5px 10px;
	background-color: #f0f5f9;
	max-width: 50%;
	text-decoration:none;
}
.result-count-link.selected {
    background-color: #7aa8cc;
    color: #fff;
}

#site-search-results,
#products-search-results,
#equipment-search-results,
#parts-search-results {
	display:none;
	margin:16px 0;
}

.search-results-loading-area {
	height:50px;
	line-height:50px;
	padding-left:50px;
	background:url('../images/loader.gif') 10px center no-repeat;
}
.load-more-action {
	display:block;
	padding:5px 12px;
	background:#f0f5f9;
	text-align:center;
	text-decoration:none;
}
.load-more-action:hover {
	background:#94c6f1;
	color:#000;
}
.loading-more-indicator {
	text-align:center;
}
.loading-more-indicator > div {
	display:inline-block;
}

/* Results */
.pl-combo-search-result {
    padding: 10px;
    margin-bottom: 12px;
    background: #fbfbfb;
}
.pl-combo-search-result .result-title {margin-bottom:6px;}
.pl-combo-search-result__summary img {
	display: none!important; /* hide summary photos */
}
.search-result__link a {
    margin: 5px 0;
    padding: 6px 20px;
}
.search-result__link__display {
	display:block;
	padding-left:10px;
	background:#ececec;
	font-size:14px;
	color:#0e0e0e;
}

.has-active-search .result-count-link {
	display:block;
}
.has-active-search #site-search-results,
.has-active-search #products-search-results,
.has-active-search #equipment-search-results,
.has-active-search #parts-search-results {
	display:block;
}

@media only screen and (max-width: 1024px) {
	.result-count-link {
		float: none;
		width: 100%;
		max-width: 100%;
		margin-bottom: 2px;
	}
	.search-results-section h2.results-header{
		font-size:26px;
		font-weight:bold;
	}
}
@media only screen and (max-width: 700px) {
	#Form_elsapi_combinedsearch > fieldset,
	#Form_elsapi_combinedsearch > .Actions {
		display: block;
		max-width: 100%;
	}
	#Form_elsapi_combinedsearch input.action,
	#Form_elsapi_combinedsearch button.action {
		width: 100%;
	}
}
@media only screen and (max-width: 640px) {
	#Form_elsapi_combinedsearch > .Actions {
	    width: 75px;
	}
	.search-results-section h2.results-header{
		font-size:22px;
	}
}
