html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

table, th, td, tr {
  border-right: 1px solid #e6e9ea;
  border-bottom: 1px solid #e6e9ea;
  width: 100%;
  font-family: Tahoma; font-size: 13; color: #394144;
}



.tabela-wrapper {
  height: calc(100vh - 100px); /* 100px to przykładowy nagłówek */
  overflow-y: auto;
  font-family: Tahoma; 
  font-size: 10; 
  color: #d4e6ee; 
  line-height: 20px;
}

 thead th {
      position: sticky;
      top: 0;
      background: #448CD6;
  background: -moz-linear-gradient(top, #73a9e0 0%, #5697da 66%, #448CD6 100%);
  background: -webkit-linear-gradient(top, #73a9e0 0%, #5697da 66%, #448CD6 100%);
  background: linear-gradient(to bottom, #73a9e0 0%, #5697da 66%, #448CD6 100%);
      z-index: 1;
      border-bottom: 2px solid #000;
      padding: 8px;
    }


.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

li { list-style-image: url(img/li.gif); list-style-type: disc; margin-top: 3px; }

.tabela {font-family: Tahoma; font-size: 10; color: #d4e6ee; line-height: 20px;}

a {text-decoration: none; font-family: Tahoma; font-size: 11; color: #0b89bf; text-decoration: none;}
a:visited {text-decoration: none; font-family: Tahoma; font-size: 11; color: #0b89bf; text-decoration: none;}
a:active {text-decoration: none; font-family: Tahoma; font-size: 11; color: #0b89bf; text-decoration: none;}
a:hover {text-decoration: none; font-family: Tahoma; font-size: 11; color: #0b89bf; text-decoration: underline;}

.select {width: 177; height: 20; color: #7a7569; font-family: Tahoma; font-size: 11;}

.data_news {color: #ffffff; font-family: Tahoma; font-size: 9; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; }

.tekst {font-family: Tahoma; font-size: 11; color: #394144;}

.input {
	width: 100%;
    height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #322f2f;
	border-top: 1px solid #0B89BF;
	border-right: 1px solid #0B89BF;
	border-bottom: 1px solid #0B89BF;
	border-left: 1px solid #0B89BF;
}

.textarea {
	width: 100%;
    height: 80px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #322f2f;
	border-top: 1px solid #0B89BF;
	border-right: 1px solid #0B89BF;
	border-bottom: 1px solid #0B89BF;
	border-left: 1px solid #0B89BF;
}

.tytul {
font-family: Tahoma, sans-serif;
color: #0b89bf;
font-weight: bold;
font-size: 14px;
}

.tytul_real {
font-family: Tahoma, sans-serif;
color: #0b89bf;
font-weight: bold;
font-size: 13px;
}

.zielony {
color: #5dc43b;
}

.niebieski {
color: #2985c0;
}





.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #06D85F;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}


table.zwyklaTable {
  width: 100px;
  alignment-adjust: central;
}
table.zwyklaTable td, table.zwyklaTable th {
  border: 1px solid #AAAAAA;
  padding: 7px 8px;
  width: 20px;;
}
table.zwyklaTable tbody td {
  font-size: 14px;
}
table.zwyklaTable tr:nth-child(even) {
  background: #D5E2FF;
}
table.zwyklaTable thead {
  background: #448CD6;
  background: -moz-linear-gradient(top, #73a9e0 0%, #5697da 66%, #448CD6 100%);
  background: -webkit-linear-gradient(top, #73a9e0 0%, #5697da 66%, #448CD6 100%);
  background: linear-gradient(to bottom, #73a9e0 0%, #5697da 66%, #448CD6 100%);
  border-bottom: 2px solid #444444;
}
table.zwyklaTable thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: left;
  border-left: 2px solid #D0E4F5;
}
table.zwyklaTable thead th:first-child {
  border-left: none;
}

table.zwyklaTable tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background: #448CD6;
  background: -moz-linear-gradient(top, #73a9e0 0%, #5697da 66%, #448CD6 100%);
  background: -webkit-linear-gradient(top, #73a9e0 0%, #5697da 66%, #448CD6 100%);
  background: linear-gradient(to bottom, #73a9e0 0%, #5697da 66%, #448CD6 100%);
  border-top: 2px solid #444444;
}
table.zwyklaTable tfoot td {
  font-size: 14px;
}

