/************************************RAFAŁ***********************************/

@font-face {
	font-family: 'latoRegular';
	font-style: normal;
	font-weight: 400;
	src: url('../../font/Lato/Lato-Regular.ttf') format('truetype');
}

/*HEADER*/
header {
	background-color: #e7e7e7;
	-webkit-box-shadow: 1px 2px 66px -6px rgba(0,0,0,0.63);
	-moz-box-shadow: 1px 2px 66px -6px rgba(0,0,0,0.63);
	box-shadow: 1px 2px 66px -6px rgba(0,0,0,0.63);
}
header img {
	width: 250px;
}
nav > .navbar-collapse {
	flex-grow: unset;
}
nav > .logo-search-wrap {
	display: flex;
	align-items: center;
}
@media (min-width: 992px) {
	nav.navbar-expand-lg {
		justify-content: space-between;
		padding: 0;
	}
	.nav-item {
		margin-right: 15px;
	}
}
.search-wrap {
	display: inline-block;
	background-color: #5caceb;
	padding: 25px 20px;
	display: inline-flex;
}
.search-icon {
	background: url(/images/ikonki2-mpw-lokalsi.png) no-repeat;
    background-position: -180px -300px;
    width: 20px;
	height: 20px;
	display: inline-block;
}
.contrast {
    background-color: black;
	color: yellow;
	border: 3px solid yellow;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
	align-items: center;
	margin-left: 20px;
}
@media screen and (max-width: 992px) {
	.search-wrap {
		display: none;
	}
	.logo-search-wrap {
		width: 100%;
		justify-content: space-between;
	}
}

/************************************KUBA***********************************/
* {
	box-sizing: border-box;
}

header {
	background: rgb(56, 106, 116);
	width: 100%;
	height: 70px;
	position: fixed;
	z-index: 100;
}

header > div,
footer > div
{
	width: 1200px;
	margin: 0px auto;
}

.clearfix::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
section.main {
	width: 1200px;
	margin: 0 auto;
	clear: both;
	position: relative;
	top: 70px;
	z-index: 10;
	padding-top: 40px;	
}
section { margin: 0; padding: 0 }

nav#topmenu {
	text-align: right;
}

ul#menu {
	padding: 0;
	/*margin: 0;*/
	list-style: none;
	display: inline-block;
	margin: 0 0 0 auto;
}

#menu li {
	vertical-align: middle;
	height: 70px;
	display: table-cell;
}

#menu li a {
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
	padding: 10px 15px;
	margin: 0px 1px 1px 0px;
}

li a:hover {
}

.logo {
	float: left;
}
.logo a {
	vertical-align: middle;
	height: 70px;
	display: table-cell;
}
.logo a .miasto {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: rgb(144, 218, 219);
}
.logo a .mpw {
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	font-size: 18px;
}

a {
	text-decoration: none;
}

header a {
	color: white;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
}

header a:hover,
header a.active {
	color: rgb(105, 200, 205);
}


footer {
	background: #EDEEEF;
	position: relative;
	top: 70px;
	margin-top: 40px;
	padding: 10px 0;
}
.footer-logo-active-citizens {
	max-width: 210px;
}
.footer-logo-active-citizens img {
	max-width: 100%;
}
footer .duzy-dzial .footer-logo-active-citizens p {
	font-size: 10px;
	line-height: 15px;
}

h1 {
	/* background: url('/images/kropki-7.png') repeat-x; */
	background-position: bottom 6px right 0px;
	color: rgb(56, 106, 116);
	font-size: 52px;
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
	padding: 0;
	margin: 0 -10px 0 -10px;
}

h1.archiwum {
	color: black;
	background-image: url('/images/kropki-7-szare.png');
}

h1.light {
	background: none;
	color: rgb(105, 200, 205);
	font-size: 28px;
	font-family: 'Roboto Slab', serif;
	font-weight: normal;
	margin: 20px 0;
	padding: 0;
}

