.bootstrap-tagsinput {
  background-color: #eeeeee;
  border: 0px solid #ccc;
  /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);*/
  /*display: inline-block;*/
  padding: 4px 6px;
  margin-bottom: 10px;
  color: #555;
  vertical-align: middle;
  /*border-radius: 4px;*/
  max-width: 100%;
  line-height: 22px;
  cursor: text;

  background: #eeeeee;
  /*border: 1px solid #E9E9E9;*/
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: 1%;
  position: relative;
  width: 100%;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  width: auto !important;
  max-width: inherit;
  padding: 3px;
  vertical-align: middle;
  margin-top: 3px;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  display: inline-block;
  margin: 3px 0 3px 3px;
  padding: 3px 20px 3px 5px;
  position: relative;
  cursor: default;
  float: left;
  list-style: none;
  background-color: #42b6e5;
  border-color: #367fa9;
  font-weight: 500;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid transparent;
  -webkit-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.09);
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.09);
  color: #fff;
  font-size: 14px;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;

}
.bootstrap-tagsinput .tag [data-role="remove"] {
  display: block;
  position: absolute;
  right: 3px;
  top: 7px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url(/imagenes/img_presentacion/chosen-sprite.png) -42px 1px no-repeat;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  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-position: -42px -10px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
