/** Minimal stand-alone css for dropdownchecklist support
    We highly recommend using JQuery ThemeRoller instead  
*/
.ui-dropdownchecklist {
	color: black;
	font-size:12px;
}
.ui-dropdownchecklist-selector {
	height: 20px;
	border: 1px solid #cea380;
	background: #fff;
}
.ui-state-hover, .ui-state-active {
	border-color: #ccc;
}
.ui-dropdownchecklist-dropcontainer {
	background-color: #f9f6ed;
	border: 1px solid #999;
	border-top:none;
}
.ui-dropdownchecklist-item {
	padding:0 5px;
	border-bottom:1px solid #e3ccb6;
}
.ui-state-hover {
	background-color: #e3ccb6;
}
.ui-state-disabled label {
	color: #ccc;
}
.ui-dropdownchecklist-group {
	font-weight: bold;
	font-style: italic;
}
.ui-dropdownchecklist-indent {
	padding-left: 7px;
}
/* Font size of 0 on the -selector and an explicit medium on -text required to eliminate 
   descender problems within the containers and still have a valid size for the text */
.ui-dropdownchecklist-selector-wrapper {
	vertical-align: middle;
	font-size: 0px;
}
.ui-dropdownchecklist-selector {
	padding: 1px 2px 2px 2px;
	font-size: 0px;
}
.ui-dropdownchecklist-text {
	font-size: 12px;
	padding-left:5px;
	font-weight:normal;
	/* line-height: 20px; */
}
.ui-dropdownchecklist-group {
	padding: 1px 2px 2px 2px;
}

.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-state-default .ui-icon {
	background-image: url(../../../../common/img/ic-sort-both.png);
}
.ui-icon-triangle-1-e {
	background-position: right center;
}