@charset 'utf-8';

body{
	
	color:#333;
	font-size: 16px;
	font-family: "Microsoft YaHei";
}
body,p,h1,h2,h3,h4,h5,h6,ul,li{
	margin: 0px;
	padding:0px;
}
ul,li{
	list-style: none;
}
table{
	border-collapse:collapse;
}
input,textarea,button{
	border:none;
	outline:none;
}
img{
	border:none;
}
a{
	text-decoration: none;
	color:#333;
}
label{
	font-weight: normal;
}
.clear{
	clear:both;
	display: block;
}
input[type="date"]::-webkit-textfield-decoration-container {
    background-color: #f0f3f9;	
}
input[type="date"]::-webkit-inner-spin-button {
     -webkit-appearance: none;
}
input[type="date"]::-webkit-outer-spin-button {
     -webkit-appearance: none;	
}
input[type="date"]::-webkit-date-cancel-button{
	display: none;
}
input[type="date"]::-ms-clear{
	display: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}
.iframe-body{
	min-width:1300px;
	    height: 100%;
    overflow-y: hidden;
}
table thead td{
	white-space: nowrap;
}
.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th{
	vertical-align: middle;
}

@media (min-width: 1400px){
	.container {
	    width: 100%;
	}
}

/*头部结束*/

/*侧边导航开始*/
.side-nav {
	height: 100%;
	position: fixed;
	padding:0px;
	z-index: 1;
	overflow: hidden;
	padding-bottom: 30px;
    box-sizing: border-box;
}
.side-nav .box{
	background: rgb(53,60,68);
	position: relative;
	height: 100%;
	overflow: auto;
    padding-bottom: 50px;
    box-sizing: border-box;
}


.side-nav a{
	color:#fbfbfb;
	display:block;
}
.side-nav a:hover,
.side-nav a:visited,
.side-nav a:active,
.side-nav a:focus{
	text-decoration: none;
}
.side-nav h1{
	font-size:20px;
	text-align: center;
	line-height: 50px;
	background:rgb(78, 85, 97);
}
.side-nav  h3{
	padding-left:35px;
	line-height: 50px;
}
.side-nav  h3 a{
	font-size:18px;
}
.side-nav ul{
	display: none;
}
.side-nav .on h3{
	background: rgb(44,48,57);
}
.side-nav .on ul{
	display: block;
}
.side-nav li{
	padding-left:80px;
	line-height: 36px;
}
/*侧边导航结束*/
.welcome-p{
	border-bottom:1px solid #f1f1f1;
	font-size:14px;
	background:#f8f8f8;
	line-height: 35px;
    padding: 0px 20px;
    width:100%;
    text-indent: 10px;
}
.welcome-p a{
	color:blue;
}
/*内容区域title*/
.title {
	padding-bottom:14px;
	border-bottom:1px solid #ccc;
	    margin-bottom: 15px;
	    overflow: hidden;
}
.title h3{
	font-size:16px;
	line-height: 30px;
	font-weight: bold;
	float: left;
}
/*内容区域title*/


.modal button a{
	color:#fff;
}
.pagination{display: block}
.pagination>li{padding: 0!important;}
.pagination>li span{font-size: 14px!important;}