.sidebar .resizer {
    width: 5px;
    height: 100%;
    background: transparent;
    position:absolute;
    right: 0;
    top: 0;
    cursor: w-resize;
}

.sidebar{
    position: fixed;
    top: 40px;
    left: 26px;
    bottom: 0px;
    width: 250px;
    min-width: 250px;
    max-width: 500px;
    border-right: 1px solid #D6D6D6;
    -moz-box-shadow: 0 0 2px 0 #C3C3C3;
    -webkit-box-shadow: 0 0 2px 0 #C3C3C3;
    box-shadow: 0 0 2px 0 #C3C3C3;
    background: #FAFAFA ;
    cursor: default; 
    z-index: 3;
    padding: 0px;
    margin: 0px;
}

.sidebar .sb-items{
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.sidebar ul{
    padding: 0px;
    margin: 0px;
    cursor: default;
}

.sidebar li{
    height: 1.9em;
    padding: 0px 10px 0px 15px;
    border: 1px solid #FAFAFA;
    cursor: pointer;
    list-style: none;
    line-height: 1.9em;
    color: #000052;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.sidebar li:hover{
    color: #FFFFFF;
    background:  #0c2340;
    cursor:pointer;
}

.sidebar li:active{
    width: 197px;
    background:  url(../../images/bg_blue3.gif) repeat-x;
    cursor:pointer;
}

.sidebar li a{
    text-decoration: none;
    width: 145px;
}

.sidebar h2 {/* Category / title  */
    margin: 32px 0;
    padding: 0px 20px 0px 15px;
    text-shadow: 0px 1px 1px #ccc;
    white-space: pre-wrap !important;
}

.sb1 { /*separator */
    margin: 5px 2px 5px 2px;
    border-top: 1px solid #C5C5C5;
}

.sb2 /*Selected item*/{
  width: 225px;
  background:  #C1D2EE;  
}

.sidebar li:visited{background:  #C1D2EE; }

#opensb{
/*    position: fixed;
    top: 32px;
    left: 0px;
    bottom: 0px;
    bottom: 2px;
    width: 25px;
    border-right: 1px solid #C5C5C5;
    background: #FAFAFA url(../images/menu_indent.gif) repeat-y left top;
    cursor: pointer; 
    z-index: 1;*/

    position: fixed;
    z-index: 2;
    width: 25px;
    background: #ECEDEF;
    top: 40px;
    bottom: 0;
    left: 0px;
    /*border-right: 1px solid #E9E9E9;*/
    border-right: 1px solid #D6D6D6;
/*    -moz-box-shadow: inset 10px 0 0 #C3C3C3;
    -webkit-box-shadow: inset 0px 0px 10px 0px #C3C3C3;
    box-shadow: inner 0px 0px 10px 0px #C3C3C3;*/
}


#owner{
    position: fixed;
    bottom: 90px;
    left: -61px;
    cursor: pointer; 
    z-index:2000;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 12px;
    font-family: Arial;
    color: #A9A9A9;
}

#imgclose{
    position: fixed;
    font-size: 10px;
    top: 80px;
    left: 9px;
    cursor: pointer; 
    z-index: 5;  
}

#imgopen{
    position: fixed;
    font-size: 10px;
    top: 80px;
    left: 9px;
    cursor: pointer; 
    z-index: 5;
    display: none;
}

#closesb{
    position: fixed;
    top: 32px;
    left: 0px;
    bottom: 0px;
    bottom: 2px;
    width: 25px;
    background: #FAFAFA;
    cursor: pointer; 
    z-index: 1;
}

.sidebar-menu{
    top: 0px;
    left: 0px;
    color: #FFFFFF;
    background-color: #333333 !important;
    list-style: none;
    margin-top: 40px;
    margin-left: 25px;
    padding: 0;
    width: 100%;
    position: fixed;
    z-index:500;
    display:none;
    white-space: nowrap;
    overflow: hidden;
}

.sidebar-menu a{
    color: #C5C5C5;
    font-size: 14px;
    text-decoration: none;
    font-family: SegoeUILight;
}

.sidebar-menu a:hover, .sidebar-menu a:focus{
    color: #FFFFFF;
    text-decoration: none;
}

.sidebar-menu li.main-label {
    padding: 10px 25px 10px 15px;
    font-size: 12px;
    font-family: Arial;
}

.sidebar-menu > li > a {
    padding: 12px 5px 12px 15px;
    display: block;
}

.sidebar-menu > li > a > .fa{
    width: 20px;
}


#btnBoxGetMap {
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: 50px;
    right: 10px;
}


#sbar_right /*coordinates*/{
    font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
    position:fixed;
    text-align:right;
    color: #404040;
    right: 5px;
    bottom: 0px;
}

#sbar_left{
    font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
    position:absolute;
    color: #404040;
    left: 5px;
    bottom: 0px;
    margin-left: 282px;
    cursor: pointer;
}