﻿.bg-nocnok {
	background-color: #8abd2e !important;
}

.bg-dark-1 {
	background-color: #343a40 !important;
}

.table-condensed {
	font-size: 8px;
	margin: 0px;
}

.table-condensed tr th {
	padding: 2px !important;
}

.table-condensed tr td {
	padding: 2px !important;
}

@media print {

* {
	-webkit-print-color-adjust: exact !important; /* Chrome, Safari */
	color-adjust: exact !important; /*Firefox*/
}

.table-condensed {
	font-size: 7px;
	margin: 0px;
}

.table td {
	background-color: transparent !important;
}

tr:nth-child(even) td:first-child {
	background-color: #8abd2e !important;
}

tr:nth-child(odd) td:first-child {
	background-color: #343a40 !important;
} 

.adjust-print {
	max-width: 290px !important;
	max-height: 260px !important;
}

.container-1 {
	max-width: 340px !important;
}

.container-10 {
	max-width: 306px !important;
	max-height: 106px !important;
}

.container-2 {
	max-width: 710px !important;
	max-height: 358px !important;
	min-width: 573px !important;
}

.no-print {
	display: none !important;
}
}
