﻿/*Sidebar*/
.list-group-flush .list-group-item {
    background-color: transparent;
}

#sidebarListGroup .list-group-item.active, .list-group-item:hover {
    border-radius: 5px !important;
}
#sidebarWrapper {
    width: 235px;
    box-shadow: 0.5em 0em 1.5em rgb(0 0 0 / 10%);
    min-height: 100vh;
    background: url("/Images/Background-transparent.png") bottom;
    background-repeat: repeat-x;
    background-color: #e5e5e5;
}
#sidebarWrapper .list-group .list-group-item {
    padding: 0.75rem 0.5rem;
    border: 0px;
}

.sidebarImageSmall {
    width: 33px;
    margin-left: 0px;
}

.sidebarImageLarge {
    width: 165px;
    margin-left: 18px;
}

#sidebarWrapper .custom-menu {
    display: inline-block;
    position: absolute;
    top: 50px;
    left: 215px;
}

#sidebarWrapper .custom-menu {
    display: inline-block;
    position: absolute;
    top: 50px;
    left: 215px;
}

    #sidebarWrapper .custom-menu .btn {
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }

.sidebarBadgeCollapsed {
    position: absolute;
    top: 5px;
    left: 21px;
}
#environmentDisplay {
    opacity: 0.4;
    color: red;
    font-weight: bold;
    pointer-events: none;
    width: 500px;
}
#footer {
    position: sticky;
    padding: 5px 5px 0px 5px;
    bottom: 0;
    width: 100%;
    height: 30px;
    background: #e5e5e5;
    box-shadow: 0px -8px 8px -6px rgba(0,0,0,.5);
    z-index: 900;
    /*0px (make the shadow in center adjust it to get right and left-sided shadow), -8px (height of the shadow),8px (hardness of the shadow), -6px (opacity of the shadow)*/
}
.center {
    text-align: center;
    font-size:small;
}

