.ik_select {

	/*
	Wraps all the plugin's HTML code.
	Probably you should not add any styles here
	*/
}

/*
.ik_select_link {
	background: #f6f1f1;
	color: #3d3d62;
	border: 1px solid #ababab;
	padding: 3px 5px 3px 12px;

  	-webkit-border-radius: 15px;
  	-moz-border-radius: 15px;
  	border-radius: 15px;
}
*/


.ik_select_link:after,
.intro-select2-link 
.ik_select_link_inner:after,
.intro-select-osx-link .ik_select_link_text:after,
.intro-select-osx-link .ik_select_link_text:before,
.intro-select-ie-link:after{ 
	font-family:'icomoon';
	speak:none;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}
.icon-github:before{content:"\e600"}
.icon-cloud-download:before{content:"\e601"}
.icon-arrow-down:before,
.ik_select_link:after,
.intro-select2-link .ik_select_link_inner:after,
.intro-select-osx-link .ik_select_link_text:before,
.intro-select-ie-link:after{content:"\e602"}
.icon-arrow-right:before,
.list-unordered li:before{content:"\e603"}
.icon-arrow-up:before,.intro-select-osx-link .ik_select_link_text:after{content:"\e604"}



.ik_select_link{ 
	list-style: none; 
	padding:10px 35px 10px 35px;
	background:#808ba0;
	-webkit-border-radius:5px;
	border-radius:5px;
	color:#fff; 
	cursor: pointer; 
	width: 230px !important; 
}

.ik_select_link:after,.intro-select2-link .ik_select_link_inner:after{position:absolute;top:50%;left:10px;font-size:20px;line-height:24px;margin-top:-11px}
.ik_select_link.ik_select_link_focus{-webkit-box-shadow:inset 0 0 0 2px #808ba0,inset 0 0 0 3px #fff;box-shadow:inset 0 0 0 2px #808ba0,inset 0 0 0 3px #fff}
.ik_select_link.ik_select_link_disabled{opacity:.5;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50)}
.ik_select_link_text{display:block;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}

.ik_select_dropdown{
	width: 230px !important;
	top:41px; 
	border: 0px solid red; 
	background:#808ba0;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin: 0;
	padding: 0;
}
/* .ik_select_dropdown p{margin:0;padding:5px 15px} */
.ik_select_filter_wrap,.ik_select_nothing_found{padding:5px 15px}
.ik_select_filter{ padding:3px 14px;border:1px solid #333;-webkit-border-radius:5px;border-radius:5px;font-weight:300;}
.ik_select_filter:focus{outline:none}
.ik_select_list{padding:5px 0;color:#fff;}

.ik_select_list .ik_select_option{  
	border: 0px solid #aab0bc; 
	margin: 0; 
	padding: 0; 
	width: 100%;
	list-style: none; 
	padding: 2px 0 2px 3px; 
	margin: 0 0 0 -20px;
	left: 0;

}

.ik_select_list .ik_select_option.ik_select_hover{
	/*
	background:#9ba2b1; 
	*/
	background:#ff930b; 
	
}

.ik_select_list .ik_select_option_disabled{opacity:.5;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50)}
.ik_select_list .ik_select_optgroup{padding:5px 15px;}
.ik_select_list .ik_select_optgroup .ik_select_option{margin:0 -15px;padding:0 30px}
.ik_select_list .ik_select_optgroup_label{padding-bottom:2px;font-size:12px;color:rgba(255,255,255,0.5)}
.ik_select_list{
	/*
	background:#ff930b;
	*/
	background:#808ba0;
	-webkit-border-radius:5px;
	border-radius:5px;
	cursor:default;
	border: 3px solid #737f95;
}



.ik_select_link_focus {
	/* Focused state of the fake select */
}
	.ik_select_link_disabled {
		/* Disabled state of the fake select */
	}
		.ik_select_link_text {
			/*
			Wrapper for the text inside the link.
			It's best to add some width limiting rules here like
			display:block;
			overflow:hidden;
			white-space:nowrap;
			text-overflow:ellipsis;
			*/
		}

	.ik_select_dropdown {
		/*
		Dropdown wrapper. Needed for script calculations.
		You should not add any visual styles here.
		You can shift the position of the dropdown
		by changing top and left values like
		top: -2px;
		left: -5px;
		*/
	}
		.ik_select_list {
			/*
			Wrapper for the options list.
			Now that's a good place to add visual styles.
			*/
		}
			.ik_select_optgroup {
				/* Optgroup */
			}
				.ik_select_optgroup_label {
					/* Optgroup label */
				}
				.ik_select_option {
					/* Option */
				}
					.ik_select_option_label {
						/* Option label */
					}
				.ik_select_hover {
					/* The hovered state of an option */
				}
				.ik_select_active {
					/* The active state of an option */
				}

		.ik_select_filter_wrap {
			/* Wrapper for the filter input */
		}
		.ik_select_filter {
			/* Filter input */
		}
		.ik_nothing_found {
			/* Block that's shown when there's nothing found. */
		}