div.tagsinput {
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #FFF;
	padding: 2px 5px;
	width: 100px;
	height: auto;
	overflow-y: auto;
	float: left;
}

div.tagsinput span.tag {
	border: 1px solid #dedfdb;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: block;
    float: left;
    padding: 0 5px;
    text-decoration: none;
    background: #f4f4f5;
    color: #444;
    margin-right: 3px;
    margin-bottom: 2px;
    font-family: helvetica;
    font-size: 12px;
    line-height: 25px;
}

div.tagsinput span.tag a {
	font-weight: bold;
	color: #2dcb73;
	text-decoration: none;
	font-size: 14px;
}

div.tagsinput input {
	width: 100%;
	margin: 0px;
	font-family: helvetica;
	font-size: 12px;
	border: none;
	padding: 7px;
	background: transparent;
	color: #ddd;
	outline: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	display: block;
}

div.tagsinput div {
	display: inline-flex;
	float: left;
}

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

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