body {
	padding-top: 10px;
}

/*主容器*/
.main-container {
	padding: 20px;
	/*margin: 20px;*/
}
/*验证消息*/
.valid_message {
	color: #f00;
}
/*登录框*/
.loginForm {
	border-radius: 30px 0;
	box-shadow: 0px 0px 10px 10px #888;
	padding: 40px;
	margin-top: 10%; 
}
/*验证码*/
#imgCode {
	cursor: pointer;
}
/*左面板*/
.left {
	border-right: 1px solid #ccc;
	/*height: 100%;*/
}
/*右面板*/
.right {
	height: 100%;
}

/*脚注中的分页*/
.panel-footer .pagination{
	margin: 0;
	padding: 0 auto;
}

/*panel中的按钮*/
.panel-head-btn{	
	padding:1px;
}

/*表格选中列*/
.th_hd_sel{
	width: 70px;
}

/*系统表*/
.sys-table tr th {
	width: 20%;
	text-align: center;
}

.col-xs-4 a{
	text-decoration:none
}

.navbar {
	background-color: #0078bb;
	border-color: #0078bb;
	color: #0078bb;
}

/*表格控制不要超出*/
table {
   word-break:break-all;
   word-wrap:break-all;
}

/*居中按钮*/
.center-button {
    /*top: 15%;*/
    bottom: 45%;
    color: #fff;
    left: 15%;
    /*padding-bottom: 20px;/*/
    /*padding-top: 20px;*/
    position: absolute;
    right: 15%;
    text-align: center;
    /*text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);*/
    /*z-index: 10;*/
}