.ui-autocomplete-input.ui-autocomplete-loading {
    background-image: url('../images/ajax-loader-sml.gif');
    background-repeat: no-repeat;
    background-position: right center;
}

.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: auto;
    /* add padding to account for vertical scrollbar */
    padding-right: 15px;
}

.ui-menu-item,
.ui-autocomplete-input li,
body #inline_contactView_resident_referralSourceId_results li.ui-menu-item,
body #referralSourceId_results li.ui-menu-item,
body #referrer_activity_referrerId_results li.ui-menu-item,
body #result li.ui-menu-item,
body .autocomplete-results li.ui-menu-item {
    margin-left: 0;
}

body #form-uiAddGeneric #inline_contactView_resident_medicareExpiry,
body #medicareExpiry {
    width: 160px;
}
body #form-uiAddGeneric #inline_contactView_resident_medicarePosition,
body #medicarePosition {
    width: 80px;
}

body #form-uiAddGeneric #inline_contactView_resident_hcPackageWaitTime,
body #hcPackageWaitTime {
    width: 70px;
}

body #form-uiAddGeneric #inline_contactView_resident_expectedAdmissionDate,
body #expectedAdmissionDate
{
    width: 160px;
}

/* Hide ckeditor upgrade alert message */
body #cke_notifications_area_client_content {
    display: none;
}
body .cke_notifications_area {
    display: none;
}

