/* 消息 */
@charset "utf-8";


.icons-appr-closeselect {
    background: url(../../res/images/single-icons/close.png) center center;
    width: 10px;
    height: 11px;
    display: inline-block;
    vertical-align: middle;
}

.approve-select {
	font-size: 0;
}

.redio-select {
	position: absolute;
	top: 0px;
	right: 0;
}

.approve-select-item {
	padding: 0 9px;
	text-align: center;
	min-width: 54px;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	color: #323a4d;
	cursor: pointer;
	position: relative;
	display: inline-block;
	background-color: #f2f5fb;
	border: 1px solid #cdddf3;
	box-sizing: border-box;
}

.approve-select-item:first-child {
	border-radius: 3px 0 0 3px;
}

.approve-select-item:last-child {
	border-radius: 0 3px 3px 0;
}

.approve-select-item:not(:first-child) {
	margin-left: -1px;
}

.approve-select-item.active {
	border-color: #4b86fc;
	background-color: #fff;
	font-weight: bold;
	color: #4b86fc;
	position: relative;
	z-index: 2;
}

.approve-select-item:hover {
	color: #4b86fc;
	background: #fff;
	z-index: 1;
}

.checkbox-select .approve-select-item.active:before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border: 5px solid;
	border-color: transparent transparent currentColor;
	transform: rotate(-45deg);
	left: -5px;
	top: -5px;
}

.approvel-table .checkbox {
	margin: 12px 6px 12px 0;
	display: inline-block;
}

.approvel-btn-link {
	font-size: 13px;
	color: #4b86fc;
	display: inline-block;
}

.approvel-btn-link:hover {
	text-decoration: underline;
}

.select-line {
	border-right: 1px solid #dce0e2;
	margin: 0 18px 0 15px;
}

.close-select {
	opacity: 0.6;
	width: 26px;
	height: 26px;
	text-align: right;
	display: block;
	padding: 1px 0;
	box-sizing: border-box;
}

.approvel-header {
	/* height: 40px; */
	width: 100%;
	background: #fff;
	overflow: hidden;
	position: relative;
	opacity: 1;
	padding: 7px 0 7px 10px;
	box-sizing: border-box;
}

.close-select:hover {
	opacity: 1;
}

.approvel-select {
	position: absolute;
	left: -100%;
	top: 9px;
	width: calc(100% - 15px);
	z-index: -1;
	opacity: 0;
	font-size: 13px;
	background: #fff;
	transition: all 0.2s;
	height: 28px;
	line-height: 26px;
	padding-left: 9px;
	box-sizing: border-box;
}

.approvel-select .ui-check {
	top: -2px;
}

.select-record {
	margin-left: 14px;
}

.approvel-header.active .grouppane-wrap {
	opacity: 0;
}

.approvel-header.active .approvel-select {
	left: 10px;
	z-index: 10;
	opacity: 1;
	border-bottom: 1px solid #EEEEEE;
}

.approvel-select .ui-check label {
	padding-left: 0;
}

.approvel-new-warp {
	width: 100%;
	box-sizing: border-box;
	padding-left: 10px;
	margin-bottom: 8px;

}

.approval-news-data {
	width: 100%;
	box-sizing: border-box;
	padding-left: 11px;
	color: #555555;
	margin-bottom: 8px;
}

.approval-new-table {
	width: 100%;
	box-sizing: border-box;
	font-size: 12px;
	border-radius: 3px;
}


.approval-new-table .checkbox {
	margin: 0px 5px 0px 0px;
	display: inline-block;
	vertical-align: -2px;
}

.runchecked.open-content td:before {
	content: '';
	height: 1px;
	left: 0;
	right: 0;
	width: 100%;
	position: absolute;
	top: -1px;
	background-color: #ccc;
	z-index: 99;
}

.approval-new-table .approval-news-content td:after {
	background-color: #ccc;
	bottom: -1px;
}

.approval-new-table td {
	position: relative;
	padding: 4px 0;
	height: 34px;
	/*border-bottom: 1px solid #eee;*/
	white-space: nowrap;
	cursor: pointer;
}

.approval-new-table td:last-child {
	cursor: auto;
}

