:root {
	
	--base-color: #344b77;
}

#logoCabecera {
	width: 40%;
	height: 185px;
}
#logo{
	height: 144px;
	width: 600px;
}

html{
	margin: 0;
	padding:0;
	font-family: arial;
	font-size: 15px;
}



#campos h4{
	font-size: 15px;
}

label{
	font-size: 12px;
	cursor: pointer;
}
.sufijoPrefijo{
	font-size: 12px;
}
.textoRadio{
	font-size: 12px;
	cursor: pointer;
}

#mensajes label{
	font-size: 14px;
}

div.cabecera{
	width: 80%;
	position: relative;
	left: 10%;
}

a.volver {
	font-size: 12px;
}

div.menu{
	width: 80%;
	position: relative;
	left: 10%;
}

table.principal{
	width: 100%;
}

table.menu{
	width: 90%;
	position: relative;
	left:5%;
}

#mensajes{
	padding: 10px;
}

/*INSTRUCCIONES*/
#instrucciones{
	font-size: 14px;
	text-align: justify;
	width: 90%;
	position: relative;
	left: 5%;
}

.instrucc_table_tasa{
	border-spacing: 0;
	border-collapse: collapse;
	width: 573px;
}
.instrucc_table_tasa tr td{
	border: 1px solid black;
	padding: 2px;
}
.instrucc_table_tasa_td_desc{
	width: 80%;
	
}
.instrucc_table_tasa_td_imp{
	width: 20%;
	text-align: right;
	vertical-align: top;
}

#cabecera{
	width: 90%;
	min-width: 800px;
	position: relative;
	left: 5%;
}

#lopd{
	font-size: 14px;
	text-align: justify;
}

#autoliquidacion, #autoliquidacion_xtra{
	width: 90%;
	min-width: 800px;
	position: relative;
	left: 5%;
}

#autoliquidacion div{
	margin-bottom: 20px;
}

h3{
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: 3px;
	background-color: #4E7DAB;
	color: white;
	border: 1px solid #4E7DAB;
	border-top-left-radius: 10px;
	/*border-top-right-radius: 10px;*/
	margin:0;
}

table {
	width: 100%;
}

label.vertical{
	
	display: table;
}

table.cuerpoSeccion, table.cuerpoSeccionHyR {
	border: 1px solid #4E7DAB;
	padding-bottom: 10px;
	border-bottom-right-radius: 10px;
}

table.cuerpoSeccion td input {
	width: 100%;
}

table.no100 td input, .no100 input{
	width: inherit !important;
}

#id_dp_tiponif, #id_rep_tiponif{
	width: 90px;
}

table.tablaDP td {
	padding-right: 4px;
}

td.l select {
	width: 100%;
}

.calendario {
	background: url("/AutoliquidacionesWeb/img/date-calendar.png");
	background-repeat: no-repeat;
	background-position: right;
}

.td_identificacion{
	height: 10px;
}

.ajustar{
	width: 99%;
}

.ajustar3{
	width: 32%;	
}

.izquierda{
	text-align: left;
}

.derecha{
	text-align: right;
}

.centro{
	text-align:center;
}

.bandera{
	margin-right: 10px;
}

.logo{
	text-align: center;	
}
/*INSTRUCCIONES - Instroduccion*/
.intro{
	padding-top: 10px;
	padding-left: 65px;
	padding-right: 65px;
	padding-bottom: 10px;
}

.intro_dentro{
	padding-left: 25px;
	padding-right: 90px;
	text-align: justify;
}
.intro_dentro ul li{
	list-style-type: circle;
	margin: 0 0 5px 0;
}

td.listado{
/* 	padding-left: 20px; */
}

a:link {
	color: #344b77; text-decoration: none;
}

a:visited {
	color: #344b77; text-decoration: none;
}

a:active {
	color: #344b77; text-decoration: none;
}

a:hover {
	color: #4b6bab;
}

.errores{
	background-color: #FFDDDD;
}

.httpError{
	color: #D8000C;
	background-color: #FFBABA;
	border: 1px solid;
	margin: 10px 0px;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-image: url("/AutoliquidacionesWeb/img/errorHttp.png");
}

.error{
	border: 1px solid red;
	background-color: #FFDDDD;	
}
.errorLink{
	cursor: pointer;
}

.errorLink:hover{
	color: #FF594D;
}

.titulo{	
	padding: 2px;

	-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}


