/*
body { overflow: hidden; }
.navbar-offset { margin-top: 50px; }
.zoom-top-opened-sidebar { margin-top: 5px; }
.zoom-top-collapsed { margin-top: 45px; }
.mini-submenu{
    display:none;
    background-color: rgba(255, 255, 255, 0.46);
    border: 1px solid rgba(0, 0, 0, 0.9);
    border-radius: 4px;
    padding: 9px;
    */
/*position: relative;*//*

    width: 42px;
    text-align: center;
}
.mini-submenu-left {
    position: absolute;
    top: 60px;
    left: .5em;
    z-index: 40;
}
#map { z-index: 2; }
    .sidebar { z-index: 3; }
    .main-row { position: relative; top: 0; }
    .mini-submenu:hover{
    cursor: pointer;
}
.slide-submenu{
    display: inline-block;
    padding: 0 8px;
    border-radius: 4px;
    cursor: pointer;
}

.result-item-hover{
    background-color: rgb(236, 234, 236)
}

.ui-menu .ui-menu-item{
    z-index:99;
}

._item{
    padding:2px;
}

._item_inner{
    color: #808080;
    font-size: 0.9em;
    display: inline;
    padding-left:2px;
    padding-right:2px;
}

.ui-autocomplete {
    z-index: 99999; */
/* adjust this value *//*

}

#result-page {
    text-align:right;
    padding: 0 10px;
    background-color: #f5f5f5;
    border-color: #ddd;
}

#result-list{
    max-height:420px;
    overflow-y: auto;
}
@media (min-width: 768px){
    .navbar-form .form-control{
        width:350px;
    }
}

@media (min-height: 768px){
    #result-list{
        max-height:450px;
        overflow-y: auto;
    }
}*/

._item_inner{
    color: #808080;
    font-size: 0.9em;
    display: inline;
    padding-left:2px;
    padding-right:2px;
}

ul{
   list-style:none;
   padding-left:20px;
}

td.item{
    background-color: #fbfbfb;
    padding: 15px;
}

#map { position: absolute; top: 50px; bottom: 0px; left: 0px; right: 0px; }

.dim {
    position:absolute;
    height:100%;
    width:100%;
    background-color:#333;
    opacity: 0.2;
    z-index:100;
}

.dimOver{
    z-index:200;
    text-align: center;
}

.dimOverItem{
  position:absolute;
  top:50%;
  left:50%;
  width:500px;
  transform:translate(-50%, -50%);
  z-index:300;
}

.ui-autocomplete {
    z-index: 999999;
}

#left-side-panel{
    margin-top:50px;
    background-color: #f8f8f8;
    border-color: #e7e7e7;
    z-index:999998;
}

#filter{
    width:25%;
    margin-top:50px;
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.gis-default{
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

