@charset "utf-8";
/* CSS Document */

#site_lock
{
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	background: black;
	opacity:0.8;
	filter:alpha(opacity=80);
	border: 1px solid black;
	z-index: 1000;
}

.inactivo
{
	opacity:0.4;
	filter:alpha(opacity=80);
	/*border: 10px solid black;*/
}

.adq_pub_activo
{
	border: 2px solid black;
}



#alert_div
{
	border: 1px solid #cadb36;
	padding:10px;
	z-index: 1000;
	position: fixed;
	width: 50%;
	margin:25%;
	color: white;
	background: #fafafa;
	text-align: center;
	opacity:1;
	filter:alpha(opacity=100);
}

#alert_ok_bottom
{
	padding:5px 10px;
	border: 2px solid #cadb36;
	background:#666;
	color: #fff;
	font-size: 13px;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;

}


#alert_mensagem
{
	color: #333;
	text-align: center;
	font-size:13px;
	line-height:19px;
}

#alert_mensagem br{
	line-height:19px;
	}

#alert_mensagem ul{
	margin-bottom:20px;
	}

#alert_mensagem ul li
{
	font-size:13px;
	line-height:19px;
	font-weight:normal;
	list-style:none;
}


.error_text
{
	color:red;
	line-height:19px;
	font-size:16px;
	font-weight:bold;
	/*border: 2px solid red;*/
}

.error_field_name
{
	font-weight: bold;
	font-size:12px;
	color:#000;
	/*border: 2px solid red;*/
}