#top_header{
	position:fixed;
	width: 100%;
	height: 50px;
	z-index: 5;
}
#main_content{
	width: 100%;
	height: 100%;	
}
#box_title_page{
	padding-top: 70px;
	height: 60px;
	border-bottom: 1px solid rgba(153, 153, 153, 0.18);
	margin-bottom: 10px;
}
#main_content_admin{
	position:relative;
	width: 100%;
	padding-bottom: 20px;
}
#footer{
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 2px;
}
#box_loader{
	position: fixed;
	bottom: 10px;
	width: 100%;
	font-weight: bold;
	color: red;
}
#box_loader_pesan{
	position: fixed;
	bottom: 20%;
	width: 100%;
	font-weight: bold;
	color: red;
	font-size: 18px;
	background: white;
	padding: 20px;
	border: 1px solid black;
	display: none;
	z-index: 1000000;
}