﻿.divSpacerForZoomInMore {
    height: 10px;
}

/*#ActiveLayersButton {
    background-image: url(../images/activelayers.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
    background-color: white;
    border: 1px solid silver;
    position: absolute;
    left: 13px;
    top: 134px;
    z-index: 20;
    border-radius: 0px;
}

    #ActiveLayersButton:hover {
        background-color: #eeeeee;
    }*/

/*#ResetMapButton {
    background-image: url(../images/reset.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
    background-color: white;
    border: 1px solid silver;
    position: absolute;
    left: 13px;
    top: 222px;
    z-index: 20;
    border-radius: 0px;
}

    #ResetMapButton:hover {
        background-color: #eeeeee;
    }*/

#ResetMapButton {
    background-image: url(../images/reset.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
    background-color: white;
    border: 1px solid silver;
    position: absolute;
    left: 13px;
    top: 134px;
    z-index: 20;
    border-radius: 0px;
}

    #ResetMapButton:hover {
        background-color: #eeeeee;
    }

#FindLocationButton {
    background-image: url(../images/FindMe20.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
    background-color: white;
    border: 1px solid silver;
    position: absolute;
    left: 13px;
    top: 178px;
    z-index: 20;
    border-radius: 0px;
}

    #FindLocationButton:hover {
        background-color: #e2f1fb;
    }

#divMenuLabelForMobile {
    position: absolute;
    left: 78px;
    top: 16px;
    /*padding:5px;
    border:2px solid silver;
    background-color:lightgoldenrodyellow;*/
    font-weight: bold;
    color: black;
    width: 20px;
    z-index: 10000;
}

.mobileScrollingDiv {
    overflow: auto;
    padding: 5px;
    box-sizing: border-box;
    max-width: 100%; /** fallback width for non -calc browser **/
    box-shadow: 1px 0 0px #efefef, 0px 1px 0px #efefef, -1px 0 0px #efefef, 0px -1px 0px #efefef; /** Fake a border around the scrollbar **/
    border-radius: 0; /** remove border radius to clear scrollbar **/
    vertical-align: -50%;
    border: none;
    /*background-color: lightsalmon;*/
    /*display: inline-block;*/ /**  display as a block **/
    /*white-space: nowrap;*/ /** do not wrap text at all **/
    /*width: 97%;
    border: 1px solid silver;*/
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

::-webkit-scrollbar:vertical {
    width: 10px;
}

::-webkit-scrollbar:horizontal {
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
    border: 2px solid #eee;
}

::-webkit-scrollbar-track {
    background-color: #eee;
}
