@CHARSET "UTF-8";

.widget_disabled_color{
	color:#AAA;
}


/**-- 单行文本框 --**/
.widget_ipt_wrap{
	padding: 3px;
	width:200px;
	border:1px solid #c4c4c4;
	border-radius: 2px;
	background-color:#fff;
}
.widget_ipt_wrap .widget_ipt{
	margin:0;
	padding:0;
	width: 200px;
	height: 20px;
	line-height: 20px;
	border: none;
	color: #888;
}

/**-- 小点的单行文本框 --**/
.widget_ipt_lite_wrap{
	min-height:20px;
	padding: 2px 5px;
	width:100px;
	border:1px solid #c4c4c4;
	border-radius: 2px;
	background-color:#fff;
}
.widget_ipt_lite_wrap .widget_ipt_lite{
	float:left;
	margin:0;
	padding:0;
	width: 100px;
	height: 20px;
	line-height: 20px;
	border: none;
	color: #888;
}
.widget_ipt_lite_wrap .widget_ipt_lite.percent{
	width: 88px;
}

.widget_ipt_lite_wrap b.search {
	position:absolute;
	top:5px;
	right:6px;
	height:16px;
	width:16px;
	background-image:url(../imgs/widget_search.png);
	background-position:0 0 ;
	display:block;
}

.widget_ipt_lite_wrap.disabled{
	border:1px solid #eee;
}
.widget_ipt_lite_wrap.disabled .widget_ipt_lite{
	color:#ccc;
}
.widget_ipt_lite_wrap.error{
	border:1px solid #c86767;
}
.widget_ipt_lite_tip{
	position: relative;
	display:none;
}
.widget_ipt_lite_tip span{
	background:url(../imgs/widget_tips.png) no-repeat;
	padding-left: 20px;
	background-position: 0 2px;
	line-height: 18px;
	color: #cc0000;
	position: absolute;
	left: -5px;
	top: 26px;
}
.widget_right_tp{
	position:relative;
	border:1px solid #c4c4c4;
	height: 24px;
	line-height: 24px;
	display:inline-block;
	zoom:1;*display:inline;
	cursor:pointer;
	background-color:#fff;
	width:180px;
	padding:0 5px 0 5px;
	margin:5px 0;
}
.widget_right_cont{
	color:#888888;
}
.widget_right_tp i{
	position:absolute;
	top:5px;
	right:6px;
	height:16px;
	width:16px;
	background-image:url(../imgs/widget_arrows2.png);
	background-position:0 0 ;
	display:block;
}
.manager_line{
	margin-top:5px;
	margin-bottom:14px;
	width:200px;
	height:5px;
	background-image:url(../imgs/manager_line.png);
}
.widget_right_search{
	margin-left:0px !important;
}
.widget_custom_add{
	margin-left:30px !important;
}
/**-- 固定长度下拉框 --**/
.widget_sel_wrap{
	position:relative;
	padding: 5px;
	width:160px;
	border:1px solid #c4c4c4;
	border-radius: 2px;
}
.widget_sel_wrap .widget_sel{
	margin:0;
	padding:0;
	width: 140px;
	height: 20px;
	line-height: 20px;
	text-align:center;
	border: none;
	color: #888;
}
.widget_sel_wrap i{
	display:block;
	position:absolute;
	top:8px;
	right:6px;
	height:16px;
	width:16px;
	background:url(../imgs/widget_arrows2.png);
	
	cursor:pointer;
	border-radius: 2px;
}

