/** Minimal stand-alone css for dropdownchecklist support
    We highly recommend using JQuery ThemeRoller instead  
*/
.ui-dropdownchecklist {
	font-size: 14px;
	color: black;
}
.ui-dropdownchecklist-selector {
	border:none;
	background: none;
	cursor:pointer;
}
.ui-state-hover, .ui-state-active {
	border-color: #5794bf;
}
.ui-dropdownchecklist-dropcontainer {
	background-color: #fff;
	border: 1px solid #999;
	overflow:hidden;
}
.ui-dropdownchecklist-item {
	cursor:pointer;
}
.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 {
	background: #f1f1f1 none repeat scroll 0 0;
	border: 3px solid #d7d7d7;
	font-family: "Lato",Calibri,Arial,sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 5px;
	padding: 5px;
	transition: all 0.3s ease-out 0s;
	width: 100%;
}
.ui-dropdownchecklist-selector {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  color: #333;
  font-size: 0;
  width: 100% !important;
}
.ui-dropdownchecklist-text {
	font-size: 14px;
	width:100% !important;
	/* line-height: 20px; */
}
.ui-dropdownchecklist-group {
	padding: 1px 2px 2px 2px;
}
