@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
/*
kolory:
	--pomarańcz: #ee850b;
	--granat: #003b8b;
	--niebieski:#009ee0
	--żółty: #fef7e7;
	--grafit: #262626;
	--czerwony:	#ba131a;
*/


body {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	margin: 15px 0 25px 0;
	padding: 0;
	color: black;

/*
	background-image: url(../img/body.jpg);
	background-position: 50% top;
	background-repeat: no-repeat;
*/
	background-color: white;
/*	background-size: cover*/
}

p,
td,
li {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 160%!important;
}

a {
	color: #262626;
	text-decoration: none;
	
	-webkit-transition: .1s ease all;
	-o-transition: .1s ease all;
	transition: .1s ease all;
	
}
a:hover {
	text-decoration: underline
}
hr {
	border-color: #262b63;
	border-style: solid;
	border: none;
	border-bottom: 1px solid #262b63;
	margin-bottom: 30px;

	}
form {
	margin: 0;
	padding: 0
}

.clr {
	float: none!important;
}
.clr::after{
	display: block;
    content: "";
	clear: both;
	}

.bg-menu {
	background-color:#302281;
	width: 100%;
	margin: auto;
    height: 10px
/*
	-webkit-box-shadow: 0px 3px 15px 0px rgba(50, 50, 50, 0.35);
	-moz-box-shadow:    0px 3px 15px 0px rgba(50, 50, 50, 0.35);
	box-shadow:         0px 3px 15px 0px rgba(50, 50, 50, 0.35);
*/
	
}
.btn {
	background: #e8e8e8 !important;
	color: black;
	border: 1px solid #d6d6d6;
	padding: 6px 10px;
	text-transform: uppercase;
	cursor: pointer;
}

.container {
	width: 1100px;
	margin: auto;
/*
	background-color: white;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.35);
	-moz-box-shadow:    0px 0px 30px 0px rgba(50, 50, 50, 0.35);
	box-shadow:         0px 0px 30px 0px rgba(50, 50, 50, 0.35);
*/
}
h1, h2, h3 {
	font-family: 'Montserrat', sans-serif;
}
.w-20 {width: 20%;}
.w-30 {width: 30%;}
.w-40 {width: 40%;}
.w-50 {width: 50%;}
.w-60 {width: 60%;}
.w-70 {width: 70%;}
.w-80 {width: 80%;}
.w-100 {width: 100%;}
.fleft {float: left}
div.topBip {
	margin: auto;
	padding: 15px;
	margin-bottom: 15px
}
.navyblue {
	background-color: #262b63;
	color: white;
	width:25%;
	border-right: 30px solid white;
	text-align: center;
	
}
.green {
	background-color: #5aac2e;
	color: white;
	min-width: 25%;
	
}
.navyblue,
.green {
	font-family: 'Montserrat', sans-serif;
	color: white;
	font-size: 13px;
	
	
	
}
.white {
	color: white
}
div.bg-blue {
	width: 100%;
	margin-bottom: 10px;
	display: table;
	padding: 5px 0;
	border: 1px solid silver
}
.navyblue span,
.green span {
	padding: 5px 20px;
	display: block
}

div.linki img {
	
}

div.topBip div.tytulBipa {
	text-align: left;
	width: auto;
	float: left;
	font-weight: 700;
	color: black;
	padding-top: 10px
}
div.topBip div.tytulBipa h1 {
	font-size: 20px;
	margin-bottom:0;
}
div.topBip div.tytulBipa h1 strong {
	font-size: 40px;
}
    


div.topBip div.tytulBipa span {
	display: block;
}
div.topBip div.tytulBipa a {
	font-size: 22px
}

div.logo {
	float: left;
	margin-top: 10px;
	width: 25%;
	margin-right: 30px;
}

div.logo img {
	
	margin-right: 20px;
    max-width: 100%
}

div.szukaj {
	text-align: right;
	font-size: 12px;
	margin-top: -10px;
	color: #666666!important;
}

div.szukaj td.text input {
	padding: 6px;
	border: 1px solid #dddddd
}

div.szukaj .szukaj {
	color: black;
}

div.linki {
	float: right;
	text-align: right;
	margin-top: 23px
}

div.MenuPoziomeBip {
	padding: 10px 15px 1px 15px;
	margin: auto;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 20px;
	
}

div.MenuPoziomeBip:after {
	content: ' ';
	clear: both
}

div.MenuPoziomeBip div {
	float: left;
	}

div.MenuPoziomeBip a {
	text-transform: uppercase;
	font-size: 15px;
	padding-right: 15px;
	padding-left: 15px;
	display: inline-block;
	border-right: 1px solid gray
}
div.MenuPoziomeBip a:last-child {
	border: none
}
div.MenuPoziomeBip a:first-child {
	padding-left: 0
}

div.MenuPoziomeBip a:hover {
	
	opacity: 0.8
}

div.MenuPoziomeBip div.adresBip {

	
}

div.MenuPoziomeBip div.adresBip a {
	
}

