/*
    DEMO STYLE
*/
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";


body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

p {
    font-size: 1.1em;
    /* font-weight: 300; */
    line-height: 1.7em;
    color: #999;
}

a, a:hover, a:focus {
    transition: all 0.3s;
    color: #555;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
    margin: 22px 0 0 0;
    background: transparent;
    position: relative;
    left: -15px;
}

.store .navbar-btn {
    margin: 0;
}

.store button {
    display: none;
}

.store .navbar-btn span {
    font-size: 120%;
    padding: 0 0 0 52px;
}

nav.active .navbar-btn {
    width: 100%;
    height: 100vh;
}

.navbar-btn:hover, .navbar-btn:focus, .navbar-btn:active,
.btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus
{
    background: transparent;
    border-color: transparent;
    box-shadow: none;
}

.navbar-btn .glyphicon {
    font-size: 150%;
    left: 30px;
    top: 7px;
    position: absolute;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
    padding: 20px 0;
    z-index: 9999;
    background-color: #fff;
    overflow: hidden;
}

#sidebar.active {
    transition: all 0.3s;
    background-color: rgba(0, 0, 0, 0.36);
}

#sidebar .left_height {
    min-width: 250px;
    max-width: 250px;
    background-color: #fff;
    height: 100vh;
}

.store #sidebar .left_height {
    height: auto;
}

.wrapper.store #sidebar.active .left_height {
    overflow: visible;
}

#sidebar.active .left_height {
    overflow: scroll;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul.components {
    padding: 0 10px;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a,#sidebar ul li.login {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    border-top: 1px #dedede solid;
}

#sidebar ul li.login a {
    display: inline-block;
    padding: 0;
}

#sidebar ul li li a::after {content: ">";position: absolute;left: -10px;font-family: monospace;top: 7px;}

#sidebar ul li:nth-child(1) a {
    border: none;
}

#sidebar ul li li a {
    font-size: 1em;
    position: relative;
    padding: 5px 0;
}

#sidebar ul {
    padding: 0 0 0 20px;
}
#sidebar ul li a:hover {
    color: #2ecbf5 !important;
    background: #fff;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #5a5a5a;
}

.wrapper.store .navbar.navbar-default {
    display: block;
    position: relative;
    left: 0;
    height: 40px;
    background-color: #0993b9;
    min-height: inherit;
}
.wrapper.store .active .navbar.navbar-default {
    left: 0;
    z-index: 9;
    position: relative;
}

.wrapper.store .active .navbar.navbar-default .navbar-header .navbar-btn {
    height: 40px;
}

.wrapper.store .active .navbar.navbar-default span {
    display: none;
}
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.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%;
}



/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
        width: 100%;
    }
    #sidebarCollapse span {
        display: none;
    }
    .wrapper.store #sidebar.active .left_height{
    overflow: scroll;
    z-index: 9999;
    height: 100vh;
}
    .wrapper.store .active .navbar.navbar-default {
    position: fixed;
    left: 250px;
    padding: 0;
    margin: 0;
    background: transparent;
    height: 100vh;
}

.wrapper.store .active .navbar.navbar-default {
}
.wrapper.store .navbar-btn{display: none;}

.wrapper.store .active .navbar.navbar-default .navbar-header button {
    height: 100vh !important;
}

.wrapper.store .active button.navbar-btn i {left: 30px;}

.wrapper.store button {
    display: block !important;
    margin: 22px 0 0 0;
}

.wrapper.store button span {
    display: none;
}
    .bar::before{display: none;}
    .wrapper.store .banner{
    margin-top: 0;
}
    .wrapper.store .navbar.navbar-default{
    left: 250px;
    background: transparent;
}
}

@media (min-width: 768px) {
.wrapper.store #content {
    padding: 0;
    margin: 50px 0 0 0;
}

.wrapper.store.index #content {
    margin: 0 0 0 0;
}}