
.bootstrap-tagsinput {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: inline-block;
    line-height: 32px;
    margin-bottom: 10px;
    width: 100%;
    padding: 4px 6px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    vertical-align: middle;height:105px; overflow:auto
}
.bootstrap-tagsinput input {
    background-color: transparent;
    border: medium none;
    box-shadow: none;
    margin: 0;
    max-width: inherit;
    padding: 0;
    width: auto;
}
.bootstrap-tagsinput input:focus {
    border: medium none;
    box-shadow: none;
}
.bootstrap-tagsinput .tag {
    color: #5b88a7; font-weight:normal!important; border:1px solid #8bc7f1; background:#e1f2fa!important;
    margin-right: 5px; font-size:1em; white-space:pre; /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;max-width:250px; display:inline-block*/
}

/*estilos param ie9, 10 y 11*/
@media screen and (min-width:0\0)  { 
   .bootstrap-tagsinput .tag{white-space:nowrap}
}

.bootstrap-tagsinput .tag [data-role="remove"] {
    cursor: pointer;
    margin-left: 8px;
}
.bootstrap-tagsinput .tag [data-role="remove"]::after {
    content: "x";
    padding: 0 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}
.bootstrap-tagsinput .icon-white {
    margin-left: 5px;
}
