/*
	ross, 01/11/2018, creation
	ross, 01/02/2019, hover updates
*/


@media (min-width: 251px) and (max-width: 480px) {
	#PlantFinderNotice {
		display: none;
	}

	#PlantFinderResults {
		margin-top: 1em;
	}
}



@media (min-width: 481px) and (max-width: 767px) {
	#PlantFinderNotice {
		display: none;
	}

	#PlantFinderResults {
		margin-top: 1em;
	}
}



@media (min-width: 768px) and (max-width: 1029px) {
	#PlantFinderControl {
		width: 50%;
		float: left;
		position: absolute;
	}

	#PlantFinderResults {
		min-height: 560px;
	}

	#PlantFinderHeader {
		height: 4em;
	}

	.buyLines {
		margin-left: calc(128px + 1em);
	}
}



@media (min-width: 1030px) {
	#PlantFinderControl {
		width: 600px;
		float: left;
		position: absolute;
	}

	#PlantFinderResults {
		min-height: 560px;
	}

	#PlantFinderHeader {
		height: 4em;
	}

	.buyLines {
		margin-left: calc(128px + 1em);
	}
}




#PlantFinderControl {
	padding: 4px;
	box-shadow: 0 0 20px 0 lightgray;
	background-color: rgba(255, 255, 255, 1);
	z-index: 2;
}


#PlantFinderControl h3 {
	font-size: 1em;
}


#PlantFinderControlCollapser {
	margin-top: 4px;
	/*color: #ced4d2;*/
	color: #aaaaaa;
}
#PlantFinderControlCollapser:hover {
	color: #4a6365;
	cursor: pointer;
}
#PlantFinderControlCollapser i {
	float: right;
}
#PlantFinderControl h2 {
	font-size: 1.4em;
	color: #4a6365;
	font-weight: bold;
	padding-bottom: 0;
	padding-left: 0.5em;
	margin-top: 0;
	margin-bottom: 0;
}


#PlantFinderControlBody {
	border-top: 1px solid #ced4d2;
	margin-top: 1em;
}


#PlantFinderControl .FilterIcon {
	min-width: 16px;
	min-height: 15px;
	display: inline-block;
	vertical-align: middle;
}



#PlantFinderFilterList {
	list-style-type: none;
	margin: 0;
	padding: 8px 0;
	border-bottom: 1px solid #ced4d2;
	color: #4a6365;
}

#PlantFinderFilterList li {
	min-height: 24px;
	padding-left: 1em;
}

#PlantFinderFilterList li .removeFilter {
	color: #979797;
}
#PlantFinderFilterList li .removeFilter:hover i.material-icons {
	color: #4a6365;
	background-color: #ced4d2;
}
#PlantFinderFilterList li .removeFilter i.material-icons {
	position: relative;
	top: -4px;
}


#PlantFinderGroups ul li, #PlantFinderGroups ul li a {
	color: #4a6365;
}

#PlantFinderGroups ul li:hover, #PlantFinderGroups ul li a:hover {
	background-color: #ced4d2;
	color: black;
}


#PlantFinderPaging {
	margin: 8px 0;
	/*height: 2em;*/
	color: #4a6365;
	font-size: 1.2em;
	text-align: right;
}
#PlantFinderPaging div:first-child {
	/*float: right;*/
}
#PlantFinderPaging label {
	display: inline;
}
#PlantFinderPaging ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: inline-block;
}
#PlantFinderPaging ul li {
	display: inline-block;
	padding: 0.5em;
	background-color: #c4dbbf;
	border-radius: 4px;
	margin: 2px 0;
	min-width: 1.9em;
	text-align: center;
}
#PlantFinderPaging ul a:hover, #PlantFinderPaging ul li:hover {
	background-color: #4a6365;
	color: white;
}
#PlantFinderPaging ul li.currPage {
	background-color: #4a6365;
	color: #c4dbbf;
}
#PlantFinderPaging ul li.pageLabel {
	background-color: white;
	color: #4a6365;
}
#PlantFinderPaging ul li.pageLabel:hover {
	background-color: white;
	color: #4a6365;
}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 1px solid white !important;
	font-weight: normal !important;
	color: #666 !important;
	background: none !important;
}
.ui-state-focus {
	outline: 2px solid #ced4d2;
}
.ui-widget-content {
	border: 1px solid white !important;
}
.ui-accordion .ui-accordion-header:hover {
	background-color: #ced4d2 !important;
}


#PlantFinderResults h3 {
	position:unset;
}

#PlantFinderNotice {
	float: right;
	/*padding: 8px;*/
	font-size: 1.2em;
	color: #4a6365;
	margin-top: -8px;
}



.MtileClear {
	min-height: 140px !important;
}

.productBoxBody {
	margin: -2px;
	border-radius: 16px;
}

input[type='number'] {
	min-width: 3em;
}
