/*
kolory:
	--pomarańcz: #ee850b;
	--granat: #003b8b;
	--niebieski:#009ee0
	--żółty: #fef7e7;
	--grafit: #262626;
	--czerwony:	#ba131a;
*/


body {
	font-family: 'Fira Sans', sans-serif;
	margin: 15px 0 25px 0;
	padding: 0;
	color: black;
	background-color: white
}

body.body-admin {
    background-image: none !important;
    background-color: #dadada
}
a {
	color: #262626;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline
}
.tytulBipa h1 {
    
    margin-top: 20px;
    line-height: 36px;
}
p,
td,
li {
	font-family: 'Open Sans', sans-serif;
	
	_line-height: 160%!important;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    list-style: none;
    padding-left: 0;
  
}
.list-inline-item {
    
    display: inline-block;
}
.text-center {
    text-align: center
}
.text-right {
    text-align: right
}
.text-left {
    text-align: left
}

@media (min-width: 768px) {
    
    .list-inline-item {
        padding-left: 0;
    }
}
@media (max-width: 767px) {
    .list-inline-item {
       padding: 10px 5px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 3px;
        margin: 2px
    }
}

a.doc-link {
    color: #2b6ea2 !important
}
.bip-min {
    background-image: url(img/bip.png);
    background-position: left 50%;
    background-repeat: no-repeat;
    padding-left: 22px;
    display: inline-block !important;
    text-align: left
}
@media (min-width: 768px) {
    .bip-min {
        display: none !important
    }
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group>.form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .075rem .75rem;
   
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 3px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.input-group:not(.has-validation)>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}
.input-group>.input-group-append>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-append {
    margin-left: -1px;
    display: -ms-flexbox;
    display: flex;
}

.tlo_menu {
    padding-left: 10px
}
.iko {
 
    font-weight: bold;
}
.m_gr {
    padding: 0;
    color: ;
    text-align: left;
    margin-bottom: 3px;
    -webkit-transition:  0.2s ease;
    -moz-transition:  0.2s ease;
    -o-transition:  0.2s ease;
    transition:  0.2s ease;
}
/*
.m_gr:after {
    width: 120px;
    height: 3px;
    content: '';
    display: block;
    background-color: #e2e2e2;
    margin-left:20px;
    margin-right: auto;
    -webkit-transition:  0.7s ease;
    -moz-transition:  0.7s ease;
    -o-transition:  0.7s ease;
    transition:  0.7s ease;
    text-align: center;

} 
.m_gr:hover:after {
    width: 90%   
}
*/
.m_gr:hover,
.m_gr:focus,
.m_gr:active {
   background-color: #2b6ea2;
    color: white
}
.m_gr a {
    
    font-weight: bold;
    display: block;
    padding: 10px 20px;
    color: #2b6ea2;
    text-decoration: none;
    border: 1px solid #2b6ea2;
    border-radius: 3px;
}
.m_gr:hover a,
.m_gr:focus a,
.m_gr:active a {
  color: white
}

.m_p,
.m_pp {
    border-bottom: 1px solid #f0f0f0;
    display: none
}
.m_p a,
.m_pp a {
   
    text-decoration: underline;
    display: block;
    padding: 4px 20px;
    color: #2b6ea2 !important
}
.m_pp a {
 
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 0;
    margin-bottom: 1rem;
    list-style: none;
     background-color: transparent !important;
    border-radius: .25rem;
}
.breadcrumb a {
    color: #2b6ea2 !important;
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: "/";
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem;
}


hr {
	border-color: #262626;
	border-style: solid;
	border: none;
	border-bottom: 1px solid silver

	}
.clr {
    clear: both;
}
form {
	margin: 0;
	padding: 0
}

.clr {
	float: none!important;
    clear: both;
}
.clr::after{
	display: block;
    content: "";
	clear: both;
	}
