body {
    font-family: 'Poppins', sans-serif;
    background: #f9f9f9;
    margin-top: 70px;
}

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: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

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

.glyphicon-import{
    font-size: 15px;
    padding: 5px;
}

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

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
    width: 190px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #232c32;
    color: #fff;
    font-weight: bold;
    transition: all 0.3s;
     -webkit-box-shadow: 2px 0 5px -2px #888;
          box-shadow: 2px 0 5px -2px #888;
}

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

.sidebar-header {
    margin-top: 0%;
    text-align: center;
}

#sidebar .sidebar-header {
    padding: 20px;
    color: #eee;
    background: #364148;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #34495e;
    font-family: 'Poppins', sans-serif;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
    font-family: 'Poppins', sans-serif;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 14px;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
#sidebar ul li a:hover {
    color: #fff;
    background: #151e23;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

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


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: 0.6em;
}
a[aria-expanded="true"]::before {
    content: '\e260';
}


ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #354149;
}

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: #85c1e9 !important;
    color: #fff !important;
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: calc(100% - 230px);
    padding: 50px 40px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}
#content.active {
    width: 98%;
}


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

    .navbar{
        height: 30px;
    }
    .navbar .navbar-brand{
        font-size: 15px;
        color: #ffffff;
    }
    .navbar .navbar-brand:hover{
        color: #eee;
    }
    .navbar-default{
        background: #1a5d89;
        border-radius: 0px;
        border: none;
    }
    .navbar-default .navbar-nav > .active > a, 
    .navbar-default .navbar-nav > .active > a:focus, 
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:active{
        color: #eee;
        font-size: 12px;
        background: #1a5d89;
    }
    .navbar-default .navbar-nav > .open > a, 
    .navbar-default .navbar-nav > .open > a:focus, 
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:active{
        color: #eee;
    }
    .navbar-default .navbar-nav>li>a{
        color: #eee;
        font-size: 12px;
    }
    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>li:active{
        color: #eee;
        font-size: 12px;  
        cursor: pointer;
    }
    .navbar-default .navbar-toggle{
        font-size: 12px;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus{
        background-color: #34495e;
        color: #eee;
        font-size: 12px;
    }

   .btn-justify{
        font-size: 12px;
    }
    .btn-justify:hover{
        color: white;
    }
    .user-img{
        width: 120px;
        text-align: center;
        margin-top: 5%;
        border: 5px solid #eee;
        border-radius: 65px;
    }