h2 {
	font-family: 'Roboto Slab', serif;
	font-size: 28px;
	font-weight: bold;
	padding: 0 0 5px 10px;
	margin: 40px -10px 10px -10px;
}
h2.strong {
	background: url('/images/kropki-6.png') repeat-x bottom;
}
h2.strong.archiwum {
	background-image: url('/images/kropki-6-szare.png');
}
h3 {
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px
}
h3.strong{
	background: url('/images/kropki-6.png') repeat-x bottom;
	padding: 0 0 11px 10px;
	margin: 0 -10px 10px -10px;
}
h4 {
	font-family: Lato, sans-serif;
	font-size: 16px;
	line-height: 23px;
}
h5 {
	font-family: 'Roboto Slab';
	font-size: 16px;
	font-weight: bold;
	line-height: 23px;
}
h2.wyroznione {
	color: rgb(56, 106, 116);
}
h2 a {
	color: black;
}
.wciete {
	margin-left: 100px;
}
.main p,
.main li,
.main td,
.main div {
	font-family: Lato, sans-serif;
	/* font-size: 18px; */
}
a.tag {
	background: rgb(247, 247, 248);
	color: rgb(81, 81, 81);
	padding: 10px 40px;
	margin-right: 10px;
	font-family: Lato, sans-serif;
	font-weight: 700;
	font-size: 14pt;
	white-space: nowrap;
}
a.tag:hover {
	background: rgb(144, 218, 219);
}
.tagi {
	line-height: 40pt;
}

.lista-radnych {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0;
	padding: 0;
}


