 /* avoid pink tiles */
        .olImageLoadError {
            background-color: transparent !important;
        }
		.olControlPanPanel div {
			background-image: url("img/pan-panel.png");
			cursor: pointer;
			height: 18px;
			position: absolute;
			width: 18px;
		}


.olControlLoadingPanel {
background-image:url(../img/loading.gif);
/*left:2%;
top: -1%;*/
left:-23px;
top: -13px;
position: absolute;
width: 100px;
height:100px;
background-position: center;
background-repeat: no-repeat;
display: none;
z-index: 1000;
}
/* gisonowy kolor tla podgladu */
.olControlOverviewMapElement {

    background-color: #ffffff;
    border-color: #0080d5;
    /*border-radius: 1em 0 0 1em;*/
    border-right: thin solid #D0D0D0;
    border-style: solid solid solid;
    border-width: thin;
    padding: 10px 18px 10px 10px;
}

/*popup w warstwach z aplikacji*/
.olPopup {
z-index: 1001 !important;
}

.przycisk {
  color: #0080d5;
  background: white;
  border: 1px solid #0080d5;
  padding: 2px 5px;
  width: 75px;
  cursor: pointer;
}

.jsLogIn-input {
  padding: 1px;
}