/**-- 可变长度下拉框 --**/
.widget_varsel_wrap{
	position:relative;
	padding: 0 28px 0 10px;
	border:1px solid #c4c4c4;
	
	height: 24px;
	line-height: 24px;
	display:inline-block;
	zoom:1;*display:inline;
	cursor:pointer;
	background-color:#fff;
}
.widget_varsel_wrap .widget_varsel{
	color: #888;
	word-break:break-all;
	height: 24px;
	line-height: 24px;
	overflow:hidden;
	white-space:nowrap;
}
/*
span.widget_varsel{
	display:inline-block;
	width:100%;
	text-align:center;
}*/
.widget_varsel_wrap input.widget_varsel{
	color: #888;
	margin:0;
	padding:0;
	width:100%;
	height:23px;
	line-height:23px;
	text-align:left;
	border:none;
	font-family: '微软雅黑','宋体','新宋体',sans-serif;
}
.widget_varsel_wrap i{
	position:absolute;
	top:5px;
	right:8px;
	height:16px;
	width:16px;
	background-image:url(../imgs/widget_arrows2.png);
	background-position:0 0 ;
	display:block;
}
.widget_varsel_search {
	position:relative;
	padding: 0 28px 0 10px;
	border:1px solid #c4c4c4;
	
	height: 24px;
	line-height: 24px;
	display:inline-block;
	zoom:1;*display:inline;
	cursor:pointer;
	background-color:#fff;
}
.widget_varsel_search.disabled input{
	background-color: rgb(235,235,228);
}
.widget_varsel_search i{
	position:absolute;
	top:5px;
	right:8px;
	height:14px;
	width:14px;
	background-image: url(../imgs/mm_search.png);
	background-position:0 0 ;
	display: block;
}

.widget_varsel_wrap.disabled{
	border:1px solid #ddd;
	background: rgb(235,235,228);
}
.widget_varsel_wrap.disabled .widget_varsel{
	color: #ddd;
}
/*.widget_varsel_wrap.disabled i{*/
	/*background-position:0 -16px ;*/
/*}*/

.widget_search_input {width: 100%;height: 22px;border: none;margin-top: 1px;margin-bottom: 1px;}

