/*!
 * jQuery UI Autocomplete 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
/*.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}*/

/*Страница паспорт*/
.ui-widget {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}

.ui-widget-content {
	background: #ffffff;
	color: #333333;
}

.ui-menu {
    list-style: none;
    padding: 5px 10px;
    margin: 0;
    display: block;
    outline: 0;
}

.ui-helper-hidden-accessible {
    display: none;
}