.bootstrap-tagsinput {
	color: #555;
	vertical-align: middle;
	border-radius: 4px;
	max-width: 100%;
	line-height: 22px;
	cursor: text;
}

.button-multi .button-right .btn {
	display: inline-block;
	padding: 7px;
	float: right;
	width: 200px;
}


.label {
	padding: 5px;
}


.button-multi .button-left {
	width: calc(100% - 200px);
	float: left;
}


.button-multi .button-right {
	width: 200px;
	box-sizing: border-box;
	float: left;
}

.bootstrap-tagsinput input {
  margin-bottom: 5px !important;
}


.bootstrap-tagsinput .tag {
	margin-right: 2px;
	color: white;
	margin-top: 5px;
	display: inline-block;
    background-color: #444;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
    vertical-align: middle;
}
.bootstrap-tagsinput .tag [data-role="remove"] i {
    font-size: 14px;    
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover {
    color:#ED1847;  
}