/*tag*/

.tags-input-cont .bootstrap-tagsinput {
	width: 100%;
	max-width: 100%;
	padding: 7px 4px 7px 4px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-color: #f3f3f3;
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
	display: inline-block;
	color: #555;
	vertical-align: middle;
	font-size: 14px;
	line-height: inherit;
	cursor: text;
	outline: none !important;
}
.tags-input-cont .bootstrap-tagsinput input {
	border: none;
	box-shadow: none;
	outline: none;
	background-color: transparent;
	padding: 0 6px;
	margin: 0;
	width: auto;
	max-width: inherit;
}
.tags-input-cont .bootstrap-tagsinput.form-control input::-moz-placeholder {
	color: #777;
	opacity: 1;
}
.tags-input-cont .bootstrap-tagsinput.form-control input:-ms-input-placeholder {
	color: #777;
}
.tags-input-cont .bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
	color: #777;
}
.tags-input-cont .bootstrap-tagsinput input:focus {
	border: none;
	box-shadow: none;
}
.tags-input-cont .bootstrap-tagsinput .tag {
	margin: 0 0 3px 3px;
	padding: 5px 8px 3px;
	background-color: #1396e2;
	color: white;
}
.tags-input-cont .bootstrap-tagsinput .tag [data-role="remove"] {
	margin-left: 8px;
	cursor: pointer;
}
.tags-input-cont .bootstrap-tagsinput .tag [data-role="remove"]:after {
	content: "x";
	padding: 0px 2px;
}
.tags-input-cont .bootstrap-tagsinput .tag [data-role="remove"]:hover {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.tags-input-cont .bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/*completamento automatico*/

.twitter-typeahead {
	width: 100%;
}
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
    margin-bottom: 0;
}
.twitter-typeahead .tt-hint {
    display: none;
}
.tt-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 200px;
    padding: 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    cursor: pointer;
}
.tt-suggestion {
    display: block;
    padding: 10px 20px 2px;
    clear: both;
    font-weight: normal;
    line-height: 1;
    color: #333333;
    white-space: nowrap;
}
.tt-suggestion:hover,
.tt-suggestion:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #1396e2;
}