.tx-checkingate h1 {
	margin: 0 0 1em 0 !important;
}

.tx-checkingate section {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 15px;
	margin: 0.75em 0;
}

.tx-checkingate .inline-form {
	display: flex;
	align-items: stretch;
}

.tx-checkingate .inline-form > * {
	margin: 0 0.5em 0 0 !important;
}

.tx-checkingate input[type=submit].btn, .tx-checkingate button.btn, .tx-checkingate a.btn {
	line-height: 1.5em;
}

.tx-checkingate input {
	border: 1px solid #999;
	border-radius: 4px;
	padding-left: 0.25em;
}

.tx-checkingate input#barcode {
	background-color: rgba(255, 122, 122, 0.5);
	width: 20em;
}

.tx-checkingate input#barcode:focus {
	background-color: rgba(147, 219, 98, 0.5);
	outline: none;
}

.tx-checkingate .btn {
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-weight: normal !important;
	font-size: 1em !important;
	cursor: pointer;
	color: white !important;
	margin: 0.25em 0;
	padding: .4em 1em;
	text-decoration: none !important;
	border: none;
	background-color: var(--frm-clr-main);
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-appearance: none;
}
.tx-checkingate .btn.btn-sm {
	font-size: 0.9em !important;
	margin: 0;
	padding: .1em 1em;
}

.tx-checkingate .table {
	width: 100%;
	border-collapse: collapse;
	margin: 1em 0;
}

.tx-checkingate .scrollblock .table {
	margin: 0;
	font-size: 0.9em;
}

.tx-checkingate .scrollblock .table th:first-child, .tx-checkingate .scrollblock .table td:first-child {
	padding-left: 0.25em;
}

.tx-checkingate .table th, .tx-checkingate .table td {
	padding: 0.25em 0.75em 0.25em 0;
	white-space: nowrap;
	max-width: 20em;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tx-checkingate .table th {
	text-align: left;
	font-weight: bold;
}

.tx-checkingate .table td {
	border-top: 1px solid #c0c0c0;
}

.tx-checkingate .table tr:last-child td {
	border-bottom: 1px solid #c0c0c0;
}

.tx-checkingate .scrollblock .table tr:last-child td {
	border-bottom: none;
}

.tx-checkingate .table tr.valign-middle td {
	vertical-align: middle;
}

.tx-checkingate .table.logstats {
	margin: 2em 0;
}

.typo3-messages .alert {
	padding: .75rem 1rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
	box-sizing: border-box;
	width: 100%;
}

.typo3-messages .alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff;
}

.typo3-messages .alert-success {
	color: #1c6c25;
	background-color: #d4edd7;
	border-color: #c3e6cb;
}

.typo3-messages .alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}

.typo3-messages .alert-danger {
	color: #961c27;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.text-right {
	text-align: right;
}

.text-success {
	color: #080;
}

.text-invalid {
	color: #b00;
}

.scrollblock {
	overflow-y: scroll;
	height: 10em;
	border: 1px solid #c0c0c0;
}

.scrollblock.small {
	height: 6em;
}

.scrollblock.large {
	height: 20em;
}

