div.tapa{
	left:0;
	top:0;
	width:100%;
	height:100%;
	position:fixed;
	background-color:#B5B5B5;
	opacity: 0.50; 
	filter:alpha(opacity=50);
	z-index: 50;
}
#divPop{
	position:absolute; 
	left:50%; 
	top:0;
	margin-left:-250px;
	margin-top:200px;
	padding:5px; 
	width:500px;
}
div.flotante{
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	behavior:url(border.htc);
	border: none;

	background-color:#EEF3F6;
	padding:8px; 
	position:absolute; 
	z-index: 50;
}
div.flotante div.cerrar{
	position:absolute;
	width:20px;
	height:20px;
	top:16px;
	right:18px;
	background-image:url(../imgs/close20x20.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
}
div.flotante div.pasaje{
	background-color:#FFFFFF;
	padding: 5px;
	position:relative;
}
div.globoClienteCP{
	text-align: left;
	padding: 5px;
	border: 1px solid #4a4834;
	border-radius: 8px;
	background-color: #ddd775;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}

div.popup_old{
	align-items: center;
	background-color: #FFFFFF88;
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}
div.popup_old.eve{
	height: auto;
	position: absolute;
	width: auto;
}
div.popup_old > div {
	background-color: #FFFFFF;
	box-shadow: 5px 5px 10px #666;
	max-height: 90vh;
	max-width: 90vw;
	padding: 25px;
	position: relative;
	border-radius: 3px;
	border: solid 1px #D0D0D0;
}
div.popup_old>div>a.cerrar{
	background-image: url('../imgs/delete.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	cursor: pointer;
	display: block;
	height: 16px;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 16px;
}
div.popup_old>div>div>h1 {
	text-align: center;
	margin: 0 0 20px;
	font-size: 20px;
	color: #333;
}
html.popup{
	overflow: hidden;
}
div.popup_shadow{
	background-color: #66666699;
	position: fixed;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 101;
}
div.popup {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 5px 5px 10px #666;
	box-sizing: border-box;
	display: flex;
	left: 50%;
	max-width: 98vw;
	max-height: 98vh;
	padding: 10px;
	position: fixed;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 101;
	transition: none;
	border: solid 1px #666;
}
div.popup > div {
	overflow: auto;
	overflow-x: hidden;
	scrollbar-gutter: stable both-edges;
	padding: 0 5px;
}
div.popup a.close {
	cursor: pointer;
	position: absolute;
	right: 30px;
	top: 5px;
	width: 16px;
	height: 16px;
	z-index: 10;
	background-color: #fff;
}
div.popup a.close:before, 
div.popup a.close:after {
	position: absolute;
	left: 7px;
	content: ' ';
	height: 17px;
	width: 2px;
	background-color: #3333334d;
}
div.popup a.close:before {
	transform: rotate(45deg);
}
div.popup a.close:after {
	transform: rotate(-45deg);
}
div.popup a.close:hover:before, 
div.popup a.close:hover:after {
	background-color: #333333;
}

div.popup a.mover {
	box-sizing: border-box;
	color: #e0e0e0;
	position: absolute;
	display: block;
	transform: scale(1) rotate(45deg);
	width: 14px;
	height: 14px;
	box-shadow: -6px -6px 0 -4px, 6px 6px 0 -4px, 6px -6px 0 -4px, -6px 6px 0 -4px;
	left: 8px;
	top: 8px;
	cursor: pointer;
}
div.popup a.mover:hover,
div.popup a.mover:active{
	color: #c0c0c0;
}

div.popup a.mover::after,
div.popup a.mover::before {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	border-radius: 3px;
	width: 22px;
	height: 2px;
	border-left: 8px solid;
	border-right: 8px solid;
	transform: rotate(-45deg);
	bottom: 6px;
	left: -4px
}
div.popup a.mover::before {
	transform: rotate(45deg)
} 
div.popup.moviendose{
	transform: none!important;
}
@media screen and (max-width: 700px){
	div.popup {
		width: 98vw;
		transform: translateX(-50%) translateY(0%);
		top: 1vh;
	}
	div.popup > div {
		width: 100%;
	}
}
form.formulario_pop *{
	box-sizing: border-box;
}
form.formulario_pop > h1 {
	margin: 0px 30px 10px 0;
	font-size: 20px;
}
form.formulario_pop>div{
	display: flex;
	gap: 5px;
	padding: 2.5px 0;
	align-items: flex-start;
}
form.formulario_pop>div>div{
	width: 100%;
}
form.formulario_pop>div.w50>div{
	width: 50%;
}
form.formulario_pop label {
	text-transform: capitalize;
	font-weight: bold;
	padding: 2px 0;
	display: block;
	font-size: 12px;
}
form.formulario_pop input[type="text"], 
form.formulario_pop input[type="date"],
form.formulario_pop select,
form.formulario_pop textarea{
	border: solid 1px #9d9d9d;
	border-radius: 2px;
	padding: 3px;
	font-size: 12px;
	box-shadow: none;
	background-color: #fff;
	margin: 0;
}
form.formulario_pop .input_error{
	border-color: #d92550!important;
}
form.formulario_pop input[type="text"], 
form.formulario_pop input[type="date"] {
	height: 2em;
}
form.formulario_pop .w100{
	width: 100%;
}
form.formulario_pop > div.botones {
	justify-content: flex-end;
	padding: 5px 0;
}
form.formulario_pop > div.botones button{
	cursor: pointer;
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 13px;
	border-radius: 0.25rem;
	transition: color 0.15s, background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
}
form.formulario_pop > div.botones button:hover {
	color: #fff;
	background-color: #5c636a;
	border-color: #565e64;
}
form.formulario_pop > div.botones button[type=submit] {
	color: #fff;
	background-color: #3ac47d;
	border-color: #3ac47d;
}
form.formulario_pop > div.botones button[type=submit]:hover {
	color: #fff;
	background-color: #58cd91;
	border-color: #4eca8a;
}
form.formulario_pop span.error {
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #d92550;
}
#upload-zona{
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	border: 2px dashed #ccc;
	border-radius: 10px;
	height: 120px;
	padding: 10px;
	color: #444444;
	transition: background-color 0.3s;
	justify-content: center;
	cursor: pointer;
	align-items: center;
}
#upload-zona.highlight {
	background-color: #f0f8ff;
	border-color: #00aaff;
	color: #333;
}
#upload-zona input[type="file"] {
	display: none;
}
#upload-zona>div{
	width: auto;
}
#upload-zona > div.icono {
	background-image: url('../imgs/upload.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	aspect-ratio: 1;
	width: 40px;
}
#upload-zona.cargando > div.icono{
	background-image: url('../imgs/spinner.png');
	animation: girando 1s infinite;
}
@keyframes girando {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
#upload-zona > #upl_div {
	width: 100%;
	height: 20px;
}
#upload-zona > #upl_div #upl_fondo{
	height: 16px;
}
#upload-descargar{
	flex-wrap: wrap;
}
#upload-descargar > div {
	display: flex;
	align-items: center;
	gap: 5px;
	width: 100%;
	background-color: #fff;

}
#upload-descargar > div:nth-child(2n){
	background-color: #e3e3e3;
}
#upload-descargar .delete {
	background-image: url("../imgs/delete.png");
	width: 20px;
	aspect-ratio: 1;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}
#upload-descargar .upload-file {
	color: #3f6ad8;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
}
#upload-descargar .upload-file:hover{
	text-decoration: underline;
}