/* textarea + textcomplete */
.dropdown-menu { border: 1px solid #ddd; background-color: white; }
.dropdown-menu li { border-top: 1px solid #ddd; padding: 2px 5px; }
.dropdown-menu li:first-child { border-top: none; }
.dropdown-menu li:hover,
.dropdown-menu .active { background-color:  #3058f4; color: white;}

/* SHOULD not modify */
.dropdown-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 300px; 
    overflow-Y: auto;
}

.dropdown-menu a:hover { cursor: pointer; }

/* .no-arrow::after{ display:none; } */  /* IP: Ainda NAO funciona: #200707 - no-arrow for BootStrap.navbar */
.badge-notification {position:relative; top: -8px; left: -8px;} /* vid : records found in log + files */

/* AutoComplete */
.ui-autocomplete {
    font-size: 8px;
    max-height: 400px; 
    overflow-y: scroll;
    overflow-x: hidden;
 }

 .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background: #6693bc !important;
    color: #ffffff !important;
 } 

@keyframes delay_show { 0% { opacity: 0; } 100% { visibility: visible; opacity: 1; } }

.css_wait {
    background: url('media/wait.gif') no-repeat;
    position:   fixed;
    height:  100%; width:      100%;
    top: 50%;      left: 50%;
    animation: 1s delay_show;
}

