/** Minimal stand-alone css for dropdownchecklist support
    We highly recommend using JQuery ThemeRoller instead  
*/
.ui-dropdownchecklist {
	color: #c4e7ea;
	padding: 8px 5px 9px 5px;
	background-color: #43666c;
	border-radius: 5px;
	border: solid 1px #517176;
}

.ui-dropdownchecklist .ui-widget {
	font-family: inherit;
	font-size: inherit;
}

.ui-dropdownchecklist .ui-state-default {
	background: #cc6569 !important;
	border: none !important;
}

.ui-dropdownchecklist-selector {
	height: 15px;
	border: none;
}

.ui-state-hover, .ui-state-active {
	border-color: #5794bf;
}

.ui-dropdownchecklist-dropcontainer {
	background: #cc6569 !important;
	border: none;
}

.ui-dropdownchecklist-item {
	
}

.ui-state-hover {
	background-color: #39f;
}

.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-weight: normal !important;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	background: #cc6569 !important;
	color: #9CC6CD;
	/* line-height: 20px; */
}

.ui-dropdownchecklist-group {
	padding: 1px 2px 2px 2px;
}

.ui-dropdownchecklist-item input {
	float: left;
	clear: both;
	font-weight: normal !important;
	background: #43666c !important;
	color: #c4e7ea;
}