@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&display=swap');


/* navbar */
.navbar {
  background-color: white;
    z-index: 2;
    font-family: 'Montserrat';
    font-size: 14px;
}


  .fakeimg {
    height: 400px;
    background: #aaa;
  }

.kafelki{
    max-width:1000px;
    background-color: black;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    height: auto
}

.responsive {
  
  max-width: 10%;
  height: auto;
  float: left;
  float: left
    margin: 5px;
    min-width: 7%;
}

[data-tooltip]:before {
    /* needed - do not touch */
    content: attr(data-tooltip);
    position: absolute;
    opacity: 0;
    
    /* customizable */
    transition: all 0.15s ease;
    padding: 10px;
    color: gray;
    border-radius: 5px;
    box-shadow: 2px 2px 1px silver;    
}

[data-tooltip]:hover:before {
    /* needed - do not touch */
    opacity: 1;
    
    /* customizable */
    background: white;
    margin-top: -20px;
    margin-left: 20px;    
}

[data-tooltip]:not([data-tooltip-persistent]):before {
    pointer-events: none;
}



    
 

	
#scroll-top {
   
    background:url('img/arrow.png');
    background-repeat:no-repeat;   
    width:45px;
    height:45px;
    position:fixed;
    bottom:30px;
    right:6px;
}

.klasa{
    max-width: 100px;
}
 

.imgShadow:hover{
    opacity: 0.9;
    box-shadow:0px 4px 7px grey; 
    }

.imgShadow{
    box-shadow:0px 1px 3px grey; 
}

.img-fluid1{
    box-shadow:0px 4px 7px grey; 
}

#chart {
 max-width: 650px;
      
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
    max-width: 1150px;
}

.navShadow{
    
}
.jamShadow{
    box-shadow:0px 2px 8px -4px rgba(0,0,0,0.6);
    background: #f7f7fa; 
}

.obrazek{
    position: absolute;
    left: 75%;
    top: 150px;
    width: 50px;
    height: 30px;
}

.prawaStrona{
  text-align: right;
 
   
}


.prawaStronaGlowka{
  text-align: right;
    font-weight: 600;
  
}

.SrodekGlowka{
  vertical-align: middle!important;
  
}
.srodek{
    text-align: center;
}





.kobieta{
    padding-top: 9%;
    padding-left: 3.5%;
    padding-right: 3.5%;
    opacity: 0.9;
}

.mezczyzna{
    padding-top: 10%;
    padding-left: 4%;
    padding-right: 4%;
    opacity: 0.9;
      
    
}

.obrazekWstep{
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 35px;
    padding-top: 15px;
 
}

td{
  text-align: right;
}

th{
  text-align: center;
  font-weight: bold;
}

.lewaStrona{
  text-align: left;
}





table{
    border-top: 2px solid #DEE2E6;
}

#tbl2 table{
    border-top: 2px solid #fff;
}


.strzalkaWprawo{
    max-width:45px;
    max-height:45px;
    float: right;
    margin-right: 10px;
    
}
.szareTlo{
    background: #F2F2F2;
    margin-bottom: 30px;
}
.jamShadow{
    background: #f7f7fa;
}
.bialeTlo{
    background: white;
}

.tytul{
    font-size: 1.1rem;
    font-weight: bold; 
}
mark {
  background-color: #DDD;
  color: #666;
}


.mlNavi1{
    margin-left: 11.5%;
    
}
.tyt{
    background: #f7f7fa;
}


.linia{
    border-right-style: solid;
}

.logoSDG{
    margin-top: 4%;
    margin-left: 14%;
    
   
}

.navMarg{
    margin-top:3%;
    
    
   
}

.stopka{
   
    background: #f7f7fa;
    margin-top: 3rem;
    
}
.logomax{
   max-height: 80px;
}

.logomaxEn{
   max-height: 16px;
}

tbody:hover td[rowspan],tr:hover td {
  background: #ddd;
}

.link{
    color:#6677ad;
}

