.mi_inputLookupHolder { 
    position: absolute; z-index: 10; top: 45px; lefT: 0; font-size: 16px; width: 100%; height: 150px; overflow-y: scroll; background-color: #ffffff; padding: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(235,235,235,1);
    -moz-box-shadow: 0px 0px 12px 0px rgba(235,235,235,1);
    box-shadow: 0px 0px 12px 0px rgba(235,235,235,1);
    display: none;
    z-index: 101;
}
.mi_inputLookupItem { 
    line-height: 30px;
    color: #517385; padding: 0 10px 0 10px;
    cursor: pointer;
}
.mi_inputLookupItem:hover { 
    line-height: 30px;
    background-color: #F6F5F6 !important;
}
.mi_inputLookupItemActive {
    background-color: #F6F5F6 !important;
}