.ion-autocomplete-container {
    position: fixed;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    display: none;
    margin: auto;
	width:30%;
    height:80%;
}

.modal{
    min-height: 80%;
}

input.ion-autocomplete[readonly] {
    background-color: transparent !important;
    cursor: text !important;
}

.ion-autocomplete-loading-icon {
    padding-left: 10px;
}

.hombi-autocomplete{
    background: #FFFFFF;
    border-bottom: solid;
    border-bottom-width: 1px;
    color:#999999;
}

.hombi-autocomplete-item{

}