.pesquisa-container {
    position: relative;
    padding-top: 8px;
}

.pesquisa-container input {
    width: 400px!important;
}

@media all and (max-width : 600px){
    .pesquisa-container input {
        width: 250px!important;
    }
}

.pesquisa-container input {
    background-color: transparent;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 16px;
    color: #000;
    border: 0px none;
    width: 490px;
    height: 35px;
    float: left;
    background: #FFF;
    padding-left: 10px;
}

.pesquisa-container ul {
    top: 18px;
    width: 328px;
    max-width: 498px;
    border: 1px solid #eaeaea;
    position: absolute;
    z-index: 9999999;
    background: #f3f3f3;
    list-style: none;
    text-align: left;
}

.pesquisa-container ul li {
    /* font-size: 12px; */
    /* font-family: arial; */
    cursor: default;
    max-width: 498px;
    padding: 0px 8px;
}

.pesquisa-container ul li:hover {
    background: #eaeaea;
}

#pesquisa-helper-id {
    display: none;
}

.pesquisa-container ul li strong, b {
    font-weight: bold !important;
}

.auto-complete-product-name {
    text-align: left;
    font-family: arial;
    font-size: 13px;
}

.auto-complete-product-reference {
    line-height: 19px;
    font-size: 13px;
    text-align: right;
    color: #BBBBBB;
    float:right;
    right: 5px;
}

.tab-content .modal-form-div input[type=checkbox] {
    width: auto;
}