@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,700,600,400italic&subset=latin,latin-ext);
html, body {
  padding:0;
  margin:0;
  min-height:100vh;
  height:100%;
}
body {
  width: 100%;
  margin: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size:14px;
  line-height:18px;
  min-height:100vh;
  color:#181717;
  overflow:hidden;
}
a, img {
  text-decoration:none;
  border:0;
  vertical-align:middle;
}
input, textarea, button, select {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size:14px;
  line-height:18px;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .1s ease-out;
  -moz-transition: all .1s ease-out;
  -o-transition: all .1s ease-out;
  transition: all .1s ease-out;
}
#fancybox-lock, #fancybox-lock *, .fancybox-overlay *, #fancybox-thumbs *, .noAnimate *, .noAnimates, .datepicker {
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
*:focus {
  outline:0;
}
.c {
  display:inline-block;
  width:100%;
}
.c:after {
  content:' ';
  clear:both;
  display: inline-block;
}
h1, h2, h3, h4, h5, h6 {
  font-weight:400;
  margin:0;
  padding:0;
}
b, strong {
  font-weight:700;
}
/* podstrona style */
#content, .content_content {
  height:100%;
  width:100%;
  position:relative;
}
/* end podstrona style */

/* nav bar left */
#leftBar {
  position:absolute;
  top:0;
  left:0;
  width:400px;
  height:100%;
  background:#feffff;
  z-index:10000;
  -webkit-box-shadow: 0 0 46px 0 rgba(0,0,0,0.24);
  box-shadow: 0 0 46px 0 rgba(0,0,0,0.24);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#leftBar h1 {
  font-size:16px;
  line-height:21px;
  text-align:center;
  letter-spacing:3px;
  padding-top:20px;
  display:block;
}
.imgCont {
  margin-top:20px;
  display:inline-block;
  width:100%;
  font-size:0;
  text-align:center;
}
.imgContLeft, .imgContRight {
  margin:auto;
  display:block;
  font-size:0;
}
.imgContLeft {
  text-align:center;
}
.imgContRight {
}
.imgLogo{
  margin:0 10%;
}

.imgContLeft img {
  width:auto;
  height:130px;
}
.titleApi {
  position:absolute;
  left:0;
  top:0;
  z-index:2;
  width:100%;
  background:#feffff;
}

/* mapa style */
#rightCont {
  height:100%;
  width:100%;
  position:relative;
}
#mapid {
  width:100%;
  height:100%;
}
#porownajMap, #pobierzGroup {
  position: absolute;
  z-index: 9999;
  bottom: 110px;
  right: 10px;
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px;
  padding: 4px 0px;
  background: rgb(254, 255, 255);
  border-radius: 2px;
  cursor:pointer;
  width:26px;
  text-align:center;
}
#pobierzGroup {
  bottom: 146px;
}
#porownajMap:hover, #pobierzGroup:hover {
  background:#f4f4f4;
}
/* end mapa style */

