.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: 6px 6px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    max-width: 100%;
    line-height: 22px;
    cursor: text;
    /* O input-append tem exatos 42px*/
    width: calc(100% - 42px);
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
}


/* width */

.grupodoGrupoEc .bootstrap-tagsinput::-webkit-scrollbar,
.grupodoBand .bootstrap-tagsinput::-webkit-scrollbar,
.grupodoUnidades .bootstrap-tagsinput::-webkit-scrollbar,
.grupodoProd .bootstrap-tagsinput::-webkit-scrollbar,
.bootstrap-tagsinput::-webkit-scrollbar
{
    width: 2px;
    height: 3px;
  }

.grupodoGrupoEc  .bootstrap-tagsinput::-webkit-scrollbar-track,
.grupodoBand  .bootstrap-tagsinput::-webkit-scrollbar-track,
.grupodoUnidades  .bootstrap-tagsinput::-webkit-scrollbar-track,
.grupodoProd  .bootstrap-tagsinput::-webkit-scrollbar-track,
.bootstrap-tagsinput::-webkit-scrollbar-track
{
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }

.grupodoGrupoEc  .bootstrap-tagsinput::-webkit-scrollbar-thumb,
.grupodoBand  .bootstrap-tagsinput::-webkit-scrollbar-thumb,
.grupodoUnidades  .bootstrap-tagsinput::-webkit-scrollbar-thumb,
.grupodoProd  .bootstrap-tagsinput::-webkit-scrollbar-thumb,
.bootstrap-tagsinput::-webkit-scrollbar-thumb
{
    background: #227322; 
    border-radius: 10px;
}

.grupodoGrupoEc  .bootstrap-tagsinput::-webkit-scrollbar-thumb:hover,
.grupodoBand  .bootstrap-tagsinput::-webkit-scrollbar-thumb:hover,
.grupodoUnidades  .bootstrap-tagsinput::-webkit-scrollbar-thumb:hover,
.grupodoProd  .bootstrap-tagsinput::-webkit-scrollbar-thumb:hover,
.bootstrap-tagsinput::-webkit-scrollbar-thumb:hover
{
    background: #227322;
}


.pesquisa-por-cargo-group .bootstrap-tagsinput {
    width: 66%;
}
.bootstrap-tagsinput .label-info {
    background-color: #2a4472;
    padding: 5px 10px;
    border-radius: 3px;
}
.bootstrap-tagsinput input {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    margin: 0;
    font-size: 12px;
}
.bootstrap-tagsinput.form-control input::-moz-placeholder {
    color: #777;
    opacity: 1;
}
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
    color: #777;
}
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
    color: #777;
}
.bootstrap-tagsinput input:focus {
    border: none;
    box-shadow: none;
}
.bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: white;
    font-size: 11px;
}
.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: 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);
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}
.tt-menu {
    position: absolute;
    top: 60%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    background-clip: padding-box;
    cursor: pointer;
    z-index: 9999;
}
.tt-hint {
    visibility: hidden;
}

input[placeholder="Pesquise o nome ou código do produto"] {
    width: 220px;
}

.pesquisa-desativa {
    display: none;
}

.grupodoGrupoEc .bootstrap-tagsinput, .grupodoBand .bootstrap-tagsinput, .grupodoUnidades .bootstrap-tagsinput, .grupodoProd .bootstrap-tagsinput {
    width: 90%;
}

