﻿body {
	background-color: #F5F7FA;
}

.Relative {
	position: relative;
}

#PageHeaderDIV {
	position: relative;
	height: 70px;
	border-bottom: 1px solid #E7E7E7;
	background-color: #FFFFFF;
	background-image: none;
}

#PageLogoCustomizedDIV {
	position: absolute;
	left: 25px;
	top: 15px;
}

#PageHeaderDIV .UserInfoDIV {
	position: absolute;
	top: 24px;
	left: 160px;
	color: #666;
	font-family: 'Microsoft YaHei';
	display: flex;
	align-items: center;
}

.UserInfoDIV-text {
	margin-left: 18px;
	font-size: 16px;
	color: #666666 !important;
}

.AbsoluteRight {
	position: absolute;
	right: 40px;
	top: 20px;
}

.searchbox {
	border: 1px solid #d1d9de;
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.searchbox input {
	height: 28px;
	font-size: 12px;
	border: 0;
	width: 232px;
	background-color: transparent;
	padding-left: 20px;
	border-radius: 20px;
}

.searchbox input:focus {
	outline: none;
}

.search-icon {
	width: 40px;
	height: 25px;
	background: url(../image/searchicon.png) no-repeat center;
	background-size: 15px 15px;
	border-left: 1px solid #e7e7e7;
	display: inline-block;
}

#PageLeftMenuDIV {
	margin-right: 15px;
	width: 200px;
	background-color: #FFFFFF;
	border-right: 1px solid #E7E7E7;
	height: 10000px;
	position: fixed;
    top: 70px;
    z-index: 999;
}

#PageLeftMenuInnerDIV {
	height: 10000px;
}

.MailInOutButtonDIV {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100px;
	border-bottom: 1px solid #e6ebed;
}

.MailInOutButton {
	height: 42px;
	width: 100%;
	display: flex;
	align-items: center;
	padding-left: 20px;
	font-size: 12px;
	color: #666666;
	cursor: pointer;
	background-image: none;
}

.MailInOutButton img,
.bottom-nav-point img {
	margin-right: 8px;
}

.jqx-menu ul {
	margin: 0px;
	overflow: hidden;
	background-color: transparent;
	border: none;
	padding: 10px 0;
	padding-left: 20px;
}

.PageLeftMenuList li {
	font-family: 'Microsoft YaHei';
	font-size: 14px;
	height: 42px;
	padding-left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #666666;
	cursor: pointer;
}

.PageLeftMenuList li a {
	color: #666666;
	display: flex;
	align-items: center;
	text-decoration: none;
}

.PageLeftMenuList li a.FocusMenu {
	font-weight: normal !important;
	color: #3c75e6 !important;
}

.PageLeftMenuList li a.FocusMenu .GreyText {
	color: #3C75E6;
}

.MainIcon {
	background-repeat: no-repeat;
	display: inline-block;
}

.MainIconStarFocus {
	width: 16px;
	height: 16px;
	margin-left: 8px;
	background: url(../image/icon_星标@2x.png) center;
	background-repeat: no-repeat;
}

#MailFolderListDIV {
	visibility: visible;
	display: block;
	outline: none;
	height: auto;
	border-bottom: 1px solid #E7E7E7;
}

.MailFolderTabButtonDIV {
	padding-left: 0px;
	margin-top: 5px;
	margin-bottom: 8px;
}

.bottom-nav {}

.bottom-nav-point {
	height: 42px;
	width: 100%;
	display: flex;
	align-items: center;
	padding-left: 20px;
	font-size: 12px;
	color: #666666 !important;
	cursor: pointer;
	text-decoration: none !important;
}

#PageMainContentDIV {
	padding-left: 200px !important;
	background-color: #f1f4f5 !important;
}

#PageTopToolbarDIV {
	margin-left: 20px;
	background-color: #ffffff !important;
}

input[type="checkbox"]+label::before {
	content: "\a0";
	/*不换行空格*/
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 1px solid #d5d5d5;
	box-sizing: border-box;
	background-color: #f3f3f3;
	margin-right: 7px;
	position: relative;
	top: -1px;
}