/* content bar */
#contentApi {
  padding-top:220px;
  padding-bottom:0px;
  height:100%;
  width:100%;
}
.contentApi {
  height:100%;
  width:100%;
  overflow:hidden;
  position:relative;
}
#loaderCont {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(255,255,255,0.7);
  display:none;
  z-index:10;
}
#loaderCont .table {
  display:table;
  width:100%;
  height:100%;
}
#loaderCont .table div {
  display:table-cell;
  height:100%;
  vertical-align:middle;
}
#loaderCont img {
  display:block;
  margin:auto;
  width:30px;
  height:30px;
}
/* end content bar */
/* footer bar */
#titleApiBottom {
  position:absolute;
  height:25px;
  bottom:0;
  left:408px;
  z-index:2;
  text-align:left;
  width:250px;
}
#titleApiBottom a {
  display:inline-block;
  width:60px;
  margin:0 4px;
}
#titleApiBottom a img {
  display:block;
  width:62px;
  height:auto;
  margin:auto;
}
/*end footer bar */
/* lista licznikow */
.search {
/*    display: none; */
  padding:0;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  z-index:9;
  height:42px;
}
.inputSearch {
    display: none;
  position:absolute;
  left:0;
  width:100%;
  padding:0 20px;
  top:0;
  z-index:9;
}
.search input {
  display:block;
  width:100%;
  background:#f6f6f6;
  border:1px solid #d8d8d8;
  padding:10px 20px 10px 45px;
  font-size:14px;
  line-height:20px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.search input:focus {
  padding:10px 20px;
  border-color:#00aeef;
}
.search img {
  position:absolute;
  top:12px;
  left:35px;
  display:block;
  width:20px;
  height:20px;
}
#searchCont {
  height:100%;
  padding-top:65px;
  overflow:hidden;
  position:relative;
}
.searchCont {
  height:100%;
  width:100%;
  overflow:hidden;
}
#searchCont ul {
  margin:0px 0 0 0;
  padding:0px 0 0 0;
  display:block;
  list-style:none;
}
#searchCont ul li {
  display:block;
  padding:15px 28px 15px 40px;
  position:relative;
  border-top:1px solid #eaeaea;
  font-size:16px;
  line-height:20px;
  letter-spacing:1px;
  cursor:pointer;
  font-weight:600;
}
#searchCont ul li:hover {
  background:#e4f8ff;
}
#searchCont ul li:after {
  position:absolute;
  right:20px;
  top:15px;
}
#searchCont ul li:last-of-type {
  border-bottom:1px solid #eaeaea;
}
#searchCont ul li i {
  display:block;
  width:7px;
  height:7px;
  position:absolute;
  left:20px;
  top:22px;
}
#searchCont ul li i.listYellow {
  background:#ffe400;
}
#searchCont ul li i.listPink {
  background:#ec008c;
}
#searchCont ul li i.listBlack {
  background:#000000;
}
#searchCont ul li i.listBlue {
  background:#00aeef;
}
.buttonCont {
  margin-top:15px;
  display:none;
}
.buttonCont button:last-of-type {
  margin-left:5px;
}
/* end lista licznikow */

.bn {
  display:inline-block;
  padding:10px 15px;
  cursor:pointer;
  border:0;
  font-size:14px;
  line-height:18px;
  font-weight:400;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  letter-spacing:0
}
.bn:before {
  margin-right:8px;
}
.bnGrey {
  background:#868686;
  color:#fff;
}
.bnGrey:hover {
  background:#575757;
}
.bnBlue {
  background:#00aeef;
  color:#fff;
}
.bnBlue:hover {
  background:#0097cf;
}
.btnRapPobierz span{
  margin-right:5px
}
/* scroll css */
#searchConta {
  height:100%;
  overflow:hidden;
  position:relative;
}
#searchCont:after {
  position:absolute;
  bottom:0px;
  width:100%;
  height:2px;
  left:0;
  background:#eaeaea;
  content:' ';
  display:block;
}
#searchCont:before {
  position:absolute;
  top:64px;
  width:100%;
  height:2px;
  left:0;
  background:#eaeaea;
  content:' ';
  display:block;
}
/* end scroll css */
/* hide bar */
#hideBar {
  position:absolute;
  right:-22px;
  top:10px;
  background:#feffff;
  width:22px;
  padding:15px 0;
  text-align:center;
  -webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
  box-shadow:0px 1px 4px rgba(0,0,0,0.3);
  cursor:pointer;
  z-index:1;
  border-radius:0 2px 2px 0 !important;
}
#hideBar span {
  font-size: 16px;
  line-height: 20px;
  position:relative;
  left:-1px;
}
#hideBar span.i-right-dir {
  left:0
}
/* end hide bar */
/* search cont */
#searchContInfo {
  position:absolute;
  left:0;
  top:30px;
  width:100%;
  padding:0 20px;
  z-index:8;
  display:none;
}
#searchContInfo ul {
  list-style:none;
  margin:0;
  background:#f9f9f9;
  padding:20px 0px 10px 0px;
  border:1px solid #d8d8d8;
  border-top:0;
  -webkit-border-radius:0 0 10px 10px;
  border-radius:0 0 10px 10px;
  -webkit-box-shadow: 0px 1px 8px rgba(0,0,0,0.2);
  box-shadow:0px 1px 8px rgba(0,0,0,0.2);
}
#searchContInfo ul li {
  padding:8px 20px;
  cursor:pointer;
}
#searchContInfo ul li:hover {
  background:#e4f8ff;
}
/* end search cont */
/* obsluga mapy */
.leaflet-left {
  display:none !important;
}
/* end obsluga mapy */


