﻿@CHARSET "UTF-8";
/** 清除内外边距 **/
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote, /* structural elements 结构元素 */
	ul,ol,li, /* list elements 列表元素 */ pre,
	/* text formatting elements 文本格式元素 */ form,fieldset,legend,button,input,textarea,
	/* form elements 表单元素 */ th,td, /* table elements 表格元素 */ img
	/* img elements 图片元素 */ {
	/*border:medium none;*/
	margin: 0;
	padding: 0;
}
html {
	height:100%;
}
body {
	height:100%;
  /* background-color:#f3f3f3; */
  background-color:#fff;
	overflow-y:scroll !important;
}
/** 设置默认字体 **/
body,button,input,select,textarea {
	font: 12px Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
em {
	font-style: normal;
	color: #cc0000
}
/* a:hover { text-decoration: underline; color:#F40; } */
/** 重置图片元素 **/
img {
	border: 0px;
}
/** 重置表格元素 **/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*:focus {
	outline: none;
}
body {
	margin: 0 auto;
	overflow-x:hidden;
}
td {
	text-align: center
}

/* ------------- head ------------- */
.head {
	/*min-width:800px;
	max-width:1600px;*/
	width: 100%;
	height: 40px;
	/*margin: 0 auto;*/
	position: relative;
	background: url('../img/headerbg.png') repeat;
}
.p_logo {
	float: left;
    height: 100%;
    width :60px;
    margin-left: 30px;
    background: url('../img/yigo_logo.png') no-repeat center;
}
.head_right {
	float: right;
    height: 100%;
}
.head_top {
	float: right;
	height: 100%;
	line-height: 20px;
	font-size: 12px;
	color: #595959;
}
/* 顶部信息栏  */
.top_right {
	float: rigth;
}
.head_right ul {
	margin: 0 auto;
	height:100%;
}
.head_top>ul>li {
	margin: 0 0 0 10px;
	padding: 0;
	height:100%;
	float: left;
}

.funcEntrance {
	float: left;
    height: 100%;
    margin-left:50px;
}
#logInfo{
    position: relative;
    z-index: 102;
    height:100%;
}
#portalOpts:hover{
	background-color: #CCD2D9;
}

#logInfo:hover {
	background-color: #CCD2D9;
}

.p_logInfo_user{
    border: 1px solid transparent;
    border-bottom: 0;
    position: relative;
    text-align: center;
    padding: 0 12px;
    height:100%;
    line-height:40px;
    z-index: 103;
}
.p_logInfo_dropPanel{
/*    display: none;
    position: absolute;
    right: 0;
    top : 20px;
    border: 1px solid #2868c9;
    background: #FFFFFF;
    */
    position:absolute;
    background: #CCD2D9;
    top:40px;
    display:none;
}
.p_logInfo_dropPanel:after {
	bottom:100%;
	left:5px;
	border:solid transparent;
	content: " ";
	height:0px;
	width:0px;
	position:absolute;
	pointer-events:none;
	border-bottom-color:#CCD2D9;
	border-width:10px;
}
.p_logInfo_dropPanel dt{
    white-space: nowrap;
    margin: 12px;
}
.p_logInfo_dropPanel a{
    display: block;
    margin: 5px;
    text-align: center;
    background: #f08415;
    color: #FFFFFF;
    padding: 3px;
    cursor: pointer;
}

#newMessage button{
	padding: 3PX 10PX 3px 10px;
	background: NONE;
	color: #595959;
    border:1px solid #ffffff;
}
#newMessage button:HOVER{
	border: 1px solid #2868c9;
}

#portalOpts{
    position: relative;
    z-index: 102;
    height:100%;
    line-height:40px;
}
#portalOpts .btn-group{
    display: inline-block;
}
.y_btn_portalOpts{
	padding: 1PX 10PX;
	background: NONE;
	color: #595959;
	border: 1px solid transparent;
    border-bottom: 0;
	font-size: 14px;
    cursor: default;
}

