@charset "utf-8";
html { height: 100%; }
body {
	height: 100%;
	padding: 0px;
	margin: 0px;
}
.position-login-con { display: none; }
.tool-bar {
	height: 40px;
	background-color: #036;
	position: relative;
}
.tool-bar.loading { display: none; }
.tool-bar .main-logo { 
	width: 150px; 
	height: 40px; 
}
.tool-bar .main-info {
	text-align: right;
	position: absolute;
	top: 0;
	right: 10px;
	color: #FFF;
	display: flex;
}
.tool-bar .main-info a { 
	text-decoration: none; 
	color: #FFC; 
}
.tool-bar .main-info a:hover { text-decoration: underline; }
.tool-bar .main-info .notify-bar {
	justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    width: 40px;
    height: 40px;
    margin-right: 10px;
	cursor: pointer;
}
.tool-bar .main-info .notify-bar > i { 
	font-size: 16px; 
	margin-top: 4px;
}
.tool-bar .main-info .notify-bar span.num {
	display: inline-block;
	background-color: red;
	min-width: 13px;
	height: 17px;
	line-height: 16px;
	border-radius: 9px;
	font-size: 12px;
	transform: scale(0.8);
	text-align: center;
	padding: 0 5px;
	position: absolute;
	top: 5px;
	right: 0;
}


.tool-bar .main-info .user-info { display: flex; }
.tool-bar .main-info .user-info .position-bar { 
	padding: 2px 5px; 
	cursor: pointer;
	text-align: right;
    min-width: 96px;
}
.tool-bar .main-info .user-info .position-bar .real-name {
	font-weight: bold;
    font-size: 14px;
}
.tool-bar .main-info .user-info .position-bar .dept-bar { color: #ccc; }
.tool-bar .main-info .user-info .photo { padding: 5px; }
.tool-bar .main-info .user-info .photo > img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
    overflow: hidden;
	transition: 250ms ease-out;
    border: 1px solid;
}
.main-position-selector-form .l-dialog-content { padding: 0; }
.main-position-selector-form .position-item {
    padding: 10px;
	width: calc(100% - 46px);
    cursor: pointer;
    border: 1px solid #ddd;
    margin: 12px;
    border-radius: 4px;
}

.main-position-selector-form .position-item:hover {
    background-color: #f5f5f5;
}

.main-position-selector-form .position-item-selected {
    background-color: #e6f7ff;
    border-color: #1890ff;
    color: #1890ff;
    font-weight: bold;
}
.main-frame {
	height: calc(100% - 40px);
	display: flex;
}
.main-frame.loading { display: none; }
.main-frame .l-layout-left {
	border-top: none;
	border-bottom: none;
	border-right: 5px solid #c1dbfa;
	width: 150px;
	height: 100%;
	position: relative;
	user-select: none;
}

