
div.tagsinput {
	border: 1px solid #a9a9a9;
	background: #FFF;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

div.tagsinput span.tag {
	float: left;
	display: block;
	overflow: hidden;
	height: 20px;
	border: 1px solid #aaa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
	background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background-clip: padding-box;
	box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
	text-decoration: none;
	white-space: nowrap;
	font-size: 13px;
	line-height: 20px;
	padding-left: 6px;
	margin: 3px 5px;
}

div.tagsinput span.tag a {
	background: url('../img/chosen-sprite.png') -42px 4px no-repeat;
	display: inline-block;
	width: 15px;
	height: 13px;
}

div.tagsinput input {
	border: 0px solid transparent;
	outline: 0px;
	font-size: 13px;
	text-align: left;
	color: #d5d5d5;
	margin: 3px 5px;
	height: 20px;
}
div.tagsinput input:focus { 
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
div.tagsinput div {
	display: block;
	float: left;
}

.tags_clear {
	clear: both;
	width: 100%;
	height: 0px;
}

.not_valid {
	background: #FBD8DB !important;
	color: #90111A !important;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding-left: 5px;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx) {

div.tagsinput span.tag a {
	background-image: url(../img/chosen-sprite@2x.png)!important;
	background-size: 52px 37px!important;
	background-repeat: no-repeat!important;
	margin-left: 5px;
}

}

/*FIX hk*/
#client_ip_input_tag{
	width: 157px !important;
}
