#wrapper.fullScreen {
}
#wrapper.fullScreen #Navigation {
}
#wrapper.fullScreen #page-wrapper {
    margin-left: 0px;
	padding-left:5px;
	padding-right:5px;
}
#wrapper.fullScreen #NavbarSidebar {
	
	display:none;
	
}
.toggleFullScreenBtn{
	height:30px;
	width:30px;
	text-align:center;
	margin-top:10px;
	margin-left:10px;
	font-size:18px;
	padding-top:3px;
	padding-left:4px;
	color:#888888;
	background-color:#FFFFFF;
	border: 1px solid;
	border-radius: 4px;
	cursor:pointer;

	
	
	
}
.toggleFullScreenBtnContainer{
	position:absolute;
	top:0px;
	left:0px;
	height:50px;
	z-index:1;
	width:9px;
	overflow:hidden;
	
	
}
.toggleFullScreenBtnBar{
	position:fixed;
	top:0px;
	height:100%;
	width:1px;
	
	
}

.dropdown-menu > li > a.disabled,
.dropdown-menu > li > a.disabled:hover,
.dropdown-menu > li > a.disabled:focus {
	
	background-color: #FFF !important;
	background-image: none !important;
	filter: none !important;
	cursor:default !important;
	opacity: .65 !important;

}