.sto{
table-layout: fixed;
  width: 100%; 
    margin-left: 0.1rem;
}

.przypisPD{
    font-size:0.9rem;
    margin-top: 1rem;
    line-height: 1.1rem;
}

.przypisWyk{
    font-size:0.7rem;
    margin-top: 1rem;
    line-height: 1.1rem;
}

.przypis{
    font-size:0.9rem;
    margin-top: 1rem;
    
}

.pointer{
    cursor: pointer;
}

.max{
   
    max-height: 55px;
    max-width: 55px;
    margin: 1px;
}

.cen{
    display: flex;
  justify-content: center;
}



.ultra2021{
     box-shadow:0px 2px 8px -4px rgba(0,0,0,0.6);
    background: #f7f7fa; 
   margin-top: 90px; margin-bottom:50px;
    cursor: pointer;
    
}

.ultra2021:hover{
    background: RGB(0,98,105);
    color: white
}

.ultra2020{
     box-shadow:0px 2px 8px -4px rgba(0,0,0,0.6);
    background: #f7f7fa; 
   margin-top: 50px; margin-bottom:100px;
    cursor: pointer;
    
}

.ultra2020:hover{
    background:#2a0a82;
    color: white
}




.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 130px;
  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;
  text-align: left;
}

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

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


.kontenerek{
     background: white;
     
}
.kontzaw{
  border-radius: 20px;
  background: #FDFDFD;
  box-shadow: rgba(50, 50, 93, 0.15) 0px 6px 16px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; 
}



.konttyt{
    height: 130px; line-height: 190%; font-size: 12px; font-family: 'Montserrat', sans-serif; font-weight: 400; color: #606060;
}

.konttyt1{
    height: 80px; line-height: 190%; font-size: 12px; font-family: 'Montserrat', sans-serif; font-weight: 500; color: #606060;
}

.kontpor{
    font-size: 12px; font-family: 'Montserrat', sans-serif; font-weight: 400; color: #424242; padding-left: 8px;
}

.strzalka{
    height: 13px; margin: 3px; margin-left: 10px;  margin-top: 1px;
}

.bezzmian{
    height: 4px; margin-left: 5px; margin-top: 6px;
}

.opisPodWykresem{
    height: 80px; line-height: 190%; font-size: 9px; font-family: 'Montserrat', sans-serif; font-weight: 400; color: #606060;
}




.wybor:after {
  display:block;
  content: '';
  border-bottom: solid 2px darkslateblue;  
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
}
.wyborActive{
  border-bottom: solid 2px darkslateblue;  
}
.wybor:hover:after { transform: scaleX(1); }
.wybor.fromRight:after{ transform-origin:100% 50%; }
.wybor.fromLeft:after{  transform-origin:  0% 50%; }

.pokaz{
    visibility: visible
}

.ukryj{
    visibility: hidden
}

  #ukryte {
    visibility: hidden;
}


#najedz:hover ~ #ukryte {
    visibility: visible;
}



.btnwykres{border: 2px lightgray solid; font-size: 2rem}
.btnwykresmodal{border: 1px lightgray solid; font-size: 0.9rem}

.popover{
   width: 150px; /* szerokość okienka legenedy */
}

h2{
    font-size: 0.9em;
}