.main-frame .l-layout-left.ui-accordion .ui-accordion-header {
	position: relative;
	color: #183152;
	height: 27px;
	line-height: 27px;
	background: linear-gradient(#f0f6ff, #E5EFFE);
	overflow: hidden;
	cursor: pointer;
	border: none;
	border-bottom: 1px solid #c1dbfa;
	padding: 0;
	margin: 0;
}
.main-frame .l-layout-left.ui-accordion .ui-accordion-header.ui-state-active {
	border-bottom: none;
	font-weight: bold;	
}
.main-frame .l-layout-left.ui-accordion .ui-accordion-header .ui-icon {
	margin-left: 4px;
	margin-right: 2px;
}
.main-frame .l-layout-left.ui-accordion .ui-state-active .ui-icon, 
.ui-button:active .ui-icon {
    background-image: url("jquery-ui/1.13.2/images/ui-icons_444444_256x240.png");
}

.main-frame .l-layout-left.ui-accordion .ui-widget-content {
	border: none;
	padding: 5px;
}
.main-frame .l-layout-left.ui-accordion .l-link { 
	display: flex; 
	line-height: 28px; 
	height: 28px; 
	border: 1px solid white;
	text-decoration: none;
	padding: 0 5px;
}
.main-frame .l-layout-left.ui-accordion .l-link:hover { 
	background:#FFEEAC; 
	border:1px solid #DB9F00; 
}
.main-frame .l-layout-left.ui-accordion .l-link .l-link-icon  {
	display: inline-block;
    width: 25px;
	text-align: center;
    height: 28px;
    line-height: 28px;
}
.main-frame .l-layout-left.ui-accordion .l-link .l-link-text {
	display: inline-block;
    height: 28px;
    line-height: 28px;
}
.main-frame .l-layout-left.ui-accordion .l-link.claims-project .l-link-icon { color: #0000ff; }
.main-frame .l-layout-left.ui-accordion .l-link.payment-project .l-link-icon { color: #ffc90e; }
.main-frame .l-layout-left.ui-accordion .l-link.claims-manager .l-link-icon { color: #58e91b; }
.main-frame .l-layout-left.ui-accordion .l-link.payment-manager .l-link-icon { color: #b97a57; }
.main-frame .l-layout-collapse-left {
	border-top: 0;
	border-bottom: 0;
}
.main-frame .l-layout-center {
	position: relative;
	border: none;
	width: 100%;
}
.main-frame .l-layout-center { height: 100%; }
.main-frame .l-layout-center .l-tab-links {
	user-select: none;
}
.main-frame .l-layout-center .l-tab-links ul {
	width: calc(100% - 25px);
    display: inline-block;
    margin-left: 25px;
}
.main-frame .l-layout-center .btn-turn-menu {
	position: absolute;
    top: 7px;
    left: 7px;
	cursor: pointer;
}
.main-frame .l-layout-center .l-tab-content { height: calc(100% - 27px); }
.main-frame .l-layout-center .l-tab-content .l-tab-content-item { height: 100%; }
.main-frame .l-layout-center .l-tab-content .l-tab-content-item > iframe {
	width: 100%;
	height: 100%;
	border: none;
}
.main-frame .l-layout-center .l-tab-links li { padding: 0 5px; }
.main-frame .l-layout-center .l-tab-links li[tabid="HOME"] a { margin: 0 10px; }
.main-frame .l-layout-center .home-title-icon {
	line-height: 25px;
    text-align: center;
    display: inline-block;
}
#toolBar #titleBar {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	width: 300px;
	line-height: 25px;
	top: 8px;
	left: 140px;
}
#toolBar #titleBar span {font-size:12px; font-weight:normal; color:#069;}



#main { height: calc(100% - 60px); }
#main .l-layout-drophandle-left { background-color: #c1dbfa; }
#stutsBar { background-color:#036; line-height:20px; height:20px; font-size:12px; color:#CCC; text-align:center; }
#stutsBar a { text-decoration:none; color:#FFF; }
#stutsBar #copyright { position:absolute; width:80px; text-indent:0px; text-align:center; background-color:#F24F00; right:0px; }
#stutsBar #copyCon{display:none;}
#stutsBar #copyright a { color: #FFF; text-decoration: none; }

#reportBtn {
	background:#F24F00; line-height: 200%; padding: 2px 5px; border: 1px solid #F24F00; 
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; margin-right: 5px;
	position:relative; z-index:2; width:100px; height:18px; behavior: url(iecss3.htc);
	text-decoration: none !important;
}
		
/* 提醒按钮 start */

#notify {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	text-align: left;
	box-sizing: content-box;
	
	background: #fff;
	font-family: "Helvetica", "Tahoma, Arial", "sans-serif";
	font-size: 0.75em;
	color: #333;
}

.notify {
	margin: 0 0 10px 0;
	padding: 2px 5px 2px 20px;
	background: #fffce7 url(../images/ico_notice.png) no-repeat 5px 6px;
}

#notify .on {
	border-color: #ccc;
	border-width: 0 1px;
	/* background-color: #fff; */
}

#notify li {
	top: -6px;
	
	margin: 0;
	padding: 0;
	height: 40px;
	
	list-style: none;
	float: left;
	width: 40px;
	position: relative;
	background: none;
}

