/*****************样式覆盖***********************************/

table.dataTable thead th, table.dataTable thead td {
	border-bottom: 1px solid  #ddd;
	padding: 10px;
};


.form-horizontal .control-label {
	width:120px !important;
};
	
/*****************样式覆盖**********************************/

/**
 * 包裹 table和表单的盒子
 */
.portlet  {
  clear: both;
  margin-top: 0px;
  margin-bottom: 25px;
  padding: 0px;
  border: 1px solid #92D5E8;
    -webkit-border-radius: 5px; 
     -moz-border-radius: 5px; 
          border-radius: 5px; 
}

.portlet-title {  
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.portlet-title:after,
.portlet-title:before {
  content: "";
  display: table;
  line-height: 0;
}

.portlet-title:after {
  clear: both;
}

.portlet-title .caption {
  float: left;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color:#5786B2;
  margin-top: 2px 0px;
  padding: 3px 0px;
}

.portlet-title .tools {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-top: 2px;
  float: right;
}

.portlet-body {
  clear: both;  
  padding: 0px;  
}

/***
Box portlet
***/
.portlet.box {
   border: 1px solid #92D5E8;
   padding:0px !important;
   -webkit-box-shadow: 1px 1px 3px #999797;  
   -moz-box-shadow: 1px 1px 3px #999797;  
   box-shadow: 1px 1px 3px #999797;  
}

.portlet.box .portlet-title {  
   padding:4px 10px;
   border-bottom: 1px solid #eee;
   color: #fff !important;
}

.portlet.box .portlet-title .tools {
  margin-top: 2px;
}

.portlet.box .portlet-body {
  background-color: #fff;
  padding: 2px 0px;
}

.portlet.box .portlet-title {  
  margin-bottom: 0px;
  min-height: 20px;
  background:#fafafa; /* default background for browsers without gradient support */
  background:-webkit-gradient(linear, 0 0, 0 100%, from(#E0DEDE), to(#fafafa));
  background:-moz-linear-gradient(#E0DEDE, #fafafa);
  background:-o-linear-gradient(#E0DEDE, #fafafa); 
  background:linear-gradient(#E0DEDE, #fafafa);
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#E0DEDE',endColorStr='#fafafa',gradientType='0');
}


/*  green scheme */
.portlet.box.green {
	border: 1px solid #73CE8E;
	-webkit-border-radius: 5px; 
     -moz-border-radius: 5px; 
          border-radius: 5px; 
}
.portlet.box.green > .portlet-title {
  background:#C7FCD9; /* default background for browsers without gradient support */
  background:-webkit-gradient(linear, 0 0, 0 100%, from(#C7FCD9), to(#7CBC91));
  background:-moz-linear-gradient(#C7FCD9, #7CBC91);
  background:-o-linear-gradient(#C7FCD9, #7CBC91); 
  background:linear-gradient(#C7FCD9, #7CBC91);
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#C7FCD9',endColorStr='#7CBC91',gradientType='0');
}
.portlet.box.green .portlet-title .caption {
  color:#328442;
}

/***
 * 页签布局
***/
.tab-content {
  padding: 0px;  
  overflow: hidden;
}

.tabbable-custom { 
  -webkit-border-radius: 0; 
     -moz-border-radius: 0; 
          border-radius: 0; 
   margin-bottom: 15px;       
}

.tabbable-custom > .nav-tabs { 
  border: none; 
  margin: 0px;
  background-color: #F0F0F0;
}

.tabbable-custom > .tab-content { 
   background-color: #F9F9F9;
   border: 1px solid #ddd;  
   -webkit-border-radius: 0; 
   -moz-border-radius: 0; 
   border-radius: 0; 
   padding: 10px;
}

.tabbable-custom.boxless > .tab-content {
  padding:15px 0;
  border-left:none;
  border-right:none;
  border-bottom:none;
}

.tabbable-custom .nav-tabs > li { 
  margin-right: 2px; 
  border-top: 2px solid transparent; 
}

.tabbable-custom .nav-tabs > li > a { 
  -webkit-border-radius: 2px; 
  -moz-border-radius: 2px;
   border-radius: 2px; 
   margin-right: 0; 
   padding: 5px 10px; 
 }

.tabbable-custom .nav-tabs > li > a:hover { 
  background: none;
  border-color:transparent;
}

.tabbable-custom .nav-tabs > li.active { 
  border-top: 3px solid #d12610; 
  margin-top: 0; 
  position: relative;
}

.tabbable-custom .nav-tabs > li.active > a  { 
  border-top: none; 
  font-weight: bold; 
  color:red;
}

.tabbable-custom .nav-tabs > li.active > a:hover { 
  background: #F9F9F9; 
  border-color: #d4d4d4 #d4d4d4 transparent; 
}

.tabbable-custom .nav-tabs > li { 
  margin-right: 2px; 
  border-top: 2px solid transparent; 
}

.tabs-below.tabbable-custom .nav-tabs > li { 
  border-top: none; 
  border-bottom: 2px solid transparent; 
  margin-top: -1px; 
}

.tabs-below.tabbable-custom .nav-tabs > li.active { 
    border-top: none; 
    border-bottom: 3px solid #d12610; 
    margin-bottom: 0; position: relative; 
}

.tabs-below.tabbable-custom .nav-tabs > li.active > a { 
  border-bottom: none 
}

.tabs-below.tabbable-custom .nav-tabs > li.active > a:hover { 
  background: #F9F9F9; 
  border-color: #d4d4d4 #d4d4d4 transparent; 
}
    
.tabs-left.tabbable-custom .nav-tabs > li { 
  margin-right: 0; border-left: 2px solid transparent; margin-top: none; 
}

.tabs-left.tabbable-custom .nav-tabs > li.active { 
  border-top: none; 
  border-left: 3px solid #d12610; 
  margin-top: 0; margin-right: -1px; position: relative; 
}

.tabs-left.tabbable-custom .nav-tabs > li.active > a { 
  border-top: 1px solid #d4d4d4; 
  border-left: 1px solid transparent; 
}

.tabs-left.tabbable-custom .nav-tabs > li.active > a:hover { 
  background: #F9F9F9; 
  border-color: #d4d4d4 transparent #d4d4d4 transparent; 
}
    
.tabs-right.tabbable-custom .nav-tabs > li { 
  margin-right: 0; 
  border-right: 2px solid transparent; 
  border-top: none; }

.tabs-right.tabbable-custom .nav-tabs > li.active { 
  border-top: none; 
  border-right: 3px solid #d12610; 
  margin-top: 0; 
  margin-left: -1px; 
  position: relative; 
}

.tabs-right.tabbable-custom .nav-tabs > li.active > a { 
  border-top: 1px solid #d4d4d4; 
  border-right: 1px solid transparent; 
}

.tabs-right.tabbable-custom .nav-tabs > li.active > a:hover { 
  background: #F9F9F9; 
  border-color: #d4d4d4 transparent #d4d4d4; 
}

.tabs-right.tabbable-custom .nav-tabs > li a, 
.tabs-left.tabbable-custom .nav-tabs > li a { 
  padding: 8px 10px 
}

/*full width tabs with bigger titles */
.tabbable-custom.tabbable-full-width > .tab-content {
  padding:27px 0;
  border-left:none;
  border-right:none;
  border-bottom:none;
}

.tabbable-custom.tabbable-full-width .nav-tabs > li > a {
  color:#424242;
  font-size:15px;
  padding:9px 15px;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
	background-color: #bcf4a6; 
}

/**
 * 表格初始化样式
 */
.gridtable {
	
}
.gridtable th {
/*	padding-left: 10px;
	bborder: 1px solid #dddddd;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fafafa',endColorStr='#e9e9e9',gradientType='0'); 
	background:#e9e9e9; 
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#e9e9e9));
    background:-moz-linear-gradient(#fafafa, #e9e9e9);
	background:-o-linear-gradient(#fafafa, #e9e9e9); 
	background:linear-gradient(#fafafa, #e9e9e9);*/
	color:#3198b6;
}

/* green shema*/
.gridtable.green th {
/*	padding-left: 10px;
	bborder: 1px solid #dddddd;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fafafa',endColorStr='#e9e9e9',gradientType='0'); 
	background:#e9e9e9; 
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#e9e9e9));
    background:-moz-linear-gradient(#fafafa, #e9e9e9);
	background:-o-linear-gradient(#fafafa, #e9e9e9); 
	background:linear-gradient(#fafafa, #e9e9e9);*/
	color:#328442;
}

/**
 * 工具栏
 */
.toolbar {
	float:left;
	border: 1px solid #dddddd;
	width:99%;
	margin: 5px -30px 5px 0;
	padding: 5px;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fafafa',endColorStr='#e9e9e9',gradientType='0'); 
	background:#fafafa; /* default background for browsers without gradient support */
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#E0DEDE), to(#fafafa));
    background:-moz-linear-gradient(#E0DEDE, #fafafa);
	background:-o-linear-gradient(#E0DEDE, #fafafa); 
	background:linear-gradient(#E0DEDE, #fafafa);
	-webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
    
    -webkit-box-shadow: 0px 0px 3px #999797;  
   	  -moz-box-shadow: 0px 0px 3px #999797;  
          box-shadow: 0px 0px 3px #999797;
}

.toolbar i {
	padding-right: 5px;
}
.btn-link {
	font-size: 14px;
}

.toollabel {
	font-weight: bold;
}

.toolmsg {
	display:inline-block;
	font-size:16px;
	font-weight: bold;
	color:red;
	height:22px;
	vertical-align:middle;
	margin-left:5px;
	padding-top:10px;
}

/* green schema*/
.toolbar.green {
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#E0DEDE',endColorStr='#BAF2E8',gradientType='0'); 
	background:#BAF2E8; /* default background for browsers without gradient support */
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#E0DEDE), to(#BAF2E8));
    background:-moz-linear-gradient(#E0DEDE, #BAF2E8);
	background:-o-linear-gradient(#E0DEDE, #BAF2E8); 
	background:linear-gradient(#E0DEDE, #BAF2E8);
}

/**
 * form表单样式
 */
.formPanel {
	float:left;
	border: 1px solid #dddddd;
	width:100%;
	background-color: #F0F0F0;
}

.formPanel-label {
    position:absolute;
    text-align:center;
    left: 0;
    top: 0;
    float:left;
    background-color:#92D5E8;
    width: 110px;
    height:100%;
}
.formPanel-value {
	position:absolute;
	float:left;
    margin-left: 120px;
    padding: 6px 4px 6px 6px;
}

/**
 * 页面头 bar
 */
.topbar {
	height: 40px;
	width:100%;
	background-color: #3299B7;
	float: left;
	position:fixed;
	z-index:100;
	top: 0px;
	padding:0px;
	margin:0px;
}
.topbar > .title {
	height: 100%;
	width:100px;
	float:left;
	margin-left:20px;
	margin-top:4px;
	font: bold 20px/30px Georgia,serif; 
	color:#FFF;
}
.topbar > .login {
	float:right;
	margin-top:4px;
	margin-right:30px;
	width:30px;
}
.topbar > .login a {
	color:#FFF;
}
.topbar > .login#login {
	z-index: 1000;
}

/*  green schema*/
.topbar.green {
	background-color: #66CCCC;
}
.msglabel {
  padding-top:10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}

/**
 * 登录页面样式
 */
.loginPop {
	padding:30px 60px ;
	background:#C0D8EA; /* default background for browsers without gradient support */
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#C0D8EA), to(#7AAED6));
	background:-moz-linear-gradient((#C0D8EA, #7AAED6));
	background:-o-linear-gradient(#C0D8EA, #7AAED6);
	background:linear-gradient(#C0D8EA, #7AAED6);
}


/*********************according 导航 begin************************************/
.accordion,
.accordion ul,
.accordion li,
.accordion a,
.accordion span {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

.accordion li {
	list-style: none;
}

/* Layout & Style */

.accordion li > a {
	display: block;
	position: relative;
	min-width: 110px;
	padding: 0 10px 0 40px;
	height: 32px;

	color: #fdfdfd;
	font: bold 12px/32px Arial, sans-serif;
	text-decoration: none;
	text-shadow: 0px 1px 0px rgba(0,0,0, .35);

	background: #6c6e74;
	background: -moz-linear-gradient(top,  #6c6e74 0%, #4b4d51 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c6e74), color-stop(100%,#4b4d51));
	background: -webkit-linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);
	background: -o-linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);
	background: -ms-linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);
	background: linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);

	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
	box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
}

.accordion > li:hover > a,
.accordion > li:target > a,
.accordion > li > a.active {
	color: #3e5706;
	text-shadow: 1px 1px 1px rgba(255,255,255, .2);
	
	/*background: url(../image/active.png) repeat-x;*/
	background: #a5cd4e;
	background: -moz-linear-gradient(top,  #a5cd4e 0%, #6b8f1a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5cd4e), color-stop(100%,#6b8f1a));
	background: -webkit-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);
	background: -o-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);
	background: -ms-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);
	background: linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);	
}

.accordion li > a span {
	display: block;
	position: absolute;
	top: 7px;
	right: 0;
	padding: 0 10px;
	margin-right: 10px;
	
	font: normal bold 12px/18px Arial, sans-serif;
	background: #404247;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1);
	box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1);
}

.accordion > li:hover > a span,
.accordion > li:target > a span,
.accordion > li > a.active span {
	color: #fdfdfd;
	text-shadow: 0px 1px 0px rgba(0,0,0, .35);
	background: #3e5706;
}

/* Images */

.accordion > li > a:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 24px;
	height: 24px;
	margin: 4px 8px;

	background-repeat: no-repeat;
	background-image: url(../image/icons.png);
	background-position: 0px 0px;
}

.accordion li.files > a:before { background-position: 0px 0px; }
.accordion li.files:hover > a:before,
.accordion li.files:target > a:before,
.accordion li.files > a.active:before { background-position: 0px -24px; }

.accordion li.mail > a:before { background-position: -24px 0px; }
.accordion li.mail:hover > a:before,
.accordion li.mail:target > a:before,
.accordion li.mail > a.active:before { background-position: -24px -24px; }

.accordion li.cloud > a:before { background-position: -48px 0px; }
.accordion li.cloud:hover > a:before,
.accordion li.cloud:target > a:before,
.accordion li.cloud > a.active:before { background-position: -48px -24px; }

.accordion li.sign > a:before { background-position: -72px 0px; }
.accordion li.sign:hover > a:before,
.accordion li.sign:target > a:before,
.accordion li.sign > a.active:before { background-position: -72px -24px; }

/* Sub Menu */

.sub-menu li a {
	color: #797979;
	text-shadow: 1px 1px 0px rgba(255,255,255, .2);

	background: #e5e5e5;
	border-bottom: 1px solid #c9c9c9;

	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
	box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
}

.sub-menu li:hover a { background: #efefef; }

.sub-menu li:last-child a { border: none; }

.sub-menu li > a span {
	color: #797979;
	text-shadow: 1px 1px 0px rgba(255,255,255, .2);
	background: transparent;
	border: 1px solid #c9c9c9;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.sub-menu em {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 14px;
	color: #a6a6a6;
	font: normal 10px/32px Arial, sans-serif;
}

/* Functionality */

.accordion li > .sub-menu {
	display: none;
}

.accordion li:target > .sub-menu {
	display: block;
}
/*****************according 导航 end****************************************/



/*************************全局样式*******************/
body {
	font-size: 14px;
	font-family: Arial,'Hiragino Sans GB','PingFangSC-Thin','Microsoft YaHei',sans-serif;
}
label, input, button, select {
    font-size: 14px;
    line-height: 20px;
}
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    font-size: 12px;
    height: 16px;
}

.input-append, .input-prepend {
	margin-bottom: 0px;
}
.input-append .add-on, .input-prepend .add-on  {
	height: 16px;
    line-height: 16px;
}

.table.dataTable thead th, table.dataTable thead td {
	font-size: 14px;
    padding: 8px 10px;
}
.table.dataTable tbody th, table.dataTable tbody td {
  	font-size: 14px;
    padding: 8px 10px;
}
.dataTables_length label {
    display: block;
    margin: 5px;
}
.dataTables_wrapper .dataTables_info {
	clear: none;
}
.pagination{
	margin:0px;
}
.red {
    font-size: 12px;
    line-height: 16px;
    color:red;
}
/**
 * 表格样式
 */
.tabclass {
	width:99%;
	border: 1px solid #DDDDDD;
	margin-bottom: 5px;
}
.tabhead {
	height:30px;
	width:100%;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#C6C6C6',endColorStr='#e9e9e9',gradientType='0'); 
	background:#e9e9e9; 
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#C6C6C6), to(#e9e9e9));
    background:-moz-linear-gradient(#C6C6C6, #e9e9e9);
	background:-o-linear-gradient(#C6C6C6, #e9e9e9); 
	background:linear-gradient(#C6C6C6, #e9e9e9);
}
.tabhead ul {
	list-style: none;
}
.tabhead ul li {
	float: left;
	height:30px;
	padding-left:5px;
	line-height: 30px;
	font-family: "宋体";
	font-size:14px;
	font-weight: bold;
}

.tabbody {
	width:100%;
	height: 100%;
}
.tabbody .tabtrgroup {
	width:100%;
	height:70px;
	border-bottom: 1px solid #DDDDDD;
}
.tabbody .tabtrgroup .tabtr {
	clear: both;
}
.tabbody .tabtrgroup .tabtr ul {
	list-style: none;
}
.tabbody .tabtrgroup .tabtr ul li {
	float: left;
	height:20px;
	padding-left:5px;
	line-height: 20px;
	font-size：10px;
	color:#7F7E7E;
}


.xtTable {
	width:100%;
	margin-bottom: 20px;
	table-layout:fixed;
}
.xtTable th, .xtTable td {
	border:1px solid #ddd;
	height: 40px;
	line-height: 40px;
	text-align: center;
	white-space:nowrap;
	overflow:hidden; 
	text-overflow:ellipsis;
}
.xtTable th {
	background-color: #f9f9f9;
	border-top: 1px solid #3792e5;
}
.xtTable tr:hover {
	background-color: #2DC3E8;
	cursor: pointer;
}
.xtTable tr:nth-child(even) {
	background-color: #EEF0EC;
}
.xtTable tr.active {
	background-color: #77C9DD;
}
.pagination ul>.active>a, .pagination ul>.active>span {
    color: #fff;
}
.pagination ul>li>a:hover, 
	.pagination ul>li>a:focus, 
	.pagination ul>.active>a, 
	.pagination ul>.active>span {
    background-color: #F89406;
}

/*************************全局样式*******************/
.dataTables_length label {
    display: block;
    padding-top: 0.18em;
}