/* style markerow */
.leaflet-popup-content-wrapper {
  -webkit-border-radius:12px !important;
  border-radius:12px !important;
}
.leaflet-popup-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin:0 !important;
  padding:0px !important;
}
.leaflet-popup-content-wrapper {
  padding:0px !important;
}
.leaflet-popup-content *{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.leaflet-container a.leaflet-popup-close-button {

}
.leaflet-popup-content {
  width:auto !important;
  min-width:380px !important;
}
.leaflet-popup-content table {
  width:100%;
}
.marker-info table.zirCloud tr:first-of-type td {
  border-bottom:0;
}
.marker-info {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #181717;
  width:100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius:12px !important;
  border-radius:12px !important;
}
.marker-info * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.marker-info td {
  padding:6px 8px;
  white-space:nowrap;
  border: 1px solid #d8d8d8;
  border-bottom:0;
  border-left:0;
}
.marker-info td:first-of-type {
  border-left: 1px solid #d8d8d8;
}
.marker-info tr:last-of-type td {
  border-bottom: 1px solid #d8d8d8;
}
.marker-info td.liczba {
  text-align:right;
  font-size:16px;
  line-height:20px;
  font-weight:400;
  padding-left:15px;
  padding-right:15px;
}
.marker-info tr:last-of-type td:last-of-type{
  -webkit-border-radius:0 0 12px 0 !important;
  border-radius:0 0 12px 0 !important;
  border-right:1px solid #d8d8d8 !important;
}
.marker-info tr:last-of-type td:first-of-type{
  -webkit-border-radius:0 0 0 12px !important;
  border-radius:0 0 0 12px !important;
  border-left:1px solid #d8d8d8 !important;
  text-align:center;
}
.marker-info tr:first-of-type td{
  -webkit-border-radius:12px 12px 0 0 !important;
  border-radius:12px 12px 0 0 !important;
  border-bottom:2px solid #d8d8d8;
}
.marker-info td span {
  margin-right:8px;
}
.marker-info .podtitle td {
  border-bottom:2px solid #d8d8d8;
  border-top:3px solid #d8d8d8;
}
.marker-info .podtitle td h3 {
  text-align:center;
  padding:3px 0;
  font-weight:600;
}
.marker-info b {
  font-weight:600;
}
.leaflet-popup {
  position:relative;
}
.leaflet-popup-tip-container {
  margin: 0 auto;
  width: 100%;
  height: 20px;
  position: absolute !important;
  overflow: hidden;
  z-index: 2 !important;
  bottom:-19px !important;
  width:100% !important;
}
.marker-info h2 {
  font-size:26px;
  line-height:30px;
  padding:5px 20px 3px 0;
  color:#00aeef;
}
.marker-info tr:last-of-type td {
  font-size:18px;
  line-height:22px;
  font-weight:600;
  padding:15px 8px;
  border-top:3px solid #d8d8d8;
  border-left:0;
  border-right:0;
  text-align:center;
  color:#ec008c;
}
.marker-info h4 {
  font-size:16px;
  line-height:18px;
  padding-bottom:5px;
}
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  text-align: center;
  width: 23px!important;
  height: 20px;
  font: 21px/19px Tahoma, Verdana, sans-serif !important;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}
