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;
	overflow: hidden;
}
.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;
	overflow: hidden;
}
.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;
	overflow: hidden;
}
.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;
	overflow: hidden;
}
.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;
	overflow: hidden;
}
.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"; }

.strona-tresc a:link		{    color: #010101; /*outline: none;*/}
.strona-tresc a:visited	{    color: #010101; outline: none;}
.strona-tresc a:hover		{    color: #010101ba; outline: none;}
.strona-tresc a:active		{    color: #010101; outline: none;}

.html-hidden {display:none;}

div.tresc > table {
	width: 100%;
	font-size: 13px;
}
div.tresc > table caption {
	background-color: #006c37;
	color: #fff;
}
div.tresc > table thead th {
    background-color: #eee8d8!important;
	color: black;
	text-align: center;
	font-weight: 700;
}
div.tresc > table thead th > span{
	color: black!important;
	font-family: 'Raleway', sans-serif;
	text-transform: none;
	font-weight: 700!important;
	font-size: 14px;
}
div.tresc > table tr td {
	padding: 0px 4px;
	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;
	line-height: 20px;
}
.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: 700;
	line-height: initial;
}
.strona-tresc-tresc caption,
.strona-tresc-tresc th,
.strona-tresc-tresc td {
	padding: 2px;
	min-width: 60px;
	border: 1px solid #bbbb95;
}
.strona-tresc-tresc td > table{
	width: 100%!important;
}
/* td > table td{
	padding-left: 16px!important;
	padding-right: 16px!important;
} */
.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;
}