.cd-dropdown,
.cd-select {
	position: relative;
	margin: 0px auto;
	display: block;
	background: #181818;
	font-family:Gotham Bold;
	
}

.cd-dropdown > span {
	width: 100%;
	height: 43px;
	line-height: 43px;
	color: #FFFFFF;
	left:0px;
	font-size:15px;
	background: #181818;
	display: block;
	padding: 0 50px 0 35px;
	position: relative;
	cursor: pointer;
	border:0px solid red;
	text-align:left;
	background-image: url('../../../images/4/event.png');
	background-repeat:no-repeat;
	text-indent:10px;
	font-family:Gotham Bold;
}

#range_div  > span {
	background-image: url('../../../images/4/calendar.png');
	background-repeat:no-repeat;
	font-family:Gotham Bold;
}

.cd-dropdown-left{
	background-image: url('../../../images/4/left_drop.png');
	background-repeat:no-repeat;
	font-family:Gotham Bold;
}

.cd-dropdown > span:after {
	content: url('../../../images/4/downarrow.png');
	position: absolute;
	right:0px;
	padding-top:18px;
	width: 45px;
	padding-left:5px;
	text-align: left;
	font-size:15px;
	height:43px;
	line-height:15px;
	color:#4B4B4B;
	background-image: url('../../../images/4/small_drop_right.png');
	background-repeat:no-repeat;
	font-family:Gotham Bold;
	
}

.cd-dropdown.cd-active > span:after {
	content: url('../../../images/4/uparrow.png');
}


.cd-dropdown ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	top:49px;
	display: none;
	position: relative;
	border:1px solid gray;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;  
	border-radius: 5px;  
	-moz-box-shadow: 0px 0px 4px #181818;  
	-webkit-box-shadow: 0px 0px 4px #181818;  
	box-shadow: 0px 0px 4px #181818; 
	background-image:url("../../../images/4/sep_bg.png");
	background-repeat:repeat-x; 
	background-color: #000000;
	font-family:Gotham Bold;	
}

.cd-dropdown ul li {
	display: block;
	font-family:Gotham Bold;
}

.cd-dropdown ul li span {
	width: 100%;
	line-height:30px;
	padding: 0 0px 0 5px;
	display: block;
	color: #FFFFFF;
	height:30px;
	cursor: pointer;
	font-size:15px;
	font-family:Gotham Bold;
}

.cd-dropdown > span,
.cd-dropdown ul li span {
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-family:Gotham Bold;
}

.cd-dropdown > span span{
	width: 87%;
	height: 43px;
	line-height: 43px;
	color: #FFFFFF;
	font-size:15px;
	background: #181818;
	display: block;
	position: absolute;
	cursor: pointer;
	border:0px solid red;
	background-image: url('../../../images/4/small_bg.png');
	background-repeat:repeat-x;
	font-family:Gotham Bold;
}

/* Select fallback styling */
.cd-select {
	border: 1px solid #ddd;
	font-family:Gotham Bold;
}


.cd-dropdown.blackdropdown > span
{
	background-image: url('../../../images/4/dropDown_search1.png');
	background-repeat:no-repeat;
	padding:0px 5px ;
	font-family:Gotham Book;
}
.cd-dropdown.blackdropdown > span span
{

	background-image: url('../../../images/4/dropDown_search2.png');
	background-repeat:repeat-x;
	font-family:Gotham Book;
	
}
#userinfo_types_div.cd-dropdown.blackdropdown > span span  , #allEvent_types_div.cd-dropdown.blackdropdown > span span
{
width:98%;
}
#userinfo_types_div.cd-dropdown.blackdropdown > ul li  , #allEvent_types_div.cd-dropdown.blackdropdown > ul li
{
width:96% !important;
}

#organization_dropdown_div.cd-dropdown.blackdropdown > span span
{
width:98%;
}
#parent_type_div.cd-dropdown.blackdropdown > span span
{
width:98%;
}



.cd-dropdown.blackdropdown > span:after {
	background-image: url('../../../images/4/dropDown_search3.png');
	background-repeat:no-repeat;
	background-position:right;
	font-family:Gotham Book;
	text-align: center;
	font-size:15px;
	height:43px;
	line-height:43px;
	border:none;
}
.cd-dropdown.blackdropdown > span:after {
	content: '';
}
.cd-dropdown.blackdropdown.cd-active > span:after {
	content: '';
}

.cd-dropdown.blackdropdown.mypage > .dropdownarea > li {
	width: 190px !important;
}

.cd-dropdown.blackdropdown.mypage > span:after {
	right:-10px !important;
}


