/** 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: 24px;
    width: 147px!important;
	background: url("../img/bg-select.png") 0 0 no-repeat;
    color: #565656;
    qfont-style: italic;
    font-weight: normal;
    font-size: 11px !important;
	font-family:Arial;
	
}
.ui-state-hover, .ui-state-active {
	/*border-color: #5794bf;*/
}
.ui-dropdownchecklist-dropcontainer {
	background-color: #fff;
	border: 1px solid #999;
	max-height:300px;
	overflow-x:hidden;
}
.ui-dropdownchecklist-item {
        color: #565656!important;
    font-weight: normal!important;
    font-size: 14px!important;
}
.ui-state-hover {
	/*background-color: #51442E;*/
    /*color: #fff;*/
}
.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 10px;
	font-size: 0px;
}
.ui-dropdownchecklist-text {
	qfont-size: medium;
	/* line-height: 20px; */
    width: 105px!important;
	font-size:14px !important;
	font-family:arial, myriad pro, tahoma, helvetica !important;
	color:##2F2F2F !important;
}
.ui-dropdownchecklist-group {
	padding: 1px 2px 2px 2px;
}