label {
	margin-bottom: 0;
	display: flex;
	color: #949494;
	align-items: center;
	font-size: 12px;
	font-weight: normal;
}

input[type="checkbox"]:checked+label::before {
	background-color: #65748e;
	background-clip: content-box;
	padding: 4px;
	box-sizing: border-box;
}

input[type="checkbox"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	margin: 0;
}

.ButtonList {
	margin-left: 15px;
	margin-right: 15px;
	display: flex;
	height: 50px;
	align-items: center;
}

.ButtonList>div {
	width: 50px;
	margin-right: 15px;
}

.ButtonList a {
	display: block;
	height: 50px;
	display: flex;
	align-items: center;
}

.icon_down {
	background-image: url(../image/icon_down.png) !important;
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 12px;
	display: block;
	height: 12px;
}

.tab-1 {
	margin-right: 3px;
	width: auto;
}

.MainContentContainerTitle {
	display: flex;
	align-items: center;
}

#MainContentContainerDIV {
	padding-top: 1px;
	background-color: #FFFFFF;
	padding: 0px 0 10px 0 !important;
	margin-left: 20px;
	border: 1px solid #e7e7e7;
}

.Title-left h4 {
	font-weight: bold;
	color: #484b4d;
	font-family: "'Microsoft YaHei'";
	font-size: 14px;
}

.Title-left {
	width: 25%;
	min-width: 340px;
	padding: 10px 20px;
	border-right: 1px solid #e6ebed;
}

.Title-right {
	width: 75%;
}

.MainContentContainer {
	display: flex;
	border-top: 1px solid #e6ebed !important;
}

.maillist {
	width: 25%;
	min-width: 340px;
	overflow-y: auto;
	border-right: 1px solid #e6ebed;
    position:relative;
}

.MainContentContainer .nav-tabs {
	/*width: 30%;*/
	border-bottom: 0;
}

.MainContentContainer .tab-content {
	width: 75%;
	overflow-y: auto !important;
}

.MainContentContainer .tab-content::-webkit-scrollbar {
	display: none
}

.MainContentContainer .nav-tabs>li>a {
	margin-right: 0;
	border-radius: 0 0 0 0;
	display: flex;
	border: 0;
	padding: 20px;
	height: 90px;
	padding-left: 22px;
	position: relative;
}

.MainContentContainer .nav-tabs>li>a::after {
	content: "";
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 0;
	height: 1px;
	background-color: #e6ebed;
}


.MainContentContainer .nav-tabs>li.active>a {
	background-color: #F5F7FA;
	border: 0;
	padding: 20px;
}

.no-read {
	background: url(../image/icon_未读@2x.png) no-repeat center;
	background-repeat: no-repeat;
	background-size: contain;
}

.ready {
	background: url(../image/icon_已读@2x.png) no-repeat center;
	background-size: contain;
}


.nav-mail-left {
	/* position: absolute; */
	/* top: 20px; */
}

.mail-status {
	width: 15px;
	height: 15px;
	display: block;
	margin-top: 10px;
}

.nav-mail-right {
	display: flex;
	flex: 1;
	/* align-items: center; */
	margin-left: 10px;
}

.mail-userImg img {
	width: 40px;
	height: 40px;
    border-radius: 20px;
}

.mail-info {
	flex: 1;
	padding-left: 15px;
	width: 0;
	color: #666666;
	font-family: "'Microsoft YaHei'";
}

.mail-info.clicked {
	color: #333333;
	font-weight: bold;
}

.just-between {
	justify-content: space-between;
	display: flex;
	align-items: center;
	font-size: 12px;
	margin-bottom: 0;
}

.mail-info-text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
}

#ViewMailDetailDIV {
	padding: 20px;
}

#ViewMailDetailDIV #MailHeaderDIV {
	background-color: #ffffff;
	border-bottom: 0;
	display: flex;
	align-items: center;
}

.detailsTitle {
	font-family: 'Microsoft YaHei';
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
	color: #484B4D;
}

.xing-status {
	width: 14px;
	height: 16px;
	cursor: pointer;
	margin-left: 40px;
}