#notify .number {
	background: none repeat scroll 0 0 #dc3c00;
	color: #fff;
	font-size: 12px;
	height: 14px;
	left: 20px;
	line-height: 14px;
	position: absolute;
	text-align: center;
	top: 8px;
	width: 16px;
	z-index: 1002;
	border-radius: 3px;
}

#notify .icon-hasnotes-sm {
	background-position: -23px -196px;
	height: 10px;
	left: 23px;
	position: absolute;
	top: 9px;
	width: 10px;
	z-index: 1002;
}

#notify .icon-hasnotes-sm, #notify .icon-enter-sm, #notify .write-icon {
	/* background-image: url("../images/f_icon.png"); */
}

#notify div, #notify dl, #notify dt, #notify dd, #notify ul, #notify li, #notify h1, #notify h2, #notify h3, #notify h4, #notify h5, #notify h6, #notify pre, #notify code, #notify form, #notify fieldset, #notify legend, #notify input, #notify textarea, #notify p, #notify blockquote, #notify th, #notify td {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	text-align: left;
}

#notify #header_notice_num {
	background: none !important;
	display: none;
}

#header_notice_num, .nav_top_2011 p a.notice_num {
	background-color: rgba(0,0,0,0);
	background-image: url("../images/f_icon.png");
	background-position: -22px -93px;
	display: inline-block;
	font-size: 0!important;
	height: 14px!important;
	line-height: 0!important;
	padding: 0!important;
	text-indent: -9999em;
	vertical-align: middle;
	width: 18px!important;
	vertical-align: middle;
}

#notify .notify .icon {background-position: -2px -90px;}

#notify .notify .on-notify-icon {display: block;}

#notify .icon {
	display: inherit;
	background-image: url("../images/f_icon.png");
	font-size: 16px;
	width: 20px;
	height: 20px;
	background-position: 1px 1px;
	margin: 10px auto 0;
	position: relative;
	z-index: 1001;
	background-repeat: no-repeat;
}

#notify .wrap {
	width: 390px;
	top: 28px;
	left: -194px;
	font-size: 12px;
	background: #fff;
	position: absolute;
	box-shadow: 0px 3px 2px rgba(0,0,0,0.15);
	display: none;
}

#notify .curr-icon-wrap {
	width: 41px;
	height: 3px;
	position: absolute;
	top: -4px;
}

#notify .csdn_note {display: block !important;z-index: 9999;}

.csdn_note .box {
	overflow: hidden;
	position: relative;
	background: #fff;
	-moz-box-shadow: -1px 1px 1px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.2);
	box-shadow: 0 2px 4px rgba(0,0,0,.2);
	text-align: left;
	margin-bottom: 0;
	margin-top: 0;
}

.csdn_note .notifications {
	font: 400 12px/24px Helvetica,Tahoma,Arial,sans-serif;
	color: #333;
	overflow: hidden;
	/* background: #8BE076; 绿色 */
	background: #F24F00;
    padding: 0 5px 5px 5px !important;
}

.csdn_note .menu_title {
	/* display: none; */
	
	/* background: #8BE076; 绿色 */
	background: #F24F00;
	height: 17px;
	overflow: hidden;
	padding: 0 10px;
	/* border-bottom: solid 1px #DDD; */
	line-height: 25px;
	position: relative;
	-moz-box-shadow: 0 1px 1px rgba(198,198,198,.4);
	-webkit-box-shadow: 0 1px 1px rgba(198,198,198,.4);
	box-shadow: 0 1px 1px rgba(198,198,198,.4);
	
	cursor: default;
}

#close {
	/* background: url(../images/ui-icons_cd0a0a_black_256x240.png) no-repeat;
	background-position: -32px -192px;
	top: -2px; */
	background: url(../images/close_black.png) no-repeat;
	width: 16px;
	height: 16px;
	margin: 2px 0 !important;
	right: 3px;
	position: absolute;
	cursor: pointer;
}

