body {
	background-color: #b7c7d4 !important;

}

.form-pozadi {
	background-color: #FAFAFA;
	box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.5), 0 10px 24px 0 rgba(0, 0, 0, 0.5);
	font-weight: 700;
	padding-top: 10px !important;
	margin-top: 20px !important;
}

@media only screen and (max-width: 1430px)
{
	.form-pozadi {
		max-width: 75% !important;
	}
}

form h1 {
	margin-top: -20px;
	background-color: #313B54;
	text-align: center;
	color: white;
	padding-top: 5px;
	padding-bottom: 8px;
	margin-bottom: 1px;
}

form h2 {
	margin-left: -5px;
	margin-right: -5px;
	padding-left: 10px;
	color: black;
	padding-bottom: 8px;
	text-decoration: underline;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none; /*zakrytí šipek v inputu*/
	margin: 0;
}

table {
	font-size: 1.05rem;
}

#printIcon {
	border-radius: 3px;
}

@media print {
	.sidebar {
		display: none !important;
	}

	#printIcon {
		display: none !important;
	}

	#btnHelp {
		display: none !important;
	}

	.form-pozadi {
		margin: 0 !important;
		border-top: none !important;
		height: auto;
	}

	body {
		background-color: #fff !important;
	}

	.tooltip {
		display: none !important;
	}

	table th, table td {
		padding: 0.5rem 0.5rem 0.5rem 0.5rem !important;
		border: 1px solid #000 !important;
	}

	button {
		display: none !important;
	}

	.btn-secondary {
		display: none !important;
	}

		.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
		.show > .btn-secondary.dropdown-toggle {
			color: #fff !important;
			border-color: #000;
			display: block !important;
		}

	#legislativaDatum {
		display: none;
	}
}

.btnHelp {
	background: url(../Content/Images/infon.jpg) no-repeat;
	cursor: pointer;
	width: 32px;
	height: 25px;
	border: none;
	cursor: pointer;
	vertical-align: middle;
	border-radius: 3px;
}