@CHARSET "UTF-8";
* html .clearFix, *:first-child+html .clearFix {
	zoom: 1;
}
.popup_wrap, .popup_hide_wrap{
	display:none;
}
.popup_overlay{
	display:block;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: .3;
	filter: alpha(opacity=30);
	z-index: 10000;
}
.popup {
	display:block;
	background-color: #fff;
	min-width: 350px;
	position: fixed;
	top:50%;
	left:50%;
	border: 2px solid #536683;
	z-index: 10000;
}
.popup_header{
	background: #526483;
    border-bottom: 1px solid #3484e5;
    color: #b9d7f6;
    height: 38px;
    line-height: 38px;
}
.popup_title{
	float: left;
    font-size: 14px;
    overflow: hidden;
    text-indent: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
    max-width: 500px;
    color:#fff;
    line-height:38px;
}

.popup_close{
	float: right;
    height: 15px;
    margin: 12px 8px 0 3px;
    padding: 1px;
    width: 15px;
    background:url("../img/close.png") no-repeat 0 -15px; 
}
.popup_close:hover{
	background-position:0 0;
}
.popup_content{
	position: relative;
	background: none;
    border: 0;
}
.popup_box{
	position: relative; 
	float:left;
	left:50%;
	padding: 26px 14px 20px;
}
.popup_content .icon {
	position: relative;
    top: 0;
    left: 0;
    float: left;
    height: 48px;
    width: 48px;
}
.popup_text {
    color: #3f4d72;
    font-size: 14px;
    line-height: 48px;
    margin-left: 18px;
    padding-right:20px;
    float:left;
}
.popup_warning{
	position: relative; 
	float:left;
	right:50%;
}
.popup_warning i{
	    background: url("../img/warning.png") no-repeat ;
	    background-size:100%;
}
.popup_down i {
    background: url("../img/down.png") no-repeat;
    background-size: 100%;
}
.popup_text .tips ,
	div.tips{
    color: #babbbc;
    font-size: 12px;
}
div.tips{
	padding:14px 14px 0 ;
}
.all_file_wrap{
	padding:10px 14px 14px;
}
.all_file{
	width:500px;
	height:250px;
	overflow-y:auto;
	margin:0 auto;
	border:1px solid #eee;
}
.popup_btn{
    border-top: 1px solid #E8EDF2!important;
    background: #F1F5F9;
    height: 57px;
    padding: 13px;
    text-align: center;
}
/*button-panel*/

.popup_btn button{
    height: 30px;
    min-width: 110px;
    padding: 1px 8px;
    text-align: center;
    border: 1px solid #D1DADE;
    outline: none;
    margin: 0 4px;
}
/*蓝色按钮*/
.popup_btn .ui_btn_blue, 
 .ui_btn_blue2, 
