div.tagsinput {
	border: 1px solid #d9d9d9;
	background: #FFF;
	padding: 1px 4px;
	min-height: 32px;
	border-radius: 4px;
	overflow-y: auto;
}
div.tagsinput.disabled {
	background-color: #F5F5F5;
}

div.tagsinput span.tag {
	color: #000000;
	border-radius: 4px;
	display: block;
	float: left;
	text-decoration: none;
	background: rgba(0, 0, 0, 0.06);
	margin-right: 4px;
    margin-top: 2px;
    margin-bottom: 2px;
	font-size: 14px;
	height: 24px;
	padding: 0 4px 0 8px;
	max-width: 96%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

div.tagsinput span.tag a.remove-btn {
	font-weight: bold;
	color: rgba(0, 0, 0, 0.45);
	text-decoration: none;
	font-size: 12px;
	margin: 0 4px;
}

div.tagsinput input {
	width: 96px;
	margin: 0px;
	font-size: 14px;
	border: 1px solid transparent;
	background: transparent;
	color: #000;
	outline: 0px;
	height: 24px;
	margin-right: 4px;
    margin-top: 2px;
    margin-bottom: 2px;
}

div.tagsinput div {
	display: block;
	float: left;
}

.tags_clear {
	clear: both;
	width: 100%;
	height: 0px;
}

.not_valid {
	background: #FBD8DB !important;
	color: #90111A !important;
}