<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Minimal stand-alone css for dropdownchecklist support
    We highly recommend using JQuery ThemeRoller instead  
*/
.ui-dropdownchecklist {
	font-size: medium;
	color: black;
}
.ui-dropdownchecklist-selector {
	height: 25px;
	border: 1px solid #ddd;
	background: #fff;
	padding-left:10px;
}
.ui-state-hover, .ui-state-active {
	border-color: #5794bf;
}
.ui-dropdownchecklist-dropcontainer {
	background-color: #fff;
	border: 1px solid #999;
}
.ui-dropdownchecklist-item {
	background-color: white !important;
	border: none !important;
	text-align: left !important;
	padding-left: 5px !important;
	font-size: 11px!important;
}
.ui-state-hover {
	background-color: #a6d2e1;
}
.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;
	margin-left:10px;
}
.ui-dropdownchecklist-selector {
	padding: 1px 2px 2px 2px;
	font-size: 0px;
}
.ui-dropdownchecklist-text {
	font-size: 11px;
	font-weight: 400;
	padding-left: 5px;
	padding-top: 3px;
	/* line-height: 20px; */
}
.ui-dropdownchecklist-group {
	padding: 1px 2px 2px 2px;
}
.ui-state-hover, .ui-widget-content .ui-state-hover {
	background-color: white;
	color: #a6d2e1;
}
.ui-dropdownchecklist-dropcontainer-wrapper {
	z-index:2!important;
	margin-left:10px;
}</pre></body></html>