#content{
	

	top: 100px;
	bottom: 0px;
	width: 100%;
	position: absolute;
	overflow-y: scroll;
	overflow-x: hidden;		
}


#content_container{	
	position: relative;
	overflow-x: auto;
	
	display: grid;
	grid-template-columns: auto 8px 380px;
	
	
	
/*	
	grid-template-areas:
		"footer footer"
*/	
	
}

.content_item{
	
}

#container_footer{
	grid-column: 1 / -1;
}

.bucket_body{
	display: none	
}

#container_left{
	
	display:flex;



	
	
}
#page{
	
	flex: 1 1 650px;
}

#margin_left{
	flex: 1;
}
#margin_right{
	flex: 1;
}

.content_margins{
	
}

#container_right{
	padding: 15px;
}


.button_container .BUTTON{
	display: block;
}

#devices_bucket{
	display: none;
}

#welcome_header_bucket{
	display: none;
}

#devices_buckets_container .bucket .bucket_body{
	text-align: center;
}

#inner_container_right{
	height: 100%;
	width:100%;
}

#drag_bar{
	margin-left:0px;
	height: 100%;
	float: left;
	width: 8px;
	cursor: col-resize;
	position: relative;
	left: 30px;
	z-index:199;
}


#bucket_body_settings .BUTTON{
	display: block;

}
