
/* Clases generales */
.hidden {
    display: none;
}

/* Buscador en el navbar */

#btn-search-navbar {

}

#btn-search-navbar:hover {
    cursor: pointer;
}

#box-show-search-results {
    padding: 5px 0 5px 25px;
    width: 140px;
    background-color: transparent;
    z-index: 9999999999;
    border-radius: 3px;
}

#box-show-search-results input {
    display: inline-block;
    margin-left: 0;
    text-align: left;
    width: 80%;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    background-color: transparent;
}

#box-show-search-results button {
    position: absolute;
    left: 0;
}

.text-gray-input {
    color: #495057 !important;
}




/**
 * FILTRO
 */
