html{
	overflow: hidden;
	font-size: 10px;
}
body{
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
	width: 100%;
	font-family: Microsoft YaHei;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333;
}
textarea, input{
	/* border-radius: 4px; */
	font-size: 1.4rem;
	font-family: Microsoft YaHei;
}

textarea{
	border-radius: 2px;
	font-size: 14px;
	font-family: Consolas, 'Courier New', monospace; 
}

button{
	font-family: Microsoft YaHei;
	cursor: pointer;
}
a{
	cursor: pointer;
	text-decoration:none
}
ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.material-icons{
	vertical-align: middle;
}
.badge{
	position: absolute;
	top: 0px;
	right: 0px;
    min-width: 9px;
    padding: 0.25em 0.4em;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    text-align: center;
    background-color: #5eb95e;
    border-radius: 10rem;	
    white-space: nowrap;
}
[data-tip]:after{
	position: absolute;
	top: 40px;
	left: 10px;
    background: #383838;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 18px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    text-shadow: 0 -1px 0 #000;
    border-radius: 3px;
    box-shadow: 4px 4px 8px rgba(0,0,0,.3);
    animation: fadeInDown 0.5s both;
}

.bg{
	position:absolute;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: rgba(0,0,0,0);
}

.card-list{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
}
/*滚动条*/
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: hsla(0,0%,59%,.5);
}
/*颜色定义*/
/*黑色*/
.themes-black header{
	background-color: #424242;
	color: #FFFFFF;
}
.themes-black .message-center a{
	color: #395E7F;
}
.themes-black .ow-focus{
	background-color:#e1e1e1 !important;
}
.themes-black .tab-focus{
	border-bottom: 3px solid #333;
	color: #333 !important;
}
.themes-black .toolbar .checked{
	border-bottom: 2px solid #333 !important;
	color: #333;
}
.themes-black .project-center li:hover,.themes-black .card2-tab li:hover{
	border-bottom: 3px solid #000000;
	color: #333 !important;
}
.themes-black .but-seatch:hover,.themes-black .cancel:hover,
.themes-black .lookup button:hover,
.themes-black .switch-create .add,.themes-black .project-right i:hover,
.themes-black .enable span:hover,.themes-black .i-edit .i-check .checked{
	color: #333;
}

.themes-black .i-edit textarea:focus,
.themes-black .i-edit select:focus,.themes-black .xm-search input:focus,.themes-black .i-edit .focus{
	border: 1px solid #333;
}

/**焦点 2018**/
/* .themes-black .i-edit .focus input,.themes-black .i-edit .focus .owFileList{
	border-right: 1px solid #333;
	transition: border-color ease-in-out .3s;
} */

.themes-black .i-but:hover, .themes-black .home-but{
	background-color: #424242;
	opacity: 0.9;
}

.themes-black .window-head{
	background-color: #424242;
}
.themes-black .window-title{
	background-color: rgba(255,255,255,0.95);
}
.themes-black .toolbar{
	background-color: rgba(255,255,255,0.91);
}

.themes-black .g-view .g-top-bar{
	background: #9d9d9d;
	color: white;
}

.themes-black .g-view .g-top-bar b{
	background: #9d9d9d;
	color: white;
	font-weight: normal;	
}


.themes-black .g-view .g-content > div:nth-child(2n){
	background-color: #fafafa ;
}
.themes-black .g-view .row-selected{
	background-color: #ebebeb !important;
}

.themes-black .t-color{
	border: 1px solid #333;
	color: #333;
}
/*蓝色*/
.themes-blue header{
	background-color: #6495ed;
	color: #FFFFFF;
}
.themes-blue .message-center a{
	color: #6495ed;
}
.themes-blue .ow-focus{
	background-color:#bbdefb !important;
}
.themes-blue .tab-focus{
	border-bottom: 3px solid #6495ed;
	color: #6495ed;
}
.themes-blue .project-center li:hover,.themes-blue .card2-tab li:hover{
	border-bottom: 3px solid #6495ed;
	color: #6495ed !important;
}
.themes-blue .toolbar .checked{
	border-bottom: 2px solid #6495ed !important;
	color: #6495ed;
}
.themes-blue .but-seatch:hover,.themes-blue .cancel:hover,
.themes-blue .lookup button:hover,
.themes-blue .switch-create .add,.themes-blue .project-right i:hover,
.themes-blue .enable span:hover,.themes-blue .i-edit .i-check .checked{
	color: #6495ed;
}

