.listaServiciosDesplegado {
  font-size: 1.1em;
  padding: 8px 30px 20px;
}

.listaServiciosDesplegado ul {
  margin: 0;
  padding: 0;
}

.listaServiciosDesplegado ul {
  margin-left: 1em;
}

.listaServiciosDesplegado ul li {
  background: transparent url(../images/piti.svg) 0px 10px no-repeat;
  list-style-type: none;
  margin-bottom: 1em;
  padding: 3px 0 3px 15px;
}

.listaServiciosDesplegado a {
  border-bottom: 1px solid #b8b8b8;
  color: #444;
}

span.indicador-elemento {
  color: blue;
  font-weight: bolder;
}

span.bold {
  font-weight: bolder;
}

div.plegable {
  position: relative;
}

/* div.plegable div.cabecera-plegable:after { */
/* 	font-family: 'icomoon'; */
/* 	content: "\e603"; */
/* 	position: absolute; */
/* 	right: 10px; */
/* 	top: 10px; */
/* 	font-size: 1.5em; */
/* 	color: #265dc0; */
/* 	cursor: pointer; */
/* } */

/* div.desplegable div.cabecera-plegable:after { */
/* 	font-family: "icomoon"; */
/* 	content: "\e600"; */
/* 	position: absolute; */
/* 	right: 10px; */
/* 	top: 10px; */
/* 	font-size: 1.5em; */
/* 	color: #265dc0; */
/* 	cursor: pointer; */
/* } */
a.seleccion-flotante {
  background: #999 url('../images/btn-mas.png') no-repeat scroll center center;
  border-radius: 3px;
  display: block;
  height: 34px;
  opacity: 0.7;
  /* 	text-indent: -9999px; */
  transition: all 0.4s ease 0s;
  width: 34px;
  float: left;
}

a.seleccion-flotante:focus {
  /* 	background-color: #505; */
  background-color: #29777c;
}

.modal-callejero {
  width: 450px;
  margin: auto;
}

.modal-callejero .modal-dialog,
.modal-callejero .modal-dialog .modal-content {
  width: 450px;
}

.modal-callejero .modal-content .modal-body {
  width: 100%;
  max-height: 300px;
  overflow-y: scroll;
}

.modal-callejero .modal-body ul li {
  width: 100%;
  cursor: pointer;
}

.modal-callejero .modal-body ul li:hover {
  background-color: #b5b5b5;
}

.contenidoExpediente .loginUsuario ul li {
  width: 50%;
}

.contenidoExpediente .loginUsuario .form-group ul li {
  width: 100%;
}

span.text-danger.text-errores-form {
  display: block;
}

/* .subMenuPrincipal_interior a.desconectar { */
/* 	top: 20px; */
/* } */
.modal-dialog.modal-waiting {
  left: 50%;
  margin-left: -300px;
  margin-top: -128px;
  position: fixed;
  top: 50%;
  width: 600px;
}

.modal-dialog.modal-waiting .modal-header {
  text-align: center;
}

div.waiting-content {
  background: url('../images/loader-clock.gif') no-repeat scroll center center;
  min-width: 128px;
  min-height: 128px;
}

#migas .breadcrumb {
  display: block;
}
/**** CAMBIOS PARA LOGGIN ****/
div.certificado-activa {
  border-color: blue;
  border-style: solid;
  border-width: 1px;
  background-color: #bbbec0;
  padding: 5px;
}

div.seleccion-activa {
  border-color: blue;
  border-style: solid;
  border-width: 0 1px 1px;
}

.contenidoExpediente .loginUsuario .tab-content {
  background-color: #bbbec0;
}

ul li.pestana-seleccion {
  border-bottom: 1px solid blue;
  font-size: 16px;
  cursor: pointer;
}

ul li.pestana-seleccion.active {
  border-color: blue;
  border-style: solid;
  border-width: 1px 1px 0;
  cursor: pointer;
}

ul li.pestana-seleccion.active a {
  background-color: #bbbec0;
  margin: 0;
  border-radius: 0;
  border-color: #bbbec0;
  outline: 0;
}

ul li.pestana-seleccion.active a:focus,
ul li.pestana-seleccion.active a:hover {
  background-color: #aeb2b4;
}

.contenidoExpediente .loginUsuario .destacadoAyuntamiento {
  border-radius: 3px;
  margin-bottom: 25px;
  padding: 15px 20px;
}

.destacadoAyuntamiento.bg-primary {
  background-color: #1c448d;
  color: #fff;
}

.destacadoAyuntamiento.bg-primary p {
  margin: 5px 10px;
}
/**** FIN CAMBIOS PARA LOGGIN ****/
/**CAMBIOS PARA ACCESIBILIDAD EN EXPEDIENTES**/
#botonOculto {
  display: none;
}

@media print {
  a:link:after,
  a:visited:after {
    content: '';
  }
}

.temp-invisible {
  visibility: hidden;
}

.temp-hidden {
  display: none;
}

div.separador {
  height: 1px;
  clear: both;
  display: block;
}

