/*
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: transparent;
}
#wrapper.toggled {
    padding-left: 240px;	
}
#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 240px;
    top:0px;
    width: 0;
    height: 100%;
    margin-left: -240px;
 	padding-bottom: 1em;
    
    overflow-y: auto;
    background: #070648;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: white;

    
    
    
    
    
    
 }
#sidebar-wrapper ul{
	list-style: none;
	padding: 0;
}
#sidebar-wrapper ul ul{
	padding-left: 1.5em;
}
#sidebar-wrapper a {
	/* background: #dedede;
	color: black; */
	display: block;
	font-size: 16px;
	line-height: 18px;
	padding: 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
}
#sidebar-wrapper a:link {
	background: transparent;
	color: white;
}
#sidebar-wrapper a:visited {
	background: transparent;
	color: white;
}
#sidebar-wrapper a:hover {
	color: #E6E3AC;
	background: transparent;
	font-style:italic;
}
#sidebar-wrapper a:active {
	background: transparent;
}
#sidebar-wrapper .current a {
	background: transparent;
	font-weight: bold;
}
#wrapper.toggled #sidebar-wrapper {
    width: 240px;

}
#menu-toggle{
	background: #070648;
	color:#E6E3AC;
}
#menu-toggle a:link, #menu-toggle a:hover, #menu-toggle a:active{
	background: #070648;
	color:#E6E3AC;
}

@media(min-width:768px) {	
    #wrapper {
       /* padding-left: 240px; */
        padding-left: 0;
    }
    #wrapper.toggled {
        /* padding-left: 0; */
        padding-left: 240px;
    }
    #sidebar-wrapper {
        /* width: 240px; */
        width: 0;
    }
    #wrapper.toggled #sidebar-wrapper {
        /* width: 0; */
        
    }
    #wrapper.toggled {
        position: relative;
        margin-right: 0;
    }
}


@media print{
	#wrapper {
        padding-left: 0;
        margin: 0;
    }	
	#sidebar-wrapper {
        position:relative;
        width: 0;
        background: #c0c0c0;
        overflow:hidden;
        display:none;
        margin: 0;
    }	
}
.navbar-header{
	margin: .5em;
	padding: 0;

}
.navbar-fixed-top{
	height: 80px;
	background: #E6E3AC;
}
#nav-wrapper{
	padding-bottom: 2em;
}
