ul.ui-autocomplete.ui-menu {
  z-index: 10000;
}
 .ui-autocomplete-loading {
   background: white url("http://www.suddenlink.com/sites/all/themes/suddenlink/images/ajax-loader.gif") right center no-repeat;
 }
 
 #loading {
	width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 10000;
 	padding-top:10%;
 	background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, .2);
 }
 #salesSearch {
	margin-bottom: 20px;
 }