﻿/********Css For freetextsearch************/
/* CSS for Quick Search */ 
#showResults{
	position:absolute;
	right: 0px;
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid rgb(38, 38, 38);
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	padding-top: 5px;
	width:350px;
	top:33px;
	z-index:999;
	text-align:left;
	border-radius: 5px;
	-webkit-user-select: none;
	-khtml-user-select:	none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
@media only screen and (max-width: 479px) {
		#showResults {
			width: auto;
			min-width: 95%;
			}
}
@media only screen and (max-width: 320px) {
		#showResults {
			width: auto;
			min-width: 300px;
			}
}
#freetextsearch_form .form-search {
	width: 250px; /* new property AT */
	vertical-align: middle;
	float: right;
	padding:0px;
}
@media only screen and (max-width: 479px) {
		#freetextsearch_form .form-search {
			float: inherit;
			width: 350px;
			}
}
@media only screen and (max-width: 320px) {
		#freetextsearch_form .form-search {
			float: inherit;
			width: 300px;
			}
}

::-ms-clear { display: none; }
#freetextsearch_form .form-search input.input-text{
	border-radius: 5px 0px 0px 5px;
	width: 200px; /* new property AT */
	border-right-style: none;
	border-right-color: inherit;
	border-right-width: 0px;
}
@media only screen and (max-width: 479px) {
		#freetextsearch_form .form-search input.input-text {
			width: 300px;
			}
}
@media only screen and (max-width: 320px) {
		#freetextsearch_form .form-search input.input-text {
			width: 250px;
			}
}
#freetextsearch_form .form-search .button{
	border-radius: 0px 5px 5px 0px;
	height: 30px;
	line-height: 6px;
	float: right;
	font-weight: 600;
	width: 50px;
	}
#freetextsearch_form .form-search .button .material-icons {
	display:block;
	margin-top: -6px;
	font-size: 28px !important;
	margin-left:-4px;
}
@media only screen and (max-width: 479px) {
		#freetextsearch_form .form-search .button{
			margin-right: 0px;
			}
}
@media only screen and (max-width: 320px) {
		#freetextsearch_form .form-search .button{
			margin-right: 0px;
			}
}
#freetextsearch_form .form-search input.loading-result{background:#FFFFFF url(images/search-loading.gif) 95% center no-repeat;}
#freetextsearch_form .form-search input.search-complete{background:#FFFFFF url(images/search_complete.png) 95% center no-repeat;}
#showResults #resultNotice{
	float: left;
    margin: 5px 0;
    width: 100%;
}
#showResults .close-dropdown{
	right: 0px;
	width: 30px;
	height: 30px;
	font-size: 28px;
	display: block;
	position: absolute;
	text-decoration: none;
	font-family: Arial;
	top: 0px;
	padding: 0;
	line-height: 30px;
	text-align: center;
	color: #BD081C;
}
#showResults span.keyword{
	background:#dff2ff; 
	color:#000000; 
}
#showResults #resultLabel{
	font-style: normal;
	font-size:13px;
	color: #000000;
	font-weight: normal;
	text-align: center;
	margin-top: 0px;
	width: 100%;
}
#showResults #listResults{
	
}
#listResults .result-title{
	background: none repeat scroll 0 0 #0F75BD;
    float: left;
    padding: 3px 0;
    text-align: left;
    width: 100%;
	color: #444444;
	padding-left: 7px;
	font-family:inherit;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 10px;	
	border-radius: 5px;
	margin-top: 7px;
	line-height:0px;
}
#listResults .list-products{
	float:left; 
	width:100%;
	margin: 0 0 5px;
}
#listResults .list-products li.item{
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 8px;
    padding-right: 8px;
    width: 100%;
}
#listResults .list-products .product-img{
	float:left;
	margin-right: 5px;
}
#listResults .list-products .product-img img{
	border-radius: 5px;
}
#listResults .list-products .product-info{
	/*float: left;*/
    margin-left: 2px; /*10px*/
    margin-right: 2px; /*new property*/
    text-align: left; /*justify*/
    width: 100%; /*210px*/
}
#listResults .list-products .product-name{}
#listResults .list-products p.desc{color:#000000; margin:0 0 3px; padding-left: 80px;}
#listResults .list-products .product-price h5{color:#FF0000; font-size:15px; font-weight:bold;}
#listResults .list-products .product-name a{
	color: #000000;
    font-weight: 600;
	font-size:13px;
    text-decoration: none;
    display: inline;
}
#listResults .list-products .product-name a:hover{
	color: #0F75BD;
}
#listResults .list-cms{
	float:left; 
	width:100%;
	margin: 0 0 5px;
	padding:0 0 5px;
}
#listResults .list-cms li{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-right: 25px;
	background:url(images/list-icon.png) 10px center no-repeat;
}
#listResults .list-cms li h5.p-title{
	color:#636363; 
	font-size:13px; 
	font-weight: 400;
	font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
	margin:0;
}
#listResults .list-cms li h5.p-title a{
	color:#636363;
	font-size:13px; 
	font-weight:400;
	text-decoration: none;
}
#listResults .list-cms li h5.p-title a:hover{
	color: #0F75BD;
}
.quicksearch-uom-wrapper {
    font-size: 10px;
    display: inline-block;
    border: 1px solid #efefef;
    border-radius: 5px;
    width: 91px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    float: right;
    margin-top: 1px;
}
.quicksearch-uom-title {
    font-weight: 400;
    width: 29px;
    display: inline-block;
    background: #f4f4f4;
    border-radius: 4px 0 0 4px;
    padding-left: 3px;
    cursor:help;
}
.quicksearch-uom-unit {
    font-weight: 400;
    width: 52px;
    display: inline-block;
    margin-left: 4px;
}