.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 15px !important;
  margin-bottom: 10px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 22px;
  cursor: text;
  width: 100%;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  /*padding: 0;*/
  /*margin: 0 !important;*/
  /*width: auto !important;*/
  /*max-width: inherit;*/
  margin-left: 10px !important;
  min-width: 100px !important
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  margin-right: 25px;
  margin-bottom: 8px !important;
  color: white;
  border:1px solid #13293B;
  padding: 6px;
  line-height: 1 !important;
  height: 29px;
 border-bottom-left-radius: 3px;
 border-top-left-radius: 3px;
 border-top-right-radius: 3px;
 border-bottom-right-radius: 3px;

}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
    background: #333333 none repeat scroll 0 0;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    color: #fff;
    cursor: pointer;
    height: 29px !important;
    margin-left: 5px !important;
    margin-top: -7px !important;
    position: absolute;
    width: 25px !important;
}
/*.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "\f00d" !important;
   font-family: FontAwesome;
    font-size: 16px;
    left: 20% !important;
    padding: 0 1px;
    position: relative;
    top: 20% !important;
}
.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);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}*/

.bootstrap-tagsinput input{
  width: auto !important;
}
.tag.label.movius-texts-color {
    line-height: 4;
}

.tag.label.movius-texts-color span , .domain_input{
    display: none;
}