/* CSS Document */

.ui-widget.ui-widget-content {
	border:0px solid #8c8f93;
	/*border-bottom:1px solid #4e4e4e;
	border-right:1px solid #4e4e4e;
	border-left:1px solid #4e4e4e;*/
}
.ui-button{
	border:none;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border:none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 0px solid #c5c5c5;
	background: #F6F6F6;
	font-weight: normal;
	color: #000000;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon,.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon  {
	background-image: url("/estilos/images/ui-icons_777620_256x240.png");
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 0px solid #cccccc;
	background: #F6F6F6;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-button {
}
	
    .custom-combobox {
    position: relative;
    display: inline-block;
	max-height:100px;
	z-index:7000;
	/*border:1px solid rgba(0, 0, 0, 1);*/
	width:calc(100% - 6px);
	border:none;
	height:27px;
	margin-left:-1px;
  }
  .custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
	max-height:100px;
	z-index:7000;
	

  }
  .custom-combobox-input {
    margin: 0;
	max-height:100px;
	width:calc(100% - 20px);
	background:none;
	border:none;
	font-size:24px;	
	padding:5px 10px;
  }
  .ui-autocomplete {
    max-height: 120px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
	font-size:14px;	
	
  }
  /* 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: 100px;
	border:1px solid #333333;
  }