<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html.font-big {
  font-size: 120%;
}
html.font-small {
  font-size: 90%;
}

body {
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
}

a:focus {
  outline: 2px dotted red;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.naglowek-strony {
  background: #f2f2f2 url("../i/bip-tlo.jpg");
  border-bottom: 1px solid #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.naglowek-strony h1 {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 900;
  color: darkred;
}
@media (min-width: 576px) {
  .naglowek-strony h1 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .naglowek-strony h1 {
    font-size: 2.5rem;
  }
}
.naglowek-strony h2 {
  font-size: 0.9rem;
  text-transform: uppercase;
  order: -1;
  font-weight: 500;
}
@media (min-width: 576px) {
  .naglowek-strony h2 {
    font-size: 1.4rem;
  }
}
.naglowek-strony__link {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  color: var(--gray-dark);
}
.naglowek-strony__link:hover {
  text-decoration: none;
  color: black;
}
.naglowek-strony__tresc {
  display: flex;
  flex-direction: column;
}
.naglowek-strony__logo {
  display: inline-block;
  max-width: 40px;
  height: auto;
  margin-right: 1rem;
}
@media (min-width: 576px) {
  .naglowek-strony__logo {
    max-width: 100px;
  }
}

.nav-logo-bip {
  width: auto;
  height: 19px;
  display: inline-block;
  margin-right: 5px;
}

.i-link {
  display: flex;
  align-items: center;
}
.i-link svg {
  margin-right: 0.3rem;
}

#meta-nav {
  border-radius: 0;
  margin-bottom: 0;
}
#meta-nav .navbar-brand {
  padding-right: 1rem;
  padding-left: 1rem;
}

.btn-menu-glowne {
  color: #fff;
  display: flex;
  align-items: center;
}
.btn-menu-glowne span {
  margin-left: 0.4rem;
  display: inline-block;
  width: 32px;
}
.btn-menu-glowne:focus {
  box-shadow: 0 0 0 0.2rem #c4908d;
  background-color: #953732;
}
.btn-menu-glowne:hover {
  color: #fff;
  background-color: #953732;
}

.menu-strony {
  background-color: #89211b;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.menu-strony a {
  color: #fff;
}
.menu-strony a:hover {
  color: var(--yellow);
}
.menu-strony__bar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.menu-strony h3 {
  margin-top: 3rem;
  font-size: 1.7rem;
  font-weight: 300;
  color: #f8dfde;
  border-bottom: 1px solid #f8dfde;
}

.menu-naglowek {
  border-bottom: 2px solid #ce141b;
  color: #ce141b;
  font-weight: 300;
  margin-top: 2rem;
}

.sidebar-menu {
  margin-bottom: 2rem;
}
.sidebar-menu .list-group-item {
  background: #ce141b;
  border-bottom: 1px solid #ed4248;
  color: #fce5e5;
}
.sidebar-menu .list-group-item:last-child {
  border-bottom: none;
}
.sidebar-menu a.list-group-item:hover, .sidebar-menu a.list-group-item:focus {
  background: #a00f15;
  color: #fff;
}

.sidebar-list {
  margin: 0 0 1rem 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.sidebar-list li {
  border-bottom: 1px solid #dee2e6;
}
.sidebar-list li a {
  display: block;
  padding: 0.5rem;
  color: #343a40;
}
.sidebar-list li a:hover {
  color: #000;
  background: #e9ecef;
}

.sidebar-block {
  margin-bottom: 20px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #ececec;
  padding: 0.8rem;
}
.sidebar-block .menu-naglowek {
  margin-top: 0;
}

.sidebar__godlo {
  text-align: center;
}
.sidebar__godlo img {
  max-width: 130px;
}

#stopka-strony {
  margin-top: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e9e9e9;
  color: #444;
  font-size: 0.875rem;
}
#stopka-strony a {
  color: #003e80;
}
#stopka-strony .kolumny {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
#stopka-strony .kolumna {
  flex-basis: calc(33% - 20px);
}
#stopka-strony .kolumna:last-child {
  text-align: right;
}

.fud {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#font-big {
  font-weight: 900;
  font-size: 1.5rem;
}

#font-small {
  font-weight: 300;
}

.wiadomosc + .wiadomosc {
  margin-top: 150px;
}
.wiadomosc .podtytul {
  margin-bottom: 15px;
  font-weight: bold;
}
.wiadomosc .foto {
  width: 210px;
}
@media (min-width: 768px) {
  .wiadomosc .foto {
    float: right;
    margin-left: 2rem;
  }
}

.informacje-wiadomosci {
  font-size: 0.875rem;
}
.informacje-wiadomosci .col-md-6 {
  display: flex;
  flex-direction: column;
}
.informacje-wiadomosci .info-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.informacje-wiadomosci .info-row svg {
  margin-right: 0.4rem;
  font-size: 1rem;
  color: #495057;
}

.drukuj {
  text-align: right;
}
.drukuj a {
  display: inline-block;
  padding: 0.4rem;
}
.drukuj svg {
  width: 24px;
  height: 24px;
}
.drukuj path {
  fill: #008BFF;
}

