@charset "UTF-8";


body {
	background-color: #ffffff;
}

.sb-slidebar {
	color: #fff;
	padding:30px;
/*	margin:30px;*/
}

.main_content {
	padding-top: 50px;
}

#header {
	position: fixed;
	position:relative;
	top: 0;
/*	width: 100%;*/
	height: 1px;
/*	background-color: black;*/
	z-index: 4;
	opacity:50%;
	right:0;
	
	
position: absolute;
    z-index: 3000;
    top: 10px;
    margin-right: 30px;
    right: 0;
}

#header .sb-toggle-left {
	float: left;
	width: 2em;
}

#header .sb-toggle-right {
/*	float: right;
	width: 2em;*/
}