@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');

body {
    font-family: 'Montserrat', sans-serif;
    background: #E8EECE;
}

/* 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;
    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 {
    display:none;
    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: #E2E2E2; 
}

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

.prawaStrona{
  text-align: right;
    padding-right: 0.75rem!important;
}

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

.table td{
    padding: 0.25rem;
    font-size: 0.9rem;
}

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

.lewaStrona{
  text-align: left;
padding-left: 0.75rem !important ;
}

.opisWykres{
  text-align: left;
    font-size: 12px;
   
}




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: #E2E2E2;
}
.bialeTlo{
    background: white;
}

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


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


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

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

.navMarg{
    margin-top:3%;
    
    
   
}

.stopka{
    font-size: 12px;
    background: #E2E2E2;
    
}
.logomax{
   max-height: 80px;
}

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

.link{
    color:#6677ad;
}

.sto{
table-layout: fixed;
  width: 100%;  
}

.przypis{
    font-size:12px;
    line-height: 1.2rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}

.przypisT{
    font-size:12px;
    line-height: 1.2rem;
    
}

.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: #E2E2E2; 
   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: #E2E2E2; 
   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: 5px; box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 16px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; 
}

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

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

.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 1.5px #898989;  
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
}
.wyborActive{
  border-bottom: solid 1.5px #898989;  
}
.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;
}

.obrysowany{background:lightgray;  border: 1px lightgray solid; font-size: 0.8rem }
.btnwykres{border: 1px lightgray solid; font-size: 0.9rem; background: #415847; color: white;}
.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;
}

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



.wysokoscKontenerka{
   
     background: #ffffff;
     
}

.belkaGorna{
    font-size:1rem;
    background: red;
}

.kafelek{
    width: 5.52%;
}

.mapaModal {
        width: 70%;
    }  

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

 

.teksty{
  height:150px;
}

   .menugorne{
        display: none;
    }

.tytulRaportu{
    color: #415847; font-size: 35px; font-weight: 400;
}

.podTytulRaportu{
    color: #415847; font-size: 35px; font-weight: 600;
}

 .modal-dialog{
    max-width: 70%;
}


.tytułWykresWstep{
     font-size: 1.1rem;
    font-weight: 500;
  
}

.tytułWykres{
     font-size: 1.1rem;
    font-weight: 500;
    margin-top: 2rem;
}

.modal-body{
    line-height: 2rem;
}

.menuZlogo{
    display: inline;!important
}

.logoNW{
        display: none;
    }

  .logoNW2{
        display: block;
      margin-top: 1rem;
    }


@media only screen and (max-width: 1350px) {
    
    .logoNW2{
        display: none
    }
    
    .logoNW{
        display: block
    }
    
} 
    

@media only screen and (max-width: 1200px) {
    
   
    
    .kafelkiGraficzny{
        display: none;
    }
    .wysoki{
   height: 20em;
} 
    
    
     }

@media only screen and (max-width: 991px) {
    .menuZlogo{
    display: block;!important
}
    
    .modal-body{
    line-height: 3rem;
        font-size: 1.6rem;
}
    
       
   .modal-dialog{
    max-width: 90%;
}
    .tytułWykresWstep{
     font-size: 1.4rem;
    font-weight: 500;
  
}
    .tytułWykres{
     font-size: 1.4rem;
    font-weight: 500;
  
}
    .tytulRaportu{
     font-size: 2rem;
        line-height: 2.8rem;
}
     h5{
        font-size: 1.8rem;
        line-height: 2.4rem;
    }
    
    card-title{
        font-size: 1.8rem!important;
        
    }
   

    
     }


@media only screen and (max-width: 576px) {
    
    #belkaGorna{
        padding: 0px;
    }
    
    .menugorne{
        display:flex;
    }
    
    .menuboczne{
        display: none;
    }
    
    .nav-link{
    font-size: 0.75rem;
}
    
    #kontenerkiGlowne{
    padding-left: 0.25rem;
    }
    

   .tytulRaportu{
    color: #415847; font-size: 25px; font-weight: 400;
}

.podTytulRaportu{
    color: #415847; font-size: 25px; font-weight: 600;
} 
        
     }




.marNav {
    font-size: 14px;
    font-weight: bold;
    color: black;
    opacity: 1;
}

.malaTabelka{
    font-size: 10px;
}

.malaTabelka td {
    padding: 0.25rem;
}

.malaTabelka thead th {
    padding: 0.25rem;
    vertical-align: top;
}

.tabeleczka{
    overflow: auto;
}

.modal-title{
    font-size: 20px;
}

.zrodla{
    font-weight: 500;
}
.activeMenuUp{
    font-weight: 600;
}






a {
  color: blue;
  text-decoration: none;
}

a:hover {
  color: red;
  position: relative;
}

a[data0]:hover:after {
  content: attr(data0);
  padding: 4px 8px;
  color: white;
  position: absolute;
  left: 140px;
  top: 0px;
  white-space: nowrap;
  z-index: 2;
  border-radius: 5px ;
  background: #415847;
}
a[data]:hover:after {
  content: attr(data);
  padding: 4px 8px;
  color: white;
  position: absolute;
  left: 140px;
  top: 0px;
  white-space: nowrap;
  z-index: 2;
  border-radius: 5px ;
  background: #415847;
}

a[data1]:hover:after {
  content: attr(data1);
  padding: 4px 8px;
  color: white;
  position: absolute;
  left: 140px;
  top: 0px;
  white-space: nowrap;
  z-index: 2;
  border-radius: 5px ;
  background: #415847;
}
a[data2]:hover:after {
  content: attr(data2);
  padding: 4px 8px;
  color: white;
  position: absolute;
  left: 140px;
  top: 0px;
  white-space: nowrap;
  z-index: 2;
  border-radius: 5px ;
  background: #415847;
}
a[data3]:hover:after {
  content: attr(data3);
  padding: 4px 8px;
  color: white;
  position: absolute;
  left: 140px;
  top: 0px;
  white-space: nowrap;
  z-index: 2;
  border-radius: 5px ;
  background: #415847;
}
a[data4]:hover:after {
  content: attr(data4);
  padding: 4px 8px;
  color: white;
  position: absolute;
  left: 140px;
  top: 0px;
  white-space: nowrap;
  z-index: 2;
  border-radius: 5px ;
  background: #415847;
}