.tytulZolty{
    color:#259b47}

.tytulszary{
    color: lightgray; font-size: 1.6em;
}



.podTytulGlowny{
    font-weight:400; font-size:1.2vw; color: #838384; line-height: 1.7em
}


.wysokoscKontenerka{
    height: 200px;
}



.kafelek{
    width: 5.52%;
}

.mapaModal {
        width: 52%;
    }  

.modal-title {
    font-size: 1rem;
  
}

 .tytulGlowny1{
    font-weight:500; font-size: 2.2rem; color: #212e79; text-transform: uppercase; margin-top: 2rem;
}
    .belkaGorna{
    font-size: 0.9rem;
}
     .logoRozdzial{
        max-width: 40px; margin-right: 10px;
    }
    

.belka-top{
    background: #212e79;
    
}
.belka-top1{
    background: #212e79;
    
}

 .belka-top-text{
    color: white;
     font-weight: 500;
     padding-left: 0;
}

.belka-top-text:hover{
    color: white;
    font-weight: 500;
}

.belka-top-pop{
    font-size: 0.9rem;
    color: black;
    background: white;
    
}

.belka-top-text2{
    text-transform: uppercase;
    color: black;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #D0EBFF;
}


.cls-1{fill:#212e79;}.cls-2{fill:#bed000;}.cls-3,.cls-4{fill:#13100d;}.cls-4{fill-rule:evenodd;} /* kolor logo*/

.cls-1a,.cls-2a{fill:#13100d;}



    
    .wysokoscKontenerka{
        height: auto;
    }
    
    .stopka{
   
    background: #f7f7fa;
    
}
    .logoGlowka{
    margin-bottom: 1rem;
    margin-top: 2rem;
}
    .dana{
    font-size: 1.3rem;
    font-weight: 600;
    color: darkslateblue;
        min-height: 25px;
}
    .danaSz{
    font-size: 1.3rem;
    font-weight: 600;
    color: darkslateblue;
        min-height: 25px;
        margin-top: 2px;
}

.zmiana{
    font-size: 1rem;
    font-weight: 600;
    color: gray;
}
.opis{
    font-size: 0.8rem;
    font-weight: 500;
    color: #424141;
    line-height: 1.2rem;
    margin-top: 0.2rem;
    text-transform: uppercase;
}
.opis2{
    
    line-height: 1.2rem;
    margin-bottom: 0.5rem;
    
 
}

.linkWiecej{
    font-size: 1.6rem;
    font-weight: 600;
    color:darkslateblue;
     
}
.linkWiecej:hover{
    font-size: 1.6rem;
    font-weight: 600;
    color:darkslateblue;
    border: none;
     
}
 .dataKafelek{
    font-size: 1.3rem;
    font-weight: 600;
    color:darkslateblue;
     
}

.data{
    text-align: right; font-size: 0.9rem; margin-top: 2rem; padding-right: 2rem;
}

.tytulWykresu{
    font-weight: 600; font-size: 0.9rem;
}

.podTytulWykresu{
    font-weight: 500; font-size: 0.8rem;
}

 .tekstPodrozdzial{
        margin-right: 3rem;
    }
.tekstKafelek{
    font-size: 1rem;

}
.tytulKafelek{
    font-size: 1.4rem;
    font-weight: 600;
    color:darkslateblue;
    line-height: 2rem;	
     
}

.tytulPodrozdzial{
    font-size: 1.2rem;
    font-weight: 600;
    color:darkslateblue;
    margin-bottom: 2rem;
    margin-top: 3rem;
     
}
.Pierwszy{
    margin-top: 1.5rem;
     
}

.tytulRozdzialu{
    font-size: 2rem;
    font-weight: 700;
    color:darkslateblue;
    margin-bottom: 2rem;
    
    }

 .iconMarg{
        
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

.aktualizacjaKafelek{
    font-size: 0.8rem;
    margin-top: 0.2rem;
}

.logoGlowne{
    height: 5rem;
    }

 .tytulGlowny2{
    display: none;
}

.belkaTopBack{
    background: #212e79;
}

.belkaTopBack1{
    background: #212e79;
 
}

.wykres{
    margin-top: 0.6rem;
}

.podwyk{
    line-height: 1.3rem !important;
    margin-top: 0.1rem !important;
}

 
 .glowna{
        display: none;
    }

    .tytulGlowny{
        margin-top: 2rem;
            																																											
        }

.druking{
    width:13rem;
    float: right;
    margin-right: 0rem;
    
}
.drukingSm{
    width:13rem;
  display: none;
    margin-right: 0rem;
 
    
}
.SzcunekOds{
    margin-bottom: 10px;
}
.ODSRP{
        padding-top: 19px;
    }
.danaRP{
    height: 27px;
}



@media only screen and (max-width: 1199px) {
    
    .ODSRP{
        padding-top: 5px;
    }
  
    .logoGlowne{
        height: 5rem;
    }
    
    .tytulGlowny1{
    font-weight:500; font-size: 3vw; color: #212e79; margin-top: 2rem;
}
    .belkaGorna{
    font-size: 0.9rem;
}
     .logoRozdzial{
        max-width: 40px; margin-right: 10px;
    }
    
    .tytulRozdzialu{
       font-size: 1.7rem;
       margin-top: 2.5rem;
    }
    
    .wysokoscKontenerka{
        height: auto;
    }
    
    .stopka{
  
    background: #f7f7fa;
    
}
    .logoGlowka{
    margin-bottom: 1rem;
    margin-top: 2rem;
}
   
    
     }

@media only screen and (max-width: 991px) {
    
    
    
    .ods2rz{
        margin-top: 15px;
    }
    
    .SzcunekOds{
    margin-bottom: 5px;
}
    
    .szacunek{
        margin-top: 10px;
    }
    .danaSz{
        min-height: 5px;
        
    }
    
      .logoGlowne{
        height: 5rem;
    }
    
    .odstep{
        margin-top: 2rem;
    }
    
    .tytulGlowny1{
    font-weight:500; font-size: 1.7rem; color: #212e79; 
}
    .belkaGorna{
    font-size: 0.9rem;
}
     .logoRozdzial{
        max-width: 40px; margin-right: 10px;
    }
    
      .tytulRozdzialu{
       font-size: 1.5rem;
       margin-top: 1.5rem;
    }
    
    .wysokoscKontenerka{
        height: auto;
    }
    
    .stopka{
  
    background: #f7f7fa;
    
}
    .logoGlowka{
    margin-bottom: 1rem;
    margin-top: 2rem;
}
    
    .data{
    margin-top: 0rem;
}
        .tytulWykresu{
    font-weight: 600; font-size: 0.9rem; margin-top: 2rem;
}
     .tekstPodrozdzial{
        margin-right: 0rem;
    }
    
    .dana{
    font-size: 1rem;
    font-weight: 600;
    color: #202F79;
}
.zmiana{
    font-size: 1rem;
    font-weight: 600;
    color: gray;
}
.opis {
    font-size: 0.8rem;
    font-weight: 500;
    color: #424141;
}
        .opis2{
    font-size: 0.8rem;
    font-weight: 500;
    color: #424141;
}
   
     }

@media only screen and (max-width: 767px) {
    
        .SzcunekOds{
    margin-bottom: 5px;
}
    
    .tytulGlowny1{
    display: none;
}
    .tytulGlowny2{
    display: block;
    font-weight:500; font-size: 1.8rem; line-height: 2.2rem; color: #212e79; text-transform: uppercase; margin-top: 2rem;
}
    
    
    .belkaGorna{
    font-size: 0.85rem;
}
    .belka-top{
    padding-top: 0.5rem;
        display: block;
        justify-content: flex-start!important;
    
}
     .logoRozdzial{
        max-width: 40px; margin-right: 10px;
    }
    
      .tytulRozdzialu{
       font-size: 1.3rem;
       margin-top: 1.5rem;
    }
    
    .wysokoscKontenerka{
        height: auto;
    }
    
    .stopka{
 
    background: #f7f7fa;
    
}
    .logoGlowka{
    margin-bottom: 1rem;
    margin-top: 2rem;
}
        .data{
    font-size: 0.8rem;
}
    
    .tytulWykresu{
    font-weight: 600; font-size: 0.9rem; margin-top: 2.5rem;
}
    
     .dana{
    font-size: 1rem;
    font-weight: 600;
    color: #202F79;
         min-height: 5px;
}
.zmiana{
    font-size: 1rem;
    font-weight: 600;
    color: gray;
}
.opis {
    font-size: 0.7rem;
    font-weight: 500;
    color: #424141;
}
    .opis2{
    font-size: 0.7rem;
    font-weight: 500;
    color: #424141;
}
    
    .homeDiv{
       display: none;
    }
    
    
 .glowna{
        display:contents;
    }
    
     }

@media only screen and (max-width: 575px) {
    
    .druking{
    display: none;
    
}
.drukingSm{
    
    display: block;
    margin-top: 1rem;
    
}
    
    .belkaGorna{
        padding-left: 0px;
        padding-right: 0px;
    }
    .niewidoczny{
       display: none;
    }
    
 .tytulGlowny2{
    display: block;
    font-weight:500; font-size: 1.7rem; line-height: 2.4rem; color: #212e79; text-transform: uppercase; margin-top: 2rem;
}
    
     .logoRozdzial{
        max-width: 40px; margin-right: 10px;
    }
    
       
    .wysokoscKontenerka{
        height: auto;
    }
    
    .stopka{
    
    background: #f7f7fa;
    
}
    .logoGlowka{
    margin-bottom: 1rem;
    margin-top: 2rem;
}
.dana{
    font-size: 0.8rem;
    font-weight: 600;
    color: #202F79;
}
.zmiana{
    font-size: 0.8rem;
    font-weight: 600;
    color: gray;
}
.opis{
    font-size: 0.6rem;
    font-weight: 500;
    color: #424141;
}
        .opis2{
    font-size: 0.7rem;
    font-weight: 500;
    color: #424141;
}
    
    .linkWiecej{
    font-size: 1.2rem;
 
     
}
.linkWiecej:hover{
    font-size: 1.2rem;
   
     
}
    .dataKafelek{
    font-size: 1rem;
    font-weight: 600;
    color:darkslateblue;
     
}
    .icon{
        display: none;
    }
    
    .iconMarg{
        margin-left: 2rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .tekstKafelek{
    font-size: 0.9rem;

}
    .tekstPodrozdzial{
        font-size: 0.9rem;
    }
    
    .tytulRozdzialu{
        font-size: 1.2rem;
        margin-bottom: 1.5rem;
    }
    .tytulPodrozdzial{
    font-size: 1rem;
    font-weight: 600;
    color:darkslateblue;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
     
}
    .tytulWykresu {
        margin-top: 1.5rem;
    }
    
    .belkaGorna
    {   font-size: 0.7rem;
        margin-left: 0rem;
        margin-right: 0rem;
    }
    .stopka{
        padding-left: 0.5rem!important;
    }
    
    .data{
        margin-top: 0.5rem;
        font-size: 0.7rem;
    }
    .nav-tabs{
        font-size: 0.9rem;
    }
     
     .dropdown-menu{
        font-size: 0.7rem!important;
    }
    
    .przypisPD{
    font-size:0.7rem;
    
}
}

 .drukIconTlo{
     fill:#ffffff; 
     cursor: pointer;
}

.drukIcon{
    fill:black;
    cursor: pointer;
} 



.homeDiv{
   
    float: left;
    margin-right: 0rem;
    
}

 .homeTlo{
     fill:#212e79; 
     cursor: pointer;
}

.home{
    fill:white;
    cursor: pointer;
} 


.obrazekKafelek{
     border-radius: 40px;
    box-shadow: 2px 2px 12px 0px rgba(66, 68, 90, 1);
       
   
}







.radius{
    border-radius: 40px;
    box-shadow:  rgba(50, 50, 93, 0.25) 0px 6px 16px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; 
}

.radius-img{
    border-radius: 40px 0px 0px 40px;
}


.glowka{
    border-top-style: none;
}




.btn-primary{
    background-color: #FDFDFD; color:  #424141; box-shadow: 1px 1px 8px -3px rgba(66, 68, 90, 0.2); border-radius: 10px; font-weight: 400; border: none; !important;
}

.btn-primary:hover{
    background-color: #202F79;!important;
}

.wybor1{
    background-color: #202F79; color: white;
}

.Unia:hover{
    background-color: dodgerblue;!important;
}

.btnwykres1{border: 1px lightgray solid; font-size: 0.8rem}

.nav-link1 {font-size: 1rem; font-weight: 500; text-transform: uppercase; color: black!important;}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    
 }
.dropdown-item:hover{
    background: #D0EBFF;
}



.obrysowany{
    background-color: #202F79; color:  white; box-shadow: 1px 1px 8px -3px rgba(66, 68, 90, 0.2); border-radius: 10px; font-weight: 500; border: none; !important;
}




  
  

        .c3-line {
            stroke-width: 2px;
        }

        /* Usunięcie osi Y */
        .c3-axis.c3-axis-y path,
        .c3-axis.c3-axis-y line {
            opacity: 1;
            stroke-width: 1;
            display: none;
            fill: none;
            stroke: black;
            shape-rendering: crispEdges;
        }

        .tick line {
            display: none;
        }

        /* siatka */
        .c3 .c3-grid line {
            stroke: grey;
            stroke-width: 0.5px;
            stroke-dasharray: 0;
        }

        .c3-ygrid-line.grid100 line {
            stroke: black;
            stroke-width: 2px;
        }

        /* punkty widoczne jedynie po najechaniu myszką */
        .c3-circle._expanded_ {
            opacity: 1 !important;
            stroke-width: 2px;
            fill: none;
        }

.wez{
    width: 100%;
}

.homeDiv{
    width: 20px;
}


@media print {
        body {color: black;}
    
    scroll-top{
        display: none;
    }
    
    .belkaGorna {display: none;}
    .noDisplay{display: none;}
    
    .tytulGlowny1{
        margin-top: 2rem;
    font-weight:600; 
    font-size: 2.4rem; 
    color:darkslateblue;
}
    .st0{
        fill:#FFFFFF;
            }
    .logoGlowka{
        margin-top: 4rem;
        margin-bottom: 4rem;
    }
    .nastStr{
        page-break-after:always
    }
    .dopasowane{
        
    }
.apexcharts-legend-marker:before {
    content: "\25A0";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    line-height: 6px;
    font-size: 20px;
  },
    .tytulRozdzialu{
    font-size: 30px;
    font-weight: 600;
    color:darkslateblue;
    margin-bottom: 2rem;
    
    },
    
    .podTytulWykresu{
    font-weight: 500; font-size: 20px;
},
     @page {
      size: A4; /* DIN A4 standard, Europe */
      margin: 0;
    }
    html, body {
        width: 210mm;
        /* height: 297mm; */
        height: 282mm;
        font-size: 18px;
        background: #FFF;
        overflow: visible;
    }
   
   .wez{
    width: 50%;
}
   
    }

body {	
            background-color: white;
            text-align: left;																																													
            font: 16px sans-serif;																																													
            font-family: 'Montserrat';																																													
            line-height: 1.7rem;																																													
            height: 100%;																																													
            width: 100%;																																													
            margin-left: auto;																																													
            margin-right: auto;																																													
        }																																													
        h1{																																													
            font-size: 1.6rem;																																													
            color: #212e79;																																													
            margin-bottom: 1rem;	
             margin-top: 1.5rem;
            margin-right: 3.4rem;
            text-transform: uppercase;
            line-height: 2.2rem;
            
        }
.en{																																													
            font-size: 1.2rem;																																													
            color: #212e79;																																													
            margin-bottom: 1rem;	
             margin-top: 1.5rem;
            margin-right: 1.5rem;
            text-transform: uppercase;
            line-height: 2.2rem;
            
        }	
        																																													
        h2{																																													
            font-size: 1.3rem;																																													
            color: #212e79;																																													
        }																																													
        																																													
         h3{																																													
            font-size: 1rem;																																													
             font-weight: 600;																																													
             color: black;		
             margin-bottom: 0;
        }
        .dataPublikacji{
             font-size: 1rem;																																												color: black;	
             font-weight: 600;	
        }

.tytulDzialu{
    margin-top: 3rem;
    margin-bottom: 1rem;
   
}

.tytulDzialu1{
    margin-top: 1rem;
    margin-bottom: 1rem;
   
}

.okres{
    
    margin-bottom: 2.2rem;
    font-size: 1.5rem;
}

.okres2{
    
    font-size: 3.5rem; !important;
}
																																													
        .res {																																													
            display: block;																																													
            width: 100%;																																													
            height: 600px;																																													
        }																																													
																																													
   .c3 svg {
            font: 11px 'Montserrat', sans-serif;
         fill: black;
        }																																													
																																													
        .c3-axis.c3-axis-y path,																																													
        .c3-axis.c3-axis-y line {																																													
            stroke-opacity: 0;																																													
        }																																													
																																													
        .c3 .c3-grid line {																																													
            stroke: grey;																																													
            stroke-width: 0.5px;																																													
            stroke-dasharray: 0;																																													
        }																																													
																																													
        .c3-ygrid-line.grid100 line {																																													
            stroke: black;																																													
            stroke-width: 1px;																																													
        }																																													
																																													
        .c3-xgrid-line line {																																													
            stroke: #DEE0E1;																																													
        }																																													
        																																													
        .c3-legend-background {																																													
            stroke-width: 0;            																																													
        }																																													
																																													
        /* .tick line {																																													
            display: none;																																													
        } */																																													
																																													
        text.chart-source {																																													
            font-size: 9px;																																													
            fill: #999999;																																													
        }																																													
        .wysokosc{																																													
            min-height: 350px	
            padding-left: 
        }																																													
        																																													
        .data{																																													
            text-align: left; font-size: 0.9rem; margin-top: 2rem; padding-right: 2rem; //data publikacji																																													
        }																																													
        .logomaxEn{																																													
     max-height: 16px; //ikona pobierz																																													
            																																													
        }																																													
        																																													
 																																													
																																													
              																																													
        																																													
        .noDisplay2{																																													
            display: none;																																													
        }																																													
        																																													
    																																													
        																																													
        .btn-primary{																																													
    background-color: #FDFDFD; color:  #424141; box-shadow: 1px 1px 8px -3px rgba(66, 68, 90, 0.2); border-radius: 10px; font-weight: 500; border: none; padding: 8px!important;																																													
        }   																																													
        																																													
        .prawaStronaGlowka{																																													
  text-align: right;																																													
    font-weight: 600;																																													
  																																													
        }		

        .lewaStronaGlowka{																																													
  text-align: left;																																													
    font-weight: 600;																																													
  																																													
        }			
        td{																																													
    text-align: right;																																													
        }																																													
																																													
        th{																																													
  text-align: center;																																													
  font-weight: bold;																																													
}																																													
																																													
        .lewaStrona{																																													
  text-align: left;																																													
}


																																													
																																													
																																													
																																													
																																													
table{																																													
    border-top: 2px solid #DEE2E6;																																													
}																																													
																																													
#tbl2 table{																																													
    border-top: 2px solid #fff;																																													
}																																													
.chartMoj300{																																													
  width: 100%;																																													
  min-height: 330px;																																													
}       																																													
        .chartMoj400{																																													
  width: 100%;																																													
  min-height: 400px;																																													
}  																																													
        																																													
        .chartMoj500{																																													
  width: 100%;																																													
  min-height: 500px;																																													
}	

        .chartMoj600{																																													
  width: 100%;																																													
  min-height: 600px;																																													
}


.noDisplayPobierzCiemne{
    display: none;
}

.jednostka{
font: 11px sans-serif;
}

.belka-bottom-text{
    color: #001d77;
    font-weight: 500;
    
}

.belka-bottom-text:hover{
    color: #001d77;
    font-weight: 500;
    text-decoration: underline;
    
}

.link-bottom-text{
    color: #001d77;
    font-weight: 500;
   
    
}

.link-bottom-text:hover{
    color: #001d77;
    font-weight: 500;
    text-decoration: underline;
    
}

    .st0{display:none}
	.st1{fill:#FFFFFF;}
	.st2{fill:#202F79;}
	.st3{fill:#202F79;}
   
.mapaNormal{
    display: block;
}


.mapaKontrast{
    display: none;
}

.przedzBiuletyn{
    margin-top: 2rem;
}

.noDisplayTloJasne{
    display: none;
}

.dymek {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.glowkaArch{
    
    background: darkblue; 
    color: white;
    
}

.glowkaArchData{
    
    font-size: 1.4rem;
    color: white;
}

.glowkaArchData2{
       
    color: black;
     
}

.glowkaArchData2:hover{
       
    text-decoration: underline;
}

.dymek-content {
  border-radius: 10px; 
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 400px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding-left: 2rem;
  padding-top: 1rem;
  z-index: 1;
}

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

/* Zmiana koloru podczas korzystania z tabulatora (focus) */ 
.dropdown-item.belka-top-text2:focus { background-color: red; /* Tło niebieskie podczas fokusu */ color: black; /* Czarny tekst podczas fokusu */ outline: none; /* Usuwa domyślne obramowanie fokus */ }

  .kafSyneza{
               margin-bottom: 1rem;
           }

.MalyOdstep{
    margin-bottom: 3rem;
}      																																													
       @media print {
           .przypisPDW{
               margin-top: 0rem;
           }
           
           .MalyOdstep{
    margin-bottom: 0rem;
} 
           
           .kafSyneza{
               margin-bottom: 0rem;
           }
           
           .link-bottom-text{
               text-decoration: none;
           }
           																																													
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {																																													
  float: left!important;																																													
}																																													
.col-lg-12 {																																													
  width: 100%;																																													
}																																													
.col-lg-11 {																																													
  width: 91.66666666666666%;																																													
}																																													
.col-lg-10 {																																													
  width: 83.33333333333334%;																																													
}																																													
.col-lg-9 {																																													
  width: 75%;																																													
}																																													
.col-lg-8 {																																													
  width: 66.66666666666666%;																																													
}																																													
.col-lg-7 {																																													
  width: 58.333333333333336%;																																													
}																																													
.col-lg-6 {																																													
  width: 50%;																																													
}																																													
.col-lg-5 {																																													
  width: 41.66666666666667%;																																													
}																																													
.col-lg-4 {																																													
  width: 33.33333333333333%;																																													
}																																													
.col-lg-3 {																																													
  width: 25%;																																													
}																																													
.col-lg-2 {																																													
  width: 16.666666666666664%;																																													
}																																													
.col-lg-1 {																																													
  width: 8.333333333333332%;																																													
}				
.col-md-6 {																																													
  width: 50%;																																													
}// ustawienie marginesów na drukowanych stronach																																									
     
           
 .noDisplay{																																													
display: none; //wyłączenie drukowania elementów																																													
}
           
.sto{
               
display: none;
    
}
           
           .przypisPD{
              font-size: 0.7rem;
           }
           
.nextPage{																																													
        page-break-after:always; //łamanie strony																																													
}	
           .iconMarg{
               margin-top: 2rem;
               margin-bottom: 2rem;
           }
       																																													
 .tytulGlowny1{																																													
color: #212e79;	
font-size: 2.1rem;
     margin-top: 2rem;
     
}	
  
           
           .mniejszy{
               margin-bottom: 10rem;!important
           }
           
           																																										
																																													@page :first {																																													
  margin-top: 0.2in; // top margin for first page of paper																																													
}	
           
@page {																																													
  margin-top: 0.8in; // top margin																																												
}
           
           @page {																																													
  margin-bottom: 0.8in; // top margin																																													
}
           
           @page  {																																													
  margin-left: 0.5in; // left margin																																													
}																																													
            @page {																																													
  margin-right: 0.5in; // right margin																																											
}				
 
}	

    																																													
																																													
        																																													
           																																													
        																																													
}																																													
									
