/*
	Autor: José Luis Rodriguez
	Mail: jrodriguez@bincodex.com
	Web: https://bincodex.com
	Fecha: 2019-06-16 10:36:46
*/

#debug {
	font-family: Arial, sans-serif;
	background: rgba(0,0,0,0.7);
	position: fixed;
	width: 1243px;
	bottom: 30px;
	padding: 10px;
	color: #ffffff;
	font-size: 0.8em;
	overflow: auto;
	border: 3px solid lime;
	height: 600px;
	overflow-y: scroll;
	z-index: 1000;
	transition: left 1s;
/*	display: none;*/

}

#debug-show {
	width: 20px;
	height: 20px;
	position: fixed;
	background: #a40000;
	color: white;
	left: 0px;
	top: 0px;
	z-index: 1000;
	font-weight: bold;
	padding: 2px;
	font-family: Arial;
	font-size: 10px;
	user-select: none;
	cursor: pointer;
}


.msg-error-pag {
	padding: 20px;
	font-size: 1.5em;
	color: #a40000;
	font-weight: bold;
}

.msg-error-pag div {
	padding-top: 10px;
	font-size: 0.8em;
	font-weight: normal;
}

.iz {
	text-align: left;
}

.jf {
	text-align: justify;
}


#content-msg-alert {
	position: fixed;
	top: 30%;
	right: 5%;
	border: 4px solid #890dbe;
	width: 400px;
	height: 314px;
	z-index: 100;
	background: linear-gradient(to right, rgba(17,46,121,1) 0%,rgba(0,10,21,1) 100%);
	padding: 10px;
	font-family: arial, sans-serf;
	border-radius: 15px;
	color: #fff;
}












/* Fin */
