.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ced4da;
  display: inline-block;
  padding:2px 12px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 22px;
  cursor: text;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 4px 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
  direction: inherit;
}
.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  color: #37bf00;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-right: 8px;
  cursor: pointer;
  font-weight: bold;
  opacity:0.65
}
/*.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}*/
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
	opacity:1
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.bootstrap-tagsinput {
    width: 100%;
}

.bootstrap-tagsinput .accordion {
    margin-bottom:-3px;
}

.bootstrap-tagsinput .accordion-group {
    border: none;
}

.bootstrap-tagsinput .twitter-typeahead .tt-query,
.bootstrap-tagsinput .twitter-typeahead .tt-hint {
    margin-bottom: 0;
}

.bootstrap-tagsinput .twitter-typeahead .tt-hint
{
    display: none;
}

.bootstrap-tagsinput .tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    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;
}

.bootstrap-tagsinput .tt-suggestion {
    display: block;
    padding: 5px 15px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

.bootstrap-tagsinput .tt-suggestion:hover,
.bootstrap-tagsinput .tt-suggestion:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: var(--siteColor);
}
#editprofile_skill .bootstrap-tagsinput span.tag {
	float:none;
}
.empty-message {
	padding:0 15px
}