﻿
.sidebar-helper .navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
}

.sidebar-helper .navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.sidebar-helper .line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.sidebar-helper .wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

.sidebar-helper #sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #f5f5f5;
    color: #1E263A;
    transition: all 0.3s;
}

    #sidebar.active {
        margin-left: -250px;
    }

    #sidebar .sidebar-header {
        padding: 20px;
        background: #f5f5f5;
    }

    #sidebar ul.components {
        padding: 20px 0;
    }

    #sidebar ul p {
        color: #1E263A;
        padding: 10px;
    }

    #sidebar ul li a {
        padding: 10px;
        color: #1E263A;
        font-size: 1.1em;
        display: block;
    }

        #sidebar ul li a:hover {
            color: #1E263A;
        }

    #sidebar ul li.active > a,
    a[aria-expanded="true"] {
        color: #1E263A;
        background: #f5f5f5;
    }

.sidebar-helper a[data-toggle="collapse"] {
    position: relative;
}

.sidebar-helper .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.sidebar-helper ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #f5f5f5;
}

.sidebar-helper ul.CTAs {
    padding: 20px;
}

.sidebar-helper ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

.sidebar-helper a.download {
    background: #fff;
    color: #7386D5;
}

.sidebar-helper a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

.sidebar-helper #content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }

        #sidebar.active {
            margin-left: 0;
        }

    #sidebarCollapse span {
        display: none;
    }
}
