
.white-link, .white-link:link, .white-link:visited { color:white!important }
.white-link:hover { color:#c4dce8!important }

#sidebar {
    position: fixed;
    left: 0;
    top: 84px;
    bottom: 0;
    width: 200px;
    background: var(--body-bg);
    border-right: 1px solid var(--hairline-color);
}

#sidebar-header {
    width: auto;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--header-bg);
    color: #ffc;
    overflow: hidden;
}

#sidebar-header .brand-img {
    height: 22px;
}

#sidebar-headline {
    height: 36px;
    background-color: var(--breadcrumbs-bg);
    display: flex;
    justify-content: center;
    align-items: center;
}

#sidebar-headline > p {
    margin: 0;
    color: white;
}

#sidebar-content {
    padding: 10px 0;
}

#sidebar-content-header {
    padding: 0 10px 10px;
}

#sidebar-content-header > img { height: 60px }

#sidebar-content .menu {
    margin: 0;
    padding: 0;
}

#sidebar-content .menu-title {
    margin: 20px 0 0;
    padding: 5px 10px;
    font-size: 14px;
}

#sidebar-content .menu > li {
    list-style-type: none;
    padding: 0 10px;
    /* color: rgba(255, 255, 255, 0.65); */
    /* border-bottom: 1px solid #eaeaea; */
}
#sidebar-content .menu > li:hover {
    background-color: var(--darkened-bg);
}
#sidebar-content .menu > li.active {
    background-color: var(--primary);
}
#sidebar-content .menu > li.active > a { color: white }

#sidebar-content .menu > li > a {
    display: block;
    font-size: 16px;
    line-height: 32px;
    height: 32px;
}

#sidebar-content .menu > li > a:focus {
    text-decoration: none
}

#sidebar-content .menu li .fas {
    font-size: 15px;
    min-width: 16px;
    text-align: center;
}

/** Reescrevendo padrão do django-admin **/
#header.is-fixed {
    padding: 0 40px;
    height: 48px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10000;
}

.breadcrumbs {
    position: fixed;
    right: 0;
    left: 0;
    top: 48px;
    z-index: 10000;
}

/* #container.has-sidebar {
    margin-left: 200px;
    width: calc(100% - 200px);
} */

#body-container.has-sidebar {
    margin-top: 84px;
    margin-left: 200px;
    width: calc(100% - 200px);
}