.img-fluid {
    max-width: 100% !important;
    height: auto !important;
}
.f-left {
    float: left
}
.f-right {
    float: right
}
.bg-menu {
	background-color: #2b6ea2;
	width: 100%;
	margin: auto;
	margin-bottom: 30px;
/*
	-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 {
  cursor: pointer;
	background: #e8e8e8 !important;
	color: black;
	border: 1px solid #d6d6d6;
	padding: 6px 10px;
	text-transform: uppercase;
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .375rem .75rem;
   
    line-height: 1.5;
    border-radius: 3px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-sm {
  
    padding: .175rem .35rem;
    text-decoration: none;
    margin: 0.1rem;
    
}


.download,
.dodruku,
.pobierz {
    border: 1px solid #2b6ea2;
	padding: 6px 10px;
    margin: 2px 5px;
    display: inline-block;
    text-decoration: none;

    border-radius: 3px
    
}
.download:hover,
.dodruku:hover,
.pobierz:hover {
    background-color: rgba(50, 50, 50, 0.05)
}  
.container {
	width: 1100px;
    max-width: 100% !important;
	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);
}

@media (max-width: 767px) {    
    .w-xs-100 {
        width: 100% !important
    }
    .w-xs-none {
        display: none !important
    }
    .w-xs-only {
        display: block
    }
}
@media (min-width: 768px) {
     .w-xs-only {
        display: none
    }
}

.w-20 {width: 20%;}
.w-25 {width: 25%;}
.w-30 {width: 30%;}
.w-40 {width: 40%;}
.w-50 {width: 50%;}
.w-60 {width: 60%;}
.w-70 {width: 70%;}
.w-75 {width: 75%;}
.w-100 {width: 100%;}

div.topBip {
	margin: auto;
	padding: 15px;
	margin-bottom: 15px
}

div.bg-blue {
	width: 100%;
	margin-bottom: 10px;
	display: table;
	padding: 5px 0;
	border: 1px solid silver
}

div.linki img {
	
}

div.topBip div.tytulBipa {

	text-align: left;
	width: auto;
	float: left;
	font-weight: 700;
	line-height: 130%;
	padding-top: 20px;
	color: #262626
}

div.topBip div.tytulBipa span {
	display: block;

	
}

div.logo {
	float: left;
	margin-top: 10px
}

div.logo img {
	height: 110px;
	margin-right: 20px
}



div.linki {
	float: right;
	text-align: right;
	margin-top: 10px
}

div.MenuPoziomeBip {
	padding: 5px 20px
}
div.szukaj {
    padding-top: 5px;
}

div.MenuPoziomeBip:after {
	content: ' ';
	clear: both
}

div.MenuPoziomeBip div {
	float: left;
	}

div.MenuPoziomeBip a {
	color: white;
	text-decoration: none;

        padding: 15px 12px;
}

div.MenuPoziomeBip a:hover {
	color: rgba(255, 255, 255, 0.95);
	opacity: 0.8;
   text-decoration: underline
}

@media (min-width: 768px) {
    
    div.MenuPoziomeBip a {
        text-transform: uppercase;
        font-weight: bold;
        border-right: 1px solid #1f5177
    }
}
        
.alert-danger {
    text-align: center;
    padding: 40px 0 10px 0;
    color: red;

    letter-spacing: 1px;
    text-transform: uppercase
}
    

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
}




a.xx {
/*
	font-weight: bold;
	color: #d53434;
*/
}

.w {

	line-height: 1.6;
	min-height: 50vh;
	
}
.px-2 {
    padding-left: 20px;
    padding-right: 20px
}
.w table,
.w table td {
	
	border-collapse: collapse;
	border-color: #c0c0c0!important;
	
}

.w table {
	margin-bottom: 20px
}

.w table td {
	
}
.bip_dol ul {
    padding: 20px;
    text-align: center;
}
.bip_dol a {
    padding: 5px 15px;
    background-color: rgba(192, 192, 192, 0.1);
    margin-left:3px;
    margin-bottom: 15px;
    display: inline-block
}
.stopka {

	line-height: 150%;
    border: 1px solid #2b6ea2;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 3px
}
.licznik {
	text-align: center;
	opacity: 0.8;
}

.zalaczniki>li {
    border-bottom: 1px dotted silver;
    padding-bottom: 5px;
    padding-top: 5px
}

.zalaczniki>li:before {
   content: "\00BB";
  
    margin-right: 10px
}
.zalaczniki.min>li:before {
    content: "";

    margin-right: 0
}

.zalaczniki>li>b,
b.gray {
    font-weight: normal;
    color: #595959;
}
.zalaczniki a {
    text-decoration: none
}
.zalaczniki a:hover {
    text-decoration: underline
}

a.podmenu-link {
    color: #2b6ea2 !important
}
a.pobierz,
a.dodruku {
	display: inline-block;
	content: 'pobierz';
	width: 150px;
	height: 30px;
	background-color: #e8e8e8;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
	color: black;
	margin-left: 3px;

	margin-top: 10px;
	margin-bottom: 10px;
	
}
/* MAPA SERWISU */
.sitemap ul>li {
    list-style: none
}
.sitemap ul>li:before {
/*    content: "\276F" !important;*/
    content: "\2B9E" !important;

    margin-right: 10px
}
.sitemap ul>li>ul>li:before {
    content: '\00BB' !important;
}
.sitemap ul>li>ul>li>ul>li:before {
    content: '\203A' !important;
}
.sitemap ul>li>ul>li>ul>li>ul>li:before {
    content: '-' !important;
}