.cd-dropdown.blackdropdown ul li span {
}
.lipaddingleft{
	margin-left:20px;
}

.selectedli{
	background-image: url('../../../images/4/yellow_tick.png');
	background-repeat:no-repeat;
	background-position:3px center;
	font-family:Gotham Book;
text-indent:30px;
}
.nonselectedli{
	background-image: url('../../../images/4/empty_arrow.png');
	background-repeat:no-repeat;
	background-position:3px center;
	font-family:Gotham Book;
text-indent:30px;
}


#default_widgetsearch_div ul li
{
	width:150px !important;
}
#air_make_div ul li
{
	width:500px !important;
}
#air_model_div ul li
{
	width:100% !important;
}
#air_make_div ul
{
	z-index:1180 !important;
}

#range_div.cd-dropdown.cdselect > span span {
  width: 76% !important; /* Please donot change this style, it will change some other designs */
}
#distance_div.cd-dropdown > div
{
  margin-left: 91% !important;
}

/* 4.0.5 */
#from_time_div .selectedli, #to_time_div .selectedli,#from_term_div .selectedli, #to_term_div .selectedli{
	background-image: url('../../../images/4/yelow_tick.png');
	background-repeat:no-repeat;
	text-indent:10px;
	background-position:3px center;
	font-family:Gotham Bold;
}

#from_time_div .nonselectedli,#to_time_div .nonselectedli,#from_term_div .nonselectedli,#to_term_div .nonselectedli{
	text-indent:10px;
	font-family:Gotham Bold;
}

/* 4.0.5 */

#birth_year_reward_div
{
	width:30% !important;
	display: inline-block !important;
	height: 25px !important;
}
#birth_year_reward_div.cd-dropdown > span span 
{
	width: 72% !important;
}
#birth_year_reward_div.cd-dropdown.blackdropdown > span:after 
{
	height: 43px !important;
}
#birth_year_reward_div.cd-dropdown.blackdropdown > div.cus_dropdownmarker
{
display: none !important;
}
#birth_year_reward_div.cd-dropdown ul
{
height: 245px !important;
top: -245px !important;
}
#birth_year_reward_div.cd-dropdown ul li
{
width: 100% !important;
}

#birth_year_div
{
	width:30% !important;
	display: inline-block !important;
	height: 25px !important;
}
#birth_year_div.cd-dropdown > span span 
{
	width: 72% !important;
}
#birth_year_div.cd-dropdown.blackdropdown > span:after 
{
	height: 43px !important;
}
#birth_year_div.cd-dropdown.blackdropdown > div.cus_dropdownmarker
{
display: none !important;
}
#birth_year_div.cd-dropdown ul
{
height: 245px !important;
top: -245px !important;
}
#birth_year_div.cd-dropdown ul li
{
width: 100% !important;
}

