* {
    margin: 0px;
    padding: 0px;
    outline: 0;
    _webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
html,body,form
    {
     margin:0px;
     height:100%;
    }
html,body{color:#333;font-size:9pt;font-family:Arial;}
*html{color:#333;background-attachment:fixed;}
body,div,label,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,p,blockquote,th,td{margin:0;padding:0;border:0;outline:0;}
table{border-collapse:collapse;border-spacing:0;}

textarea{resize:none; overflow:auto;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,var{font-style:normal;font-weight:normal;}
caption{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
a{ text-decoration:none; color:#0166d7;cursor:pointer;}
body a{outline:none;blr:expression(this.onFocus=this.blur());}
a.line{text-decoration:none;cursor:pointer;}
a:hover{ text-decoration:underline; cursor:pointer;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
del,ins{text-decoration:none;}
.clear,.clearit{clear:both;padding:0;margin:0;}

.clearFix{display:block;zoom:1;}
.clearFix:after{content:".";display:block;visibility:hidden;height:0;clear:both;}

/******clear float*******/ 
.clearfix:after {content: "."; display: block;height: 0; clear: both; visibility: hidden;} 
.clearfix {display: inline-table;} 
/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
.clearfix {display: block;} 
/* End hide from IE-mac */ 
a {
	text-decoration: none
}

a:hover {
	text-decoration: none
}

a:focus {
	text-decoration: none
}


.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  color:#333;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.nav>li:hover .dropdown-menu {display: block;top:95%;}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.dropdown {
  position: relative;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
}
.dropdown-menu:hover {
    display:block;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  white-space: nowrap;
  color:#333;
}
.dropdown-menu > li > a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

fieldset { 
 margin :4px;
 border:1px dashed #cbcbcb;
 width:99%;
 width:calc(100% - 8px);
} 
fieldset legend {
font-weight:bold;
padding:3px 30px 5px 10px; 
background-color:#e0e0e0;
margin-left:15px;
position:relative;
color:#333;
}
fieldset legend a {
    position:absolute;
    right:5px;
    top:5px;
}
body
{   line-height:1.3;
    /*background-color:transparent;*/
	overflow: hidden;
    position: fixed;
    width: 100%;
    top: 0;
}
.BgDiv {height:100%;overflow:auto;position:relative;width:100%; }
.MyBg
{
    background-color:#ffffff;
    /*//padding:10px;*/
}
.MyBg form {
    border:1px solid #ddd
}
.banner 
{
    position:relative;
    height:38px;
}
#lblFormCaption,.litTitle
{
       font-size:14pt; 
       text-align:left;
       height:20px;
       font-weight:bold;
       display:inline-block;
       color:Black;
       padding-top:3px;
}
#RequeryDiv,.footer,.GvFooter
{
    position:relative;
}
.banner #BtnDiv 
{
    position:absolute;top:3px;right:3px;height:38px;
}
.mainDiv {margin:1px;}
.twoGv {overflow:auto;position:relative;margin:1px;}
.footer span {margin:2px;}
.footer .sumspan {display:inline-block;width:20px;}
.footer .sumtitle {display:inline-block;color:Green;}
.footer .sumvalue {display:inline-block;color:red;}
.footer table {position:absolute;right:3px;top:1px;}
.FusionChartDiv {float:left;}
.none {display:none;}
.HiddenCss { display:none}


.SubMenuBg
{
    background-color:white;
}
.while {/* 导航栏菜单文字包括子菜单 */
	color: black;
	text-decoration: none;
}
.while:hover {
	color: #ffda6b;
}

.billcsstb { table-layout:fixed; border:1px solid #000000; border-collapse:collapse;width:100%}
.billcsstb TD {border:1px solid #000000;}

.billcss {overflow:hidden;overflow-x:auto;}
.billField { 
    margin:2px 0;
    position:relative;
    float:left;
    min-height:26px;
    padding-right:10px;
}

.FDbox
{
	color: #555;
	border:1px solid #bbb;
	border-collapse:separate;
	position:relative;
    overflow-x:hidden;
}
.FDbox .FDInput
{
    border:0px;
    margin:0px;
	color: #000;
    font-size:14px;
    width:100%;
    line-height:24px;
    min-height:24px;
    padding-left:2px;
    padding-right:2px;
    background-color: transparent;
}
.FDright {
    float:right;
    border-top:1px solid #bbb;
    border-bottom:1px solid #bbb;
    position:relative;
    color:#333;
}
.FDright1 {
    float:right;
    line-height:24px;
    position:relative;
    margin-left: 2px;
    color:#333;
}
.FDright>* {
    display:inline-block;
    border-right:1px solid #bbb !important;
    line-height:24px;
    height:24px;
}
.billTitle {min-height:24px;float:left;width:90px;margin-left:20px;color:#333;line-height:24px;text-align:right;padding-right:5px;}
.billCheck {float:left;display:inline-block;padding-top:2px;font-size:14px;}
.billCheck input[type=radio],.billCheck input[type=checkbox] {
    vertical-align:top;
    margin-top:4px;
}
.zfspin1 {border:0px;cursor:pointer;}
.Btn_Search1 {border:0px;cursor:pointer;width:24px;vertical-align: top;height:24px;}
.mustInput1 {position:absolute;right:-6px;border:none !important;color:red}/*绝对定位，不占宽度*/
.FDsuffix
{
    position:absolute;
    left:-28px;
    top:1px;
    z-index:10;
    border:none !important;
}
.areadata {
    border:none;
    width:33%;
    color:#333;
    height:23px;
    padding-left:3px;
    min-width:80px;
    font-size:14px;
    background-color:transparent;
}
.deffieldset legend a {
    display:inline-block;margin-left:5px;width:16px;height:13px;
}
.accordion-collapse {
  background: url('/img/dup.png') no-repeat;
  background-size:contain;
}
.accordion-expand {
  background: url('/img/ddown.png') no-repeat;
  background-size:contain;
}
.combo .isItem {
    padding-left:2px;
    height:20px;
    line-height:20px;
    overflow:hidden;
}
.combo .isItem:nth-child(even) {
   background-color:#f3f3f3;
}
.combo .isItem:hover {
        background-color:#bbb;
}

.myTable {TABLE-LAYOUT: fixed;}
.myTable tr {background:#ffffff;height:25px;line-height:25px;}
.myTable th {    background-color: #f3f3f3;
  background: -webkit-linear-gradient(top,#F8F8F8 0,#eeeeee 100%);
  background: -moz-linear-gradient(top,#F8F8F8 0,#eeeeee 100%);
  background: -o-linear-gradient(top,#F8F8F8 0,#eeeeee 100%);
  background: linear-gradient(to bottom,#F8F8F8 0,#eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F8F8F8,endColorstr=#eeeeee,GradientType=0);}
.myTable td,.myTable th {border:1px solid #cbcbcb;}
.myTable td.tt {    background-color: #f3f3f3;
  background: -webkit-linear-gradient(top,#F8F8F8 0,#eeeeee 100%);
  background: -moz-linear-gradient(top,#F8F8F8 0,#eeeeee 100%);
  background: -o-linear-gradient(top,#F8F8F8 0,#eeeeee 100%);
  background: linear-gradient(to bottom,#F8F8F8 0,#eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F8F8F8,endColorstr=#eeeeee,GradientType=0);}
.TitleBg {    background-color: #f3f3f3;
  background: -webkit-linear-gradient(top,#F8F8F8 0,#eeeeee 100%);
  background: -moz-linear-gradient(top,#F8F8F8 0,#eeeeee 100%);
  background: -o-linear-gradient(top,#F8F8F8 0,#eeeeee 100%);
  background: linear-gradient(to bottom,#F8F8F8 0,#eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F8F8F8,endColorstr=#eeeeee,GradientType=0);}

.datagrid1 {table-layout:fixed;font-size:100%;width:100%;border:0px;}
.datagrid1 INPUT[type=text] {margin:0;height:20px;line-height:20px;color:black;border:0;}
/*.datagrid1 TH {background-color: #f3f3f3;cursor:default;}*/
    .datagrid1 TH {
        background-color: #badfea;
        cursor: default;
    }
.datagrid1 TR td {background:#ffffff;}

.datagrid1 tr.treven td {background:#f9f9f9;}
    .datagrid1 tr.treven td.hasAttr {
        background: url(../images/Page/heading_hasattachment.gif) #f9f9f9;
        background-repeat: no-repeat;
        cursor: pointer;
        background-position: center;
    }


.datagrid1 tr.select td {background:#a7c9f8;}
.datagrid1 TH{border-bottom:1px solid #cbcbcb;border-right:1px solid #cbcbcb;height:25px;line-height:24px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;word-break:keep-all;padding-left:4px;padding-right:4px;  }
    .datagrid1 TD {
        border-bottom: 1px solid #cbcbcb;
        border-right: 1px solid #cbcbcb;
        height: 25px;
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        /*white-space: nowrap;*/
        word-break: keep-all;
        padding-left: 4px;
        padding-right: 4px;
    }


.datagridheader .datagrid1 TH { height:24px;}
.datagrid1 SPAN {color:White;height:10px;width:0px;margin-top:1px;border:1px inset;float:right;cursor:e-resize;}
.datagridInput {margin:0;color:white;background-color:#808080;border:0;position: absolute;z-index:1}
.datagrid1 .hasAttr { background:url(../images/Page/heading_hasattachment.gif);background-repeat:no-repeat;cursor:pointer;background-position: center;}
.datagrid1 .noAttr { background:url(../images/Page/heading_hasattachment-1.gif);background-repeat:no-repeat;cursor:pointer;background-position: center;}
.datagrid1 .fentrycheck { text-align:center;}
.datagrid1 .dgmust { color:red;position:absolute;right:10px;top:1px;}
.datagrid1 .dgheader {position:relative;width:100%;overflow:hidden;text-overflow:ellipsis;}
.datagrid1 .dgsep {position:absolute;width:0px;right:1px;top:5px;}
.datagrid1 .hidden {display:none}
.datagrid1 .dgRowNumber {width:30px;height:25px !important;position:absolute;z-index:1;left:0px;max-width:30px;min-width:30px;}
.datagrid-cell .dgmust { color:red;position:absolute;right:2px;top:-3px;}
.datagridfooter { border-top:1px solid #cbcbcb;}
.pp {height:auto; border:1px solid #D3D3D3; position:absolute;z-index:5}

/* 进度条样式 */
.ProgOut {position:relative;width:100%;height:20px;background-color:#ccc}
.ProgTitle {position:absolute;text-align:center;width:100%;line-height:20px;font-weight:bold;color:#fff}
.ProgIn {position:absolute;height:20px;background-color:#03f}

 .nTab{
float: left;
width: 100%;
margin: 0 auto;
border:1px #cbcbcb solid;
margin-bottom:2px;
margin-top:2px;
}
.nTab .TabTitle{
clear: both;
height: 25px;
overflow: hidden;
text-align: center;

}
.nTab .TabTitle ul{
margin:0;
padding:0;
}
.nTab .TabTitle li{
float: left;
cursor: pointer;
padding-top: 6px;
padding-right: 5px;
padding-left: 5px;
padding-bottom: 7px;
list-style-type: none;
}
.nTab .TabTitle .active{ background:url(../images/tab_bg1.gif) left -25px no-repeat;border-left:1px  #C7C7CD solid;border-top:0px  #C7C7CD solid;border-bottom:1px #fff solid;}
.nTab .TabTitle .normal{ background:url(../images/tab_bg1.gif);border-top:0px #C7C7CD solid;border-bottom:1px #C7C7CD solid;}
.nTab .tabcontent {height:100%;width:100%;overflow:auto;float:left;position:relative;}
/* btn Css */
.MyBtn 
{
    margin-left:3px;
    min-width:56px;
    text-align:center;
    height:21px;
    line-height:21px;
    BORDER: #cbcbcb 1px solid; 
    PADDING-LEFT: 2px;
    PADDING-RIGHT: 2px; 
    COLOR: black;
    FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#f0f0f0, EndColorStr=#fafafa); 
    background: -moz-linear-gradient(top, #ffffff, #C3DAF5);
    background : -o-linear-gradient(top,#ffffff, #C3DAF5);
    background : -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#C3DAF5));
}
.MyBtn:hover 
{   
    CURSOR:pointer; 
    FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#D7E7FA);
    background: -moz-linear-gradient(top, #ffffff, #D7E7FA);
    background : -o-linear-gradient(top,#ffffff, #D7E7FA);
    background : -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#D7E7FA));
}
.comboSelect {background-color:#dddddd;}

/*报表head标题*/
/*.fsField {position:relative;float:left;width:50%;margin-top:10px;margin-bottom:10px;}
.fsTitle {height:14px;float:left;min-width:80px;margin-left:20px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.fsLink {float:left;}
.fdhr { clear:both;}*/
    
/*流程处理过程意见样式*/
.OpinionCss { white-space:normal; overflow:visible;}

/* Main style sheet for jQuery Keypad v1.2.0 */
button.keypad-trigger {
	width: 25px;
	padding: 0px;
}
img.keypad-trigger {
	margin: 2px;
	vertical-align: middle;
}
#keypad-div {
	display: none;
	z-index: 10;
	margin: 0;
	padding: 0;
	border: 1px solid #888;
	color: #000;
	background-color: #fff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
}
.keypad-keyentry {
	display: none;
}
.keypad-inline {
	border: 1px solid #888;
	background-color: #f4f4f4;
}
.keypad-disabled {
	position: absolute;
	z-index: 100;
	background-color: white;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.keypad-rtl {
	direction: rtl;
}
.keypad-prompt {
	clear: both;
	width: 100%;
	text-align: center;
}
.keypad-row {
	clear: both;
	float: left;
	width: 100%;
}
.keypad-space {
	float: left;
	margin: 2px;
	width: 24px;
}
* html .keypad-space { /* IE6 */
	margin: 0px;
	width: 28px;
}
.keypad-half-space {
	float: left;
	margin: 1px;
	width: 12px;
}
* html .keypad-half-space { /* IE6 */
	margin: 0px;
	width: 14px;
}
.keypad-key {
	float: left;
	margin: 2px;
	padding: 0px;
	width: 24px;
	background-color: #f4f4f4;
	text-align: center;
	cursor: pointer;
}
.keypad-key[disabled] {
	border: 2px outset;
}
.keypad-key-down {
}
.keypad-spacebar {
	width: 164px;
}
.keypad-clear, .keypad-back, .keypad-close, .keypad-shift {
	width: 52px;
	color: #fff;
	font-weight: bold;
}
.keypad-clear {
	background-color: #a00;
}
.keypad-back {
	background-color: #00a;
}
.keypad-close {
	background-color: #0a0;
}
.keypad-shift {
	background-color: #0aa;
}
.keypad-cover {
	display: none;
	display/**/: block;
	position: absolute;
	z-index: -1;
	filter: mask();
	top: -4px;
	left: -4px;
	width: 125px;
	height: 200px;
}

.loadingcss
{
    filter:progid:DXImageTransform.Microsoft.Alpha(style=3,opacity=25,finishOpacity=35);
    height:100%;
    background:#f0f0f0 url(/img/large-loading.gif) no-repeat center center;
    background-color:rgba(0,0,0,0.5);
    opacity:0.6;
}
.popmask
{
    filter: alpha(opacity = 0);
    height:100%;
    background-color:white;
    background-color:rgba(0,0,0,0.5);
    opacity:0;
}

.maskDiv {
	POSITION: fixed;
	FILTER: alpha(opacity=10);
	WIDTH: 100%;
	BACKGROUND: #555;
	HEIGHT: 100%;
	TOP: 0px;
	LEFT: 0px;
	opacity: .1;
	-moz-opacity: .1;
	_position: absolute
} 
.tree-leaf 
{
    background: url(/img/leaf.gif) no-repeat
}

.l-btn {
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  cursor: pointer;
  outline: none;
  text-align: center;
  vertical-align: middle;
  line-height: normal;
}
.l-btn-plain {
  border-width: 0;
  padding: 1px;
}
.l-btn-left {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.l-btn .l-btn-icon-left {
  padding: 0 0 0 20px;
  background-position: left center;
}
.l-btn-text {
  display: inline-block;
  vertical-align: top;
  width: auto;
  line-height: 24px;
  font-size: 12px;
  padding: 0;
  margin: 0 4px;
}
.l-btn-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  font-size: 1px;
  left:4px;
}
.l-btn {
  color: #444;
  background: #fafafa;
  background-repeat: repeat-x;
  border: 1px solid #bbb;
  background: -webkit-linear-gradient(top,#ffffff 0,#eeeeee 100%);
  background: -moz-linear-gradient(top,#ffffff 0,#eeeeee 100%);
  background: -o-linear-gradient(top,#ffffff 0,#eeeeee 100%);
  background: linear-gradient(to bottom,#ffffff 0,#eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#eeeeee,GradientType=0);
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.l-btn:hover {
  background: #e2e2e2;
  color: #000000;
  border: 1px solid #ccc;
  filter: none;
}
.l-btn-plain {
  background: transparent;
  border-width: 0;
  filter: none;
}
.l-btn-outline {
  border-width: 1px;
  border-color: #ccc;
  padding: 0;
}
.l-btn-plain:hover {
  background: #e2e2e2;
  color: #000000;
  border: 1px solid #ccc;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.l-btn-selected,
.l-btn-selected:hover {
  background: #ddd;
  filter: none;
}
.l-btn-plain-selected,
.l-btn-plain-selected:hover {
  background: #ddd;
}

.menu {
  position: absolute;
  margin: 0;
  padding: 2px;
  border-width: 1px;
  border-style: solid;
  overflow: hidden;
}
.menu-inline {
  position: relative;
}
.menu-item {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
}
.menu-text {
  height: 20px;
  line-height: 20px;
  float: left;
  padding-left: 28px;
}
.menu-icon {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 2px;
  top: 50%;
  margin-top: -8px;
}
.menu-rightarrow {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 0;
  top: 50%;
  margin-top: -8px;
}
.menu-line {
  position: absolute;
  left: 26px;
  top: 0;
  height: 2000px;
  font-size: 1px;
}
.menu-sep {
  margin: 3px 0px 3px 25px;
  font-size: 1px;
}
.menu-noline .menu-line {
  display: none;
}
.menu-noline .menu-sep {
  margin-left: 0;
  margin-right: 0;
}
.menu-active {
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.menu-item-disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default;
}
.menu-text,
.menu-text span {
  font-size: 12px;
}
.menu-shadow {
  position: absolute;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background: #ccc;
  -moz-box-shadow: 2px 2px 3px #cccccc;
  -webkit-box-shadow: 2px 2px 3px #cccccc;
  box-shadow: 2px 2px 3px #cccccc;
  filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=false,ShadowOpacity=0.2);
}
.menu-rightarrow {
  background: url('images/menu_arrows.png') no-repeat -32px center;
}
.menu-line {
  border-left: 1px solid #ccc;
  border-right: 1px solid #fff;
}
.menu-sep {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #fff;
}
.menu {
  background-color: #f3f3f3;
  border-color: #D3D3D3;
  color: #444;
}
.menu-content {
  background: #ffffff;
}
.menu-item {
  border-color: transparent;
  _border-color: #f3f3f3;
}
.menu-active {
  border-color: #ccc;
  color: #000000;
  background: #e2e2e2;
}
.menu-active-disabled {
  border-color: transparent;
  background: transparent;
  color: #444;
}

.messager-body {
  padding: 10px;
  overflow: hidden;
}
.messager-button {
  text-align: center;
  padding-top: 10px;
}
.messager-button .l-btn {
  width: 70px;
}
.messager-icon {
  float: left;
  width: 32px;
  height: 32px;
  margin: 0 10px 10px 0;
}
.messager-error {
  background: url('images/messager_icons.png') no-repeat scroll -64px 0;
}
.messager-info {
  background: url('images/messager_icons.png') no-repeat scroll 0 0;
}
.messager-question {
  background: url('images/messager_icons.png') no-repeat scroll -32px 0;
}
.messager-warning {
  background: url('images/messager_icons.png') no-repeat scroll -96px 0;
}
.messager-progress {
  padding: 10px;
}
.messager-p-msg {
  margin-bottom: 5px;
}
.messager-body .messager-input {
  width: 100%;
  padding: 1px 0;
  border: 1px solid #D3D3D3;
}
.RowNumber {
  width:30px;text-align:center; border-right:1px solid #cbcbcb;}
.mbg {
    background-color: #f3f3f3;
}
.ztree_accordition li a.level0 {
    background-color: #e0e0e0!important;
}
 .locked,.locked input,.locked .FDInputNew {
      background-color:#fafafa;background-image:none !important;
}
.nav-pills>li {
    margin-top: 4px;
    margin-right: 10px;
}
.nav>li>a {
    padding: 5px 15px;
}
.nav-pills>li>a {
    border: 1px solid #bbb;
}
.layui-icon {
    font-weight: bold;
    margin-right: 5px;
    font-size:12px;
}
.inputNoborder {
    border:none;
}

.mainDiv {
    margin:1px;
    border-bottom:1px solid #bbb;
}
.twoGv {overflow:auto;position:relative;margin:1px;}
.footer {
       height:38px;
}
.footer span {margin:2px;}
.footer .sumspan {display:inline-block;width:20px;}
.footer .sumtitle {display:inline-block;color:Green;}
.footer .sumvalue {display:inline-block;color:red;}
.footer table {position:absolute;right:3px;top:10px;}
.FusionChartDiv {float:left;}
.none {display:none;}
.HiddenCss { display:none}

/* GridView Css*/
.MyGv
{
    table-layout:fixed;
}
.MyGv tr {
    line-height:36px;
    background-color:#fff;
}
.MyGv tr td {
    background-color:#fff;
}
.MyGv tr td > a {
   margin:0 5px;
}
.MyGv tr.GvHeader th {
    background-color: #8bc4ec;
}
.MyGv tr.GvFooter td
{
    background-color: #eee;
}
.MyGv tr.GvRowEven td
{
    background-color:#f8f8f8;
}
.MyGv tr.GvHeader th
{
    border-right:1px solid #bbb;
    text-align:center;
}
.MyGv td,.MyGv th
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
    word-break:keep-all;
    padding-left:3px;
    padding-right:3px;
    text-align:left;
    color: #333;
    font-size: 12px;
}
.GvHeader a
{
    color:#333;
}
.MyGv tr:hover td
{
  background-color:#eee !important;
}

td.pre {white-space: pre;}
 td.center {text-align:center;}
td.red {color:Red;}
 td.right {text-align:right;}
 td.bold {font-weight:bold;}
 td.top {vertical-align:top;}
 td.wrap {
    overflow:visible;white-space:pre-wrap;word-break:break-all;
}
/* 可编辑报表 */
.MyGv .hasEditTD { color:#0000EE;}
.MyGv .errRow {background-color:#FEE0C6;}
.gvh {
    position:relative;
    overflow:hidden;
}
.gvsep {
    position:absolute;
    display:block;
    height:100%;
    width:5px;
    top:0;
    right:-2px;
    cursor:w-resize;
}

#moremenuid {
    display:inline-block;
}
#tyFormTabID {
    position:absolute;
    right:10px;
    top:0;
}
.banner #BtnDiv {
    top:0;
    left:10px;
}
#GV1_ctl01_ctlSelectAll, .formSelectBox {
    vertical-align:text-top;
    margin:0 !important;
}
.MyGv td.SelectBox, .MyGv td.RowNumber {
    text-align:center !important;
}

#tyFormTabID .selected {
    background-color: #eee;
}
.MyBtn {
    margin:0 5px;
}
.fl {
	display: inline-block;
	float: left
}

.fr {
	display: inline-block;
	float: right
}

.bold {
	font-weight: bold
}
.clear:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both
}
.vInputSelect { background-color:#C7C7E2;}
.vInput {margin:2px;border:1px solid #cbcbcb;min-height:28px;overflow:hidden; white-space:nowrap;background-image:none;line-height:24px;}
.vFInput {margin:2px;border:1px solid #cbcbcb;position:relative;height:200px;}
.ui-slider-tooltip{
	background:#fdf9e5; 
	border:1px solid #fd7d2c;
	color:#222222;
	display: block;
	text-align: left;
	padding: 5px 3px 5px 3px;
	position: absolute;
	z-index:99999; 
    word-wrap:break-word;
}
.ui-corner-all {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px 5px;
	-webkit-border-top-right-radius:5px 5px;
	-webkit-border-bottom-right-radius:5px 5px;
	-webkit-border-bottom-left-radius:5px 5px;
}
.ui-tooltip-pointer {
	border-bottom-width: 0;
	border-left: 7px dashed transparent; 
	border-right: 7px dashed transparent;
	display: block;
	height:0;
	left: 18%;
	margin-left: -7px;
	position: absolute; 
	width:0;
}
.ui-tooltip-pointer-inner {
	border-left: 6px dashed transparent; 
	border-right: 6px dashed transparent;
	left: -6px;
	position: absolute; 
}
.ui-tooltip-pointer-down {
	border-top: 8px solid #fd7d2c;
	bottom:	-8px;
}
.ui-tooltip-pointer-up {
	border-bottom: 8px solid #fd7d2c;
	top:	-8px;
}
.ui-tooltip-pointer-down .ui-tooltip-pointer-inner {
       border-top: 7px solid #fdf9e5;
       top: -9px;
}
.ui-tooltip-pointer-up .ui-tooltip-pointer-inner {
       border-bottom: 7px solid #fdf9e5;
       bottom: -9px;
}
.nowrap {
    overflow: hidden; 
    text-overflow: ellipsis; 
    white-space: nowrap;
    word-break:keep-all;
}
.zoom-marker {
  width: 30px;
  height: 30px;
  border-radius: 50% 50% 50% 0;
  background: red;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  -ms-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
}
.zoom-marker:after {
  content: '';
  width: 14px;
  height: 14px;
  margin: 8px 0 0 8px;
  background: #2f2f2f;
  position: absolute;
  border-radius: 50%;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #0081dc!important;
}
body.red .header {
    background-color:red;
}
body.red .layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: red!important;
}
body.red .layui-layer.kb .layui-layer-title {
    background-color:red;
    color:white;
}
body.red .layui-layer.kb .layui-layer-btn .layui-layer-btn0 {
    border-color: red;
    background-color: red;
}

body.black .header {
    background-color:#707280;
}
body.black .layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #707280!important;
}
body.black .layui-layer.kb .layui-layer-title {

}
body.black .layui-layer.kb .layui-layer-btn .layui-layer-btn0 {
    background-color:#707280;
    border-color: #707280;
}
body.black .main .bg .tabList {
    background-color:#f5f5f6;
}