.xing {
	background: url(../image/icon_星标@2x.png) no-repeat center;
	background-size: contain !important;
	background-repeat: no-repeat !important;
}

.no-xing {
	background: url(../image/icon_星@2x.png) no-repeat center;
	background-size: contain !important;
	background-repeat: no-repeat !important;
}

.biao-status {
	width: 18px;
	height: 18px;
	cursor: pointer;
	margin-left: 30px;
}

.biao {
	width: 16px;
	height: auto;
	background: url(../image/icon_标记@2x.png) no-repeat center;
	background-size: contain;
	cursor: pointer;
}

.mail-contract {
	margin-top: 5px;
	color: #666666;
	padding: 0 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e6ebed;
}

.mail-contract a {
	color: #666666;
	display: flex;
}

#MailBodyDI {
	padding: 15px;
}

#ViewMailDetailDIV #MailBodyDIV {
	padding: 15px 0 60px 0;
	font-family: 'Microsoft YaHei';
}

#MailBodyDIV {
	line-height: 30px;
	font-size: 16px;
	color: #333333;
}

.mail-contract p {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
	font-size: 12px;
	color: #666666;
}

.proBtn {
	background: url(../image/上@2x.png) no-repeat center;
	background-size: 30%;
	width: 36px;
	height: 30px;
	display: inline-block;
	border: 1px solid #e7e7e7;
	margin-right: 8px;
}

.NextBtn {
	background: url(../image/下一@2x.png) no-repeat center;
	background-size: 30%;
	width: 36px;
	height: 30px;
	display: inline-block;
	border: 1px solid #e7e7e7;
}

.handleBtn {
	display: flex;
	align-items: center;
	padding: 0 20px;
}

.handleBtn p {
	margin-bottom: 0;
	font-size: 12px;
	letter-spacing: 2px;
	color: #666666;
	margin-right: 10px;
}

/* 下拉弹出框 */
.ContextMenu {
	background-color: #ffffff;
	border: 1px solid #dcdbdb;
	border-radius: 4px;
}

.ContextMenu ul {
	padding: 5px !important;
}

.ContextMenu ul li {
	list-style: none;
	border: 1px solid transparent;
	text-indent: 0;
	list-style: none;
	padding: 4px 8px 4px 8px;
	left: 100%;
	overflow: hidden;
	color: inherit;
	right: 0;
	margin: 0px 1px 0px 1px;
	cursor: pointer;
}

.ContextMenu .jqx-menu-item-separator {
	background-color: #e0e0e0;
	height: 1px !important;
	padding: 0 !important;
	margin: 5px !important;
	border: none !important;
}

.ContextMenu .jqx-item:hover {
	cursor: pointer;
	background-color: #efefef;
	border-radius: 3px;
}


/* 提示信息弹出框 */
#PopupShowTipDIV.alert-info {
	color: #fff;
	background-color: #000;
	border-color: #000;
	opacity: 0.8;
}

#PopupShowTipDIV {
	position: fixed;
	left: 50%;
	top: 50%;
	display: none;
	z-index: 999999;
	min-width: 200px;
	text-align: center;
	padding: 10px;
	font-size: 12px;
	border-radius: 5px;
	border: 1px solid green;
	font-weight: bold;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 10px rgba(0, 0, 0, 0.3);
}

/* 左边导航栏 */

#MailFolderListDIV .jqx-item {
	position: relative;
}

#MailFolderListDIV .jqx-item .jqx-menu-item-arrow-top-right {
	width: 17px;
	height: 15px;
	background-image: url(../script/UI/styles/images/icon-right.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: 16px;
}

.jqx-menu-popup .jqx-widget-content {
	padding: 0px;
	list-style: none;
}

.jqx-menu-popup ul {
	border: 1px solid #d6d0d0;
}

.jqx-menu-popup .jqx-item {
	background-color: #ffffff;
	padding: 5px 20px;
}

.jqx-menu-popup .jqx-item a {
	color: #949494 !important;
	text-decoration: none;
}

.jqx-menu-popup {
	background-color: #ffffff;
	border: 1px solid #dcdbdb;
	border-radius: 4px;
}

