/**
 * mms
 * Common CSS
 */
@page {
	size: landscape;
}

* {
	border-radius: 0 !important;
}

html {
	font-size: 0.75em !important;
}

caption {
	caption-side: top-outside;
	font-weight: 800;
	font-size: 1.2em;
}

.help {
	padding: 10px;
	font: inherit;
	font-size: 1em;
	line-height: 1.5em;
	background-color: #FAEBD7;
	box-shadow: 3px 3px 1px #ccbead;
	margin-bottom: 1em;
	display: none;
}

.help h3 {
	font-weight: 800;
}

.help h4 {
	font-weight: 600;
	margin-top: 1em;
}

.help li:not(:last-child) {
	padding-bottom: 0.5em;
}

.help ol,
.help ul {
	margin-bottom: 0;
}

.help dt {
	float: left;
	margin-left: 1.5em;
	margin-right: 1em;
}

table {
  table-layout: fixed;
  word-wrap: break-word;
}

table th,
table td {
	vertical-align: middle !important;
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

table th {
	background-color: #eee;
}

.btn,
.dropdown-menu,
.navbar {
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.12), 0 2px 2px 0 rgba(0,0,0,.24);
}

.card {
	background: #ececec;
}

.card label {
	font-size: 1.1em;
	font-weight: 800;
	margin-bottom: 0.1em;
}

#itemTable_wrapper {
	margin-top: 3.5em;
}

h2.h4.text-info {
	font-weight: 800;
}
