/*
    DEMO STYLE
*/
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,500,700";


body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
    /*background-image: url('../Images/clean-gray-paper.png');*/
    /*background-image: url('../Images/concrete-wall-2.png');*/
    background-image: url('../Images/debut-light.png');
}

.breadcrumb {
    background-color: #ededf8;
}

.valid-feedback {
    color:white;
}

.valid-feedback:hover {
    color:white;
}

.valid-feedback:focus {
    color:white
}

.btn-lg {
    color: white;
}

    .btn-lg:hover {
        color: white;
    }

    .btn-lg:focus {
        color: white
    }

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a, a:hover, a:focus {
    color: white;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #24295E;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 3px -2px 9px black;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 0px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    color: #24295E;
    transition: all 0.3s;
}

#sidebar.active {
    /*margin-left: -250px;*/
}

#sidebar .sidebar-header {
    padding: 20px;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #24295E;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}
    #sidebar ul li a:hover {
        color: #24295E;
        background: white;
        text-decoration-color: #24295E;
    }

    #sidebar ul li.active > a, a[aria-expanded="true"] {
        color: white;
        background: #24295E;
        background-image: url('../../Images/black-linen.png');
    }


a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 1em;
}
a[aria-expanded="true"]::before {
    content: '\e260';
}


ul ul a {
    font-size: 1em !important;
    padding-left: 30px !important;
    background-color: #24295E;
    background-image: url('../../Images/black-linen.png');
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 1em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #24295E;
    color: white;
    /*#7386D5*/
}

a.article, a.article:hover {
    background-color: white;
    color: #24295E !important;
}



/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        float:left;
        height:100%;
        /*/*margin-left: -250px;*/*/
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}
