/*
* Autocomplete styles
*/

/* Suggestion list */
#autocomplete {position: absolute;border: 1px solid;overflow: hidden;z-index: 100;}
#autocomplete ul {margin: 0;padding: 0;list-style: none;}
#autocomplete li {background: #fff;color: #000;white-space: pre;cursor: default;padding: 2px;margin: 0;}
#autocomplete li.selected {background: #0072b9;color: #fff;}
#autocomplete li.selected, tr.selected td, tr.selected td.active {background: #a3c21b;color: #fff;}

/* Animated throbber */

html.js input.form-autocomplete {background-image: url(../../../../../misc/throbber.gif);background-repeat: no-repeat;background-position: 100% 2px;}
html.js input.throbbing {background-position: 100% -18px;}

