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, #c89e3c 0%, #c89e3c 48px, #ffffff 48px, #ffffff 100%);
	border: 1px solid #c89e3c;
	color: black;
	padding: 16px 16px 16px 64px;
	margin: 14px 0px;
}
.ostrzezenie {
	background: #ffffff;
	background: linear-gradient(to right, #c89e3c 0%, #c89e3c 48px, #ffffff 48px, #ffffff 100%);
	border: 1px solid #c89e3c;
	color: black;
	padding: 16px 16px 16px 64px;
	margin: 14px 0px;
}
.informacja {
	background: #ffffff;
	background: linear-gradient(to right, #c89e3c 0%, #c89e3c 48px, #ffffff 48px, #ffffff 100%);
	border: 1px solid #c89e3c;
	color: black;
	padding: 16px 16px 16px 64px;
	margin: 14px 0px;
}
.komunikat {
	background: #ffffff;
	background: linear-gradient(to right, #c89e3c 0%, #c89e3c 48px, #ffffff 48px, #ffffff 100%);
	border: 1px solid #c89e3c;
	color: black;
    padding: 16px 16px 16px 64px;
    margin: 14px 0px;
}
.sql {
	background: #ffffff;
	background: linear-gradient(to right, #c89e3c 0%, #c89e3c 48px, #ffffff 48px, #ffffff 100%);
	border: 1px solid #c89e3c;
	color: black;
	padding: 16px 16px 16px 64px;
	margin: 14px 0px;
}
.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: #43330f; outline: none;}
.strona-tresc a:visited	{color: #43330f; outline: none;}
.strona-tresc a:hover		{color:#43330f; outline: none; opacity: 0.75;}
.strona-tresc a:active		{color: #43330f; outline: none;}

.html-hidden {display:none;}

div.tresc > table {
	width: 100%;
	font-size: 12px;
	max-width:100%;
}
div.tresc > table caption {
	background-color: #0c668f;
	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;
}


.btn-modul {
	display: inline-block;
	color: #43330f;
	max-height: 48px;
	height: 48px;
	display: flex;
    margin-bottom: 23px;
}
.btn-modul input[type='submit'],
.btn-modul input[type='reset'],
.btn-modul input[type='button'],
.btn-modul button {
	border: 0px none transparent;
	background: #0c668f;
	font-size: 14px;
	min-width: inherit;
	color: #ffffff;
	min-height: 32px;
	max-height: 32px;
	cursor: pointer;
	max-height: 48px !important;
	height: 48px;
	padding: 0px 24px 2px 0px;
}
.btn-modul .btn_fas {
    position: absolute;

    height: 48px;
    max-height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu-modul select {
	display: inline-block;
	font-size: 14px;
	background-color: #ffffff;
	border: 0px none transparent;
	color: #323232;
	text-align: center;
}

.strona-tytul2 > a{
	display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    line-height: 43px;
    font-weight: 400;
    color: #43330f !important;
    margin: 0px 0px 0px 0px;
}
