/** Minimal stand-alone css for dropdownchecklist support
    We highly recommend using JQuery ThemeRoller instead
*/
.ui-widget {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	line-height: 1.57142857;
	color: #757575;
}
.ui-dropdownchecklist {
	/*font-size: medium;*/
	/*color: black;*/
}
.ui-dropdownchecklist-selector {
	/*
	height: 24px;
	border: 1px solid #ddd;
	background: #fff;
  */

	display: block;
	width: 100%;
	height: 24px;
	padding: 2px 6px;
	font-size: 12px;
	line-height: 1.5;
	color: #757575;
	background-color: #fff;
	background-image: none;
	border: 1px solid #e0e0e0;
	border-radius: 2px;

	-webkit-appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: -webkit-box-shadow .25s linear, border .25s linear, color .25s linear, background-color .25s linear;
	-o-transition: box-shadow .25s linear, border .25s linear, color .25s linear, background-color .25s linear;
	transition: box-shadow .25s linear, border .25s linear, color .25s linear, background-color .25s linear;
	-moz-appearance: none;


}
.ui-state-hover, .ui-state-active {
	border-color: #5794bf;
}
.ui-dropdownchecklist-dropcontainer {
	background-color: #fff;
	/*border: 1px solid #999;*/
	border:none;
	border-top: 1px solid #d3d3d3;
}
.ui-dropdownchecklist-item {
	border: 1px solid #d3d3d3;
	background: transparent !important;
	font-weight: normal;
	color: #555555;
	margin-top: -1px;
	padding: 2px 10px 2px 30px;
}
.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: 2px 6px;
	font-size: 0px;
}
.ui-dropdownchecklist-text {
	/*font-size: medium;*/
	/* line-height: 20px; */
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	line-height: 1.57142857;
	color: #757575;
}
.ui-dropdownchecklist-group {
	padding: 1px 2px 2px 2px;
}
