div.tagsinput {
  display: inline-block;
  border: solid 1px #dadada;
  min-width: 213px;
  height: 200px;
  padding:5px;
  overflow-y: auto;
}

div.tagsinput .tag {
  font-family: 'Open Sans',sans-serif;
  display: block;
  float: left; 
  padding: 6px 10px;
  text-decoration: none; 
  background: #FFDEFF;
  color: #ab1495;
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-weight: 400 !important;
}

div.tagsinput input[type="checkbox"] +label.tag {
  background: #ccc;
}

div.tagsinput span.tag,div.tagsinput input[type="checkbox"]:checked+label.tag {
  background: #E7E5E3; 
  border-radius: 3px;
  color: #000000;
}

div.tagsinput input[type="checkbox"] {
  display:none;
}

div.tagsinput .tag span {
  line-height: 22px;
}

div.tagsinput span.tag a {
  background-size: 22px;
  font-weight: bold; 
  color: #000000; 
  text-decoration: none; 
  font-size: 7px;
  display: inline-block; 
  vertical-align: middle; 
  width: 22px; 
  height: 22px; 
  margin-left: 10px;
  text-align: center;
} 

div.tagsinput span.tag a:before {
  content: '✖';
  color: #000000;
  font-size: 12px;
  line-height: 22px;
}

div.tagsinput input {
  margin:0px; 
  font-size: 14px; 
  border: 1px solid transparent !important; 
  padding:5px; 
  background: transparent; 
  color: #000; 
  outline:0px;  
  margin-right:5px; 
  margin-bottom:5px; 
}

div.tagsinput div {
  display:block; 
  float: left;
} 

.tags_clear {
  clear: both; 
  width: 100%; 
  height: 0px; 
}

.not_valid {
  background: #FBD8DB !important; 
  color: #90111A !important;
}

.ui-widget {
  max-width: 500px !important;
  list-style: none;
  padding: 0;
  border-radius: 6px;
  z-index: 1000000;
  cursor: pointer;
}

.ui-widget .ui-menu-item div{
  padding: 7px 10px;
  border: none;
}

.ui-state-active {
  color: #000 !important;
}

.ui-widget li:hover, .ui-widget li:focus, .ui-widget li div:hover {
  border: none !important;
  background-color: #fc6e1c !important;
  color: #ffffff !important;
}



