.pagination.total{
    padding-top: 5px;
}

.dl-horizontal dd,.dl-horizontal dt{
	margin-top:2px;
	margin-bottom: 2px;
}

.dl-horizontal dd{
	padding-top:2px;
}

/* 鏃犺竟妗� */
.none-border{
	border: none;
	padding-left: 0;
}

/* Action messages */
.messages{
	position: relative;
    padding: 5px 15px 0 15px;
}

.messages .alert{
	margin-bottom:0px;
}

body.login-page .login-box-msg{
	text-align: left;
	margin-left:-15px;
	color: red;
}

body.login-page .form-control-feedback{
	left:0;
}

body.login-page input.form-control{
	padding-left:2em;
}

body.login-page .form-control-feedback{
	margin-left:15px;
}

body.login-page img{
	/* height: 34px; */
	float:right;
}

.navbar-nav > .user-menu > .dropdown-menu {
	width:240px;
}

.navbar-brand>img{
	width:50px;
	margin-top:-15px;
}

.navbar>.container .navbar-brand{
	margin-left: 0;
	
}
/* start table */
table.profile{
	width:100%;
}
table.profile th {
    width: 12em;
}

/* table澶撮鑹� */
table.with-head-border thead tr:first-child{
	border-top:3px solid #d2d6de;
}

.table thead tr{
	background-color: #f9f9f9 ;
}

/* table 娓愬彉棰滆壊 */
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: white ;
}

.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #f9f9f9 ;
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5;
}

/* table 鎿嶄綔鎸夐挳鏍峰紡 */
.table div.input-group-btn label.btn{
	float: right;
	padding:0px 10px;
	border:none;
	background-color:transparent;
}

.table-hover>tbody>tr:hover i.fa.fa-cog
,.table-hover>tbody>tr:hover span.caret{
	color: rgb(54, 127, 169);
}

.table-hover>tbody>tr:hover i.fa.fa-cog{
	animation: fa-spin 4s infinite linear;
}

/* end table */
/* 闂ㄦ埛棣栭〉-鍏憡*/
.notice .time{
	color: #999;
    float: right;
    font-size: 12px;
}

/* 鍏憡璇︽儏 */
 
.notice .notice-view h3{
	text-align: center;
}

.notice .notice-view span.time{
	width:100%;
	text-align: center;
	color: #999;
    font-size: 14px;
    padding-bottom: 10px;
	border-bottom:  1px solid #f4f4f4;
}

.notice .notice-view .content{
	margin: 40px 5px 10px 5px;
	padding:5px;
	display:block;
	min-height: 400px;
}

.notice .notice-view .box-footer p{
	padding:0 5px 0 5px;
	text-align: right;
}

.notice .notice-list .box-body{
	min-height: 485px;
}

.notice .notice-list dt{
	margin:10px 5px 10px 5px ;
}

.notice .notice-list dt>i{
}

.notice .notice-list dd{
	text-align: right;
	color: #999;
    font-size: 12px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #f4f4f4;
}