html {
	font-size:12pt;
	font-family: 'Roboto Condensed', sans-serif;

	-moz-transition:font-size 0.5s; /* Firefox 4 */
	-webkit-transition:font-size 0.5s; /* Safari and Chrome */
	-o-transition:font-size 0.5s;
	transition:font-size 0.5s;
	height: 100%;
}

html.F1 { font-size: 16pt; }
html.F2 { font-size: 20pt; }

body {
	margin:0;
	padding: 0;
	background-color:#fff;
	color: #333;
	font-family: 'Roboto Condensed', sans-serif;
	height: 100%;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	display: flex;
	flex-direction: column;
}

.contentbody {
	flex: 1 0 auto;
	-ms-flex: 1;
	-webkit-flex: 1;
}
.contentfooter {
	flex-shrink: 0;
}


h1 {
	padding:0px;
	margin:0px;
	display:none;
} 


.d17 {
	font-size: 0.65rem;
	color:#999;
}

footer {
	font-size: 0.8rem;
}

.boxNaglowek h2 {font-size: 1.5rem;}

.panelGlos:hover {
	background-color:#efefef;
}

.panelGlos .infowniosek {
	margin-top: 5px;
	padding-left: 2rem;
}

.panelGlos .infowniosek ul li,
.panelGlos .infowniosek ol li,
.panelGlos .infowniosek p {
	margin: 0px;
	padding: 0px;
	font-size: 0.85rem;
}

.panelGlos label {
	width:100%;
	line-height: 1;
}

.panelGlos.punkty {
	background-color:#006600;
}

.panelGlos.punkty.punktyError {
	background-color:#660000;
}


.panelGlos.punkty a,
.panelGlos.punkty p,
.panelGlos.punkty ul,
.panelGlos.punkty ol,
.panelGlos.punkty label {
	color: #fff;
}

.rodo {
	font-size: 0.85rem;
}


.text-error {
	color: #A00;
	font-weight: bold;
}

.color-brakglosu {
	color: #A00;
	font-weight: bold;
}

.color-glosy {
	color: #006600;
	font-weight: bold;
}

.panelGlosClose {
	display:none;
}


