/* 样式初始化 */
html,
body {
  font-family: "microsoft yahei";
  margin: 0;
  padding: 0;
  font-size: 16px;
  width: 100%;
  height: 100%;
  /*min-height: 680px;*/
}
ul{
	margin:0px;
}
/* 外部容器样式 */
#container {
	width: 100%;
  height: 100%;
  background-color: #fff;
  color: #333333;
  overflow: auto;
  z-index: 200;
  position: relative;
  min-width: 1000px;
}
/* 头部 */
#container header {
  width: 100%;
  font-size: 1rem;
  height: 68px;
  background: url(../../img/frame/topbg.png);
  color: #fff;
  position: relative;
  
}
#container header #logo {
  position: absolute;
  left: 20px;
  display: inline-block;
  display: inline;
  *zoom: 1;
}
#container header #logo #banner {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
  height: 100%;
}
#container header #minMenu {
  height: 100%;
  margin-left: 213px;
}
#container header #minMenu li {
  text-align: center;
  padding: 5px 30px;
  box-sizing: border-box;
  cursor: pointer;
}
#container header #minMenu li p {
  margin: 0;
}
#container header #minMenu li p img {
  width: 32px;
}
#container header #admin {
  width: 278px;
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  background: url(../../img/frame/topnav.png);
  text-align: center;
  line-height: 30px;
}
#container header #admin label {
  margin-right: 5px;
  font-weight: normal;
}
input,select,textarea{border:1px solid #dcdcdc;}
select,input[type="text"]{height:30px;}
input[type="number"]{height:30px;}
#cover{width: 100%;min-width:1000px;height: 100%;z-index: 1000;opacity: .6;background: #000000;position: absolute;top: 0;left:0px;}
/* 头部结束 */
/*重写bootstrap按钮*/
.btn{
	border-radius: 0px;
}

.btn-default{
	border-color: #D8D8D8;
}

.bor-down-d8{
	background: url("../../img/downS-20.png") no-repeat 99% 4px;
}
/*建立项目中用到的组件*/
/*radio组件*/
.radio-default{
	width:15px;
	height: 15px;
	background-color: #ffffff;
}
input[type=checkbox].radio-default, input[type=radio].radio-default{
	margin-top:3px;
}
/*btn组件*/
.btn-spring{
	color: #FFFFFF;
	background-color: #59CE2A;
	border-color: #41B82C;
}
	.btn-spring:focus,
	.btn-spring.focus{
		color: #FFFFFF;
		background-color: #59CE2A;
		border-color: #255625;
	}
	.btn-spring:hover{
		color: #FFFFFF;
		background-color: #33B818;
		border-color: #398439;
	}
	.btn-spring:active,
	.btn-spring.active,
	.open > .dropdown-toggle.btn-spring {
	  color: #fff;
	  background-color: #33B818;
	  border-color: #398439;
	}
	.btn-spring:active:hover,
	.btn-spring.active:hover,
	.open > .dropdown-toggle.btn-spring:hover,
	.btn-spring:active:focus,
	.btn-spring.active:focus,
	.open > .dropdown-toggle.btn-spring:focus,
	.btn-spring:active.focus,
	.btn-spring.active.focus,
	.open > .dropdown-toggle.btn-spring.focus {
	  color: #fff;
	  background-color: #339B18;
	   border-color: #255625;
	}
	.btn-spring:active,
	.btn-spring.active,
	.open > .dropdown-toggle.btn-spring {
	  background-image: none;
	}
	.btn-spring.disabled,
	.btn-spring[disabled],
	fieldset[disabled] .btn-spring,
	.btn-spring.disabled:hover,
	.btn-spring[disabled]:hover,
	fieldset[disabled] .btn-spring:hover,
	.btn-spring.disabled:focus,
	.btn-spring[disabled]:focus,
	fieldset[disabled] .btn-spring:focus,
	.btn-spring.disabled.focus,
	.btn-spring[disabled].focus,
	fieldset[disabled] .btn-spring.focus,
	.btn-spring.disabled:active,
	.btn-spring[disabled]:active,
	fieldset[disabled] .btn-spring:active,
	.btn-spring.disabled.active,
	.btn-spring[disabled].active,
	fieldset[disabled] .btn-spring.active {
	  background-color: #90D790;
	  border-color: #41B82C;
	}
	.btn-spring .badge {
	  color: #59CE2A;
	  background-color: #fff;
	}

/*导航组建*/
.nav-underline{
	
}
.nav-underline>li{
	float: left;
}
.nav-underline>li>a{
	margin-right: 2px;
	line-height: 1.42857143;
	color: #666666;
}
.nav-underline>li.active>a,
.nav-underline> li.active > a:focus{
	color:#2DB015;
	cursor: default;
	background-color: transparent;
	border-bottom: 2px solid #2DB015;
}
.nav-underline > li > a:hover{
	color:#2DB015;
}
.nav-underline.nav-justified{
	width:100%;
}
.nav-underline.nav-justified>li{
	float: none;
}
.nav-underline.nav-justified > li > a {
  text-align: center;
}
.nav-underline.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-underline.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-underline.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-underline.nav-justified > li > a{
	margin-right: 0;
}

/*去边框*/
.no-border{
	border: none !important;
}

/*分页组件 分裂式分页 spring着色*/
.pagination.split{
	margin: 0px;
}
.pagination.spring>li>a,
.pagination.spring>li>span{
	background-color: transparent;
}
.pagination.spring>li>a,
.pagination.spring>li>span{
	border-color: #D3D3D3;
	color: #666666;
}
.pagination.spring>li>a:hover,
.pagination.spring>li>span:hover{
	background-color: #FFFFFF;
	color: #333333;
}
.pagination.spring>.active>a,
.pagination.spring>.active>a:focus,
.pagination.spring>.active>a:hover,
.pagination.spring>.active>span,
.pagination.spring>.active>span:focus,
.pagination.spring>.active>span:hover{
	z-index: 2;
	color: #FFFFFF;
	cursor: default;
	background-color: #33B818;
	border-color: #41B82C;
}
.page-content .pagination.split>li>a,
.page-content .pagination.split>li>span{
	margin-right:5px;
}
.pagination.split > li:first-child > a,
.pagination.split > li:first-child > span,
.pagination.split > li:last-child > a,
.pagination.split > li:last-child > span{
	margin-right: 0px;
	border-radius: 0px; 
}
.pagination.split > li:first-child > a,
.pagination.split > li:first-child > span{
	margin-right: 5px;
}
.pagination.spring>li>a.no-border,
.pagination.spring>li>span.no-border{
	background-color: transparent;
}
.pagination.spring>li>a.no-border:hover{
	color: #2DB015;
}
.pagination.spring>li>span.no-border:hover{
	color:#666666;
}
.pagination.spring>.active>a.no-border{
	background-color: transparent;
	color: #2DB015;
}
/*扁平化modal*/
.modal-dialog.modal-flat .modal-content{
	border-radius: 0px;
	border: none;
}
.modal-dialog.modal-flat .modal-header{
	height: 40px;
	padding: 7px;
	border-bottom: none;
}
	.modal-dialog.modal-flat .modal-header .modal-title{
		font-size: 16px;
	}
.modal-dialog.modal-flat .modal-footer{
	height:60px;
	padding: 12px;
	border-top:1px solid #D3D3D3;
}
/*modal-spring*/
.modal-dialog.modal-spring .modal-header{
	background-color: #59CE2A;
	color: #FFFFFF;
}
/*垂直居中modal*/
.modal-dialog.modal-dialog-justified{
	height: 100%;
}
.modal-dialog.modal-dialog-justified,
.modal-dialog.modal-dialog-justified .modal-content{
	margin: 0px auto;
	position: absolute;
	left: 50%;
	top:50%;
	transform:translate(-50%,-50%) !important;
	-webkit-transform: translate(-50%,-50%) !important;
	-moz-transform:translate(-50%,-50%) !important;
	-ms-transform: translate(-50%,-50%) !important;
}
.modal-dialog.modal-dialog-justified .modal-content{
	width:100%;
}
/*.modal-dialog.modal-dialog-justified .modal-body{
	overflow: auto;
}*/
@media only screen and (min-width: 100px) and (max-width: 769px) {
	.modal-dialog.modal-dialog-justified{
		width: 90%;
	}
}

/*重写bootstrap table*/
.table{
	margin-bottom: 0px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
	border-top:0px;
}
.table>thead{
	background-color: #F4F4F4;
	border-bottom: 1px solid #EAEAEA;
	height: 40px;
	font-size: 14px;
	color: #333333;
}
.table>tbody{
	font-size: 12px;
	color:#666666;
}
.table>thead>tr>td{
	padding:10px;
}
.table>tbody+tbody{
	border:0px;
}
.table>tbody,.table>tbody+tbody{
	border-bottom: 1px solid #EAEAEA;
	border-top: 1px solid #EAEAEA;
}
.table-striped>tbody>tr:nth-of-type(odd){
	background-color: #F4F4F4;
}
.table-striped>tbody>tr:nth-of-type(even){
	background-color: #ffffff;
}
.table-hover > tbody > tr:hover{
	background-color: #d9ecd5;
	color:#333333;
}

/* 底部 */
footer {
  width: 100%;
  text-align: center;
  background: #59ce2a;
  color: #fff;
  clear: both;
  font-size: .875rem;
  line-height: 25px;
  position: absolute;
  bottom: 0;
}
/* 类样式 */
label {
  cursor: pointer;
  margin: 0;
  font-size: .875rem;
}
.checkMinMenu {
  background: #33b818;
  border: 1px solid #2db015;
}
.checkMenuTree {
  background: #59ce2a;
  border-top: 1px solid #33b818;
  border-left: 4px solid #33b818;
  color: #fff;
}
.inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.btnImg {
  width: 16px;
}
.adminImg {
  width: 20px;
}



