div.tagsinput {
    border: none;
   border-bottom: 1px solid #ccc;
   background: #FFF;
   padding-left: 12px;
    width: 100% !important;
    height: 100% !important;
   overflow-y: auto;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   border-radius: 2px;
}

div.tagsinput span.tag {
   display: block;
   float: left;
   padding:5px 5px 3px 8px;
   text-decoration:none;
   background: white;
   color: #333;
   margin-right: 5px;
   margin-bottom:5px;
   font-size:14px;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 2px solid #F3F3F3;
    box-shadow: inset 4px 0px 0px 0px #F27A1A;
}
span.tag>span {
    text-transform: capitalize;
}
div.tagsinput span.tag a {
   font-weight: bold;
   color: #463933 !important;
   opacity: 0.5;
   text-decoration: none;
   font-size: 11px;
}

div.tagsinput span.tag a:hover {
   opacity: 1;
}

div.tagsinput input {
   width: 80px;
   margin: 0px;
   font-size: 13px;
   border: 1px solid transparent;
   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;
}
