@charset "iso-8859-2";

*:focus { outline: none; }

body { background-color:#eeeeee; }

body,p,input,select,textarea { margin:0 0 40px 0;padding:0;font-family:'Roboto',sans-serif;font-size:0.9em;font-weight:300 }
#contenedor { width:100%;overflow:hidden }

#encabezado {
	width:100%;
	min-height:70px;
    background-color:#FFFFFF;
    border-bottom:1px solid #aaaaaa;
    -webkit-box-shadow: 10px 10px 61px -30px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 61px -30px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 61px -30px rgba(0,0,0,0.75);
	padding-bottom:10px;
}
#titulo { width:100%;text-align:center }
.logo { margin-top:10px;max-width:200px;max-height:120px; }
.logoCliente { max-width:250px;max-height:80px;margin-left:30px;margin-top_20px }
.entornoDePruebas { font-weight:700;color:#CC0000; margin-top:10px }

.iconoPapelera { width:20px;height:20px }
.iconoPapeleraX { width:30px;height:30px }

.bloqueDiferenciado {
	border:1px solid #999999;
	padding:20px;
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	margin:20px auto 20px;
	width:fit-content;
	background-color:#ffffff;
}

#banderas { position:absolute;top:20px;right:20px}
.bandera { width:30px }

#logoSecundario { position:absolute;top:45px;right:20px}
#logoSecundario .logo { height:70px }

.caja {
	max-width:80%;
	padding:20px;
	border:1px solid #CCCCCC;
	background-color:rgba(255,255,255,0.5);
	display:inline-block;
	margin:0 auto;
	clear:both;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

/* MENU PRINCIPAL */
.menuBotonera {
	position:relative;
	margin:20px auto;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
.menuElemento {
	position:relative;
	width:120px;
	height:120px;
	border:0;
	padding:10px;
	margin:10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	cursor:pointer;
	background-color:rgba(255,255,255,0.3);
}
.menuElemento.deshabilitado {
	opacity:0.4;
}
.menuElemento:hover {
	background-color:rgba(255,255,255,1);
	opacity:1;
}
.menuBloqueBoton { width:100%;position:absolute;top:15px;left:0;text-align:center}
.menuBoton { width:80px;height:80px }
.menuBloqueTexto {
	width:calc(100% - 10px);
	padding:0 5px 0 5px;
	font-size:0.9em;
	text-align:center;
	position:absolute;
	top:100px;
	left:0
}

/* MENU FLOTANTE */
.menu-icono { width:40px;cursor:pointer;}
#menu {
	background-color:#FFFFFF;
	position:fixed;
	top:0;
	left:0;
	border-radius: 0 0 15px 0;
	-moz-border-radius: 0 0 15px 0;
	-webkit-border-radius: 0 0 15px 0;
	
	padding:20px 25px 25px 20px;
	text-align:left;
	margin-bottom:25px;
	z-index:2000;
}

#menu-contenido {
	display:none;
	font-weight:300;
	color:#000000;
	margin-top:40px;
}
.sombra {
	-webkit-box-shadow: 10px 10px 61px -30px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 61px -30px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 61px -30px rgba(0,0,0,0.75);
}
#menu ul {
	margin:0;
	padding:0;
}
#menu li {
	list-style:none;
	border-bottom: 1px dotted #999999;
	padding:8px 0 16px 0;
	margin:0;
	color:#beb70a;
	/*cursor:pointer;*/
}
#menu li ul {
	display:none;
	margin-left:25px;
	font-size:0.85em;
}
#menu li ul li:first-child {
	margin-top:10px;
}
#menu li ul li:last-child {
	border:0;
}
#menu a { color:#000000;text-decoration:none }
.menuBotonPeque { width:40px; height:40px; margin: 0 10px -14px 0 }
.menuBotonPequeSimple { width:40px; height:40px; }



h1 { font-size:28px;font-weight:300;margin:10px 0 0 0;padding:0 0 10px 0;text-align:center }
h2{ font-size:18px;font-weight:300;margin:0;padding:10px 0 20px 0 }

.nombreEmpresa { font-size:10px;font-weight:bold;padding:10px 0 0 0 }

