.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}#spajame-popup {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.5);
z-index: 10000;
display: flex;
justify-content: center;
align-content: center;
}
#spajame-popup-cancel {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
#spajame-popup-content {
position: relative;
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
#spajame-popup-content img {
width: 80vw;
max-width: 1200px;
height: auto;
}
@media (max-width: 1400px) {
#spajame-popup-content img {
width: 70vw;
}
}
@media (max-width: 900px) {
#spajame-popup-content img {
width: 90vw;
}
}
#spajame-popup-buttons {
padding: 20px;
width: 80vw;
max-width: 1200px;
height: 80px;
box-sizing: border-box;
flex-direction: row;
background-color: white;
display: flex;
}
@media (max-width: 1400px) {
#spajame-popup-buttons {
width: 70vw;
}
}
@media (max-width: 1200px) {
#spajame-popup-buttons {
padding: 10px;
flex-direction: column;
height: 180px;
}
}
@media (max-width: 900px) {
#spajame-popup-buttons {
width: 90vw;
}
}
#spajame-popup-buttons div {
height: 40px;
line-height: 40px;
text-transform: uppercase;
color: white;
background-color: rgb(220,220,220);
flex: 1;
font-size: 16px;
text-align: center;
font-weight: bold;
cursor: pointer;
}
#spajame-popup-buttons-select {
background-color: #1477bd !important;
margin-right: 40px;
}
#spajame-popup-buttons-info {
margin-right: 40px;
}
@media (max-width: 1200px) {
#spajame-popup-buttons-select {
margin-right: 0;
margin-bottom: 20px;
}
#spajame-popup-buttons-info {
margin-right: 0;
margin-bottom: 20px;
}
}
.custom_parcel_shop_map_init {
cursor: pointer;
margin-left: 10px;
background: transparent;
color: black;
border: none;
padding: 5px;
margin: 0px;
font-weight: inherit;
}
.custom_parcel_shop_map_init.loading.button{
color: black;
padding: 5px;
border: 0px;
margin: 0px;
font-weight: 300;
min-width: min-content!important;
display: inherit;
font-size: .97em;
letter-spacing: .03em;
background: #00000024;
}
#big-canvas {
margin-top: 100px;
width: 600px;
height: 400px;
border: solid 1px red;
}
#ajaxresult {
position: absolute;
left: 0px;
top: 0px;
}
.inv_custom_parcelshop_map {
height: 700px;
width: 650px;
max-height: 100%;
}
.inv_custom_parcelshop_map_container {
display: none;
background: #929ca0;
float: left;
width: 100%;
}
.invelity-custom-parcelshop-box{
display: flex;
flex-direction: column;
flex-wrap:wrap;
justify-content: space-evenly;
align-content: flex-end;
align-items: center;
}
.cart_totals .invelity-custom-parcelshop-box{
justify-content: space-evenly;
align-content: space-between;
align-items: baseline;
}
.invelity-custom-parcelshop-box >div:first-of-type{
display: flex;
align-items: center;
}
.inv_custom_parcelshop_map_section_container {
float: left;
width: 70%;
display: block;
height: 100%;
display: flex;
}
#inv_custom_map_init_container {
background: #4c4c4c;
display: none;
position: fixed;
z-index: 99999;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
}
#inv_custom_map_init_container.show {
display: block;
}
#inv_custom_map_init_container.loading {
display: block;
} #inv_custom_map_init_container.loading:after{
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 100px;
height: 100px;
margin-top: -25px;
margin-left: -25px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin: auto; background: transparent; display: block;' width='200px' height='200px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Cg transform='translate(50,50)'%3E%3Ccircle cx='0' cy='0' r='16.666666666666668' fill='none' stroke='%23182731' stroke-width='4' stroke-dasharray='52.35987755982989 52.35987755982989'%3E%3CanimateTransform attributeName='transform' type='rotate' values='0 0 0;360 0 0' times='0;1' dur='1s' calcMode='spline' keySplines='0.2 0 0.8 1' begin='0' repeatCount='indefinite'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='0' cy='0' r='33.333333333333336' fill='none' stroke='%23a7d4ec' stroke-width='4' stroke-dasharray='104.71975511965978 104.71975511965978'%3E%3CanimateTransform attributeName='transform' type='rotate' values='0 0 0;360 0 0' times='0;1' dur='1s' calcMode='spline' keySplines='0.2 0 0.8 1' begin='-0.5' repeatCount='indefinite'%3E%3C/animateTransform%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
background-size: 100px 100px;
display: block;
}
.inv_custom_parcelshop_pop_up_wrapper {
opacity: 1;
visibility: visible;
position: fixed;
overflow: auto;
z-index: 100001;
width: 100%;
height: 80vh;
top: 0px;
left: 0px;
right: 0px;
text-align: center;
display: block;
width: 80%;
max-height: initial;
overflow: hidden;
top: 5vh;
margin: 0 auto;
padding-top: 45px
}
.inv_custom_parcelshop_list_shops_wrapper{
overflow-y: scroll;
overflow-x: hidden;
}
.inv_custom_parcelshop_pop_up_wrapper .inv_custom_parcelshop_pop_up_container {
display: none;
position: absolute;
z-index: 1000;
background: #fff;
border-bottom: 1px solid #aaa;
border-radius: 4px;
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.inv_custom_parcelshop_pop_up_wrapper .inv_custom_parcelshop_pop_up_container {
opacity: 1;
visibility: visible;
display: inline-block;
outline: currentcolor none medium;
text-align: left;
position: relative;
vertical-align: middle;
width: 100%;
height: 100%;
max-height: 700px;
display: flex;
}
.inv_custom_parcelshop_pop_up_wrapper .inv_custom_parcelshop_map_container {
display: block;
}
.inv_custom_parcelshop_pop-up_list {
float: left;
width: 30%;
padding-top: 2em;
margin-bottom: 0em;
padding-right: 1em;
border-top: 5px solid #1477bd;
display: flex;
height: 100%;
flex-direction: column;
}
.inv_custom_parcelshop_pop-up_list img {
max-width: 75px;
margin-left: 2em;
}
.inv_custom_parcelshop_pop-up_list h6 {
font-size: 18px!important;
color: #333!important;
font-weight: 600!important;
margin-top: 0.5em;
margin-bottom: 0.5em;
margin-left: 2em;
width:80%;
text-transform: none;
}
#close-invelity-custom-parcel-shop-modal {
white-space: nowrap;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
right: 0px;
position: absolute;
top: 10px;
color: white;
cursor: pointer;
font-size: 16px;
}
.inv_custom_parcelshop_pop-up_list .inv_custom_parcelshop_finder_field {
position: relative;
margin-left: 2em;
}
.inv_custom_parcelshop_pop-up_list .inv_custom_parcelshop_finder_field #inv_custom_parcelshop_find {
font-size: 18px;
background: #f3f3f3;
border: 1px solid #d7d7d7;
padding-left: 10px;
padding-right: 25px;
width: 100%;
padding-top: 0.5em;
padding-bottom: 0.5em;
}
.inv_custom_parcelshop_pop-up_list .inv_geolocation {
color: #333171;
font-size: 16px;
font-weight: 600;
margin-left: 2em;
margin-bottom: 1em;
display: block;
margin-top: 0em;
}
.inv_custom_parcelshop_list_shops {
list-style: none;
margin: 0;
height: 500px;
margin-bottom: 10px;
}
.checkbox-custom-label{
display: flex;
}
.inv_custom_parcelshop_list_shop {
border-top: 1px solid #d7d7d7;
border-bottom: 1px solid #d7d7d7;
padding: 0.5em;
padding-left: 2em;
margin-bottom: 0px!important;
}
.inv_custom_parcelshop_list_shop:hover {
background: #f3f3f3;
cursor: pointer;
}
.inv_custom_parcelshop_list_shop.active {
background: #f3f3f3;
}
.inv_custom_parcelshop_list_shop_additional_info {
display: none;
}
.inv_custom_parcelshop_list_shop.active .inv_custom_parcelshop_list_shop_additional_info {
display: block;
}
.inv_custom_parcelshop_list_shop  .inv_custom_parcelshop_list_shop_header{
position: relative;
padding-right: 25px
}
.inv_custom_parcelshop_list_shop .inv_custom_parcelshop_list_shop_header h6 {
font-size: 18px;
font-weight: 600;
color: #333;
margin: 0;
}
.inv_custom_parcelshop_list_shop .inv_custom_parcelshop_list_shop_header p {
font-size: 16px;
color: #6d6d6d;
font-weight: 400;
line-height: 21px;
}
.inv_custom_parcelshop_pick_shop {
background: #1578be;
color: white;
padding: 10px 25px;
}
.inv_custom_parcelshop_pick_shop:hover {
text-decoration: underline;
}
.gg-search {
position: absolute;
top: 1.2em;
right: 1.5em;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: block;
-webkit-transform: scale(var(--ggs, 1));
-ms-transform: scale(var(--ggs, 1));
transform: scale(var(--ggs, 1));
width: 16px;
height: 16px;
border: 2px solid;
border-radius: 100%;
margin-left: -4px;
margin-top: -4px
}
.gg-search::after {
content: "";
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: absolute;
border-radius: 3px;
width: 2px;
height: 8px;
background: currentColor;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 10px;
left: 12px
}
.gg-check-o {
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: relative;
display: block;
-webkit-transform: scale(var(--ggs, 1));
-ms-transform: scale(var(--ggs, 1));
transform: scale(var(--ggs, 1));
width: 22px;
height: 22px;
border: 2px solid;
border-radius: 100px
}
.gg-check-o::after {
content: "";
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: absolute;
left: 3px;
top: -1px;
width: 6px;
height: 10px;
border-color: currentColor;
border-width: 0 2px 2px 0;
border-style: solid;
-webkit-transform-origin: bottom left;
-ms-transform-origin: bottom left;
transform-origin: bottom left;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg)
}
.gg-close-o {
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: relative;
display: block;
-webkit-transform: scale(var(--ggs, 1));
-ms-transform: scale(var(--ggs, 1));
transform: scale(var(--ggs, 1));
width: 22px;
height: 22px;
border: 2px solid;
border-radius: 40px;
margin-left: 10px;;
}
.gg-close-o::after,
.gg-close-o::before {
content: "";
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: absolute;
width: 12px;
height: 2px;
background: currentColor;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
border-radius: 5px;
top: 8px;
left: 3px
}
.gg-close-o::after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg)
}
.gg-pin {
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: relative;
display: block;
-webkit-transform: rotate(45deg) scale(var(--ggs, 1));
-ms-transform: rotate(45deg) scale(var(--ggs, 1));
transform: rotate(45deg) scale(var(--ggs, 1));
width: 18px;
height: 18px;
border-radius: 100% 100% 0 100%;
border: 2px solid;
margin-top: -4px;
margin-right: 10px;
}
.gg-pin::before {
content: "";
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: absolute;
width: 8px;
height: 8px;
border: 2px solid;
top: 3px;
left: 3px;
border-radius: 40px
}
.inv_geolocation label {
display: -webkit-box;
display: -ms-flexbox;
display: flex!important;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
cursor: pointer;
}
#inv_custom_geolocation {
opacity: 0;
width: 0px;
margin:0!important;
display: none;
}
#inv_custom_parcel_shop_picked_shop_name{
display: block;
font-size: 12px;
text-align: left;
}
.gg-chevron-down {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: block;
-webkit-transform: scale(var(--ggs,1));
-ms-transform: scale(var(--ggs,1));
transform: scale(var(--ggs,1));
width: 22px;
height: 22px;
border: 2px solid transparent;
border-radius: 100px;
position: absolute;
right: 0;
top: 0;
color: #182353;
}
.gg-chevron-down::after {
content: "";
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: absolute;
width: 10px;
height: 10px;
border-bottom: 2px solid;
border-right: 2px solid;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
left: 4px;
top: 2px
}
.inv_custom_parcelshop_list_shop.active .gg-chevron-up {
display: block!important;
position: absolute;
right: 0;
top: 0;
color: #182353;
}
.inv_custom_parcelshop_list_shop.active .gg-chevron-down{
display: none;
}
.gg-chevron-up {
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: relative;
display: block;
-webkit-transform: scale(var(--ggs,1));
-ms-transform: scale(var(--ggs,1));
transform: scale(var(--ggs,1));
width: 22px;
height: 22px;
border: 2px solid transparent;
border-radius: 100px
}
.gg-chevron-up::after {
content: "";
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: absolute;
width: 10px;
height: 10px;
border-top: 2px solid;
border-right: 2px solid;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
left: 4px;
bottom: 2px
}
#inv_custom_parcelshop_list_shops .all{
border-top: 1px solid #d7d7d7;
border-bottom: 1px solid #d7d7d7;
padding: 0.5em;
padding-left: 2em;
display: none;
}
#inv_custom_parcelshop_list_shops .all p{
margin: 0px;
color: #333171;
cursor: pointer;
}
@media (max-width: 1100px) {
.inv_custom_parcelshop_pop-up_list{
padding-top: 1em;
}
.inv_custom_parcelshop_pop-up_list h6{
font-size: 15px;
}
.inv_custom_parcelshop_list_shop{
padding-bottom: 5em;
}
.inv_custom_parcelshop_list_shop_additional_info p{
font-size: 12px;
}
}
@media(max-width: 790px){
.inv_custom_parcelshop_pop_up_wrapper{
max-height: 90vh;
top:2%;
}
.inv_custom_parcelshop_pop-up_list{
width: 100%;
}
.inv_custom_parcelshop_map_section_container{
width: 100%;
}
.inv_custom_parcelshop_list_shops{
height: 150px;
}
.inv_custom_parcelshop_pop_up_wrapper .inv_custom_parcelshop_pop_up_container{
flex-direction: column;
}
.inv_custom_parcelshop_list_shop{
padding-bottom: 0px;
}
.inv_custom_parcelshop_map_container{
height: 250px;
max-height: 100%;
}
.inv_custom_parcelshop_pop-up_list h6{
font-size:15px!important;
}
.inv_custom_parcelshop_pop-up_list{
margin-bottom:10px;
}
}.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-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,
.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;
}
.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-tile {
will-change: opacity;
}
.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;
}
.leaflet-zoom-anim .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 {
pointer-events: visiblePainted; pointer-events: auto;
} .leaflet-container {
background: #ddd;
outline: 0;
}
.leaflet-container a {
color: #0078A8;
}
.leaflet-container a.leaflet-active {
outline: 2px solid orange;
}
.leaflet-zoom-box {
border: 2px dotted #38f;
background: rgba(255,255,255,0.5);
} .leaflet-container {
font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
} .leaflet-bar {
box-shadow: 0 1px 5px rgba(0,0,0,0.65);
border-radius: 4px;
}
.leaflet-bar a,
.leaflet-bar a:hover {
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 {
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(//vsetkopreokna.sk/wp-content/plugins/invelity-custom-parcelshop/img/map/layers.png);
width: 36px;
height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
background-image: url(//vsetkopreokna.sk/wp-content/plugins/invelity-custom-parcelshop/img/map/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;
}
.leaflet-control-layers-separator {
height: 0;
border-top: 1px solid #ddd;
margin: 5px -10px 5px -6px;
} .leaflet-default-icon-path {
background-image: url(//vsetkopreokna.sk/wp-content/plugins/invelity-custom-parcelshop/img/map/marker-icon.png);
} .leaflet-container .leaflet-control-attribution {
background: #fff;
background: rgba(255, 255, 255, 0.7);
margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
padding: 0 5px;
color: #333;
}
.leaflet-control-attribution a {
text-decoration: none;
}
.leaflet-control-attribution a:hover {
text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
font-size: 11px;
}
.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;
font-size: 11px;
white-space: nowrap;
overflow: hidden;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: #fff;
background: rgba(255, 255, 255, 0.5);
}
.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 19px;
line-height: 1.4;
}
.leaflet-popup-content p {
margin: 18px 0;
}
.leaflet-popup-tip-container {
width: 40px;
height: 20px;
position: absolute;
left: 50%;
margin-left: -20px;
overflow: hidden;
pointer-events: none;
}
.leaflet-popup-tip {
width: 17px;
height: 17px;
padding: 1px;
margin: -10px auto 0;
-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;
padding: 4px 4px 0 0;
border: none;
text-align: center;
width: 18px;
height: 14px;
font: 16px/14px Tahoma, Verdana, sans-serif;
color: #c3c3c3;
text-decoration: none;
font-weight: bold;
background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover {
color: #999;
}
.leaflet-popup-scrolled {
overflow: auto;
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
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-popup-tip-container {
margin-top: -1px;
}
.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-clickable {
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;
}