/* end style markerow */

/* podglad tablicy */
#tablicaPodglad {
  position:relative;
  height:100%;
}
#tablicaPodglad.fullScreen {
  position:fixed;
  height:100%;
  width:100%;
  background:#fff;
  z-index:10010;
  top:0;
  left:0;
  padding-top:30px;
}
#tablicaPodglad.noAnimateAll {
  -webkit-transition: all 0s ease-in-out !important;
  -moz-transition: all 0s ease-in-out !important;
  -o-transition: all 0s ease-in-out !important;
  transition: all 0s ease-in-out !important;
}
#tablicaPodglad.noAnimateAll *{
  -webkit-transition: all 0s ease-in-out !important;
  -moz-transition: all 0s ease-in-out !important;
  -o-transition: all 0s ease-in-out !important;
  transition: all 0s ease-in-out !important;
}
#tablicaPodglad.fullScreen #podgladHeader {
  top:30px;
}
#tablicaPodglad.fullScreen #podgladHeader .i-angle-left {
  display:none;
}
#tablicaPodglad.fullScreen #podgladHeader h2 {
  padding-left:10px;
}
.pToday {
  background:url('./img/rower.png') -30px bottom no-repeat;
  background-color:#f9f9f9;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(2,2,2,0.15);
  box-shadow: 0 1px 3px 0 rgba(2,2,2,0.15);
  padding:20px;
  margin-top:20px;
}
.pToday p {
  margin:0;
  padding-bottom:5px;
  text-align:center;
  font-weight:600;
}
.pToday table {
  width:280px;
  margin:10px auto 0 auto;
}
.pToday table tr td {
  vertical-align:middle;
  padding-bottom:3px;
}
.pToday table tr td:last-of-type {
  font-size:26px;
  line-height:32px;
  font-weight:600;
  text-align:right;
}
.pToday table tr td:first-of-type {

}
.pToday table tr td span {
  margin-right:8px;
}
#podgladHeader {
  position:absolute;
  left:0;
  top:0;
  padding:0 20px;
  width:100%;
  z-index:2;
}
#podgladHeader hr {
  border-top:0;
  border-bottom:4px solid #3394b4;
  margin:5px 0 0px 0;
  padding:0;
  display:block;
  width:100%;
  border-left:0;
  border-right:0;
}
#podgladHeader h2 {
  display:inline-block;
  font-size:18px;
  line-height:28px;
  font-weight:600;
  letter-spacing:1px;
  position:relative;
  padding-right:65px;
}
#podgladHeader span.i-resize-full-alt-1, #podgladHeader span.i-resize-small-1, #podgladHeader span.i-download, #podgladHeader span.i-chart-area {
  position:absolute;
  right:14px;
  top:0;
  font-size:20px;
  line-height:20px;
  padding:5px 0;
  width:30px;
  text-align:center;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor:pointer;
  border:1px solid transparent;
}
#podgladHeader span.i-chart-area {
  right:14px;
  font-size:18px;
  padding:5px 0;
}
#podgladHeader span.i-shuffle {
  position:absolute;
  right:45px;
  top:0;
  font-size:20px;
  line-height:20px;
  padding:6px 0 4px 0;
  width:30px;
  text-align:center;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor:pointer;
  border:1px solid transparent;
}
#podgladHeader span.i-download {
  position:absolute;
  right:76px;
  top:0;
  font-size:18px;
  line-height:20px;
  padding:7px 0 3px 0;
  width:30px;
  text-align:center;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor:pointer;
  border:1px solid transparent;
}
#podgladHeader span:hover {
  background-color: #f9f9f9;
  border:1px solid #eaeaea;
}
#podgladHeader span:active {
  -webkit-box-shadow:inset 0 1px 3px 0 rgba(2,2,2,0.15);
  box-shadow:inset 0 1px 3px 0 rgba(2,2,2,0.15);
}
#podgladHeader a {
  display:inline-block;
  font-size:20px;
  line-height:20px;