.jqx-menu-popup .jqx-item {
	list-style: none;
	border: 1px solid transparent;
	text-indent: 0;
	list-style: none;
	padding: 4px 8px 4px 8px;
	left: 100%;
	overflow: hidden;
	color: inherit;
	right: 0;
	cursor: pointer;
	margin: 5px;
}

.jqx-menu-popup .jqx-item:hover {
	cursor: pointer;
	background-color: #efefef;
	border-radius: 3px;
}

#MailFolderAdminDIV table {
	border-collapse: collapse;
}

#MailFolderAdminDIV .Spacer,
#MailTagNameAdminDIV .Spacer {
	border-top: 1px solid #eee;
}

.Button,
input[type='button'] {
	padding: 0px 7px 2px 7px !important;
	line-height: 25px !important;
	height: 25px;
	color: #333;
	font-size: 12px;
	font-weight: 400;
}

.TableCSSClass td {
	padding: 2px 3px 2px 3px;
	font-size: 12px;
}

td {
	color: #666666;
	font-family: 'Microsoft YaHei';
}

.Bold {
	font-weight: bold;
}

.YaHeiLink,
.YaHeiLink:hover,
.YaHeiLink:visited,
.YaHeiLinkText {
	font-family: "微软雅黑", "黑体";
	text-decoration: none;
	color: #444;
	padding: 2px 5px 2px 5px;
	line-height: 20px;
}

.YaHeiLink:hover {
	background-color: #ddd;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.Middle {
	background-color: #52cbf1;
	color: #ffffff;
	padding: 0 !important;
	display: inline-block;
	cursor: pointer;
	line-height: 22px !important;
}

.modal {
	z-index: 9999 !important;
}

.jqx-window {
	position: absolute;
	overflow: hidden;
	border: 1px solid transparent;
}

.jqx-window-header {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

.jqx-window-header {
	outline: none;
	border-width: 0px;
	border-bottom: 1px solid transparent;
	overflow: hidden;
	padding: 5px;
	height: auto;
	white-space: nowrap;
	overflow: hidden;
}

.jqx-widget-content-arctic {
	background-color: #ffffff;
	border-color: #cccccc;
}

.jqx-widget-content {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-ms-touch-action: none;
	-moz-background-clip: padding;
	-webkit-text-size-adjust: none;
	background-clip: padding-box;
	-webkit-background-clip: padding-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family: Arial, sans-serif;
	font-style: normal;
	font-size: 12px;
	border-color: #c7c7c7;
	background: #fff;
}

.jqx-window-content {
	outline: none;
	overflow: auto;
	text-align: left;
	background-color: transparent;
	padding: 5px !important;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.FloatLeft {
	float: left;
	margin-right: 10px;
}

.jqx-window-close-button {
	cursor: pointer;
	background-image: url(../script/UI/styles/images/close.png);
	background-repeat: no-repeat;
	background-position: center;
}

.jqx-window-collapse-button {
	background-image: url(../script/UI/styles/images/icon-up.png);
	background-repeat: no-repeat;
	background-position: center;
}

/* 写信 */

.sendHandleBar {
	display: flex;
	align-items: center;
	padding: 20px;
	border-bottom: 1px solid #E7E7E7;
}

.sendHandleBar a {
	height: 30px;
	display: block;
	padding: 0 15px;
	line-height: 30px;
	display: flex;
	align-items: center;
	font-size: 12px;
	border-radius: 5px;
	color: #666666;
	background-color: #F5F5F5;
	border: 1px solid #e7e7e7;
	margin-right: 10px;
}

a.sendBtn {
	background-color: #3C75E6;
	color: #FFFFFF;
}

.writeContent {
	display: flex;
}

.writeLine {
	border-bottom: 1px solid #E7E7E7;
	line-height: 30px;
	padding: 5px 0;
	margin: 0 20px;
	display: flex;
	align-items: center;
}

.updata-box a {
	font-size: 12px;
	color: #3C75E6 !important;
}

.writeContentLeft {
	border-right: 1px solid #E7E7E7;
	float: left;
	width: 80%;
	overflow-y: auto;
}

.leftLineList {
	position: relative;
	padding-bottom: 50px;
}

.writeContentRight {
	float: left;
	width: 20%;
}

.contacts .a-btn {
	margin-right: 0;
	font-size: 13px;
	display: none;
}

.writeLine_point {
	text-decoration: underline;
	color: #666666;
	margin-right: 20px;
	white-space: nowrap;
	cursor: pointer;
}

.writeContentLeft .writeLine:last-child {
	border-bottom: 0;
}

.writeLine span:first-child {
	min-width: 60px;
	margin-right: 20px;
	font-size: 12px;
}

.writeLine .HtmlControlDIV {
	font-size: 12px;
}

.no-border {
	border: 0;
}

.writeLine input {
	margin: 0;
	margin: 7px;
}

.handle-fold {
	position: absolute;
	height: 50px;
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	right: 0;
}

.foldBtn {
	width: 25px;
	height: 25px;
	display: block;
}

.foldBtn.down {
	background: url(../image/down_icon.png) no-repeat center;
	background-size: cover;
}

.updata-box {
	padding: 0 20px;
	margin: 15px 0;
}

.updata-box img {
	width: 16px;
	margin-right: 8px;
}

.HTMLBodyDIVWrapper {
	padding: 0 20px 20px;
}

#HTMLBodyDIV {
	width: 100%;
	height: 300px;
	background-color: #F7F7F7;
}

.contacts {
	padding: 10px;
	border-bottom: 1px solid #e6ebed;
}

.contacts>div {
	display: flex;
	align-items: center;
	white-space: nowrap;
}

.contacts div:nth-child(1) div {
	flex: 1;
	display: flex !important;
	border: 1px solid #d1d9de;
	margin-right: 30px;
	align-items: center;
}

.serch {
	margin-right: 5px !important;
}

.contacts div:nth-child(1) div input {
	border: 0 !important;
	flex: 1;
}

.contacts div:nth-child(1) span {
	margin-right: 5px;
	font-size: 12px !important;
}

#contactserch {
	font-size: 12px;
	width: auto;
}

