.dl-right-nav {
    -ms-flex-order: 2;
    order: 2;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
    font-size: .875rem
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .dl-right-nav {
        position: -webkit-sticky;
        position: sticky;
        top: 5.7rem;
        height: calc(100vh - 4rem);
        overflow-y: auto
    }
}

.section-nav {
    padding-left: 0;
    border-left: 1px solid #eee
}

.section-nav ul {
    padding-left: 1rem
}

.dl-sidebar {
    -ms-flex-order: 0;
    order: 0;
    /*border-bottom: 1px solid rgba(0, 0, 0, .1)*/
}

@media (min-width:768px) {
    .dl-sidebar {
        border-right: 1px solid rgba(0, 0, 0, .1)
    }
    @supports ((position:-webkit-sticky) or (position:sticky)) {
        .dl-sidebar {
            position: -webkit-sticky;
            position: sticky;
            top: /*4rem*/ 0rem;
            z-index: 1000;
            height: calc(100vh - 4rem)
        }
    }
}

@media (min-width:991px) {
    @supports ((position:-webkit-sticky) or (position:sticky)) {
        .dl-sidebar {
            position: -webkit-sticky;
            position: sticky;
            top: /*4rem*/ 4rem;
            z-index: 1000;
            height: calc(100vh - 4rem)
        }
    }
}

@media (min-width:1200px) {
    .dl-sidebar {
        -ms-flex: 0 1 320px;
        flex: 0 1 320px
    }
    @supports ((position:-webkit-sticky) or (position:sticky)) {
        .dl-sidebar {
            position: -webkit-sticky;
            position: sticky;
            top: /*4rem*/ 5.7rem;
            z-index: 1000;
            height: calc(100vh - 4rem)
        }
    }
}

.dl-links {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-right: -15px;
    margin-left: -15px
}

.dl-links hr {
	border-top: 1px solid #000;
    border-bottom: 1px solid #1d1d1d;
    margin-left: 15px;
    margin-right: 15px;
}

@media (min-width:768px) {
    @supports ((position: -webkit-sticky) or (position: sticky)) {
        .dl-links {
            max-height: calc(100vh - 9rem);
            overflow-y: auto
        }
    }
}

@media (min-width:768px) {
    .dl-links {
        display: block!important
    }
}

.dl-search {
    position: relative;
    padding: 1rem 15px;
    margin-right: -15px;
    margin-left: -15px;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.dl-search .form-control:focus {
    border-color: #7952b3;
    box-shadow: 0 0 0 3px rgba(97, 17, 17, 0.38)
}

.dl-search-nav-toggle {
    line-height: 1;
    color: /*#212529*/ #fff;
}

.dl-sidenav {
    display: none
}

.dl-menu-link {
    display: block;
    padding: .25rem 1.5rem;
    font-weight: 600;
    color: #cecece;
}

.dl-menu-link:hover {
    color: #848484;
    text-decoration: none
}

.dl-menu-item.active {
    margin-bottom: 1rem
}

.no-margin {
	margin-bottom: 0rem!important;
	margin-top: 0rem!important;
}

.dl-menu-item.active:not(:first-child) {
    margin-top: 1rem
}

.dl-menu-item.active>.dl-menu-link {
    color: #ffffff;
}

.dl-menu-item.active>.dl-menu-link:hover {
    background-color: transparent
}

.dl-menu-item.active>.dl-sidenav {
    display: block
}

.dl-sidebar .nav>li>a {
    display: block;
    padding: .25rem 1.5rem;
    font-size: 90%;
    color: rgba(255, 255, 255, 0.65);
}

.dl-sidebar .nav>li>a:hover {
    color: #ABABAB;
    text-decoration: none;
    background-color: transparent
}

.dl-sidebar .nav>.active:hover>a,
.dl-sidebar .nav>.active>a {
    font-weight: 600;
    color: #EDEDED;
    background-color: transparent
}

/*@media (max-width:1199px) {
    @supports ((position:-webkit-sticky) or (position:sticky)) {
        .dl-sidebar {
            position: -webkit-sticky;
            position: sticky;
            top: 4rem;
            z-index: 1000;
            height: calc(100vh - 4rem)
        }
    }
}*/

/*@media (max-width:991px) {
    @supports ((position:-webkit-sticky) or (position:sticky)) {
        .dl-sidebar {
            position: -webkit-sticky;
            position: sticky;
            top: 0rem;
            z-index: 1000;
            height: calc(100vh - 4rem)
        }
    }
}*/