input, select, .boton{
  border-color: rgba(140, 140, 140, 0.8);
  border: 1px solid rgba(140, 140, 140, 0.8);
  outline: 0px none;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(3,123,180,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(3,123,180,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(3,123,180,.6);
  /*rgba(2,168,236,.6)*/
}

input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type="submit"], .boton{
  font-size: medium;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  cursor: pointer;
}
input[type="submit"]:hover, .boton:hover{
  color: #ffffff;
  background-color: #0044cc;
  cursor: pointer;
  background-image: linear-gradient(bottom, rgb(23,62,161) 10%, rgb(26,124,204) 72%);
	background-image: -o-linear-gradient(bottom, rgb(23,62,161) 10%, rgb(26,124,204) 72%);
	background-image: -moz-linear-gradient(bottom, rgb(23,62,161) 10%, rgb(26,124,204) 72%);
	background-image: -webkit-linear-gradient(bottom, rgb(23,62,161) 10%, rgb(26,124,204) 72%);
	background-image: -ms-linear-gradient(bottom, rgb(23,62,161) 10%, rgb(26,124,204) 72%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.1, rgb(23,62,161)),
		color-stop(0.72, rgb(26,124,204))
	);
}

.boton{
	color: white !important;
	padding: 4px !important;
}

input[type="button"]{
  font-size: medium;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  cursor: pointer;
}
input[type="button"]:hover{
  color: #ffffff;
  background-color: #0044cc;
  cursor: pointer;
  background-image: linear-gradient(bottom, rgb(23,62,161) 10%, rgb(26,124,204) 72%);
	background-image: -o-linear-gradient(bottom, rgb(23,62,161) 10%, rgb(26,124,204) 72%);
	background-image: -moz-linear-gradient(bottom, rgb(23,62,161) 10%, rgb(26,124,204) 72%);
	background-image: -webkit-linear-gradient(bottom, rgb(23,62,161) 10%, rgb(26,124,204) 72%);
	background-image: -ms-linear-gradient(bottom, rgb(23,62,161) 10%, rgb(26,124,204) 72%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.1, rgb(23,62,161)),
		color-stop(0.72, rgb(26,124,204))
	);
}

div#tasas{
	width: 100%;
}

div#tasas div{
	display: inline;
}

div#tasa{
	position: absolute;
	right: 0;
}
span#importetasa{
/* 	font-size: small; */
}

.requerido{
	color: red;		
	font-weight: bold;
	font-size: 12px;
}

div.campo div{
	display: inline;
}

div.errorcampo{
	border: 1px solid red;
	font-size: 12px;
	font-weight: normal;
	padding-right: 5px;
	visibility: hidden;
}

div.errorcampo p{
	display: inline;
	margin-left: 5px;
}

/* JQuery dialog */

.ui-dialog{
	background-color: #FFF;
}

.ui-dialog-titlebar{
	height: 10px;
	padding:0;
}

.ui-dialog-title{
/* 	background-color: red; */
	font-size: 12px;
	position: absolute;
	top: 0;
	padding-top: 5px;
}

#dialogo{
	display: none;
}

.tr_tasa{
	font-size: 40px;
}

.ok{
	background-color: #DDFFBB;
	border: 1px solid #4CAC35;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;	
	margin-bottom: 10px;
}

.descarga{
	width: 50%;
	height: 125px;
}

td.descarga{
	background-color: #ADD8E6;
	border-radius: 10px;
}

.menuemisora{
	margin-bottom: 20px;
}

/* Redefinimos Estilo Dialog JQuery */
.tablaGenerarOK {
    position: relative;
    font-size: medium !important;
}
.tablaGenerarOK:after {
   content: "";
   position: absolute;
   top: 100%;
   left: 42%;
   border-top: 20px solid red;
   border-top-color: #ADD8E6;
   border-left: 20px solid transparent;
   border-right: 20px solid transparent;
}
.myDialog .ui-widget-header{
	background: #ddffbb;
  border: 1px solid green;
}
.myDialog .ui-dialog-title{
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
	text-align: center;
	vertical-align: center;	
}
.myDialog .ui-dialog-titlebar{
	height: 15px;
}

/* dialog cargando */
.dialog-loading .ui-dialog-titlebar-close,.dialog-loading .ui-widget-header {
  display: none;
}
.dialog-loading{
	width: 100px !important;
	height: 100px !important;
	vertical-align: middle;
	text-align: center;
	border: 0px;
	background: none !important;
	padding: 0;
}
.dialog-loading img{
	width: 60px;
	height: 60px;
}

.textotpv{
	font-size: 10px;	
}

.dialogoLoad .ui-dialog-titlebar
{
 	display: none;
}

