#title h1 {
  color : #CE1F2D;
}

#mini-dock h3,
#bottom-dock,
#right-dock,
#dock{
	background: rgba(54, 69, 79, 0.85);
}

#loading p {
  display: none;
}
#loading {
  background-image: url(/nowytarg/index.php/view/media/getMedia?repository=siepraw&project=zmiana_mpzp&path=media%2Fthemes%2Fdefault%2Fcss%2F/img/loading.gif);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  /* background-image: url(/nowytarg/index.php/view/media/getMedia?repository=siepraw&project=zmiana_mpzp&path=media%2Fthemes%2Fdefault%2Fcss%2F/img/ZBiAS-logo.png); */
  /* background-repeat: no-repeat; */
  /* background-size:contain; */
  /* background-origin:content-box; */
  /* background-position-x: center; */
  /* background-position-y: center; */
}

#switcher button.btn.active,
#tmLayers button.btn.active{
  background-color : #36454F;
}
#dock .tree button.checkbox,
#right-dock .tree button.checkbox,
#switcher .tree button.checkbox,
#dock .tree button.checkbox,
#right-dock .tree button.checkbox,
#bottom-dock .tree button.checkbox,
#mini-dock .tree button.checkbox
{
  border: 2px solid #36454F;
}

#switcher .tree button.checkbox.checked,
#dock .tree button.checkbox.checked,
#right-dock .tree button.checkbox.checked,
#bottom-dock .tree button.checkbox.checked,
#mini-dock .tree button.checkbox.checked,
#tmLayers .tree button.checkbox.checked
{
  background-color: #183441;
  background-position : -48px -80px;
}
#switcher .tree button.checkbox.disabled,
#dock .tree button.checkbox.disabled,
#right-dock .tree button.checkbox.disabled,
#bottom-dock .tree button.checkbox.disabled,
#mini-dock .tree button.checkbox.disabled,
#tmLayers .tree button.checkbox.disabled {
  background-color : #B3B3B3;
  border: 1px solid #B3B3B3;
}
#switcher .tree button.checkbox.partial.checked{
  background-position: -32px -80px;
}
#sub-dock {
    display: none;
    max-height: 100%;
    z-index: 1001;
    overflow: auto;
    background-color: #36454F;
    background-color: rgba(54, 69, 79,0.7);
    padding: 5px;
    border-left: 1px solid #F0F0F0;
    max-width: 30%;
    align-self: flex-start;
}