.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
position: absolute;
left: 0;
top: 0;
}
.leaflet-container {
overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-user-drag: none;
} .leaflet-tile::selection {
background: transparent;
} .leaflet-safari .leaflet-tile {
image-rendering: -webkit-optimize-contrast;
} .leaflet-safari .leaflet-tile-container {
width: 1600px;
height: 1600px;
-webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
display: block;
}  .leaflet-container .leaflet-overlay-pane svg {
max-width: none !important;
max-height: none !important;
}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
max-width: none !important;
max-height: none !important;
width: auto;
padding: 0;
}
.leaflet-container.leaflet-touch-zoom {
-ms-touch-action: pan-x pan-y;
touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
-ms-touch-action: pinch-zoom; touch-action: none;
touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
-ms-touch-action: none;
touch-action: none;
}
.leaflet-container {
-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
filter: inherit;
visibility: hidden;
}
.leaflet-tile-loaded {
visibility: inherit;
}
.leaflet-zoom-box {
width: 0;
height: 0;
-moz-box-sizing: border-box;
box-sizing: border-box;
z-index: 800;
} .leaflet-overlay-pane svg {
-moz-user-select: none;
}
.leaflet-pane         { z-index: 400; }
.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }
.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }
.leaflet-vml-shape {
width: 1px;
height: 1px;
}
.lvml {
behavior: url(#default#VML);
display: inline-block;
position: absolute;
} .leaflet-control {
position: relative;
z-index: 800;
pointer-events: visiblePainted; pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
position: absolute;
z-index: 1000;
pointer-events: none;
}
.leaflet-top {
top: 0;
}
.leaflet-right {
right: 0;
}
.leaflet-bottom {
bottom: 0;
}
.leaflet-left {
left: 0;
}
.leaflet-control {
float: left;
clear: both;
}
.leaflet-right .leaflet-control {
float: right;
}
.leaflet-top .leaflet-control {
margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
margin-left: 10px;
}
.leaflet-right .leaflet-control {
margin-right: 10px;
} .leaflet-fade-anim .leaflet-popup {
opacity: 0;
-webkit-transition: opacity 0.2s linear;
-moz-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
opacity: 1;
}
.leaflet-zoom-animated {
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
}
svg.leaflet-zoom-animated {
will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
-moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
visibility: hidden;
} .leaflet-interactive {
cursor: pointer;
}
.leaflet-grab {
cursor: -webkit-grab;
cursor:    -moz-grab;
cursor:         grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
cursor: move;
cursor: -webkit-grabbing;
cursor:    -moz-grabbing;
cursor:         grabbing;
} .leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
pointer-events: visiblePainted; pointer-events: auto;
} .leaflet-container {
background: #ddd;
outline-offset: 1px;
}
.leaflet-container a {
color: #0078A8;
}
.leaflet-zoom-box {
border: 2px dotted #38f;
background: rgba(255,255,255,0.5);
} .leaflet-container {
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
font-size: 12px;
font-size: 0.75rem;
line-height: 1.5;
} .leaflet-bar {
box-shadow: 0 1px 5px rgba(0,0,0,0.65);
border-radius: 4px;
}
.leaflet-bar a {
background-color: #fff;
border-bottom: 1px solid #ccc;
width: 26px;
height: 26px;
line-height: 26px;
display: block;
text-align: center;
text-decoration: none;
color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
background-position: 50% 50%;
background-repeat: no-repeat;
display: block;
}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
cursor: default;
background-color: #f4f4f4;
color: #bbb;
}
.leaflet-touch .leaflet-bar a {
width: 30px;
height: 30px;
line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
} .leaflet-control-zoom-in,
.leaflet-control-zoom-out {
font: bold 18px 'Lucida Console', Monaco, monospace;
text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
font-size: 22px;
} .leaflet-control-layers {
box-shadow: 0 1px 5px rgba(0,0,0,0.4);
background: #fff;
border-radius: 5px;
}
.leaflet-control-layers-toggle {
background-image: url(//powietrze.malopolska.pl/wp-content/plugins/air-quality-malopolska/assets/leaflet/images/layers.png);
width: 36px;
height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
background-image: url(//powietrze.malopolska.pl/wp-content/plugins/air-quality-malopolska/assets/leaflet/images/layers-2x.png);
background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
width: 44px;
height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
display: block;
position: relative;
}
.leaflet-control-layers-expanded {
padding: 6px 10px 6px 6px;
color: #333;
background: #fff;
}
.leaflet-control-layers-scrollbar {
overflow-y: scroll;
overflow-x: hidden;
padding-right: 5px;
}
.leaflet-control-layers-selector {
margin-top: 2px;
position: relative;
top: 1px;
}
.leaflet-control-layers label {
display: block;
font-size: 13px;
font-size: 1.08333em;
}
.leaflet-control-layers-separator {
height: 0;
border-top: 1px solid #ddd;
margin: 5px -10px 5px -6px;
} .leaflet-default-icon-path { background-image: url(//powietrze.malopolska.pl/wp-content/plugins/air-quality-malopolska/assets/leaflet/images/marker-icon.png);
} .leaflet-container .leaflet-control-attribution {
background: #fff;
background: rgba(255, 255, 255, 0.8);
margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
padding: 0 5px;
color: #333;
line-height: 1.4;
}
.leaflet-control-attribution a {
text-decoration: none;
}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
text-decoration: underline;
}
.leaflet-attribution-flag {
display: inline !important;
vertical-align: baseline !important;
width: 1em;
height: 0.6669em;
}
.leaflet-left .leaflet-control-scale {
margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
margin-bottom: 5px;
}
.leaflet-control-scale-line {
border: 2px solid #777;
border-top: none;
line-height: 1.1;
padding: 2px 5px 1px;
white-space: nowrap;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: rgba(255, 255, 255, 0.8);
text-shadow: 1px 1px #fff;
}
.leaflet-control-scale-line:not(:first-child) {
border-top: 2px solid #777;
border-bottom: none;
margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
border: 2px solid rgba(0,0,0,0.2);
background-clip: padding-box;
} .leaflet-popup {
position: absolute;
text-align: center;
margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
padding: 1px;
text-align: left;
border-radius: 12px;
}
.leaflet-popup-content {
margin: 13px 24px 13px 20px;
line-height: 1.3;
font-size: 13px;
font-size: 1.08333em;
min-height: 1px;
}
.leaflet-popup-content p {
margin: 17px 0;
margin: 1.3em 0;
}
.leaflet-popup-tip-container {
width: 40px;
height: 20px;
position: absolute;
left: 50%;
margin-top: -1px;
margin-left: -20px;
overflow: hidden;
pointer-events: none;
}
.leaflet-popup-tip {
width: 17px;
height: 17px;
padding: 1px;
margin: -10px auto 0;
pointer-events: auto;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
background: white;
color: #333;
box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}
.leaflet-container a.leaflet-popup-close-button {
position: absolute;
top: 0;
right: 0;
border: none;
text-align: center;
width: 24px;
height: 24px;
font: 16px/24px Tahoma, Verdana, sans-serif;
color: #757575;
text-decoration: none;
background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
color: #585858;
}
.leaflet-popup-scrolled {
overflow: auto;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
-ms-zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
width: 24px;
margin: 0 auto;
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
border: 1px solid #999;
} .leaflet-div-icon {
background: #fff;
border: 1px solid #666;
}  .leaflet-tooltip {
position: absolute;
padding: 6px;
background-color: #fff;
border: 1px solid #fff;
border-radius: 3px;
color: #222;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.leaflet-tooltip.leaflet-interactive {
cursor: pointer;
pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
position: absolute;
pointer-events: none;
border: 6px solid transparent;
background: transparent;
content: "";
} .leaflet-tooltip-bottom {
margin-top: 6px;
}
.leaflet-tooltip-top {
margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
left: 50%;
margin-left: -6px;
}
.leaflet-tooltip-top:before {
bottom: 0;
margin-bottom: -12px;
border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
top: 0;
margin-top: -12px;
margin-left: -6px;
border-bottom-color: #fff;
}
.leaflet-tooltip-left {
margin-left: -6px;
}
.leaflet-tooltip-right {
margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
top: 50%;
margin-top: -6px;
}
.leaflet-tooltip-left:before {
right: 0;
margin-right: -12px;
border-left-color: #fff;
}
.leaflet-tooltip-right:before {
left: 0;
margin-left: -12px;
border-right-color: #fff;
} @media print { .leaflet-control {
-webkit-print-color-adjust: exact;
print-color-adjust: exact;
}
}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}.tippy-box[data-theme~=light]{color:#26323d;box-shadow:0 0 20px 4px rgba(154,161,177,.15),0 4px 80px -8px rgba(36,40,47,.25),0 4px 4px -2px rgba(91,94,105,.15);background-color:#fff}.tippy-box[data-theme~=light][data-placement^=top]>.tippy-arrow:before{border-top-color:#fff}.tippy-box[data-theme~=light][data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:#fff}.tippy-box[data-theme~=light][data-placement^=left]>.tippy-arrow:before{border-left-color:#fff}.tippy-box[data-theme~=light][data-placement^=right]>.tippy-arrow:before{border-right-color:#fff}.tippy-box[data-theme~=light]>.tippy-backdrop{background-color:#fff}.tippy-box[data-theme~=light]>.tippy-svg-arrow{fill:#fff}#aq-smogalert-title, #aq-map-title, #aq-list-title, #aq-forecasts-title {
margin: 20px 0;
font-weight: 800;
font-size: 1.1rem;
color: #666;
}
#aq-forecasts-title {
margin-top: 100px;
}
.aq-smogalert {
margin-bottom: 50px;
border-radius: 5px;
}
.aq-smogalert.sa3, .sa3.aq-expan, .sa3.aq-expan + div {
box-shado: 1px 1px 5px #91131e;
border: 1px solid #91131e;
}
.sa3.aq-expand-smogalert:hover {
box-shadow: 1px 1px 5px #91131e;
transition: all .3s ease-in-out;
}
.aq-smogalert.sa2, .sa2.aq-expan, .sa2.aq-expan + div {
box-shado: 1px 1px 5px #f59130;
border: 1px solid #f59130;     
}
.sa2.aq-expand-smogalert:hover {
box-shadow: 1px 1px 5px #f59130;
transition: all .3s ease-in-out;
}
.aq-smogalert.sa1, .sa1.aq-expan, .sa1.aq-expan + div {
box-shado: 1px 1px 5px #ffdc2c;
border: 1px solid #ffdc2c;
}
.sa1.aq-expand-smogalert:hover {
box-shadow: 1px 1px 5px #ffdc2c;
transition: all .3s ease-in-out;
}
.aq-smogalert .aq-expand-smogalert {
display: grid;
grid-gap: 20px;
grid-template-columns: 10px auto 10px;
align-items: center;
font-size: 15px;
color: #666;
padding: 2px 20px;
border-radius: 5px;
cursor: pointer;
}
.aq-smogalert .aq-message {
padding: 5px 20px;
border-radius: 5px;
}
.aq-smogalert div span:first-of-type {
justify-self: center;
font-size: 1.2rem;
font-weight: 800;
}
.aq-smogalert .sa3 span:first-of-type {
color: #91131e;
}
.aq-smogalert .sa2 span:first-of-type {
color: #f59130;
}
.aq-smogalert .sa1 span:first-of-type {
color: #ffdc2c;
}
.aq-smogalert div span:nth-of-type(2) {
line-height: 18px;
}
.aq-smogalert .aq-message {
grid-column: 1/4;
}
.aq-smogalert figcaption {
text-align: center;
font-style: normal;
font-size: 14px;
font-weight: 600;
color: #666;
}
.aq-smogalert-container .hidden, .aq-map-container .hidden, .aq-list-container .hidden {
display: none;
}
.aq-showmore, .aq-showmore-smogalert, .aq-list-showall span:nth-of-type(3) {
display: block;
width: 10px;
height: 10px;
text-indent: -99999em;
overflow: hidden;
background: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMzg0IDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTkyIDM4NGMtOC4xODggMC0xNi4zOC0zLjEyNS0yMi42Mi05LjM3NWwtMTYwLTE2MGMtMTIuNS0xMi41LTEyLjUtMzIuNzUgMC00NS4yNXMzMi43NS0xMi41IDQ1LjI1IDBMMTkyIDMwNi44bDEzNy40LTEzNy40YzEyLjUtMTIuNSAzMi43NS0xMi41IDQ1LjI1IDBzMTIuNSAzMi43NSAwIDQ1LjI1bC0xNjAgMTYwQzIwOC40IDM4MC45IDIwMC4yIDM4NCAxOTIgMzg0eiIgZmlsbD0iIzY2NjY2NiIgY2xhc3M9ImZpbGwtMDAwMDAwIj48L3BhdGg+PC9zdmc+') no-repeat;
}
.aq-showmore.open, .aq-showmore-smogalert.open {
background: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMzg0IDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMzUyIDM1MmMtOC4xODggMC0xNi4zOC0zLjEyNS0yMi42Mi05LjM3NUwxOTIgMjA1LjMgNTQuNiAzNDIuN2MtMTIuNSAxMi41LTMyLjc1IDEyLjUtNDUuMjUgMHMtMTIuNS0zMi43NSAwLTQ1LjI1bDE2MC0xNjBjMTIuNS0xMi41IDMyLjc1LTEyLjUgNDUuMjUgMGwxNjAgMTYwYzEyLjUgMTIuNSAxMi41IDMyLjc1IDAgNDUuMjUtNi4yIDYuMi0xNC40IDkuMy0yMi42IDkuM3oiIGZpbGw9IiM2NjY2NjYiIGNsYXNzPSJmaWxsLTAwMDAwMCI+PC9wYXRoPjwvc3ZnPg==') no-repeat;
}
.aq-map-grid {
display: grid;
grid-gap: 20px;
grid-template-columns: 4fr 1fr;
grid-template-rows: auto;
grid-template-areas:
"map symbols"
"map dataproviders";
line-height: normal;
}
#aq-map {
grid-area: map;
width: 100%;
min-height: 500px;
border: 1px solid #ccc;
border-radius: 5px;
}
.aq-map-container .aq-header {
font-weight: 600;
font-size: smaller;
color:#666;
margin-bottom: 20px;
}
.aq-menu {
grid-area: menu;
}
.aq-menu select { 
width: 100%;
color: #666;
}
.aq-symbols {
grid-area: symbols;
}
.aq-symbols-grid {
display:grid;
grid-template-columns: auto auto 1fr; 
grid-template-rows: 20px;
grid-gap: 10px;
align-items: center;
color:#666;
}
.aq-symbols-grid img {
width: 20px;
height: 20px;
}
.aq-symbols .aq-level {
line-height: 20px;
}
.aq-symbols .aq-level span {
font-size: 25px;
}
.aq-popup-open {
margin: 20px 0;
font-size: 14px;
color: #0d47a1;
cursor: pointer;
}
.aq-popup-open:after {
content: '';
display: inline-block;
width: 15px;
height: 12px;
margin-left: 8px;
background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMzIgMzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIyIDlhMSAxIDAgMCAwIDAgMS40Mmw0LjYgNC42SDMuMDZhMSAxIDAgMSAwIDAgMmgyMy41MkwyMiAyMS41OUExIDEgMCAwIDAgMjIgMjNhMSAxIDAgMCAwIDEuNDEgMGw2LjM2LTYuMzZhLjg4Ljg4IDAgMCAwIDAtMS4yN0wyMy40MiA5QTEgMSAwIDAgMCAyMiA5WiIgZGF0YS1uYW1lPSJMYXllciAyIiBmaWxsPSIjMGQ0N2ExIiBjbGFzcz0iZmlsbC0wMDAwMDAiPjwvcGF0aD48L3N2Zz4=) no-repeat;
}
.aq-popup-open:hover {
text-shadow: 0 0 1px #0d47a1;
transition: all .3s ease-in-out;
}
.aq-popup-open:hover:after {
margin-left: 12px;
transition: all .3s ease-in-out;
}
.aq-dataproviders {
grid-area: dataproviders;
}
.aq-dataproviders-grid {
display:grid;
grid-template-columns: 1fr;
grid-template-rows: 50px 50px 50px;
grid-gap: 10px;
}
.aq-dataproviders .aq-data-source {
display: grid;
grid-template-columns: 20px 1fr;
align-content: center;
justify-items: center;
margin: 0;
padding: 5px;
border: 1px solid #ccc;
border-radius: 5px;
cursor: pointer;
}
.aq-dataproviders .aq-data-source:hover {
border: 1px solid #0d47a1;
transition: all .3s ease-in-out;
}
.aq-dataproviders .aq-data-source.selected {
border: 1px solid #0d47a1;
box-shadow: 1px 1px 5px #ccc;
}
.aq-dataproviders .aq-data-source.selected:hover {
box-shadow: 1px 1px 5px #0d47a1;
transition: all .3s ease-in-out;
}
.aq-data-source-image {
height: 40px;
width: 80px;
display: inline-block;
}
.aq-data-source-gios .aq-data-source-image {
background: url(//powietrze.malopolska.pl/wp-content/plugins/air-quality-malopolska/assets/img/gios.svg) no-repeat;
background-size: contain;
background-position: center;
}
.aq-data-source-pas .aq-data-source-image {
background: url(//powietrze.malopolska.pl/wp-content/plugins/air-quality-malopolska/assets/img/pas.svg) no-repeat;
background-size: contain;
background-position: center;
}
.aq-data-source-life .aq-data-source-image {
background: url(//powietrze.malopolska.pl/wp-content/plugins/air-quality-malopolska/assets/img/malopolska.svg) no-repeat;
background-size: contain;
background-position: center;
}
.aq-dataproviders input[type="checkbox"].aq-checkbox + span,
.aq-dataproviders input[type="checkbox"].aq-checkbox + span::before {
display: inline-block;
vertical-align: middle;
}
.aq-dataproviders input[type="checkbox"].aq-checkbox {
opacity: 0;
position: absolute;
}
.aq-dataproviders input[type="checkbox"].aq-checkbox + span {
background: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUuNzUgM2gxMi41QTIuNzUgMi43NSAwIDAgMSAyMSA1Ljc1djEyLjVBMi43NSAyLjc1IDAgMCAxIDE4LjI1IDIxSDUuNzVBMi43NSAyLjc1IDAgMCAxIDMgMTguMjVWNS43NUEyLjc1IDIuNzUgMCAwIDEgNS43NSAzWm0wIDEuNWMtLjY5IDAtMS4yNS41Ni0xLjI1IDEuMjV2MTIuNWMwIC42OS41NiAxLjI1IDEuMjUgMS4yNWgxMi41Yy42OSAwIDEuMjUtLjU2IDEuMjUtMS4yNVY1Ljc1YzAtLjY5LS41Ni0xLjI1LTEuMjUtMS4yNUg1Ljc1WiIgZmlsbD0iI2NjY2NjYyIgY2xhc3M9ImZpbGwtMjEyMTIxIj48L3BhdGg+PC9zdmc+') no-repeat;
line-height: 20px;
width: 20px;
height: 20px;
}
.aq-dataproviders input[type="checkbox"].aq-checkbox:checked + span {
background: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE4LjI1IDNBMi43NSAyLjc1IDAgMCAxIDIxIDUuNzV2MTIuNUEyLjc1IDIuNzUgMCAwIDEgMTguMjUgMjFINS43NUEyLjc1IDIuNzUgMCAwIDEgMyAxOC4yNVY1Ljc1QTIuNzUgMi43NSAwIDAgMSA1Ljc1IDNoMTIuNVptMCAxLjVINS43NWMtLjY5IDAtMS4yNS41Ni0xLjI1IDEuMjV2MTIuNWMwIC42OS41NiAxLjI1IDEuMjUgMS4yNWgxMi41Yy42OSAwIDEuMjUtLjU2IDEuMjUtMS4yNVY1Ljc1YzAtLjY5LS41Ni0xLjI1LTEuMjUtMS4yNVpNMTAgMTQuNDRsNi40Ny02LjQ3YS43NS43NSAwIDAgMSAxLjEzMy45NzZsLS4wNzMuMDg0LTcgN2EuNzUuNzUgMCAwIDEtLjk3Ni4wNzNsLS4wODQtLjA3My0zLTNhLjc1Ljc1IDAgMCAxIC45NzYtMS4xMzNsLjA4NC4wNzNMMTAgMTQuNDRsNi40Ny02LjQ3TDEwIDE0LjQ0WiIgZmlsbD0iIzBkNDdhMSIgY2xhc3M9ImZpbGwtMjEyMTIxIj48L3BhdGg+PC9zdmc+') no-repeat;
} .aq-overlay {
visibility: hidden;
backdrop-filter: saturate(50%) blur(20px);
backdrop-filter: hue-rotate(90deg) saturate(30%);
backdrop-filter: saturate(30%);
backdrop-filter: brightness(30%);
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh ; 
z-index: 7777;
transition: all .3s ease-in-out;
}
.aq-popup {
visibility: hidden;
width: 80%;
background-color: #fff;
position: absolute;
top: 50px;
left: 10%;
padding: 2rem;
border: solid 1px #ccc;
border-radius: 10px;
z-index: 8888;
transition: all .3s ease-in-out;
}
.aq-overlay.active {
visibility: visible;
transition: all .3s ease-in-out;
}
.aq-popup.active, .aq-popup.active .aq-popup-close {
visibility: visible;
transition: all .3s ease-in-out;
}
.aq-popup .aq-symbols-grid {
grid-template-columns: 20px 20px 1fr;
}
.aq-popup .aq-symbols-desc {
grid-column: 1/4;
margin-bottom: 15px;
}
.aq-popup .aq-header {
font-size: 24px;
margin-bottom: 20px;
}
.aq-popup span.aq-popup-close {
visibility: hidden;
float: right;
font-size: 24px;
font-weight: 800;
color: #888;
cursor: pointer;
}
.aq-popup span.aq-popup-close:hover {
color: #666;
transition: all .3s ease-in-out;
}
.aq-popup button.aq-popup-close {
visibility: hidden;
float: right;
margin-top: 30px;
padding: 10px 30px;
border: solid 1px #ccc;
border-radius: 4px;
background-color: #e4e4e4;
}
.aq-popup button.aq-popup-close:hover {
background-color: #d4d4d4;
transition: all .3s ease-in-out;
}
.aq-list-container {
margin-top: 50px;
}
.aq-search {
display: grid;
grid-template-columns: auto 1fr auto 1fr;
grid-gap: 20px;
align-items: center;
}
.aq-search .aq-header {
font-size: 14px;
font-weight: 600;
color: #666;
padding: 0;
margin: 0;
}
.aq-search label.aq-header {
padding-left: 50px;
}
.aq-search select.change-city-aqmap, .aq-search input#aq-filter {
height: 50px;
border: 1px solid #c4c4c4;
border-radius: 4px;
background-color: #fff;
color: #666;
width: 100%;
}
.aq-search select.change-city-aqmap:focus, .aq-search input#aq-filter:focus {
outline:none;
}
.aq-station {
margin-top: 10px;
border-radius: 5px;
box-shadow: 1px 1px 5px #ccc;
}
.aq-station-grid {
display: grid;
grid-template-columns: 3fr 2fr 100px 5px;
grid-template-areas:
"info data extra showmore";
align-items: center;
cursor: pointer;
padding: 10px 20px;
border-radius: 5px;
}
.aq-station .aq-expand:hover {
box-shadow: 2px 2px 7px #ccc;
transition: all .3s ease-in-out;
}
.aq-station.district-hidden, .aq-station.type-hidden, .aq-station.search-hidden, .aq-station.list-hidden, .aq-list-nodata.hidden {
display: none;
}
.aq-station-info {
grid-area: info;
display: grid;
grid-gap: 10px;
grid-template-columns: auto 30px 130px;
align-items: center;
font-weight: 600;
padding-right: 20px;
}
.aq-station-info .aq-station-city {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: auto auto;
line-height: 16px;
}
.aq-station-info .aq-station-city span {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.aq-station-info .aq-station-city span span {
font-size: 12px;
color: #888;
}
.aq-station-info .aq-station-city .aq-station-location {
margin-top: 6px;
font-size: 12px;
color: #888;
}
.aq-station-info .aq-station-city .aq-station-location:hover {
min-width:100px;
overflow:visible;
z-index:999;
transition: all .3s ease-in-out;
}
.aq-station-info .aq-station-level {
font-weight: 800;
font-size: 18px;
}
.aq-station-data {
grid-area: data;
display: grid;
grid-gap: 5px;
grid-template-columns: repeat(4, 1fr);
font-weight: 800;
line-height: 16px;
}
.aq-station-data span {
font-size: 11px;
font-weight: 600;
color: #888;
}
.aq-station-data span:first-of-type {
display: block;
}
.aq-station-extra {
grid-area: extra;
display: grid;
grid-gap: 5px;
grid-template-columns: 1fr;
grid-template-rows: auto auto;
justify-items: center;
text-align: center;
color: #888;
}
.aq-station-extra .aq-station-time {
margin-top: 4px;
line-height: 10px;
font-size: 9px;
}
.aq-station .aq-showmore {
grid-area: showmore;
position: relative;
right: -5px;
}
.aq-station-charts {
padding: 0 20px;
min-height: 120px;
}
.aq-chart-container {
height: 120px;
}
.aq-chart {
display: grid;
grid-gap: 0.08%;
grid-template-columns: repeat(48,2%);
align-items: end;
padding: 0;
margin: 10px 0;
height: 100px;
border: 1px solid #ddd;
border-radius: 3px;
overflow: hidden;
}
.aq-chart-value {
display: block;
box-shadow: 1px 1px 5px #ccc;
max-height: 100px;
min-height: 5px;
overflow: hidden;
border-radius: 3px 3px 0 0;
transition: all .3s ease-in-out;
}
.aq-chart:has(.aq-chart-value:hover) .aq-chart-value {
opacity: 0.5;
transition: all .3s ease-in-out;
}
.aq-chart-value:hover {
box-shadow: 1px 1px 5px #888;
transition: all .3s ease-in-out;
opacity: 1!important;
}
.aq-chart-value.aqi0 {
background-color: rgba(191, 191, 191, .7);
border: 1px solid #bfbfbf;
}
.aq-chart-value.aqi1 {
background-color: rgba(87, 177, 8, .7);
border: 1px solid #57b108;
}
.aq-chart-value.aqi2 {
background-color: rgba(176, 221, 16, .7);
border: 1px solid #b0dd10;
}
.aq-chart-value.aqi3 {
background-color: rgba(255, 217, 17, .7);
border: 1px solid #ffd911;
}
.aq-chart-value.aqi4 {
background-color: rgba(229, 129, 0, .7);
border: 1px solid #e58100;
}
.aq-chart-value.aqi5 {
background-color: rgba(229, 0, 0, .7);
border: 1px solid #e50000;
}
.aq-chart-value.aqi6 {
background-color: rgba(153, 0, 0, .7);
border: 1px solid #990000;
}
.aq-chart-desc {
position: relative;
top: -110px;
width: fit-content;
padding: 5px 10px;
border: 1px solid #ddd;
border-radius: 3px;
line-height: 9px;
font-size: 10px;
font-weight: 800;
color: #666;
background-color: rgba(255,255,255,.8);
}
.aq-chart-desc span {
display: inline-block;
width: 10px;
height: 9px;
margin-right: 3px;
background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiPjxwYXRoIGQ9Ik01IDEySDNjLTEuMSAwLTIgLjktMiAydjZjMCAxLjEuOSAyIDIgMmgyYzEuMSAwIDItLjkgMi0ydi02YzAtMS4xLS45LTItMi0yek0xMyAyaC0yYy0xLjEgMC0yIC45LTIgMnYxNmMwIDEuMS45IDIgMiAyaDJjMS4xIDAgMi0uOSAyLTJWNGMwLTEuMS0uOS0yLTItMnpNMjEgOGgtMmMtMS4xIDAtMiAuOS0yIDJ2MTBjMCAxLjEuOSAyIDIgMmgyYzEuMSAwIDItLjkgMi0yVjEwYzAtMS4xLS45LTItMi0yeiIgZmlsbD0iIzY2NjY2NiIgY2xhc3M9ImZpbGwtMDAwMDAwIj48L3BhdGg+PC9zdmc+);
background-repeat: no-repeat;
}
.aq-chart-hours {
display: grid;
grid-template-columns: repeat(8,1fr);
font-size: 9px;
color: #888;
position: relative;
margin-top: -30px;
line-height: 10px;
}
.aq-footer {
font-size: 0.8rem;
color: #888;
margin: 50px 0;
}
.aq-list-fog {
background-color: rgba(255,255,255,.8);
position: relative;
top: -60px;
padding-top: 40px;
}
.aq-list-showall {
display: flex;
column-gap: 5px;
flex-wrap: wrap;
justify-content: center;
align-content: center;
width: fit-content;
margin: 0 auto;
padding: 10px 20px;
border-radius: 5px;
border: 1px solid #ccc;
font-size: 14px;
font-weight: 800;
color: #888;
background-color: rgba(255,255,255,1);
cursor: pointer;
}
.aq-list-showall:hover {
box-shadow: 1px 1px 5px #ccc;
color: #666;
transition: all .3s ease-in-out;
}
.aq-forecasts-items {
display: grid;
grid-template-columns: repeat(5,1fr);
grid-gap: 20px;
text-align: center;
border: 0;
}
.aq-forecasts-items input {
display: none;
}
.aq-forecasts-items label {
height: 35px;
display: flex;
flex-wrap: wrap;
align-content: center;
justify-content: center;
padding: 5px;
line-height: 12px;
font-size: 11px;
color:#666;
border-radius: 5px;
border: 1px solid #ccc;
cursor: pointer;
}
.aq-forecasts-items label:hover {
border: 1px solid #0d47a1;
box-shadow: 1px 1px 5px #ccc;
transition: all .3s ease-in-out;
}
.aq-forecasts-items input:checked + label {
border: 1px solid #0d47a1;
box-shadow: 1px 1px 5px #ccc;
font-weight: 800;
cursor: normal;
}
.aq-forecasts-grid {
display: grid;
grid-gap: 20px;
grid-template-columns: 1fr 1fr 1fr;
margin-top: 20px;
}
.aq-forecasts-day {
border-radius: 5px;
box-shadow: 1px 1px 5px #ccc;
overflow: hidden;
}
.aq-forecasts-day p.blank {
margin-top: 50px;
text-align: center;
}
.aq-forecasts-header {
padding: 10px 10px 0 10px;
font-weight: 600;
text-align: center;
}
.aq-forecasts-header span {
font-size: 12px;
color: #666;
}
.tooltipster-sidetip .tooltipster-box {
background: #333;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
border-bottom-color: #333;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
border-left-color: #333;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
border-right-color: #333;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
border-top-color: #333;
}
@media (max-width: 992px) {
.aq-station-info {
grid-template-columns: auto 30px 110px;
}
}
@media (max-width: 768px) {
.aq-map-grid {
grid-template-columns: 1fr 1fr;
grid-template-areas:
"map map"
"symbols dataproviders";
}
.aq-symbols-grid {
grid-template-columns: repeat(2, auto auto 1fr); 
grid-gap: 5px;
font-size: 12px;
}
.aq-dataproviders-grid {
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: 50px;
}
.aq-data-source-image {
height: 30px;
width: 60px;
}
.aq-search {
grid-template-columns: 60px 1fr auto 1fr;
}
.aq-search label.aq-header {
padding-left: 0;
}
.aq-station-grid {
grid-template-columns: 3fr 1fr 10px;
grid-template-areas:
"info extra showmore"
"data data data";
}
.aq-station-data {
padding: 10px 0;
}
.aq-station-data span:first-of-type {
display: inline-block;
}
.aq-station-extra {
justify-self: end;
}
.aq-list-fog {
top: -100px;
padding-top: 80px;
}
.aq-forecasts-items, .aq-forecasts-grid {
grid-gap: 5px;
}
.aq-forecasts-header {
font-size: 14px;
}
.aq-forecasts-header span {
display: block;
}
}
@media (max-width: 500px) {
.aq-map-grid {
grid-template-columns: 1fr;
grid-template-areas:
"map"
"symbols"
"dataproviders";
}
.aq-search {
grid-template-columns: 50px 1fr;
}
.aq-station-grid {
grid-template-columns: 1fr 10px;
grid-template-areas:
"info showmore"
"data data"
"extra extra";
padding: 10px 10px;
}
.aq-station-info {
padding-right: 0;
font-size: smaller;
}
.aq-station-info .aq-station-city {
min-width: 70px;
}
.aq-station-info .aq-station-location {
font-size: smaller;
}
.aq-station-data {
font-size: 14px;
line-height: 12px;
}
.aq-station-data span {
font-size: 10px;
}
.aq-station-data span:first-of-type {
display: block;
}
.aq-station-extra {
grid-template-columns: 1fr 1fr;
grid-template-rows: auto;
}
.aq-station .aq-showmore {
right: 0;
}
.aq-station-charts {
padding: 10px 10px;
}
.aq-chart-value {
border-radius: 1px 1px 0 0;
}
.aq-chart-desc {
font-size: 9px;
}
.aq-chart-hours {
font-size: 6px;
}
.aq-list-fog {
top: -125px;
padding-top: 105px;
}
.aq-forecasts-items {
grid-template-columns: repeat(3,1fr);
grid-gap: 5px;
}
.aq-forecasts-grid {
grid-template-columns: 1fr;
}
}.download-attachments .download-title {
padding-bottom: 0.5em;
}
.download-attachments table {
border-collapse: collapse;
border-spacing: 0;
background-color: transparent;
width: 100%; max-width: 100%;
}
.download-attachments div a,
.download-attachments ul a,
.download-attachments table a {
text-decoration: none;
border: none;
}
.download-attachments table td,
.download-attachments table th {
padding: 8px;
line-height: 1.6;
vertical-align: top;
border-top: 1px solid #ddd;
text-align: left;
}
.da-attachments-list {
list-style: none;
}