.contenedor_autocomplete{
    margin-top: -30px;
}
.ui-widget,.ui-widget .ui-widget
{
    font-family: MontserratRegular;
    font-size: 14px;
}

.ui-autocomplete {
    border-radius: 0px 0px 13px 13px;
    border: 1px solid #dee2e6 !important;
   /* box-shadow: 2px 5px 15px 0 rgba(0, 0, 0, 0.09);*/
}
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */

.ui-menu{
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    font-family: MontserratRegular;
    color:#000000;
    border:0px;
    padding: 0px;
}

.ui-widget{
    margin-top: 0px;
}
.ui-widget.ui-widget-content {
    padding: 0px;
    border:0px;
}
.ui-button{
    padding:10px 20px;
    border:1px solid #ff0000;
}
.ui-widget-content .ui-menu-item{
    font-size: 14px;
}
.ui-widget-content .ui-menu-item div {
    padding: 5px 10px;

}
.ui-widget-content .ui-menu-item .ui-state-active{
    background: #efefef;
    color:inherit;
    border-color:#dee2e6;
}
.custom-combobox-input{
    width: calc(100% - 22px);
    font-family: "MontserratRegular";
    font-size: 14px;
    padding: 10px;
    outline: none;
    border-radius: 5px;
    border:1px solid #8a8a8a;
    -webkit-box-shadow: 3px 3px 15px -7px rgba(138,138,123,0.75);
    -moz-box-shadow: 3px 3px 15px -7px rgba(138,138,123,0.75);
    box-shadow: 3px 3px 15px -7px rgba(138,138,123,0.75);
    background: url("../img/select-down.png") no-repeat #ffffff;

    background:url("../img/campo_ubicacion.png") no-repeat #fff !important;
    background-size: 25px !important;
    background-position: 10px 5px !important;
    padding-left: 40px !important;
    width: calc(100% - 52px) !important;

}

.custom-combobox-toggle{
    display: none;
}