.tagInput {
   
}

.tagInputDiv {
  display: none;
  background-color: white;
  position: absolute;
  overflow: auto;
  border: 1px solid #cccccc;
  top:33px;
  left:0px;
}

.bg_search .tagInputDiv {
  display: none;
  background-color: white;
  position: absolute;
  overflow: auto;
  border: 1px solid #DFE8EF;
  top:43px;
  left:16px;  
  width:260px;
  height:180px;
  z-index:1000;
}

.map .tagInputDiv {
  display: none;
  background-color: white;
  position: absolute;
  overflow: auto;
  border: 1px solid #DFE8EF;
  top:21px;
  left:0px;
  z-index:5000;
  width:209px;
  height:140px;  
}

.add_product .tagInputDiv {
  display: none;
  background-color: white;
  position: absolute;
  overflow: auto;
  border: 1px solid #DFE8EF;
  top:30px;
  left:0px;
  z-index:5000;
  width:306px;
  height:140px;  
}

.bg_search .tagInputDiv span {float:none;margin:0px;padding:0px;font-size:11px;}
.map .tagInputDiv span {float:none;margin:0px;padding:0px;font-size:11px;}
.add_product .tagInputDiv span {float:none;margin:0px;padding:0px;font-size:11px;}

.tagInputLine {
  color: black;
  font-weight: normal;
  padding:4px;
}

.bg_search .tagInputLine {
  color: #0F6BC5;
  font-weight: normal;
  padding:4px;
}

.map .tagInputLine {
  color: #0F6BC5;
  font-weight: normal;
  padding:4px;
}

.add_product .tagInputLine {
  color: #0F6BC5;
  font-weight: normal;
  padding:4px;
}

.tagInputSel {
  background-color: gray;
  color:white;
}

.bg_search .tagInputSel {
  background-color: #CBD9E4;
  color:#0F6BC5;
}

.map .tagInputSel {
  background-color: #CBD9E4;
  color:#0F6BC5;
}

.add_product .tagInputSel {
  background-color: #CBD9E4;
  color:#0F6BC5;
}

.tagInputLineTag {
  /*min-width: 150px;*/
  display: inline-block;
}

.bg_search .tagInputLineTag {
  /*min-width: 253px;*/
  display:inline-block;
}

.map .tagInputLineTag {
  /*min-width: 200px;*/
  display:inline-block;
}

.tagInputLineFreq {
  min-width: 50px;
  text-align: right;
  display: inline-block;
  float:right;
}


.tagInputSuggestedTags {
  font-size: 12px;
  background-color:#e0e0e0;
  padding:2px;
  font:13px/15px arial,sans-serif;
  margin-top:5px;
  width:550px;
  color:#303030;
}

.tagInputSuggestedTags .label{
  font-weight:bolder;
}

.tagInputSuggestedTagList{

}

.tagInputSuggestedTagList .tag{
  padding:2px;
  cursor:pointer;
  display:inline-block;
  margin:1px;
}

.tagInputSuggestedTagList span.tag:hover{
  background-color:#f0f0f0;
}

.tagInputSuggestedTagList .tagUsed{
  background-color:lightgray;
}




