@charset "UTF-8";
/**=============================================================================
 *
 *	Filename: erp_mensajes.css
 *	
 *	(c)Autor: Jose Alcivar
 *	
 *	Description: Estilos del documento
 *	
 *	Licence: GPL|LGPL
 *	
 *===========================================================================**/
.minfo, .mexito, .malerta, .merror {
    font-family: "Helvetica Neue",Helvetica,"Nimbus Sans L",Arial,"Liberation Sans",sans-serif;
    font-size:13px;
	height:150px;
    background-repeat: no-repeat;
    background-position: 10px center;
	border-radius:  1em 1em  ;
	-webkit-border-radius: 1em 1em  ;
	-moz-border-radius: 1em 1em  ;
	-ms-border-radius: 1em 1em  ;
	-o-border-radius: 1em 1em  ;
}
.minfo {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../../images/mensaje/info.png');
}
.mexito {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../../images/mensaje/exito.png');
}
.malerta {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../../images/mensaje/alerta.png');
}
.merror {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../../images/mensaje/error.png');
}

#mainalertBoxes{
	/*display: block;*/
	width: 300px;
/*	text-align: center;*/
	margin-top: 5px;
	left:410px;
	position:relative;
	z-index: 5;
	background-color:#999999;
	-webkit-border-radius: 5em 5em 5em 5em;
	-moz-border-radius: 5em 5em 5em 5em;
	border-radius: 5em 5em 5em 5em;
}
.timermain{
	
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url('../../images/loading/9.gif');
/*	background-image: url('../loader.gif');*/
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

#loginalertBoxes{
	z-index:2000;
	position:fixed;
	display: block;
	width: 250px;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 0px;
}
.timer{
	display: inline-block;
	width: 90px;
	height: 18px;
	background-image: url('../../images/loading/9.gif');
/*	background-image: url('../loader.gif');*/
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.mensajedeaccion{
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url('../../images/loading/15.gif');
/*	background-image: url('../loader.gif');*/
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.box-info, .box-success, .box-alert, .box-error{
	clear: both;
	margin: 0px;
	padding: 5px;
	background-repeat: no-repeat;
	background-position: 0px 50%;
	text-align: left;
	border-width: 0px;
	border-style: solid;
	border-radius:  1em 1em  ;
	-webkit-border-radius: 1em 1em  ;
	-moz-border-radius: 1em 1em  ;
	-ms-border-radius: 1em 1em  ;
	-o-border-radius: 1em 1em  ;
}
.box-info {
	color: #00529b;
	background-color: #bde5f8;
	/*border-color: #00529b;*/
}
.box-success {
	color: #FFF;/*#4f8a10;*/
	background-color:#999999;/* #dff2bf;*/
}
.box-alert {
	color: #9f6000;
	background-color: #feefb3;
	/*border-color: #9f6000;*/
}
.box-error {
	color: #d8000c;
	background-color: #ffbaba;
	/*border-color: #d8000c;*/
}