/*część współna*/
html,
body {
	height: 100%;
	/*background:#A9A9A9;*/
	background: black;
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif;

}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	color: yellow;
}


.title {

	/* position: absolute;
	top: 10vh;
	left: 50%; */
	margin-top: 10vh;
	/*transform: translate(-50%);*/
	width: 100%;
	height: auto;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 0.3em;
	color: yellow;
}

.wraper1,
.wraperZ1,
.wraper2 {

	width: 100%;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	/*padding:auto auto auto 300px;*/
	height: 300%;
	background-color: black;
	/* Center the image */
	background-repeat: no-repeat;
	/* Do not repeat the image */
	background-size: cover;
	text-align: center;
	color: yellow;
	/* display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column */

}

.window-1 {

	width: 100%;
	height: 33%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;

}

.window-2,
.window-Z2 {

	width: 100%;
	height: 33%;
	margin-top: 10vh;
	/*background-color:#F0F8FF;*/
}

#main_menu {

	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
	position: fixed;
	background: #333333;
	z-index: 1000;
}

.ul {
	margin: 0 5% 0 5%;
	list-style: none;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.ul li {

	padding: 5px 0px 5px 5px;
	width: 15.8%;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.ul li a {
	text-decoration: none;
	color: yellow;
	font-size: 1em;
	font-weight: bolder;
	display: block;
	margin: auto;
	width: 100%;
	height: auto;
	min-height: 8vh;
	background: black;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}








.ul a:hover {

	color: red;
	background: #A9A9A9;
}



.logo1 {
	width: 258px;
	width: 16vw;
	height: 50px;
	padding-top: 4px;

}

.fig {

	vertical-align: top;
	width: 50px;
	height: 50px;



}



/*instrukcja 2*/

.big_letter {
	font-size: 1.5em;
	font-weight: bold;
	color: yellow;
}

/*style do instrukcji*/
.panel_left,
.panel_center,
.panel_right {
	box-sizing: -box;
	float: left;
	text-align: left;
	width: 29%;
	height: 80%;
	background-color: #1E90FF;
	margin: 80px 5px 0 5px;
	padding-left: 13px;
	padding-right: 12px;



}

.panel_left {
	margin-left: 53px;
}


.panel-i1,
.panel-i2,
.panel-i3,
.panel-i4 {
	box-sizing: border-box;
	width: 99%;
	/*height:100%;*/
	height: 28%;
	margin-top: 21px;
	margin-left: auto;
	margin-right: auto;
	transition: transform 0.3s;
	/*background-size:cover;*/
	background-color: #333333;
	/**background-color:#00ff00;#F5F5F5**/
	padding: 2px;
	border-radius: 5px;
	display: inline-block;
	overflow: auto;
}



.panel-i1 p,
.panel-i2 p,
.panel-i3 p,
.panel-i4 p {
	padding: 2px;
	margin: 0px;
	font-size: 13px;

}


.panel-i1 a,
.panel-i2 a,
.panel-i3 a,
.panel-i4 a {
	text-decoration: none;
}


/*.panel-i1 p:first-letter, .panel-i2 p:first-letter, .panel-i3 p:first-letter, .panel-i4 p:first-letter {
	font-size:1.5em;
	font-weight:bold;
	color:#8B4513;
	}*/

.panel-i1:hover {

	transform-origin: left;
	transform: scale(1.2);
	transition: transform 0.3s;
	border: 5px solid red;

}

.panel-i2:hover {

	transform-origin: top;
	transform: scale(1.2);
	transition: transform 0.3s;
	border: 5px solid red;
}

.panel-i2:hover {

	transform-origin: top;
	transform: scale(1.2);
	transition: transform 0.3s;
	border: 5px solid red;
}

.panel-i3:hover {

	transform-origin: right;
	transform: scale(1.2);
	transition: transform 0.3s;
	border: 5px solid red;
}

.panel-i4:hover {

	transform-origin: bottom;
	transform: scale(1.2);
	transition: transform 0.3s;
	border: 5px solid red;

}



.fot1 {
	width: 100%;
	height: 40px;
	height: auto;
	background-color: black;
	position: fixed;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;

}

.logo-ue {
	/*width:250px;*/

	height: 80%;
	margin: 5px;
	width: 120px;

}

.copyDnet {
	color: rgb(240, 147, 9);
	margin: 0 100px 0 100px;
	/* position: absolute; */
	right: 20px;
	font-size: 0.7em;

}


.znaki {

	text-align: center;

}

.uppercase {
	text-transform: uppercase;
}

.icon-doc-text {
	font-size: 2em;
	vertical-align: top;
}

/*style do strony głównej*/

/*flex*/

.flex-cont-1 {

	margin-top: 1vh;
	display: flex;
	height: 100%;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;

}

.box {
	margin: 5px;
	width: 17.5%;
	height: 75vh;
	min-width: 250px;
	min-height: 200px;
	border: solid 5px #1E90FF;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;

}

/* DRUGA KARTA */
.flex-cont-2 {
	display: flex;
	height: 100%;
	flex-wrap: wrap;
	justify-content: center;
	align-content: left;
	position: relative;

}

.box2 {
	position: relative;
	display: flex;
	flex-direction: column;
	margin: 5px;
	margin-top: 30px;
	/*margin-left: 0px;*/
	width: 17.5%;
	/*height: 75vh;*/
	height: 80vh;
	min-width: 250px;
	min-height: 500px;
	border: solid 5px #1E90FF;
	justify-content: left;
	align-items: center;
}

/* .box2:first-child {
	margin-left: 50px;
} */

header.boxy {
	/*background-color: #1E90FF;*/
	position: absolute;
	top: 1px;
	font-weight: bold;

}

.contIn {

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 75px;
	/*background-color: #5C5C5C;*/
	color: black;
}

.pakiet {
	display: flex;
	justify-content: center;
	align-items: stretch;
	width: 95%;
	height: 110px;
	/*border: 2px solid red;*/
	background-color: transparent;
}

.divForm {
	box-sizing: border-box;
	display: flex;
	align-items: center;

	height: 95%;
	border-radius: 0px 10px 10px 0px;
	border: 1px solid black;
	margin: 2px 0px 10px 2px;
	background-color: white;

}

.divForm:hover {
	box-shadow: 0px 0px 20px grey;
	background-color: transparent;
	color: black;
}


a.divForm {

	width: auto;
	background-color: #333333;
	text-decoration: none;
	padding: 2px;

	/*background-color: cornsilk;
	border: 2px solid blue;
	margin-top: 2px 1px;*/
}

a.divForm p {

	margin: 1px;
}

a.divForm:hover {
	color: yellow
}

/* .divForm:last-child {
	margin-bottom: 5px;
}
 */


/* START - Blok z dwoma kafelkami - jeden poziomo, drugi tekst poziomo */
.formElectro {
	box-sizing: border-box;
	width: 30px;
	height: 106%;
	display: flex;
	justify-content: center;
	align-items: stretch;

}

a.textVertical {
	text-decoration: none;
	margin: 2px 2px 10px 2px;
	display: flex;
	border: 1px solid black;
	border-radius: 10px 0px 0px 10px;
	background-color: #333333;
}

a.textVertical:hover {
	box-shadow: 0px 0px 20px grey;
	background-color: transparent;
}

.textVertical p {

	transform: rotate(270deg);
	color: white;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bolder;
	margin-left: 0px;
}

/*.textWnioski {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	color: black;
}*/

.contVertical {
	width: 30px;

	display: flex;
	justify-content: center;
	align-items: center;

}

/*  - Blok z dwoma kafelkami - jeden poziomo, drugi tekst poziomo */


/*IMG*/

.przeglad-map {
	width: 80%;
	max-width: 398px;
	margin-left: auto;
	margin-right: auto;
	border: solid 2px #1E90FF;
	border-radius: 1px;
	text-decoration: none;
	margin-bottom: 0px;
	box-shadow: 0px -3px 3px 2px grey;

}

.przeglad-map:hover+.opis-img {

	color: yellow;

	border: 2px solid #1E90FF;
	box-shadow: 0px 0px 3px 2px grey;




}

.przeglad-map:hover {
	border: 2px solid #1E90FF;
	box-shadow: 0px 0px 3px 2px grey;
}



.opis-img {
	box-sizing: border-box;
	padding: 2px;
	margin-top: 0px;
	color: yellow;

	font-size: 1.2em;
	font-weight: bolder;
	width: 80%;
	max-width: 398px;
	height: 65px;
	margin-left: auto;
	margin-right: auto;
	border: solid 2px #1E90FF;
	border-radius: 1px;
	box-shadow: 0px 3px 3px 2px grey;
	text-align: center;
	font-size: .9em;
	line-height: 1em;
}

.opis-img:hover {

	color: white;
	border: 2px solid #1E90FF;
	box-shadow: 0px 0px 3px 2px grey;
}

p.opis-img span {
	display: none;
	position: relative;
	top: -140px;
	left: 200px;
	padding: 2px 3px;
	margin-left: 8px;
	width: 400px;
	height: 100px;
	/*font-weight:bold;*/
	font-style: italic;
	opacity: 0.9;

}




/*a.img1 span::after {
  content:"";
  position: absolute;
  top: 50%;
  right: 100%; /* To the left of the tooltip */
/* margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: green transparent transparent transparent;
}*/

p.opis-img:hover span {
	display: inline-block;
	/*margin: 15px 0 0 5px;*/
	background: #dddddd;
	border: 3px solid green;
	border-radius: 5px;
	/*border-left:none;*/
	color: black;
	/*-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);*/
	text-align: left;
}






.height-2 {
	height: 165px;


}

.height-1 {
	margin-top: 3vh;
	height: 48%;
}

.img1 {
	text-decoration: none;
	margin: 0px auto 0px auto;

}

.img1 p {
	margin-top: 0px;
	margin-bottom: 0px;

}


.blue-opis {
	margin-top: 30px;
	margin-bottom: 0px;
	text-align: center;
	color: blue;
	font-size: 0.9em;
	max-width: 300px;
}

.black-opis {
	margin-top: 30px;
	margin-bottom: 2px;
	text-align: center;
	color: black;
	font-size: 0.9em;
	max-width: 300px;
	font-weight: bold;

}



a:hover {
	background: #ffffff;
	text-decoration: none;
}



.udogo {
	flex-basis: 5px;

}

.kontrast button {
	font-size: 5px;
}

.kontrastN {
	/* position: absolute; */
	right: 25px;
	top: 5px;
	width: 20px;
	margin: 0px 100px 0px 100px;
	/* padding:0px 100px 0px 100px;
	text-align: center;
	justify-content: center;
	align-items: center; */
}

.kontrastN button {
	font-size: 10px;
	background-color: darkgoldenrod;
}

.logoin {
	position: absolute;
	top: 80px;
	right: 80px;
	width: 250px;


}

.login-opis {
	box-sizing: border-box;
	padding: 2px;
	margin-top: 0px;
	color: #5C5C5C;
	width: 80%;
	max-width: 398px;
	height: 65px;
	margin-left: auto;
	margin-right: auto;
	border: solid 2px #1E90FF;
	border-radius: 1px;
	box-shadow: 0px 3px 3px 2px grey;
	text-align: center;
	font-size: .9em;
	line-height: 1em;
	background-color: rgba(252, 247, 247, 0.911);
}


/*STYLE WYKONAWCY*/

.wraper_wykonawcy {
	height: 100vh;
	background-color: #DCDCDC;
	display: flex;
	/*justify-content: center; */
	text-align: left;

}





.wraper_wykonawcy2 {
    position: absolute;
    top: 9%;
    height: 2000px;
    max-height: 100%;
    width: 100%;
    background-color: black;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
}

element.style {
    width: 1550px;
}

.breakNews {
    position: absolute;
    top: 10vh;
    left: 11vh;
    height: 7vh;
    width: 90vw;
    margin-right: 15vh;
    border: 5px solid yellow;
    z-index: 5;
    opacity: 0;
}


/*PRZYCISK e-PODGIK - start*/

.guzik {
	position: relative;
	/* top: 43%;
	left: 25vh; */
	width: 45vh;
	height: 45vh;
	/*height:28vh; */
	/* border: yellow solid 5px; */
	margin-top: 8vh;
}


.logEpodgik {
	position: absolute;
	/* top: 43%;
	left: 25vh; */
	top: 57%;
	left: 50%;
	transform: translate(-50%, -60%);
	background-color: lavenderblush;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 28vh;
	height: 28vh;
	line-height: 2em;
	display: flex;

	border-radius: 50%;
	border: 2px solid blue;
	box-shadow: 0px 0px 10px 5px grey;
	transition: transform 0.3s, box-shadow 0.3s, border 0.3s;
	z-index: 100;

}

.logEpodgik:hover {
	box-sizing: unset;
	transform: translate(-50%, -61%) scale(1.4);
	transform-origin: center;
	box-shadow: 0px 0px 30px 5px grey;
	border: 10px solid blue;
	transition: transform 0.3s, box-shadow 0.3s, border 0.3s;


}

.logEpodgik a {
	opacity: 0.9;
	color: red;
	font-weight: bolder;

	background-color: whitesmoke;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	text-align: center;
}

.logEpodgik p {
	margin: auto;
	font-size: 2.5vh;
	line-height: 3vh;
}

.circleGrey {
	position: absolute;
	/* top: 44.5%;
	left: 25vh; */
	top: 60%;
	left: 50%;
	transform: translate(-50%, -60%);
	background-color: lavenderblush;
	width: 40vh;
	height: 40vh;
	border-radius: 50%;
	border: 4vh solid grey;
	z-index: 10;
}

.squereBlue {
	position: absolute;
	/* top: 44.5%;
	left: 25vh; */
	top: 0;
	left: 0;
	/* transform: translate(-50%, -60%); */
	background-color: lavenderblush;
	width: 45vh;
	height: 45vh;
	border: 5px solid blue;
	background-image: linear-gradient(-120deg, #1E90FF, blue);

}

/*PRZYCISK e-PODGIK - end*/

.menuWraper {
	width: 45vh;
	height: 45vh;
	border: 5px solid blue;
	margin-top: 8vh;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	/* 	overflow: hidden; */
	background-image: linear-gradient(-120deg, #1E90FF, blue);
}


.hm {
	display: flex;
	width: 40vh;
	height: 2vh;
	margin-top: 5px;
	justify-content: center;
	align-items: center;
	color: yellow;
	font-size: 2vh;
	text-align: center;
	font-weight: bold;
	padding: 5px;
}

.pasek {
	display: flex;
	width: 40vh;
	height: 8vh;
	border: 2px solid grey;
	margin-top: 10px;
	justify-content: center;
	align-items: center;
	position: relative;

}

.butEGiB {
	width: 40vh;
	height: 8vh;
	box-sizing: border-box;
}


.smenu ul {
	width: 200px;
	height: 200px;
	background-color: burlywood;
	z-index: 10;
}

.smenu ul {
	display: none;
	position: relative;
}

.butEGiB:focus~.smenu ul {
	display: block;
}

.butEGiB:focus~.smenu ul li ul {
	display: block;
	color: white;
}

.smenu ul li {

	background-color: red;
	width: 200px;
	height: 50px;

}

.smenu ul li:hover {
	background-color: darkgoldenrod;
}

.smenu ul li:hover~.smenu ul li ul {
	display: block;
	color: yellow;
}

.gmina ul li {

	width: 300px;
	height: 100px;
	background-color: cyan;
}

.gmina ul li:hover~.gmina ul li ul {
	display: block;
}


/* .navEGiB ul li {
	display: block;
	display: flex;
	/* display: contents; */
/* 	align-items: center;
	justify-content: center;
	width: 45vh;
	height: 8vh;
	font-size: 3vh;
	font-weight: bold;

}

.navEGiB:hover>ul li ul {
	font-size: 5vh;
	display: block;
	color: red;

}

.navEGiB:hover>ul li ul li ul {
	font-size: 5vh;
	display: none;
	color: green;

}

.gmina1 {
	display: block;
	color: yellow;
	width: 25vh;
	height: 8vh;
	background-color: violet;
	position: relative;

}

.level2 {
	position: relative;
}
.level2 li{ 
	display: block;
	width: 25vh;
	height: 8vh;
	color:burlywood;
	

}

*/
/* 
.level3 {
	position:absolute;
	left:200px;
	top:200px;
 
}
*/
/* .gmina1 ul li {
	display: block;
	display: flex;
	/* display: contents; */
/* 	align-items: center;
	justify-content: center;
	width: 45vh;
	height: 8vh;
	font-size: 5vh;
	font-weight: bold;
	background-color: white;


}

.gmina1:focus>ul li ul li ul {
	font-size: 5vh;
	display: block;
	color: green;

}

.gmina1:focus>.level3 {
	display: block;
}


.navEGiB ul li ul {
	position: absolute;
	top: 50px;
	left: -2vh;
	width: 45vh;
	height: 700px;
	border: 5px solid blue;
	background-color: grey;
	z-index: 10;
}
 */

.pasek p {
	color: yellow;
	font-size: 3vh;
	font-weight: bold;
}

.pasek:hover {

	background-color: grey;
}



.level2 {
	display: none;
	height: 300px;
	width: 150px;
	background-color: grey;
	z-index: 10;
	position: fixed;
	top: 200px;
	left: 700px;
	color: yellow;
}

.level3 {
	display: none;
}

/*
ul>li:hover>.menu2 {
	display: block
}

ul>li:hover>.menu3 {
	display: none
}

ul>li>ul {
	height: 300px;
	width: 150px;
	background-color: grey;
	z-index: 10;
} */

.komunikatyWraper {
	height: 70vh;
	width: 70vh;
	/* position: absolute;
	top: 9%;
	right: 7vw; */
	margin-top: 8vh;


}

.komunikaty {
	height: 100%;
	background-color: #333333;
	overflow: auto;
	border: solid 5px red;
	padding: 20px;
	opacity: 0.8;
}


.komunikatyWraper header {
	color: red;
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;


}

.komunikatTitle {
	color: blue;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	padding: 0px 2px 0px 2px;
	width: 100%;
}

.komunikatUwaga {
	color: red;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	width: 100%;
}

.komunikatTresc {
	padding: 2px;
	text-align: justify;
	border-bottom: dotted 2px blue;
	width: 100%;
}

/* .komunikatTresc::first-line {} */

.komunikatTresc::first-letter {
	font-weight: bold;
	font-size: 1.2em;
}

.kontrastN_wykonawcy {
	position: absolute;
	right: 40px;
	width: 20px;
}

.link {
	text-decoration: none;

	display: flex;
	height: 50px;
	width: 300px;
	justify-content: center;
	align-items: center;

}

.link:hover {
	background-color: gray;
}

.info {
	background-color: rgba(128, 128, 128, 0.8);
	display: flex;
	width: 55%;
	margin-top: 8vh;
	justify-content: center;
}

.info header {
	font-weight: bold;
	font-size: 1.5em;
	margin: 10px;
}

.info div h1 {
	font-size: 36px;
	margin: 10px;
	color: yellow;
	font-weight: bold;
}

.info div header {
	color: yellow;
	font-weight: bold;
	font-size: 1.5em;
	text-align: left;
}

.info div {
	border: solid 2px yellow;
	margin: 10px;
	padding: 10PX;
}

/*NOWE PONIŻEJ*/

#iapi {

	margin: 0px auto 50px auto;
}

.link {
	margin: 20px 20px 20px 20px;

	width: auto;
}

.link:hover {
	margin: 20px 20px 20px 20px;

}