﻿/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

#sidebar {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

#sidebar p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    /*display: flex;*/
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 100%;
    max-width: 100%;
    background: white;
    color: #fff;
}

    #sidebar .sidebar-header {
        padding: 20px;
        background: #6d7fcc;
    }

    /*#sidebar ul.components {
    border-bottom: 1px solid #47748b;
}*/

    #sidebar ul p {
        color: black;
        padding: 10px;
    }

    #sidebar ul li a {
        padding: 10px;
        font-size: 14px;
        display: block;
    }

    #sidebar ul li.active > a,
    a[aria-expanded="true"] {
        background: #eee;
        border-left: 4px solid rgb(22, 46, 73);
        font-weight: 600;
    }

.show > li {
    background-color: #eee !important;
    border-left: 4px solid rgb(22, 46, 73);
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

    ul.CTAs a {
        text-align: center;
        font-size: 0.9em !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
    }

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }

        #sidebar.active {
            margin-left: 0;
        }

    #sidebarCollapse span {
        display: none;
    }
}
