@charset "iso-8859-1";
/* CSS Document */
.css_ajax
{
	position:absolute;
	width:100%;
	float:left;
	text-align:center;
	box-sizing:border-box;
	padding-top:30px;
	padding-bottom:30px;	
}

.body_ajax
{
	position:fixed !important;
	box-sizing:border-box;
	top:0;
	width:100%;
	height:100%;
	min-height:100%;
	color:#333333;
	opacity:1;
	z-index:999999999999999999999999999999999999999;
	text-align:center;
	padding-top:5%;	
	background-color:rgba(0,0,0,0.50);
	
	-webkit-transition: opacity 1s, height 1.5s; /* Safari */
  	transition: opacity 1s, height 1.5s;	
}

.body_ajax > div:nth-child(1)
{
	width:100px;
	height:100px;
	position:absolute;
	padding:20px;
	box-sizing:border-box;
	background-color:#FFFFFF;
	background-image:url(loader/load_red.gif);
	background-position:center;
	background-size:auto 90px;
	background-repeat:no-repeat;
	opacity:1;
	top:50%;
	left:50%;
	margin-top:-50px;
	margin-left:-50px;
	display:table;
	border-radius:50%;
	
	box-shadow:0px 0px 33px rgba(0,0,0,0.6);
   -webkit-box-shadow:0px 0px 33px rgba(0,0,0,0.6);
   -moz-box-shadow:0px 0px 33px rgba(0,0,0,0.6);
}

.body_ajax2
{
	position:fixed !important;
	box-sizing:border-box;
	top:0;
	width:100%;
	height:100%;
	min-height:100%;
	color:#333333;
	opacity:1;
	z-index:999999999999999999999999999999999999999;
	text-align:center;
	padding-top:5%;	
	
	-webkit-transition: opacity 1s, height 1.5s; /* Safari */
  	transition: opacity 1s, height 1.5s;	
}

.body_ajax2 > div:nth-child(1)
{
	width:100px;
	height:100px;
	position:absolute;
	padding:20px;
	box-sizing:border-box;
	background-color:#FFFFFF;
	background-image:url(loader/load_red.gif);
	background-position:center;
	background-size:auto 90px;
	background-repeat:no-repeat;
	opacity:1;
	top:50%;
	left:50%;
	margin-top:-50px;
	margin-left:-50px;
	display:table;
	border-radius:50%;
	
	box-shadow:30px 30px 280px 500px rgba(0,0,0,0.60);
   -webkit-box-shadow:30px 30px 280px 500px rgba(0,0,0,0.60);
   -moz-box-shadow:30px 30px 280px 500px rgba(0,0,0,0.60);
}


.body_ajax>img
{
	box-sizing:border-box;
	margin-top:10%;
	width:150px;
}

.ajax_content
{
	width:100% !important;
	margin:0 auto;
	text-align:center;
	display:block;	
	border:solid 1px #ff0000;
}

.load_min
{
	width:100%;
	float:left;
	text-align:center;
	padding-top:0px;
	padding-bottom:5px;
	background-image:url(loader/load_red.gif);	
	background-size:80px auto;
	min-height:80px;
	background-position:center;
	background-repeat:no-repeat;
}

.load_min2
{
	width:100%;
	float:left;
	text-align:center;
	padding-top:0px;
	background-image:url(loader/loader_mini_red.gif);	
	background-size:40px auto;
	min-height:50px;
	background-position:center;
	background-repeat:no-repeat;
}


.load_min3
{
	width:30;
	height:30px;
	float:left;
	text-align:center;
	padding-top:0px;
	background-image:url(loader/loader_mini_red.gif);	
	background-size:25px auto;
	min-height:30px;
	background-position:center;
	background-repeat:no-repeat;
}


@media screen and (max-width:600px) 
{
	.body_ajax > div:nth-child(1)
	{
		top:30% !important;	
	}
}