.radny {
	display: inline-flex;
	flex-direction: row;
	border-bottom: 1px solid rgb(56, 106, 116);
	margin-bottom: 20px;
	margin-right: 20px;
}
.radny .zdjecie-okreg {
	display: inline-flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100px;
	background: rgb(247, 247, 248);
	text-align: center;
}
.radny .zdjecie-okreg img {
	max-width: 100px;
	max-height: 100px;
}
.radny .nazwisko-reszta {
	display: inline-flex;
	flex-direction: column;
	justify-content: space-between;
	width: 280px;
	padding-left: 20px;
}
.radny .nazwisko {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}
.radny .klub {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 19px;
}
.radny .okreg {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 23px;
	text-align: center;
}
.radny .reszta {
	display: flex;
	justify-content: space-around;
	width: 100%;
}
.radny .reszta > div {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.radny .reszta > div > div {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	line-height: 23px;
	font-weight: bold;
	color: rgb(56, 106, 116);
}
.radny a {
	color: black;
}
.radny a:hover {
	color: rgb(105, 200, 205);
}

.polityk-kontener {
	display: flex;
	justify-content: space-between;
}
.polityk-kontener .polityk-lewa-kolumna {
	width: 200px !important;
}
.polityk-kontener .polityk-prawa-kolumna {
	width: 1000px;
}
.polityk-kontener .polityk-imie-nazwisko {
	background: rgb(247, 247, 248);
}
.polityk-kontener .polityk-imie-nazwisko img {
	max-width: 100px;
	max-height: 100px;
}
.polityk-imie-nazwisko .imie-nazwisko {
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}
.polityk-imie-nazwisko .reszta {
	padding: 10px;
}
hr {
	border: none;
	height: 1px;
	/* Set the hr color */
	color: rgb(56, 106, 116); /* old IE */
	background-color: rgb(56, 106, 116); /* Modern Browsers */	
}
.polityk-imie-nazwisko .klub {
	font-family: 'Roboto Slab', serif;
	font-size: 14px;
	line-height: 19px;
}
ul.pliki-do-pobrania {
	border-bottom: 1px solid rgb(56, 106, 116);
	list-style: none;
	padding: 0 0 10px 0;
	line-height: 40px;
}
ul.pliki-do-pobrania.bez-kreski {
	border-bottom: none;
}
table.tabelka ul.pliki-do-pobrania {
	border-bottom: none;
	margin: 0;
	padding: 0;
}
ul.pliki-do-pobrania li {
	text-transform: uppercase;
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 0;
	font-family: Lato, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
a {
	color: rgb(56, 106, 116);
}



.tabelka {
	border-collapse: collapse;
	width: 100%;
}

.tabelka thead td {
	vertical-align: bottom;
	padding: 20px 5px;
	font-family: latoRegular;
	font-size: 16px;
	font-weight: bold;
	color: rgb(81, 81, 81);
	/* text-align: center; */
}
.tabelka tbody td {
	vertical-align: top;
	padding: 20px 5px;
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	line-height: 22px;
	border-top: 1px solid rgb(81, 81, 81);
	border-bottom: 1px solid rgb(81, 81, 81);
}
.tabelka.bez-kresek tbody td {
	border: none;
}
.tabelka tbody tr.polaczony-z-nastepnym td {
	border-bottom: none;
}
.tabelka tbody tr.polaczony-z-poprzednim td {
	border-top: none;
}
.tabelka tbody tr.wiersz-parzystosci-1 {
	background: rgb(237, 238, 239);
}
.tabelka tbody tr.tagi td {
	padding-bottom: 0;
}
.strony-z-limitem.nad-tabelka {
	border-bottom: 1px solid rgb(105, 200, 205);
	margin: 10px 0 20px 0;
	padding-bottom: 5px;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 577px) {
	.wide-table-mobile {
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;	
	}
	.wide-table-mobile table {
		width: 577px;
	}
	.pr-m-members table {
		width: 100%;
	}
}
@media screen and (max-width: 992px) {
	.display-option {
		flex-direction: column;
	}
	.strony-z-limitem {
		display: flex;
	}
	.strony-z-limitem .przelacznik-tabelka-kafelki {
		margin-right: 0;
		width: auto;
		text-align: -webkit-auto;
	}
	.strony-z-limitem .przelacznik-tabelka-kafelki span {
		position: initial;
	}
}
@media screen and (max-width: 767px) {
	.strony-z-limitem.nad-tabelka {
		flex-direction: column;
	}
	.nad-tabelka-opcje {
		justify-content: space-between;
		margin-top: 6px;
		align-items: center;
	}
}
@media screen and (max-width: 992px) and (min-width: 577px) {
	.strony-z-limitem .przelacznik-tabelka-kafelki {
		display: flex;
	}
	.strony-z-limitem .przelacznik-tabelka-kafelki span {
		margin-right: 10px;
	}

}


.c, .tabelka thead td.c {
	text-align: center;
}
.l, .tabelka thead td.l {
	text-align: left;
}
.b, .tabelka thead td.b {
	font-weight: bold;
}
span.glos {
	display: inline-block;
	width: 30px;
}
span.glos-z { border-bottom-color: rgb(56, 106, 116); }
span.glos-p { border-bottom-color: #F5554C; }
span.glos-w { border-bottom-color: #F0C803; }
span.glos-n { border-bottom-color: #69C8CD; }
span.glos-a { border-bottom-color: #919191; }
span.glos-max { 
	border-bottom-width: 10px;
	border-bottom-style: solid;
}
.tagi a.tag {
	background: rgb(247, 247, 248);
	color: rgb(81, 81, 81);
	padding: 10px 40px;
	margin-right: 10px;
	font-family: Lato, sans-serif;
	font-weight: 700;
	font-size: 14px!important;
	font-weight: bold;
	white-space: nowrap;
	position: relative;
	top: -7px;
}
.tagi a.tag:hover {
	background: rgb(144, 218, 219);
}
.tabelka-kontener .wybrany {
	font-weight: bold;
}
.odstep-litery {
	margin-left: 0.3em;
}

.kropki-pasek {
	position: relative;
	padding: 20px;
	background: url('/images/kropki-6.png') repeat;
	margin: 20px 80px 20px 0;
}
.kropki-pasek .tresc {
	background-color: white;
	margin: 0;
	padding: 20px;
	z-index: 50;
	position: relative;
}
.tlo-pasek {
	position: relative;
	padding: 20px;
	background: rgb(247, 247, 248);
	margin: 20px 80px 20px 0;
}
.tlo-pasek .tresc {
	background-color: white;
	margin: 0;
	padding: 20px;
	z-index: 50;
	background: rgb(247, 247, 248);
	position: relative;
}
.kropki-pasek .tresc h3,
.tlo-pasek .tresc h3
{
	margin: 0 0 20px 0;
	border: none;
}
.kropki-pasek .tresc ul,
.tlo-pasek .tresc ul
{
	margin: 20px 0 0 0;
	border: none;
}
.kropki-pasek .pasek,
.tlo-pasek .pasek {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 40px;
	background: rgb(56, 106, 116);
	margin: 0;
	z-index: 10;
}
a.glowne {
	border-bottom: 5px solid rgb(56, 106, 116);
	padding: 2px 5px;
}
.rozwin,
.zwin
{
	cursor: pointer;
	text-align: right;
	margin-top: 40px;
}
.rozwin span.tekst,
.zwin span.tekst
{
	text-transform: uppercase;
	padding: 10px 40px;
	background: rgb(144, 218, 219);
}
.rozwin span.ikonka,
.zwin span.ikonka
{
	border: 2px solid rgb(144, 218, 219);
	padding: 8px;
	height: 42px;
	width: 42px;
	margin: 0;
	display: inline-block;
	position: relative;
	top: 0px;
	text-align: center;
}
.zwin {
	display: none;
}
.schowane {
	display: none;
}
.czytaj-mniej {
	display: none;
}
.czytaj-wiecej,
.czytaj-mniej
{
	cursor: pointer;
}
.aktualnosci {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.aktualnosc {
	margin: 20px 15px 20px 0;
	height: 228px;
	position: relative;
	width: 31%;
}
.aktualnosc .gora-paska {
	display: none;
	height: 20px;
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	background: rgb(247, 247, 248);
	z-index: 20;
}
.aktualnosc .tresc {
	max-height: 188px;
	overflow: hidden;
	position: absolute;
	opacity: 0.9;
	bottom: 20px;
	left: 20px;
	right: 20px;
}

.aktualnosc .tresc p {
	font-size: 16px;
}


.tlo-pasek .pasek-d {
	bottom: 0;
	left: 0;
	right: 0;
	height: 20px;
}
.tlo-pasek .pasek-l {
	bottom: 20px;
	left: 0;
	height: 20px;
	width: 20px;
}
.tlo-pasek .pasek-p {
	bottom: 20px;
	right: 0;
	height: 20px;
	width: 20px;
}
.tlo-pasek .pasek-d,
.tlo-pasek .pasek-l,
.tlo-pasek .pasek-p
{
	background: rgb(56, 106, 116);
	position: absolute;
}
.mpw .tlo-pasek .pasek-d,
.mpw .tlo-pasek .pasek-l,
.mpw .tlo-pasek .pasek-p
{
	background: rgb(52, 170, 210);
	position: absolute;
}
.mpw a {
	color: rgb(52, 170, 210);
}


.uchwala-naglowek .share {
	width: 80px;
}
.uchwala-naglowek td {
	vertical-align: top;
}
.uchwala-naglowek .sesja {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 14px;
	width: auto;
	height: 20px;
}
.uchwala-naglowek .tytul {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 18px;
	font-weight: bold;
	width: auto;
}
.uchwala-naglowek .wynik {
	width: 300px;
	text-align: center;
}
.uchwala-naglowek {
	padding: 20px 0;
	width: 100%;
}
div.glowna-ostatnia-sesja {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 18px;
	position: absolute;
	top: 6px;
	right: 0;
	background: white;
	margin: 0 -10px 0 20px;
	padding: 10px 0 2px 200px;
	display: inline-block;
	border-bottom: 1px solid black;
}
.sesja-uchwala div.tagi {
	display: block;
	border-bottom: 1px solid black;
}
.sesja-uchwala div.tagi tag {
	position: relative;
	top: 40px;
}
.ukryte {
	display: none;
}
.lokalne-obrazek-tytulowy {
	position: relative;
}
.lokalne-obrazek-tytulowy .nazwa {
	position: absolute;
	top: -22px;
	left: 50px;
	color: rgb(105, 200, 205);
	font-size: 52px;
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
	width: 1100px;
	text-align: right;
	border-bottom: 1px solid white;
	padding-bottom: 50px;
}
.lokalne-obrazek-tytulowy .nazwa .mpw {
	color: white;
}
.lokalne-obrazek-tytulowy .opis {
	position: absolute;
	top: 110px;
	left: 50px;
	width: 400px;
	border-bottom: 1px solid white;
	font-family: Georgia, serif;
	font-size: 16px;
	padding-bottom: 15px;
	color: white;
}
.blok {
	margin-top: 27px;
	margin-bottom: 27px;
}
.chowane {
	display: none;
}
.rozwin {
	cursor: pointer;
}

.pozycja-z-opisem {
	margin-top: 5px;
}
.pozycja-z-opisem .nazwa {
	font-weight: bold;
}
.pozycja-z-opisem ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

hr.na-podstronie {
	margin-left: -10px;
	margin-right: -10px;
}

.wrap {
	white-space: pre-wrap;
}

.nobr {
	white-space: nowrap;
}

.tooltip-tresc {
	display: none;
}

.lokalne .glowna .organizacje-lokalne .mapka-z-lista {
	display: flex;
	justify-content: flex-start;
}
.lokalne .glowna .organizacje-lokalne .mapka-z-lista .mapka {
	display: inline-flex;
	flex-direction: row;
}
.lokalne .glowna .organizacje-lokalne .mapka-z-lista .lista {
	display: inline-flex;
	flex-direction: row;
	margin: 80px 0 0 160px;
}
a.wiecej {
	margin-left: 5px;
}

.aktualnosc-kontener {
	display: flex;
	justify-content: space-between;
}
.aktualnosc-kontener .aktualnosc-lewa-kolumna {
	width: 900px;
	padding-right: 20px;
}
.aktualnosc-kontener .aktualnosc-prawa-kolumna {
	width: 300px;
}
.aktualnosc-kontener .zajawka {
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
	font-size: 16px;
}
.aktualnosc-kontener .obrazek img {
	display: block;
	margin: 5px auto;
	max-width: 100%;
}
.aktualnosc-kontener .obrazek {
	margin: 35px auto;
}

.aktualnosc-kontener .obrazek .podpis {
	width: 100%;
	text-align: right;
	font-family: 'Roboto Slab', serif;
	font-size: 12px;
	color: #515151;
}


.aktualnosc-kontener .podpis-z-data {
	display: flex;
	border-bottom: 1px solid rgb(56, 106, 116);
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	padding-bottom: 5px;
	margin: 20px 0 10px 0;
}
.aktualnosc-kontener .podpis {
	width: 80%;
	font-family: inherit;
	font-size: inherit;
}
.aktualnosc-kontener .data {
	font-family: inherit;
	font-size: inherit;
}
.strony-z-limitem {
	text-align: right;
}
.strony {
	/* float: right; */
	text-align: right;
	margin-left: 40px;
}
.display-option {
	display: flex;
	margin-left: 15px;
}
.display-option .limity {
	display: flex;
} 
.przelacznik-tabelka-kafelki {
	/* float: right; */
	text-align: right;
	margin-right: 40px;
	position: relative;
	width: 80px;
}
.przelacznik-tabelka-kafelki span {
	position: absolute; top: 0;
}
.przelacznik-tabelka-kafelki span[data-tryb = 'tabelka'] {
	right: 0;
}
.przelacznik-tabelka-kafelki span[data-tryb = 'kafelki'] {
	right: 40px;
}
.strony .str {
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	margin: 0 2px;
}
.opis-porcji {
	float: left;
	text-align: left;
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
}
.nad-tabelka-opcje {
	display: flex;
}
.strony .ukryty {
	display: none;
}
.strony .odkryj {
	cursor: pointer;
}
.strony .str.w-lewo {
	margin-right: 10px;
}
.strony .str.w-prawo {
	margin-left: 10px;
}
.limity span.limit {
	/* font-family: 'Roboto Slab', serif; */
	font-size: 16px;
}
.str.wybrany,
.limit.wybrany {
	color: rgb(105, 200, 205);
}


.strong {
	font-weight: bold;
}
.cookies {
	font-size: 12px;
}
.ui-tooltip {
	background: #555!important;
	color: white!important;
	font-family: 'Lato'!important;
	font-size: 13px !important;
}
.row {
	display: flex;
}
.row.justify {
	justify-content: space-between;
}

.kolumny {
	display: flex;
}
.kolumny .kolumna {
	flex-grow: 1;
	flex-basis: 0;
	padding-right: 20px;
}

#wyszukiwarka-lupka {
	background: rgb(144, 218, 219); 
	height: 70px; 
	width: 70px; 
	display: inline-block; 
	vertical-align: top; 
	text-align: center; 
	position: relative;
	cursor: pointer;
}

#wyszukiwarka-pole-z-przyciskiem {
	position: absolute; 
	top: 70px; 
	left: 0; 
	width: 100%; 
/*	display: inline-block; */
	background: rgb(144, 218, 219); 
	height: 70px; 
	text-align: left; 
	vertical-align: bottom;
	display: none;
}

#wyszukiwarka-pole {
	background: none; 
	border: none; 
	border-bottom: 1px solid black;
	position: relative;
	top: 25px;
	left: 30px;
	outline: none;
}

#wyszukiwarka-przycisk {
	background: #555;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 200px;
	text-align: center;
	text-transform: uppercase;
	padding-top: 25px;
	color: white;
	cursor: pointer;
}

.uchwala-naglowek .tagi {
	margin-top: 40px;
}
.rozwin-zwin {
	position: relative;
	height: 60px;
}

.filtry {
	position: absolute;
	width: 100%;
	background: rgb(144, 218, 219); 
	padding: 10px 40px;
	display: none;
	z-index: 100;
}
div.action-bar.filters.filtry-z-naglowkiem {
	width: 100%;
}
.action-bar.filters.filtry-z-naglowkiem div.filtry {
    box-sizing: border-box;
    width: 100%;
    position: initial;
}
.filtr {

}
.filtr h3,
.limity h3 {
	border-bottom: 1px solid white;
}
.filtr ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}
.filtr ul li,
.limity ul li {
	list-style: none;
	width: 220px;
	padding: 5px 25px 5px 0;
	line-height: 25px;
}
.filtr ul.dlugie li {
	width: 365px;
}


.filtr .liczba {
	font-size: 80%;
	color: white;
}
.filtr li.zero,
.filtr li.zero .liczba
{
	color: #48C0C4;
}

.filtry .custom-checkbox {
	display: inline-block;
	position: relative;
	top: 6px;
	margin-right: 5px;
}

.main .filtry-naglowek {
	width: 300px;
	background: rgb(144, 218, 219);
	margin-bottom: 2px;
	position: relative;
	font-family: Lato, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	padding: 7px 0;
	height: 30px;
	padding-left: 110px;
	font-size: 15px;
	cursor: pointer;
}
.main .filtry-naglowek.wlaczone {
	width: 100%;
}
.filtry-naglowek .ikonka-filtry {
	position: absolute;
	left: 20px;
	top: 2px;
}
.filtry-naglowek .rozwin-filtr,
.filtry-naglowek .zwin-filtr {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	text-align: center;
	background: white;
	border: 1px solid rgb(144, 218, 219);
}


label {
	cursor: pointer;
}
.tabelka-z-filtrem-kontener {
	clear: both;
	margin-top: 40px;
}
.filtruj {
	display: block;
	text-transform: uppercase;
	background: rgb(247, 247, 248);
	width: 200px;
	text-align: center;
	padding: 10px;
	cursor: pointer;
}
.filtry .rozwin-zwin .rozwin,
.filtry .rozwin-zwin .zwin
{
	margin: 0;
	color: white;
}
.main .przefiltrowane-przez {
	display: none;
	border-bottom: 1px dotted black;
	font-family: 'Roboto Slab', serif;
	padding: 10px 0;
}
.przefiltrowane-przez .nazwa {
	font-weight: bold;
}

.biografia {
	border-collapse: collapse;
	width: 100%;
}
.biografia td {
	width: 50%;
}
.biografia thead td {
	border-bottom: 1px solid rgb(56, 106, 116);
	font-family: Lato, sans-serif;
	font-weight: 700;
	font-size: 14pt;
	color: rgb(56, 106, 116);
	text-align: center;
	padding: 10px 0;
}
.biografia td {
	padding: 10px 10px 20px 10px;
}
.biografia .zwykle {
	background: url('/images/kreska-pionowa-11.png') repeat-y right;
	text-align: right;
}
.biografia .data {
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
	border-bottom: 1px solid rgb(56, 106, 116);
	position: relative;
}
.biografia .data .kropa {
	position: absolute;
	bottom: -7px;
}
.biografia .zwykle .data .kropa {
	right: -16px;
}
.biografia .polityczne .data .kropa {
	left: -18px;
}

.tabelka.poprawiona {
	border: 2px dashed red;
}

.czytaj-wiecej {
	color: rgb(144, 218, 219);
	text-align: right;
	padding-right: 20px;
	text-transform: uppercase;
	background: url('/images/ciapek-d.png') no-repeat right center;
}
.czytaj-mniej {
	color: rgb(144, 218, 219);
	text-align: right;
	padding-right: 20px;
	text-transform: uppercase;
	background: url('/images/ciapek-g.png') no-repeat right center;
}


.kafelki {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0;
	padding: 0;
}

.tooltip {
	cursor: pointer;
}
.zrodlo {
	color: rgb(56, 106, 116);
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
	font-size: 16px;
}
.ui-tooltip .ui-tooltip-content a {
	color: white;
}

.headline {
	font-style: italic;
}
.rekord h3 {
	margin: 0;
}
.rekord .aktywnosc-rodzaj {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 23px;
	color: rgb(81, 81, 81);
}
div.tagi {
	border-bottom: 1px solid black;
	padding-bottom: 0;
}
div.tagi .tag {
	margin-bottom: 0;
	position: relative;
	top: 8px;
}
tr {
	position: relative;
}
body {
	position: relative;
}
div.link-do-elementu {
	position: absolute;
}
div.link-do-elementu div.ikonka {
	text-align: right;
	width: 15px;
	height: 15px;
}
div.link-do-elementu .url {
	display: none;
	width: 800px;
	height: 30px;
	background: none;
	text-align: right;
	font-size: 10pt;
	border: none;
	outline: none;
}

.okreg-kontener {
	margin-bottom: 40px;
	width: 49%;
}

.okreg-kontener .zawartosc {
	border-bottom: 1px dotted rgb(81, 81, 81);
}
.okreg-kontener .naglowek {
	border-bottom: 1px solid rgb(105, 200, 205);
	margin: 10px 0 20px 0;
	padding-bottom: 5px;
	position: relative;
	padding-left: 30px;
}
.okreg-kontener .opis {
	white-space: pre-wrap;
	margin-bottom: 40px;
}
.okreg-kontener .granice {
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	font-weight: bold;
}
.okreg-kontener .mapka img {
	max-height: 500px;
}


span.prostokacik {
	background: rgb(105, 200, 205);
	width: 15px;
	height: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.zwiniete {
	display: none;
}
.rozwiniete {
	display: block;
}
.okregi {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.okregi .radny {
	border-bottom: 2px solid rgb(105, 200, 205);
}
.main div.opis-podstrony * {
	width: 50%;
	font-family: Georgia, serif;
	font-size: 18px;
}

footer .dzialy {
	display: flex;
	justify-content: flex-start;
}
footer .dzial {
	width: 150px;
}
footer .dzial .tytul {
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Roboto Slab', serif;
	font-size: 12px;
	margin-bottom: 10px;
}
footer .pozycje-dzialu {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: 'Roboto Slab', serif;
	font-size: 12px;
}
footer .pozycje-dzialu li {
	padding: 5px 0;
}
footer .duzy-dzial .tytul {
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
	font-size: 14px;
	margin: 30px 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid black;
	width: 200px;
}
footer .duzy-dzial p {
	font-size: 12px;
	margin: 5px 0;
}
.polityk-archiwalny .dezaktualizowalne,
.polityk-archiwalny .dezaktualizowalne a {
	color: rgb(145, 145, 145);
}
.przyczyna-rezygnacji {
	font-weight: bold;
}
.przyczyna-rezygnacji .opis {
	color: rgb(145, 145, 145);
}

.obietnice .obietnica {
	margin-bottom: 40px;
}
.obietnice .obietnica .czesc-glowna {
	background: url('/images/kropki-6.png') repeat;
	padding: 5px 10px 25px 10px;
	position: relative;
}
.obietnice .obietnica .tytul {
	padding-left: 40px;
}
.obietnice .obietnica div.tytul,
.obietnice .obietnica div.tytul *,
.obietnice .obietnica div.zrodlo
{
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
}
.obietnice .obietnica div.zrodlo {
	color: black;
	font-weight: normal;
	font-size: 16px;
	padding: 10px 20px 0px 20px;
}
.obietnice .obietnica .tytul .nazwisko {
	font-weight: bold;
	padding-bottom: 15px;
}
.obietnice .obietnica .tytul .nazwisko a {
	color: black;
}
.main .obietnice .obietnica div.data {
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	position: absolute;
	right: 5px;
	bottom: 5px;
}
.obietnice .obietnica .tresc {
	padding: 10px 20px;
}
.obietnice .obietnica .tytul .klub {
	font-weight: normal;
}
.obietnice .obietnica .czesc-glowna iframe {
	margin: 20px auto;
}
.obietnice .pliki-do-pobrania {
	padding-left: 20px;
}
.obietnice .obietnica img {
	display: block;
	width: 70%;
	margin: 20px auto -25px -10px;
	max-height: 300px;
}

.dodaj-obietnice {
	border: 1px solid #90dadb;
	padding: 0;
	margin-bottom: 40px;
}
.dodaj-obietnice h3 {
	background: url('/images/kropki-6.png') repeat;
	margin: 0;
	padding: 5px 20px 15px 20px;
}
.dodaj-obietnice .pola {
	margin: 0;
	padding: 10px 20px;
}

.dodaj-obietnice .pola label {
	font-weight: bold;
	display: block;
	width: 100%;
	margin: 10px 0 5px 0;
}
.dodaj-obietnice input[type='submit'] {
	width: 100%;
	height: 40px;
	margin: 0;
	display: block;
	text-align: center;
	background: #90dadb;
	border: none;
	text-transform: uppercase;
	cursor: pointer;
}

.dodaj-obietnice input[type='text'],
.dodaj-obietnice input[type='file'],
.dodaj-obietnice textarea {
	border: 1px solid #90dadb;
	width: 100%;
}

.dodaj-obietnice input[type='text'] {
	height: 30px;
}
.dodaj-obietnice textarea {
	height: 100px;
}
#dodaj-obietnice-podziekowanie {
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 10px;
	display: block;
	text-align: center;
	background: #90dadb;
	border: none;
	text-transform: uppercase;
	cursor: pointer;
}

/*.kol-2-od-gory > * {*/
	/*float:left;*/
	/*width:48%;*/
	/*margin:0 1% 2%;*/
/*}*/
/*.kol-2-od-gory > *:nth-child(even) {*/
	/*float:right;*/
/*}*/

.grid-item {
	width: 580px;
}
.polityk-prawa-kolumna .grid-item {
	width: 480px;
}