/*  width:20px; */
  text-align:center;
  position:relative;
  top:-3px;
  padding:2px 4px;
  cursor:pointer;
  color:#181717;
}
#podgladHeader a:hover {
  color: #00aeef;
}
.draw {
  padding:20px 20px 30px 20px;
}
.draw p {
  position:absolute;
  padding:0;
  margin:0;
}
#tablicaCont {
  height:100%;
  overflow:hidden;
  position:relative;
}
#tablicaContScroll {
  height:100%;
  overflow:hidden !important;
  padding:0px 20px 0 20px;
  position:relative;
}
.tablicaCont {
  height:100%;
  overflow:hidden;
  position:relative;
  padding:38px 0px 0 0px;
  width:100%;
}
.draw {
  position: relative;
  height:100%;
  width:100%;
}

.draw > canvas {
}
.yAxis {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
  position: relative;
  left:6px;
  top:0;
  height:100%;
  text-align:center;
}
.xAxis {
  display: inline-block;
  position: relative;
  left:0px;
  bottom:8px;
  width:100%;
  text-align:center;
}
.drawCont {
  height:270px;
  width:100%;
  background-color:#f9f9f9;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(2,2,2,0.15);
  box-shadow: 0 1px 3px 0 rgba(2,2,2,0.15);
  margin-top:30px;
}
.drawCont > div {
  width:100%;
  height:100%;
  position: relative;
}
.lastDrawCont {
  margin-bottom:20px;
}
/* legenda */
#legend {
  position:absolute;
  z-index:9999;
  bottom:26px;
  right:10px;
  padding:5px 8px;
  background:#feffff;
  border-radius: 2px;
  box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
}
#legend img {
  width:20px;
  height:auto;
  margin-right:5px;
}
#legend table {
  width:100%;
}
#legend table tr:first-of-type td {
  padding-bottom:5px;
}
.leaflet-bar {
  border-radius: 2px !important;
  box-shadow: 0px 1px 4px rgba(0,0,0,0.3) !important;
}
.leaflet-container a {
  color:#181717 !important;
}
.leaflet-bottom.leaflet-right {
  width:225px !important;
  text-align:center !important;
  height:17px !important;
}
#cookies {
  position:absolute;
  z-index:9999;
  bottom:0px;
  right:204px;
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 11px;
  background: rgba(255, 255, 255, 0.7);
}
#cookies a {
  color: #181717 !important;
  padding: 0 5px;
}
#cookies a:hover {
  text-decoration:underline;
}
/* end legenda */
#contentc {
  height:100%;
}
/* pobieranie statystyk */
#pobierzStat {
  display:block;
  width:100%;
  background-color:#f9f9f9;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(2,2,2,0.15);
  box-shadow: 0 1px 3px 0 rgba(2,2,2,0.15);
  padding:20px 10px;
}
#pobierzStat p {
  margin:0px 0 10px 0;
  display:block;
  padding:0;
}
.interval, .zakres {
  margin-bottom:15px;
  padding-bottom:15px;
  border-bottom:1px solid #eaeaea;
}
.fileKind img {
  height:25px;
  margin:0 5px 0 5px;
}
.fileKind label {
  display:inline-block;
  margin:0 5px;
  cursor:pointer;
}
.interval label {
  display:inline-block;
  margin:0 3px;
  cursor:pointer;
}
.interval {
  text-align:center;
}
#inputDate {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #d8d8d8;
  padding: 10px 20px 10px 20px;
  font-size: 14px;
  line-height: 20px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-align:center;
}
.btnRap {
  margin-top:15px;
  padding-top:15px;
  border-top:1px solid #eaeaea;
  text-align:right;
}
/* end pobieranie statystyk */
/* porownywarka */
#porownywarka {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.6);
  z-index:10009;
  display:none;
}
#porownywarka #tablicaContScroll, .tabelaPodgladPuste {
  padding:0 5px;
}
#porownywarka .tablicaCont {
  padding-top:0px;
}
.porownywarka {
  display:block;
  margin:auto;
}
#porownywarkaCont {
  display:block;
  margin:auto;
  width:100%;
  height:100%;
  background: #feffff;
  -webkit-box-shadow: 0 0 46px 0 rgba(0,0,0,0.24);
  box-shadow: 0 0 46px 0 rgba(0,0,0,0.24);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border:1px solid #eaeaea;
  position:relative;
}
.porownywarkaHeader {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  background:#f9f9f9;
  border-bottom:1px solid #eaeaea;
  z-index:2;
}
.porownywarkaHeader h2 {
  padding:20px 20px 20px 20px;
  font-weight:600;
  text-align:center;
  font-size: 22px;
  line-height: 26px;
}
.porownywarkaHeader h4 {
  font-weight:600;
  font-size:16px;
  line-height:20px;
  text-align:center;
}
.porownywarkaHeader input{
  display: block;
  width: 250px;
  margin:auto;
  background: #feffff;
  border: 1px solid #d8d8d8;
  padding: 10px 10px 10px 10px;
  font-size: 14px;
  line-height: 20px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-align:center;
}
.porownywarkaHeader input:focus {
  border-color:#00aeef;
}
.inputContPor {
  margin:15px 0 20px 0;
}
#porownywarkaCont_ {
  height:100%;
  padding-top:66px;
  overflow:hidden;
  position:relative;
}
.contPor {
  display:inline-block;
  max-width:50%;
  width:49.5%;
  height:100%;
  position:relative;
  padding:75px 15px 0 15px;
  vertical-align:top;
}
.contCol {
  position:relative;
  display:block;
  width:100%;
  height:100%;
  vertical-align:top;
}
#porownywarkaCont_scroll {
  height:100%;
  width:100%;
  overflow:hidden;
}
.fullCont {
  height:100%;
  width:100%;
  position:relative;
  overflow:hidden;
}
.fullCont > .ps-container > .ps-scrollbar-y-rail {
  top:0 !important;
}
.fullCont > .ps-container > .ps-scrollbar-x-rail {
  left:0 !important;
  bottom:0 !important;
}
#porownywarkaCont_ #podgladHeader {
  position:relative;
}
.selectPor {
  position:absolute;
  top:0;
}
.selectPor {

}

