
html
{
	min-height:100%;
	display:
	flex;
	/* flex-flow: column; */
	justify-content: center;
	/* width: 100%; */
}
body
{
    display:
    flex;
    flex-flow:
    column;
    /* min-height:100%; */
    -flex-grow:1;
    margin:0px;
    background-color:#525252;
    /* align-items:
    center; */
    cursor: default;
    width: 100%;
    /* max-width: 1200px; */
}
body,a
{
    color:#9fe0ff;
    user-select: none;
}
input,button
{
    border:1px solid #b2ffd3;
    color: #b2ffd3;
    font-size:16px;
    box-shadow: 0 0 0px 1000px #525252 inset;
    -webkit-text-fill-color: #b2ffd3;
    padding: 2px;
}
column
{
    display:flex;
    flex-flow:column;
}
row
{
    display:flex;
    flex-flow:row;
    align-items: baseline;
}
row>*:first-child
{
    margin-left:0px !important;
}
row>*:last-child
{
    margin-right:0px !important;
}
#header
{
	display: flex;
	margin: 8px;
}
#biezacaGrupa
{
	/* border:1px solid; */
	min-width:100px;
	min-height:20px;
	flex-grow: 1;
	display: flex;
	flex-flow: column;
	align-items: center;
	font-size: 22px;
	font-family: sans-serif;
	text-transform: capitalize;
}
#centralPanel
{
    width: 100px;
    min-width: 100%;
    font-size: 22px;
    font-family: sans-serif;
}

#logo
{
    font-size: 36px;
    /* margin: 0px 10px; */
}
h3
{
    margin:0px;
}
#maincolumn
{
    flex-grow:1;
}

h4
{
    margin:10px 0px;
}

#spacer1
{
    flex-basis: 0px;
    flex-grow: 8;
    min-height: fit-content;
}
#spacer2
{
    flex-grow: 12;
}

.label
{
    margin-top:8px;
    margin-bottom: 0px;
}
.smalllabel
{
    font-size: 13px;
    align-self: flex-end;
    margin: 2px;
}
button
{
    width: 210px;
    align-self:center;
    margin-top:8px;
    /* white-space: nowrap; */
}
#footer
{
    /* font-size: 20px; */
    margin-top: auto;
    /* background-color: #ebebeb; */
    color: #ffffff;
    text-align: center;
    padding: 16px;
    font-family: sans-serif;
    border-top: 1px dotted;
}
.progress
{
    border:1px solid;
    margin:4px 0px;
    display: flex;
    padding: 0px;
    /* box-sizing: border-box; */
    position: relative;
    height: 10px;
}
.progressfill
{
    height:10px;
    background-color: #ffe026;
    /* border: 1px solid; */
    margin: 0px;
    position: absolute;
}

#kod
{
    border:1px solid;
    display:flex;
    flex-flow:column;
    padding: 4px;
}
#kod input
{
    width:20px;
    flex-grow:1;
    margin:4px;
    text-transform: uppercase;
}
#kodok
{
    margin:4px;
    width:70px;
}
.dostepy
{
	background-color: #2f2f2f;
	border: 1px solid #9fe0ff;
	/* padding: 4px; */
	font-size: 20px;
}
.dostep
{
	padding: 4px;
}
.dostep:hover
{
	background-color: #00385a;
}
.zdjecia
{
	display:
	flex;
	flex-wrap:
	wrap;
	justify-content: center;
	align-items: center;
}
.zdjecie img
{
	/* width:100%; */
	max-width: 100%;
}

@media (width > 1400px) {
.zdjecie img
	{
	height: 600px;
	}
}

.cenaRodzaju {
	margin: 4px;
}

a#koszyk {
	margin: 4px;
}


.popupKod {
	background-color: #676767;
	padding: 8px;
}

.zdjecie {
	margin: 10px;
	/* height: 800px; */
	/* width: 800px; */
	display: flex;
	flex-direction: column;
	/* justify-content: center; */
	align-items: center;
}

.podZdjeciem {
	text-align: center;
}

#footer a {
	color: #ffffff;
}