.mapDateClass
{
	width: 195px !important;
	/*background: none !important;*/
	border: 1px solid #414141;
	border-radius: 3px;
	margin:0px;
}
.listDateClass
{
	width: 180px !important;
	background: none !important;
}
.mapDateClass > span 
{
	/*background-image: url('../../../images/4/calendar_white.png') !important;
	background-repeat:no-repeat;*/
	font-family:Gotham Book;
	box-shadow: none !important;
	/*width: 92% !important;*/
  	height: 31px !important;
	background: none;
	padding:0px;
}
.listDateClass > span 
{
	background-image: url('../../../images/4/calendar.png');
	background-repeat:no-repeat;
	font-family:Gotham Book;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
#maprange_div.cd-dropdown ul li
{
	width: 188px !important;
}
.mapDateClass > span span
{
	width: 82% !important;
	height: 31px !important;
	font-size: 11px;
	text-indent: -2px;
	padding-left: 10px;
	left: 0px;
	/*color: #4B4B4B;*/
	line-height: 31px;
	/*background-image: url('../../../images/4/white_background.png');*/
	font-family:Gotham Book;
	background:none;
}
.listDateClass > span span
{
	width: 84% !important;
	font-size: 12px;
	text-indent: -2px;
	padding-left: 5px;
	background-image: url('../../../images/4/small_bg.png');
	font-family:Gotham Book;
}
.mapDateClass > span:after 
{
	/*left: 162px !important;
	background-image: url('../../../images/4/textbox_tail.png');
	padding-top:12px !important;
	padding-left:0px !important;
	font-family:Gotham Book;*/
	left: 156px !important;
	padding-top: 10px !important;
	padding-left: 0px !important;
	font-family: Gotham Book;
	height: 31px;
	width: 37px;
	/*border-top: 1px solid #AEABA4;
	border-right: 1px solid #AEABA4;
 	border-bottom: 1px solid #AEABA4;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;*/
	background: none;
	content:url('../../../images/4/arrow_down.png') !important;
}
.listDateClass > span:after 
{
	left: 142px !important;
}

.mapEventClass
{
	width: 195px !important;
	/*background: none !important;*/
	border: 1px solid #414141;
	border-radius: 3px;
	margin:0px;
}
.listEventClass
{
	width: 160px !important;
	background: none !important;
}
.mapEventClass > span 
{	
	/*background-image: url('../../../images/4/event_white.png') !important;
	background-repeat:no-repeat;*/
	font-family:Gotham Book;
	box-shadow: none !important;
	/*width: 92% !important;*/
  	height: 31px !important;
	background: none;
	padding:0px;
}
.listEventClass > span 
{
	background-image: url('../../../images/4/event.png');
	background-repeat:no-repeat;
	font-family:Gotham Book;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
#eventtype_div.cd-dropdown ul li
{
	width: 175px !important;
}
.mapEventClass > span span
{
	width: 82% !important;
	height: 31px !important;
	font-size: 12px;
	text-indent: -2px;
	padding-left: 10px;
	left: 0px;
	/*color: #4B4B4B;*/
	line-height: 31px;
	/*background-image: url('../../../images/4/white_background.png');*/
	font-family:Gotham Book;
	background:none;
}
.listEventClass > span span
{
	width: 50% !important;
	font-size: 12px;
	text-indent: -2px;
	padding-left: 5px;
	background-image: url('../../../images/4/small_bg.png');
	font-family:Gotham Book;
}
.mapEventClass > span:after 
{
	/*left: 162px !important;
	background-image: url('../../../images/4/textbox_tail.png');
	padding-top:12px !important;
	padding-left:0px !important;
	font-family:Gotham Book;*/
	left: 156px !important;
	padding-top: 10px !important;
	padding-left: 0px !important;
	font-family: Gotham Book;
	height: 31px;
	width: 37px;
	/*border-top: 1px solid #AEABA4;
	border-right: 1px solid #AEABA4;
 	border-bottom: 1px solid #AEABA4;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;*/
	background: none;
	content:url('../../../images/4/arrow_down.png') !important;	
}
.listEventClass > span:after 
{
	left: 112px !important;
	font-family:Gotham Book;
}

.mapDateClass .cus_dropdownmarker 
{
	margin-left: 85% !important;
	margin-top: 23px !important;
	display:none !important;	
}
.mapEventClass .cus_dropdownmarker 
{
	margin-left: 88% !important;
	margin-top: 23px !important;
	display:none !important;
}
.listEventClass ul
{
	height: 250px !important;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom: none;
}
.mapDateClass ul
{
	top: 34px !important;
	z-index: 1180 !important;
	border: 1px solid #414141;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom: none;
}
 .mapEventClass ul
{
	top: 34px !important;
	z-index: 1180 !important;
	border: 1px solid #414141;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom: none;
}
.listEventClass ul li span
{
font-size: 13px !important;
 font-family: Gotham Book !important;
/*color: #918C8C;*/
}
.mapEventClass ul li span
{
font-size: 13px !important;
font-family: Gotham Book !important;
color: #918C8C;

}

.mapDateClass ul li span.selectedli, .mapEventClass ul li span.selectedli, .listDateClass ul li span.selectedli, .listEventClass ul li span.selectedli, .fontColorClass
{
	color:#FD8602 !important;
}


.mapEventClass > .dropdownarea::-webkit-scrollbar-track 
{ 
	-webkit-box-shadow: inset 0 0 5px #4B4B4A;
	background-color: #4B4B4A;
	border-radius: 14px;
} 
 
.mapEventClass > .dropdownarea::-webkit-scrollbar 
{ 
	width: 5px;
} 
 
.mapEventClass > .dropdownarea::-webkit-scrollbar-thumb 
{ 
	background-color: #E3E3E2;
	border-radius: 12px;
}


.mapDateClass > .dropdownarea::-webkit-scrollbar-track 
{ 
	-webkit-box-shadow: inset 0 0 5px #4B4B4A;
	background-color: #4B4B4A;
	border-radius: 14px;
} 
 
.mapDateClass > .dropdownarea::-webkit-scrollbar 
{ 
	width: 5px;
} 
 
.mapDateClass > .dropdownarea::-webkit-scrollbar-thumb 
{ 
	background-color: #E3E3E2;
	border-radius: 12px;
}


.mapDateClass ul li span {
font-size: 12px !important;
}
.listbutton{
padding:10px;
}