p { margin:0; padding:0 0 10px 0 }
.clicable { cursor:pointer }
.mayusculas { text-transform:uppercase }

#contenido { overflow:hidden;padding:0 }
#contenidoTexto { /*position:relative;*/width:calc(100% - 40px);padding:0 20px 0 20px;clear:both;overflow:hidden;text-align:center }

.formTabla { margin:0;padding:0;}
.formCampo { width:150px;height:30px;border:1px solid #999999;-moz-border-radius: 4px;-webkit-border-radius:4px;border-radius:4px;margin:0;padding:7px 10px 7px 10;font-size:18px }
.formCampo.separado { margin-top:3px }
.formCampo.deshabilitado, .tablaDatos input.deshabilitado , .tablaDatos select.deshabilitado   { color:#999999; background-color:#dddddd }

td.deshabilitado { color:#999999 }
td.deshabilitado input[type='radio'] { accent-color: gray; }

.formBoton { width:250px;height:42px;border:0;-moz-border-radius: 4px;-webkit-border-radius:4px;border-radius:4px;margin:0;padding:5px;cursor:pointer;font-size:14px;background-color:#bbbbbb }
.formBoton.ajustado { width:auto;padding:5px 25px 5px 25px }
.formBoton:hover:not([disabled]) { border:0;background-color:#3366CC;color:#FFFFFF }
.registroUsuario { margin:20px 0 20px 0;text-align:center }
.centrar { text-align:center }
.bloqueCentrado { margin:0 auto }
.formChecker {
	margin:-5px 5px 0 10px;
	width:20px;
	height:20px;
	vertical-align: middle;
}
.formLupa { width:30px;height:30px;cursor:pointer;margin-bottom:-7px }
.formLupaPeque { width:25px;height:25px;cursor:pointer;margin-bottom:-6px }

.formBoton2 { width:400px;height:40px;border:1px solid #999999;-moz-border-radius: 5px;-webkit-border-radius:5px;border-radius:5px;margin:10px 0 0 0;padding:5px;cursor:pointer;font-size:14px }

.rojo { color:#CC0000 }
.error { color:#CC0000 }
input.error { background-color:#FFeeFF }
.asterisco:before { margin-left:-9px; content: "* "; }

.cambiaClaveReglas { width:400px;font-size:11px;margin-top:5px;text-align:justify }
.cambiaClaveError { font-size:14px;color:#CC0000 }



.tablaRedondeada { text-align:left; } 
.tablaRedondeada th,.tablaRedondeada td { padding:10px }
.tablaRedondeada.reducirPadding td { padding:5px }
.tablaRedondeada tr { background-color:#ffffff } 
.tablaRedondeada th { text-align:center;font-size:0.7em;font-weight:300;background-color:#3366CC!important;color:#FFFFFF!important }
.tablaRedondeada td { border-left: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; font-size:0.9em  }

.tablaRedondeada tr th:first-child { -moz-border-radius: 3px 0 0 0; -webkit-border-radius: 3px 0 0 0; border-radius: 3px 0 0 0; }
.tablaRedondeada tr th:last-child { -moz-border-radius: 0 3px 0 0; -webkit-border-radius: 0 3px 0 0; border-radius: 0 3px 0 0; }

.tablaRedondeada tr:last-child td:first-child,.tablaRedondeada tr.ultimaFila td:first-child { -moz-border-radius: 0 0 0 3px; -webkit-border-radius: 0 0 0 3px; border-radius: 0 0 0 3px; }
.tablaRedondeada tr:last-child td:last-child,.tablaRedondeada tr.ultimaFila td:last-child { -moz-border-radius: 0 0 3px 0; -webkit-border-radius: 0 0 3px 0; border-radius: 0 0 3px 0; }

.tablaRedondeada td:last-child { border-right: 1px solid #CCCCCC; }
.tablaRedondeada tr:last-child td,.tablaRedondeada tr.ultimaFila td { border-bottom: 1px solid #CCCCCC; }

.tablaRedondeada tr:last-child td:only-child { -moz-border-radius: 0 0 3px 3px; -webkit-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px; }

.bordeInferiorFila td { border-bottom:1px solid #CCCCCC }
.bordeInferiorFila td:first-child { -moz-border-radius: 0 0 0 3px; -webkit-border-radius: 0 0 0 3px; border-radius: 0 0 0 3px; }
.bordeInferiorFila td:last-child { -moz-border-radius: 0 0 3px 0; -webkit-border-radius: 0 0 3px 0; border-radius: 0 0 3px 0; }

.tablaRedondeada tr:nth-child(odd) td { background-color:#ffffff }
.tablaRedondeada tr:nth-child(even) td { background-color:#FFFF99 }

.tablaRedondeada tr.filaImpar td { background-color:#ffffff!important }
.tablaRedondeada tr.filaPar td { background-color:#FFFF99!important }

.tablaRedondeada tbody tr:first-child td { border-top:0 }

.tablaRedondeada.sinEncabezado tbody tr:first-child td { border-top:1px solid #CCCCCC }
.tablaRedondeada.sinEncabezado tbody tr:first-child td:first-child { -moz-border-radius: 3px 0 0 0; -webkit-border-radius: 3px 0 0 0; border-radius: 3px 0 0 0; }
.tablaRedondeada.sinEncabezado tbody tr:first-child td:last-child { -moz-border-radius: 0 3px 0 0; -webkit-border-radius: 0 3px 0 0; border-radius: 0 3px 0 0; }
.tablaRedondeada.sinEncabezado tbody tr:only-child td:first-child { -moz-border-radius: 3px 0 0 3px; -webkit-border-radius: 3px 0 0 3px; border-radius: 3px 0 0 3px; }
.tablaRedondeada.sinEncabezado tbody tr:only-child td:last-child { -moz-border-radius: 0 3px 3px 0; -webkit-border-radius: 0 3px 3px 0; border-radius: 0 3px 3px 0; }

.tablaRedondeada.filtros td { padding:5px 10px 5px 10px } 
.tablaRedondeada.filtros td.filtroInactivo { background-color:#eeeeee } 
.tablaRedondeada.filtros td.filtroInactivo input { display:none }

.tablaRedondeada.totales td { padding:5px 10px 5px 9px } 
.tablaRedondeada.totales td.inactiva { background-color:#eeeeee } 
.tablaRedondeada.totales td.borrarBorde { border-left:0 } 

.filtroTabla { margin:0;padding:0;border:0;width:100% }

.mini { font-size:10px }
.enlace { color:-webkit-link;text-decoration:none;border:0;cursor:pointer }
.puntero { cursor:pointer }

#grafico { position:relative;width:495px;height:250px;border: 1px solid #CCCCCC; -moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px; text-align:left;margin: 20px auto;padding:20px }
#graficoBarra { position:relative;height:250px;width:30px;float:left;margin:10px 11px 0 0; }
#graficoBarraContenido { position:absolute;bottom:20px;width:30px;background-color:#beb70a; }
#graficoBarraPie { position:absolute;bottom:0;font-size:8px;height:20px;text-align:center }

.iconoLupa { width:20px;height:20px; }
.iconoDescarga { width:25px;height:25px;margin:0 5px -8px 0 }
.iconoDescargaDocumento { width:20px;height:20px;margin-bottom:-5px;margin-right:5px }
.iconoMovimientos { width:30px;height:30px; }

.descargaDocumentacion a { text-decoration:none; }


/* POPUPS */

.popup {
	position:fixed;
	top:0%;
	left:0%;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.4);
	z-index:10;
}
.popup.popupBlanco { background-color:rgba(255,255,255,0.6)!important }
.popupContenido {
	position:fixed;
	top:50%;
	left:50%;
	padding:0 40px 0 40px;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	border:1px solid #999999;	
	background-color:rgba(255,255,255,1);
	z-index:20;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.popupContenidoSimple {
	position:absolute;
	top:50%;
	left:50%;
	padding:20px;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	background-color:rgba(255,255,255,1);
	z-index:20;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.popupContenidoSimple.sinFondo {
	background-color:transparent;
}
.popupContenidoSimple.popupBlanco { background-color:rgba(255,255,255,0);!important }
.popupScroll {
	position:fixed;
	top:0%;
	left:0%;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.4);
	z-index:10;
	overflow:visible;
}
.popupContenidoScroll {
	position:absolute;
	top:50px;
	left:50%;
	padding:20px;
	transform:translate(-50%,0);
	-ms-transform:translate(-50%,-0);
	-webkit-transform:translate(-50%,0);
	-moz-transform:translate(-50%,0);
	-o-transform:translate(-50%,0);
	background-color:rgba(255,255,255,1);
	z-index:20;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#popupCargandoContenido {
	text-align:center;
}
#popupCargandoContenido h2 {
	font-weight:300;
}

.creditos { font-size:0.65em;color:#666666;margin-top:40px }
.creditos img { width:80px;margin-bottom:-8px }
.creditos a { text-decoration:none }

.tablaDatos { text-align:left }
.tablaDatos p, .tablaDatos input, .tablaDatos select { margin:0 }
.tablaDatos input, .tablaDatos select, .tablaDatos textarea {
	height:30px;
	border:1px solid #999999;
	-moz-border-radius: 4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	margin:0;
	padding:0 10px 0 10px;
	font-size:14px
}
.tablaDatos textarea {
	height:70px;
}
.tablaDatos .checkMasGrande {
	margin-top:0!important;
}


.tablaDatos.tablaDatosMasAjustada , .tablaDatos.tablaDatosMasAjustada input, .tablaDatos.tablaDatosMasAjustada select, .tablaDatos.tablaDatosMasAjustada textarea {
	font-family:'Roboto Condensed';
	font-size:13px
}
.tablaDatos.tablaDatosMasAjustada thead {
	font-size:15px
}


.pedidoCampoCantidad {
	font-size: 1em;
    margin: 0;
    text-align: right;
    width: 50px;
    padding: 0 10px 0 10px;
}
.pedidoCampoCheck {
	margin:0;
}
.pedidoBotonDetalle,.entradaBotonDetalle {
	width:35px;
	height:35px;
	cursor:pointer;
}
.pedidoBotonDetalle.reducido {
	width:23px;
	height:23px;
}

.pedidoDocumentoIcono {
	width:23px;
	height:23px;
	cursor:pointer;
}

.negrita {
	font-weight:700;
}
.sinMargen {
	margin:0;
}
.adjuntoArchivo {
	margin:0 0 15px 0;
}
.botonRadio {
	width: 18px;
    height: 18px;
    vertical-align: text-top;
    margin: -2px 2px 0 5px;
}
.tablaDatos .botonRadio {
	margin-top: -5px;
}

.errorLinea td {
	color:#FF0000;
	font-weight:bold;
}

.checkGrande {
	width:15px!important;
	height:15px!important;
	margin:0!important;
	padding:0!important;
}
.checkMasGrande {
	width:20px!important;
	height:20px!important;
	margin:-7px 0 0 0!important;
	padding:0!important;
	vertical-align: middle;
}
tr.lineaTrCheckgrande td {
	padding-top:10px;
	padding-bottom:10px;
}
table.tablaFormulario input {
	padding-left:5px;
}

.enlaceDescargaDocumento {
	/*text-decoration:underline;*/
	cursor:pointer;
}

.fotoPedido {
	width:100px;
}

.selectorArchivoBloque {
	width:340px;
	height:140px;
	position:relative;
	margin:0 auto 40px;
}
.selectorArchivoMascara {
	position:absolute;
	top:0;
	left:0;
	width:300px;
	height:100px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	padding:20px;
	text-align:center;
	border: 5px dotted #dddddd;
	display:flex;
	vertical-align:middle;
	align-items:center;
}
.selectorArchivoBloque.reducido .selectorArchivoMascara { 
	height:100px;
}
.selectorArchivoMascara.activo {
	background-color:#FFFFFF;
}
.selectorArchivoMascaraTexto {
	width:100%;
}
.selectorArchivoCampo {
	position:absolute;
	top:0;
	left:0;
	width:340px;
	height:140px;
	opacity:0;
	cursor:pointer;
}

.tablaGrid tbody td {
	margin:0;
	padding:0;
	height:auto;
}
.tablaGrid tbody td input {
	margin:0;
	padding:10px;
	border:0;
	background:none;
}