#ploader{
	background: rgba(0,0,0,0);
}
#plg_box_loader{
	position: fixed;
	z-index: 2000;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(242, 242, 242,0.8);
}
.plg_loader_new{
	position:absolute;
	width: 110px;
	height: 100px;
	top: 50%;
	left: 50%;
	margin-left: -55px;
	margin-top: -50px;
}
.box_img_loader{
	position:absolute;
	width: 100px;
	height: 100px;
	top: 50%;
	left: 50%;
	margin-left: -50px;
	margin-top: -50px;
}
.box_img_loader img{
	width: 100%;
	height: 100%;
}
#plg_batal_loader{
	position: absolute;
	width:50px;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: -10px;
}
.box_ket_loader{
	position: absolute;
	top: 50%;
	margin-top: 60px;
	width: 100%;
	text-align: center;
	padding: 5px;
	color: #1f0000;
	font-weight: 400;
}
.box_grid_pesan_loader_show{
	position: absolute;
	width: 700px;
	max-width: 90%;
	padding: 5px 10px;
	max-height: 80%;
	top:-110%;
	left:50%;
	margin-left:-350px;
	overflow: auto;
	background: white;
	-webkit-transition: top 0.5s;
	transition: top 0.5s;
}
.box_grid_pesan_loader_anim{
	top:10%;
}
#grid_pesan_loader{
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
.box_pesan_error_loader{
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0px;
	text-align: center;
}

@media only screen and (max-width: 800px) {
	.box_grid_pesan_loader_show{
		width: 90%;
		margin-left:-45%;
	}
}