﻿
/* Popup auto complete / suggest*/
#popupAutoSuggestScan{
  width:270px;
  height:200px;
  min-height:360px;
  max-height:360px;
}
.popup-content{
  margin-top:10px;
  overflow:auto;
  min-height:300px;
}
  .popup-content > ul > li {
    list-style: none;
    padding: 4px 0;
    border-bottom: 1px solid #eeeeee;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
.popup-content > ul > li:hover {
  background-color:#eee;
  cursor:pointer;
}
.span{
  font-weight:bold;
  color:black;
}

.popup-input{
  display:inline-block;
}

.popup-spinner{
  display:inline-block;
}