| Server IP : 20.75.53.88 / Your IP : 216.73.217.72 [ Web Server : Apache System : Linux VMRALP-3 4.4.0-256-generic #290~14.04.1-Ubuntu SMP Thu Jun 20 09:24:50 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29+esm15 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, Domains : 3 Domains MySQL : ON | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/juridico/lfadvocacia/css/ |
Upload File : |
/* Stylesheet for Better Autocomplete jQuery plugin by Didrik Nordström */
/**
* Do NOT edit this file! Instead, include another stylesheet with your custom
* overrides and extensions. Copy the selectors you need to edit and place them
* in your CSS file. And remember to include that file AFTER this file.
*/
/* Reset styles for lists */
.better-autocomplete,
.better-autocomplete > .result {
list-style: none;
padding: 0;
margin: 0;
background: none;
}
.better-autocomplete {
text-align: left;
font-family: 'Lucida Grande', Helvetica, Arial, Verdana, sans-serif;
overflow: auto;
cursor: default;
background: white;
border-bottom: 1px solid #bfbfbf;
z-index: 10;
max-height: 330px;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); /* Visually indicate that results are in the topmost layer */
}
/* Groups */
.better-autocomplete > .group {
position: relative;
padding: 3px;
text-align: center;
background: #e7e7e7;
border-color: #bfbfbf;
border-width: 1px 1px 0 1px;
border-style: solid;
}
.better-autocomplete > .group > h3 {
font-size: 11px;
color: #555;
padding: 0;
margin: 0;
}
/* Results */
.better-autocomplete > .result {
position: relative;
padding: 5px 7px;
background: white;
border-color: #bfbfbf;
border-width: 1px 1px 0 1px;
border-style: solid;
}
.better-autocomplete > .result > h4 {
font-size: 12px;
color: #3c3c3c;
padding: 0;
margin: 0 0 2px 0;
}
.better-autocomplete > .result > p {
font-size: 11px;
line-height: 1.3;
color: #6f6f6f;
padding: 0;
margin: 0;
}
/* Highlighting */
.better-autocomplete > .result.highlight {
background: #0075ba;
border-top-color: #1f4a64;
}
.better-autocomplete > .result.highlight > h4,
.better-autocomplete > .result.highlight > p {
color: white;
}
/* ARIA */
.better-autocomplete-aria {
position: absolute !important;
clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
clip: rect(1px, 1px, 1px, 1px);
overflow: hidden;
height: 1px;
}