div.tagsinput { 
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.07);
	width: auto !important;
	overflow-y: auto;
    vertical-align: middle;
    line-height: 32.3px;
    cursor: text;
    vertical-align: middle;
	    outline: none;
}
div.tagsinput span.tag { 

    border-radius: 2px;
    color: white;
    display: inline-block;
    font-size: 11px;
    font-weight: normal;
    margin-top: 3.5px;
    margin-left: 5px;
    padding-top:2px;
	background-color: #294f75;
	border-color: #25476a !important;
	float: left; 
    box-shadow: none !important;
    outline: none;
}
div.tagsinput span.tag a { 
		font-weight: bold; 
		color: #fff;
		text-decoration:none; 
		font-size: 12px;
} 
div.tagsinput input { 
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: #4d627b;
    margin: 0;
    margin-left: 5px;
    max-width: inherit;
    outline: none;
    width: auto !important;
    line-height: 26px;
}
div.tagsinput div {
		display:block; 
		float: left; 
} 

.not_valid {
		background: #fff !important; 
		color: red !important;
		font-weight: bold;
		transition-duration: .5s;

}