#close:HOVER {
	/* background: url(../images/ui-icons_cd0a0a_256x240.png) no-repeat;
	background-position: -32px -192px; */
}

.csdn_note .title {
	display: block;
	width: 100%;
}

#notify .csdn_note .notifications .menu_title a {
margin-right: 5px;
}

#notify .csdn_note .read_all {
float: right;
background: none;
}

.csdn_note a:visited {
text-decoration: none;
color: #0068b7;
outline: 0;
}

.csdn_note a:link {
text-decoration: none;
color: #0068b7;
}

#notify a:link, .csdn-toolbar a:visited {
color: #333;
text-decoration: none;
}

.csdn_note .go_all, .csdn_note .read_all {
float: right;
}

.csdn_note a {
color: #0068b7;
cursor: pointer;
text-decoration: none;
text-align: left;
margin: 0;
outline: 0;
}

#notify .csdn_note .notifications .menu_title a {
margin-right: 5px;
}

#notify .csdn_note .go_all {
float: right;
background: none;
}

.csdn_note .loading {
	display: none;
	height: 51px;
	padding: 0;
	font-size: 12px;
	background: url(../images/loadingNotify.gif) no-repeat center center;
}

.csdn_note .empty {
	display: none;
	text-align: center;
	height: 100px;
	line-height: 100px;
	color: #999;
	text-indent: -9999em;
	background: url(../images/no.png) #fff no-repeat 50% 50%;
}

#notify .csdn_note .hover-overflow {
	height: 155px;
	min-height: 155px;
	overflow-y: auto;
	/* padding: 5px 8px; */
    background: #fff;
}
.csdn_note .hover-overflow {height: 255px;}

.csdn_note .notifications dl {
	text-align: left;
	margin: 0;
	font-weight: 400;
}

#notify dl {
margin: 0;
font-size: 12px;
}

#notify .csdn_note .notifications .list dt {
line-height: 20px;
background-color: #fff;
cursor: pointer;
padding: 5px;
}

.csdn_note .notice_list_con .unread dt {
color: #333;
background: #f6fafc;
font-weight: 700;
}

.csdn_note .notifications .list dt, .csdn_note .detail_con dt {
overflow: hidden;
_zoom: 1;
}

.csdn_note .notifications dt {
	padding: 13px 15px 13px 38px;
	line-height: 24px;
	font-size: 13px;
	color: #999;
	/* border-bottom: 1px #ddd dotted; */
	position: relative;
	background-color: #f6fafc;
	word-wrap: break-word;
	word-break: break-all;
}

.csdn_note .box dt {
	font-weight: 400;
}

.csdn_note .rev_type1234 dt i {
	background-position: 5px -673px;
}
.csdn_note .notifications dt i {
	background: url(../images/notice.png) no-repeat 3px -199px;
	position: absolute;
	left: 1px;
	width: 28px;
	height: 27px;
	top: -5px;
}

#notify *, #notify *:before, #notify *:after {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}

#notify .csdn_note .notifications .count_down {
color: #8C8C8C;
}
.csdn_note .notifications .count_down {
float: right;
margin: 0 0 0 5px;
color: #999;
text-align: right;
font-size: 12px;
}

#notify .wrap,.csdn_note .box {border-radius: 5px;}

.item_title {
	padding-left: 20px !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 376px;
	/* display: block; */  /* 设置此样式可以自动换行 */
}

#arrowDiv {background: url(../images/arrowUp.png) no-repeat !important;top: -10px;left: -8px;}

#notifyIcon {cursor: pointer;}

.bgDouble {background-color: #F8F8F8 !important;}

#notifyText {
	width: 30px;
	color: #fff;
	font-size: 12px;
	height: 14px;
	left: -12px;
	position: absolute;
	text-align: center;
	top: 10px;
	z-index: 1002;
	cursor: pointer;
}

/* 提醒按钮 end */

.dashSplitLine {  
  height: 2px;
  border-bottom: 1px dashed #BED5F3;
  width: 118px;
  margin: 5px auto;
}