/**-- 文本域 --**/
.widget_txt{
	margin:0;
	padding: 5px;
	width:200px;
	height:57px;
	line-height: 20px;
	border:1px solid #c4c4c4;
	resize: vertical;
	color: #888;
	border-radius: 2px;
	-moz-box-shadow: 0 1px 3px #DDD inset;
	-webkit-box-shadow: 0 1px 3px #DDD inset;
	box-shadow: 0 1px 3px #DDD inset;
}
.widget_txt.postform_txt {  width: 100%;  }
/**-- 复选框 --**/
.widget_checker {
	position: relative;
	padding-right: 8px;
	width: 16px;
	height: 16px;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: middle;
	overflow:hidden;
	zoom: 1;*display: inline;
	cursor:pointer;
}
.widget_checker span {
	width: 16px;
	height: 16px;
	
	display: -moz-inline-box;
	display: inline-block;
	*display: block;
	*zoom:1;
	text-align: center;
	
	background-image: url(../imgs/widget_sprites.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	-webkit-font-smoothing: antialiased;
	margin-top: -1px;
}
.widget_checker input {
	opacity: 0;
	filter: alpha(opacity:0);
	display: inline-block;
	background: none;
	cursor:pointer;
	zoom:1;
	*zoom:1;
}
.widget_checker:active span, 
.widget_checker.active span {
	background-position: -16px 0;
}

.widget_checker.focus span,
.widget_checker:hover span {
	background-position: -32px 0;
}

.widget_checker.focus:active span,
.widget_checker.focus.active span,
.widget_checker:active:hover span,
.widget_checker.active:hover span {
	background-position: -48px 0;
}

.widget_checker span.checked {
	background-position: -64px 0;
}

.widget_checker:active span.checked, 
.widget_checker.active span.checked {
	background-position: -80px 0;
}

.widget_checker.focus span.checked,
.widget_checker:hover span.checked {
	background-position: -96px 0;
}

.widget_checker.focus:active span.checked,
.widget_checker:hover:active span.checked,
.widget_checker.active:hover span.checked,
.widget_checker.active.focus span.checked {
	background-position: -112px 0;
}

.widget_checker.disabled span,
.widget_checker.disabled:active span,
.widget_checker.disabled.active span {
	background-position: -128px 0;
}

.widget_checker.disabled span.checked,
.widget_checker.disabled:active span.checked,
.widget_checker.disabled.active span.checked {
	background-position: -144px 0;
}

/**-- 单选框 --**/
.widget_radio {
	position: relative;
	padding-right: 5px;
	width: 16px;
	height: 16px;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: middle;
	zoom:1;*display:inline;
	margin-top: -1px;
}

.widget_radio span {
	display: -moz-inline-box;
	display: inline-block;
	_display: inline;
	text-align: center;
	
	width: 16px;
	height: 16px;
	background-image: url(../imgs/widget_sprites.png);
	background-position: 0 -16px;
	background-repeat: no-repeat;
	-webkit-font-smoothing: antialiased;
}

.widget_radio input {
	opacity: 0;
	filter: alpha(opacity:0);
	text-align: center;
	display: inline-block;
	background: none;
}
.widget_radio:active span, 
.widget_radio.active span {
	background-position: -16px -16px;
}

.widget_radio.focus span, 
.widget_radio:hover span {
	background-position: -32px -16px;
}

.widget_radio.focus:active span,
.widget_radio:active:hover span,
.widget_radio.active:hover span,
.widget_radio.active.focus span {
	background-position: -48px -16px;
}

.widget_radio span.checked {
	background-position: -64px -16px;
}

.widget_radio:active span.checked,
.widget_radio.active span.checked {
	background-position: -80px -16px;
}

.widget_radio.focus span.checked,
.widget_radio:hover span.checked {
	background-position: -96px -16px;
}

.widget_radio.focus:active span.checked, 
.widget_radio:hover:active span.checked,
.widget_radio.focus.active span.checked,
.widget_radio.active:hover span.checked {
	background-position: -112px -16px;
}

.widget_radio.disabled span,
.widget_radio.disabled:active span,
.widget_radio.disabled.active span {
	background-position: -128px -16px;
}

.widget_radio.disabled span.checked,
.widget_radio.disabled:active span.checked,
.widget_radio.disabled.active span.checked {
	background-position: -144px -16px;
}

/**-- 按钮 --**/
.widget_btn{
	display: inline-block;
	zoom:1;*display:inline;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
	padding: 0 0 0 15px;
	margin:0 2px;
	font-weight:bold;
	color: #555555;
	border: none;
	background-image: url(../imgs/widget_buttons.png);
	background-repeat: no-repeat;
	background-position: left 0;
	word-break:keep-all;
}
.widget_btn.hide{
	display: none;
}
.widget_btn span{
	display: inline-block;
	zoom:1;*display:inline;
	height: 28px;
	padding: 0 15px 0 0;
	background-image: url(../imgs/widget_buttons.png);
	background-repeat: no-repeat;
	background-position: right 0;
}
.widget_btn:hover {background-position:left -28px;}
.widget_btn:hover span {background-position:right -28px;}
.widget_btn:active {background-position:left -56px;}
.widget_btn:active span {background-position:right -56px;}

.widget_btn.disabled{
	background:none;
	border:1px solid #ddd;
	height: 26px;
	line-height: 26px;
	padding: 0 0 0 14px;
	cursor:default;
	border-radius:3px;
}
.widget_btn.disabled span{
	padding: 0 14px 0 0;
	background:none;
	color:#ddd;
}

.widget_btn.blue{
	background-position: left -84px;
	color: #FFF;
}
.widget_btn.blue span{
	background-position: right -84px;
}
.widget_btn.blue:hover {background-position:left -112px;}
.widget_btn.blue:hover span {background-position:right -112px;}
.widget_btn.blue:active {background-position:left -140px;}
.widget_btn.blue:active span {background-position:right -140px;}

.widget_btn i{
	background-image: url(../imgs/btn_icon.png);
	background-repeat: no-repeat;
	width: 21px;
	height: 21px;
	padding: 0 24px 0 0;
}

.widget_btn i.customer{
	background-position: 0px 0px;
}
.widget_btn i.customer_fix{
	float:left;
	padding-right:0;
	margin-top:6px;
}
.widget_btn i.project{
	background-position: 0px -20px;
}

/**-- 下拉框--**/
.widget_dropper{
	width:180px;
	padding:5px 0;
	border: 1px solid #C4C4C4;
	background-color:#fff;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 3px;
	-moz-box-shadow: rgba(0,0,0,0.1) 0px 2px 3px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 3px;
	text-align:left;
}
.widget_dropper .item{
	display:block;
	padding:0 10px;
	height:26px;
	line-height:26px;
	cursor:pointer;
	color:#333333;
	overflow: hidden;
}
.widget_dropper .pulldown2_child .item{
	width: 100%;
}
.widget_dropper .item .pulldown2_child{
	margin-right: -15px;
	max-height: 235px;
	overflow-y: auto;
	overflow-x: hidden;
	display: none;
	position: relative;
	top: -26px;
	left: 100px;
	background: white;
	border: 1px solid #ccc;
}
.widget_dropper .item.empty{
	text-align:center;
	color:#ddd;
	cursor:default;
}
.widget_dropper .item:hover{
	background-color:#f4f4f4;
}
.widget_dropper .item.empty:hover{
	background-color:#ffffff;
}
.widget_dropper .dropper_line{
	padding-top:5px;
	border-bottom:1px solid #ebebeb;
	margin-bottom:5px;
}
.widget_dropper .dropper_pagi{
	position: relative;
	cursor: default;
	height: 16px;
	line-height: 16px;
	padding: 0 15px;
}
.widget_dropper .dropper_pagi .left{
	position:absolute;
	left:15px;
	top:0;
	background-color: transparent;
	background-image: url(../imgs/widget_arrows.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.widget_dropper .dropper_pagi .center{
	margin:0 auto;
}
.widget_dropper .dropper_pagi .right{
	position:absolute;
	right:15px;
	top:0;
	background-color: transparent;
	background-image: url(../imgs/widget_arrows.png);
	background-repeat: no-repeat;
	background-position: -16px 0;
}
.widget_dropper .dropper_pagi span{
	display:block;
	width:16px;
	height:16px;
	cursor:pointer;
}
.widget_dropper .dropper_pagi span.disabled{
	opacity: .20;
	filter: alpha(opacity=20);
	cursor:default;
}

/**
 * 下拉选择群组	
 * */
.widget_dropper .group_container .types li div{padding: 10px 0px;}
.widget_dropper .group_container .types li {}
.widget_dropper ul li {list-style-type: none;}
.widget_dropper .group_container .types li span{
	display: block;
	width: 23px;
	height: 18px;
	margin: 0 auto;
	background:url(../imgs/group_picker_type.png) no-repeat;
	cursor: pointer;
}
.widget_dropper .group_container .types li.org span{
	background-position: 0px -134px;
}
.widget_dropper .group_container .types li.org.focus span{
	background-position: 0px -164px;
}
.widget_dropper .group_container .types li.group span{
	background-position: 0px -34px;
}
.widget_dropper .group_container .types li.group.focus span{
	background-position: 0px -102px;
}
.widget_dropper .group_container .types li.person span{
	background-position: 0px 0px;
}
.widget_dropper .group_container .types li.person.focus span{
	background-position: 0px -68px;
}
.widget_dropper .group_container .types li.business span{
	background-position: 0px -262px;
}
.widget_dropper .group_container .types li.business.focus span{
	background-position: 0px -296px;
}
.widget_dropper .group_container .types li.project span{
	background-position: 0px -328px;
}
.widget_dropper .group_container .types li.project.focus span{
	background-position: 0px -360px;
}

.widget_dropper ul {
    margin: 0px;
    padding: 0px;
}


/**-- 组合 --**/
.widget_dropper.combined{
	display:none;
	position:absolute;
	z-index:9999;
}
.widget_dropper.combined.left{
	left:-1px;
}
.widget_dropper.scroll{
	height: 300px;
	overflow: auto;
}
.widget_dropper.combined.right{
	right:-1px;
}
.widget_dropper.combined2{
	display:none;
	position:absolute;
	left:-1px;
	top:24px;
	z-index:1;
}
.widget_dropper.combined2.right{
	left:auto;
	right:-1px;
}

/**-- 页签 --**/
.widget_tab{
	height:26px;
	border-bottom:1px solid #C4C4C4;
	margin-bottom:10px;
}
.widget_tab .tab_item{
	position:relative;
	float:left;
	zoom:1;
	margin:0 10px;
	height:24px;
	line-height:24px;
	border-left:1px solid transparent;
	border-right:1px solid transparent;
	border-top:1px solid transparent;
	cursor:pointer;
}
.widget_tab .tab_item .txt{
	float:left;
	padding:0 4px;
	background-color:#fff;
	font-weight:bold;
	color:#444444;
	text-align: center;
	height:24px;
}
.widget_tab .tab_item .append{
	float:left;
	width:16px;
	height:24px;
}
.widget_tab .tab_item .fixed{
	width:70px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.widget_tab .tab_item i{
	display:block;
	margin-top:5px;
	width:16px;
	height:16px;
}

.widget_tab .tab_item.hover,
.widget_tab .tab_item:hover{
	border-left:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	border-top:1px solid #e1e1e1;
	border-top-left-radius:2px;
	border-top-right-radius:2px;
}
.widget_tab .tab_item.hover .txt,
.widget_tab .tab_item:hover .txt{
	background-color:#f9f9f9;
}
.widget_tab .tab_item.hover .append,
.widget_tab .tab_item:hover .append{
	
}
.widget_tab .tab_item.hover i,
.widget_tab .tab_item:hover i{
	background:url(../imgs/widget_arrows2.png) 0 -16px;
}

.widget_tab .tab_item.focus{
	border-left:1px solid #C4C4C4;
	border-right:1px solid #C4C4C4;
	border-top:1px solid #C4C4C4;
	border-top-left-radius:2px;
	border-top-right-radius:2px;
}
.widget_tab .tab_item.focus .txt{
	background-color:#f4f4f4;
}
.widget_tab .tab_item.focus .append{
	
}
.widget_tab .tab_item.focus i{
	background:url(../imgs/widget_arrows2.png) 0 0;
}

/**-- 上传控件 --**/
.widget_uploader {
	position: relative;
	overflow: hidden;
	width:200px;
	height: 26px;
	border:1px solid #c4c4c4;
	cursor: default;
}
.widget_uploader .uploadify{
	position:absolute;
	top:0;
	left:0;
}
.widget_uploader .filename {
	float: left;
	display: block;
	width: 94px;
	height: 26px;
	line-height: 26px;
	padding: 0px 10px;
	border-right: solid 1px #bbb;
	
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: default;
	
	color: #777;
	font-size: 12px;
	font-style:normal;
}
.widget_uploader .action {
	float: left;
	display: block;
	width:85px;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	cursor: pointer;
	background-color: #f5f5f5;
	
	text-align: center;
	text-shadow: #fff 0px 1px 0px;
	font-size: 12px;
	font-weight: bold;
}
.widget_uploader input {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	float: right;
	padding:0;
	width:800px;
	height: 800px;
	opacity: 0;
	filter: alpha(opacity:0);
	border: none;
	cursor: pointer;
}

.widget_uploader.focus,
.widget_uploader.hover,
.widget_uploader:hover {
	
}

.widget_uploader.focus span.action,
.widget_uploader.hover span.action,
.widget_uploader:hover span.action {
	
}

.widget_uploader.active span.action,
.widget_uploader:active span.action {
	
}

.widget_uploader.focus.active span.action,
.widget_uploader:focus.active span.action,
.widget_uploader.focus:active span.action,
.widget_uploader:focus:active span.action {
	
}

.widget_uploader.disabled {
	
}

.widget_uploader.disabled span.action {
	
}

/** 高级选项 **/
.widget_advance_wrap{
	position:relative;	/* FOR IE7 */
}
.widget_advance_options{
	position:relative;
	display:inline-block;
	zoom:1;*display:inline;
	height:26px;
	line-height:26px;
	padding-right:24px;
	cursor:pointer;
}
.widget_advance_options span{
	color:#1155cc;
}
.widget_advance_options i{
	position:absolute;
	top:5px;
	right:4px;
	display:block;
	width:16px;
	height:16px;
	background-image: url(../imgs/widget_arrows2.png);
	background-position: 0 0;
}
.widget_advance_options.reverse i{
	background-position: 0 -33px;
}

/** 关闭问题 **/
.widget_close_question_wrap{
}
.widget_close_question_options{
	display:inline-block;
	zoom:1;*display:inline;
	height:26px;
	line-height:26px;
	padding-right:24px;
	cursor:pointer;
	position:relative;
}
.widget_close_question_options span{
	color:#999999;
}
.widget_close_question_options i{
	position:absolute;
	top:5px;
	right:4px;
	display:block;
	width:16px;
	height:16px;
	background-image: url(../imgs/close_question.png);
	background-position: 0 0;
}

/** 问题选项 **/
.widget_qustion_option{
	height: 20px;
	line-height: 20px;
	padding: 2px 5px;
	border: 1px solid #C4C4C4;
	
	background-color:#fff;
	display: inline-block;
	zoom:1;*display:inline;
}
.widget_qustion_option_ttl{
	float:left;
	width:40px;
	color:#888888;
}
.widget_qustion_option_ipt{
	float:left;
	margin:0;
	padding:0;
	width:300px;
	height:20px;
	border:none;
}
.widget_qustion_option_close{
	float:left;
	width:20px;
	height:20px;
	background:url(../imgs/close.png) no-repeat center;
	cursor:pointer;
}
/*******选人控件 begin*******/
.plantag_multi_user_picker,.plantag_multi_user_picker_pop_view{
	background-color: white;
	border: 1px solid #bdbdbd;
	padding: 2px;
	min-height: 24px;
	cursor: text;
	box-shadow:1px 2px #f3f3f3 inset;
}
.plantag_multi_user_picker.tiny,.plantag_multi_user_picker_pop_view.tiny{
	padding: 0;
	line-height: 22px;
}
.plantag_multi_user_picker ol,.plantag_multi_user_picker_pop_view ol{
	display: inline;
	margin: 0;
	padding: 0;
	list-style:none;
	list-style-type: none;
}
.plantag_multi_user_picker ol li,.plantag_multi_user_picker_pop_view ol li{
	height: 21px;
	line-height: 21px;
	float: left;
	display: inline-block;
	font-size: 12px;
	white-space: nowrap;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0;
	margin: 1px 2px;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#8DAFEB),to(#7191C9));
	filter:progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#8DAFEB,endColorStr=#7191C9);
	background: -ms-linear-gradient(top, #8DAFEB, #7191C9);
	background: -moz-linear-gradient(top, #8DAFEB,#7191C9); 
	background: -webkit-linear-gradient(top, #8DAFEB,#7191C9);
	background: -o-linear-gradient(top, #8DAFEB,#7191C9);
	border: 1px solid #5f7cae;
}
.plantag_multi_user_picker.disabled ol li,.plantag_multi_user_picker_pop_view.disabled ol li {
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#ebebeb),to(#c8c8c8));
	filter:progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ebebeb,endColorStr=#c8c8c8);
	background: -ms-linear-gradient(top, #ebebeb, #c8c8c8);
	background: -moz-linear-gradient(top, #ebebeb,#c8c8c8); 
	background: -webkit-linear-gradient(top, #ebebeb,#c8c8c8);
	background: -o-linear-gradient(top, #ebebeb,#c8c8c8);
	border-color:#adadad;
}
.plantag_multi_user_picker ol li.user{
	/* background-color: #8bade9;
	border: 1px solid #5f7cae; */
}
.plantag_multi_user_picker ol li.group{
	/* background-color: #f79e5c;
	border: 1px solid #c03624; */
}
.plantag_multi_user_picker ol li.org{
	/* background-color: #e66756;
	border: 1px solid #db803c; */
}
.plantag_multi_user_picker .ipt,.plantag_multi_user_picker_pop_view .ipt{
	outline: none;
	font-size: 12px;
	width:140px;
	height: 25px;
	line-height: 25px;
	border: 0;
	padding: 0;
	background-color: white;
}
.plantag_multi_user_picker.tiny .ipt,.plantag_multi_user_picker_pop_view.tiny .ipt{
	width:123px;
	height: 22px;
	line-height: 22px;
	padding-left: 10px;
}
.plantag_multi_user_picker_pop_view .ipt{
	outline: unset;
	border: 1px solid #d5d5d5;
}
.plantag_multi_user_picker.pop_picker{
	overflow: hidden;
}
.plantag_multi_user_picker.tiny.pop_picker .ipt{
	width:84px;
}
.plantag_multi_user_picker .select_pop{
	color: blue;
	float: right;
	margin-right: 3px;
	cursor: pointer;
	width: 28px;
	user-select: none;
}
.plantag_multi_user_picker.disabled .ipt:disabled{
	background-color:rgb(235,235,228);
}
.plantag_multi_user_picker .icon{
}
.plantag_multi_user_picker .user .icon{
}
.plantag_multi_user_picker .group .icon{
}
.plantag_multi_user_picker .org .icon{
}
.plantag_multi_user_picker .name,.plantag_multi_user_picker_pop_view  .name{
	color: #fff;
	white-space: nowrap;
	margin-left: 12px;
	margin-right: 9px;
}
.plantag_multi_user_picker .remove,.plantag_multi_user_picker_pop_view .remove{
	display: inline-block;
	zoom: 1; *display: inline;
	cursor: pointer;
	width: 10px;
	height: 10px;
	margin-right: 7px;
	background:url(../imgs/user_picker_remove.png) no-repeat center center;
	*height: auto;
}
.plantag_multi_user_picker .remove:hover,.plantag_multi_user_picker_pop_view .remove:hover{
	background:url(../imgs/user_picker_remove_hover.png) no-repeat center center;
}
.plantag_multi_user_picker.disabled .remove,.plantag_multi_user_picker_pop_view.disabled .remove{
	cursor:text;
}
.plantag_multi_user_picker.disabled .remove:hover,.plantag_multi_user_picker_pop_view.disabled .remove:hover{
	background:url(../imgs/user_picker_remove.png) no-repeat center center;
}
/*下拉框*/
.plantag_multi_user_picker_layer{
	background: #FFF;
	z-index: 9000;
	display: none;
	border: 1px solid #bdbdbd;
}
.plantag_multi_user_picker_pop_view{
	background: #FFF;
	z-index: 9000;
	display: none;
	border: 1px solid #bdbdbd;
	width: 500px;
	height: 200px;
}
.plantag_multi_user_picker_layer ul{
	margin: 0;
	padding: 0;
}
.plantag_multi_user_picker_layer ul li{
	list-style-type: none;
}
.plantag_multi_user_picker_layer .hint{
	display: none;
	background-color: white;
	padding: 5px 20px 5px 5px;
	white-space: nowrap;
	font-style: italic;
	color: #333;
	border-top: 1px solid #EBEBEB;
}
.plantag_multi_user_picker_layer .container{
	/*width: 238px;*/
	display: none;
	height: 309px;
	overflow-y: scroll;
}
.plantag_multi_user_picker_layer .multi_container{
	/*width: 238px;*/
	display: none;
	height: 309px;
	overflow-y: scroll;
}
/*类型*/
.plantag_multi_user_picker_layer .types{
	width: 36px;
	float: left;
}
.plantag_multi_user_picker_layer .types li{
}
.plantag_multi_user_picker_layer .types li div{
	padding: 10px 0;
}
.plantag_multi_user_picker_layer .empty_result{
	height: 114px;
	width: 100%;
	text-align: center;
	color: #CCC;
	font-size: 18px;
	line-height: 114px;
}
.plantag_multi_user_picker_layer .types li span{
	display: block;
	width: 23px;
	height: 18px;
	margin: 0 auto;
	background:url(../imgs/user_picker_type.png) no-repeat;
	cursor: pointer;
}
.plantag_multi_user_picker_layer .types li.org span{
	background-position: 0px -134px;
}
.plantag_multi_user_picker_layer .types li.org.focus span{
	background-position: 0px -164px;
}
.plantag_multi_user_picker_layer .types li.group span{
	background-position: 0px -34px;
}
.plantag_multi_user_picker_layer .types li.group.focus span{
	background-position: 0px -102px;
}
.plantag_multi_user_picker_layer .types li.person span{
	background-position: 0px 0px;
}
.plantag_multi_user_picker_layer .types li.person.focus span{
	background-position: 0px -68px;
}
.plantag_multi_user_picker_layer .types li.role span{
	background-position: 0px 0px;
}
.plantag_multi_user_picker_layer .types li.role.focus span{
	background-position: 0px -68px;
}
/*列表*/
.plantag_multi_user_picker_layer .results{
	min-width: 183px;
	float: left;
	color: #333333;
	min-height:309px;
	border-left: 1px solid #bdbdbd;
	position:relative;
}
.plantag_multi_user_picker_layer .results .call_loading{
	background:#eee;
}
.plantag_multi_user_picker_layer .results li{
	cursor: pointer;
}
.plantag_multi_user_picker_layer .results li.disabled{
	cursor: default;
}
/**  组织不可选的情况下 可以点击展开 **/
.plantag_multi_user_picker_layer .results li.org_only.disabled{
	cursor: pointer;
	color: #333333;
}
.plantag_multi_user_picker_layer .results li.disabled .name{
	opacity: .80;
	filter: alpha(opacity=80);
	display: inline-block;
	zoom: 1; *display: inline;
}
.plantag_multi_user_picker_layer .results li span.expend{
	cursor: pointer;
    display: inline-block;
    height: 10px;
    width: 10px;
}
.plantag_multi_user_picker_layer .results li span.select_children {
	cursor: pointer;
    display: inline-block;
    height: 10px;
    /*width: 10px;*/
	padding-right: 5px;
}
.plantag_multi_user_picker_layer .results li span.loading{
	background:url("../imgs/loading_small.gif") no-repeat bottom;
	/*background-image: url("../imgs/loading_small.gif") no-repeat;*/
}
.plantag_multi_user_picker_layer .results .page a.loading{
	height: 10px;
	width: 6px;
	display: inline-block;
	background-image: url("../imgs/loading_small.gif");
}
.plantag_multi_user_picker_layer .user_wrap{
	height: 30px;
	line-height: 30px;
	padding-left: 30px;
	width: 133px;
}
.plantag_multi_user_picker_layer .user_wrap img{
	width: 20px;
	height: 20px;
	display: inline;
	float: left;
	margin: 5px 12px 0 0;
}
.plantag_multi_user_picker_layer .user_wrap .name{
	display: inline-block;
	width: 90px;
	height: 30px;
	margin-right: 10px;
	overflow: hidden;
}
.plantag_multi_user_picker_layer .user_wrap .byline{
	display: inline-block;
	padding-right: 20px;
}
.plantag_multi_user_picker_layer .group_wrap,
.plantag_multi_user_picker_layer .org_wrap{
	border-bottom: 1px solid #bdbdbd;
	height: 35px;
	line-height: 35px;
	padding-left: 20px;
	font-size: 14px;
	overflow: hidden;
	user-select: none;
}
.plantag_multi_user_picker_layer .results li.selected{
	background-color: #eeeeee;
}
.plantag_multi_user_picker_layer .results li.last{
	border-bottom: 0;
}
/*分页*/
.plantag_multi_user_picker_layer .page{
	width: 220px;
	height: 33px;
	line-height: 33px;
	border-top: 1px solid #bdbdbd;
	display: none;
	text-align: center;
	color: #888888;
}
.plantag_multi_user_picker_layer .page.loading{
	background: #FBFBFB url(../imgs/small-spinner.gif) no-repeat center center;
}
.plantag_multi_user_picker_layer .page span{
	cursor: pointer;
	padding: 0 8px;
}
.plantag_multi_user_picker_layer .page span.disabled{
	opacity: .40;
	filter: alpha(opacity=20);
	cursor: default;
	display: inline-block;
	zoom: 1; *display: inline;
}
.plantag_multi_user_picker_layer .page a{
	padding: 0 2px;
	margin: 0 3px;
	cursor: pointer;
	color: #888888;
}
.plantag_multi_user_picker_layer .page a.selected{
	color: #333;
}
#doc_file_upload-button{
	background-color:#505050\0;
	*background-color:#505050;
}
/*******选人控件 end*******/

.widget_varsel_gray_search {
	position:relative;
	padding: 0 28px 0 0px;
	border:1px solid #c4c4c4;
	
	height: 32px;
	line-height: 32px;
	display:inline-block;
	zoom:1;*display:inline;
	cursor:pointer;
	background-color:#fff;
}

.widget_varsel_gray_search i{
	position:absolute;
	top:15px;
	left:10px;
	height:19px;
	width:19px;
	background-image: url(../imgs/search_gray.png);
	background-position:0 0 ;
	display: block;
}
.widget_varsel_gray_search b{
	position:absolute;
	top:15px;
	right:50px;
	height:19px;
	width:19px;
	background-image: url(../imgs/search_clear.png);
	background-position:0 0 ;
	display: block;
}
.widget_varsel_gray_search .search_btn{
	position:absolute;
	top:8px;
	left: 9px;
	right:20px;
	height:20px;
	width:20px;
	background:url(../imgs/search_big_white.png) no-repeat;
	background-position:0 0 ;
	display: block;
}
.istyle1 .tip{
	color:#999999;
	font-size:13px;
	float:right;
}