/*
    DEMO STYLE
*/
@import url('https://fonts.googleapis.com/css?family=Muli:300,400,700,900&subset=latin-ext');

body {
    font-family: 'Muli', sans-serif;
    background: #fafafa;
}

p {
    font-family: 'Muli', sans-serif;
    /* font-size: 1.1em; */
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    min-height: 49px;
    padding-top: 8px;
    padding-right: 15px;
    /* padding: 0px 10px; */
    background: #007298;
    border: none;
    border-radius: 0;
    margin-bottom: 20px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

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

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

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #3C3B3B;    
    color: #fff;
    transition: all 0.3s;      
}

#sidebar-top{
    min-width: 250px; /* Full-height: remove this if you want "auto" height */
    max-width: 250px; /* Set the width of the sidebar */
    background: #3C3B3B;
    color: #fff;
    position: fixed; /* Fixed Sidebar (stay in place on scroll) */
    /*overflow-x: hidden; /* Disable horizontal scroll */      
    padding-top: 70px;
    /*z-index: 1;*/ 
}

.sidebar-top-white{
    min-width: 250px; /* Full-height: remove this if you want "auto" height */
    max-width: 250px; /* Set the width of the sidebar */
    background: #fff;
    color: #fff;
    position: fixed; /* Fixed Sidebar (stay in place on scroll) */        
}


hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

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

#sidebar .sidebar-header {
    padding: 10px 0px;
    background: #ffffff;
    min-height: 115px;
    text-align: center;    
    /* text-align: center; */
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

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

#sidebar ul li a {
    padding: 10px;
    /* font-size: 1.1em; */
    font-size: 16px;
    display: block;
}
#sidebar ul li a:hover {
    color: #3C3B3B;
    background: #fff;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #2E2D2D;
}


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

.sidebarlink {
    margin-top: -90px;
}


/* .navbar-top a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}

.navbar-top a[aria-expanded="true"]::before {
    content: '\e260';
} */


#sidebar ul ul a {
    /* font-size: 0.9em !important; */
    padding-left: 39px !important;
    background: #2E2D2D;
}

#sidebar #sidebar ul ul li.active a {
    color: #007298;
}

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: #3C3B3B;
}

a.article, a.article:hover {
    background: #2E2D2D !important;
    color: #fff !important;
}



/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    /* padding: 20px; */
    min-height: 100vh;
    transition: all 0.3s;
    width: 100%
}

#sub-content {
    padding: 0px 20px;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}

/*::-webkit-scrollbar {
    display: none;
}


.affix {
    top: 20px;
}

.scrollspy {
    position: relative;
    overflow: scroll;
    width: 100%;
    height: 100%;
}*/
