@media print{
	.noprint{
		display: none;
	}
	input, textarea{
		border: none;
	}
	select{
		border: none;
		appearance: none;
	}

}

#strona{
	/*A4 -2480 × 3508 px. */
	background-color: white;
	margin-top: 40px;
	/*margin-left: 40px;*/
    
}
#main{
	height: 600px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#logo{
	height: 18%;
	width: 12%;
	/*float: left;*/
	margin-left: 450px;
	margin-top: 10px;
    margin-bottom: -30px;
   
}

#strona, #stanowisko{
	clear: both;
}
h1{
    text-align: center;
	font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	font-size: 130%;
}

#podkresl{
    text-decoration: underline;
    font-weight: bold;
}

#imie, #adres_rodzic{
    float: left;
}

#dyrektor{
    float: right;
}
.data{
	margin-left: 40px;
}
#dyrektor{
	font-weight: bold;
    font-size: 20px;
}
#stanowisko{
    position: relative;
    margin-top: 20px;;
}

#podpisdyr{
    width: 150px;
    border-top: 1px dotted black;
    text-align: center;
	margin-left: 400px;
}
#podpisdyr{
	margin-left: 800px;
}

#podpisdyr::before{
    content: "Podpis rodzica/opiekuna prawnego";
}

.liczba{
	width: 20px;
}

input[type=number] {
	appearance: textfield;
    width:100px;
  }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#tytul, #inne, li, #podkresl{
	display: none;
}
#inne{
	width: 70%;
}
#tt{
	float: left;
}

#bp{
	clear: both;
}

#dnie, #tygodnie, .click, #skresl1, #skresl2{
	cursor: pointer;
}

#adres_rodzic{
    position: relative;
    margin-top: 10px;
    
    clear: both;
}

textarea{
    resize: none;
}

p{
    font-size: 20px;
    width: 90%;
    line-height: 30px;
    margin-left: auto;
    margin-right: auto;
	font-style: italic;
}

#uczen_imie, #klasa, #powod{
    border-bottom: 1px dotted black;
}

#klasa{
    width: 40px;
}

input[type=number], input[type=text], textarea{
    font-size: 16px;
}

#powod{
	width: 70%;
}

#uczen_input{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#stopka{
	font-size: small;
}

#prawa_strona{
	float: right;
	}

input[type="checkbox"]{
	position: relative;
	appearance: none;
	border: 1px solid #d3d3d3;
	width: 20px;
	height: 20px;
	content: none;
	outline: none;
	margin: 0;
	/* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;*/
	}
	
	input[type="checkbox"]:checked {
	appearance: none;
	outline: none;
	padding: 0;
	content: none;
	border: none;
	}
	
	input[type="checkbox"]:checked::before{
	position: absolute;
	color: black !important;
	content: "\00A0\2713\00A0" !important;
	border: 2px solid #d3d3d3;
	font-weight: bolder;
	font-size: 20px;
	}
	.taknie {
		display: inline; 
		padding: 25px; 
		position: relative; 
		padding-left: 20px;
	}
	
	.taknie input {
		display: none;
	}
	
	.taknie span {
		border: none; 
		width: 45px; 
		height: 19px; 
		position: absolute; 
		overflow: hidden; 
		line-height: 1; 
		text-align: center; 
		/*border-radius: 100%; */
		font-size: 14pt; 
		left: 0; 
		top: 50%; 
		margin-top: -7.5px;
	}
	
	.taknie input:checked + span {
		text-decoration: underline; 
		text-decoration-thickness: 2px;
	   /* background: #ccf; 
		border-color: #ccf;*/
	}

.uwagi{
	font-size: 14px;
}