.y_portalOpts_dropPanel:after {
	bottom:100%;
	left:10px;
	border:solid transparent;
	content: " ";
	height:0px;
	width:0px;
	position:absolute;
	pointer-events:none;
	border-bottom-color:#CCD2D9;
	border-width:10px;	
}

.y_portalOpts_dropPanel{
    position:absolute;
    background: #CCD2D9;
    top:40px;
    display:none;
}
.y_portalOpts_dropPanel li>a{
	display: block;
	padding: 3px 15px;
	line-height: 20px;
    color: #595959;
    cursor: pointer;
    white-space: nowrap;
    text-align: center;
}
.y_portalOpts_dropPanel li>a:hover{
	color: #FFFFFF;
	background : #2868c9;
}
.y_btn_portalOpts .y_btn_caret{
	border-top: 4px solid transparent;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.y_btn_portalOpts .y_btn_caret.act{
	border-top: 4px solid #595959;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.p_btn_logout{
	padding:1px 10px;
	border: 1px solid #fff;
	background: #FFFFFF;
}
.p_btn_logout.preAct{
	border-color: #CCCCCC;
}
.p_btn_logout.act{
	border-color: #67AFFB;
	color: #67AFFB;
}
.p_btn_logout.dropdown-toggle{
	height: 21px;
}
.p_btn_logout.dropdown-toggle.preAct{
	border-color: #CCCCCC;
	border-left: 0;
	margin-left: 0;
}
.p_btn_logout.dropdown-toggle.act{
	border-color: #67AFFB;
}
.p_btn_logout .y_btn_caret{
	border-top-color: transparent;
}
.p_btn_logout.act .y_btn_caret{
	border-top-color: #67AFFB;
}
.p_btn_logout.preAct .y_btn_caret{
	border-top-color: #CCCCCC;
}
.p_btn_logoutDrop{
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	margin-top: -1px;
	min-width: 90px;
	border: 1px solid #67AFFB;
}
.p_btn_logoutDrop ul li{
	margin: 0;
	width: 100%;
	height: 26px;
	line-height: 26px;
}
.p_btn_logoutDrop li a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}
.p_btn_logoutDrop li a.act{
	background: #67AFFB;
	color: #FFFFFF;
}
/*  全文检索框  */
#contentSearch{
    position: relative;
    height:100%;
}
.p_contentSearch_input{
    border: 1px solid #dddddd;
    height: 100%;
    width: 290px;
    line-height: 15px;
    padding: 2px 25px 2px 8px;
    color: #7a7a7a;
}
.p_contentSearch_input:focus{
    color: #595959;
}
.p_contentSearch_btn{
    position:absolute;
    right: 1px;
    width: 24px;
    height: 100%;
}
.p_contentSearch_btn.act{
    background: url("../img/srh_btn_gray.png") no-repeat center;
}

/* ------------- allMenu ------------- */
.allMenu {
	position: fixed;
	top: 130px;
	height: 300px;
	width: 35px;
	z-index: 2;
}
.p_menu_trigger {
	color: cornflowerblue;
	height: 100%;
	width: 80px;
	font-size: 17px;
	font-family: '微软雅黑';
	font-weight: bold;
	line-height: 40px;
}
.p_menu_suspended {
	display: block;
	width: 100%;
	height: 100%;
}