/* 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: #cbcaca;
	color: black;
	
}
.under-construction {
    width: 100%;
    text-align: center;
 
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(50, 50, 50, 0.35);
    padding: 2rem 0;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.skip-links {
    position: absolute;
    top: 0;
}
.skip-links a, 
.skip-links a:visited {
    position: absolute;
    top: 0;
    left: -9000em;
    display: block;
    text-align: center;
    width: 200px;
    text-decoration: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
table.tab {
    width: 100%;
    margin-top: 1rem;
}
table.tab tr td {
    border-bottom: 2px dotted #d9d9d9;
    border-top: 2px solid transparent;
}
table.tab tr td:first-of-type {
    border-left: 2px solid transparent;
}
table.tab tr:hover td:first-of-type {
    border-left: 2px solid red;
}
table.tab tr td:last-of-type {
    border-right: 2px solid transparent;
}
table.tab tr:hover td:last-of-type {
    border-right: 2px solid red;
}
table.tab tr:first-of-type {
    background-color: #343a40;
    color: white;
    line-height: 33px;
    letter-spacing: 2px;
    text-transform: uppercase; 
}
table.tab tr:first-of-type th {
    font-weight: normal !important
}
    
table.tab tr:hover td {
/*    background-color: #e6e6e6*/
    border-bottom: 2px solid red;
    border-top: 2px solid red;
    
}
table.tab tr td:last-of-type {
    text-align: center !important
}
table.tab input {
    padding: 6px;
   
}
.ed-field input,
.ed-field select,
.mceIframeContainer iframe body {
    padding: 6px;
  
}
.btn-danger {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
    text-decoration: none !important
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
    color: #fff;
    background-color: #c82333 !important;
    border-color: #bd2130 !important;
}
.btn-dark {
    color: #fff;
    background-color: #343a40 !important;
    border-color: #343a40 !important;
    text-decoration: none !important
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: #0c0c0d !important;
    border-color: #0c0c0d !important;
}
.plik-status,
.plik-akcja,
.priorytet {
  
    width: 25%;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap
}
td.plik-akcja a {
    margin: 0.1rem 0.3rem
}
.btn-edit {
    float: left;
    background-color: orange !important;
    text-decoration: none !important;
    font-weight: bold;
    border: none !important;
    border-radius: 35rem !important;
    padding: 5px 30px;
    letter-spacing: 2px
}
article h1 {
    
    line-height: normal;
}
article h2 {
   
    line-height: normal;
}
article h3 {
  
    line-height: normal;
}
.bip_dol ul {
    padding: 20px 0; }
.bip_dol a {
    padding: 5px 5px !important
}

.top.container {
    box-shadow: none !important;
    background-color: transparent;
}
.set-contrast {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 2px solid black;
    text-align: center;
    background-color: white;
    margin-left: 3px;
    margin-right: 3px;
    font-weight: bold;
   
    color: black;
    padding: 0;
    cursor: pointer;
}
.set-contrast.contrast-black-white {
    color: gray;
    border-color: gray;
}
.set-contrast.contrast-black-yellow {
    background-color: black;
    color: yellow;
}

/* WERSJA CZARNO-BIAŁA */

body.contrast-black-white {
    background-color: white;
    color: black !important;
     filter: grayscale(100%) !important;
    
}
body.contrast-black-white img {
    filter: grayscale(100%) !important
}
body.contrast-black-white .bg-menu,
body.contrast-black-white .navyblue,
body.contrast-black-white .green,
body.contrast-black-white .platforma,
body.contrast-black-white a.pobierz, 
body.contrast-black-white a.dodruku {
    background-image: none !important;
    background-color: black !important
        
}

body.contrast-black-white .m_gr a {
    color: black;
    border-color: black;
}
body.contrast-black-white .m_gr a:hover {
    color: white;
    background-color: black;
}

/* WERSJA CZARNO-ŻÓŁTA */

body.contrast-black-yellow {
    background-color: black;
    color: yellow;
        background-image: none;
}
body.contrast-black-yellow * {
    color: yellow
}
body.contrast-black-yellow .platforma,
body.contrast-black-yellow a.pobierz, 
body.contrast-black-yellow a.dodruku,
body.contrast-black-yellow a.download
{
    background-image: none !important;
    background-color: black !important;
    border: 1px solid yellow;
    color: yellow
}
body.contrast-black-yellow .bg-menu,
body.contrast-black-yellow .bg-menu * {
     color: yellow;
    background-image: none !important;
    background-color: black !important;
    border: none !important
}
body.contrast-black-yellow .m_gr a {
    color: yellow;
    border-color: yellow;
}
body.contrast-black-yellow .m_gr a:hover {
    color: black;
    background-color: yellow;
    
}
body.contrast-black-yellow  .breadcrumb a {
    color: yellow!important;
}
body.contrast-black-yellow  div.MenuPoziomeBip a {
    color: yellow!important;
}
body.contrast-black-yellow hr,
body.contrast-black-yellow .stopka {
    border-color: yellow !important
}

body.contrast-black-yellow .input-group>.form-control,
body.contrast-black-yellow .btn {
    background-color: black !important;
    border-color: yellow !important;
    color: yellow !important;
}
body.contrast-black-yellow .input-group>.form-control::placeholder {
    color: yellow;
}
body.contrast-black-yellow .set-contrast,
body.contrast-black-yellow  div.topBip div.tytulBipa {
    background-color: transparent;
    color: yellow
}
body.contrast-black-yellow .container {
    background-color: black
}
/*
body.contrast-black-yellow .logo {
    display: none;
}
.logo-b-y {
    display: none;
}
body.contrast-black-yellow .logo-b-y {
    display: block;
}*/

.apply-size {
    background-color: transparent !important;
    border: 2px solid black; 
    height: 30px !important;
    width: 30px !important;
    font-weight: bold;
    margin-left: 3px; 
}
