
/* customSelect_box */
.customSelect_wrap {
	width:100%;
	position:relative;
	text-indent:10px;
	letter-spacing:-1px;
	min-width:100px;
	text-align:left;
}
.customSelect_title, .customSelect_option {
	width:100%;
}
.customSelect_title {
	width:100%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background-color:#fff;
	position:relative;
}
.customSelect_title:before {
	position:absolute;
	top:0;
	left:0;
	width:98%;
	height:96%;
	border:1px solid #e1e1e1;
	content:"";
}
.customSelect_wrap.select_on .customSelect_title {
	border-bottom:0;
}
.btn_customSelect_pointer {
	position:absolute;
	width:28px;
	height:100%;
	right:0px;
	top:0px;
	background-color:#e1e1e1;
	border:0;
	cursor:pointer;
}
.btn_customSelect_pointer:before {
	position:absolute;
	top:45%;
	right:10px;
	display:inline-block;
	width:0;
	height:0;
	border-left:4px solid transparent;
	border-right:4px solid transparent;
	border-top:4px solid #434343;
	content:"";
	-wekbit-box-sizing:border-box;
	box-sizing:border-box;
}
.customSelect_title_p {
	border:0;
	width:90%;
	letter-spacing:-1px;
	text-indent:10px;
	display:block;
	background-color:transparent;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	position:relative;
	z-index:2;
}
.customSelect_title_input {
	width:0;
	height:0;
	position:absolute;
	opacity:0;
	border:0;
	outline:0;
}
.customSelect_option_wrap {
	position:absolute;
	z-index:10;
	left:0;
	top:100%;
	width:100%;
	overflow:visible;

	border:1px solid #e1e1e1;
	border-bottom:0;
	border-top:0;
}
.customSelect_option_wrap.static {
	position:static;
	margin-top:1px;
}
.customSelect_option {
	position:relative;
	height:0px;
	width:100%;
	font-size:0;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.customSelect_wrap.select_on .customSelect_option {
	font-size:inherit;
	-webkit-transition:height 0.15s ease-out;
	-moz-transition:height 0.15s ease-out;
	-ms-transition:height 0.15s ease-out;
	-o-transition:height 0.15s ease-out;
	transition:height 0.15s ease-out;
}
.customSelect_wrap.select_on .customSelect_option_wrap {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background-color:#fff;
	border-bottom:1px solid #e1e1e1;
}
input.option_SelectInput {
	position:absolute;
	width:0px;
	height:0px;
	opacity:0;
}
.label_SelectOption {
	display:block;
	width:100%;
	letter-spacing:-1px;
	border-bottom:1px solid #e1e1e1;
}

.customSelect_wrap .customSelect_option:before {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	background-color:transparent;
	content:"";
}
.customSelect_wrap .customSelect_option:nth-child(1):before{
	content:none;
	height:0;
}
.customSelect_wrap.select_on .customSelect_option:before {
	background-color:#e1e1e1;
}
.customSelect_wrap, .customSelect_title_p, .label_SelectOption {
	font-size:0.813rem;
}
.customSelect_title, .customSelect_title_p, .customSelect_option_wrap {
	border-radius:0px;
}
.customSelect_title , .customSelect_wrap.select_on .customSelect_option, .customSelect_title_p {
	height:40px;
	line-height:41px;
}
.customSelect_option_wrap {
	max-height:160px;overflow:auto;
}
select.select_hidden {
	position:absolute;
	width:0;
	height:0;
	display:block;
	overflow:hidden!important;
	opacity:0;
	border:0;
	border-image:none;
}