.content-wrapper {
    background-color: rgb(200, 230, 245);
}
/* ---box -- */
.box-header {
  color: #444;
  display: block;
  padding: 10px 8px;
  position: relative;
}

/* time line */
.timeline>li {
  position: relative;
  margin-right: 10px;
  margin-bottom: 5px;
}
.ftitle{
    font-size:14px;
    font-weight:bold;
    padding:5px 0;
    margin-bottom:10px;
    border-bottom:1px solid #ccc;
}
.fitem{
margin-bottom:5px;
clear:both;
}
.fitem label{
display:inline-block;
width:140px;
text-align:right;
margin-right:10px;
font-weight:bold;
vertical-align:top;
}
.fitem input{
width:190px;
}
.fitem input.form-checkbox, .fitem input.form-radio{
width:10px;
}
.fitem label.checkbox {
display: block;
width: 150px;
text-align: left;
margin-right: 10px;
font-weight: bold;
}

/**
 * Tables.
 */
 #win hr{
    border-bottom:1px solid gray;
    height: 1px;
    padding: 0;
    margin: 0;
}
  
.datagrid-view table td, .datagrid-view table th {
padding:0px 0px;
}
label.div-inline{
  width: 180px;
  text-align: left;
  margin-left: 20px;
  margin-right:0px;
}
.div-inline input{
  width: 20px;
  margin-right:1px;
}
  
/* Tighten up space between multiple callouts */
.bs-callout {
  background-color: #fff;
  padding: 3px;
}
.bs-callout + .bs-callout {
  margin-top: -5px;
}
/* Space things out */
.bs-docs-section {
  margin-bottom: 60px;
}
.bs-docs-section:last-child {
  margin-bottom: 0;
}

/* Variations */
.bs-callout-danger {
  border-left-color: #ce4844;
}
.bs-callout-danger h4 {
  color: #ce4844;
}
.bs-callout-warning {
  border-left-color: #aa6708;
}
.bs-callout-warning h4 {
  color: #aa6708;
}
.bs-callout-info {
  border-left-color: #1b809e;
  border-left: 3px solid  #1b809e;
}
.bs-callout-info h4 {
  color: #1b809e;
}

/**
 * Tables.
 */
 table {
  font-size: 0.923em;
  border: 1px solid #bebfb9; 
}
table td,
table th {
  vertical-align: middle;
  padding: 8px 10px;
  border: 0;
  color: #000;
}

.datagrid-view table td, .datagrid-view table th {
  padding:0px 0px;
  }

.datagrid-pager table td, .datagrid-pager table th {
  padding:0px 0px;
  }
tr.even,
tr.odd {
  /* border-width: 0 1px 0 1px; */
  border-style: solid;
  border-color: #bebfb9;
  background: #f3f4ee;
}
tr.odd {
  background: #fff;
}
tr.drag {
  background: #fe7;
}
tr.drag-previous {
  background: #ffb;
}
table th {
  text-transform: uppercase;
  background: #e1e2dc;
  font-weight: normal;
  border-width: 1px;
  border-style: solid;
  border-color: #bebfb9;
 /* padding: 3px 10px;*/
}
table th.active {
  background: #bdbeb9;
}
table th a {
  display: block;
  position: relative;
}
table th.active a {
  padding: 0 25px 0 0; /* LTR */
}
table th.active img {
  position: absolute;
  top: 3px;
  right: 3px; /* LTR */
}
table td.active {
  background: #e9e9dd;
}
table tr.odd td.active {
  background: #f3f4ee;
}
table tr.selected td.active,
table tr.selected td {
  background: #ffc;
  border-color: #eeb;
}
table.system-status-report tr {
  border-bottom: 1px solid #ccc;
}
table.system-status-report tr.ok {
  color: #255b1e;
  background-color: #e5ffe2;
}
table.system-status-report tr.info {
  color: #040f37;
  background-color: #bdf;
}
table.system-status-report tr.warning {
  color: #840;
  background-color: #fffce5;
}
table.system-status-report tr.error {
  color: #8c2e0b;
  background-color: #fef5f1;
}
/**
 * Exception for webkit bug with the right border of the last cell
 * in some tables, since it's webkit only, we can use :last-child
 */
tr td:last-child {
  border-right: 1px solid #bebfb9; /* LTR */
}

.mylogin-page,
.myregister-page {
  /* background: #829dd3; */
  background:url("../images/timg.jpg");  
  filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";  
  -moz-background-size:100% 100%;  
      background-size:100% 100%;  
  background-attachment: fixed;
}
#particles-js {
  z-index: -1000;
  position: absolute;
  top: 300px;
  left: 0px;
  width: 100%;
  height: 100%;
  /* background-color: #b61924; */
  background-image: url("../images/timg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.panel li.back{
    background-color: #ccc;
}
.panel li.active{
    background-color: #fff;
}

/*bootstrap兼容问题和easyui的bug*/

.panel-header, .panel-body {border-width: 0px;}

