html {
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

*:focus {
	outline: none;
	filter: brightness(103%);
}


body {
	font-family: 'Dosis', sans-serif;
	color: white;
	background-color: #222;
	margin: 0px;
	max-width: 100%;
	overflow-x: hidden;
}


.zx {
}

.zx .zx-color {color: white; }
.zx .zx-background-color {color: #222; }

.zx h2 {
	font-size: 2.0rem;
	line-height: normal;
	font-weight: 800;
	letter-spacing: 0;
	font-variant: small-caps;
	margin: 2.0rem 0 0 0;
}

.zx h3 {
	font-size: 1.6rem;
	line-height: normal;
	font-weight: 700;
	letter-spacing: 0;
	font-variant: small-caps;
	margin: 1.6rem 0 0 0;
}

.zx h4 {
	font-size: 1.3rem;
	line-height: normal;
	font-weight: 400;
	letter-spacing: 0;
	font-variant: small-caps;
	margin: 1.3rem 0 0 0;
}

.zx p {
	font-size: 1.1rem;
	font-weight: 400;
	text-align: justify;
	margin: 0.5rem 0 0 0;
	width: 100%;
	line-height: 175%;
}

.zx p b { font-weight: 600; }

.zx #zx-viewport {
	padding-top: 4rem;
	min-width: 100%;
	min-height: 100%;
	overflow-y: auto;	
	display: flex;
	justify-content: center;
	align-items: top;
}

.zx .zx-article {
	background-color: #222;
	color: white;
	max-width: 1440px;
	padding: 0;
	
}

.zx-margin-left  {margin-left: 1.5rem; }
.zx-margin-right {margin-right: 1.5rem; }


a 	{font-size: 1.25; font-weight: 300; text-align: justify;  margin: 0.5rem 0 0 0; text-decoration: none; color: #FFCC00}
a:hover {
	color:#FFDD44;
	text-decoration: underline;
}
a:focus {
	color:#FFDD44;
	text-decoration: underline;
}

/* Kolory */
.zx-color-bg { background-color: #FFCC00;}
.zx-color    { color: #FFCC00;}

.zx-color-bg-1  {
	background-color: #AAAAAA;
}


/* Kontenery */
div.zx-row {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

div.zx-col {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

div.zx-shadow {
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);	
}

div.zx-padding {
	padding: 1rem;
}

/* Separatory */
div.zx-hr {
	border-top: 2px solid gray; height: 0.7rem; width: 100%; margin-top: 0.7rem;
}


.zx-button {
	font-family: inherit;
	display: block;
	position: relative;
	margin: 0.2em;
	padding: 0 2rem 0 2rem;
	border: none;
	text-align: center;
	line-height: 2rem;
	white-space: nowrap;
	border-radius: 0.2em;
	font-size: 1.1rem;
	height: 2.5rem;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);	
	cursor: pointer;
	font-weight: 900;
}

.zx-button:hover {
	filter: brightness(105%);
}
.zx-button:focus {
	outline: none;
	filter: brightness(110%);
	}

.zx-button-oval {
	border-radius: 1.25rem;
}

.zx-img {
	width: 100%;
	height: 100%;
	min-height: 100%;
	min-width:100%;
}

.zx-login-foto {
	padding: 0;
	height: 3rem;
	width: 3rem;
	margin: 0.5rem;
	border: 2px solid white;
	border-radius: 50%;	
	background-position: top left;
    background-repeat: no-repeat;
	background-size: cover;
}



.zx-text-right {text-align: right;}
.zx-flex {
	display: flex;
	justify-content: center;
	align-items: center;
	}
.zx-flex-right {display: flex;} 
.zx-center-y {margin: auto;}
.zx-center-x {margin-left:auto; margin-right:auto;}

/* Modal center window */
#zx-modal, #zx-modal-zaslona {
	position:fixed;
	top: 0;
	left: 0;
	padding: 0;
	width: 100vw;
	max-width: 100vw;
	height: 100vh;
	max-height: 100vh;
	overflow-y: auto;
	background-color: transparent;
	z-index: 100;
}

#zx-modal-zaslona {
	background-color: black;
	opacity: 0;
}

#zx-modal-window {
	z-index: 110;
	border-left: 1px solid #555 ;
	border-right: 1px solid #111 ;
	border-top: 1px solid #444 ;
	border-bottom: 1px solid #111 ;
	box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 4px 0px, rgba(0, 0, 0, 0.12) 0px 3px 4px 0px, rgba(0, 0, 0, 0.2) 0px 1px 5px 0px;
	background-color:#333;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
 
 /* ################################## */




#zx-zaslona-login, #zx-zaslona  {
	position: fixed;
	top: 4rem;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	background-color: black;
	display: none;
	opacity: 0;
	z-index: 10;
}

#zx-viewport {
	position:fixed;
	padding-top: 4rem;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-y: auto;
	background-position: top left;
    background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	z-index: 0;
	background-color: #333;
}

.zx-background-img-01 { background-image: url("/images/1920x1080/test.jpg"); }


#zx-login-window {
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	max-width:420px;
	max-height: 100%;
	overflow-y: auto;
	display: none;
	background-color: #333;
	z-index: 1000;
	text-align: center;
	padding: 1rem;
	padding-top: 5rem;

}

.zx-border-black {
	border-left: 1px solid #555 ;
	border-right: 1px solid #111 ;
	border-top: 1px solid #444 ;
	border-bottom: 1px solid #111 ;
	box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 4px 0px, rgba(0, 0, 0, 0.12) 0px 3px 4px 0px, rgba(0, 0, 0, 0.2) 0px 1px 5px 0px;
}



.zx-inpout-group {
	text-justify: left;
}

.zx-input {
	background-color: rgba(0, 0, 0, 0.2);
	width: 100%;
	padding: 0 1rem;
	height: 2.5rem;
	border: none;
	color: white;
	font-size: 1.35rem;
}

.zx-input:focus {
	background-color: rgba(0, 0, 0, 0.4);
}

.zx-input:hover {
	background-color: rgba(0, 0, 0, 0.1);
}

.zx-label {
	color: #AAA;
	text-align: left;
	
}

.zx-input-error {
	color: #FF5555;
	height: 1rem;
	font-size: 0.8rem;
	position: relative;
	top: -0.5rem;
	font-weight: 700;
}

.zx-input-underline {
	display: block;
	position: relative;
	top: -0.5rem;
	width: 100%;
	height: 0.5rem;
	border-bottom: 2px solid #FFCC00 ;
	border-right: 2px solid #FFCC00 ;
	border-left: 2px solid #FFCC00 ;
}



#zx-centrum-window {
	max-width:420px;
	max-height: 100%;
	overflow-y: auto;
	background-color: #333;
	text-align: center;
	padding: 1rem;
}




/* USER  */

#zx-user #panel-1 {
	width: 50%;
	border: 1px solid #red;
}

#zx-user #panel-2 {
	width: 50%;
	border: 1px solid #red;
}