/* Dostosowanie gornego panelu */
#logo{
    background: url(/index.php/view/media/getMedia?repository=uredemotestalfavox&project=demo_ure&path=media%2Fthemes%2Fdefault%2Fcss%2F/img/kfs_finansowanie.png);
    background-size: 45px;
    align-items: center;
    display:block;
    left: 0px;
    margin-top: 5px;
    margin-bottom: 20px;
    margin-left: 10px;
    max-width: 35px;
    min-width: 45px;
    min-height: 35px;
    max-height: 40px;
}

#title{
    background: none;
    top: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
}

#title h1 {
    display: none;
}
  
#title h2 {
    display: block;
}

#header{
    background-color: rgb(129,161,145);
    max-height: 50px;
}

/*#headermenu{
    right: 0px;
    top: 0px;
    margin-top: 10px;
    margin-right: 5px;
    size-adjust: auto;
}*/

/* Ukrycie niepotrzebnych itemow */

.report-btn{
    display: none;
}

lizmap-mouse-position{
    background-color: #fbfdf8b8;
    color: #484848 !important;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
    height: 22px;
    display: -webkit-inline-box;
}

/* podzialka kilometrowa */
#overview-box{
    /* display: none; */
    border: none;
    /* bottom: 80px; */
}

#overview-bar {
    border: none;
    background: white !important;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
    width: 220px;
    height: 80px !important;
    line-height: 12px;
    border-radius: 1em;
    margin-bottom: 25%;
}

lizmap-scaleline .ol-scale-bar {
    z-index: 750;
    bottom: 20px;
    right: 7px;
    left: auto;
    height: 10px;
    padding: 10px 10px;
    border-radius: 4px;
}

#overview-box lizmap-mouse-position {
    display: none;
}

/* Lewy panel dokowalny */
#dock-close{
    background-color: rgb(129,161,145);
}

#dock-content .title{
    color: rgb(51, 51, 51);
}

/* Modyfikacja kontenera z mapą */
#content{
    overflow: hidden;
    margin-top: -10px !important;
}

#map-content {
    margin-left: 0px;
    overflow: hidden;
    bottom: 0px;
}


/* Dostosowanie ikon prawego panelu */
#navbar button.btn.active {
    display: initial;
}

#navbar button.btn{
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
    border-radius: 6px; 
}

#navbar .btn.zoom-out{
    background-color: rgb(129,161,145);
}

#navbar .btn.zoom-in{
    background-color: rgb(129,161,145);
}

#navbar .btn.zoom-extent{
    background-color: rgb(129,161,145);
}

#navbar .btn.zoom{
    background-color: rgb(129,161,145);
}

#navbar .btn.pan{
    background-color: rgb(129,161,145);
}

/* Dostosowanie panelu wyszukiwarki powiatów */
#mini-dock{
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    overflow-x: hidden;
    min-height: auto;
    max-height: 150px;
}

#mini-dock .title{
    color: rgb(51, 51, 51);
}