﻿.map-sidebar-main {
    position: absolute;
    z-index: 1000;
    background-color: #f9fafd;
    height: 100% !important;
    width: 250px;
    overflow-x: hidden;
    top: 0;
}

.map-sidebar-left {
    left: 0;
    box-shadow: 5px 0px 6px -2px #BCBCBC;
}

.map-sidebar-right {
    right: 0;
    box-shadow: -5px 0px 6px -2px #BCBCBC;
}

.map-sidebar-content {
    padding: 10px;
}

.map-sidebar-tab {
    position: absolute;
    z-index: 1001;
    background-color: white;
    cursor: pointer;
    height: 45px;
    width: 45px;
    font-size: 24pt;
    color: #3981bf;
    padding: 6px;
    border-radius: 3px;
}

.panel-sidebar-left-closed {
    box-shadow: 5px 0px 6px 0px #BCBCBC;
}

.panel-sidebar-left-open {
    box-shadow: 5px 0px 6px -2px #BCBCBC;
}
