/*
 * bootstrap-tagsinput v0.8.0
 * 
 */

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
    margin-bottom: 0;
}

.twitter-typeahead .tt-hint
{
    display: none;
}

.tagsinput-error {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    color: red;
    margin-top: -40px;
    margin-bottom: 40px;
}


.tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 100%;
    width: auto;
    max-height: 194px;
    overflow: auto;
    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;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

.tt-suggestion.tt-cursor,
.tt-suggestion:hover,
.tt-suggestion:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}



/*
 * bootstrap-tagsinput v0.8.0
 * 
 */

.bootstrap-tagsinput {
  background-color: #fff;
  /* border: 1px solid #ccc; */
  /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); */
  display: inline-flex;
  padding: 9px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 22px;
  cursor: text;
  /* flex-direction: column; */
  width: 100%;
  flex-wrap: wrap;
}


.twitter-typeahead{
  flex-grow: 1;
}

.bootstrap-tagsinput input {
  padding: 9.5px 4px;
  width: 0;
  min-width: 30px;
  text-overflow: ellipsis;
  font: inherit;
  color: currentColor;
  width: 100%;
  border: 0;
  height: 1.1876em;
  margin: 0;
  display: block;
  min-width: 0;
  background: none;
  box-sizing: content-box;
  animation-name: mui-auto-fill-cancel;
  letter-spacing: inherit;
  animation-duration: 10ms;
  -webkit-tap-highlight-color: transparent;
}
.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;
  outline: none;
}
.bootstrap-tagsinput .tag {
  color: #000 !important;
  border: none;
  cursor: default;
  height: 40px;
  display: inline-flex;
  outline: 0;
  padding: 0;
  font-size: 16px;
  box-sizing: border-box;
  transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  align-items: center;
  font-family: "Helvetica", "Arial", sans-serif;
  white-space: nowrap;
  border-radius: 22px;
  vertical-align: middle;
  justify-content: center;
  text-decoration: none;
  background-color: #e6f7f2 !important;
  white-space: nowrap;
  border: 1px solid #00aa79;
  padding-left: 12px;
  padding-right: 12px;
  text-overflow: ellipsis;
  font-weight: 400;
  margin: 3px;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
 color: #ffffff;
 width: 20px;
 height: 20px;
 border-radius:50%;
 cursor: pointer;
 background-color: #00aa79;
 margin: 0 -5px 0 7px;
 -webkit-tap-highlight-color: transparent;
 font-size: 14px;
 line-height: 20px;
 font-weight: 600;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  /* padding: 0px 2px; */
}
.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); */
  background-color: #133932;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  /* box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); */
  /* background-color: rgba(0, 0, 0, 0.4); */
  background-color: #133932;
}