.approval-new-table td:after {
	content: '';
	height: 1px;
	left: 0;
	right: 0;
	width: 100%;
	position: absolute;
	bottom: 0px;
	background-color: #eee;
	z-index: 99;
}

.approval-new-table .open-content td:after {
	content: none;
}

.approval-new-table .approval-submit-person {
	font-size: 12px;
	color: #666666;
	display: inline-block;
}

.approval-new-table .approval-submit-salesman {
	font-size: 12px;
	color: #666666;
	display: inline-block;
	margin-left: 9px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 62%;
	vertical-align: -1px;
	height: 14px;
	cursor: pointer;
}

.approval-new-table .approval-open-document {
	font-size: 12px;
	display: inline-block;
	margin-right: 13px;
	float: left;
	cursor: pointer;
	margin-top: 5px;
}

.approval-new-table .approval-open-document a {
	color: #4b86fc;
}

.approval-new-table .approval-open-document a:hover {
	text-decoration: underline;
}

.approval-new-operating {
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 50%;
	box-sizing: border-box;
	vertical-align: middle;
	cursor: pointer;
	margin-left: 15px;
}

.open-content .approval-news-content {
	position: relative;
	width: 100%;
	display: block;
}

.approval-new-table tr.open-content {
	box-shadow: 0 -3px 4px 0 rgba(0, 0, 0, .16)
}

.open-content .approval-new-title {
	font-weight: bold;
}

.approval-news-content {
	display: none;
	font-size: 12px;
}

.approval-news-content td:before {
	content: '';
	position: absolute;
	height: 14px;
	left: 0px;
	right: 0px;
	background-color: #fff;
	top: -5px;
	z-index: 1;
}

.approval-new-detail {
	padding-bottom: 10px;
	width: 100%;
	box-sizing: border-box;

}

.approval-page {
	padding: 0 0 0 10px;
}

.grouppane-title .group-icon {
	margin-right: 4px;
}

.approval-new-table tr:hover,
.approval-new-table tr:hover td {
	background-color: #f3f5f7;
}

.approval-new-table tr.selectcell,
.approval-new-table tr.selectcell td {
	background-color: #e8efff;
}

.approval-new-table tr.selectcell.open-content,
.approval-new-table tr.selectcell.open-content td,
.approval-new-table tr.open-content:hover,
.approval-new-table tr.open-content:hover td,
.approval-new-table tr.approval-news-content:hover,
.approval-new-table tr.approval-news-content:hover td {
	background-color: #fff !important;
}

.approval-new-wraptable {
	width: 100%;
	min-height: 34px;
	padding: 7px 0;
	box-sizing: border-box;
	position: relative;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-top: 1px solid #eee;
	transition: margin-top .3s ease-in-out, margin-bottom.3s ease-in-out;
	padding-left: 10px;
}

.approval-new-wraptable:after {
	content: '';
	position: absolute;
	height: 1px;
	width: 100%;
	bottom: -1px;
	left: 0px;
	background-color: #eee;
}

.approval-new-table .approval-new-wraptable:first-child {
	border-top: 1px solid #ccc;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.approval-new-table .approval-new-wraptable:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.approval-new-table .approval-new-wraptable:last-child:after {
	background-color: #ccc;
}

.approval-new-wraptable:hover {
	background-color: #f3f5f7;
}

.approval-new-wraptable.open-content:hover {
	background-color: transparent;
}

.approval-new-wraptable.open-content {
	padding-bottom: 0;
	box-shadow: 0 0px 6px 0 rgba(0, 0, 0, .3);
	margin: 15px 0;
	border-top: 1px solid #ccc;
}

.approval-new-wraptable.open-content:after {
	background-color: #ccc;
}

.approval-new-wrap1 {
	display: inline-block;
	cursor: pointer;
	width: 50%;
	white-space: nowrap;
	vertical-align: middle;
}

.msg-list-box {
	margin: 0 -5px;
}

.msg-list-box .approve-select {
	margin-left: 10px;
	
}

.msg-list-box .redio-select-bg {
	/* position: absolute;
	top: 0px;
	right: 0; */
}

.msg-list-box .approve-select:nth-child(2){
	flex:1;
}

