/* Tags Input */
.bootstrap-tagsinput {
	width: 100%;
}

.form-group-invisible {

	.bootstrap-tagsinput {
		border: 0 none;
		box-shadow: none;
		background-color: transparent;
	}

}

.bootstrap-tagsinput .badge {
	border: 0;
}

// DARK SKIN
// -----------------------------------------------------------------------------
html.dark {
	.bootstrap-tagsinput {
		background: $dark-color-3;
		border-color: $dark-color-3;
	}
}