/* Bootstrap TagsInput */
.bootstrap-tagsinput {
	display: inline-block;
	vertical-align: middle;
    width: 100%;
    padding: 0.45rem;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #313a46;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

}

.bootstrap-tagsinput input {
	direction: ltr;
	border: 0;
	outline: 0;
	background-color: transparent;
	width: auto !important;
	/* min-width: 1rem; */
	-webkit-box-shadow: none;
	box-shadow: none;
}

.bootstrap-tagsinput input:focus {
	border: none;
	box-shadow: none;
}

.bootstrap-tagsinput .twitter-typeahead {
	width: auto;
}

.bootstrap-tagsinput .tt-dropdown-menu {
	margin-top: 5px;
	min-width: 150px;
}

 .bootstrap-tagsinput .tag {	
	position: relative;
	display: inline-block;
    border: none;
    color: #fff;
    border-radius: 3px;
    padding: 3px 7px;
    margin-bottom: 6px;
    margin-right: 0px;
    white-space: nowrap;
}

 .tagsinput-tag {	
	position: relative;
	display: inline-block;
    border: none;
    color: #fff;
    border-radius: 3px;
    padding: 1px 5px;
    margin-bottom: 3px;
    margin-right: 0px;
    white-space: nowrap;
    font-size: 0.75rem;
} 

.tagsinput-tag-bg{
	background-color: #666f86;
	color: #fff;
}



.bootstrap-tagsinput .tag:not([class*=bg-]) {
	background-color: #666f86;
	color: #fff;
	font-size: 0.8rem;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
	margin-left: 8px;
    cursor: pointer;
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
    content: "x";
    font-weight: 900;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.5);
    padding: 0px 4px;
    border-radius: 50%;
}

/* Twitter Typeahead */
.twitter-typeahead {
	width: 100%;
}
.twitter-typeahead .tt-hint{
	color: #999;
	line-height: 15px;
}

.typeahead,
.tt-query,
.tt-hint {
	outline: 0;
}


.tt-menu {
	width: 100%;
	margin-top: 1px;
	min-width: 180px;
	padding: 8px 0;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 3px;
	max-height: 300px;
	overflow-y: auto;
	 border: 1px solid #e4eaf2;
	-webkit-box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
    box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
}


.typeahead-scrollable .tt-menu {
	max-height: 250px;
}

.typeahead-rtl .tt-menu {
	text-align: right;
}

.tt-suggestion {
	padding: 8px 15px;
	cursor: pointer;
}

.tt-suggestion:hover,
.tt-suggestion:focus,
.tt-suggestion.tt-cursor {
	background-color: #A1A5B2;
}

.tt-dataset-group .tt-suggestion {
	padding-left: 32px;
	padding-right: 32px;
}

.tt-heading {
	font-size: 11px;
	line-height: 1.82;
	padding: 8px 15px;
	text-transform: uppercase;
	display: block;
	font-weight: 700;
	margin-top: 2px;
	margin-bottom: 2px;
}

.typeahead-template .empty-message {
	padding: 8px 15px;
	text-align: center;
}