div.tagsinput {
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	 background: #FFF;	 
	 overflow-y: auto;
	 padding:0px;
}
div.tagsinput span.tag {
	 -moz-border-radius:2px;
	 -webkit-border-radius:2px;
	 display: block;
	 float: left;
	 padding:0px 3px 0px 3px;
	 line-height:32px;
	 height:32px;
	 text-decoration:none;
	 background: #cde69c;
	 color: #638421;
}

div.tagsinput span.tag a {
	 font-weight: bold;
	 color: #82ad2b;
	 text-decoration:none;
	 height:16px;
	 width:16px;
}	 


ul.tag {
	list-style:none;
	float:left;
	height:16px;
	border:1px solid #999;
	background-color:#EEE;
	color:#000;
	border-radius:2px;
	-webkit-border-radius:2px;
	
	margin:2px 0px 2px 2px;
	padding: 0px 0px 0px 5px;
}
ul.tag li {
	float:left;
	padding:0px;
	line-height:16px;
	width:auto;
	font-size:14px;
}
ul.tag li.deltag{
	border-left:1px solid #999;
	line-height:16px;
	width:16px;
	background-image:url('/svg/dialog-close.svg');
	background-position:center center;
	background-repeat:no-repeat;
	background-size:8px auto;		
	cursor:pointer;
}
ul.tag li.deltag:hover{
	background-color:#999;
}


div.tagsinput input {
	 width:80px;
	 margin:0px;
	 border:1px solid transparent;
	 border-right-style:none;
	 border-left-style:none;
	 padding:0px 5px 0px 5px;
	 background: transparent;
	 color: #000;
	 outline:0px;
/*	 margin-top:2px;
	 margin-bottom:2px;
	 */
	 line-height:16px;
	box-sizing: border-box;
	height:22px;
	-webkit-transition: width 250ms ease-in-out;
	-moz-transition: width 250ms ease-in-out;
	-o-transition: width 250ms ease-in-out;
	-ms-transition: width 250ms ease-in-out;
	transition: width 250ms ease-in-out;  	 
}
div.tagsinput input:focus {
	 width:160px !important;
}
div.tagsinput div {
	 display:block;
	 float: left !important;
	 
} 
.tags_clear {
	 clear: both;
	 width: 100%;
	 height: 0px;
	 }
.not_valid {
	background: #FBD8DB !important;
	 color: #90111A !important;
}

.deltagbt {
	display:inline-block;
	float:left;
	height:16px;
	width:16px;
	 background-image:url('/pics/roundx.svg');
	 background-position:center center;
	 background-repeat:no-repeat;
	 background-size:16px 16px;	
}