.ui-dropdownchecklist {
	height: 20px;
	border: 1px solid #ddd;
	border-left: 0;
	background: #fff url(https://cdn.date4dos.co.il/sites/datedos/_static_media/public/jquery/dropdown_checklist/dropdown.png) no-repeat center left;
}
.ui-dropdownchecklist-hover, .ui-dropdownchecklist-active {
	background: #fff url(https://cdn.date4dos.co.il/sites/datedos/_static_media/public/jquery/dropdown_checklist/dropdown_hover.png) no-repeat center left;
	border-color: #5794bf;
}

.ui-dropdownchecklist-text {
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	margin:0 8px; /* background dropdown.png image */
}

.ui-dropdownchecklist-dropcontainer {
	background-color: #fff;
	border: 1px solid #999;
}

.ui-dropdownchecklist-item input {
	vertical-align:middle;
}

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

.ui-dropdownchecklist-item-disabled label {
	color: #ccc;
}

.ui-dropdownchecklist-item-hover .ui-dropdownchecklist-text {
	color: #fff;
}

.ui-dropdownchecklist-group {
	font-weight: bold;
	font-style: italic;
}

.ui-dropdownchecklist-indent {
	padding-left: 20px;
}