.themes-blue .i-edit textarea:focus,
.themes-blue .i-edit select:focus,.themes-blue .xm-search input:focus,.themes-blue .i-edit .focus{
	border: 1px solid #6495ed;
}
/* .themes-blue .i-edit .focus input,.themes-blue .i-edit .focus .owFileList{
	border-right: 1px solid #6495ed;
	transition: border-color ease-in-out .3s;
} */

.themes-blue .i-but:hover, .themes-blue .home-but,
.themes-blue .window-head{
	background-color: #6495ed;
}


.themes-blue .window-title{
	background-color: rgba(255,255,255,0.9);
}
.themes-blue .toolbar{
	background-color: rgba(255,255,255,0.86);
}

.themes-blue .g-view .g-top-bar{
	background: #83a8d8;
	color: white;
}
.themes-blue .g-view .g-content > div:nth-child(2n){
	background-color: #f7f9fc;
}
.themes-blue .g-view .row-selected{
	background-color: #dbe5f2 !important;
}

.themes-blue .t-color{
	border: 1px solid #6495ed;
	color: #6495ed;
}
/*橙色*/
.themes-orange header{
	background-color: #ff5722;
	color: #FFFFFF;
}
.themes-orange .message-center a{
	color: #ff5722;
}
.themes-orange .ow-focus{
	background-color:#ffccbc !important;
}
.themes-orange .tab-focus{
	border-bottom: 3px solid #ff5722;
	color: #ff5722;
}
.themes-orange .project-center li:hover,.themes-orange .card2-tab li:hover{
	border-bottom: 3px solid #ff5722;
	color: #ff5722 !important;
}
.themes-orange .toolbar .checked{
	border-bottom: 2px solid #ff5722 !important;
	color: #ff5722;
}
.themes-orange .but-seatch:hover,.themes-orange .cancel:hover,
.themes-orange .lookup button:hover,
.themes-orange .switch-create .add,.themes-orange .project-right i:hover,
.themes-orange .enable span:hover,.themes-orange .i-edit .i-check .checked{
	color: #ff5722;
}

.themes-orange .i-edit textarea:focus,
.themes-orange .i-edit select:focus,.themes-orange .xm-search input:focus,.themes-orange .i-edit .focus{
	border: 1px solid #ff5722;
}
/* .themes-orange .i-edit .focus input,.themes-orange .i-edit .focus .owFileList{
	border-right: 1px solid #ff5722;
	transition: border-color ease-in-out .3s;
} */

.themes-orange .i-but:hover, .themes-orange .home-but,
.themes-orange .window-head{
	background-color: #ff5722;
}


.themes-orange .window-title{
	background-color: rgba(255,255,255,0.9);
}
.themes-orange .toolbar{
	background-color: rgba(255,255,255,0.86);
}

.themes-orange .g-view .g-top-bar{
	background: #ffb284;
	color: white;
}
.themes-orange .g-view .g-content > div:nth-child(2n){
	background-color: #fffcfa;
}
.themes-orange .g-view .grid-hover:hover{
	background-color: #ffe9dc;
}
.themes-orange .g-view .row-selected{
	background-color: #ffebdf  !important;
}

.themes-orange .t-color{
	border: 1px solid #ff5722;
	color: #ff5722;
}
/*头部定义*/
header{
	position: fixed;
	width: 100%;
	min-width: 800px;
	display: flex;
	z-index: 200;
	height: 50px;
	box-shadow: 1px 2px 6px 2px rgba(0,0,0,0.3);
	opacity: .9;
	user-select: none;
}