.imprimir-recibo {
  color: #1c448d;
  font-size: 1.1em;
  line-height: 25px;
  margin: 5px 0;
  padding: 10px;
  text-align: center;
}

.imprimir-recibo a {
  background-color: #fff;
  border: 1px solid #cecece;
  border-radius: 5px;
  margin: 0 0 1em;
  padding: 15px 25px;
}

#impresion-elementos {
  background-color: #f0f2f3;
  padding: 2em 1em;
}

#impresion-elementos,
#impresion-elementos p {
  font-size: 23px;
}

#impresion-elementos h1 {
  font-size: 55px;
}

#impresion-elementos h2 {
  font-size: 40px;
}

.listaServiciosDesplegado ol,
.listaServiciosDesplegado ul,
.listaServicios ol,
.listaServicios ul {
  margin-left: 1em;
  padding: 0;
}

/*
.listaServiciosDesplegado ul li,
.listaServicios ul li,
.contenidoExpediente ul li {
  list-style: square;
  background-image: none;
}

.contenidoSolicitar ul {
  list-style-type: none;
}

.contenidoSolicitar li {
  list-style-type: none;
  padding-left: 40px;
}

.listaServiciosDesplegado ul.listaGen li,
.listaServicios ul.listaGen li {
  background: transparent url(../images/piti.svg) 0px 10px no-repeat;
  list-style-type: none;
  padding: 3px 0 3px 15px;
}

.contenidoExpediente ul.listaGen li {
  background-image: url('../images/css-li-detalle-servicio.gif');
  background-position: 0 0.5em;
  background-repeat: no-repeat;
  list-style-type: none;
  padding-left: 10px;
}
*/

.contenidoExpediente .loginUsuario ul li {
  list-style: none;
}

.loginUsuario .alert.alert-danger ul li {
  width: auto;
}

.contenidoExpediente .loginUsuario ul li.pestana-completa {
  width: 100%;
  text-align: center;
}

