html, 
body {
    height: 100%;
}
#mapid, #content, .wrapper { height: 100%; }

#mapid{
    width:100%;
}

.btn.visible-item{
    text-align: left;
    cursor: pointer;
}
#sidebar .hamburger{
    position: absolute;
    top: 20px;
    left: 245px;
    z-index:1010;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,top 0.15s ease-in-out,left 0.15s ease-in-out!important;
    
}

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

.text-small{
    font-size:75%;
}
#sidebar {
    min-width: 300px;
    max-width: 300px;
    background: #007bd7;
    color: #fff;
    transition: all 0.2s;
}

#sidebar.active {
    margin-left: -300px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #005C9D;
}

.sidebar-header span{
    font-size: 1.5rem;
}


#content {
    width: 100%;
    padding: 0px;
    min-height: 100vh;
    transition: all 0.2s;
}

#sidebar.active .hamburger {
    left: 10px;    
}


.contact .fa{
    width: 40px;
    padding-left: 20px;
}


@media (max-width: 768px) {
    #sidebar {
        margin-left: 0;
    }
    #sidebar.active {
        margin-left: -300px;
    }
    #sidebarCollapse span {
        display: none;
    }
}


.sidebar-content{
    overflow-y: auto;
    overflow-y:overlay;
}

.modal-body img:not(.image){
    max-width:100%;
}

.sidebar-content{
    padding:8px;
}

.d-flex-soft{
    display:flex;
}

::-webkit-scrollbar {
    width: 14px;
    height: 18px;
}
::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}
::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}
::-webkit-scrollbar-corner {
    background-color: transparent;
}