body {
  margin: 0;
  font-family: sans-serif;
  text-align:center;
}

.header {
  display: flex;
  flex-direction: row;
  width: 100%;
  height:10%;
  background-color:#3ea8cb;
  color: white;
  text-align: center;
  font-size: 55px;
}
#LOGO{
justify-content: center;
width: 20%;
}

.container {
  display: flex;
  flex-direction: row;
  height: 90%;
  width: 100%;
}
.conteiner_2{
  display: flex;
  flex-direction: column;
  flex: 3; 
  height: 100%;
}
.conteiner_3{
  display: flex;
  flex-direction: row;
  height: 100%;
}
.map {
  background: #eee;
  width: 70%;
}

.centredtext{
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
}
.backcontainer {
  display: flex;
  flex-direction: column;
  width: 30%;
}

#KP {
  background: #ccddee;
  height: 100%;
  width: 50%;
}
#kp_value{
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 80%;
}
#kp_value img {
  flex: 1;
  max-width: 100%;
  max-height: 100%;       
  object-fit: contain;
  display: block;
} 
#CME {
  display: flex;
  flex-direction: column;
  background: rgb(255, 255, 255);
  height:100%;
  width: 50%;
}
#cme_value{
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 80%;
}
#cme_value img {
  flex: 1;
  max-width: 100%;
  max-height: 100%;       
  object-fit: contain;
  display: block;
} 
.footer {
  background: #3ea8cb;;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;     
  height:10%;
  font-size: 30px;
}
a{
  all:unset;
  cursor: pointer;
}
.info {
	text-decoration: none; 
  color: inherit;
  height: 100%;
}
.info:hover {
  background-color:#2b768f;
}
.Satelita{
  height: 100%;
}

.Satelita:hover {
  background-color:#2b768f;
}
.Alert {
  height: 100%;
}
.Alert:hover {
  background-color:#2b768f;
}
.Container_info {
  
  display: flex;
  flex-direction: row;
  width: 100%;
  text-align: justify;
}
.Navigation {
  width: 20%;
  min-height: 100vh; 
  background-color: #3ea8cb  ;
  color: white;
  
}
.Navigation_2 {
  top: 0;
  position: sticky;
  background-color: #3ea8cb  ;
  color: white;
  margin-left:5%;
  margin-right:5%;
}
.Navigation_2 a {
  color: white;
  text-decoration: none;
  cursor: pointer;
}
.Navigation_2 a:hover{
  /*color: gray;*/
  background-color:#2b768f;
  text-decoration: none; 
}
.Tresc {
  width: 80%;
  margin-left: 2%;
  margin-right: 2%;
  box-sizing: border-box; 
  overflow-wrap: break-word;

}
.Dodatkowe{
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  align-items: center;
  justify-items: center;
  flex: 1; /* 1/4 szerokości kontenera */
  height: 100%;
}
/* GRID wesion */
.container_grid {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.content_container{
  display: grid;
  grid-template-columns:3fr 1fr;
  background-color:#a9a9a9;
  align-items: center;
  gap:0.5%;
  height: 100%;
  width: 100%;
}
#Map_win{
  margin-left: 0.5%;
  height: 99%;
  background-color:#ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;  
}
#Right_win{
  display: grid;
  grid-template-columns:1fr;
  grid-template-rows: 1fr 1fr;
  margin-right: 0.5%;
  height: 99%;
  background-color:#ffffff;
}

.grid_footer{
  display: grid;
  grid-template-columns:1fr 1fr 1fr ;
  grid-template-rows: 1fr ;
  background-color:#3ea8cb;
  color: white;
  height: 10%;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.option{
padding: 1em;
border-radius: 5px;
}
.option:hover{
background-color:#2b768f;
}
#parameters_button{
  background-color:#3ea8cb;
  color: white;
  padding: 1em;
  border: none;
  border-radius: 5px;
}

#parameters_button:hover{
  background-color:#2b768f;
}
iframe{
  border: none;
  height: 100%;
  width: 100%;
}


.rwin_content{
  align-items: center;
  justify-content: center;
  padding: 1em;
}

#container_alert{
  background-color:#3ea8cb;
  color: #ffffff;
  border-radius: 30px;
  display: flex;
  flex-direction: row;
  width: 50%;
  height: 50%;
  text-align: left;
  padding: 1em;

}

