@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;
	box-sizing:border-box;
	top:0;
	width:100%;
	height:100%;
	min-height:100% !important;
	color:#646464;
	background-color:rgba(0,0,0,0.7);
	opacity:1;
	z-index:99999999999999999999999999999999999;
	text-align:center;
	padding-top:5%;	
}

.body_ajax > div:nth-child(1)
{
	position:absolute;
	box-sizing:border-box;
	background-color:#FFFFFF;
	background-image:url(../../images/carregando_slide.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:100%;
	
    height:100px;
    width:100px;
	
	box-shadow:0px 0px 33px rgba(0,0,0,0.4);
   -webkit-box-shadow:0px 0px 33px rgba(0,0,0,0.4);
   -moz-box-shadow:0px 0px 33px rgba(0,0,0,0.4);
}

.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;
}


@media screen and (max-width:400px) 
{
	.body_ajax
	{
		height:200% !important;
	}
}

