/*@import url(fuenteOpenSans.css);*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

body {
	color: #6c6c6c;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin: 5px 5px 5px 5px;
	text-align: left;
	min-width: 980px;
	height: 100%;
}

#cabecera {
	background: url(../imagenes/fondo3.png) top left repeat-x,
		url(../imagenes/fondo1.png) top right no-repeat;
}

#logo {
	float: right;
	/*position: absolute;*/
	margin-right: 5px;
	top: 35px;
	width: 360px;
	text-align: left;
	z-index: 101;
}

#logo img {
	max-width: 100%;
}

#titulo {
	float: left;
	max-width: 600px;
	margin-left: 5px;
	text-align: left;
	z-index: 101;
	/*Text shadow con cada , se aplica una sombra diferente. Pueden ser internas*/
	text-shadow: 1px 1px 1px #000; /*, 1px 1px 1px #fff;*/
}

h1 {
	color: #a2a2a2;
	font-size: 2.5em;
	font-style: italic;
	font-weight: bold;
	line-height: 1.1;
	margin: 2px auto;
	padding-bottom: 2px;
	padding-top: 5px;
	text-align: left;
}

h1 span {
	font-size: 0.8em;
}

h2 {
	color: #225B34;
	border-bottom: 1px solid #dddddd;
	font-size: 1.2em;
	margin-top: 12px;
	margin-bottom: 10px;
	padding-top: 5px;
	font-weight: 500;
}

.textoCabecera {
	color: #225B34;
	font-size: 1em;
	margin-top: 12px;
	margin-bottom: 5px;
	padding-top: 5px;
	/*font-weight: 300;*/
}

button,input,select,textarea {
	border: 1px solid #dddddd;
	background-color: white;
 	color: #6c6c6c; 
	font-size: 1em;
	padding: 2px;
}

/*SOLO USAR PARA PASOS EN DOMICILIACION Y DEMAS*/
.pasos {
	background-color: black;
	color: white;
	border-right: 2px dotted white;
	font-size: 1.2em;
	padding: 5px 10px 5px 10px;
	margin-botton: 20px;
}

.activo {
	color: white;
}

.inactivo {
	text-shadow: 0px 2px 3px #555;
	color: #999;
	background-color: #666;
	/*text-shadow: #2c2c2c 3px 3px 5px;*/
}
/*FIN DE LOS PASOS */
.txtnumPag {
	color: #777777;
	font-size: 9pt;
	padding: 2px 5px 2px 5px;
	cursor: pointer;
	text-align: center;
	line-height: 14px !important;
	transition: all 0.2s;
}

.txtnumPag a:HOVER {
	background: #225B34;
	color: #ffffff !important;
	cursor: pointer;
}

.txtnumPag b {
	color: #225B34 !important;
}

#capa_bloqueadora, #capa_bloqueadora_modal, .capa_bloqueadora {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 103;
	filter: alpha(opacity = 65);
	-moz-opacity: 65;
	opacity: 0.65;
	background: #000;
	display: none;
}

.capa_guardando {
	width: 320px;
	position: absolute;
	margin-left: -160px;
	top: 100px;
	left: 50%;
	z-index: 4000;
	background-color: #FFFFFF;
}

.table-wrapper
{
    width: 100%;
    overflow-y: auto; 
}
.table-wrapper thead th { position: sticky; top: 0; }

tr.conBorde td {
	border-bottom: 1pt solid black;
	border-top: 1pt solid black;
}

tr.conBordeNegrita td {
	border-bottom: 2pt solid black;
	border-top: 2pt solid black;
}

.ventanaEmergente {
	position: fixed;
	top: 50%;
	left: 50%;
	/* bring your own prefixes */
	transform: translate(-50%, -50%);
	z-index: 4000;
	background-color: #FFFFFF;
	display: none;
}

.tablaFiltro, .tablaAcciones {
	border: 1px #d2d1cb;
	background: #f0f4f1;
	width: 100%;
	padding: 10px;
}

.detalle {
	border: 1px dotted #27701D;
}

.displaytag {
	width: 100%;
	border: none;
	margin-bottom: 10px;
	text-align: left;
}

.displaytag th {
	padding: 5px;
	background-color: #225B34;
	color: #FFF;
	vertical-align: middle;
	text-align: left;
	border-left: white solid 1px !important;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	cursor: pointer;
}

.displaytag td {
	padding: 5px;
	vertical-align: middle;
}

.displaytag th a:link {
	color: #FFF !important;
	font-weight: bold;
}

