﻿.autocomplete-suggestions { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); cursor:pointer;}
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden;margin-bottom:5px;border-bottom:2px solid #ccc;}
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }
.autocomplete-img {float:left;margin-top:-65px;width:25%;}
.autocomplete-img img {height:65px;width:65px;max-width:65px;border-radius:5px;border:2px solid #ccc;margin:0px auto;}
.suggestion-text {float:right;width:85%;text-align:left;font-weight:700;margin-top:-15px;}
.suggestion-text-small {float:right;width:85%;text-align:left;font-size:14px;text-transform: capitalize;margin-bottom:5px;}

@media screen and (max-width: 1024px){
	.autocomplete-suggestions {min-width:320px;}
	.autocomplete-suggestion {height:60px;min-height:60px;}
    .autocomplete-img {float:left;margin-top:-50px;width:25%;}
    .autocomplete-img img {height:50px;width:50px;max-width:50px;border-radius:5px;border:2px solid #ccc;margin:0px auto;}
    .suggestion-text {float:right;width:85%;text-align:left;font-weight:700;margin-top:-15px;font-size:0.8em;padding-left:15px;}
    .suggestion-text-small {float:right;width:85%;text-align:left;font-size:14px;text-transform: capitalize;margin-bottom:5px;font-size:0.8em;padding-left:15px;}
}