.selectPor {
  position:absolute;
  left:0;
  top:0;
  padding:0 20px;
  width:100%;
  z-index:2;
}
.selectPor select {
  display:block;
  width:100%;
  padding:10px;
  height:40px;
}
.selectPor hr {
  border-top:0;
  border-bottom:4px solid #3394b4;
  margin:5px 0 20px 0;
  padding:0;
  display:block;
  width:100%;
  border-left:0;
  border-right:0;
}
.selectPor .contentSelect {
    width: 100%;
    height: 36px;
    overflow: hidden;
    border: 1px solid #A9A9A9;
    position: relative;
    background: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-bottom:10px;
    margin-top:20px;
}
.selectPor .contentSelect select {
    background: transparent;
    padding: 5px;
    width: 110%;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 34px;
    -webkit-appearance: none;
    font-size: 14px;
    line-height: 16px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    cursor: pointer;
    padding: 0 0 0 8px;
    vertical-align: middle;
    display: inline-block;
}
.selectPor .contentSelect:after {
    position: absolute;
    right: 0;
    top: 0;
    background: #A9A9A9;
    width: 25px;
    height: 100%;
    line-height: 20px;
    text-align: center;
    z-index: 2;
    color: #fff;
}
.porownywarkaHeader button{
  float:right;
  position:absolute;
  top:20px;
}
.contentSelect:before {
  position:absolute;
  right:0;
  top:0;
  height:100%;
  background:#f9f9f9;
  border-left:1px solid #A9A9A9;
  width:40px;
  padding:8px 0;
  text-align:center;
  font-size:18px;
  line-height:20px;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}