#imgPDF{
	position: absolute;
	left: 50px
}
#imgPDFtxt{
	position: absolute;
	left: 77px;
	top: 34px;
	color: white;
}

#datospersonales_info{
	height: 10px;
}

#formula_calculo{
	text-align:right;
	font-size: 11px !important;
	position: relative;
}

#formula_calculo_contenido{
	position: absolute;
	top: -100px;
	right: 1px;
	width: 350px;
	font-size: 14px;
}
#formula_calculo_contenido h3{
	margin-bottom: 3px;
	font-size: 11px;
}

 .ui-tooltip {
    background: #fff;
    color: #000;
    border: 2px solid #454545;
    border-radius: 0px;
    box-shadow: 0 0 
}

.ui-autocomplete {
    background: #fff;
    border-radius: 1px;
		max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
}
.ui-autocomplete.source:hover {
    background: #ffffff;
}

.ui-menu .ui-menu-item a{
    height:14px;
		font-size:14px;
}

.mdl-badge {
	position: relative;
	white-space: nowrap;
	margin-right: 24px;
}

.mdl-badge:not ([data-badge] ) {
	margin-right: auto;
}

.mdl-badge[data-badge]:after {
	content: attr(data-badge);
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: -11px;
	right: -24px;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-weight: 600;
	font-size: 12px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: rgb(255, 64, 129);
	color: rgb(255, 255, 255);
}

.mdl-button .mdl-badge[data-badge]:after {
	top: -10px;
	right: -5px;
}

.mdl-badge.mdl-badge--no-background[data-badge]:after {
	color: rgb(255, 64, 129);
	background: rgba(255, 255, 255, 0.2);
	box-shadow: 0 0 1px gray;
}

.mdl-badge.mdl-badge--overlap {
	margin-right: 10px;
}

.mdl-badge.mdl-badge--overlap:after {
	right: -10px;
}

.divGrupoGeneral{
	width: 750px;
	border: 1px solid #4E7DAB;
	padding-bottom: 10px;
	border-bottom-right-radius: 10px;
	margin: 2px;padding: 2px;
}
.fondoGeneral{
	background-color: white;
}

.adminNombreUsuario{
	height: 100%;
	vertical-align: top;
	font-size: 20px;
	color:#4E7DAB
}

.icono_login{
	color: #4E7DAB;
	text-shadow:3px 2px rgba(78,148,171,0.51);
}

.listaErrores{
	list-style-type: none;
	padding: 5px;
}

.estiloMulti{
	width: 80%; 
	float: left;
}

.listaSimple{
	list-style-type: none;
}

.menu_centrado{
	position: absolute;
	left: 50%;
	width: 900px !important;
	margin-left: -450px;
	table-layout:fixed;
	border-spacing: 10px;
	border-collapse: separate;
}

.desgloseFoot{
	line-height: 2px;
}
.desgloseFoot td{
	border-bottom: 1px solid #9e9e9e;
}

#importeSubTasa{
height: 30px;	
}

.enlacetpv{
	cursor: pointer;
}

.tablatpv{
	text-align: center;
	padding-top: 20px;
}
.textotpv{
	padding-top: 20px;
}

.icono_ayuda{
	cursor: pointer;
	color: #4286f4;
	font-size:18px;
}
.icono_ayuda:hover{
	color: #b2cfff;
}

.tabla_recibos table{
	
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.tabla_recibos td,th{
	border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}


.tabla_recibos tr:nth-child(even){
	background-color: #dddddd;
}
	
.label{
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
}

.groupView{
	display: inline-block;
}

.tdPlusvalia{
	width: 1%;
	white-space: nowrap;
}

#divDonacion{
	
	margin-bottom: 0px !important;
}

#divHerencia{
	
	margin-bottom: 0px !important;
}


div#formula_calculo.formula_calculo_304{
	
	right: 20px;	
	margin-bottom: 0px;
}

div#formula_calculo.formula_calculo_304 #formula_calculo_contenido{
	
	width: auto;
}

.tdPlusvalia{
	
	white-space: unset;
}

#seccNotaria_304 label{
	
	font-size: 12px;
	cursor: pointer;
}

.grupoAutoliquidacion{
	
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
}

.nombregrupoAutoliquidacion{
	
	color: var(--base-color);
	padding-top: 10px;
	cursor: pointer;
}

.opcionAutoliquidacion{
	margin-left: 33px;
	font-size: 15px;
	margin-bottom: 3px;
	font-weight: initial;
}
