select.is-dualselect::-webkit-scrollbar {
	width: 10px;
}
select.is-dualselect::-webkit-scrollbar-track {
	background: #f5f5f5;
}
select.is-dualselect::-webkit-scrollbar-thumb {
	background: #eeeeee;
}
select.is-dualselect::-webkit-scrollbar-thumb:hover {
	background: #e0e0e0;
}
select.is-dualselect {
	border: 1px solid #eeeeee;
	overflow: auto;
	width: 200px;
	min-width: 200px;
	min-height: 200px;
	scrollbar-color: #e0e0e0 #eeeeee;
	scrollbar-width: thin;
	scrollbar-face-color:#e0e0e0;
	scrollbar-arrow-color:#e0e0e0;
	scrollbar-track-color:#eeeeee;
	scrollbar-shadow-color:#eeeeee;
	scrollbar-highlight-color:#ffffff;
	scrollbar-3dlight-color:#eeeeee;
	scrollbar-darkshadow-Color:#eeeeee;
}
select.is-dualselect.is-dualselect-avl {
}
select.is-dualselect.is-dualselect-sel {
}
select.is-dualselect option {
	padding: 5px;
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	min-width: 150px;
	background: transparent;
}
select.is-dualselect option:last-child {
	border-bottom: 1px solid #eeeeee;
}
select.is-dualselect option:checked {
	background-color: #f0f0f0;
}
select.is-dualselect option:hover {
	background-color: #f5f5f5;
}
select.is-dualselect option:disabled {
	background-color: #fafafa;
	color: #a0a0a0;
}
.dualselect-wrapper {
	width: auto;
}
.dualselect-select {
	width: 100%;
}
.dualselect-wrapper .dualselect-wrapper-avl, .dualselect-wrapper .dualselect-wrapper-sel {
	width: 330px;
	height: 145px;
	min-width: 210px;
	display: inline-block;
}
.dualselect-wrapper .button-wrapper {
	width: 200px;
	min-width: 200px;
}
.dualselect-wrapper .button-wrapper input {
	width: 50%;
	border: 1px solid #e0e0e0;
	background-color: #eeeeee;
}
.dualselect-wrapper .button-wrapper input.w-100 {
	width: 100%;
}
.dualselect-wrapper-avl-filter,.dualselect-wrapper-sel-filter {
	width: 90%;
}
.dualselect-wrapper-avl-filter input,.dualselect-wrapper-sel-filter input {
	border: 1px solid #e0e0e0;
	width: 100%;
	padding: 5px;
}
