
body { background: #f7f7f7; }

a {
color: #333;
text-decoration: none;
}

a:hover {
color: #333;
text-decoration: underline;
}
.dropdown-searchresult {
	width: 100%;
	max-width: 414px;
	overflow-x: scroll;
}

.searchResults {
	width: 100%;
	max-width: 616px;
	padding: 0;
	margin: 0 auto;
}
.modal-xl {
	max-width: 616px;
}
.resultbox-page {
	width: 100%;
	float:left;
}

.resultbox {
width: 100%;
border: 1px solid #dadada;
min-height: 184px;
background: #fff;
padding: 10px;
font-size: 14px;
color: #000;
margin: 5px 0;
}
.resultbox:hover {
box-shadow: 0 0 8px 1px rgba(80,80,80,0.19);
}

.resultbox-img {
	width:140px;
	height:140px;
	position:relative;
	margin: -10px 10px 10px -10px;
	background-position: center center;
	background-size: cover;
	float:left;
}

.resultbox h5 {
	font-size: 16px;
	font-weight: 700;
	margin-top: 6px;
	min-height: 66px;
}

.resultbox .distance{
	font-size: 11px;
}

.innerModuleRating {
	width:165px;
	height:28px;
	position: absolute;
	bottom: -38px; left:10;
	font-size: 14px;
	line-height: 19px;
	padding: 6px 0 0 10px;
	
}

.innerModuleRating svg {
	color: #f48500;
}

.loc-loc {
	min-height: 60px;
}

.btn-result-detail {
border-radius: 17px;
font-size: 14px;
padding: 5px 0;
text-align: center;
border: 1px solid #008b8b;
color: #008b8b;
width: calc(100% - 175px);
font-weight: bold;
cursor: pointer;
text-decoration: none;
margin-left: 175px;
}
.btn-result-detail:hover {
color: #fff;
background: #008b8b;
}

.modal-content .close {
	text-align: right;
	padding: 5px 10px;
	font-size: 24px;
}
#detailsModal-body {
	height: 90vh;
	overflow-y: auto;
}


.pi-link {
border: solid 1px #dadada;
border-radius: 0;
padding: 2px 7px;
display: inline-block;
margin: 0 3px;
}

.page-item.active .pi-link,
.pi-link:hover  {
background-color: #dadada;
}

.no-border {
	border: none !important;
}

.filter-wrapper {
	width: 100%;
	max-width: 620px;
	margin: 0 auto;
}

.filter-element-wrapper {
width: 50%;
float: left;
padding: 5px;
position: relative;
}

.filter-label {
display: block;
width: 82%;
border: 0;
padding: 10px;
box-sizing: border-box;
cursor: pointer;
height: 40px;
font-size: .875rem;
}

.resultcounter {
float: left;
display: inline-block;
font-size: .75em;
line-height: 42px;
padding-left: 10px;
}

.clearfix-8 {
	clear: both;
	float: none;
	width: 100%;
	height: 8px;
}

#dropdownRadiusButton {
	text-align: left;
	font-size: .875rem;
}

#deleteLocation {
	position:absolute;
	top: 0; right:0;
	width:36px; height:100%;
	padding: 10px 12px;
	cursor: pointer;
}
#deleteLocation img {
	width:100%;
	height: auto;
}
.btn-light,
.form-control {
border: 1px solid #dadada;
background: #eee;	
font-size: .875rem;
}
.btn-light.disabled, .btn-light:disabled {
background: #fefefe;
color: #dedede;
border-color: #dadada;
}
.dropdown-radius-active {
background: #eee;	
}

@media (min-width: 400px) {
.searchResults {
	padding: 10px;
}
.resultbox-img {
	width:160px;
	height:140px;
	position:relative;
	margin: -10px 10px 10px -10px;
	background-position: center center;
	background-size: cover;
	float:left;
}
.resultcounter {
padding-left: 0;
}
#dropdownRadiusButton::after {
display: inline-block;
display: inline-block;
float:right;
background : url(/oem/mydays/img/arrow_down_icon.svg) no-repeat;
content : "";
width:20px; height:20px;
border: none;
}
}


@media (min-width: 620px) {
.searchResults {
	padding: 2px;
}
	.resultbox {
	margin: 6px;
	border: 1px solid #dadada;
	background: #fff;
	width: 187px;
	min-height: 320px;
	float:left;
	}
	.resultbox-img {
		width:185px;
		height:140px;
		float:none;
		margin: -10px 0 0 -10px;
	}
	.innerModuleRating {
		width:100%;
		height:28px;
		padding: 5px 0 0 10px;
		background: rgba(255,255,255,0.8);
		position: absolute;
		bottom: 0; left:0;
		font-size: 14px;
		line-height: 19px;
		
	}
	.btn-result-detail {
		width: 100%;
		margin-left: 0;
	}
	.filter-element-wrapper {
	width: 33.33%;
	}
	#detailsModal-body {
		height: 50vh;
	}
}