input.filter:checked + label { font-weight: bold; color:#fff; background-color:#003300; padding-left:0.5rem;padding-right:0.5rem;}
input.filterRejon:checked + label { font-weight: bold; color:#fff; background-color:#003300; padding-left:0.5rem;padding-right:0.5rem;}
input.filterOsiedle:checked + label { font-weight: bold; color:#fff; background-color:#003300; padding-left:0.5rem;padding-right:0.5rem;}



.menuwersje ul {
    display: inline;
    list-style-type: none;
    margin-left: auto;
    margin-right: 0;
    overflow: hidden;
    padding: 0px 0px;
    z-index: 500;
}
.menuwersje ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.menuwersje ul li a {
	margin: 0 2px;
	padding: 0;
	background: #fff none repeat scroll 0 0;
}
.menuwersje ul li a div {
    display: block;
    font-size: 10pt;
    height: 30px;
    overflow: hidden;
    padding-top: 6px;
    text-align: center;
    width: 32px;
}
.menuwersje .icoWcag {
    border-radius: 4px;
    border: 1px solid #333;
    color: #000;
    float: left;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    z-index: 500;
}
.menuwersje .icoWcag.kontrast10 {
    background: #fff none repeat scroll 0 0;
    color: #000;
    margin-left: 20px;
}
.menuwersje .icoWcag.kontrast11 {
    background: #000 none repeat scroll 0 0;
    color: #fff;
}
.menuwersje .icoWcag.kontrast12 {
    background: #ff0 none repeat scroll 0 0;
    color: #000;
}
.menuwersje .icoWcag.kontrast13 {
    background: #000 none repeat scroll 0 0;
    color: #ff0;
}








span.twitter-typeahead,
span.twitter-typeahead .tt-menu {
  width: 100%;
}

span.twitter-typeahead .tt-menu,
span.twitter-typeahead .tt-dropdown-menu {
  cursor: pointer;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 0.8rem;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
span.twitter-typeahead .tt-suggestion {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
span.twitter-typeahead .tt-suggestion.tt-cursor,
span.twitter-typeahead .tt-suggestion:hover,
span.twitter-typeahead .tt-suggestion:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

span.twitter-typeahead .tt-suggestion.tt-suggestion-empty-message {
  color: #cc0033;
  background-color: #fffff;
}

span.twitter-typeahead .tt-suggestion.tt-suggestion-empty-message.tt-cursor,
span.twitter-typeahead .tt-suggestion.tt-suggestion-empty-message:hover,
span.twitter-typeahead .tt-suggestion.tt-suggestion-empty-message:focus {
  color: #cc0033;
  background-color: #ffffff;
}

span.twitter-typeahead .tt-menu .tt-dataset {
	overflow: auto;
	max-height: 300px;
}

span.twitter-typeahead:not(:first-child):not(:last-child) .form-control {
  border-radius: 0;
}


input.tt-hint { background-image: none !important; }




.cookiemsgsprite {
    background-color: transparent;
    background-image: url("../images/cookie-sprite.png");
}
#cookiemsg .zatwierdzenie {
    bottom: 0;
    height: 58px;
    left: 0;
    position: fixed;
    width: 58px;
    z-index: 10001;
}
#cookiemsg .zatwierdzenie.niezatwierdzone {
    background-position: -196px -132px;
    cursor: pointer;
}
#cookiemsg .zatwierdzenie.zatwierdzone {
    background-position: -196px -74px;
    cursor: pointer;
}
#cookiemsgbox {
    bottom: 24px;
    color: #000;
    font-size: 11px;
    height: 190px;
    left: 24px;
    position: fixed;
    text-align: center;
    width: 190px;
    z-index: 10000;
}
#cookiemsgbox p {
    text-align: center;
}

#cookiemsgbox p a {
  font-size: 11px;
}


#cookiemsgbox p.cookiemsgpytanie {

    font-size: 14px;

}
#cookiemsgbox .cookiemsgtitle {
    font-size: 14px;
    padding: 30px 0 3px;
}
#cookiemsgbox a.cookieczytajwiecej {
    color: #333;
    display: block;
    font-weight: 500;
    padding: 5px 0 0;
    text-decoration: none;
}
#cookiemsgbox a.cookieczytajwiecej:hover {
    color: #333;
}
#cookiemsgbox .cookiemsginfo {
    color: #333;
    font-size: 10px;
    padding-bottom: 3px;
    white-space: pre;
	line-height: 12px;
}
#cookiemsgbox p {
    margin: 0;
    padding: 0;
}
#cookiemsgbox div.cookiemsgprzycisk {
    cursor: pointer;
    display: block;
    float: left;
    height: 32px;
    margin: 10px 10px 8px 55px;
    text-indent: -100000px;
    width: 32px;
}
#cookiemsgbox div.cookiemsgprzycisk.akceptacja {
    background-position: -190px 0;
    margin-left: 55px;
}
#cookiemsgbox div.cookiemsgprzycisk.akceptacja:hover {
    background-position: -222px 0;
}
#cookiemsgbox div.cookiemsgprzycisk.blokada {
    background-position: -190px -32px;
    margin-left: 0;
}
#cookiemsgbox div.cookiemsgprzycisk.blokada:hover {
    background-position: -222px -32px;
}
#cookiemsg.zatwierdzone div#cookiemsgbox {
    display: none;
}
#cookiemsg.zatwierdzone div.zatwierdzenie.zatwierdzone {
    display: block;
}
#cookiemsg.zatwierdzone div.zatwierdzenie.niezatwierdzone {
    display: none;
}
#cookiemsg.niezatwierdzone div#cookiemsgbox {
    display: block;
}
#cookiemsg.niezatwierdzone div.zatwierdzenie.zatwierdzone {
    display: none;
}
#cookiemsg.niezatwierdzone div.zatwierdzenie.niezatwierdzone {
    display: block;
}