div.MenuPoziomeBip div.adresBip a:hover {
	color: white
}

div.MenuPoziomeBip .logoBip {
	width: 170px;
	height: 60px;
	background-image: url(pic/bip_logo.jpg);
	background-repeat: no-repeat;
	margin-left: 40px;
	margin-top: -10px;
	float: right
}

.menu-left {
	width: 25%;
	float: left;
	
}

.menu-left table {
	width: 100%;
	margin-bottom: 30px;
}

.menu-left a {
	color: black;
	text-decoration: none;
}

.menu-left a:hover {
	text-decoration: underline;
}

.menu-left td {
	padding:5px 10px;
/*	border-bottom: 1px solid #e0e0e0;*/
	font-size: 16px
}
.menu-left td:hover {
	background-color: #262b63;
	color: white;
}
.menu-left td:hover a {
	color: white;
	text-decoration: none;
}
.menu-left td.m_gr {
	font-size: 14px
}

.menu-left td.m_p {
	
}
.menu-left td.m_gr{
	background-color: #eaeaea;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 21px;
	line-height: normal !important;
	padding: 16px;
	text-transform: uppercase;
}
.menu-left td.m_gr a {
	color: black;
}

.menu-left td.m_p {
	font-weight: bold;
}
.menu-left td.m_pp {
	padding-left: 30px;
}

td.bip_d {
	padding-left: 10px
}
.menu-left td.m_ppp {
	padding-left: 20px
}
.menu-left td.m_pppp {
	padding-left: 30px;
	font-size: 12px
}
.menu-left td.m_ppppp {
	padding-left: 40px;
	font-size: 11px
}

td.bip_d td * {
	line-height: normal!important;
}

td.bip_d a {
	font-size: 13px;
	text-decoration: none;
	display: block;
	text-align: center;
	padding: 8px 5px;
	text-transform: uppercase;
}

td.bip_d a:hover {
	opacity: 0.7
}

td.bip_d p {
	margin: 0!important
}

a.xx {
/*
	font-weight: bold;
	color: #d53434;
*/
}

div.w {
	font-size: 13px;
	padding: 0 0 20px 0;
	line-height: 160%!important;
	min-height: 70vh;
	float: left;
	width: calc(75% - 30px);
}
div.w img {
	max-width: 100% !important;
	height: auto;
}
div.w td.tresc,
div.w td.tresc * {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 16px !important;
	line-height: 160%!important;
	
}

div.w table,
div.w table td {
	
	border-collapse: collapse;
	border-color: #ccc!important;
}


.w table table td, .w table table th {
	padding: .75rem;
	vertical-align: top;
	border-bottom: 1px solid #dee2e6;
}

div.w>table {
	margin-left:30px
}
div.w table {
	margin-bottom: 20px;
	border: none !important;
}
div.w>table table>tr:first-of-type td {
	
}


div.w table td {
	
}
.menu-foot {
	text-align: center
}

td.licznik {
	text-align: center;
	opacity: 0.8;
}
.table-files,
.table-doc,
.table-podmenu,
.table-public {
	width: 100% !important;
	border-color: #ccc !important;
}
.table-files td,
.table-doc td,
.table-podmenu td,
.table-public td {
	padding: 5px 10px !important
}
.table-public tr td {
	font-size: 12px !important;
	padding: 2px 10px !important
}
.table-public tr td:first-of-type {
	width: 150px
}
.table-files tr td:last-of-type {
	text-align: center;
	color: gray;
	font-size: 12px
}
.table-files tr:first-of-type td:last-of-type {
	color: black;
	font-size: 14px
}
div.w  .m_p {
	background-color: rgba(204, 204, 204, 0.2)  !important;
	font-weight: 600;
	text-align: center
}
.podmenu-link,
.doc-link { 
	color: #262b63  !important;
	text-decoration: none !important;
}
.podmenu-link:hover,
.doc-link:hover {
	color: #3f49ad !important
}
.podmenu-link:before,
.doc-link:before  {
	content: '- '
}
.download { 
	font-size: 11px;
	padding: 2px 10px;
	display: block;
	text-align: center;
}

td.stopka {
	background: #eeeeee52;
	border: 1px solid #ccc;
	padding: 15px 20px;
	font-size: 13px!important;
	line-height: 150%;
	font-family: 'Montserrat', sans-serif;
}
a.pobierz,
a.dodruku {
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	content: 'pobierz';
	width: 180px;
	height: 30px;
	background-color: #262b63;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
	color: White;
	margin-left: 3px;
	font-size: 14px;
	margin-top: 30px;
	margin-bottom: 30px;
	
}

a.pobierz:after {
	content: ' POBIERZ PLIK '
}

a.dodruku:after {
	content: ' WERSJA DO DRUKU '
}

a.pobierz img,
a.dodruku img {
	display: none
}

a.pobierz:hover,
a.dodruku:hover,
a.pobierz:focus,
a.dodruku:focus {
	background-color: #EAB543;
	color: black;
	
}

br.mzk {
	display: none;
}