/* ------------- 入口搜索&常用功能 ------------- */
.p_menu_srchPanel {
	height: 400px;
	width: 160px;
	background: #A4C764;
	color: #FFFFFF;
	position: absolute;
	z-index: 400;
	font-family: '微软雅黑';
	font-size: 13px;
}
.p_menu_srchInput {
	height: 30px;
	width: 154px;
	margin: 3px;
	color:black;
	margin-bottom: 0px;
	border: 1px solid #FFFEF7;
	padding-top: 7px;
	padding-left: 3px;
	padding-bottom: 7px;
	font-family: '微软雅黑';
}
.p_menu_resultPanel {
	display: none;
	margin: 0 3px;
	border: 2px solid #FFFEF7;
	border-top: 0;
}
.p_menu_resultPanel table {
	width: 100%
}
.p_menu_resultPanel tr {
	height: 35px;
}
.p_menu_resultPanel td {
	text-align: left;
	padding-left: 5px;
}
.p_menu_resultAct {
	background: #7daf22;
}
input.p_menu_srchInput:focus {
	border-color: #FFFEF7;
}
.p_menu_prefPanel {
	margin: 20px 10px 0 10px;
}
.p_menu_prefTitle {
	font-size: 15px
}
.p_menu_prefBox {
	margin-left: 10px;
}
.p_menu_prefEntry {
	margin: 5px;
}
.js_menuEntry{
	cursor: pointer;
}
/* -------------- 隐藏面板按钮 ---------------*/
.toggleHead {
	width: 20px;
	height: 20px;
	position: absolute;
	z-index: 1;
	color: white;
	top: 95px;
	font-size: 25px;
	margin-left: 15px;
	*margin-left: 2px;
	_margin-left: -5px;
	cursor: pointer;
}

/*----------- 业务系统主界面Tab -----------*/
@media (min-width:1500px) and (max-width:2000px){
	#mainTab {
		border: 0;
		height: 100%;
		padding: 0;
		width:1450px;
		margin: 0 auto 
	}
	.topbarContainer{
		width:1450px;
		height:100%;
		margin:0 auto;
		position:relative;
	}
}
@media (min-width:1000px) and (max-width:1300px){
	#mainTab {
		border: 0;
		height: 100%;
		padding: 0;
		width:960px;
		margin: 0 auto 
	}
	.topbarContainer{
		width:960px;
		height:100%;
		margin:0 auto;
		position:relative;
	}
}
@media (min-width:1300px) and (max-width:1500px){
	#mainTab {
		border: 0;
		height: 100%;
		padding: 0;
		width:1250px;
		margin: 0 auto 
	}
	.topbarContainer{
		width:1250px;
		height:100%;
		margin:0 auto;
		position:relative;
	}
}
@media (min-width:700px) and (max-width:1000px){
	#mainTab {
		border: 0;
		height: 100%;
		padding: 0;
		width:650px;
		margin: 0 auto 
	}
	.topbarContainer{
		width:650px;
		height:100%;
		margin:0 auto;
		position:relative;
	}
}
@media (max-width:700px){
	#mainTab {
		border: 0;
		height: 100%;
		padding: 0;
		width:100%;
		margin: 0 auto 
	}
	.topbarContainer{
		height:100%;
		margin:0 20;
		position:relative;
	}
}
@media (min-width:2000px){
	#mainTab {
		border: 0;
		height: 100%;
		padding: 0;
		width:2000px;
		margin: 0 auto 
	}
	.topbarContainer{
		width:2000px;
		height:100%;
		margin:0 auto;
		position:relative;
	}
}
#mainTab .mainTab-center .ui-widget-header {
	border: 0;
	background: 0;
	color: #ffffff;
	font-weight: bold;
	/*border-bottom: 1px solid #4297d7;*/
}
.ui-tabs .mainTab-center .ui-tabs-nav li a {
	padding: 0;
    cursor: pointer;
}
.ui-tabs .mainTab-center .ui-tabs-nav li {
	margin: 0;
	text-align: center;
	width: 122px;
	
	/*height: 30px;*/
}

#container {
	width: 95%;
	margin: 0 auto
}
#lock-tab img {
	height: 14px;
	width: 19px;
	margin-left: -1px;
	display: none
}
.rebuildall-form{
	position: absolute;
	min-width: 70px;
	z-index: 100;
	background: #FEFEFE;
	border: 1px solid #CCCCCC;
	border-top: none;
}
.mainTab-nav {
	position: relative;
	/*height: 32px;*/
	margin: 0;
	background-color:#f3f3f3;
	/*background: url("../img/tab_bg.jpg");*/
}
.mainTab-list, .mainTab-list-open{
	position: absolute;
	width: 30px;
	height: 100%;
	right: 0px;
	top:0px;
	margin-top: 2px;
	background-image: url("../img/tabListMore.png");
	background-repeat: no-repeat;
}
.mainTab-list-open{
	background-image: url("../img/tabListMore-act.png");
	background-color:#FEFEFE;
}
.mainTab-listPanel , .mainTab-rightClickPanel{
	position: absolute;
	font-size: 12px;
	min-width: 70px;
	z-index: 100;
	background: #FEFEFE;
	border: 1px solid #F2F2F2;
	border-top: none;
}
.mainTab-listPanel li>a ,.mainTab-rightClickPanel li>a{
	height: 22px;
	display: block;
	padding: 5px 20px;
	line-height: 22px;
}
.mainTab-listPanel li>a:hover , .mainTab-rightClickPanel li>a:hover{
	background: #67AFFB;
	color: #FFFFFF;
}

