/* ALXS Foundation Sidebar */
body {
  background: #FFFFDD;
  }
/* Toggle Styles */
.tab-bar,
.tab-bar .menu-icon {
    background: #000000;
    color: #999999;
    }
.tab-bar {
  width: 100%;
  }    
.tab-bar .menu-icon span::after {
box-shadow: 0 0px 0 1px #999, 0 7px 0 1px #999, 0 14px 0 1px #999;
}
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
color: #999;
}
#wrapper {
    padding-left: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1;
    position: fixed;
    left: 250px;
    width: 314px;
    height: 100%;
    margin-left: -520px;
    overflow: hidden;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#sidebar-wrapper.toggled {
    margin-left: -250px;
    z-index: 1000;
    }
.tab-bar .fi {
text-indent: 2.1875rem;
width: 2.8125rem;
height: 2.8125rem;
display: block;
padding: 0;
color: white;
position: relative;
transform: translate3d(0, 0, 0);
}
#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: auto;
    margin-left: 30px;
    z-index: 2;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #FFFFDD;
}
#page-content-wrapper.toggled {
    width: 100%;
    margin-left: 0px;
    z-index: 2;
}
#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -200px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 314px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}
.sidebar-nav li a span{
    display: block;
    text-decoration: none;
    color: #999999;
    float: right;
    padding-right: 15px;
    font-size: 1.3rem;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav li a:hover span{
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}
#sidebar-wrapper.toggled .sidebar-nav li a:hover span{
    text-decoration: none;
    color: #fff;
    background: transparent;
}


.sidebar-nav li a:active span,
.sidebar-nav li a:focus span {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.tab-bar .menu-icon {
border-right: solid 1px #565656;
}
@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
        margin-top:  -2.8125rem;
    }
    #wrapper.toggled #page-content-wrapper {
        padding-left: 250px;
    }

    .sidebar-nav > .sidebar-brand {
    display: list-item !important;
    visibility: visible !important;
    }
    
    .tab-bar {
    visibility: hidden;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 200px;
        margin-left: -250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 250px;
    }
    .sidebar-nav {
        width: 350px;
    }
    #page-content-wrapper {
        padding: 0px;
        margin-left: 0px !important;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
    
    #page-content-wrapper .container-fluid {
        margin-top: 20px;
    }
}

.resources-logo{
    width: 250px;
    height: 147px;
}

.resources-logo.fb{
    width: 75px;
    height: 32px;
}

.resources-logo.ig{
    width: 50px;
    height: 50px;
}

.resources-logo.vocademy{
    width: 200px;
    height: 250px;
}

.sidebar-swe-logo{
    width: 150px;
    height: 65px;
}