.sticky-offset {
    top: 56px;
}

#page-content {
    margin-left: 0;
    margin-right: 0;
}

#sidebar-container {
    min-height: 100%;
    background-color: #333;
    padding: 0;
}


/* Sidebar sizes when expanded and expanded */

.sidebar-expanded {
    width: 230px;
}

.sidebar-collapsed {
    width: 60px;
}


/* Menu item*/

#sidebar-container .list-group a {
    height: 50px;
    color: white;
}


/* Submenu item*/

#sidebar-container .list-group .sidebar-submenu a {
    height: 45px;
    padding-left: 30px;
}

.sidebar-submenu {
    font-size: 0.9rem;
}


/* Separators */

.sidebar-separator-title {
    background-color: #333;
    height: 35px;
    color: rgb(108, 117, 125) !important;
    border-bottom: 0px;
}

.sidebar-action {
    background-color: #333 !important;
    border-bottom: 0px;
    color: rgba(255, 255, 255, 0.55) !important;
}

.sidebar-separator {
    background-color: #333;
    border-bottom: 0px;
    padding-top:0px;
    padding-bottom: 0px;
    height: 10px;
}

.logo-separator {
    background-color: #333;
    height: 60px;
}


/* Closed submenu icon */

#sidebar-container .list-group .list-group-item[aria-expanded="false"] .submenu-icon::after {
    content: " \f0d7";
    font-family: FontAwesome;
    display: inline;
    text-align: right;
    padding-left: 10px;
}


/* Opened submenu icon */

#sidebar-container .list-group .list-group-item[aria-expanded="true"] .submenu-icon::after {
    content: " \f0da";
    font-family: FontAwesome;
    display: inline;
    text-align: right;
    padding-left: 10px;
}