.i8b-cdd {
	max-width: 100%;
		width: 100%;
		border: 0 none;
		padding: 0 6px;
		background: #fff;
		color: #666;
		border: 1px solid #e5e5e5;
		-webkit-transition: .2s ease-in-out;
		transition: .2s ease-in-out;
		-webkit-transition-property: color,background-color,border;
		transition-property: color,background-color,border;
		height: 40px;
		vertical-align: middle;
		display: inline-block;
		line-height: 38px;
		border-radius: 5px;
		-webkit-appearance: none;
		-moz-appearance: none;
		padding-right: 20px;
		background-image: url('data:image/svg+xml;charset=UTF-8,<svg%20width%3D"16"%20height%3D"16"%20viewBox%3D"0%200%2016%2016"%20xmlns%3D"http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg">%0A%20%20%20%20<polygon%20fill%3D"%23666"%20points%3D"4%201%201%206%207%206"><%2Fpolygon>%0A%20%20%20%20<polygon%20fill%3D"%23666"%20points%3D"4%2013%201%208%207%208"><%2Fpolygon>%0A<%2Fsvg>');
		background-repeat: no-repeat;
		background-position: 100% 50%;
		position: relative; 
}
.i8b-cdd:hover {
	cursor: pointer;
}
.i8b-cdd-dropdown {
	display: none;
	background-color: #fff;
	position: absolute;
	z-index: 9;
	width: 100%;
	left:0;
	margin-top: -2px;
	box-shadow: 0px 10px 15px #999;
	border-width: 0px 1px 1px 1px;
	border-style:  solid ;
	border-radius: 0px 0px 5px 5px;
	border-color: #e5e5e5
}

ul.i8b-cdd-dropdown.fixed-height {
	height: 230px;
	overflow-y: scroll;
}

.i8b-cdd-dropdown.active {
	display: block;
}
.i8b-cdd-item {
	display: block;
	padding: 0 10px;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
						supported by Chrome and Opera */
}

.i8b-cdd-item input[type='checkbox'] {
	display: none
}

.i8b-cdd-item.active {
	background-color:#3a75d7;
	color: #fff;
}

.i8b-cdd-item:not(.side-active):before {
	font-size:14px;
	padding: 5px 6px;
	color: #fff;
	border-radius: 4px;
	margin-right: 17px;
	content: "";
}

.i8b-cdd-item.side-active:before {
	content: "✔";
	font-size:14px;
	background-color: #3a75d7;
	padding: 5px 6px;
	color: #fff;
	border-radius: 4px;
	margin-right: 5px
}

.i8b-cdd-item:hover, .i8b-cdd-item *:hover {
	background-color: #6092e5;
	color:#fff;
	cursor: pointer;
}
.i8b-cdd-legend {
	width: auto;
	min-width: 30%;
	background-color: transparent;
	padding-right: 25px;
	background-color: #fff;
}
.i8b-cdd-legend.active {
	background-color: #fff
}
.i8b-cdd-legend .i8b-cdd-dropdown {
	border-width: 0px
}
.i8b-cdd-simple {
	border: 0;
	width: auto;
	min-width: 30%;
	background-color: transparent;
	padding-right: 25px;
}
.i8b-cdd-legend .i8b-cdd-title {
	margin: 0px;
	font-size: 28px;
	padding: 0px 6px;
}
.i8b-cdd-title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0px 10px;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
						supported by Chrome and Opera */
}
.i8b-cdd-dropdown-content {
	padding: 10px;
}
.i8b-cdd-dropdown-content li {
	display: inline-block;
	width: 45%;
	margin: 0% 2% 0% 2%;
}