.print-menu-layer {
	width: 320px; height: 100%; background: #fff; position: fixed; top: 0px; right: 0; z-index: 1; border-right: 1px solid; box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.5);
}

.print-menu-layer .menu-top {
	padding: 15px; border-bottom: 1px solid #ccc; background: #e3e3e3;
}
.print-menu-layer .menu-middle {
	padding: 15px; border-bottom: 1px solid #ccc;
}
.print-menu-layer .menu-bottom {
	position: absolute; right: 0px; bottom: 0px; left: 0px; padding: 15px; border-top: 1px solid #ccc; background: #e3e3e3;
}

.print-option-table {
	width: 100%;
}
.print-option-table tr {
	height: 35px;
}
.print-option-table td, .print-option-table th {
	padding: 5px;
}

.print-body {
	margin-right: 320px;
	font-size: 12px;
}

.table-card>tbody>tr>td, .table-card>tbody>tr>th, .table-card>tfoot>tr>td, .table-card>tfoot>tr>th, .table-card>thead>tr>td, .table-card>thead>tr>th {
	vertical-align: middle;
}
.table-card>tbody>tr>td:first-child, .table-card>tbody>tr>th:first-child, .table-card>tfoot>tr>td:first-child, .table-card>tfoot>tr>th:first-child, .table-card>thead>tr>td:first-child, .table-card>thead>tr>th:first-child {
	border-right: 1px dashed #ddd;
}
.table-card>tbody>tr:last-child>td, .table-card>tbody>tr:last-child>th, .table-card>tfoot>tr:last-child>td, .table-card>tfoot>tr:last-child>th, .table-card>thead>tr:last-child>td, .table-card>thead>tr:last-child>th {
	border-bottom: 1px solid #ddd;
}

.page .form-group { margin-bottom: 0.84em; }
.page .form-group.xs { margin-bottom: 0.16em; }
.page .form-group.sm { margin-bottom: 0.5em; }
.page .form-group.lg { margin-bottom: 1.25em; }

.table th.td-w-1, .table td.td-w-1 { width: 10%; }
.table th.td-w-2, .table td.td-w-2 { width: 20%; }
.table th.td-w-3, .table td.td-w-3 { width: 30%; }
.table th.td-w-4, .table td.td-w-4 { width: 40%; }
.table th.td-w-5, .table td.td-w-5 { width: 50%; }
.table th.td-w-6, .table td.td-w-6 { width: 60%; }
.table th.td-w-7, .table td.td-w-7 { width: 70%; }
.table th.td-w-8, .table td.td-w-8 { width: 80%; }
.table th.td-w-9, .table td.td-w-9 { width: 90%; }

.table th.td-font-lg, .table td.td-font-lg { font-size: 16px; }
.table th.td-font-sm, .table td.td-font-sm { font-size: 11px; }

.print-body .cols-body:before {
	display: table; content: "";
}
.print-body .cols-body:after {
	display: table; content: ""; clear: both;
}

.print-top-info {
	position: absolute; top: 6mm; right: 10mm; font-size: 13px;
	display: none;
}
.print-top-info.bottom {
	position: absolute; top: inherit; bottom: 3mm; left: 25mm; right: 25mm; text-align: center;
	display: none;
}
.print-top-info.bottom.school { display: block; bottom: 5mm; }
.print-top-info.paging {
	position: absolute; top: inherit; bottom: 3mm; right: 5mm; text-align: right; color: #ccc !important;
	display: none;
}

.checkbox, .radio { margin-top: 0.3em; margin-bottom: 0.6em; }
.checkbox+.checkbox, .radio+.radio { margin-top: -0.3em; }

.page .form-group.xs .checkbox, .page .form-group.xs .radio { margin-top: 0.05em; margin-bottom: 0.2em; }
.page .form-group.xs .checkbox+.checkbox, .page .form-group.xs .radio+.radio { margin-top: -0.3em; }
.page .form-group.sm .checkbox, .page .form-group.sm .radio { margin-top: 0.2em; margin-bottom: 0.4em; }
.page .form-group.sm .checkbox+.checkbox, .page .form-group.sm .radio+.radio { margin-top: -0.2em; }
.page .form-group.lg .checkbox, .page .form-group.lg .radio { margin-top: 0.37em; margin-bottom: 0.75em; }
.page .form-group.lg .checkbox+.checkbox, .page .form-group.lg .radio+.radio { margin-top: -0.4em; }

.page .form-group.xs .form-control { height: 26px; }
.page .form-group.sm .form-control { height: 30px; }

.checkbox+.checkbox:last-child, .radio+.radio:last-child { margin-bottom: 0px; }

.page .label-default { background-color: #777 !important; color: #fff !important; }
.form-group img { max-width: 180px; max-height: 120px; }
.form-group.multi img { max-width: 90px; max-height: 60px; }