﻿/***** DESPLEGABLE DESTINO CAJA COSTAS *****/
.ui-menu {border: none; background: #FFF; width: 250px !important; overflow: hidden; z-index: 99999; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
-moz-box-shadow: 0 0 4 #999; /* FF3.5+ */
-webkit-box-shadow: 0 0 4px #999; /* Saf3.0+, Chrome */
box-shadow: 0 0 4px #999; /* Opera 10.5, IE9, Chrome 10+ */
}
.ui-menu ul {width: 100%; list-style-position: outside; list-style: none; /*padding: 0; margin: 0;*/}
.ui-menu li {margin: 0; padding: 2px 5px; cursor: pointer; display: block; font-family: Arial; font-size: 12px;
/* if width will be 100% horizontal scrollbar will apear when scroll mode will be used */
/*width: 100%;*/
/* it is very important, if line-height not setted or setted in relative units scroll will be broken in firefox */
line-height: 16px;
overflow: hidden;
}
.ui-autocomplete .ui-menu-item {color: #333; font-size: 12px; display: block; cursor: pointer;}
.ui-autocomplete .ui-menu-item:hover {background-color: #005591 !important; color: #FFF !important; font-weight: bold;}
.ui-autocomplete .ui-menu-item .ui-corner-all {color: inherit !important; font-size: 12px;}
.ui-autocomplete .ui-menu-item .ui-state-hover {background-color: inherit !important; color: inherit !important; border: 0 !important;}
.ui-autocomplete-loading {background: url(/comun/images/paquete/loaderSmall.gif) no-repeat !important; background-position: right center !important;}