.share_link .ui_btn_blue{
    background-color: #5691c5;
    border-color: #4884b9;
    color: #fff;
}
/*灰色按钮*/
.popup_btn .ui_btn_gray {
    background-image: -webkit-linear-gradient(bottom,#f5f9fc,#fff); 
    background-image: -moz-linear-gradient(bottom,#f5f9fc,#fff);
    background-image: -o-linear-gradient(bottom,#f5f9fc,#fff);
    background-image: linear-gradient(to top,#f5f9fc,#fff); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f9fc',GradientType=0 );
}
.popup_btn button:hover{
	background:#4b85b8;
	border-color:#4b83b5;
	color:#fff;
}
.popup_btn .ui_btn_text {
	display:block;
    padding: .4em 1em;
    line-height:normai;
}
/*button*/
.popup_wrap .btn{
    height: 30px;
    min-width: 110px;
    padding:1px 8px;
    text-align: center;
    border:1px solid #D1DADE;
    outline: none;
    margin:0 4px;
}
.popup_wrap .btn_blue{
    background: #5691C5;
    color: #fff;
    border-color:#5089c5;
}
.popup_wrap  .btn_blue[disabled=true],.btn_blue[disabled=disabled]{
	background: #ccc;
    color: #fff;
    border-color:#ccc;
}
.popup_wrap .btn_blue[disabled=true]:hover,.btn_blue[disabled=disabled]:hover{
	background: #ccc;
    color: #fff;
    border-color:#ccc;
}
.popup_wrap .powerWindow_btn_blue{
	background: #5691C5;
    color: #fff;
    border-color:#5089c5;
}
.popup_wrap .btn_gray{
    color: #5691c5;
    background-image: -webkit-linear-gradient(bottom,#f5f9fc,#fff);
    background-image: -moz-linear-gradient(bottom,#f5f9fc,#fff);
    background-image: -o-linear-gradient(bottom,#f5f9fc,#fff);
    background-image: linear-gradient(to top,#f5f9fc,#fff);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f9fc',GradientType=0 );
    
}
.popup_wrap  .btn:hover{
    background: #5487b9;
    border-color:#5089c5;
    color:#fff;
}
/*chat*/
.ui_chat{
	min-width:auto;
	right:0;
	width:100%;
	height:100%;
	top: auto;
    left: auto;
}
.ui_chat .popup_content{
	padding:0;
}
.chat_cont{
width:100%;
height:100%;
overflow-y:auto;
}
.chat_tab{
	position:relative;
	background:#fafafa;
	height:40px;
	border-bottom:1px solid #ccc;
}
.ui_chat .chat_tab{
	position:fixed;
	top:100px;
	width:258px;
	background:#fafafa;
	height:40px;
	border-bottom:1px solid #ccc;
	z-index:999999;
}
.chat_tab>span{
	display:block;
	float:left;
	width:50%;
	text-align:center;
	padding:11px 10px 5px;
	cursor:pointer;
}
.chat_tab span.current{
	color:#4b85b8;
	font-weight:600;
	border-bottom:3px solid #4b85b8;
}
.msg_wrap{
	padding:10px;
	-height:500px;
	overflow-y:auto;
}
.send_file{
	display:block;
	color:#5691C5;
	height:28px;
	line-height:12px;
	padding: 5;
	cursor:pointer;
}
.send_file i{
	display:block;
	float:left;
	width:16px;
	height:16px;
	background: url("../img/btn.png") no-repeat -363px 2.5px;
}
.send_file span{
	display:block;
	float:left;
	height:16px;
	line-height:19px;
}
.msg_list{
	padding-bottom:16px;
}
.ui_chat_btn{
	position:fixed;
	bottom:0;
	margin-top:0;
	text-align:right;
	border-top: 1px solid #eee;
}
.ui_chat_btn textarea{
	width:100%;
	height:70px;
	border:none;
	background:none;
	outline:none;
	resize: none;
}
.chat_cont .chat_file{
	display:none;
	height:459px;
	padding:10px;
	overflow-y:auto;
}
.chat-cont .msg-wrap{
	display:block;
}
.chat_cont_file .chat_file{
	display:block;
}
.chat_cont_file .msg_wrap{
	display:none;
}
.chat_file li{
	margin-bottom:10px;
}
.chat_file_down,
.chat_file_edit,
.chat_file_view{
	display:block;
	float:right;
	padding:0 5px;
	color:#4b85b8;
	cursor:pointer;
}
.chat_file_down:hover,
.chat_file_edit:hover,
.chat_file_view:hover{
	text-decoration:underline;
}
/*.chat_file .file_icon{
	display:block;
	float:left;
	width:16px;
	height:24px;
}*/
.msg_more,
.msg_time{
	text-align:center;
}
.chat_more{
	position:relative;
	display:inline-block;
	color:#526483;
	line-height:20px;
	cursor:pointer;
}
.msg_more i{
	position:relative;
	display:inline-block;
	top:5.5px;
	width:20px;
	height:20px;
	background: url("/img/btn.png") no-repeat -720px 2px;
}
.chat_time{
	display:inline-block;
	border-radius:5px;
	padding:0 6px;
	background:#eee;
	font-size:12px;
}
.msg_bubble .name{
	display:block;
	margin:0 10px;
	color:#ccc;
}
.msg_bubble{
	display:block;
	float:left;
}
.bubble{
	position:relative;
}
.bubble span{
	display:inline-block;
	max-width:180px;
	margin-left:10px;
	padding:4px 6px;
	border-radius:5px;
	background:#eee;
	color:#666;
}
.bubble:before, .bubble:after {
    position: absolute;
    top: 6px;
    border: 6px solid transparent;
    content: " ";
}
.list_you .bubble:before{
	border-right-color: #eee;
    border-right-width: 6px;
    left:-2px;
}
.list_me .bubble:before{
	border-left-color: #C7D4E8;
    border-left-width: 6px;
    right:2px;;
}
.list_you img{
	float:left;
}
.list_me img{
	float:right;
}
.list_me .msg_bubble{
	float:right;
}
.list_me .bubble  span{
	position:relative;
	right:14px;
	background:#C7D4E8;
	text-align:left;
}
.list_me {
text-align:right;
}
 .ui_chat{
 	display:none;
 	padding:40px 0 160px 0;
 }
 .ui_chat_content {
 display:none;
    position: relative;
    width:100%;
    height:100%;
    padding-top:40px;
    background: none;
    border: 0;
    overflow-y: auto;
}
 .ui_chat_header{
 position:fixed;
 top:60px;
 width:100%;
 	height:40px;
 	line-height:40px;
 	background:#eee;
 	border-bottom:1px solid #ccc;
 }
 .chat_user {
 display:block;
 float:left;
 width:168px;
 text-align:center;
     color: #485972;
    font-size: 16px;
    font-weight: bold
}
.chat_back{
	width:30px;
	display:block;
	float:left;
	margin-left:10px;
	cursor:pointer;
}
.chat_detail{
	width:30px;
	display:block;
	float:left;
	margin-right:10px;
	cursor:pointer;
}
.chat_back:hover,
.chat_detail:hover{
	color:#000;
	text-decoration:underline;
}

.ui_popup_version .popup_btn,
.onebtn_right .popup_btn{
	text-align:center
}
.choose{
	padding:4px 8px;
	height:30px;
	border-bottom:1px solid #eee;
}
.choose select{
	float:right;
}
.propery_wrap{
	padding:20px;
	line-height:30px;
}
.padding20{
	padding:20px;
	position:relative;
}
.width50{
	width:50px;
}
.popup input[type="text"]{
    height:28px;
    background:#fff;
    border:1px solid #D1DADE;
    color:#333;
    outline:none;
    text-indent: 4px;
    font-family: "MICROSOFT YAHEI";
}
.popup select{
    height:28px;
    border:1px solid #D1DADE;
    outline:none;
    text-indent: 4px;
    font-family: "MICROSOFT YAHEI";
}
/*创建链接*/
.icon_right{
	display:block;
	float:left;
	width:18px;
	height:18px;
	background:url("../img/right.png") no-repeat 0 0;
}
.top{
	display:block;
	line-height:20px;
	height:30px;
}
.top span{
	text-indent:10px;
	color:green;
}
.box{
	width: 100%;
    height: 100px;
	border:1px solid #ccc;
	background:#fafafa;
	color:#526583;
	text-decoration:underline;
	padding:10px;
	resize: none;
}
.linkView{
	width:370px;
	height:135px;
}

	

	
/*弹窗分左右两部分*/
.allDeptUse{
	width:668px;
}
.popup_left{
    float: left;
    padding:13px ;
    margin-right:-13px;
    width:340px;
}
.popup_left .search{
    float: none;
    width:100%;
    margin:0;
}
.popup_left .search{
	height: 33px;
    border: 1px solid #e8edf2;
    background:#fff;
}
.popup_left .input_text{
width:200px;
}
.popup_left .search input{
	width:98%;
	background: #fff url(../img/search.png) no-repeat right;
    border: none;
    outline: none;
    height: 100%;
    text-indent: 10px;
	}
.all_users{
    height: 400px;
    border:1px solid #eee;
    border-top:none;
    overflow-x: auto;
    overflow-y: auto;
}
.add_user{
    display: block;
    padding-left: 28px;
    line-height: 30px;
    cursor: pointer;
    background: url(../img/nav_admin.png) no-repeat 4px -222px;
}
.add_user:hover{
    background: #dadfe7 url(../img/nav_admin.png) no-repeat 4px -222px;
}
.popup_right{
    float: left;
    width: 340px;
    padding: 13px;
}
.users_title{
    height: 33px;
    width: 100%;
    border:1px solid #eee;
    line-height: 33px;
    text-indent: 10px;
}
.choosed_users{
    height: 400px;
    border:1px solid #eee;
    border-top:none;
    overflow-y: auto;
}
.list_remove{
    position: absolute;
    right: 10px;
    top: 12px;
    display: block;
    width: 16px;
    height: 16px;
    background: url("../img/delete.png") no-repeat 0 0;
    cursor: pointer;
}
.choosed_list{
    position: relative;
    padding: 10px;
    border-bottom: 1px solid #eee;
}
.win_tab{
	width:100%;
	height:36px;
	border:1px solid #eee;
	border-bottom:none;
}
.win_tab li{
	display:block;
	height:100%;
	float:left;
	width:50%;
	backgrond:#fff;
	color:#536683;
	text-align:center;
	line-height:36px;
	cursor:pointer;
}
.win_tab li.active a{
	color:#fff;
}
.win_tab li.active{
	display:block;
	background:#536683;
	color:#fff;
}
.win_tab_wrap{
	-width:400px;
	height:397px;
}
.win_tree_wrap{
	border:1px solid #eee;
}
.all_users_auth {
    overflow-x: auto;
    height: 364px;
}
.icon_delete, .icon_delete_admin, .icon_delete_editDept {
    position: relative;
    top: 5px;
    float: right;
    display: block;
    width: 16px;
    height: 16px;
    background: url("../img/btn_icon.png") no-repeat -50px 0;
    cursor: pointer;
}
.icon_auth_user {
    display: block;
    float: left;
    width: 20px;
    height: 30px;
    background: url(/usersure/common/img/nav_admin.png) no-repeat 0 -226px;
}
.choosed_name2 {
    display: block;
    float: left;
    width: 90px;
    padding: 0 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.authority_name{
	display: block;
    float: left;
    width: 210px;
    padding: 0 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
	
.authority_select {
    min-width: 80px;
    width: 80px;
    float: left;
    margin: 0;
}
.choosed_list {
    position: relative;
    padding: 10px;
    border-bottom: 1px solid #eee;
}
.icon_warning32{
	display:block;
	width:32px;
	height:32px;
	background:url("../img/win/warning.png") no-repeat 0 0;
}
.choosed_list[type="2"] .icon_group{
    background: url(../img/nav_admin.png) no-repeat 0 -226px;
}
.choosed_list[type="0"] .icon_group{
    background: url(../img/nav_admin.png) no-repeat 0 -226px;
}

/*消息提示小弹窗*/
.msg_body{
	position:fixed;
	top:200px;
	left:50%;
	height:80px;
	padding:24px;
	background:#000;
	opacity: .7;
	filter: alpha(opacity=70);
	border-radius:6px;
	z-index:9999999;
}
.icon_msg{
	display:block;
	float:left;
	width:38px;
	height:36px;
	position:relative;
	top:0;
	left:0;
}
.icon_msg_1{
	background:url("../img/win/icon_msgTip.png") no-repeat 0 0;
}
.icon_msg_0{
	background:url("../img/win/icon_msgTip.png") no-repeat 0 -36px;
}
.msg_text{
	font-size:20px;
	float:left;
	font-weight:600;
	color:#fff;
	line-height:30px;
}