.contentSelect:hover:before {
  color:#00aeef;
}
#closePor {
  position:absolute;
  right:15px;
  top:21px;
  font-size:24px;
  line-height:24px;
  cursor:pointer;
}
#closePor:hover {
  color:#00aeef;
}
#porownywarka #tablicaContScroll #loaderCont .table div {
  vertical-align:top;
  padding-top:50px;
}










#p {
  position:fixed;
  z-index:10010;
  width:100%;
  height:100%;
  left:0;
  top:0;
  background:rgba(0,0,0,0.6);
  display:none;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
.p {
  margin:auto;
  background: #feffff;
  -webkit-box-shadow: 0 0 46px 0 rgba(0,0,0,0.24);
  box-shadow: 0 0 46px 0 rgba(0,0,0,0.24);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #eaeaea;
  position: relative;
}
#pHeader {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  background: #f9f9f9;
  border-bottom: 2px solid #eaeaea;
  z-index: 2;
}
#pHeader h4 {
  padding: 15px 20px 15px 20px;
  font-weight: 600;
  text-align: center;
  font-size: 22px;
  line-height: 26px;
}
#p #pClose {
    position:absolute;
    right:15px;
    top:18px;
    font-size:24px;
    line-height:24px;
    cursor:pointer;
}
#p #pClose:hover {
  color:#00aeef;
}

#pContent {
  padding-top:57px;
  height:100%;
  display:inline-block;
  width:100%;
}
#pContent:after {
  content:' ';
  clear:both;
}
#pContent label {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  cursor: pointer;
  font-weight: 400;
  display:block;
  padding: 5px 20px 5px 30px;
  position:relative;
  cursor:pointer;
}
#pContent label input {
  position:absolute;
  left: 7px;
  top: 6px;
}
#pContent label:hover {
  color:#00aeef;
}
#pLeftCont div:first-of-type label {
  margin-top:10px;
}
#pLeft {
  height:100%;
  overflow:hidden;
  position:relative;
}
#pContent .pLeft {
  float:left;
  width:35%;
  min-height:100%;
  padding-left:10px;
  border-right: 1px solid #eaeaea;
  padding-top:41px;
}
.pLeftHeader {
  position:absolute;
  left:0;
  top:0;
  width:100%;
  background: #f9f9f9;
  border-bottom: 1px solid #eaeaea;
}
.pLeftHeader h5 {
  font-weight:600;
  font-size: 16px;
  line-height: 20px;
  padding:10px 20px;
  text-align:center;
}
#pContent .pRight {
  padding-left:35%;
  height:100%;

}
#pContent #pRightCont {
  padding-left:20px;
  padding-right:20px;
  height:100%;
  overflow:hidden;
  position:relative;
}
#pContent #pLeftCont {
  height:100%;
  width:100%;
  overflow:hidden;
  position:relative;
  padding-right:20px;
}
.loaderCont {
  position:absolute;
  z-index:1;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(255,255,255,0.7);
  display:none;
}
#pRight {
  position:relative;
  height:100%;
  width:100%;
}
.loaderCont .table {
    display: table;
    width: 100%;
    height: 100%;
}
.loaderCont .table div {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.loaderCont img {
    display: block;
    margin: auto;
    width: 30px;
    height: 30px;
}
.tabelaPodgladPuste .pToday {
  margin-top:0;
  padding: 57px 0;
}
.tabelaPodgladPuste {
  padding-top:20px
}
/* end porownywarka */



/* pobieranie grupowe */
#s {
  position:fixed;
  z-index:10010;
  width:100%;
  height:100%;
  left:0;
  top:0;
  background:rgba(0,0,0,0.6);
  display:none;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
.s {
  margin:auto;
  background: #feffff;
  -webkit-box-shadow: 0 0 46px 0 rgba(0,0,0,0.24);
  box-shadow: 0 0 46px 0 rgba(0,0,0,0.24);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #eaeaea;
  position: relative;
}
#sHeader {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  background: #f9f9f9;
  border-bottom: 2px solid #eaeaea;
  z-index: 2;
}
#sHeader h4 {
  padding: 15px 20px 15px 20px;
  font-weight: 600;
  text-align: center;
  font-size: 22px;
  line-height: 26px;
}
#s #sClose {
    position:absolute;
    right:15px;
    top:18px;
    font-size:24px;
    line-height:24px;
    cursor:pointer;
}
#s #sClose:hover {
  color:#00aeef;
}