body.F1 input[type=radio],
body.F2 input[type=radio] {
	-ms-transform: scale(1.8);
	-moz-transform: scale(1.8);
	-webkit-transform: scale(1.8);
	-o-transform: scale(1.8);
	transform: scale(1.8);
}

body.F1 input[type=checkbox],
body.F2 input[type=checkbox] {
	-ms-transform: scale(2);
	-moz-transform: scale(2);
	-webkit-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
}

body.F1 .panelGlos input[type=radio],
body.F2 .panelGlos input[type=radio],
body.F1 .panelGlos input[type=checkbox],
body.F2 .panelGlos input[type=checkbox] {
	margin-top: 0.45rem;
}

body.F1 .form-check label,
body.F2 .form-check label {
	padding-left: 0.25rem;
}


body.K11,
body.K13 { background-color:#000 !important; }
body.K12 { background-color:#ff0 !important; }

body.K11 .btn-primary,
body.K13 .btn-primary { background-color:#000 !important; border }
body.K12 .btn-primary { background-color:#ff0 !important; }

body.K11 .modal-content,
body.K13 .modal-content { background-color:#000 !important; border }
body.K12 .modal-content { background-color:#ff0 !important; }

body.K11 .alert-danger,
body.K13 .alert-danger { background-color:#000 !important; border }
body.K12 .alert-danger { background-color:#ff0 !important; }

body.K11 .alert-success,
body.K13 .alert-success { background-color:#000 !important; border }
body.K12 .alert-success { background-color:#ff0 !important; }


body.K11 h1,
body.K11 h2,
body.K11 h3,
body.K11 h4,
body.K11 h5,
body.K11 h6,
body.K11 small,
body.K11 strong,
body.K11 label,
body.K11 ol,
body.K11 ul,
body.K11 li,
body.K11 p,
body.K11 .btn-primary,
body.K11 .modal-header,
body.K11 .info,
body.K11 .stopka small a,
body.K11 .form-group label { color: #fff !important; }
body.K11 .form-group.has-success .help-block { color: #33cc00 !important; }



body.K12 h1,
body.K12 h2,
body.K12 h3,
body.K12 h4,
body.K12 h5,
body.K12 h6,
body.K12 small,
body.K12 strong,
body.K12 label,
body.K12 ol,
body.K12 ul,
body.K12 li,
body.K12 p,
body.K12 .btn-primary,
body.K12 .modal-header,
body.K12 .info,
body.K12 .stopka small a,
body.K12 .form-group label { color: #000 !important; }
body.K12 .form-group.has-success .help-block { color: #33cc00 !important; }


body.K13 h1,
body.K13 h2,
body.K13 h3,
body.K13 h4,
body.K13 h5,
body.K13 h6,
body.K13 small,
body.K13 strong,
body.K13 label,
body.K13 ol,
body.K13 ul,
body.K13 li,
body.K13 p,
body.K13 .btn-primary,
body.K13 .modal-header,
body.K13 .info,
body.K13 .stopka small a,
body.K13 .form-group label { color: #ff0 !important; }
body.K13 .form-group.has-success .help-block { color: #33cc00 !important; }

body.K11 .help-block,
body.K12 .help-block,
body.K13 .help-block { color: #f00 !important; }
body.K11 .form-control:focus,
body.K12 .form-control:focus,
body.K13 .form-control:focus { border: 2px solid #33cc00; }
body.K11 .panel.panel-default label,
body.K12 .panel.panel-default label,
body.K13 .panel.panel-default label,
body.K11 .panel.panel-default label small,
body.K12 .panel.panel-default label small,
body.K13 .panel.panel-default label small {color: #000 !important;}
body.K11 .panel.panel-primary label,
body.K12 .panel.panel-primary label,
body.K13 .panel.panel-primary label,
body.K11 .panel.panel-primary label small,
body.K12 .panel.panel-primary label small,
body.K13 .panel.panel-primary label small {color: #fff !important;}




