body {
	background-image: url('../gfx/tlo_logowanie.jpg');
	min-height: 400px;
        
}


#dialog {
	width: 99%;
	height: 99%;
	display:block;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	margin: 0;
}


#ramka_1{ 
	width: 20%;
	border: 2px solid #80c4fc; 
	border-radius: 10px;
	padding: 2%;
	padding-bottom: 3%;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	display:block;
	top: 40%;
	left: 38%;
	background-color: rgba(255, 255, 255, 0.95);
}
#ramka{ 
	margin-top: 112px;
	margin-left: 7px;
	margin-right: 7px;
	width: 100%;
	min-height: 88%;
	border: 2px solid #80c4fc; 
	border-radius: 10px;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	display:block;
	background-color: rgba(255, 255, 255, 0.75);
}
#menu {
	position: absolute;
	top: 25px;
	right: 5;
}
.start_button{
	border: 2px solid #80c4fc;
	margin: 50px;
	height: 150px;
}
#naglowek{
	z-index: 200;
	position: absolute;
	margin-top: 0;
	margin-left: 0;
	width: 100%;
	min-height: 105px;
	background-image: url('../gfx/OCKK_Baner_testy_online.png');
	background-color: rgb(178, 177, 178);
	
}
#user_zalogowany{
	z-index: 201;
	position: absolute;
	top: 30px;
	right: 0;
	text-align: right;
}

.tekst_zalogowany{
	color: white;
}

div#opis_testy{
	border: 4px solid rgb(135 206 250);
	border-radius: 25px;
	padding: 20px;
	box-shadow: 7px 7px 15px #182019;
	
}
div.ikona_testy{
	background-color: rgb(245 245 245 / 80%);
}
div#opis_testy{
	background-color: rgb(250 250 255 / 80%);
}
/* box-shadow: inset 5px 5px 20px #182019; */
	
div.ikona_testy{
	margin-top:0px;
	margin-right:15px; 
	text-align: center;
}
div#opis_testy{
	margin-left:15px;
	margin-top:0px;
	margin-right:15px;
	margin-bottom:15px;
	display: flex;
}
div.ikona_testy{
	border-radius: 25px;
	padding: 20px;
	width: 250px;
}

td.lista_testow{
	text-align: left;
	margin-top: 0px;
	width: 100%;
}
a:hover.odnosnik_testy{
  color: white;
  background-color: rgb(245 245 245 / 80%);
}
a.odnosnik_testy{
  font-size: 16px;
}
ol.punktory_lista_testow{
	margin-left: 20px;
}
li.punktory_lista_testow{
	margin-left: 20px;
	line-height: 22px;
}
td.piktogram_lista_testow{
	width="150px";
	vertical-align: top;
}

td.separator_lista_testow{
	height: 15px;
}


/* Lista dostępnych testów DIV */
div.testy_lista {
	float: left;
	display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	width: 120px;
	height: 120px;
	border: 2px solid rgb(0, 120, 163);
	border-radius: 50%;	
	margin: 10px;
}
hr.testy_lista {
	border: 1px solid rgb(0, 120, 163);
	width: 90%;
	margin: 10px 10px;
}

div:hover.testy_lista{
  color: white;
  background-color: rgb(0 120 163 / 80%);
}



