/** Minimal stand-alone css for dropdownchecklist support
    We highly recommend using JQuery ThemeRoller instead  
*/
.ui-dropdownchecklist {
	color: black;
}
.ui-dropdownchecklist-selector {
	height: 16px;
	border: 1px solid #c8c8c8;
	background: #fff;
	background-image: url(icona.png);
	background-repeat: no-repeat;
	background-position:right;
	padding-right: 16px;
	padding-left: 4px;
	padding-top: 2px;
}
.ui-state-hover, .ui-state-active {
	border-color: #c8c8c8;
}
.ui-dropdownchecklist-dropcontainer {
	background-color: #fff;
	border: 1px solid #c8c8c8;
	height: 200px;
}
.ui-dropdownchecklist-item {

}
.ui-state-hover {
	background-color: #fff;
	border: 1px solid #c8c8c8;
}
.ui-state-disabled label {
	color: #ccc;
}
.ui-dropdownchecklist-group {
	
}
.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;
}
.ui-dropdownchecklist-selector {
	
}
.ui-dropdownchecklist-text {
	font-size: 12px;
	/* line-height: 20px; */
}
.ui-dropdownchecklist-group {
	
}