.zalaczniki {
  margin: 30px 0;
}
.zalaczniki li {
  padding-left: 42px;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: 10px center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
}
.zalaczniki li.pdf {
  background-image: url(../i/file-pdf.svg);
}
.zalaczniki li.doc, .zalaczniki li.rtf, .zalaczniki li.docx {
  background-image: url(../i/file-word.svg);
}
.zalaczniki li.xls {
  background-image: url(../i/file-excel.svg);
}
.zalaczniki li.zip, .zalaczniki li.rar {
  background-image: url(../i/file-archive.svg);
}
.zalaczniki li.jpg, .zalaczniki li.JPG, .zalaczniki li.gif {
  background-image: url(../i/file-image.svg);
}
.zalaczniki__link {
  flex-basis: 100%;
  flex-grow: 1;
  font-weight: 500;
}
.zalaczniki__data {
  flex-grow: 1;
  flex-basis: 40%;
  font-size: 0.8rem;
}
.zalaczniki__rozmiar {
  flex-grow: 1;
  flex-basis: 40%;
  font-size: 0.8rem;
  text-align: right;
}
.zalaczniki img {
  max-width: 16px;
  height: auto;
}

.wiadomosc-tytul {
  font-weight: 900;
  margin-bottom: 1rem;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 1rem;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .wiadomosc-tytul {
    font-size: 2rem;
  }
}

.zajawka {
  background: #fafafa;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 1rem;
  padding: 1rem;
  position: relative;
}
.zajawka:hover .zajawka__tytul {
  color: #002751;
}
.zajawka__tytul {
  flex: 1 100%;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #004c9d;
}
.zajawka__data {
  flex-basis: 50%;
  color: #495057;
  font-size: 0.875rem;
  order: 3;
  margin-top: 0.5rem;
}
.zajawka__foto {
  flex-basis: 200px;
  margin-right: 1rem;
}
.zajawka__podtytul {
  flex: 1 calc(100% - 220px);
}
.zajawka__wiecej {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#kontener {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 2rem;
  margin-bottom: 3rem;
  background: #fff;
}

.tytul-wiadomosci {
  border-bottom: 1px solid #f5f5f5;
}

.informacje-wiadomosci {
  background: #f9f9f9;
  padding: 15px;
  border: 1px solid #f1f1f1;
}

@media (min-width: 768px) {
  .foto-wiadomosci {
    float: right;
  }
}
#karta-prawo header {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
#karta-prawo .w-sprawie {
  padding: 20px 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1.6rem;
}
#karta-prawo .tresc {
  margin-bottom: 20px;
}
#karta-prawo .obowiazuje {
  padding-top: 20px;
}

.list-prawo .list-group-item {
  margin-bottom: 30px;
}
.list-prawo .list-group-item-heading {
  background-color: #f9f9f9;
  margin: -9px -15px 5px -15px;
  padding: 15px;
}
.list-prawo .list-group-item-text em {
  font-weight: bold;
}

.lt-ie8 .col-md-8 {
  width: 750px;
}
.lt-ie8 .col-md-4 {
  width: 360px;
}
.lt-ie8 .informacje-wiadomosci {
  overflow: hidden;
}
.lt-ie8 .informacje-wiadomosci .col-md-6 {
  width: 344px;
}

/* BIP Eko  */
#karta-szczegoly .row {
  border-bottom: 1px dotted #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
}
#karta-szczegoly .opis-karty {
  font-weight: bold;
}

@media (min-width: 992px) {
  #karta-szczegoly .opis-karty {
    text-align: right;
  }
}
@media print {
  .row,
.card,
.list-group {
    display: block !important;
  }

  #sidebar, .breadcrumb, .fud, .menu-strony {
    display: none !important;
  }

  .naglowek-strony {
    background-image: none;
    background-color: transparent;
    border-bottom: 2px solid #000;
  }
  .naglowek-strony__tresc {
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
  }
  .naglowek-strony__link {
    text-decoration: none !important;
  }
  .naglowek-strony__logo {
    height: 32px;
  }
  .naglowek-strony h1 {
    font-size: 22px;
    color: #000;
    margin-left: 1rem;
  }
  .naglowek-strony h2 {
    font-size: 22px;
    color: #222;
  }
}
#navigora {
  background: #f1f1f1;
  margin-bottom: 10px;
}
#navigora ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#navigora ul li {
  display: inline-block;
}
#navigora ul li a {
  display: block;
  padding: 10px;
}
#navigora ul li a:hover {
  background-color: #d8d8d8;
}

.zmiany {
  padding: 1rem;
  margin-bottom: 2rem;
  background-color: #e0f0eb;
  border-radius: 10px;
}
.zmiany h3 {
  text-align: center;
  background-color: #448d76;
  margin: -1rem -1rem 1rem -1rem;
  padding: 0.5rem;
  color: #fff;
  font-weight: 300;
  border-radius: 10px 10px 0 0;
}
.zmiany h4 {
  color: #448d76;
  font-weight: 300;
}
.zmiany .opis {
  margin-left: 10px;
  font-weight: 300;
}
.zmiany .item-tytul {
  font-weight: 500;
}
.zmiany .zmiany-item {
  padding: 0.5rem 0.3rem;
}

/*# sourceMappingURL=default.css.map */
</pre></body></html>