input[readonly="readonly"] {
  background: none;
  border: none; }

input.ui-autocomplete-input {
  border: 1px solid #417690;
  width: 400px;
  height: 17px; }

.ui-menu-item {
  list-style-type: none; }

.warning_msg {
  background: #f8d7da;
  padding: 10px;
  text-align: center;
  border: 1px solid #f5c6cb;
  font-size: 16px;
  color: #721c24; }

.info_msg {
  padding: 8px;
  text-align: center;
  font-size: 14px; }

.hidden {
  display: none; }

.autocomplete-light-clearfix .original {
  display: none; }