.contacts h5 {
	font-weight: bold;
	margin: 0;
	margin-bottom: 20px;
}

.contacts-list ul {
	list-style: none;
	padding: 0;
}

.contacts-list ul li {
	cursor: pointer;
	line-height: 30px;
	font-size: 12px;
	color: #949494;
}

.contacts-list {
	height: 400px;
}

.contactsHandle {
	display: flex;
	align-items: center;
	padding: 20px;
}

.contactsHandle a {
	height: 30px;
	line-height: 30px;
	display: flex;
	flex: 1;
	font-size: 12px;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	padding: 0 5px;
	white-space: nowrap;
	color: #ffffff;
	background-color: #3C75E6;
	border: 1px solid #e7e7e7;
	margin-right: 10px;
}

.Star_2x {
	background: url(../image/icon_星标@2x.png) center;
	background-repeat: no-repeat;
}

.StarNone_2x {
	background: url(../image/icon_星@2x.png) center;
}

.Star_3x {
	background: url(../image/icon_星标@3x.png) center;
}

.StarNone_3x {
	background: url(../image/icon_星@3x.png) center;
}

.rowDIV {
	display: inline-flex;
	padding: 10px 0;
	line-height: 26px;
    width: 100%;
}

.row-title {
	white-space: nowrap;
	width: 80px;
	color: #909090;
}

.pop-a-btn {
	display: inline-block;
	padding: 4px 25px;
	background-color: #1078dc;
	color: #ffffff;
	border-radius: 4px;
	text-decoration: none;
}

.pop-a-btn:hover,
.pop-a-btn:focus {
	background-color: #64b1fb;
	color: #ffffff !important;
}

.modal input {
	padding: 3px !important;
	height: auto !important;
    width: calc(100% - 80px);
}
.modal select{
    width: calc(100% - 80px);
}

.mail-btn{
    background-color: #3C75E6;
    color: #FFFFFF;
    line-height: 30px;
    display: inline-flex;
    padding: 0 15px;
    border-radius: 5px;
}
a.mail-btn:hover{
    color: #ffffff!important;
}
