﻿@charset "utf-8";

/*reset*/
body,div,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,iframe,input,textarea,select,label,article,aside,footer,header,menu,nav,section,time,audio,video {
	margin:0;
	padding:0
}
article,aside,footer,header,hgroup,nav,section,audio,canvas,video {
	display:block
}
body {
	font:14px/20px Helvetica,STHeiti,Droid Sans Fallback;
	color:#333;
	-webkit-text-size-adjust:none;
	-ms-text-size-adjust:none;
}
textarea {
	resize:none
}
iframe,img {
	border:0
}
img { 
	vertical-align:middle; 
}
ul,ol {
	list-style:none
}
input,select,textarea {
	outline:0;
	-webkit-user-modify:read-write-plaintext-only;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
input {
	/*-webkit-appearance:none*/
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
	color:#0088CC;
	text-decoration:none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
  	-webkit-tap-highlight-color: transparent; /* For some Androids */
}
a:hover, a:focus {
	outline: 0;
	
}
a:active {
	-webkit-transform: scale3d(1, 1, 1);
}
input, button, textarea, select, optgroup, option {
	font: inherit;
}
input {
	text-align: inherit;
}
em {
	font-style:normal;
}
hr {
	height: 0;
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #eeeeee;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
*,*:before,*:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

/* clear float */
.clearfix:before,.clearfix:after {display: table;content: " ";}
.clearfix:after {clear: both;}

/*common*/
.fr {float:right !important;}
.fl {float:left !important;}
.c {text-align:center;}
.r {text-align:right;}
.l {text-align:left;}
.hide {display:none;}
.disp-table {display:table;}
.disp-cell {display:table-cell;}
.disp-inline-b {display:inline-block;*zoom:1;*display:inline;}
.disp-block {display:block;}
.disp-inline {display:inline;}
.posi-a {position:absolute;}
.posi-r {position:relative;}
.posi-f {position:fixed;}
.userNone{-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-o-user-select: none; user-select: none;}
.nopadding {padding:0 !important;}
.nomargin {margin:0 !important;}
.noborder{border:none;}
.pointer {cursor:pointer;}

/*blank*/
.mgb30 {margin-bottom:30px;}
.mgb10 {margin-bottom:10px;}
.mgl5 {margin-left:5px;}
.mgl10 {margin-left:10px;}
.mgr5 {margin-right:5px;}
.mgt30{margin-top:30px;}
.mgt15{margin-top:15px;}
.pd10{padding:10px;}
.pl10{padding-left:10px;}

/*font size*/
.fsz10 {font-size:10px;}
.fsz12 {font-size:12px;}
.fsz14 {font-size:14px;}
.fsz16 {font-size:16px !important;}
.fsz18 {font-size:18px;}

/*color*/
.c-white,.c-white a{color:#fff;}
.c-black,.c-black a{color:#3a3a3a;}
.c-grey,.c-grey a{color:#999;}
.c-lt-grey,.c-lt-grey a{color:#f1f1f1;}
.c-dk-grey,.c-dk-grey a{color:#666666;}
.c-primary,.c-primary a{color:#428bca;}
.c-success,.c-success a{color:#5cb85c;}
.c-info,.c-info a{color:#5bc0de;}
.c-warning,.c-warning a{color:#f0ad4e;}
.c-danger,.c-danger a{color:#d9534f;}
.bg-primary{background-color:#428bca;}
.bg-success{background-color:#5cb85c;}
.bg-info{background-color:#5bc0de;}
.bg-warning{background-color:#f0ad4e;}
.bg-danger{background-color:#d9534f;}
.bg-black{background-color:#3a3a3a;}
.bg-white{background-color:#fff;}
.bg-grey{background-color:#999;}
.bg-lt-grey {background-color:#f1f1f1;}
.bg-dk-grey {background-color:#666666;}
.bg-sys {background-color:#f7f7f7;}
/*grid system*/
.container {padding:0 15px; margin:0 auto;}
.container:before,.container:after {display: table; content: " ";}
.container:after {clear: both;}
.row {margin-left: -15px; margin-right: -15px;}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {float: left;min-height: 1px;padding-left:8px;padding-right:8px;position: relative;}
.btn.col-1, .btn.col-2, .btn.col-3, .btn.col-4, .btn.col-5, .btn.col-6, .btn.col-7, .btn.col-8, .btn.col-9, .btn.col-10, .btn.col-11, .btn.col-12 {float: none;}
.col-1{width:8.33333%;}
.col-2{width:16.6667%;}
.col-3{width:25%;}
.col-4{width:33.3333%;}
.col-5{width:41.6667%;}
.col-6{width:50%;}
.col-7{width:58.3333%;}
.col-8{width:66.6667%;}
.col-9{width:75%;}
.col-10{width:83.3333%;}
.col-11{width:91.6667%;}
.col-12{width:100%;}

/*buttons*/
.btn {
  display: inline-block;
  padding: 7px 12px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}
.btn-radius {
	border-radius: 4px;
}
.btn:hover,.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,.btn.active {
  color: #333333;
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
     -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-white {
  color: #333333;
  background-color: #ffffff;
  background-image:-moz-linear-gradient(top,#fff,#f1f1f1);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f1f1f1));
  background-image:-webkit-linear-gradient(top,#fff,#f1f1f1);
  background-image:-o-linear-gradient(top,#fff,#f1f1f1);
  background-image:linear-gradient(to bottom,#fff,#f1f1f1);
  border-color: #cccccc;
}
.btn-white:hover,.btn-white:focus,.btn-white:active,.btn-white.active{
  color: #333333;
  background-color: #ebebeb;
  background-image:-moz-linear-gradient(top,#f1f1f1,#ffffff);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#f1f1f1),to(#ffffff));
  background-image:-webkit-linear-gradient(top,#f1f1f1,#ffffff);
  background-image:-o-linear-gradient(top,#f1f1f1,#ffffff);
  background-image:linear-gradient(to bottom,#f1f1f1,#ffffff);
  border-color: #adadad;
}
.btn-white .badge {
  color: #ffffff;
  background-color: #fff;
}
.btn-grey {
  color: #ffffff;
  background-color: #bfbfbf;
  border-color: #bdbdbd;
}
.btn-grey:hover,.btn-grey:focus,.btn-grey:active,.btn-grey.active {
  color: #ffffff;
  background-color: #bfbfbf;
  border-color: #bdbdbd;
}
.btn-grey .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-black {
  color: #ffffff;
  background-color: #3a3a3a;
  border-color: #000000;
}
.btn-black:hover,.btn-black:focus,.btn-black:active,.btn-black.active{
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-black .badge {
  color: #ffffff;
  background-color: #f2f2f2;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.btn-block + .btn-block {
	margin-top: 5px;
}
.btn-group .btn + .btn {
	margin-left:10px;
}
.btn [class^="icon-"], [class*=" icon-"] {
	margin-right:5px;
}
/*input*/
.form-control {
	display: block;
	width: 100%;
	height: 45px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	border-radius:0;
	vertical-align: middle;
	background-color: transparent;
	background-image: none;
	border:none;
	border-bottom: 1px solid #cccccc;
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
		    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control[disabled],
.form-control[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
select.form-control {
	padding-top:12px;
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	/*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
		    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);*/
}
.form-control:-moz-placeholder {
	color: #999999;
}
.form-control::-moz-placeholder {
	color: #999999;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #999999;
}
.form-control::-webkit-input-placeholder {
	color: #999999;
}
.input-group {
	position:relative;
	min-height:45px;
}
.input-text {
	line-height:45px;
	padding-left:70px;
	font-size:16px;
}
.input-group label {
	position:absolute;
	line-height:44px;
	color:#666;
}
.input-group .form-control {
	padding-left:75px;
}
.input-group .form-control:focus {
	-webkit-box-shadow:none;
	box-shadow:none;
}
.input-group i {
	position:absolute;
	font-size:16px;
	right:10px;
	top:13px;
}
/*说明文本框*/
.dia-box {
	margin:10px;
	padding:10px;
	border-width:1px;
	border-style:solid;
}
.dia-box-default {
	border-color:#e6e6e6;
	background-color:#fff;
}
.dia-box-grey {
	color: #666;
	background-color: #f5f5f5;
	border-color: #ddd;
}
.dia-box-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.dia-box p + p{
	margin-top:5px;
}
.dia-box p .btn {
	vertical-align:baseline;
}
.dia-box h2 {
	margin-bottom:15px;
}
/*标签页*/
.label-tab {
	width:100%;
	text-align:center;
	border-bottom:1px solid #ccc;
	background:#f0f7ff;
}
.label-tab li {
	float:left;
	padding:0;
	height:40px;
}
.label-tab li > a {
	display:block;
	line-height:40px;
	font-weight:bold;
	color:#666;
	border-left:1px solid #e6e6e6;
}
.label-tab li.active {
	
}
.label-tab li.active > a {
	color:#0066dd;
	border-bottom:2px solid #0066dd;
	line-height:38px;
	padding-top:1px;
	position:relative;
}
.loading_small {
	line-height:30px;
	margin:10px;
}
.loading_small span{
	background: url(/static/img/global/loading_small.gif) no-repeat left center;
    padding-left: 20px;
    text-align: left;
}
/*global*/
header, footer {
	height:44px;
	width:100%;
	z-index:9999;
}
header {
	padding:0 10px;
	top:0;
	background-color:#235fba;
	background-image:-moz-linear-gradient(top,#4182c5,#356aae);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#4182c5),to(356aae));
	background-image:-webkit-linear-gradient(top,#4182c5,#356aae);
	background-image:-o-linear-gradient(top,#4182c5,#356aae);
	background-image:linear-gradient(to bottom,#4182c5,#356aae);
	border-bottom:1px solid #144a8e;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	line-height:44px;
}
header h1 {
	display: block;
    font-size: 16px;
    margin: 0 20%;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
	color:#ffffff;
}
.join header h1 {
	margin:0 30% 0 0;
}
header a {
	color:#fff;
	font-weight:bold;
	text-shadow:0 1px 0 #144a8e;
}
header a i {
	margin:0 5px;
}
header a.fr {
	position:absolute;
	right:10px;
	top:0px;
}
header a.fl {
	position:absolute;
	left:10px;
	top:0px;
}
header a .icon-user-add,header a .icon-plus {
	font-size:18px;
}
footer {
	bottom:0px;
	height:50px;
	padding-top:4px;
	border-top:1px solid #ccc;
	background:#fff;
}
footer ul li {
	width:25%;
	display:inline-block;
	float:left;
}
footer ul li a {
	color:#666;
	display:block;
	text-shadow:0 1px 0 rgba(255,255,255,0.6);
}
footer ul li.active a {
	color:#0d6edf;
}
footer ul li a i {
	font-size:22px;
}
footer ul li a .footer-menu {
	font-size:11px;
}
h3 {
	font-size:20px;
	margin:15px 0 8px;
}
.wrap{
	padding:44px 0 50px;
}
.chat .wrap {
	padding:5px 0 5px;
	margin-top:40px;
	overflow-y:auto;
}
.more .wrap {
	padding-bottom:150px;
}
.terms .wrap {
	padding:65px 10px 60px;
}
.leader .wrap {
	padding-top:0;
}
#wrapper {
	position: absolute;
	z-index: 1;
	top: 40px;
	bottom: 48px;
	left: 0;
	width: 100%;
	overflow: hidden;
}
#scroller {
	position: absolute;
	z-index: 1;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	width: 100%;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}
.join #wrapper {
    top:80px;
	bottom:10px;
}
.app-download {
    bottom: 55px;
    width: 100%;
	border-top:1px solid #ccc;
	padding:10px;
}
.app-download > p {
	margin-bottom:10px;
}
.app-download-s-line {
	margin:20px 0;
}
.app-download-s-line i{
	margin-right:5px;
	padding:2px;
	font-size:18px;
	border-radius:2px;
	color:#fff;
	display:inline-block;
	background-color:#0088cc;
}
.guide {
	padding:5px;
	border-bottom:1px solid #ccc;
	border-top:3px solid #235FBA;
	width:100%;
	z-index:1000;
}
.guide a {
	float:left !important;
	font-size:14px;
	display:block;
}
.guide .fr {
	float:right !important;
}
.guide.posi-f {
	top:0;
}
.top-tip-fixed {
	width:100%;
	padding:40px 0 3px;
	z-index:1000;
}
.top-tip-fixed p {
	padding:0 10px;
}
.btn-bottom-fixed {
	bottom:0;
	left:0;
	width:100%;
	border-top:1px solid #ccc;
	padding:5px 10px;
	z-index:1000;
}
.tab-sys {
	margin:5px auto 0;
	width:70%;
	border:1px solid #1d5498;
	height:34px;
	border-radius:2px;
}
.tab-sys li {
	float:left;
	width:50%;
}
.tab-sys li a {
	float:left;
	line-height:32px;
	width:100%;
	text-align:center;
	border-right:1px solid #1d5498;
}
.tab-sys li:last-child a{
	border-right:none;
}
.tab-sys li a.active {
	background-color:#32629a;
	background-image:-moz-linear-gradient(top,#356aae,#4182c5);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#356aae),to(#4182c5));
	background-image:-webkit-linear-gradient(top,#356aae,#4182c5);
	background-image:-o-linear-gradient(top,#356aae,#4182c5);
	background-image:linear-gradient(to bottom,#356aae,#4182c5);
}
/*login页面*/
.login {
	background-color:#f8f8f8;
}
.logo {
	width:163px;
	height:57px;
	margin:65px auto 50px;
	background:url(../img/mobile/global/logo.png) no-repeat;
	background-size:163px 57px;
}
.login-form .fbox {
	border-bottom:1px solid #d5d5d5;
}
.login-form .fbox i {
	position:absolute;
	left:24px;
	line-height:46px;
	color:#cdcdcd;
}
.login-form .fbox input[type="text"], .login-form .fbox input[type="password"] {
	background-color: transparent;
    border: none;
    border-radius: 0;
    color: #666666;
    height: 46px;
    line-height: 24px;
    padding: 11px 15px 11px 55px ;
    width: 100%;
}    
.login-form .fbtn {
	margin:40px 0 80px;
}
.login-form .fbtn .btn {
	padding:14px 0;
}
/*注册过程页面*/
#teamDvi {
	overflow-y:auto;
}
.comp-items {
	position:relative;
	padding:10px 10px 10px 0;
	border-bottom:1px solid #ccc;
}
.comp-items:last-child {
	border-bottom:none;
}
/*验证页面*/
.checkbtns {
	margin-top:70px;
}
.checkbtns .btn+.btn {
	margin:15px 0 5px;
}
a.check-help {
	margin:40px 0 0 10px;
	display:inline-block;
}
/*申请加入信息*/
.apply-message > p{
	font-size:14px;
}
.apply-box {
	border:1px solid #ddd;
	margin:10px;
	padding:15px 10px;
}
.apply-box > p {
	margin-bottom:10px;
	font-size:18px;
}
/*被邀请列表*/
.invite-message {
	margin-bottom:20px;
}
/*弹出层-公用样式*/
.modal-box {
	top:80px;
	padding:15px;
	width:90%;
	left:50%;
	margin-left:-45%;
	border-radius:5px;
	box-shadow:0 0 4px rgba(0,0,0,0.4);
}
.modal-header {
	padding-bottom:10px;
}
.modal-tip {
	padding-top:5px;
	margin-top:5px;
	border-top:1px solid #ddd;
}
.modal-header h5 {
	margin:0;
	font-size:16px;
}
/*创建工作空间*/
.active-panel {
	padding:15px;
	margin-top:40px;
}
.active-panel h3 {
	margin:15px 0;
}
.loading_big {
	position:relative;
}
.loading_big img {
	width:120px;
	display:inline-block;
}
.loading_text {
	position:absolute;
	top:48px;
	width:100%;
	text-align:center;
	font-size:12px;
	display:block;
	color:#666;
}
/*声明条款*/
.join.btn {
	right:10px;
	bottom:5px;
	color:#fff;
}
/*微信页面*/
.invite {
	padding:20px 20px 0;
}
.invite a.btn {
	margin-top:10px;
}
.member {
    border-bottom: 1px solid #ccc;
    height:60px;
	padding:6px;
}
.member:active {
	background-color:#deebf7;
}
.member dd {
	margin-left:55px;
}
.member dd.mes-name {
	font-size:16px;
	font-weight:700;
	margin-bottom:5px;
}
.member dd.group-name {
	margin-top:15px;
}
.member > .avatar img {
	height:45px;
	width:45px;
}
.member > .mes-content,.member > .mes-time {
	color:#999;
}
.member > .mes-content {
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
/*聊天页面*/
.chat-time {
	font-size:12px;
	color:#999999;
	text-align:center;
	padding:10px 0;
}
.chat-list .chat-dia-box {
    margin: 0 6px;
    padding: 6px 0;
	clear:both;
}
.chat-list .chat-dia-box:after {
	clear:both;
	content:"";
	display:block;
}
.chat-list .avatar{
	float:left;
	width:43px;
}
.chat-list .avatar img{
	height:40px;
	width:40px;
}
.chat-list .dia-content {
	margin-left:15px;
}
.chat-list .dia-time {
	font-size:12px;
	color:#999999;
}
.chat-dia-box .dia-content {
	background: #d6e5f4;
	padding:10px 10px 6px;
	max-width:210px;
	float:left;
	border-radius:3px;
	position:relative;
	text-align:left;
	font-size:16px;
	word-break:break-all;
}
.chat-dia-box .dia-content:after {
    border-style: solid;
	border-color: rgba(0, 0, 0, 0) #d6e5f4;
    border-width: 6px 6px 6px 0;
    content: "";
    display: block;
    position: absolute;
    width: 0;
    left: -6px;
    top: 6px;
}
.chat-dia-self .avatar{
	float:right;
}
.chat-dia-self .dia-content{
	float:right;
	margin-right:15px;
	background:#f1f1f1;
	word-wrap:break-word;
}
.chat-dia-self .dia-content:after {
    border-width: 6px 0 6px 6px;
	border-color: rgba(0, 0, 0, 0) #f1f1f1;
    right: -6px;
    top: 6px;
	left:auto;
}
.dia-content .dia-date {
	font-size:11px;
	color:#666;
}
.chat-dia-self .dia-content .dia-date {
	text-align:right;
}
.send-box {
	width:100%;
	background:#f3f3f3;
	border-top:1px solid #ccc;
	padding:7px 65px 0 10px;
	bottom:0;
	height:46px;
}
.send-box input {
	width:100%;
	border:1px solid #ccc;
	height:31px;
	line-height:31px;
	background:#ffffff;
	border-radius:3px;
	line-height:30px;
}
.send-box .btn {
	right:10px;
	top:7px;
	font-size:16px;
	padding:2px 6px 3px;
}
.lb-details {
	display:none;/*聊天窗口隐藏图片弹出框信息*/
}
.divider-chat {
	height:1px;
	background:#ddd;
	margin:0 6px;
	margin-top:15px;
}
.divider-chat + p {
	margin:-14px 0 15px;
}
a.chat-history {
	line-height:30px;
	background:#fff;
	display:inline-block;
	padding:0 10px;
}

/*更多页面*/
.more-con {
	padding:15px 0;
	border-top:1px solid #ccc;
}
.more-con section {
	margin-bottom:16px;
}
.more-con article {
	height:50px;
	padding:0 15px;
	vertical-align:middle;
	background:#fff;
	border:1px solid #ddd;
}

/*任务页面*/
.group-hd {
	padding: 3px 0 3px 9px;
}
.task-con .group-hd > .icon {
	margin-left:3px;
}
.task-list {
	background:#fff;
	border-bottom:1px solid #cbcaca;
	padding-left:10px;
}
.task-list > li {
	height:45px;
	line-height:45px;
	border-bottom:1px solid #cbcaca;
	padding-right:10px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.task-list > li.notask {
	color:#999999;
}
.task-list > li:last-child {
	border:none;
}

/*查看任务*/
.task-content, .task-info > li {
	padding:12px 10px 12px 0;
	border-bottom:1px solid #ccc;
}
.task-content {
	font-size:16px;
}
.task-info label {
	color:#999999;
	margin-right:5px;
}

/*任务负责人*/
.leaderGroup .letterCap {
	padding-left:5px;
}
.leaderGroup .leaderList {
	padding:5px;
	min-height:46px;
	border-bottom:1px solid #ccc;
	background-color:#fff;
}
.leaderGroup .leaderList i {
	position:absolute;
	top:16px;
	right:20px;
	color:#999;
}
.leaderGroup .leaderList i.icon-checkmark-circle {
	color:#F89406;
}
.leaderGroup .leaderList > .avatar img {
	display:inline-block;
	margin-right:10px;
	width:36px;
	height:36px;
}
.leaderGroup .leaderList > .avatar a {
	color:#333;
	display:inline-block;
}
.search {
	padding:5px;
	border-bottom:1px solid #ccc;
	background-color:#d5d5d6;
}
.search input{
	height:30px;
	line-height:30px;
	border-radius:20px;
	border:1px solid #e3e3e3;
	padding:0 30px 0 15px;
	width:100%;
}
.search i {
	position:absolute;
	top:12px;
	right:20px;
	color:#666;
}
/*日报*/
.blog .guide {
	padding:0;
	border-width:0 0 0;
	border-color:#999;
}
.blog .guide a.btn {
	height: 36px;
    line-height: 36px;
    padding: 0;
}
.blog .guide a.btn.active {
	background:#fff;
	border-bottom:none;
	color:#333;
}
.blog-list {
	border-bottom:1px solid #cbcaca;
}
.blog-content {
	padding:10px;
	background:#fff;
}
.blog-date {
	color:#428bca;
	padding:3px 9px;
	font-weight:bold;
}
.blog-content.empty {
	color:#999999;
}

/*我的日报*/
.blog-items .user {
	color:#999;
	font-size:12px;
}
.blog-items > .avatar img {
	height:40px;
	width:40px;
}

/*他人日报*/
.blog-items-wrap {
	background-color:#fff;
	padding-left:10px;
}
.others-blog .blog-items > .blog-items-box {
	margin-left:50px;
}
.blog-items {
	border-bottom:1px solid #cbcaca;
	padding: 6px 0;
}
.blog-items:last-child {
	border-bottom:none;
}
.blog-items > .blog-items-box > .blog-content {
	padding-top:0;
	padding-bottom:0;
}

/*创建日报*/
.blog.create textarea {
	height:150px;
}
/*datetimepicker*/
#mask {
	height:100%;
	width:100%;
	background-color:rgba(0,0,0,0.3);
	position:absolute;
	top:0;
	left:0;
	z-index:1000;
}
#datetimepicker {
	position:absolute;
	top:60px;
	width:320px;
	left:50%;
	margin-left:-160px;
	background-color:#fff;
	border-radius:4px;
	z-index:1001;
}
.datetimepicker-inline {
	margin:0 auto;
	width:auto !important;
}
table.table-condensed {
	width:100%;
}
.datetimepicker .table-condensed th, .datetimepicker .table-condensed td {
	font-size:14px;
	padding:5px 8px;
}
/*loading样式*/
.loading_mask, .modal_mask {
	height:120%;
	width:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,0.5);
	z-index:1000;
}
.loading_img {
	top:35%;
	left:50%;
	margin-left:-25px;
	width:50px;
	height:50px;
	border-radius:5px;
	opacity:0.5;
}
@media (orientation: landscape) {
	.loading_img {top:50%;}
}