h1::first-letter {
	text-transform: uppercase;
}

@keyframes zamknij_komunikat {
	0%   { opacity: 0; padding: 16px; margin: 14px 0px; line-height: 20px;}
	1%   { opacity: 1; padding: 16px; margin: 14px 0px; line-height: 20px;}
	50%  { opacity: 1; padding: 16px; margin: 14px 0px; line-height: 20px;}
	99%  { opacity: 0; padding: 16px; margin: 14px 0px; line-height: 20px;}
	100%  { opacity: 0; padding: 0; margin: 0; line-height: 0;}
}
.blad {
	background: #ffffff;
	background: linear-gradient(to right, #d60000 0%, #d60000 48px, #ffffff 48px, #ffffff 100%);
	border: 1px solid #d60000;
	color: #d60000;
	padding: 16px 16px 16px 64px;
	margin: 14px 0px;
	border-radius: 0.5rem;
}
.ostrzezenie {
	background: #ffffff;
	background: linear-gradient(to right, #FF8000 0%, #FF8000 48px, #ffffff 48px, #ffffff 100%);
	border: 1px solid #FF8000;
	color: #FF8000;
	padding: 16px 16px 16px 64px;
	margin: 14px 0px;
	border-radius: 0.5rem;
}
.informacja {
	background: #ffffff;
	background: linear-gradient(to right, #49ad00 0%, #49ad00 48px, #ffffff 48px, #ffffff 100%);
	border: 1px solid #49ad00;
	color: #49ad00;
	padding: 16px 16px 16px 64px;
	margin: 14px 0px;
	border-radius: 0.5rem;
}
.komunikat {
    background: #fbfbfb;
		background: linear-gradient(to right, #999999 0%, #999999 48px, #ffffff 48px, #ffffff 100%);
    border: 1px solid #EAEAEA;
    padding: 16px 16px 16px 64px;
	margin: 14px 0px;
	border-radius: 0.5rem;
}
.sql {
	background: #ffffff;
	background: linear-gradient(to right, #0049ad 0%, #0049ad 48px, #ffffff 48px, #ffffff 100%);
	border: 1px solid #0049ad;
	color: #0049ad;
	padding: 16px 16px 16px 64px;
	margin: 14px 0px;
	border-radius: 0.5rem;
}
.wyszukiwarka-tytul{
	margin-bottom: 24px;
}
.blad::before,
.ostrzezenie::before,
.informacja::before,
.komunikat::before,
.sql::before {
	font-family: "Font Awesome 5 Free";
	color: #ffffff;
	position: absolute;
	margin: -2px auto auto -64px;
	font-size: 150%;
	display: block;
	width: 48px;
	text-align: center;
}
.blad::before { content: "\f06a"; }
.ostrzezenie::before { content: "\f071"; }
.informacja::before { content: "\f129"; }
.komunikat::before { content: "\f129"; }
.sql::before { content: "\f121"; }

.opcjenumeracja .strona-tresc a:link {color: black}
.strona-tresc a:link		{color: #b20a0a; /*outline: none;*/}
.strona-tresc a:visited	{color: #b20a0a; outline: none;}
.strona-tresc a:hover		{color: #b20a0a9a; outline: none;}
.strona-tresc a:active		{color: #b20a0a; outline: none;}

.html-hidden {display:none;}

div.tresc > table {
	width: 100%;
	font-size: 12px;
}
div.tresc > table caption {
	background-color: #006c37;
	color: #fff;
	border-bottom: 1px solid #fff;
}
div.tresc > table thead th {
	background-color: #afada9;
	color: #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
	font-style: italic;
	font-weight: 400;
}
div.tresc > table tr td {
	padding: 0px 4px;
	border-bottom: 1px solid #fff;
	background-color: #edece9;
	text-align: left;
}
div.tresc > table tr:nth-child(odd) td {
	background-color: #fff;
}
div.tresc > table tr td.demofarma {
	background-color: #006c37;
	color: #fff;
}


.strona-tresc-tresc table {
	border-collapse: collapse;
}
.strona-tresc-tresc table * {
	word-break: normal;
}
.strona-tresc-tresc table caption,
.strona-tresc-tresc thead td,
.strona-tresc-tresc th,
.strona-tresc-tresc thead td *,
.strona-tresc-tresc th * {
	text-align: center !important;
	font-weight: 400;
	line-height: initial;
}
.strona-tresc-tresc caption,
.strona-tresc-tresc th,
.strona-tresc-tresc td {
	padding: 2px 4px;
	min-width: 60px;
}
.strona-tresc-tresc table caption {
	background-color: #333333;
	color: #ffffff;
}
.strona-tresc-tresc thead td,
.strona-tresc-tresc th {
	color: #ffffff;
	background-color: #666666 !important;
	border-bottom: 1px solid #e8e8e8;
}
.strona-tresc-tresc table tr:nth-child(odd) td {
	background-color: #f7f7f7;
}
.strona-tresc-tresc table tr:nth-child(even) td {
	background-color: #ffffff;
}