#sContent {
  padding-top:57px;
  height:100%;
  display:inline-block;
  width:100%;
}
#sContent:after {
  content:' ';
  clear:both;
}
#sContent .sLeft label {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  cursor: pointer;
  font-weight: 400;
  display:block;
  padding: 5px 20px 5px 30px;
  position:relative;
  cursor:pointer;
}
#sContent .sLeft label input {
  position:absolute;
  left: 7px;
  top: 6px;
}
#sContent .sLeft label:hover {
  color:#00aeef;
}
#sLeftCont div:first-of-type label {
  margin-top:10px;
}
#sLeft {
  height:100%;
  overflow:hidden;
  position:relative;
}
#sContent .sLeft {
  float:left;
  width:35%;
  min-height:100%;
  padding-left:10px;
  border-right: 1px solid #eaeaea;
  padding-top:41px;
}
.sLeftHeader {
  position:absolute;
  left:0;
  top:0;
  width:100%;
  background: #f9f9f9;
  border-bottom: 1px solid #eaeaea;
}
.sLeftHeader h5 {
  font-weight:600;
  font-size: 16px;
  line-height: 20px;
  padding:10px 20px;
  text-align:center;
}
#sContent .sRight {
  padding-left:35%;
  height:100%;

}
#sContent #sRightCont {
  padding-left:20px;
  padding-right:20px;
  height:100%;
  overflow:hidden;
  position:relative;
}
#sContent #sLeftCont {
  height:100%;
  width:100%;
  overflow:hidden;
  position:relative;
  padding-right:20px;
}
.loaderCont {
  position:absolute;
  z-index:1;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(255,255,255,0.7);
  display:none;
}
#sRight {
  position:relative;
  height:100%;
  width:100%;
}
.loaderCont .table {
    display: table;
    width: 100%;
    height: 100%;
}
.loaderCont .table div {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.loaderCont img {
    display: block;
    margin: auto;
    width: 30px;
    height: 30px;
}
#p .drawCont {
  height:350px;
}
#s button[type="submit"]:disabled {
  opacity:0.3;
  cursor:not-allowed;
}
#s button[type="submit"]:disabled:hover {
  background: #868686;
}
/* end pobieranie grupowe */

/* mobile */
#closeBar {
  position:absolute;
  right:10px;
  top:10px;
  font-size: 24px;
  line-height: 24px;
  cursor: pointer;
  display:none;
}
#menuMobile {
  position:absolute;
  z-index: 9999;
  color:#181717;
  left:10px;
  top:10px;
  box-shadow: 0px 1px 4px rgba(0,0,0,0.3) !important;
  padding: 8px 0px;
  background: rgb(254, 255, 255);
  border-radius: 2px;
  cursor: pointer;
  width: 38px;
  text-align: center;
  font-size:30px;
  display:none;
}
@media (max-width: 640px) {
  body {
    width:100%;
    height:100%;
    max-height:100%;
    max-width:100%;
  }
  #leftBar {
    width:100%;
  }
  #hideBar, #titleApiBottom {
    display:none;
  }
  #closeBar {
    display:block;
  }
  #leftBar h1 {
    padding-top:11px;
    text-align:left;
    padding-left:10px;
    letter-spacing: 1px;
  }
  .imgContLeft img {
    max-width:100px;
  }
  .imgContRight img {
    height:25px;
    margin-left:10px;
  }
  .imgContLeft, .imgContRight {
    width:auto;
  }
  .imgContLeft {
    padding-left:10px;
  }
}
