/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/* Layout helpers
----------------------------------*/
.ui-menu .ui-menu-item {
    border-left: 2px;
    border-right: 2px;
    border-top: 1px solid #CCC;
    font: normal 16px HPSimplified, Arial, Sans-Serif;
    padding: 8px 10px !important;
    background-color: #FFF;
}

.ui-menu .ui-state-focus  {
    color: #fff !important;
    background-color: #007DBA !important;
}

.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-widget-content {
    border: #000 solid 2px;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
	margin: 0;
	padding: 0;
	list-style: none;	
	max-height: 320px;
	max-width: 640px !important;
	overflow: auto;
	z-index: 9999999;
}
.custom-combobox {
    position: relative;
    display: inline-block;
    padding-top: 2px;
  }
  .custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
  }
  .custom-combobox-input {
    margin: 0;
    padding: 6px 40px 6px 6px;
    border: 2px solid #CCC !important;
    font: normal 16px "HPSimplified" , Arial, "sans-serif";
    vertical-align: middle;
    outline: none;
    background: white url(../images/icons/cmpcd_select-arrow.png) no-repeat right -73px;
  }
  .custom-combobox-input::-ms-clear {
    display: none;
  }
  
.IE8 .custom-combobox { padding-top: 0 !important; }