 /*
 * Facebook Style Add Friends Script
 * http://www.scriptandcodes.wordpress.com/
 *
 * @version
 * 1.0 (May 20 2010)
 * 
 * @copyright
 * Copyright (C) 2010-2011 
 *
 * @Auther
 * Amit Patil (amitpatil321@gmail.com)
 * Maharashtra (India) 
 *
 * @license
 * This file is part of Facebook Style Add Friends.
 * 
 * Facebook Style Add Friends Script is freeware script. you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 * 
 * Facebook Style Add Friends Script is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with this script.  If not, see <http://www.gnu.org/copyleft/lesser.html>.
 */
.main{
	margin : 20px;
}
body{
	color:#222222;
	font-family:"Helvetica Neue","Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
}
.list{
	margin:0px;
	padding:0px;
	width : 100%;
	list-style-type: none; 
	padding: 0;
	background : #EEEEEE;
}
.list li{
	list-style : none;
	width : 100%;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:0px 1px 1px 0px;
	text-align:left;
	font-size:12px;
}
.list a{
	display : block;
	color:black;
	text-decoration : none;
	padding : 5px;
	cursor : pointer;
}
.selected{
	background : #678FD6;
	border : 1px solid #678FD6;
	color: white;
}
.selected a{
	color : white;
}
/*.selected span{
	background : #678FD6;
	color: white;
}*/
#loading{
	visibility:hidden;
	padding-left:5px;
}
.ajax_response{
	position:absolute;
	top:auto;
}
.matched{
	font-weight:bold;
	color: #000000;
	background : #D8D8D8;
}
.ajax_response{
	border-color : #CCCCCC;
	border-style:solid;
	border-width : 0px 1px 0px 1px;
	background : #E0E0E0;
	display:none;
	/*padding:2px 2px;*/
	position : absolute;
	overflow: hidden;
	z-index:9999;
}
.highlighted{
    background : #CCCCCC;
	font-weight : bold;
}
.ui-autocomplete {
	background-color: #BDBEC0;
    margin-top: 2px;
    overflow: hidden;
}
.ui-busqueda-cli {
	 background-color: #BDBEC0;
    font-family: arial;
    max-height: 185px;
    max-width: 210px;
    padding-bottom: 10px;
    padding-top: 10px;
    /*top: 24px !important;*/
}

.ui-busqueda-cat {
	max-height: 100px;
    max-width: 97px;
    min-width: 97px;
    padding: 15px 5px 15px 5px;
}
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
	height: 105px;
}

.ui-combobox {
    display: inline-block;
    font-size: 10px;
    position: relative;
    width:100%;
}

.ui-dropdown {
    position: relative;
    display: inline-block;
    vertical-align:middle;
}
#form_cliente .ui-combobox-toggle {
    margin-top: 0px;
    position: relative !important; 
    float: left;
}
.ui-combobox-toggle {
    height: 16px;
    width: 16px;
    padding: 0;
	float:left;
	position:relative;
	margin-top:5px;
	/*margin-left:5px;*/
}

.ui-combobox-toggle.ui-state-active{
    -moz-border-radius: 70px !important; 
    -webkit-border-radius: 70px !important; 
    border-radius: 70px !important; 
    background: rgba(0, 255, 0, 1) none repeat scroll 0 0 !important;
}

.ui-combobox-input {
    margin: 0;
    padding: 0;
}

.ui-combobox-loading {
    background: rgba(0, 0, 0, 0) url("img/loading-clientes-big.gif") no-repeat scroll 0 0 / 16px auto;
}
