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_banner_bottom{
	text-align: center;
	
}

.div_banner_bottom img {
	max-width: 100%;
}
.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;
    }




.div_panel{
	background-color: white;
	border: thin;
	border-style: dotted;
	border-color: red;
	margin-bottom: 20px;
}

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

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

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

        .fo_container {
            display: flex;
            width: 100%;
            height: 70%;
            position: relative;
        }
        
         .fo_arrow_up {
            font-size: 2em;
            text-decoration: none;
            color: black;
            margin-bottom: 0px;
            display: flex;
            justify-content: center;
            width: 100%;
            background-color: #d0d0d0;
            
            flex-wrap: wrap;
        }
        
            .fo_left, .fo_right {
            width: 15%;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            background-color: #f0f0f0;
        }
        .fo_left a, .fo_right a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            color: black;
            font-size: 2em;
        }
     
        
        .fo_center {
            width: 80%;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #e0e0e0;
            overflow: hidden;
        }
        .fo_center img {
            max-width: 70%;
            max-height: 70%;
        }
        .fo_thumbnails {
            display: flex;
            justify-content: center;
            width: 100%;
            /* background-color: #d0d0d0; */
            padding: 10px;
            flex-wrap: wrap;
        }
        .fo_thumbnails a {
            margin: 5px;
        }
        .fo_thumbnails img {
            max-width: 100px;
            cursor: pointer;
        }
        
        .fo_thumbnails_200 {
            display: flex;
            justify-content: center;
            width: 100%;
            
            padding: 10px;
            flex-wrap: wrap;
        }
        .fo_thumbnails_200 a {
            margin: 5px;
            text-decoration: none;;
            color: black;
        }
        .fo_thumbnails_200 img {
            max-width: 200px;
            cursor: pointer;
        }
        
             .fo_thumbnail {
            margin: 5px;
            text-align: center;
        }
        
         .fo_thumbnail img {
            max-width: 100px;
            cursor: pointer;
        }
        
         .fo_thumbnail_title {
            width: 200px;
            max-height: 3em; /* Approximate height for 3 lines of text */
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            line-height: 1em; /* Line height to fit 3 lines */
            height: 3em; /* Ensure height fits 3 lines */
        }
        
        .fo_navigation {
            font-size: 2em;
            text-decoration: none;
            color: black;
        }

    
        
        
/* galeria end */

@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;
	}

}