/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Copyright (c) 2001-present X-Cart Holdings LLC. All rights reserved.
 * See https://www.x-cart.com/license-agreement.html for license details.
 */

.table-value.autocomplete-field .input-field-wrapper {
  position: relative;
}

.ui-autocomplete.ui-menu {
  padding: 0;
  max-height: 200px;
  overflow-y: auto;
}

.ui-autocomplete.ui-menu .ui-menu-item a {
  padding: 9px 10px;
  font-size: 14px;
  color: #333;
}

.ui-autocomplete.ui-menu .ui-menu-item a.ui-state-focus {
  border: none;
  background: #83a8c7 none;
  border-radius: 0;
  margin: 0;
  color: #fff;
}