.displaytag th a:visited {
	color: #FFF !important;
	font-weight: bold;
}

.displaytag th a:active {
	color: #FFF !important;
	font-weight: bold;
}

.displaytag th a:hover {
	text-decoration: underline;
	color: #FFF !important;
	font-weight: bold;
}

a {
	
}

.filaSeleccionada {
	cursor: pointer;
	padding: 5px;
	background-color: #dfc1bb;
}

.odd_row {
	cursor: pointer;
	padding: 5px;
	background-color: #FFF;
}

.odd_row:hover {
	background-color: #f2eabf;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.even_row {
	cursor: pointer;
	padding: 5px;
	background-color: #F3F3F3;
}

.even_row:hover {
	background-color: #f2eabf;
}

tr.document_row td {
	/* border-bottom:1pt solid black;*/
	cursor: pointer;
	padding: 5px;
	background-color: #FFF;
	border-bottom: solid black 1px;
}

a:link, a:active, a:visited, a:hover {
	color: #225B34;
}

[class^="icon-"] {
	font-size: 14pt;
	vertical-align: sub;
}

.icon-clip3, .icon-clip4, .icon-plus {
	color: #225B34;
}

.icon-coin-euro, .icon-formato-xls, .icon-formato-pdf {
	font-size: 24pt;
	color: #225B34;
}

.icon-table {
	font-size: 30px;
}

.icon-tramites {
	font-size: 24pt;
	color: #0080c0;
}

.icon-middle, .icon-plus, .icon-minus {
	font-size: 18pt;
}

.icon-plus:hover, .icon-minus:hover {
	color: #dac049;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.icon-pagina-alerta {
	cursor: pointer;
	font-size: 20pt;
	color: #FFAA00;
}

.icon-clave {
	color: #fe8a0a;
}


span  [class^="icon-"] {
	cursor: pointer;
}

.icon-anadir {
	color: #1fcb50;
}

.actual_step, .icon-clip, i.icon-alerta2, .icon-zip, .icon-info {
	color: #FFAA00;
}

.icon-info {
	font-size: 24pt;
	cursor: pointer;
}

.icon-alerta, .icon-eliminar, .icon-minus {
	color: #ed754a;
}

button[disabled] {
	cursor: default;
	background-color: #a1a1a1;
	opacity: 0.7;
}

input[readonly],textarea[readonly],select[disabled] {
	cursor: default;
	background-color: #f1f1f1;
	opacity: 0.7;
}

input[type=text] {
	
}

.colorBoton {
	border: 1px solid #225B34 !important;
	color: #225B34;
	background-color: #fff;
	border: 0 none;
	border-radius: 4px;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.9 !important;
	padding: 2px;
	text-align: left;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1em;
	margin-left: 0.2em;
	margin-right: 0.2em;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	cursor: pointer;
}

