/* Code tidied up by ScrapBook */
.bootstrap-tagsinput { background-color: rgb(255, 255, 255); border: 1px solid rgb(204, 204, 204); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset; display: inline-block; padding: 4px 6px; color: rgb(85, 85, 85); vertical-align: middle; border-radius: 4px; max-width: 100%; line-height: 22px; cursor: text; }
.bootstrap-tagsinput input { border: medium none; box-shadow: none; outline: medium none; background-color: transparent; padding: 0px 6px; margin: 0px; width: auto; max-width: inherit; }
.bootstrap-tagsinput.form-control input::-moz-placeholder { color: rgb(119, 119, 119); opacity: 1; }
.bootstrap-tagsinput input:focus { border: medium none; box-shadow: none; }
.bootstrap-tagsinput .tag { margin-right: 2px; color: white; }
.bootstrap-tagsinput .tag [data-role="remove"] { margin-left: 8px; cursor: pointer; }
.bootstrap-tagsinput .tag [data-role="remove"]::after { content: "x"; padding: 0px 2px; }
.bootstrap-tagsinput .tag [data-role="remove"]:hover { box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05); }
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active { box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.125) inset; }
