/*@import url('demo.css');*/
@import url('common.css');
/*@import url('icons.css');*/

.cd-dropdown ul {
	position: absolute;
	top: 12px;
	width: 100%;
}

.cd-dropdown > span,
.cd-dropdown ul li {
	/*box-shadow: 0 1px 1px rgba(0,0,0,0.1);*/
}

.cd-dropdown ul li {
	position: absolute;
	width: 100%;
	pointer-events: none;
	background-color:#2c2c2c;
}

.cd-active.cd-dropdown > span {
	color: #2c2c2c;
}

.cd-active.cd-dropdown ul li {
	pointer-events: auto;
}

.cd-active.cd-dropdown ul li span {
	-webkit-transition: all 0.7s linear 0s;
	-moz-transition: all 0.7s linear 0s;
	-ms-transition: all 0.7s linear 0s;
	-o-transition: all 0.7s linear 0s;
	transition: all 0.7s linear 0s;
}

.cd-active.cd-dropdown ul li span:hover {
	background: #ffffff;
	color: #2c2c2c;
}

.cd-active.cd-dropdown ul li span.selected {
	background: #ffffff;
	color: #2c2c2c;
}

.cd-active.cd-dropdown ul li span:hover {
	background: #ffffff;
	color: #2c2c2c;
}