.scrollLeft {
	float: left;
	position: relative;
	width: 15px;
	height: 32px;
	background: url('../img/scrollLeft.png') no-repeat;
	background-position: center;
	cursor: pointer;
	z-index: 5;
	display: none;
}
.scrollRight {
	position : absolute;
	right : 30px;
	width: 15px;
	top:0px;
	height: 32px;
	background: url('../img/scrollRight.png') no-repeat;
	background-position: center;
	margin: 0;
	cursor: pointer;
	z-index: 5;
	display: none;
}

.mainTab-itemCntr {
	width: 5000px;
	overflow: hidden;
	position: relative;
	/*height: 32px;*/
}
.mainTab-center {
	/*width:90%;*/
	/*width: 1220px;*/
	margin: 0 15px;
	/*position: relative;*/
	/*position : absolute;*/
	overflow: hidden;
	/*margin : 0 40px;*/
}
.mainTab-itemCntr li a {
	width: 90px;
	line-height: 2;
}
#mainTab .tab-center .ui-corner-all {
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	-khtml-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
}
#mainTab .mainTab-center .ui-state-default a {
	text-overflow: ellipsis !important;
	padding-left: 15px;
	overflow: hidden;
}

#mainTab .mainTab-center .ui-state-active a
	{
	color: #5B97E3;
}
.p_exitForm p ,.rebuildall-form p{
	margin: 25px 0 0 50px;
	font-size: 14px;
}

/*----------- 搜索结果界面 -----------*/
/*--- 搜索框 ---*/
.search-inp {
	height: 30px;
	cursor: text;
	border: 1px solid #dcdcdc;
	background-color: #fff;
}
.rst-search {
	position: relative;
	overflow: hidden;
	zoom: 1;
	margin: 20px 0 0 0;
	width: 600px;
	background-color: #f7f7f8;
	padding: 7px;
}
.rst-search .search-inp input {
	background: #fff;
	width: 94%;
	margin: 0;
	text-align: left;
	height: 28px;
	padding-left: 6px;
	line-height: 28px 9;
	outline: 0;
	border: 0;
}
.rst-search .serach-btn {
	position: absolute;
	top: 6px;
	right: 6px;
	width: 30px;
	height: 30px;
	zoom: 1;
	overflow: hidden;
	border: 0;
}
.rst-search .serach-btn input {
	width: 100%;
	height: 100%;
	font-size: 0;
	padding: 35px 0 0 0;
	overflow: hidden;
	background: url('../img/srhbtn_in.png') no-repeat 45% 45%;
	color: transparent;
	cursor: pointer;
	border: 0;
}
/*--- 搜索结果 ---*/
.allLinksRst {
	width: 1200px;
	margin: 0 auto;
}
.rstItem {
	width: 900px;
	margin: 25px 15px;
}
.rstItem a {
	color: blue;
	cursor: pointer;
}
.rstEntrance {
	font-size: 15px;
	font-family: arial;
	text-decoration: underline;
}
.itemContent {
	margin: 5px 0 5px;
}
.itemInfo span {
	margin-right: 10px;
	color: #008000;
}
.itemTotal {
	margin: 20px 15px;
}
/*菜单相关*/
.navigator {
	position: fixed;
	background: blue;
	width: 48px;
	height: 48px;
}
.context_busy {
}

.context_busy:before {
	content: '';
	width: 20px;
	position: absolute;
	height: 20px;
	left: 1px;
	top: 4px;
	background: url('../img/busy.gif') no-repeat;
}

