.ny-oa-select .hide {
	display: none !important;
}
.ny-oa-select {
	position: relative;
	display: inline-block;
	margin-bottom: 0;
	*margin-left: .3em;
	width: 90px;
	height: 28px;
	line-height: 27px;
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
	cursor: pointer;
	border-left: none;
	border-right: none;
}
.ny-oa-select.small {
	position: relative;
	display: inline-block;
	/*margin-left: 3px;*/
	margin-bottom: 0;
	*margin-left: .3em;
	width: 90px;
	height: 28px;
	line-height: 27px;
	font-size: 12px;
	/*color: #398dee;*/
	text-align: left;
	vertical-align: middle;
	cursor: pointer;
	border-left: none;
	border-right: none;
}
.ny-oa-select {
	height: 30px;
	line-height: 28px;
}
.ny-oa-select.large {
	height: 36px;
	line-height: 35px;
}
.ny-oa-select.normal {
	width: 124px;
}
.ny-oa-select.long-650 {
	width: 650px;
}
.ny-oa-select.long {
	width: 220px;
}
.ny-oa-select.middle-long {
	width: 214px;
}
.ny-oa-select.s-long {
	width: 350px;
}
.ny-oa-select:first-child {
	margin-left: 0;
}
.ny-select-show {
	position: relative;
	display: block;
	width: 100%;
	padding: 0 26px 0 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #fff;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ny-form-control .ny-select-show {
	border-radius: 2px;
}
/* .ny-oa-select.long .ny-select-show{
	width: 220px;
}
.ny-oa-select.middle-long.ny-select-show{
	width: 214px;
}
.ny-oa-select.s-long .ny-select-show{
	width: 350px;
} */
.ny-select-show:before {
	position: absolute;
	right: 9px;
	top: 50%;
	content: " ";
	display: block;
	margin-top: -2px;
	width: 7px;
	height: 4px;
	background: url(img/combo_arrow_small.png) no-repeat;
}
.ny-oa-select:hover .ny-select-show {
	color: #2d7def;
	background: #fff;
}
.ny-select-show.disabled,
.ny-select-show.disabled:hover {
	background: #f5f5f6;
	cursor: not-allowed;
	color: #999;
}
.ny-select-list {
	width: 100%;
	position: relative;
	z-index: 10;
	border: 1px solid #ced2d7;
	border-top: none;
	max-height: 197px;
	background: #fff;
	overflow-x: hidden;
	text-overflow: ellipsis
}
.ny-oa-select:hover .ny-select-list {
	display: block;
}
.ny-select-list .ny-select-item {
	width: 100%;
	display: block;
	padding: 0 26px 0 12px;
	line-height: 27px;
	color: #333333;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	/* text-overflow: ellipsis; */
}
/* å…¼å®¹æ‰€å±žé¡¹ç›®çš„äºŒçº§é¡¹ç›®ä¸‹æ‹‰æ ·å¼ */
.ny-select-item.level2 {
	padding-left: 38px;
}
.ny-oa-select .ny-select-list .ny-select-item {
	line-height: 28px;
}
.ny-oa-select.large .ny-select-list .ny-select-item {
	line-height: 35px;
}
.ny-search-box .ny-select-list .ny-select-item {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: clip;
}
.ny-search-box .ny-oa-select .ny-select-list {
	border-top: 1px solid #ced2d7;
	width: 90px;
	overflow-x: hidden;
}
.ny-search-box:hover .ny-oa-select .ny-select-list {
	border-top: none;
}
.ny-select-list .ny-select-item:hover,
.ny-select-list .ny-select-item.active {
	background: #398dee;
	color: #fff;
}
/* ç‰¹æ®Šselect ç›®å‰ç”¨äºŽç­›é€‰ç­‰*/
.ny-oa-select.no-border {
	width: auto;
}
.ny-oa-select.no-border .ny-select-show {
	width: auto;
	background: none;
	border-color: transparent;
	color: #999;
	font-size: 14px;
	padding: 0 23px 0 10px;
}
.ny-oa-select.no-border:hover .ny-select-show,
.ny-oa-select.no-border.active .ny-select-show {
	border-color: #ccc;
	background-color: #f5f5f5;
	border-radius: 3px;
	color: #555555;
}
.ny-oa-select.no-border:hover .ny-select-show.active,
.ny-oa-select.no-border:hover .ny-select-show:active,
.ny-oa-select.no-border:hover .ny-select-show:active:focus {
	background-color: #fff;
	box-shadow: inset 0 5px 8px 0 rgba(0, 0, 0, 0.1);
}
.ny-oa-select.no-border.active .ny-select-show,
.ny-oa-select.no-border.active .ny-select-show,
.ny-oa-select.no-border.active .ny-select-show:active {
	background-color: #f5f5f5;
	box-shadow: inset 0 5px 8px 0 rgba(0, 0, 0, 0.1);
}
.ny-oa-select.no-border .ny-select-list {
	position: absolute;
	top: 29px;
	min-width: 100px;
	border: 1px solid #ced2d7;
	border-top: 1px solid #ced2d7;
	font-size: 14px;
}
.ny-oa-select.no-border .ny-select-list .ny-select-item:hover,
.ny-oa-select.no-border .ny-select-list .ny-select-item.active {
	background-color: #2d7def;
	color: #fff;
}
/* é¡¹ç›®ã€ä»»åŠ¡æ“ä½œæ çš„è¿›åº¦ä¸‹æ‹‰ */
.ny-oa-select.minor {
	width: 67px;
}
.ny-oa-select.minor .ny-select-show {
	background-color: #f9f9f9;
	border-radius: 3px;
	font-size: 14px;
	color: #2d7def;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 20px;
	border-color: #ccc;
}
.ny-oa-select.minor .ny-select-list .ny-select-item {
	font-size: 14px;
}
.ny-oa-select.minor .ny-select-show:hover,
.ny-oa-select.minor.active .ny-select-show {
	background-color: #f1f8ff;
	border-color: #2d7def;
	color: #2d7def;
}
.ny-oa-select.minor .ny-select-show:active,
.ny-oa-select.minor .ny-select-show.active,
.ny-oa-select.minor .ny-select-show:active:focus {
	background-color: #fff;
	box-shadow: inset 0 5px 8px 0 rgba(45, 125, 239, 0.3);
}
.ny-oa-select.minor.active .ny-select-show {
	background-color: #f1f8ff;
	box-shadow: inset 0 5px 8px 0 rgba(45, 125, 239, 0.3);
}
.ny-form-control .ny-oa-select.inset {
	position: absolute;
	right: 1px;
	top: 2px;
	height: 28px;
	border-left: 1px solid #ccc;
}
.ny-form-control .ny-oa-select.inset .ny-select-show{
	height: 28px;
	line-height: 28px;
	border: none;
}
.ny-form-control .ny-oa-select.inset .ny-select-list{
	border-top: 1px solid #ccc;
}
/*å¯ä»¥æŸ¥è¯¢åŽ†å²çš„è¾“å…¥æ¡†*/
.ny-oa-sel-input {
	position: relative;
	display: inline-block;
	margin-left: 3px;
	/*border-left: none;
	border-right: none;*/
	min-width: 187px;
	height: 28px;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 12px;
	/*color: #398dee;*/
	text-align: left;
	vertical-align: middle;
	cursor: pointer;
}
.ny-oa-sel-value-input {
	display: block;
	outline: none;
	border: 1px solid #ced2d7;
	width: 100%;
	height: 29px;
	text-indent: 12px;
}
.ny-oa-sel-notallow {
	display: block;
	margin-bottom: 6px;
	padding: 0 26px 0 12px;
	min-width: 88px;
	line-height: 27px;
	color: #999999;
	text-align: left;
	background: #f5f5f6;
}
.ny-select-show .color-circle,
.ny-select-item .color-circle {
	position: relative;
	top: 1px;
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin-right: 5px;
}