@page {
	/* 横向き印刷
	size:landscape;
	*/
}

* {
	font-size:10px;
}

#logi .navbar-default {
	display: none;
}

.menu {
	display:none;
}
.content {
	margin-left:0;
}
.container-fluid.top {
	padding-top: 0;
}
.toggleNumber {
	display:none;
}
.toggleHide {
	display:block;
}

.printHide {
	display:none;
}

#logi .table {
	margin: 10px 0 0 0;
	border: 1px solid #000;
	border-radius: 0;
}
#logi .table th, #logi .table td {
	border: 1px solid #333;
}
#logi .table th {
	background-color: #E4E3E3 !important;
}

.content {
	overflow-y:visible !important;
	padding:0;
}
.printShow {
	display:block !important;
}
.alert {
	display:none;
}

h1 {
	margin-top:0 !important;
	text-align:center;
	border-bottom: 1px solid #333;
	padding-bottom: 10px !important;
}

.registerPrint {
	width: 172mm;
	margin:0 auto;
}

.paging a[data-page] {
	display:none;
}
.paging a.info {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.table tbody>tr>td {
	padding:3px;
}