.datagrid,.combo-p{border:solid 1px #D4D4D4;}

.datagrid *{-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}

/*我的添加：添加下面这个更好，所有的easyui所有的布局都在layout下面*/

.easyui-layout *{-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}

.checkbox, .radio {
  position: relative;
  display: block;
  margin-top: 3px;
  margin-bottom: 3px;
}
/*bootstrap兼容问题和easyui的bug*/

.panel-header, .panel-body {border-width: 0px;}

.datagrid,.combo-p{border:solid 1px #D4D4D4;}

.datagrid *{-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}

/*我的添加：添加下面这个更好，所有的easyui所有的布局都在layout下面*/

.easyui-layout *{-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}

#main-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: #e3e2e2;
  border: 1px solid #c3c3c3;
  border-bottom: none;
  width: 100%;
  padding: 2px 3px;
  /* margin: 0; */
}

/* .control-sidebar {
  top: 0;
  right: -800px;
  width: 800px;
  -webkit-transition: right .3s ease-in-out;
  -o-transition: right .3s ease-in-out;
  transition: right .3s ease-in-out;
  background: #e2e2e3;
} */
/* 主导航栏中的用户菜单 */
.navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
  position: absolute;
  right: 0;
  left: auto;
  background: rgb(157, 205, 238);
}

/* tabs 导航CSS改写 */
.tab .nav-tabs{
  padding-left: 15px;
  border-bottom: 4px solid #692f6c;
}
.tab .nav-tabs li a{
  color: #fff;
  padding: 10px 20px;
  margin-right: 10px;
  background: #692f6c;
  text-shadow: 1px 1px 2px #000;
  border: none;
  border-radius: 0;
  opacity: 0.5;
  position: relative;
  transition: all 0.3s ease 0s;
}
.tab .nav-tabs li a:hover{
  background: #692f6c;
  opacity: 0.8;
}
.tab .nav-tabs li.active a{
  opacity: 1;
}
.tab .nav-tabs li.active a,
.tab .nav-tabs li.active a:hover,
.tab .nav-tabs li.active a:focus{
  color: #fff;
  background: #692f6c;
  border: none;
  border-radius: 0;
}
.tab .nav-tabs li a:before,
.tab .nav-tabs li a:after{
  content: "";
  border-top: 42px solid transparent;
  position: absolute;
  top: -2px;
}
.tab .nav-tabs li a:before{
  border-right: 15px solid #692f6c;
  left: -15px;
}
.tab .nav-tabs li a:after{
  border-left: 15px solid #692f6c;
  right: -15px;
}
.tab .nav-tabs li a i,
.tab .nav-tabs li.active a i{
  display: inline-block;
  padding-right: 5px;
  font-size: 15px;
  text-shadow: none;
}
.tab .nav-tabs li a span{
  display: inline-block;
  font-size: 14px;
  letter-spacing: -9px;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.tab .nav-tabs li a:hover span,
.tab .nav-tabs li.active a span{
  letter-spacing: 1px;
  opacity: 1;
  transition: all 0.3s ease 0s;
}
.tab .tab-content{
  padding: 30px;
  background: #fff;
  font-size: 16px;
  color: #6c6c6c;
  line-height: 25px;
}
.tab .tab-content h3{
  font-size: 24px;
  margin-top: 0;
}
@media only screen and (max-width: 479px){
  .tab .nav-tabs li{
      width: 100%;
      margin-bottom: 5px;
      text-align: center;
  }
  .tab .nav-tabs li a span{
      letter-spacing: 1px;
      opacity: 1;
  }
}   

/* dataTables Css */
button.dt-button, div.dt-button, a.dt-button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin-right: 0.333em;
  margin-bottom: 0.333em;
  padding: 0.3em 0.5em;
  border: 1px solid #999;
  border-radius: 2px;
}


.checkbox{
  border: 1px solid #fff;
}
/* tabs 导航CSS改写 */

/* h5 css --悬浮-- */

/* print css */

table.print_table{
  border: 1px solid Black;
  border-collapse: collapse;
}
table.print_table th{
  text-align: center;
  background-color: #fff;
  white-space: normal;
  font-weight : bold;
  font-size : 14px;
  border-left: 1px solid Black;
  border-right: 1px solid Black;
  border: 1px solid black;
  padding: .5px;
  padding-left:3px;
  font-family : "Microsoft YaHei", sans-serif, Arial;
  vertical-align : middle; 
  display: table-cell;
}
table.print_table td{
  text-align: right;
  background-color: #fff;
  border-left: 1px solid Black;
  border-right: 1px solid Black;;
  white-space: normal;
  font-weight : bold;
  padding: .5px;
  padding-left:3px;
  font-size : 12px;
  font-family : "Microsoft YaHei", sans-serif, Arial;
  vertical-align : middle;
  display: table-cell;
}
table.print_table tr.printsum{
  border: 1px solid black;
}
.printnodediv p{
  margin:0 0 0px;
}
div.print_footer table{
  border:0px solid white;
}