.strona-tresc form {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.popup-tresc form {
	margin: 0px;
}

.strona-tresc label,
.strona-tresc .label {
	display: inline-block;
	padding: 8px;
	text-align: right;
	margin: 2px 4px 2px 0px;
}
.formline > label:first-child,
.formline > .label:first-child {
	min-width: 35%;
}
.strona-tresc input + label{
	width: initial;
	margin-left: 4px;
}
.strona-tresc input[type='checkbox'] + label,
.strona-tresc input[type='radio'] + label {
	/*display: initial;*/
	padding: 0px;
	margin: 6px 12px 6px 4px;
	text-align: initial;
	width: initial;
	min-width: initial;
	float: initial;
	background: initial;
	cursor: pointer;
	text-transform: initial;
	border-right: initial;
}

.strona-tresc .formline fieldset,
.strona-tresc label + fieldset,
.strona-tresc label + select + fieldset,
.strona-tresc label + input + fieldset,
.strona-tresc label + textarea + fieldset {
	/*display: inline-block;*/
	padding: 8px 0px;
	margin: 0;
}
.strona-tresc .formline fieldset > legend,
.strona-tresc label + fieldset > legend,
.strona-tresc label + select + fieldset > legend,
.strona-tresc label + input + fieldset > legend,
.strona-tresc label + textarea + fieldset > legend {
	display: none;
}
.strona-tresc .formline, .strona-tresc .spaceline, .strona-tresc .sortline {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: stretch;
	max-width: 90vw;
}
.strona-tresc .sortline {
	margin: 16px 0px;
}
.strona-tresc .spaceline {
	padding: 0px 8px 0px 0px;
	justify-content: left;
}
.strona-tresc .spaceline:last-child {
	/*display: none;*/
}
.strona-tresc .spaceline p {
	margin: 0px 0px;
	padding: 4px 0px;
}
.strona-tresc .html-prev {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	padding: 10px 4px;
}
.strona-tresc input[type='checkbox'],
.strona-tresc input[type='radio'] {
	opacity: 0;
	z-index: -1;
}
.strona-tresc input + label > span.radio,
.strona-tresc input + label > span.checkbox {
	display: inline-block;
	width: 18px;
	height: 18px;
	position: absolute;
	margin: 2px 0px 0px -22px;
}
.strona-tresc input + label > span.radio {
	border-radius: 10px;
	width: 17px;
	height: 17px;
}
.strona-tresc input:hover + label > span.radio:before,
.strona-tresc input:hover + label > span.checkbox:before,
.strona-tresc input:checked + label > span.radio:before,
.strona-tresc input:checked + label > span.checkbox:before {
	font-family: 'Font Awesome 5 Free';
	font-size: 12px;
	position: absolute;
	margin: 1px 0px 0px 2px;
	transition: all .2s;
}

.strona-tresc input:hover + label > span.radio:before,
.strona-tresc input:checked + label > span.radio:before {
	content: "\f111";
	font-size: 7px;
	margin: -3px 0px 0px 4px;
}
.strona-tresc input:hover + label > span.checkbox:before,
.strona-tresc input:checked + label > span.checkbox:before {
	content: "\f00c";
}

.strona-tresc label + fieldset {
	flex: 1 1;
}
.strona-tresc label + span,
.strona-tresc input[type='text'],
.strona-tresc input[type='password'],
.strona-tresc input[type='color'],
.strona-tresc input[type='date'],
.strona-tresc input[type='time'],
.strona-tresc input[type='number'],
.strona-tresc input[type='range'],
.strona-tresc textarea,
.strona-tresc select {
	flex: 1 1;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	padding: 8px 12px;
	margin: 2px 0px;
	max-width: 65%;
}
.strona-tresc label + div.html-prev input {
	padding: initial;
	margin: initial;
	box-shadow: initial;
}
.strona-tresc textarea { height: 140px; }

.strona-tresc .btns,
.strona-tresc .btns_szukaj {
	padding: 4px;
	margin: 16px 0px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.strona-tresc input[type='submit'],
.strona-tresc input[type='reset'],
.strona-tresc input[type='button'],
.strona-tresc .button,
.strona-tresc .button-login {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	padding: 8px 8px 8px 12px !important;
	text-transform: uppercase;
	min-width: 180px;
	margin: 2px;
	transition: 0.3s;
}

.strona-tresc .btn {
	margin: 2px;
	/*max-height: 38px;*/
	display: inline-block;
}
.strona-tresc .btn_all,
.sklep-tresc .btn_all {
	min-width: 160px;
	margin: 0px !important;
}

.btn_zapisz input[type='submit']{
	min-width: 340px!important;
}
.strona-tresc .btn_mini_txt {
	font-size: 12px !important;
	line-height: 10px !important;
}
.strona-tresc .btn_fas,
.strona-tresc .btn_fas_bialy {
	position: absolute;
	margin: 14px 0px 0px 12px;
}

.strona-tresc .button-login {
	min-width: 80px !important;
	margin: 0px !important;
}
.strona-tresc .button-login-tlo {
	display: inline-block;
	margin: 8px 2px;
	text-align: right;
}
.strona-tresc .button-login-tlo em {
	margin: 0px 12px;
}

.strona-tresc input[type=submit]:hover,
.strona-tresc input[type=reset]:hover,
.strona-tresc input[type=button]:hover {
	cursor: pointer;
}




.strona-tresc .tabela-lista {
	width: 100%;
	border-spacing: 1px;
	border-collapse: separate;
}
.strona-tresc .tabela-lista tr th {
	padding: 4px;
	text-align: center;
	font-weight: normal;
}
.strona-tresc .tabela-lista tr th a.asc:after,
.strona-tresc .tabela-lista tr th a.desc:after,
.strona-tresc .tabela-lista tr th a.filter:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
	padding: 0px 0px 0px 8px;
}
.strona-tresc .tabela-lista tr th a.asc:after {
	content: "\f15d";
}
.strona-tresc .tabela-lista tr th a.desc:after {
	content: "\f15e";
}
.strona-tresc .tabela-lista tr th a.filter:after {
	content: "\f0b0";
}
.strona-tresc .tabela-lista tr td {
	padding: 6px;
}
.strona-tresc .tabela-lista tr:hover td {
	filter: brightness(85%);
}
.strona-tresc .tabela-lista .strona-tresc .tabelaliczba {
	text-align: right;
}
.strona-tresc .tabela-lista .strona-tresc .tabeladata {
	text-align: center;
}
.strona-tresc .tabela-lista .numeracja {
	width: 48px;
	text-align: right;
}
.strona-tresc .tabela-lista .dzialania {
	width: 32px;
	text-align: center;
	padding: 0px;
}
.strona-tresc .tabela-lista .opisdzialania {
	text-align: right;
}

.strona-tresc .opcjenumeracja {
	margin: 16px 0px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}
.strona-tresc .opcjenumeracja > div:not(.paginacja) {
	display: none;
}

.strona-tresc select.ilenastrone { min-width: 60px; width: initial;}
.strona-tresc .paginacja {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
}
.strona-tresc .paginacja > a > span,
.strona-tresc .paginacja > button > span {
	display: none;
}
.strona-tresc .paginacja > a,
.strona-tresc .paginacja > span,
.strona-tresc .paginacja > button,
.strona-tresc .paginacja > strong,
.strona-tresc .paginacja > em {
	font-size: 15px;
	text-decoration-color: transparent;
	display: block;
	padding: 6px 2px;
	min-width: 32px;
	height: 32px;
	text-align: center;
	margin: 0px;
	cursor: pointer;
}
.strona-tresc .paginacja > a .fas {
	font-size: 0px;
}
.strona-tresc .paginacja > a .fas::before {
	font-size: initial;
}
.strona-tresc .paginacja > span {
	cursor: initial;
}
.strona-tresc .paginacja > strong {
	font-weight: 400;
}

@media all and (max-width: 639px) {
	.strona-tresc .zawartosc { margin: 0px !important; }
	.strona-tresc .strona-tresc .tabela-lista tr {
		display: block !important;
		margin: 8px 0px !important;
	}
  .strona-tresc .strona-tresc .tabela-lista th,
	.strona-tresc .strona-tresc .tabela-lista td {
		display: block;
		width: 100% !important;
		text-align: center !important;
		min-height: 20px;
		padding: 4px 0px !important;
	}
	.strona-tresc .strona-tresc .tabela-lista th.dzialania {
		display: none;
	}
	.strona-tresc label,
	.strona-tresc .label {
		width: initial;
		text-align: center;
		margin: 0px;
	}
	.strona-tresc .formline input {
		display: inline-block;
	}
	.strona-tresc input[type='text'],
	.strona-tresc input[type='password'],
	.strona-tresc input[type='color'],
	.strona-tresc input[type='date'],
	.strona-tresc input[type='time'],
	.strona-tresc input[type='number'],
	.strona-tresc input[type='range'],
	.strona-tresc textarea,
	.strona-tresc select {
		width: 90vw !important;
		max-width: 90vw !important;
		min-width: 90vw !important;
		margin: 0px auto !important;
	}
}

@media screen and (max-width: 639px) {
	.strona-tresc .formline,
	.strona-tresc .opcjenumeracja {
		flex-flow: column wrap !important;
	}
}

@media all and (max-width: 1279px) {
	.strona-tresc .btns {
		box-shadow: none;
		margin: 16px 0px 16px 8px;
		position: initial;
	}
}
