
.selectedTagHead{
	padding:12px 0px;
}

.tagItem{
	display:inline-block;
	padding:4px;
	height:30px;
	margin:4px;
}

.tagItem>div{
	
	padding:8px 12px;
	border-radius:4px;
	border:1px solid #CCC;
	background-color:#FFF;
}

.tagItem>div>img{
	vertical-align:middle;
	padding:2px 8px;
}


.tagItem>div:hover{
	background-color:#A2D6FF;
}

.tagItem>div>img:hover{
	opacity:0.7;
}


#tag_template{
	display:none;
}

/*.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;   
    overflow-x: hidden; 
    z-index:1000 !important;
}*/

.ui-autocomplete {
    max-width: 300px; /* Add a max width */
    max-height: 200px;
    overflow-y: auto;   
    overflow-x: hidden; 
    z-index:1000 !important; 
}