.msg-list-box .redio-select-bg .active {
	border-color: #6c9cfc;
	background-color: #6c9cfc;
	color: #fff;
}

.msg-list-box .unchecked,
.msg-list-box .uncheckedrow {
	width: 14px;
	height: 14px;
	background: #fff;
	border: 1px solid #cbced6;
	box-sizing: border-box;
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
}

.msg-list-box .unchecked:hover,
.msg-list-box .uncheckedrow:hover {
	border-color: #4b86fc;
}

.msg-list-box .checked {
	background: url(../../res/images/single-icons/check.png) no-repeat center;
	background-color: rgba(0, 0, 0, 0);
	height: 14px;
	width: 14px;
	cursor: pointer;
	border-radius: 3px;
	background-color: #4b86fc;
}

.unread .approval-new-wrap1:before {
	position: absolute;
	top: 16px;
	left: 37px;
	content: '';
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #4b86fc;
}


.msg-list-box .approval-new-title {
	display: inline-block;
	color: #333;
	font-size: 13px;
	max-width: 75%;
	vertical-align: -3px;
	margin-left: 25px;
	width: 180px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	font-weight: normal;
	padding-right: 30px;
	box-sizing: border-box;
}

.msg-list-box .unread .approval-new-title {
	font-weight: bold;
}

.msg-list-box .approval-new-apply {
	display: inline-block;
	color: #333;
	font-size: 12px;
	max-width: 600px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	vertical-align: -3px;
	box-sizing: border-box;
}

.msg-list-box .approval-new-label {
	width: 60px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	cursor: pointer;
}

.msg-list-box .approval-tag-label {
	display: inline-block;
	vertical-align: middle;
	padding: 0 6px;
	border-radius: 3px;
	height: 17px;
	font-size: 12px;
	color: #f18100;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: rgba(255, 160, 51, 0.2);
}

.msg-list-box .approval-mag-time {
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	padding-right: 11px;
	font-size: 12px;
	color: #666;
	width: 120px;
	cursor: pointer;
}

.msg-list-box .approval-new-wrap1 {
	width: 75%;
	padding-left: 12px;
	box-sizing: border-box;
}

.msg-list-box .approval-submit-person {
	max-width: 210px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: -3px;
}

.msg-list-box .approvel-header {
	padding: 10px 0 3px 2px;
}

.msg-list-box .active .approvel-select {
	padding-left: 13px;
	left: 0;
	width: 100%;
}

.msg-list-box .approvel-new-warp {
	padding-left: 0;
}

.msg-list-box .open-content:before {
	position: absolute;
	content: '';
	width: 3px;
	height: 40px;
	left: -1px;
	top: -1px;
	border-radius: 0 3px 3px 0;
	background-color: #4b86fc;
	z-index: 110;
}

.msg-list-box .approval-new-wraptable {
	padding: 10px 0 11px;
}

.msg-list-box .open-content {
	padding-bottom: 8px;
}

.open-content .approval-new-apply,
.open-content .approval-new-label,
.open-content .approval-mag-time,
.open-content .approval-open-btn {
	display: none;
}

.msg-list-box .open-content .approval-news-content {
	margin-top: 11px;
	z-index: 99;
	background-color: #fff;
	border-top: 1px solid #eef1f4;
}

.msg-list-box .appr-msg-desc {
	width: 600px;
	min-height:45px;
	border: 1px solid #ccc;
	position: relative;
	display: inline-block;
	margin-left: 21px;
	padding: 4px 10px;
	box-sizing: border-box;
}