.colorBoton:hover:enabled {
	background-color: #225B34 !important;
	color: white !important;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

.colorBotonLabel {
	border: 1px solid #225B34 !important;
	color: #225B34;
	background-color: #fff;
	border: 0 none;
	border-radius: 4px;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.9 !important;
	padding: 0;
	text-align: left;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1em;
	margin-left: 0.2em;
	margin-right: 0.2em;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	cursor: pointer;
}

.colorBotonLabel:hover{
	background-color: #225B34 !important;
	color: white !important;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
/*.celdaGrid, .celdaGridSeleccionar, .celdaGridEliminar, .txtVerdePequeno,
	.txtVerde, .txtRojo, .txtAzul, .txtNaranja {
	line-height: 14px !important;
	text-align: center;
	border-bottom: solid 1px #e0e0e0;
	padding: 4px 6px;
}
*/
.nombreCampo {
	font-weight: 600 !important;
}

.barraDesplegable {
	background-color: #f6f6f6;
	border: 1px solid #e1e1e1;
	cursor: pointer;
	padding: 5px;
	text-align: center;
}

/*PESTAŅAS*/
.pestanas ul {
	margin: -1px;
	padding: 1px;
	list-style: none;
	cursor: pointer;
}

.pestanas li {
	float: left;
	BORDER-LEFT: #b1b0b1 1px solid;
	border-right: #b1b0b1 1px solid;
	border-top: #b1b0b1 1px solid;
	border-radius: 10px 10px 0px 0px;
	TEXT-ALIGN: center;
	z-index: 9;
	PADDING-BOTTOM: 5px;
	PADDING-LEFT: 8px;
	PADDING-RIGHT: 8px;
	margin-right: 2px;
	BACKGROUND: white;
	opacity: 0.5;
	FONT-SIZE: 12px;
	PADDING-TOP: 7px;
	transition: all 0.3s;
}

li.pestanaseleccionada {
	TEXT-ALIGN: center;
	opacity: 1;
	PADDING-BOTTOM: 5px;
	BACKGROUND-COLOR: white;
	color: #225B34;
	PADDING-LEFT: 8px;
	PADDING-RIGHT: 8px;
	FONT-SIZE: 12px;
	border: 1px;
	border-bottom: 0px;
	border-color: #225B34;
	border-style: solid;
	/*	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 0px 2px rgba(0, 0, 0, .2);*/
	PADDING-TOP: 7px;
}

.cuerpopestanas {
	font-size: 14px;
	background-color: #FFFFFF;
	border: 1px solid #225B34;;
	padding: 5px;
	clear: both;
	margin-top: 0px;
	height: 100%;
	overflow: auto;
}

.cuerpopestanasFiltro {
	font-size: 14px;
	border: 1px solid #225B34;;
	padding: 5px;
	clear: both;
	margin-top: 0px;
	height: 100%;
	overflow: auto;
}

/*FIN TRATAMIENTO PESTAŅAS*/
.capa_modal {
	border-radius: 6px;
	display: none;
	background: white;
	min-width: 500px;
	position: fixed;
	
	/*top: 50%;*/
	top: 50%;
	left: 50%;
	/* bring your own prefixes */
	transform: translate(-50%, -50%);
	z-index: 400;
}

/**Cabecera dedicada a los mensajes erroneos**/
.errorMensaje {
	border-style: solid;
	border-width: 1px;
	border-color: #c00;
	font-family: verdana;
	color: red;
	font-style: bold;
	font-size: 10pt;
	text-align: center;
	background-color: #fcc;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	/*margin: 5px;*/
}

/**Cabecera dedicada a los mensajes correctos**/
.mensajeBueno {
	font-size: 10pt;
	font-style: bold;
	text-align: center;
	color: green;
	background-color: #EDF1DD;
	border-color: #194C33;
	border-style: solid;
	border-width: 1px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	/*margin: 5px*/
}

.leyenda {
	padding: 2px;
	font-size: 0.9em;
	border: 1px grey dashed;
}

/*PARTE DE LOS COLORES PARA LOS GRIDS*/
/*antiguo txtvVerdePequeno*/
.tabla td {
	font-size: 0.9em;
	text-align: center;
	cursor: pointer;
	/*color: #235b34;	*/
}

.tabla tbody td {
	border: 0.5px solid #eee;
}

.txtPequenoPago {
	font-size: 0.9em;
}

.fondoVerde {
	background: #CCFECC;
}
.fondoBlanco {
	background: #FFFFFF;
}
.fondoVerdeOscuro {
	color: #FFFFFF;
	background: #235B34;
}

.fondoRojoOscuro {
	color: #FFFFFF;
	background: #DB2334;
}

.fondoRojoCerrado {
	color: #DDD;
	background: #008040;
}

.fondoAzulOscuro {
	color: #ffffff;
	background: #3366FF;
}

.fondoAzul {
	background: #abe1f1;
}

.fondoAzulClaro {
	background: #CEE7FF;
}

.fondoNaranja {
	background: #FF9933;
}

.fondoNaranjaFuerte {
	background: #FF8100;
	color: #FFF;
}


.fondoRojo {
	background: #FC8284;
}

.fondoRosa {
	background: #FFE1C4;
}

.fondoAmarillo {
	background: #FFFFAA;
}

.fondoGris {
	background: #CBCBCB;
}

.fondoGrisOscuro {
	color:white;
	background: #555555;
}

.fondoNegro {
	background: #000000;
}

/*COLORES PARA TRAMITE MULTAS*/
.fondoNaranjaDGT {
	background: #FFE5AC;
}

.fondoAzulDGT {
	background: #62B0FF;
}

.fondoAzulClaroDGT {
	background: #CEE7FF;
}

.fondoAmarilloDGT {
	background: #FFFFAA;
}

.fondoRojoDGT {
	background: #FC8284;
}

.fondoGrisDGT {
	background: #E2E2E2;
}

.fondoRosaDGT {
	background: #EB4B8F;
}

.txtTacharDGT {
	text-decoration: line-through;
}

.textoRotado {
	color: #049725;
	font-size: 0.8em;
	font-weight: bold;
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
}