body {
	background-color: #9ab874;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	}
	
.oculusMain{
	/* background-color: red; */
	min-height:900px;
	position:relative;
		
}	


.LoginBox{
		margin:  auto;
		color:black;
		max-width: 500px;
		
		
	}

.button_cook_1{
	background-color:#0c0376;
	color: #ffffff;
	height: 40px;
	width: 250px;
	border-color: #ffffff;
	border-width:thin;
	font-size: large;
}

.button_cook_2{
	background-color:#ffffff;
	color: #00aa00;
	height: 40px;
	width: 150px;
	border-color: #000000;
	border-width:thin;
	font-size: large;
	margin:  auto;
}


.div_portal_end_space{
	/* background-color: lime; */
	height: 40px;	
	text-align: center;
}

.div_cookie_info{
	padding:20px;
	
	z-index:999;
	text-align: center;
	background-color: blue;
	color: white;
	position: fixed;
    bottom: 150px;
    width: 100%;
	
	}
	
.div_cookie_info a:link{
	color: white;
}

.div_cookie_info a:visited{
	color: white;
}


.div_portal_footer{
	margin-top:100px;
	text-align: center;
	background-color: #000000;
	color: white;
	position: absolute;
    bottom: 0px;
    width: 100%;
	
	}
.div_portal_footer a:visited{
	color: white;
}
.div_portal_footer a:link{
	color: white;
}
	
.div_user_info{
	background-color: #f0f0f5;
	max-width: 500px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.div_user_info_edit{
	margin:  auto;
	background-color: #fcaf3e;
	text-align: center;
	padding: 5px;
	width: 100px;
	margin-top: 10px;
	 
}

.div_user_info_title{
	margin:  auto;
	font-size:large;
	font-stretch:expanded;
	background-color: #000000;
	color: white;
	text-align: center;
	padding: 5px;
	width: 90%;
}	

.div_user_info_desc{
	margin:  auto;
	text-align: center;
	padding: 5px;
	width: 90%;
}

table.div_user_info_table{
	background-color: yellow;
	width: 90%;
}

td.div_user_info_table{
	background-color: yellow;
	min-width: 30%;
}

table.div_user_info_table tr:nth-child(even) {background: #fefefe}

table.div_user_info_table tr:nth-child(odd) {background: #fefefe}

	
.nalewo{
	text-align: left;	
}	

table.logowanie{
	margin-left: 10px;	
	}
table.logowanie tr:nth-child(even) {background: #fff}

table.logowanie tr:nth-child(odd) {background: #fff}	

table.persinfo {
	margin:auto 0;
	
}

table.persinfo tr td{
	padding: 10px;
	background: white;
}

.BelkaAdmina{ 
	
	text-align: right;
	}
	
	.txt1{
	background-color: #a2bdaa;
	max-width: 900px;
	margin:  auto;
	}
	
	.txt2{
	background-color: #a2bdff;
	max-width: 900px;
	margin:  auto;
	}

	.XMOD{
	margin:  auto;
	text-align: center;
	}
	

	.PageChild{
	 
	width: 300px;
	margin:  auto;
	margin-bottom: 60px;
	}
	
	.PageChild li{
		background-color: #eeeeee;
		margin:5px;
		padding: 7px;
		
	}
	
   	
   

	
	.PageChild ul{
	list-style: none;
	padding-left: 0;
	}
	
	.aclset{
	background-color: #a40000;
	width: 500px;
	}
	
	.aclstatic{
	background-color: #729fcf;
	width: 500px;
	}
	.PageTitle{
	font-size: 25px;
	background-color: #404040;
	color: #eeeeee;
	text-align: center;
	}
	
	.StopkaAdminaON{
	position: fixed;
	height: 40px;
	width:100%;
	background: #176404;
	color:white;
	bottom: 0;
	}
	
	.StopkaAdminaOFF{
	position: fixed;
	height: 40px;
	width:100%;
	background: #7c1a1a;
	color:white;
	bottom: 0;
	}
	
	.AclInfo{
	background-color: #fce94f;
	color: black;
	width: 300px;
	}
	.LogoStopka{
	position: fixed;
	height: 300px;
	width:300px;
	
	color:white;
	bottom: 0;
	right: 00px;
	}
	
	table {
	margin: 0 auto;
	background-color: #d3d7cf;
	}
	
	table,td,th {
   border: 1px solid black;
   border-collapse: collapse;
   
   color: black;
   padding: 3px;
   vertical-align: top;
   }
   
   td {
   text-align: left;
   }
   
   tr:nth-child(even) {background: #CCC}
   tr:nth-child(odd) {background: #FFF}
   

.PoleZaznaczone{
	background-color: #5c3566;
}
.BelkaEdycji{
	background-color: #ffffff;
	color: #000000;
	text-align: right;
}

.buser{
	
	display: flex;
	flex-flow: row wrap;
	justify-content:  space-between;
}

.buserl{
	
	float:left;
}

.buserr{
	
	float:right;
}

.buserc{
	
	
}

.menuImg {
	height: 60px;
}





.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
  text-align: left;
  
}

.dropdown-content {
	
  display: none;
  position: absolute;
  left:-100px;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}

.DolneLogoImg{
	height: 30px;
    }






table.ProstaTabela{
	background-color: green;
	margin-left: 10px;
	
}   

table.ProstaTabela td{
	background-color: #eeeeee;
	
	
}

.diwcentro{
	margin: auto;
	background-color: #ffffff;
	text-align: center;
}


@media screen and (max-width: 768px) {
	.menuImg{
	height: 40px;
    }
	
	.DolneLogoImg{
	height: 30px;
    }
    
    .LogoStopka{
	position: fixed;
	height: 30px;
	width:30px;
	
	color:white;
	bottom: 0;
	right: 00px;
	}

}