.msg-list-box .appr-msg-tt {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 3px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.msg-list-box .appr-msg-info {
	max-width: 300px;
	vertical-align: top;
	display: inline-block;
	padding-top: 6px;
	line-height: 21px;
}

.appr-msg-sender {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.msg-list-box .approval-msg-detail {
	padding: 8px 10px 0 58px;
}

.triangle_border_left {
	width: 0;
	height: 0;
	border-width: 6px 6px 6px 0;
	border-style: solid;
	border-color: transparent #b2b2b2 transparent transparent;
	position: absolute;
	left: -6px;
	top: 8px;
}

.triangle_border_left span {
	display: block;
	width: 0;
	height: 0;
	border-width: 5px 5px 5px 0;
	border-style: solid;
	border-color: transparent #fff transparent transparent;
	position: absolute;
	top: -5px;
	left: 1px;
}

.msg-list-box .appr-msg-label {
	display: table-cell;
	/* white-space: nowrap; */
}

.msg-list-box .appr-msg-value {
	display: table-cell;
}

.msg-list-box .approval-new-wraptable:not(.open-content):hover {
	background-color: #f5f7f8;
}

.msg-list-box .selectcell:not(.open-content) {
	/* background-color: #e8efff; */
}

.msg-list-box .approval-new-wraptable.open-content {
	margin: 11px 0;
}

.msg-list-box .open-content .approval-new-wrap1 {
	width: 100%;
}

.msg-list-box .open-content .approval-new-title {
	width: 100%;
	max-width: 95%;
}

.msg-list-box .appr-msg-state {
	line-height: 20px;
}

.msg-box-list .scrollbar-inner>.scroll-element.scroll-y {
	right: 1px;
}

/* 头部消息提示框 */

.header-dropmenu.msg-pop {
	top: 45px;
}

.header-msg-box {
	width: 364px;
	background-color: #fff;
	border: 1px solid #d5dce4;
	position: relative;
}

.header-msg-box .msg-box-tt {
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	text-align: left;
	border-bottom: 1px solid #eee;
}

.header-msg-box .msg-item-num {
	font-weight: bold;
	font-size: 15px;
	color: #333;
}

.header-msg-box .msg-sign {
	color: #4b86fc;
	cursor: pointer;
}

.header-msg-box .msg-sign:hover,
.header-msg-box .msg-box-bottom:hover .msg-bottom-text {
	text-decoration: underline;
}

.header-msg-box .msg-item-inner {
	position: relative;
	height: auto;
	display: block;
	text-align: left;
	line-height: normal;
	white-space: normal;
	cursor: pointer;
	padding: 8px 15px 10px 30px;
	border-bottom: 1px solid #eee;
}

.header-msg-box .msg-item-inner:hover {
	background-color: #f8f8f8;
}

.msg-item-inner .msg-item-tt {
	font-size: 14px;
	width: 200px;
	text-align: left;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.msg-item-inner .msg-item-date {
	color: #666;
}

.msg-item-inner .msg-item-desc {
	line-height: 18px;
	max-height: 36px;
	overflow: hidden;
	color: #666;
}

.msg-item-inner .msg-item-main {
	line-height: 23px;
}

.msg-item.unread .msg-item-inner:before {
	position: absolute;
	top: 15px;
	left: 12px;
	content: '';
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #4b86fc;
}

.msg-item.unread .msg-item-tt {
	font-weight: bold;
}
.msg-box-list .scroll-wrapper {
	height: 280px;
}

.msg-box-bottom {
	height: 34px;
	line-height: 34px;
	background-color: #f5f7f8;
	color: #4b86fc;
	text-align: center;
	cursor: pointer;
}

.msg-box-bottom svg {
	fill: #4b86fc;
}

.msg-bottom-text {
	display: inline-block;
	vertical-align: middle;
	margin-left: 2px;
}


.triangle_border_up {
	width: 0;
	height: 0;
	border-width: 0 6px 6px;
	border-style: solid;
	border-color: transparent transparent #ccc;
	position: absolute;
	top: -5px;
	right: 22px;
	z-index: 99;
}

.triangle_border_up span {
	display: block;
	width: 0;
	height: 0;
	border-width: 0 5px 5px;
	border-style: solid;
	border-color: transparent transparent #fff;
	position: absolute;
	top: 1px;
	left: -5px
}
.msg-list-box .grouppane-titlebar{
	height: auto;
	display: flex;
	/* justify-content: space-around;
	align-content: center; */
}
.msg-list-box .grouppane-title{
/* 	height:auto;
	line-height:normal; */
}
.msg-list-box .grouppane-wrap .group-ui-btn{
	flex:1;
	display: flex;
}

.msg-list-box .group-ui-btn .ui-select-btns:first-child{
	flex:1;
	margin-right: 110px;
}
.approval-open-btn{
	color: #4b86fc;
	font-size: 12px;
	padding:0 5px;
}