/*
/* Don't mind me... */
#content {
    margin: 20px;
}

/* Relevant to the plugin. */
.listTree {
    /*margin-bottom: 18px;*/
    overflow:auto;
}
.listTree ul {
    /*margin: 0;*/
    margin-left: 13px;
}
.listTree li {
	 margin: 0; 
	 /*padding: 0 12px;*/ 
	 line-height: 20px; 
	 background-color: #eee;
	 background: url(node.png) no-repeat; 
	 color: #369; 
	 font-weight: bold;
    list-style-type: none;
}
/*
.listTree > ul > li {
    background-color: #eee;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #ddd;
}*/
.listTree li > span.tree-node-trunk{
	background-color: #eee;
}
.listTree li > span.tree-node-leaf{
	background-color: #fff;
}
.listTree li > span.active{
	background-color: #bbb;
}
.listTree > ul > li:first-child {
    border-width: 1px 1px 0 1px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.listTree > ul > li:last-child {
    border-width: 1px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.listTree > ul > li:last-child > ul > li:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.listTree span {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    display: inline-block;
    width: 100%;
}
.listTree > ul > li > span {
    font-weight: bold;
}
/*.listTree > ul > li > ul > li {
    background-color: #fff;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #ddd;
    padding-left: 10px;
}*/
.listTree > ul > li > ul > li:first-child {
    border-width: 1px 0 0 0;
}
.listTree > ul > li > ul > li:last-child {
    border-width: 1px 0 0 0;
}
.listTree i {
    float: right;
    margin-right: 13px;
}

.map_rightmodels {
	background: none repeat scroll !important;
}


/*                treeMenu              */
#treeMenu{
    width: 363px;
    max-width: 700px;
    min-height : 400px;
    top: 140px;
    left: -365px;
    border : 1px solid #9CD48D;
    position: fixed;
    z-index: 800;
    overflow: hidden;
    background-color: #F6F8F5;
}
.p_treeMenu{
    overflow: auto;
    min-height: 350px;
    position: relative;
}
.p_treeMenu_trigger{
    width: 11px;
    height: 65px;
    position : fixed;
    z-index : 1000;
    top: 300px;
    background-image: url('../img/treeMenu_trigger.png');
    background-repeat: no-repeat;
    background-position: left;
}
.p_treeMenu_trigger.act{
    width: 40px;
    height: 65px;
    position : fixed;
    z-index : 1000;
    top: 300px;
    background-image: url('../img/treeMenu_trigger_act.png');
    background-repeat: no-repeat;
    background-position: center;
}
.p_treeMenu_trigger.expand{
    background-image: url('../img/treeMenu_trigger_expend.png');
}
.p_treeMenu_searcher{
    width: 100%;
    padding: 5px;
    color : gray;
}
.p_treeMenu_clear{
    width: 30px;
    height: 25px;
    position: absolute;
    right: 5px;
    background: url('../img/searchDelete.png') no-repeat center;
}
.p_treeMenu_searchDiv{
    background: #9CD48D;
    padding: 5px ;
}

.p_treeMenu ul {
    margin-left: 25px;
}

.p_treeMenu>ul>li{
    border-left: 0;
}
.p_treeMenu li {
    margin: 0;
    line-height: 30px;
    list-style-type: none;
    border-left: 1px solid #ffffff;
    min-width: 250px;
}
.p_treeMenu li.end {
    border-left-color: #F8F6F5;
}
.p_treeMenu li > span{
    position: relative;
    color: #434343;
}

.p_treeMenu li > span.active{
    color: #ffffff
}


.p_treeMenu > ul > li:first-child {
    border-width: 1px 1px 0 1px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}


.p_treeMenu > ul > li:last-child {
    border-width: 1px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.p_treeMenu > ul > li:last-child > ul > li:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.p_treeMenu span {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    display: inline-block;
    width: 100%;
}

.p_treeMenu>ul>li>span i {
    margin-left: 20px;
}
.p_treeMenu i {
    float: left;
    margin-right: 10px;
    width: 10px;
    height: 30px;
    margin-left: 3px;
}
.y_treeMenu_folderCollapse{
    background-image: url('../img/treeMenu_collapse.png');
    background-repeat: no-repeat;
    background-position: center;
}
.y_treeMenu_folderExpand{
    background-image: url('../img/treeMenu_expand.png');
    background-repeat: no-repeat;
    background-position: center;
}
.y_treeMenu_elbow{
    width: 20px;
    height: 30px;
    float: left;
    margin-left: -10px;
    margin-right: 7px;
    background: url('../img/treeMenu_elbow.png') no-repeat center;
}
.y_treeMenu_elbow_end{
    width: 20px;
    height: 30px;
    float: left;
    margin-left: -10px;
    margin-right: 7px;
    margin-top: -1px;
    background: url('../img/treeMenu_elbow_end.png') no-repeat top;
}
.tree-node-leaf .y_treeMenu_elbow{
    margin-right: 20px;
}
.tree-node-leaf .y_treeMenu_elbow_end{
    margin-right: 20px;
}
.p_treeMenu li:last-child>span .y_treeMenu_elbow{
    background: url('../img/treeMenu_elbow_end.png') no-repeat top;
}
.p_treeMenu .y_tree_itemBg{
    position: absolute;
    width : 100%;
    height: 30px;
    left : 0;
    border-bottom: 1px solid #dddddd;
}
.p_treeMenu .y_tree_itemBg.act{
    background-image: url('../img/treeMenu_bgAct.png');
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}

/********* allMenu 3 level ***************/
.p_funcNav_3l_ct{
    height: 30px;
    margin: 5px 35px;
    font-family: 'Microsoft Yahei';
}
.p_funcNav_3l{
    height: 100%;
}
.p_funcNav_3l>li{
    float: left;
    width: 100px;
}
.p_funcNav_3l>li.active{
    background: #2f79d2;
}
.p_funcNav_3l>li.active>a{
    color: #FFFFFF;
}
.p_funcNav_3l li>a{
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    font: 14px 'Microsoft Yahei';
    color: #595959;
    margin: 5px 0;
    border-right: 1px solid #DDDDDD;
}
.p_funcNav_3l_more{
    position: relative;
}
.p_funcNav_3l_morelist{
    display: none;
    position: absolute;
    width: 130px;
    z-index: 2;
    background: #ffffff;
    left: -15px;
    border: 1px solid #2f79d2;
}
.p_funcNav_3l_morelist li{
    position: relative;
}
.p_funcNav_3l_morelist li>a{
    border: 0;
    font-size: 14px;
    line-height: 30px;
}
.p_funcNav_3l_morelist li.active>a{
    color: #357fd8;
    background: #d3e8ff;
}
.p_funcPanel_3l_more{
    display: none;
    position: absolute;
    min-width: 200px;
    max-width: 500px;
    max-height: 500px;
    overflow: auto;
    background: #FFFFFF;
    border: 1px solid #2f79d2;
    box-shadow: -2px 2px 1px #2f79d2;
    right: 130px;
    top: -6px;
}
.p_funcPanel_3l{
    display: none;
    position: absolute;
    min-width: 200px;
    max-width: 500px;
    max-height: 500px;
    overflow: auto;
    background: #FFFFFF;
    border: 1px solid #2f79d2;
    margin-left: -20px;
    z-index: 102;
    box-shadow: 2px 2px 1px #2f79d2;
}
.p_funcPanel_3l dl,.p_funcPanel_3l_more dl{
    padding: 10px 0 0 70px;
    margin: 0 20px;
    border-bottom: 1px dashed #dddddd;
}
.p_funcPanel_3l dt,.p_funcPanel_3l_more dt{
    float: left;
    margin-left: -60px;
    margin-top: 5px;
    font-size: 13px;
    color: #595959;
}
.p_funcPanel_3l dd,.p_funcPanel_3l_more dd{
    overflow: hidden;
    line-height: 20px;
}
.p_funcPanel_3l dd a,.p_funcPanel_3l_more dd a{
    margin: 5px 10px;
    float: left;
    white-space: nowrap;
    display: inline;
    border-bottom: 3px solid #ffffff;
    color: #3079d2;
    font-size: 13px;
}
.p_funcPanel_3l a.active,.p_funcPanel_3l_more a.active{
    border-bottom-color: #2386fd;
}

.focussign {
	/*position:absolute;
	right:0px;
	top:0px;*/
	float:right;
	width:24px;
	height:24px;
	background: url('../img/favorites.png') no-repeat center;
}

.gridviewmode {

}

.gridviewmode_graph {
	float:right;
	width:24px;
	height:24px;
	background: url('../img/grid_graphview.png') no-repeat center;
}

.gridviewmode_data {
	position:absolute;
	right:0px;
	top:0px;
		width:24px;
	height:24px;
	background: url('../img/grid_dataview.png') no-repeat center;
}

.nofocus {
    -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}

.p_treeMenu i.favorite_remove{
    float:right;
    width: 20px;
    background: transparent;
}
.p_treeMenu span.active .favorite_remove{
	float:right;
    width: 20px;
    background: url('../img/delete-icon.png') no-repeat center;
}

.groupbox{
	height:auto;
	position:relative;
	margin:10px;
	border:thin solid black;
	padding:10px;
}

.grouptitle{
	display:block;
	margin-top:-18px;
	margin-left:20px;
	width:150px;
	text-align:center;
	background-color:white
}

.group_content{
	height:30px;
	width:200px;
	position:relative;
}

.groupbox_remove{
	position:absolute;
	right:0px;
	background-image: url('../img/delete-icon.png');
	top:0px;
	width:24px;
	height:24px;
}

.groupbox_info{
	position:absolute;
	right:30px;
	background-image: url('../img/Settings-icon.png');
	top:0px;
	width:24px;
	height:24px;
}

.groupbox_add{
	display:block;
	margin-left:10px;
	background-image: url('../img/data-add-icon.png');
	width:24px;
	height:24px;
}


/* intro */
.introjs-tooltip{
    max-width: 400px;
}
.introjs-tooltiptext{
    font-family: 'Microsoft YaHei';
}
.introjs-tooltiptext b{
    font-size: 18px;
    color : #07AA00;
    font-weight: normal;
}
.introjs-tooltiptext dt{
    font-size: 16px;
    color : #07AA00;
}
.introjs-tooltiptext dd{
    font-size: 14px;
    color: #31708f;
    margin: 10px 0 10px 30px;
}
.introjs-tooltiptext em{
    color: #8a6d3b;
}
.introjs-tooltiptext p {
    margin-top: 15px;
}
.introjs-button{
    padding: 0.7em 0.9em;
}
.introjs-tooltiptext a {
    text-decoration: underline;
    color: #428bca;
    cursor: pointer;
}
.y_toolbar .btn-group{
	height:26px;
}
.toolbar_morebutton{
	float:left;	
}

.maincontainer {
	position:relative;
	background-color:#f3f3f3;
}

.functionbar {
	width:100%;
	height:32px;
	position:absolute;
	background:url("../img/tab_bg.jpg");
}

.frame {
	width:100%;
	min-height:100%;
}

.y_context_close {
	position:absolute;
	right:0px;
	width:16px;
	height:16px;
}

#yigo-loading {
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index: 200;
	background-color: rgb(216, 229, 231);
}

.yigo-progress {
	position: fixed;
	width: 400px;
	/* margin: 0 auto; */
	background-color: #c6bfbf;
	vertical-align: middle;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -10px;
}

.progress-label {
	position: fixed;
	padding-top: 5px;
	width: 400px;
	/* margin: 0 auto; */
	text-align: center;
	top: 53%;
	left: 50%;
	margin-left: -200px;
	margin-top: -10px;
}

.ui-tabs-panel {
	padding:5px!important;
}

.withscroller {
	margin:0 45px 0 15px;
}

.ui-tabs-panel>.map_panel {
	width:100%!important;
}

#newMessage {
	line-height:40px;
}