.topLeftContent{
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.topLeftContent i{
	padding: 10px 10px;
}
.topLeftContent img{
	/*width: 32px;*/
    height: 32px;
}
.topLeftContent span{
	font-size: 18px;
	padding: 0px 10px;
	vertical-align: super;
}

.topCenterContent{
	flex: 1;
	text-align: center;
}
.topRigthContent{
	/* flex: 1;   delete at 2019-06-16 */  
	text-align: right;
}
.skin{
	position:absolute;
	top: 55px;
	right: 10px;
	width: 130px;
	background-color: #FFFFFF;
	padding: 20px;
	z-index: 3;
	text-align: center;
	box-shadow: 0 4px 20px rgba(0,0,0,.13);
	border-radius: 3px;
	display: none;
}
.skin div{
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
}

.topCenterContent li,.topRigthContent li{
	position: relative;
	display: inline-block;
	padding: 0px 15px;
	vertical-align: middle;
	cursor: pointer;
	height: 50px;
	line-height: 50px;
}
.topCenterContent li:hover{
	background-color: rgba(0,0,0,0.12);
}
.topRigthContent a{
	vertical-align: middle;
	color: #FFFFFF;
}
.topCenterContent span,.topCenterContent i,.topRigthContent span,.topRigthContent i{
	vertical-align: middle;
}
.topCenterContent span,.topRigthContent span{
	top:8px;
	right: 8px;
}
.ow-man{
    width: 35px;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    background-color: orangered;
}
.ow-img{
	width: 38px;
	height: 38px;
	border-radius: 50%;
	vertical-align: middle;
}
.message-menu{
	position: absolute;
    top: 52px;
    right: 10px;  /*//100px;*/
    width: 440px; /*//300px;*/
    padding: 5px;
    background-color: #FFFFFF;
    z-index: 200;
    border-radius: 3px;
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 1px 2px 3px 4px rgba(0,0,0,0.1);
    display: none;
}

.message-menu li{
	padding: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	cursor: pointer;
	box-sizing: border-box;
}
.message-menu li:hover{
	background-color: rgba(0,0,0,0.04);
	color: #333;
}
.message-menu .conversation i{
	font-size: 16px;
	/*line-height: 38px;*/
	color: #888;
}
.message-list{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px;
	border: none !important;
	text-align: center;
	color: #888;
	line-height: 20px;
	font-size: 14px !important;
}
.message-list i,.message-list span{
	vertical-align: middle;
	color: #8e8c8c;
	transition: all .1s linear;
}
.message-list i:hover{
	color: #f7635f;
}
.message-list span:hover{
	color: #6495ed;
}

.center{
	display: flex;
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0px;
    bottom: 1px;
}

/*菜单定义*/
.menu-left{
	flex: 0 0 247px;
	box-shadow: 1px 1px 6px 2px rgba(0,0,0,0.2);
	z-index: 100;
	height: 100%;
	position: relative;
	user-select:none;
	overflow: hidden;
	transition: all 0.3s ease;
	box-sizing: border-box;
	/*width: 247px;*/    /* add 2018-06-04 for first grid width bug! */
}
.search{
	display: flex;
	box-sizing: border-box;
	align-items: center;
	text-align: center;
	padding: 5px 5px 6px 5px;
}
.search i{
	flex: 0;
}
.search input{
	flex: 1;
	margin: 10px;
    border: none;
    outline: none;
}
.search a{
	flex: 0;
	padding: 8px 10px;
}
.ow-body{
	position: absolute;
	top: 50px;
	bottom: 0px;
	display: block;
	overflow-y: auto;
	overflow-x: hidden;
	width: 100%;
	border-top: 1px solid #D4D4D4;
}
.menu-left li{
	padding: 10px 15px 10px 0px;
	cursor: pointer;
}

.menu-left li[action]:hover{
	background-color: rgba(0,0,0,.04);
}

.menu-left .select {
    background-color: rgba(0,0,0,0.2) !important;
}

.conversation{
	display: flex;
	align-items: center;
}
.conversation .avatar{
    text-align: center;
    position: relative;
    padding: 0px 8px;
    display: flex;
	border-radius: 50%;
}
.avatar img{
	width: 26px;
    height: 26px;
    border-radius: 50%;
    padding: 6px;
    /*box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);*/
}
.avatar span{
	top: -5px;
    background-color: red;
}
/* 2019-5-21 */
.avatar .iconfont{
	font-size: 22px;
	width: 24px;
	height: 24px;
}
.conversation .info{
	flex: 1 1 80%;
	margin-left: 5px;
}
/*.info-top{
	font-size: 13px;
}*/
.info-top .date{
	color: rgba(0,0,0,.32);
	float: right;
	font-size: 12px;
}
.info-bottom{
	position: relative;
}
.info-bottom p{
	white-space: nowrap;
	text-overflow:ellipsis;
	overflow: hidden;
	margin: 5px 0 0 0;
	float: left;
	color: rgba(0,0,0,.4);
}
.info-bottom span{
	margin-top: 5px;
}
/*右窗口定义*/
.menu-right{
	flex: 1;
	background-color: #e9ebee;
	position: relative;
}
/*弹出窗的定义*/
.mask{
 	position: absolute;
 	z-index: 300;
 	width: 100%;
 	height: 100%;
 	background-color: rgba(0,0,0,0);
 	display: flex;
    align-items:center;
    justify-content: center;
}

.win-active .window-title span,.win-active .navigation{
	color: #333;
}

.window{
	position: absolute;
	left: 200px;
	top: 16px;
	z-index: 300;
	background-color: #fff;
	box-shadow: 1px 1px 6px 3px rgba(0,0,0,0.3);
	border-radius: 3px;
	box-sizing: border-box;
	overflow: hidden;
	/* user-select: none; remove 2022-07-12*/  
	/*visibility:hidden;*/
}

.window-head{
	color: #b3b3b3;
	box-sizing: border-box;
	/* border-bottom: 1px solid #D4D4D4;  2019-3-7*/
	user-select: none;
}
.window-head i{
	font-size: 18px;
}
.window-head span{
	font-size: 14px;
	vertical-align: middle;
}

.window-title{
	/* padding: 6px 8px; */
	background-color: rgba(0,0,0,.04);
	cursor: default;
	min-width: 360px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.window-title i{
	color: #333;
	vertical-align: bottom;
}

.ow-alert{
	flex:1;
	background-color: #fff;
	padding: 6px 8px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ow-alert .material-icons{
	font-size: 14px;
	padding: 2px;
	border: 1px solid;
	border-radius: 50%;
}
.window-title .ow-alert{
	padding: 6px 12px;   /* 2px 12px */
	background-color: transparent;
	justify-content: flex-end;
	overflow: hidden;
	align-self: flex-start;  /*add 2025-05-14*/
	flex-shrink: 0;          /*add 2025-05-14*/
	flex-basis: content;	/*add 2025-05-14*/
}

.ow-alert span{
	padding: 6px;
	display: block;    /*add 2024-06-19*/
    word-break: break-all;  /*add 2024-06-19*/	
}
.window-title .ow-alert span{
	padding: 2px 8px;
    white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
	border-radius: 3px;
	color: white;
	cursor: pointer;
}
.navigation{
	align-self: start;
	flex-shrink: 0;   /*add 2025-05-14*/
}
.toolbar{
	display: flex;
	align-items: center;
	box-sizing: border-box;
	/*height: 40px;*/
	overflow: hidden;
	user-select: none;
	padding: 0px 4px;
}
.toolbar-item{
	padding: 6px;
	cursor: default;
	border: 1px solid rgba(0,0,0,0);
	color: #b3b3b3;
}

.disable span{
	color: #b3b3b3 !important;
}

.toolbar .enable{
	color: #333;
	cursor: pointer;
}

.toolbar .checked{
	border-bottom: 2px solid rgba(0,0,0,0.5) !important;
	font-weight: bold;
}

.toolbar .enable:hover{
	border: 1px solid rgba(0,0,0,0.4);
}
.toolbar-item i{
	font-size: 18px;
}
.toolbar-item i,.toolbar-item span{
	vertical-align: middle;
}
.toolbar .separate{
	flex: 1;
	border: none;
}

.navigation i{
	cursor: pointer;
	padding: 6px 10px;
}
.navigation i:hover{
	color: #333;
	background-color: rgba(0,0,0,.08)
}
.navigation .close:hover{
	background-color: #d9534f;
	color: #FFFFFF;
}

/*******************
.window-content{
    position: absolute;
    top: 72px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 5px;
	overflow-y: auto;
	overflow-x: hidden;
}
*************/

.window-content {
    position: relative;
    left: 0px;
    right: 0px;
    margin: 5px;
    overflow-y: auto;
    overflow-x: hidden;
}

/*加载页的定义*/
.box{
	width: 100%;
	height: 100%;
}
.center-header{
	padding: 0px 10px;
	min-height: 50px;
	min-width: 700px;
	display: flex;
	background-color: #FFFFFF;
	border-bottom: 1px solid #ddd;
}
.project-left{
	flex: 0 0 7%;
	line-height: 45px;
}
.project-left i{
	vertical-align: middle;
	margin-top: 3px;
	color: #bbb;
}
.project-left i:hover:after{
    content: attr(data-tip);
}
.project-left label{
	font-size: 17px;
	vertical-align: middle;
}
.project-left input:hover{
	border: 1px solid #D4D4D4;
}
.project-center{
	flex: 1;
	vertical-align: middle;
	text-align: center;
	user-select:none;
	overflow: auto;
    white-space: nowrap;
}
.project-center .interval{
	padding: 0px 10px;
}
.project-center li{
	display: inline-block;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	border-bottom: 3px solid rgba(0,0,0,0);
	cursor: pointer;
	color: #888;
	transition: all 0.1s ease;
}
.project-center li a{
	padding: 12px 15px 16px 15px;
}
.project-right{
	flex: 0 0 7%;
	text-align: right;
	user-select:none;
}
.project-right i{
	 color: #888;
	 line-height: 45px;
	 cursor: pointer;
}

.switch-create{
	padding: 6px 20px;
	overflow: hidden;
	box-shadow: 2px 2px 6px -2px rgba(0,0,0,.5);
	user-select:none;
}
.switch-create span{
	vertical-align: middle;
	font-size: 13px;
}
.switch-create .toolbar-item{
	border: none;
	color: #888;
}
.switch-create .toolbar-item:hover{
	border: none;
}
.switch-create label{
	cursor: pointer;
	vertical-align: middle;
}
.switch-create .add{
	font-size: 28px;
}
.switch-search{
    display: flex;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    background-color: #FFFFFF;
}
.cancel{
	vertical-align: middle;
    padding: 5px;
    border: none;
    background-color: #FFFFFF;
    font-size: 18px;
    outline:none;
    color: #D4D4D4;
    cursor: pointer;
}
.switch-search .but-seatch{
	vertical-align: middle;
    padding: 5px;
    font-size: 16px;
    border-radius: 0px 5px 5px 0px;
    border: 0px;
    border-left: 1px solid #d4d4d4;
    background-color: #FFFFFF;
    color: #888;
    outline: none;
    cursor: pointer;
}
.switch-search input{
	/*padding: 6px 0px 5px 5px;*/
	padding:0px 0px 1px 4px;
    vertical-align: middle;
    /*border-radius: 5px 0px 0px 5px;*/
    outline: none;
    border: none;
}
.switch-search .but-seatch:active{
	background-color: rgba(0,0,0,0.02)
}
.lookup{
	display: inline-block;
}
.lookup button{
	vertical-align: middle;
	padding: 3px 5px;
	border-radius: 2px;
	border: none;
	outline:none;
	background-color: rgba(0,0,0,0);
	color: #888;
	cursor: pointer;
}

.center-card{
	width: 100%;
	height: 100%;
	position: relative;
    display: flex;
    flex: 1;
    flex-direction: column;	
}

.card{
	position: relative;
	flex: 1;
	top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 8px; /*10px;*/
	background-color: #FFFFFF;
	border-radius: 2px;
	box-shadow: 0 2px 6px rgba(0,0,0,.15);
	padding: 0px 0px 0px 6px;
	/*min-height: 300px;*/
	/*overflow-y:auto; 2018-09-19 delete*/
	overflow: hidden;
}

/*消息页的定义*/
.card2{
	position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 1px;
    margin: 20px 20%;
    min-width: 500px;
	background-color: #FFFFFF;
	border-radius: 2px;
	box-shadow: 0 2px 6px rgba(0,0,0,.15);
	overflow-y: auto;
}
.card2-header{
	height: 50px;
	border-bottom: 1px solid #D4D4D4;
	user-select:none;
}
.card2-tab{
	text-align: center;
}
.card2-header label{
	float: left;
	font-size: 17px;
	line-height: 50px;
	margin: 0px 20px;
}
.card2-tab li{
	display: inline-block;
	margin-right: 30px;
	height: 47px;
    line-height: 47px;
    font-size: 14px;
    padding: 0px 10px;
	border-bottom: 3px solid rgba(0,0,0,0);
	cursor: pointer;
	color: #888;
}
.card2-tab li:hover{
	border-bottom: 3px solid #000000;
}
.card2-center{
    position: absolute;
    top: 50px;
    bottom: 0px;
    left: 0px;
    right: 0px;
	overflow-y: auto;
}
.message-item{
	padding: 20px 15px 0px 15px;
	position: relative;
}
.message-left{
	float: left;
}
.message-left img{
	width: 32px;
	height: 32px;
	border-radius: 50%;
}
.message-center{
	font-size: 13px;
	margin-left: 45px;
    padding-right: 25px;
    padding-bottom: 20px;
    text-align: left;
    border-bottom: 1px dashed #e5e5e5;
}
.message-center-top .sys{
	color: #999;
}
.message-center-time{
	color: #999;
	margin-top: 10px;
}
.message-icon{
	position: absolute;
	top: 20px;
	right: 15px;
}
.message-icon i{
	color: #D4D4D4;
	cursor: pointer;
}

/*任务卡片*/
.task-box{
	display: flex;
	height: 100%;
	padding: 0px 5px;
}
.task{
	position: relative;
	flex: 1;
	background-color: rgba(0,0,0,.05);
	margin:10px 5px;
}

.card-task{
	position: absolute;
	top: 48px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding:0px 5px;
	overflow-y: auto;
}
.task label{
	font-size: 16px;
	text-align: center;
	margin-left: 10px;
	line-height: 40px;
}
.task-center{
	border-left: 4px solid #6495ed;
	margin-bottom: 10px;
	padding: 5px;
	background-color: #FFFFFF;
	border-radius: 2px;
	transition: all 0.3s ease-in-out;
}
.task-center:hover{
	transition: all 0.3s ease-in-out;
	box-shadow: 0 2px 6px rgba(0,0,0,.3);
}
.task-center>p{
	margin: 5px 0px;
}
.action{
	color: #424242;
}
.task-icon{
	padding-bottom: 10px;
}
.task-icon li{
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}
/*颜色*/
/*深蓝色*/
.brand-primary{background-color: #337ab7;color: #FFFFFF;}
.brand-primary i,.brand-primary span{color: #FFFFFF !important;}
.fc-primary{color: #337ab7 !important;}
/*绿色*/
.brand-success{background-color: #5cb85c;color: #FFFFFF;}
.brand-success i,.brand-success span{color: #FFFFFF !important;}
.fc-success{color: #5cb85c !important;}
/*天蓝色*/
.brand-info{background-color: #5bc0de;color: #FFFFFF;}
.brand-info i,.brand-info span{color: #FFFFFF !important;}
.fc-info{color: #5bc0de !important;}
/*橙色*/
.brand-warning{background-color: #f0ad4e;color: #FFFFFF;}
.brand-warning i,.brand-warning span{color: #FFFFFF !important;}
.fc-warning{color: #f0ad4e !important;}
/*红色*/
.brand-danger{background-color: #d9534f;color: #FFFFFF;}
.brand-danger i,.brand-danger span{color: #FFFFFF !important;}
.fc-danger{color: #d9534f !important;}
/*灰色*/
.brand-gray{background-color: #ccd4db;color: #FFFFFF;}
.brand-gray i,.brand-gray span{color: #FFFFFF !important;}
.fc-gray{color: #ccd4db !important;}
/*紫色*/
.brand-purple{background-color: #df9cd7;color: #FFFFFF;}
.brand-purple i,.brand-purple span{color: #FFFFFF !important;}
.fc-purple{color: #df9cd7 !important;}
/*青黄色*/
.brand-ominaeshi{background-color: #cddc39;color: #FFFFFF;}
.brand-ominaeshi i,.brand-ominaeshi span{color: #FFFFFF !important;}
.fc-ominaeshi{color: #cddc39 !important;}
/*黄色*/
.brand-yellow{background-color: yellow;color: #FFFFFF;}
.brand-yellow i,.brand-yellow span{color: #FFFFFF !important;}
.fc-yellow{color: yellow !important;}
/*商务蓝*/
.brand-seiji{background-color: #607d8b;color: #FFFFFF;}
.brand-seiji i,.brand-seiji span{color: #FFFFFF !important;}
.fc-seiji{color: #607d8b !important;}

.task-icon li i,.task-icon li span{
	vertical-align: middle;
	padding: 1px;
}
.task-icon i{
	font-size: 16px;
	color: #999999;
}
.task-img{
	float: right;
	max-width: 200px;
}
.task-img img{
	width: 28px;
	height: 28px;
}

/*table的定义*/
.dataTables_length{
	display: none;
}
.dataTables_filter{
	display: none;
}
/*联系人定义*/
.contacts{
	padding: 10px;
	height: 100%;
}
.contacts-item{
	display: flex;
	box-shadow: 1px 1px 2px 1px #cccccc;
	margin: 10px;
	padding: 15px;
	min-width: 260px;
	float: left;
	border-radius: 3px;
	border-left: 3px solid #6495ed;
}

.contacts-img img{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	padding: 6px;
}
.contacts-text{
	text-align: center;
}
.contacts-text label{
	font-size: 24px;
	vertical-align: middle;
}
.contacts-text span{
	vertical-align: middle;
	font-size: 13px;
}
.contacts-text p{
	font-size: 13px;
	margin: 5px 0px;
}

/*聊天*/
.chat{
	position: relative;
	width: 50%;
	height: 95%;
	background-color: #FFFFFF;
	border-radius:3px;
	overflow: hidden;
	box-shadow: 0 2px 6px rgba(0,0,0,.15);
}
.tool i,.tool span,.chat-head-right i,.dispatch span{
	cursor: pointer;
}
.chat-head{
	padding: 10px;
	background-color: rgba(0,0,0,0.15);
}
.chat-head-left,.chat-head-right{
	display: inline-block;
	line-height: 45px;
}
.chat-head-img{
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	overflow: hidden;
	vertical-align: middle;
}
.chat-head-img img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.chat-head-img div{
	background-color: orangered;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 50px;
}
.chat-head-left span{
	font-size: 13px;
}
.chat-head-right{
	float: right;
}
.chat-head-right i{
	color: #888888;
}
.chat-content{
	height: 320px;
	border-bottom: 1px solid #D4D4D4;
	overflow-y: auto;
}
.input-content{
	padding-top: 10px;
}
.input-left{
	padding:5px 10px 5px 60px;
}
.input-left,.input-right{
	position: relative;
}
.input-left .input-img{
	position: absolute;
	left: 10px;
	top: 5px;
}
.input-left .input-text{
	background-color: #e9ebee;
}
.input-left .input-text:after{
	left: -10px;
	border-color: #e9ebee transparent transparent;
}

.input-right {
	padding:5px 60px 5px 10px;
	text-align: right;
}
.input-right .input-text{
	color: #FFFFFF;
	background-color: #5FB878;
}
.input-right .input-img{
	position: absolute;
	right: 10px;
}
.input-right .input-text:after{
	right: -10px;
	left: auto;
	border-color: #5FB878 transparent transparent;
}

.input-img{
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	overflow: hidden;
}
.input-img img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.input-img div{
	background-color: orangered;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 38px;
}
.cite{
	display: block;
    font-style: normal;
    padding-bottom: 5px;
    color: #888;
}
.cite i{
	padding:0px 15px;
    font-style: normal;
    vertical-align: top;
}
.input-text{
	position: relative;
	max-width: 70%;
    padding: 5px 10px;
    border-radius: 3px;
    display: inline-block;
    margin-top: 0px;
    line-height: 20px;
}
.input-text:after{
	content: '';
    position: absolute;
    top: 5px;
    width: 0;
    height: 0;
    border-style: solid dashed dashed;
    overflow: hidden;
    border-width: 10px;
}

.tool div{
	display: inline-block;
}

.tool i:hover,.tool-right:hover,.chat-head-right i:hover{
	color: #333;
}

.tool-left i{
	padding: 5px 10px;
	font-size: 24px;
	color: #888888;
}
.tool-right{
	float: right;
	padding: 5px 10px;
	color: #888888;
}
.tool-right i,.tool-right span{
	vertical-align: middle;
}
.textarea{
	padding: 0px 10px;
}
.textarea textarea{
	font-size: 16px;
	width: 100%;
    height: 80px;
    line-height: 25px;
    border: none;
    overflow: auto;
    resize: none;
    outline:none;
    font-family: Microsoft YaHei;
}
.dispatch{
	text-align: right;
    line-height: 30px;
    background-color: #5CB85C;
    float: right;
    margin-right: 10px;
    border-radius: 3px;
}
.dispatch span{
	padding: 8px 20px;
    color: #ffffff;
    border-radius: 3px;
    user-select: none; 
}

.dispatch span:hover{
	background-color: rgba(255,255,255,0.1);
}

/*下拉菜单*/
.dropmenu{
	position: absolute;
	top: 91px;
	left: 10px;
	border-radius: 2px;
	background-color: #FFFFFF;
	box-shadow: 0 4px 20px rgba(0,0,0,.13);
	display: none;
	overflow-y: auto;
	z-index: 2;
	min-width: 120px;
	max-height: 400px;
}
.dropmenu li{
	line-height: 32px;
	padding: 0px 10px;
	cursor: pointer;
}
.dropmenu li:hover{
	background-color: #424242;
}
.dropmenu li:hover i,.dropmenu li:hover span{
	color: #FFFFFF;
}
.dropmenu-item i{
	vertical-align: middle;
	font-size: 16px;
	margin-right: 5px;
	color: #9e9e9e;
}
.dropmenu-item span{
	vertical-align: middle;
	color: #333;
}
.card-item{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	float: left;
	margin: 9px;
	border-radius: 3px;
	box-shadow: 0 2px 6px rgba(0,0,0,.15);
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}

.panel-default {
    border-color: #edf1f2;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f6f8f8;
    border-color: #edf1f2;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-body {
	position: absolute;
    padding: 10px; 
}

.home-but{
	border-radius: 3px;
	border: none;
	color: #E8E6E5;
	padding: 4px 12px;
	font-size: 14px;
	outline:none;
}

.enable .home-but:hover{
	color: #FFFFFF !important;
}

.enable .home-but{
	color: #F2F2F2;
}

.ow-loading{
	background: url(../images/loading.gif) no-repeat center;
	width: 32px;
	height: 32px;
	position: absolute;
    padding: 0px;
    left: 17px;
    top: 50%;
    margin-top: -13px;
}

/**/

.mess-box{
	padding: 10px;
}
.mess-item{
	display: flex;
	flex-direction: column;
	padding: 6px 8px;
	position: relative;
	background-color: white;
	margin-top: 10px;
	/*box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);*/
}
.mess-img{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 26px;
	width: 26px;
	border-radius: 50%;
	margin-right: 10px;
}
.mess-img img{
	width: 100%;
	height: 100%;
}
.mess-img span{
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
}
.mess-content{
	display: flex;
	flex-direction: column;
	flex: 1;
}
.mess-title{
	flex: 1;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 2px 0px;
}
.text{
	flex: 1;
	color: #888888; /*#ababab;*/
	padding: 4px 0px;
	border-top: 1px solid #F3F3F3;
}
.t-left{
	text-align: left;
	flex: 1;
}
.t-file{
	width: 100%;
}
.t-file a{
	margin-right: 5px;
}
.approve{
	position:absolute;
	top: 8px;
	right: 60px;
	padding: 2px 10px;
    border: 4px double #f7635f;
    color: #f7635f;
    font-weight: bold;
    transform: rotate(-12deg);
    text-align: center;
}

/*task.html*/
.add-head {
    padding: 10px;
    font-size: 16px;
    border-color: #edf1f2;
    background-color: #f6f8f8;
}

.b-badge{
    background-color: #f7635f;
    position: relative;
    padding: 2px 4px;
    top: -11px;
    color: white !important;
    font-size: 11px !important;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    border-radius: 10rem;
    white-space: nowrap;    
}