.subtitulo {
  font-size: 14px;
  line-height: 1.4em;
  margin-top: -20px;
  padding: 0 30px 20px 30px;
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.icon-notificaciones-pendientes {
  position: absolute;
  top: -2px;
  right: -5px;
}

.notificacion-jakinarazi {
  padding-bottom: 0;
}

.notificacion-jakinarazi .icon-jakinarazi {
  position: relative;
  left: -10px;
  position: relative;
  height: 32px;
  width: 32px;
}

.icon-jakinarazi {
  background-image: url(../images/sobre_azul.jpg);
}

.icon-jakinarazi.icon-notificaciones-pendientes {
  background-image: url(../images/sobrerojo_azul.jpg);
}

.icon-ayuda-jakinarazi::before {
  content: '\003f';
}

.ayuda-jakinarazi,
.subMenuPrincipal_interior .ayuda-jakinarazi {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  height: 100%;
  border-bottom: none;
  border-top: none;
  border-right: none;
  border-left: 1px solid #fff;
}

.ayuda-jakinarazi .icon-ayuda-jakinarazi {
  top: 5%;
  margin-left: 2px;
  left: 2px;
  color: #fff;
}

.ayuda-jakinarazi:hover,
.nav > li > a.ayuda-jakinarazi:hover {
  border: 1px solid #1c448d;
  background-color: #29777c;
}

.ayuda-jakinarazi:hover,
.nav > li > a.ayuda-jakinarazi:hover .icon-ayuda-jakinarazi::before {
  color: #fff;
}

.contenidoExpediente .loginUsuario {
  padding-top: 25px;
}

.subMenuPrincipal_interior .a.notificacion-jakinarazi {
  padding: 5px 32px 5px 10px;
}

/*
.texto-ayuda-jakinarazi .destacado {
  font-size-adjust: 0.8;
  color: #666;
  line-height: 1.5em;
  text-align: justify;
}

.texto-ayuda-idazkidesktop .destacado {
  font-size-adjust: 0.8;
  color: #666;
  line-height: 1.5em;
  text-align: justify;
}
*/

.red-dotted {
  border: 3px solid red;
  border-radius: 5px;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  right: 0;
  background: red;
}

li a.representante-legal {
  width: 44px;
  height: 43px;
  position: absolute;
  z-index: 2;
  margin: 0 1px 0 0;
  border-top: 1px solid #1c448d;
  border-left: 1px solid #1c448d;
  border-bottom: 1px solid #1c448d;
  border-right: 1px solid #fff;
  color: #fff;
  padding: 5px 10px;
}

.representante-legal:hover {
  cursor: help;
  border-top: 1px solid #1c448d;
  border-left: 1px solid #1c448d;
  border-bottom: 1px solid #1c448d;
  border-right: 1px solid #fff;
  color: #1c448d;
  background-color: #fff;
}

.un-pendiente {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  border-radius: 50px;
  left: 50%;
  border-left: 15px solid red;
  border-right: 15px solid #f900ff;
  border-top: 15px dotted cadetblue;
}

ul.seleccion-usuario li {
  list-style: none;
  height: 2em;
  position: relative;
}

ul.seleccion-usuario li:hover {
  background-color: #c0c0c0;
}

ul.seleccion-usuario li label {
  display: inline-block;
  width: 100%;
  position: absolute;
  height: 100%;
}

.label-seleccion-usuario {
  margin-left: 1em;
}

.txt_menu_aux.txt-representado {
  margin-left: 50px;
  position: absolute;
  top: 1.8em;
  font-weight: bold;
}

.txt_menu_aux.txt-representante {
  margin-left: 40px;
  position: absolute;
  font-size: 0.8em;
}

.txt_menu_aux.txt-usuario {
  margin-left: 40px;
  position: absolute;
  top: 0.8em;
  font-weight: bold;
  font-size: 1.1em;
}

.txt_menu_aux.txt-notificacion {
  margin-left: 23px;
  position: relative;
  top: 0.5em;
  font-size: 1em;
  text-transform: uppercase;
}

.NombreUsuario.representacion {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}

.alert.alert-danger span {
  font-style: italic;
  font-weight: bold;
}

.textoAyuntamiento .denomi-app-externa {
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  color: #1c448d;
  font-weight: bold;
  padding-right: 1em;
}

@media (min-width: 768px) {
  .textoAyuntamiento .denomi-app-externa {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .textoAyuntamiento .denomi-app-externa {
    font-size: 25px;
  }
}

.col-xs-3.logoAyuntamiento {
  width: 15%;
  max-width: 10em;
}

@media (min-width: 550px) {
  .col-sm-2.logoAyuntamiento {
    width: 16.66666667%;
  }
}

.migracionGA-titular-div {
  padding: 2em;
}

.migracionGA-titular-texto {
  font-weight: bold;
}

.mensaje-redirigir {
  text-align: center;
  padding: 2em;
}

.mensaje-redirigir span {
  font-size: 150%;
  font-weight: bolder;
  color: #1c448d;
}

.contenidoExpediente .pasos ul li {
  background-image: none;
  padding-left: 0;
  list-style: none;
}

.datos-estaticos {
  padding: 7px 12px 0 12px;
}

.col-sm-3-1 {
  width: 28.5%;
}

.seleccion-izquierda {
  margin-right: 1.5%;
}

.panel-cargando {
  position: relative;
  height: 80px;
  width: 125px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  padding-top: 9px;
  padding-left: 40px;
  top: calc(50vh - 26px);
  left: calc(50vw - 100px);
}

.ventana-cargando {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 50000000;
  background-color: rgba(50, 50, 50, 0.7);
}

.acotacion {
  text-align: justify;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  background-color: #d9edf7;
}

.successMessage,
.errorMessage {
  background-color: #ffcccc;
  margin: 1rem auto;
  width: 100%;
  /*line-height: 4rem;*/
  border: 1px solid red;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0px 2rem;
}

.successMessage p {
  line-height: 1rem;
  padding: 20px 0px 20px 50px;
  margin: 0px;
  background: transparent url(../images/izfeIcoCorrecto.png) no-repeat 0% 50%;
  font-weight: bold;
}

.errorMessage p {
  line-height: 1rem;
  padding: 20px 0px 20px 50px;
  margin: 0px;
  background: transparent url(../images/izfeIcoError.png) no-repeat 0% 50%;
}

.tabla-pago-datos {
  width: 100%;
  margin: 25px 0;
}

.tabla-pago-datos th,
.tabla-pago-datos td {
  text-align: center;
  padding-bottom: 5px;
}

.input-group-addon.fechaHora {
  border-radius: 6px;
}

.bloque-busqueda {
  padding: 0 6px 0 0;
}

.input-busqueda-boton {
  display: none;
}

.input-busqueda-boton span {
  padding: 10px 0;
}

.input-busqueda-texto {
  padding: 0;
  margin-top: 10px;
}

.fechahora-md-visible {
  display: none;
}

.notificacionelectronica-md-visible {
  display: inherit;
  position: relative;
  display: block;
}

.notificacionelectronica-md-visible > a {
  color: #fff;
  background-color: #1c448d;
  position: relative;
  display: block;
  padding: 10px 15px;
  border: 1px solid #1c448d;
  text-decoration: none;
  border-radius: 6px;
}

.notificacionelectronica-md-visible > a.ayuda-jakinarazi {
  position: absolute;
  padding: 0;
  border-bottom: none;
  border-top: none;
  border-right: none;
  border-left: 1px solid #fff;
}

.notificacionelectronica-md-visible .txt_menu_aux.txt-notificacion {
  position: absolute;
  top: 30%;
  text-align: center;
  display: inline-block;
  width: 70%;
}

.navbar-default {
  background-color: transparent;
}
.navbar-default button {
  background-color: #fff;
}

@media (min-width: 768px) {
  .fechahora-md-visible {
    display: inherit;
  }
  .notificacionelectronica-md-visible {
    display: none;
  }
  .input-busqueda-boton {
    padding: 0 2px 0 0;
    display: inherit;
  }
  .input-busqueda-texto {
    margin-top: 0;
  }
}
