.bc-wrapper {
    position: relative;
}

.bc-wrapper .bc-menu {
    position: absolute;
    z-index: 1000;
    width: 100%;
    display: none;
}

a.list-group-item:hover {
    background-color: #2a72b5;
    color: white;
}

.menu-hover {
    background-color: #2a72b5;
    color: white !important;
}

.input-group .bc-wrapper .bc-menu {
    top: 38px;
}

#buscaMenu {
    height: 25px;
    -webkit-border-radius: 10px;
}


