﻿
#custom-search-div {
    position: relative;
    margin: auto;
    top: -20rem;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    
    min-width: 200px;
    max-width: 600px;
    
}

#custom-search-input {
    
    
    
    background-color: transparent;
}

#custom-search-input input {
    border: 0;
    box-shadow: none;
}

#custom-search-input button {
    
    background-color: #B11116;
    box-shadow: none;
    border: none;
    color: #666666;
    
    
}

#custom-search-input button:hover {
    border: none;
    box-shadow: none;
    
}

#custom-search-input > div > span > button > span {
	
	color: #FFF;
}

@media only screen and (max-width: 900px) {
	#custom-search-div {
    	position: inherit !important;
	}
}

.ui-autocomplete {
    max-height: 350px;
    overflow-y: auto;
    
    overflow-x: hidden;
  }
  
* html .ui-autocomplete {
	height: 350px;
	}
