div.dropdown{
	position:relative;
	border:1px solid #dcdee2;
	display:inline-block;
	width:200px;
	margin-right:8px;
	border-radius: 4px;
	float: left;
}
div.dropdown span.selected-label{
	padding: 0 6px;
	display: inline-block;
	line-height: 28px;
	height: 28px;
	float: left;
	width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
div.dropdown ul.opts{
	list-style:none;
	margin:0px;
	padding:0px;
	height:180px;
	width: 100%;
	overflow:auto;
	border-top:1px solid #dcdee2;
	z-index:99;
	position: relative;
}
div.dropdown ul.opts li{
	display:block;
	padding:6px;
	border-bottom:1px solid #dcdee2;
	overflow:hidden;
}
div.dropdown ul.opts li .label{
	float:left;
	min-width:52px;
	max-width:100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #515A6E;
	font-size: 12px;
	font-weight: normal;
	margin-bottom:0;
	cursor: pointer;
}
div.dropdown ul.opts li .label:hover{
	color: #4A99EC;
}
div.dropdown ul.opts li label{
	float:left;
	margin-bottom:0;
	background:none;

}
div.dropdown ul.opts li label input{
	float:left;
	width:100px;
	height: 20px;
	line-height: 20px;
	padding-left:8px;
}
div.dropdown ul.opts li .funs{
	float:right;
}
div.dropdown ul.opts li .btns{
	float:right;
	padding:5px 0 1px 0;
}
div.dropdown ul.opts li .btns a:last-child{
	margin-right:0;
}
div.dropdown ul.opts li.opt-add{
	padding-right: 0;
}
div.dropdown ul.opts .opt-add-btn{
	border-bottom:0px;
	width: 100%;
}
div.dropdown ul.opts .opt-add-btn-ico{
	display:block;
	width: 100%;
	text-align:center;
	color: #515A6E;
	height: 16px;
	line-height: 1;
}
div.dropdown ul.opts .opt-add-btn-ico:hover{
	color: #4A99EC;
}
div.dropdown ul.opts li.selected{
	background:#f1fafe;
}
div.dropdown ul.opts li.selected .label{
	color: #4a99ec;
}
div.dropdown ul.opts li .show_btn{
	display: none;
}
div.dropdown ul.opts li[show="0"] .show_btn{
	display: block;
}
div.dropdown ul.opts li[show="0"] .hide_btn{
	display: none;
}

div.add-dropdown{
	display:inline-block;
	float: left;
	margin-top:6px;
}
div.add-dropdown .add{
	font-size: 14px;
}

div.dropdown span.remove-dropdown{
	position:absolute;
	left:-5px;
	top:-10px;
	display:inline-block;
	color:#efefef;
}
div.dropdown span.remove-dropdown i{
	font-style:normal;
}

div.dropdown ul.opts li .btns a{
	float:left;
	width:14px;
	height:14px;
	margin-right:5px;
	color: #515A6E;
}
div.dropdown ul.opts li .btns a:hover{
	color: #4A99EC;
}
.cancel{
	float: left;
	width: 35px;
	height: 20px;
	line-height: 20px;
	color: #4a99ec;
	text-align: center;
	border: 1px solid #52A8EA;
	border-radius: 2px;
	margin-right: 5px;
}
.apply{
	float: left;
	width: 35px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background: #4a99ec;
	border-radius: 2px;
	border: 1px solid #52A8EA;
	margin-right: 5px;
}
.apply:hover, .apply:focus {
	color: #fff;
}
.cancel:hover{
	color: #4a99ec;
}
.opt_add_icon{
	width: 14px;
	height: 14px;
	background: #007AFF;
	margin: auto;
}
div.dropdown span.remove-dropdown .remove{
	width: 12px;
	height: 12px;
	background: #000;
	cursor: pointer;
	background:url('/osp2016/images/jilian/close_nor_icon.png?v=a3b06d5b') no-repeat;
}
div.dropdown span.remove-dropdown .remove:hover{
	background:url('/osp2016/images/jilian/close_hover_icon.png?v=a1a5ef72') no-repeat;
}
.btns .up{
	background:url('/osp2016/images/jilian/up_nor_icon.png?v=a9e21176') no-repeat;
}
.btns .up:hover{
	background:url('/osp2016/images/jilian/up_hover_icon.png?v=a24a99ca') no-repeat;
}
.btns .down{
	background:url('/osp2016/images/jilian/down_nor.png?v=a6196bb7') no-repeat;
}
.btns .down:hover{
	background:url('/osp2016/images/jilian/down_hover_icon.png?v=af69029b') no-repeat;
}
.btns .edit{
	background:url('/osp2016/images/jilian/compile.png?v=ae428c5e') no-repeat;
}
.btns .edit:hover{
	background:url('/osp2016/images/jilian/compile_hover_icon.png?v=a811cd43') no-repeat;
}
.btns .delete{
	margin-right:0;
	background:url('/osp2016/images/jilian/delete_icon.png?v=a8787b80') no-repeat;
}
.btns .delete:hover{
	background:url('/osp2016/images/jilian/delete_icon_hover.png?v=a3f0df50') no-repeat;
}





/* file 导入 */
.input-excel-content{
	position: relative;
	padding: 10px;
	color: #515a6e;
}

#dropdownMenu1 .glyphicon.glyphicon-import{
	background: url(/osp2016/images/glyphicon-import.svg?v=a70bdf59) no-repeat center;
	height: 12px;
	width: 12px;
	display: inline-block;
}
#excel-file{
	position: absolute;
	top: 5px;
	opacity: 0;
	width: 60px;
}
#dropdownMenu1 .glyphicon.glyphicon-import::before{
	content: "";
}

#dropdownMenu1 .glyphicon.glyphicon-import:hover{
	background: url(/osp2016/images/glyphicon-import-hover.svg?v=ad15c880) no-repeat center;
}
.dropdown-menu>li> .glyphicon-share-icon{
	position: absolute;
	right: 20px;
	top: 8px;
	padding: 0;
}
.float-e-margins~.chec_cont div.add-dropdown{
	margin-top:1px;
}
.glyphicon-share-icon{
	height: 12px;
	width: 12px;
	display:inline-block;
	background: url(/osp2016/images/ui/to_lead_icon.svg?v=afde01ff)  no-repeat center;
	background-size: 100% 100%;
}
.glyphicon-share-icon:hover{
	background: url(/osp2016/images/ui/to_lead_hover.svg?v=ab8af668)  no-repeat center;
	background-size: 100% 100%;
}
.ele-disable{
	cursor:not-allowed;
}
.ele-disable select{
	pointer-events:none;
	background-color:#eee !important;
}
.ele-disable .chosen-container{
	pointer-events: none;
	background: #f7f7f7;
}