/**
 * Copyright 2010 Guadaltel, S.A.
 *
 * Licensed under the EUPL, Version 1.1 or - as soon they
 * will be approved by the European Commission - subsequent
 * versions of the EUPL (the "Licence");
 * you may not use this work except in compliance with the
 * Licence.
 * You may obtain a copy of the Licence at:
 *
 * http://ec.europa.eu/idabc/eupl
 *
 * Unless required by applicable law or agreed to in
 * writing, software distributed under the Licence is
 * distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied.
 * See the Licence for the specific language governing
 * permissions and limitations under the Licence.
 */
/*********** PARA TODAS LAS PAGINAS *************/
body {
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 400;
	font-size: 14px;
	/*font: normal 12px Arial,Verdana,Georgia,sans-serif;*/
    color: #6C6C6C;
	text-align: left;
	margin: 0;
    /*min-width: 480px;*/
	/*background: #FFFFFF url(../img/fondo.jpg) top left no-repeat;*/
	/*background: url(../img/fondo3.png) top left repeat-x, url(../img/fondo1.png) top right no-repeat, url(../img/fondo2.jpg) 0 -28px no-repeat;*/
}

.clearIt{
	clear:both;
}

img {
	border: 0px;
	vertical-align: middle;
}
hr {
	display: none;
}
ul{
	padding-bottom: 1px;
}
td {
	font: normal 12px Arial,Verdana,Georgia,sans-serif;
    color: #6C6C6C;
}
p {
	margin: 5px;
}
a:link, a:active{
	text-decoration: none;
	font-weight: normal;
}
a:visited{
	text-decoration: none;
	font-weight: normal;
}
a:hover{
	text-decoration: underline;
	font-weight: normal;
}

.dnone{
	display: none;
}
/*********** VARIOS *************/
.oculto{
	display: none;
}
.salto{
	clear:both;
	height: 0px;
}
.saltoIndex{
	clear:both;
	height: 60px;
}

.margin-0{
	margin: 0px;
	color: #707070;
}

.search-hidden, #searchInput{
    visibility: hidden;
    height: 0;
}

.t-hidden{
	width: 0px;
	height: 0px;
	position: absolute;
	overflow: hidden;
}

.sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap; /* added line */
      border: 0;
}

.search-hidden, .search-input{
    visibility: hidden;
    height: 0;
}

/*********** CABECERA *************/
header {
	width: 100%;
	/*height: 165px;  Cabecera grande
	height: 125px; */
	/*height: 100px;*/
	flex: 0;
}
#cabecera2 {
	width: 100%;
	/*height: 71px;*/
}
#logo {
	position: absolute;
	right: 300px;
	top: 20px;
	width: 370px;
	z-index: 10;
	text-align: left;
}
#opciones {
	float: right;
	margin-top: 20px;
}
#opciones1 {	
	font-size: 11px;
	width: 100%;
	float: right;
	margin-top: 14px;
	height: 24px; 
}
#op_idioma {
	float: right;
	text-align: right;
/**	display: none;*/
}
#op_social {
	float: right;
	text-align: right;
	/**width: 0;*/
	margin-left: 15px;
	margin-top: 6px;
}
#op_social img {
	width: 25px;
	height: 25px;
	opacity: 0.4;
}
#op_social img:hover {
	opacity: 0.7;
}
#op_enlaces {
	float: right;
	text-align: right;
}
#op_enlaces img {
	width: 25px;
	height: 25px;
	opacity: 0.4;
}
#op_enlaces img:hover {
	opacity: 0.7;
}
#op_enlaces_texto {	
	float: right;
	text-align: right;	
}
#opciones2 {	
	width: 100%;
	float: right;
	margin-top: 5px;
}
#op_fecha {
	float: left;
	/*margin-top: 66px;   Cabecera grande */
	text-align: right;
	float: right;
	height: 32px;	
	border-bottom: 1px solid #ddd;
}

#opciones0 {	
	width: 100%;
	float: right;
}

.btn-group button#botonUnico{
	float: right;
}

#alertsArea {	
	/*margin-top: 16px;
	width: 50%;
	float: left;
	cursor: pointer;
	padding: 0px !important;*/
}

.alert{
	margin-bottom: 0px !important;
}

#alertsArea a:LINK, #alertsArea a:VISITED, #alertsArea a:HOVER {
	text-decoration: none;
	color: #6C6C6C;
}

#alertsArea div p{
	/*margin: 3px;
	height: 13px;*/
	margin: 0px;
}

#alertsArea div{
	display: inline-block;  
	/**display: inline;
	#display: inline;
	_display: inline;
    zoom: 1;
	overflow: hidden;
	float: right;
	width: 92%;*/
}

.animateAlerts {
	animation: left-one 20s ease infinite;  
}

#alertsArea img {
	display: inline-block; 
	/**display: inline;
	#display: inline;
	_display: inline;
    zoom: 1; 
	margin-top: 2px;
	*/
	margin-left: 4px;
}

#alertsArea .alert{
	padding: 0px !important;
}

.alert-text{
	padding: 5px 5px 5px 0px;
	font-style: italic;
	color: #6c6c6c;
}

/*
.btn-group, .user-autentication{
	padding-top: 5px;
}
*/
.user-autentication a:first-child:hover {
	text-decoration: none;
}

@keyframes left-one {  
    0%  {  
        transform:translateX(100%);  
    }  
    10% {
        transform:translateX(0);  
    }
    40%  {  
        transform:translateX(0);  
    }  
    90%  {  
        transform:translateX(0);  
    }  
    100% {  
        transform:translateX(-100%);  
    }  
}  

#op_menu {	
	margin-top: 7px;
	float: right;
	text-align: right;
}

#op_menu2 {	
	margin-top: 20px;
	width: 100%;
	float: right;
	text-align: right;
}

#op_menu_sede {	
	margin-top: 9px;
	padding-right: 10px;
	float: right;
	text-align: right;
}

#op_menu_asistente {	
	/*margin-top: 15px;*/
	margin-top: 0px;
	
	text-align: right;
    zoom: 1;
    padding-right: 15px;
}

#op_menu_asistente > div{
	margin-right: 15px;
}

#date_hour {
}
#clock_id{
	float: right;
	display: none;
}
.hora_fecha{
	font-size: 15px;
}
.hora_hora{
	padding-left: 10px;
	font-size: 22px;
}
/*********** MIGAS DE PAN *************/
#migas {
	width: 100%;
	
	clear: both;
	padding-left: 2em;
}
.migas_asistente {
	display: inline-block;
    zoom: 1;
}
#migas2 {
	margin-left: 20px;
}
.migas_item {
	color: #959595;
	height: 20px;
	font-size: 12px;
	font-weight: normal;
	float:left;
	margin-left: 5px;
	margin-top: 7px;
	text-shadow: 0px 0px 13px rgba(255, 255, 255, 1);
}
.migas_item a {
	color: #959595 !important;
}

#contenido_miga .container #migas{
	padding-left: 0em;
}
#contenido_miga .container #migas #especial_cabecera{
	padding-left: 0em;
}
#contenido_miga .container #migas #especial{
	padding-left: 0em;
}

/*********** ACCESO *************/
.acceso {
	position: absolute;
	top: 76px;
	right: 3px;
}
.acceso2 {
	position: absolute;
	top: 79px;
	right: 20px;
}
.acceso2 a {
	color: #959595;
}
.acceso span {
	vertical-align: middle;
}

.cargando{
	position: absolute;
	top:200px;
	width: 100%;
	text-align: center;
	font-size: 20px;
}

/*********** BUSCADOR *************/
.buscador {
	/*position: absolute;
	top: 150px;
	right: 20px;	
 	height: 50px; */
 	margin: 5px 0;
	text-align: left;
	padding: 1px;
	vertical-align: middle;
}
.textoBusqueda {
	width: 100%;
	margin-bottom: 10px;
	
	height: 33px;
}
.buscador span {
	vertical-align: middle;
} 
/*********** PIE *************/
.footer {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	
	border-top: 1px solid #e2e2e2;
	padding: 15px;
}

.footer-center {
    flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
	align-self: auto;
	vertical-align: top;
}

.footer-left {
    flex-grow: 0;
	flex-shrink: 1;
	flex-basis: 0px;
	align-self: auto;
}
.footer-right {
    flex-grow: 0;
	flex-shrink: 1;
	flex-basis: 0px;
	align-self: auto;
    
}

.footer a:link, .footer a:visited{
	color: #767676;
}

.footer a:hover{
	color: #767676;
}

#pie2{
	padding: 0px;
	
	padding-top: 10px;
	text-align: center;
	font-size: 12px;
}
#pie3{
	color: #767676;
	font-size: 12px;
	text-align: center;
}

/*********** CONTENIDO *************/
#content {
	margin: 0 0;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.content-flex-column {
	display: flex;
	flex-direction: column;
}

#content2 {
	margin: 0 auto;
}
#main{
 	min-height: 300px;
 	flex: 1;
}

.container-pd{
	padding-left: 2em;
}

.row-pd{
	padding-left: 1em;
}

.row.clearIt{
	margin-bottom: 10px;
}

/*********** ENCABEZADOS *************/
/*.h1, .h2, .h3, h1, h2, h3, .title-h2, .title-h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}*/
h1, .title-h1 {
	margin: 10px auto;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 2em;
	font-style: italic;
	text-align: left;
	font-weight: normal;
	line-height: 1.1;
}
h1 span, .title-h1 span {
	font-size: 0.8em;
}
h2, .title-h2 {
	font-size: 1.2em;
	border-bottom: 1px solid #DDDDDD;
	padding-top: 5px;
	margin-top: 12px;
	margin-bottom: 10px;
}
#listaDeTramites h2, #listaDeTramites .title-h2 {
	font-size: 1.2em;
	border-bottom: 1px solid #DDDDDD;
	padding-top: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
h3, .title-h3 {
	font-size: 1em;
	font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}
h4, .title-h4 {
	font-size: 1.2rem;
	/*margin: 7px;*/
	margin: 0px;
	font-weight: bold;
}

.separator{
	margin-top: 10px;
}

legend {
	font-weight: bold;
}
fieldset {
	margin: 10px 0 10px 0;
	border: #E0E0E0 solid 1px;
}

.login-input, .res-field{
	width: 100%;
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.max-width{
	width: 100%;
}

/*********** MENU *************/

.bienvenida {
	text-align: center;
	position: absolute;
	top: 125px;
	width: 95%;	
}
.menu{
	margin: 0 auto;
	text-align: center;
}
.menuIndex{	
	margin: 0 auto;
	text-align: center;
	width: 880px;
	/* IE Fix */
 	width: 920px; 
 	/* IE Fix */ 
	height: 320px;
}
.menuTramites{	
	text-align: center;
	/* IE Fix */ 
	
	min-height: 430px;
	
 	/* IE Fix */ 
}
.menu2{
	margin: 0 auto; 
 	text-align: center; 
	width: 760px;
	height: 400px;
}
.menu_fila{
	clear: both;
}

.dropdown-menu{
	
}

.pointerButton {
	cursor: pointer;
}
.bloque{
	float:left;
    padding-bottom: 11px;
}
.bloque_especial{
	float:left;
    padding-bottom: 11px;
}
.especial{
	background: #f0f0f0;
}

.pointerButton:link { color: #6C6C6C !important; text-decoration: none }
.pointerButton:active{ color: #6C6C6C !important; text-decoration: none }
.pointerButton:visited{ color: #6C6C6C !important; text-decoration: none }
.pointerButton:hover{ color: #6C6C6C !important; text-decoration: none }

.bloque_contenido { 
	border: 1px solid #DDDDDD;	
	padding: 5px;
	-moz-border-radius: 3px;  
	-webkit-border-radius: 3px; 
	border-radius: 3px;
		
	/* IE Fix */ 
	/*.border: 1px solid #DDDDDD;*/
	/* IE Fix */ 
	/*.height: 70px;
	.margin-bottom: 11px;*/
}
.bloque_titulo {
	text-align: left;
	color: #FFFFFF;
	font-size: 1.1em;
	padding: 4px 6px 2px 6px;
	margin: 0 0 10px 0;
	font-weight: bold;
	border-radius: 2px;
	 -moz-border-radius: 2px;  
	 -webkit-border-radius: 2px;	  
}
.bloque_titulo a {
	color: #FFFFFF;
	font-weight: bold;
}
.bloque_subtitulo {
	text-align: left;
	margin: 0 0 10px 120px;
	color: #3983C6;
}
.bloque_imagen {
	width: 70px;
	height: 70px;
	float: left;
	margin: 0 10px 0 0;
	text-align: center;
	
	font-size: 40px;
}
.bloque_imagen img {
	width: 60%;
}
.bloque_descripcion {
	text-align: left;
	margin: 0 10px 15px 80px;
	min-height: 50px;
}

.bloque_descripcion li{
	color: #0068c2;
}
.bloque_ir {
	padding: 5px;
	/*margin: 0 0 0 80px;*/
	height: 16px;
	text-align: center;
	background: url(../img/color2.jpg) top right no-repeat;
	color: #585858;
	font-weight: bold;
	border-radius: 2px;
	 -moz-border-radius: 2px;  
	 -webkit-border-radius: 2px;
}
.bloque_ir a {
	color: #878787;
	font-weight: bold;
}

/*********** ESTRUCTURA LATERAL *************/

#main-wrapper{
	width:100%;
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */

	/*height:100% !important; /* real browsers */
	/*height:100%; /* IE6: treaded as min-height*/

	/*min-height:100%; /* real browsers */
	/*
	flex: 1;
	display: flex;
	flex-direction: column;
*/
}
.cerrar{
    float: left;
    width: 9px;
    
    border: 0 none;
    cursor: pointer;
	/*top: 133px;*/
	height: 528px;
	z-index: 80;
	text-align: right;
}
.abrir{
    border: 0 none;
    cursor: pointer;
    position: absolute;
	/*top: 133px;*/
	left: 0px;
	width: 9px;
	height: 528px;
	z-index: 80;
	text-align: right;
}
#cuerpo{
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5
	background:#f0f0f0;*/

	/*height:100% !important; /* real browsers */
	/*height:100%; /* IE6: treaded as min-height*/
	
	min-height: 550px;
	/*min-height:100%;  real browsers */
	/*width: 900px;*/
	/*height: 517px;*/
}
.lateral{
	
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */

	/*height:100% !important; /* real browsers */
	/*height:100%; /* IE6: treaded as min-height*/

	/*min-height:100%; /* real browsers */
	float: left;
	text-align: left;
}
.lateral_cerrado{
	width: 0px;
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */

	/*height:100% !important; /* real browsers */
	/*height:100%; /* IE6: treaded as min-height*/

	/*min-height:100%; /* real browsers */
	float: left;
	overflow: hidden;
	text-align: left;
}

.lateral_cerrado #lateralStep{
	display: none;
}

.lateral a{
	color:#6C6C6C;
}
.lateral img{
	margin: 0 6px 0 20px;
}
.lateral_titulo {
	margin: 0 20px 10px 20px;
}
.lateral_contenido{
    background: none;
    border: none;
    color: #666666;
    font-weight: normal;
	width: 300px;
}

.visor{
	float: left;
	
	position:relative; /* needed for footer positioning*/
	/*height:100% !important; /* real browsers */
	/*height:100%; /* IE6: treaded as min-height*/
	/*min-height:100%; /* real browsers */
}

#contenido_visor{
	margin-left: 20px;
}

.visor_abierto{
	width: 98%;
	position:relative; /* needed for footer positioning*/
	/*height:100% !important; /* real browsers */
	/*height:100%; /* IE6: treaded as min-height*/
	/*min-height:100%; /* real browsers */
	margin-left: 0;
}

.icon-asistente span, .icon-page span, .presentation-button span {
	font-weight: bold;
}

.icon-asistente i, .presentation-button i {
	font-size: 14px;
}

.icon-asistente .icon-bg, .presentation-button .icon-bg{
	padding: 6px;
	display: inline-block;
}

.icon-big{
	font-family: 'Open Sans', sans-serif !important;	
	border: 0px;
	padding: 15px 0px;
	-webkit-border-radius: 12px;	
	-moz-border-radius: 12px;  
	border-radius: 12px;   
	line-height: 1.9;
	display:inline-block;
	/*background-color: #0068c2;*/
	background-color: #fff;
	border-width: 0px;
	border-style: solid;
	margin-right: 10px;	
}


.blue{
	color: #428bca;
	border-color: #428bca;
}

.blue-bg{	
	background-color: #428bca;
}

.green{
	color: #187e27;
	border-color: #187e27;
}

.green-bg{	
	background-color: #187e27;
}

.orange{
	color: #fda00d;
	border-color: #fda00d;	
}

.orange-bg{
	background-color: #fda00d;
}

.grey {
	color: #6c6c6c;
	border-color: #6c6c6c;
}

.grey-bg{
	background-color: #6c6c6c;
}

.icon-img{
	border-radius: 100%;
	background-color: blue;
}

.icon-big span.icon-bg, .icon-big span.icon-text{
	display: block;
}

span.icon-big-text{
	margin-top: 10px;
	font-weight: bold;
}

.icon-circle{
	text-align: center; 
	width: 150px;
	margin-top: 20px;
	float: left;
}

.icon-circle-img{
	 margin: 0 auto; 
	 height: 80px; 
	 width: 80px;
	 margin-bottom: 10px;
	 border-radius: 7px;
	 
	 
	 -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
} 

.icon-circle-img:hover{	
	 border-radius: 50%;
}

.icon-circle i{
	 margin-top: 22%;
	 margin-left: 5%;
	 color: #fff;
	 display: inline-block;
}

/*div.icon-page{
	display:inline-block;
}*/

.buttonReqDet .icon-text{
	padding-left: 0;
	margin-right: 10px;
}

.buttonReqDetPos{
	float:right
}

.icon-page, .icon-asistente, .presentation-button {
	display: inline-table;
}

.icon-page .icon-bg, .icon-page .icon-text, .icon-asistente .icon-bg, .icon-asistente .icon-text, .presentation-button .icon-bg, .presentation-button .icon-text{
	display:table-cell;
}

.icon-page, .icon-asistente, .presentation-button {	
	font-family: 'Open Sans', sans-serif !important;	
	border: 0px;
	padding: 0px;
	text-align: left;
	
	
	-webkit-border-radius: 4px;	
	-moz-border-radius: 4px;  
	border-radius: 4px;  
	
	border-bottom-left-radius: 3px;  
	background-color: #fff;	
	line-height: 1.9;
	
}

.icon-page:hover .icon-bg, .icon-asistente:hover .icon-bg, .presentation-button:hover {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;	
	-moz-border-radius-topleft: 4px;  
	-moz-border-radius-bottomleft: 4px;  
	border-top-left-radius: 4px; 
	border-bottom-left-radius: 4px;
}

.icon-table{
	font-size: 30px;
}

.icon-middle{
	font-size: 18px;
}

.plazos {
	float: right;
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
}

.finished_step i{
	color: #187e27;
}

p.finished_step a{
	color: #6c6c6c !important;
	font-weight: bold;
}

.icon-añadir{
	color: #1fcb50;
}

.actual_step, .icon-clip, i.icon-alerta2, .icon-zip, .icon-info {
	color: #c88200;
}

.icon-alerta, .icon-eliminar{
	color: #cc0d37;
}


.acciones{
	width:85px;
	text-align: center;
}

.icon-bg{
	padding: 8px;		
	display: inline-block;
}
			
.list-group-item {
	margin-left: 1em;
}

.list-group-item .icon-text{
	white-space:normal;
}

.icon-text{
	white-space: nowrap;
}

.icon-text, .icon-big-text, .icon-circle-text{
	padding: 0 10px;
	font-family: 'Open Sans', sans-serif !important;	
}

.icon-circle-text{
	margin-bottom: 10px;
}

.botonera_asistente button{
	margin-right: 10px;
}

/* displaytag */

.reverse{
	transform: rotateY(180deg);
}

.displaytag-banner span{	
	display: none;	
}

.displaytag-banner span, .displaytag-banner a{
	margin-left: 5px;	
}

.displaytag-banner span.inactivo, .displaytag-banner span:nth-child(3) {
	display:inline-block;
}

.menu_user {
	z-index: 99;
	display: none;
	position: relative;
}

#menu_inicio_aux_ie {
	position: absolute;
	/*top: 97px;*/
	right: 0px;
	border: 1px solid #DDDDDD;
	padding: 7px;
	background: #FFFFFF;
	width: 153px;
	z-index: 98;
	text-align: left;
}

.menu_user a {
	color: #6C6C6C;
}
.menu_user ul {
	margin: 0px;
	padding: 0px 5px 0px 16px;
}
.menu_user ul_no {
	margin: 0px;
	padding: 0px 5px 0px 16px;
}
.jqEasyCounterMsg{
	font: normal 1em Arial,Verdana,Georgia,sans-serif !important;
    color: #6C6C6C !important;
}

.tabla_botonera {
	clear:both;
}

.center {
 	text-align: center;
}

.right {
	text-align: right;
}

.padding-rigth {
	padding-right: 1em;	
}

.padding-rigth-2em {
	padding-right: 2em;	
}

/*********** MENSAJE DE ESPERA *************/
#pantalla_espera {
	position: absolute;
    background-color: #F6F6F6;        
    width: 35%;
    height: 90px;
    top: 0px;
    right: 0px;
    /**visibility: hidden;*/
    display: none;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-weight: bold;    
    font-size: 11px;
    z-index: 102;
    text-align: center;
    opacity: 0.95; 
  	-moz-opacity: 0.95;
  	-khtml-opacity: 0.95;
  	filter: alpha(opacity=95);
}

#mensaje_espera{
	text-align: center;
	vertical-align: middle;
}

.wait-header {
	padding-top: 1em;
}
.wait-footer {
	margin-bottom: 1em;
}

.loading_text_sign > .progress {
    margin-top: 1.5em;
}

.botonUnico {
	cursor: pointer;
	/* min-width para IE 
	width: expresion(this.clientWidth < 86? "85px": "auto");*/
	font-size: 12px !important;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	display: inline-block;
	-webkit-border-radius: 2px;
	border-radius: 2px; 
}

.botonUnico a:link, .botonUnico a:active, .botonUnico a:visited, .botonUnico a:hover{
	margin-left:5px;
	margin-right:5px;	
	
	text-decoration: none;
	font-weight: bold;
}

.enlacesCabecera {
	display: inline-block;	
}

.verificaClass {
	padding-right: 10px;
	text-align: right;
	width: 450px;
}

.verificaInformeTitle {
	/*padding-left:150px;*/
}

.expedientsDiv {
	width: 20%;
	float: left;
}
.expedient {
	margin-top: 1em;
	margin-right: 1em;
	padding: 1em;
	font-size: 1.2em;
	cursor: pointer;
}
.visorRecepcion {
	width: 80%;
	float: right;
}
.footerNotif {
	width: 100%;
	text-align:center;
}
.selected {
	border: 1px solid #DDDDDD;
	background: none no-repeat scroll 5px center #F5F5F5;
	cursor: auto;
}
.over {
	border: 1px dashed #DDDDDD;
}
.link_selects {
	font-weight: bold;
	cursor: pointer;
}
.link_selects:hover {
	text-decoration: underline;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.headerArea {
	font-size: 40px !important;
	vertical-align: middle;
}
.legendAreas {
	display: block;
	width: auto;
	margin-bottom: 0px !important;
	line-height: inherit;
	border-width: 0px 0px 1px;
	border-style: none;
	border-color: -moz-use-text-color -moz-use-text-color #E5E5E5;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	padding-right: 5px;
}
legend .collapsed {
	border: 1px solid #FFF;
	padding: 5px;	
}

.logo-entity{	
	height: 75px;
	text-align: right;
}

/* .iconos cabecera */
.disabled, .inactivo{
	opacity: 0.3;
}

.iconos-cabecera-gris{
	font-size: 14px;
	color: #fff;
	background-color: #858585;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 3px;
}

.iconos-cabecera-gris-peq:hover{
	color: #fff;
	background-color: #858585;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding-left: 4px;
	text-decoration: none !important;
}

.info-representados:hover {
  text-decoration: none !important;
}

.info-datosContacto:hover {
  text-decoration: none !important;
}

.iconos-cabecera-gris-peq{
	color: #767676;
}

.iconos-cabecera{
	font-size: 14px;
	color: #858585;
	background-color: transparent;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #858585;
	padding: 3px;
}

/* alert message */

.alert-warning{
	display:inline-table;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.alert-warning div{
	display: table-cell;
}

/* wizard */

.wizard-p1 .row{
	margin-right: 0px;
	margin-left: 0px;
}

#contenido_visor .window{
	float: left;
	width: 100%;
}

#op_menu > div{
	padding-right: 0px;
}

/* CORRECCIONES PARA MOVILES Y TABLETS */

#pie-center-sm, #pie2-sm, #pie3-sm, .alertsArea-sm, #prev-doc-active-sm, #prev-doc-sm, #next-doc-active-sm, #next-doc-sm, #col-icons-mv{
	display: none;
}

#col-icons-nomv{
	display: block;
}

#lateral div.section{
		clear: both;
}

#lateralStep{
	/*margin-top: 0px;
	margin-bottom: 15px;*/
	padding-right: 0px;
}

#lateral{
	padding-right: 0px;
}

.expand-button {
	display: none;
}

#searchRequest #expediente {
	min-width: 170px;
}

#searchRequest > div {
	padding-top: 0.5rem;
}

#searchRequest #fechaAlta, #searchRequest #fechaAltaFin, #searchRequest #fechaEntrada, #searchRequest #fechaEntradaFin {
	min-width: 90px;
}

.moreInfo {
	padding: 1%;
}

#nombreRepresentado {
	font-weight: bold;
}

@media (max-width: 991px){
	
		
	.celda {
		height: 135px;
	}
	
	#lateralStep{
		margin-top: 0px;
		margin-bottom: 15px;
	}
	
	#lateral div.section{
		clear: both;
	}	
	
	#alertsArea{
		display: none;
	}
	
	#alertsArea.alertsArea-sm{
		display: block;
		margin-top: 10px;
	}
	
	.detalles-sol-icons td{
		display: inline;
	}
	
	.detalles-sol-nombre{
		width: 200px;
		word-wrap: break-word;
	}
	
	.user-autentication {
		float: right;
	}	
}

@media (max-width: 767px){	
	
	.celda {
		height: 120px;
	}
	
	#interruptor, #lateral{
		display: none;
	}	
	
	#contenido_visor{
		margin: 15px;
	}
	
	.logo-entity{
		text-align: left;
		margin-left: 83px;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	
	#logo{
		position: relative;
		float: left;
		width: 100%;
		top: inherit;
		right: inherit;
	}
	
	#opciones{
		margin-top: -20px;
	}
	
	#opciones2{
		margin-top: 11px;
	}
		
	#op_menu_asistente{
		margin-top:5px;
	}	
		
	#pantalla_espera{
		left: 0;
	}
	
	
	.displaytag-banner{
		width: 100%;
		display: block;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
	#datosContactoForm .row{
		margin-left: 0px; 
		margin-right: 0px;
	}
	
	.autenticacion div{
		text-align: left;
	}
	
	.autenticacion button{
		margin-top: 5px;
	}
	
	
	/* recibir Notificación */
	
	.expedientsDiv, .visorRecepcion{
		float: none;
		display: block;
		width: 100%;
	}
		
	.detalles-sol-icons td{
		width: 100%;
		display: block !important;
	}
	
	.detalles-sol-icons > tbody > tr:nth-child(1) > td:nth-child(1){
		display:none !important;
	}
	
	.firma-btns .col-xs-12{
		width: auto;
	}
	
}

.soloMovil {
	display: none !important;
}	

@media (max-width: 660px){
	.soloMovil {
		display: inline-block !important;
	}	
}

.noMovil {
	display: inline-block !important;
}	

@media (max-width: 660px){
	.noMovil {
		display: none !important;
	}	
}

@media (max-width: 660px){
	#detalles-sol .icon-text{
		display: none !important;
	}		
}

@media (max-width: 630px){
	/* botones tramites */
	
	.icon-circle-img{
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		margin-bottom: 0;
		
		width: 50px;
		height: 50px;		
	}
	
	.icon-circle-img i{
		font-size: 1.8em;
		margin-left: 1%;
		margin-top: 24%;
	}
	
	.icon-circle{
		/*width: 70px;*/
	}
	
	.iconos-tramites{
		width: 80%;
		margin: 0 auto;
	}
	
	.iconos-tramites a{
		float: left;
	}
	
	.footer {
		flex-direction: column;
	}

	.footer-left {
		order: 1;
		flex-basis: 0px;
	}
	.footer-right {
		order: 2;
		flex-basis: 0px;
	}
}

@media (min-width: 768px){
	
	#opciones{
		margin-top: 0px;
	}
	
	#opciones2{
		margin-top: 11px;
	}
}

@media (max-width: 550px){
	.celda {
		height: 135px;
	}
}

@media (max-width: 400px){
	
	.celda {
		height: 180px;
	}
	
	/* layout */
	body{
		font-size: 12px;
	}
	
	h1, h1 span{
		font-size: 1.5rem;
	}	
		
	h2, .title-h2{
		font-size: 1.4rem;
	}
	
	#cabecera2{
		margin-right: 0px;
		margin-left: 0px;
	}
	
	#op_fecha{
		height: 19px;
	}
	
	#op_menu_asistente{
		margin-top: 5px;
	}
	
	#op_menu_asistente > div{
		margin-right: 0px;
		font-size: 90%;
	}
		
	#op_social, #op_enlaces, #opciones, #lateral, #pantalla_espera, #migas, .alert-text{
		display: none !important;
	}
	
	#alertsArea.alertsArea-sm{
		margin-top: 5px;
	}
	
	.btn-group, #alertsArea.alertsArea-sm{
		float: right; 
	}
	
	#op_menu .btn-group{
		width: 110px;
	}
	
	#alertsArea.alertsArea-sm{
		width: auto;
	}
	
	.alert-warning{
		background-color: transparent;
		border-color: transparent;
	}
	
	.alertsArea-sm i{
		font-size: 2rem;
	}
		
	#op_enlaces_texto{
		font-size: 80%;
		text-align: center;
	}
	
	#opciones2 .hora_hora{
		font-size: 100%;
		font-weight: bold;
	}
	
	#opciones2 .hora_fecha{
		font-size: 90%;
	}
		
	#op_menu{
		margin-top: 0px;
	}
	
	table{
		overflow: auto;
		display: block;
	}
	
	#logo img{
		width: 100%;
	}
	
	.buscador button{
		margin-bottom: 5px;
	}
	
	.imgFooterLeft1, .imgFooterRight{
		background-size: 100%; 	
	}
	
	.imgFooterLeft1{
		background-size: 74%; 	
	}
	
	/* login */
	
	.autenticacion div{
		text-align: left;
	}
	
	.autenticacion button{
		margin-top: 5px;
	}
	
	/* alta interesado */
	
	#datosContactoForm .row{
		margin-left: 0px; 
		margin-right: 0px;
	}
	
	.row label, .row input, .row select, .row textarea, .tabla_botonera.row > div button{
		margin-bottom: 5px;
	}
	
	.tabla_botonera.row > div {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.icon-page, .icon-asistente, .presentation-button{
		font-size: 90%;
	}
	
	/* botones */
	
	button.icon-asistente .icon-text, .notificaciones-seleccionar, button.presentation-button .icon-text {		
		display: none !important;
	}		
	
	button.icon-asistente, button.presentation-button{
		min-width: 35px;
		border: 0px !important;			
	}	
	
	.icon-bg{
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}	
	
	/* tablas */
	
	.table-mv td{
		display: block;
	}
	
	/* tareas */
	
	.expedients{
		padding-top: 10px;
		padding-right: 10px;
	}
	
	.document td{
		display: inline;
	}	
	
	.document-rechazar{
		padding: 5px;
		padding-bottom: 10px;
		padding-right: 0;
	}
	
	.procedure_actions, .procedure_annotations{
		float: none;	
		width: 100%;	
	}
	
	.procedure_annotation{
		float: none;
	}
		
	.procedure_link{
		text-align: center;
	}	
	
	.procedure_icon, .procedure_description{
		text-align: left;
	}	
	
	.procedure_actions i{
		font-size: 2.5rem;
	}
	
	#contenido_visor{
		margin: 0px !important;
	}
	
	#windowStep{ 
		text-align: left;
	}
	
	.d-obligatorios{
		text-align: left;
		margin-top: 10px;
	}
	
	input[type="file"]{
		width: 100%;
		white-space: normal;
	}
	
	.document{
		padding: 10px;		
	}
	
	.inDoc-table{
		padding-bottom: 15px;
	}
	
	.inDoc-table p, p.detail{
		/*width: 250px;*/
		
		/*word-break: break-word;
		work-wrap: break-word;*/
		word-break: break-all;  
	}
	
	.buttons .warning{
		padding-left: 0;
		
	}
	
	/* registro docs anterior y siguiente */
	
	#prev-doc, #prev-doc-active, #next-doc, #next-doc-active{
		display: none;
	}
	
	#prev-doc-active-sm, #prev-doc-sm, #next-doc-active-sm, #next-doc-sm{
		display: inline-block;
		padding: 10px 0px;
	}
	
	/* get adobe */
	
	.get-adobe td{
		width: 100%;
		display: block;
		margin: 10px 0px;
		text-align: left; 
	}
	
	.get-adobe-space{
		display: none !important;
	}
	
	.get-adobe textarea{
		width: 99% !important;
	}
	
	/* detalle solicitud */
	
	.buttonReqDet .icon-text{
		display: none;
	}
	
	.buttonReqDet .icon-editar-usuario.fa-lg{
		font-size: 2rem;
	}
	
	.buttons .icon-alerta2{
		font-size: 2.4rem;
	}
	
	.expedient.selected{
		margin-right: 0px;
	}
	
	.inDoc-table > tbody > tr > td:nth-child(1), .no-ob, #col-icons-nomv, .detalles-sol-icons > tbody > tr:nth-child(1) > td:nth-child(1){
		display:none;
	}
	
	.inDoc-table > tbody > tr > td{
		/*float: left;*/
		display: block;
		text-align: left !important;
	}
		
	.inDoc-table .buttons, .inDoc-btns{
		float: none; 
		text-align: left;
	}
	
	.document .detail{
		width: 90%;
		padding-left: 0;
	}
	
	.document-ob{
		color: #ed754a;
	}
	
	#col-icons-mv{
		display: inherit;
	}
	
	.columnTable{
		display: block;
		width: 100%;
	}
	
	/* modalText */
	
	.modalText{
		margin-left: 0;
		left: 5%;
		max-width: 160px;
		height: 120px;
		padding-top: 20px;
	}
	
	.firma-btns .col-xs-12{
		width: 100%;
	}
	
	.firma-btns div:nth-child(2), .firma-btns div:nth-child(3){
		width: auto;
	}
	
	.detalles-sol-icons tr{
		width: 100%;
	}
	
	.solicitud-icons {
		text-align: center; 
		width: 80px; 
		display: inline-block;
	}
	
	.documentacion-icons{
		display: inline !important;
		text-align: left;
		margin-top: 10px;
	}
}

.bs-callout {
    padding: 20px;
    margin: 10px;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout-no-lateral-margin {
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout h4 strong{
	color: #6C6C6C;	
	/*margin-right: 1em;*/
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    /*margin-top: -5px;*/
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #187e27;
}
.bs-callout-success h4 {
    color: #187e27;
}
.bs-callout-danger {
    border-left-color: #ea0000;
}
.bs-callout-danger h4 {
    color: #ea0000;
}
.bs-callout-warning {
    border-left-color: #6c6c6c;
}
.bs-callout-warning h4 {
    color: #6c6c6c;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}
.bs-callout-danger-warn {
    border-left-color: #6c6c6c;
}
.bs-callout-danger-warn h4 {
    color: #f59750;
}
.bs-callout-row {
	margin-right: 0px !important;
	margin-left: 0px !important;
}
.bs-callout .well {
    margin-bottom: 0px !important;
}

.bs-callout-primary .bs-callout-primary h4, 
.bs-callout-success .bs-callout-primary h4, 
.bs-callout-danger .bs-callout-primary h4, 
.bs-callout-warning .bs-callout-primary h4, 
.bs-callout-info .bs-callout-primary h4 {
    color: #428bca;
}

.bs-callout-primary .bs-callout-success h4, 
.bs-callout-success .bs-callout-success h4, 
.bs-callout-danger .bs-callout-success h4, 
.bs-callout-warning .bs-callout-success h4, 
.bs-callout-info .bs-callout-success h4 {
    color: #187e27;
}

.bs-callout-primary .bs-callout-danger h4, 
.bs-callout-success .bs-callout-danger h4, 
.bs-callout-danger .bs-callout-danger h4, 
.bs-callout-warning .bs-callout-danger h4, 
.bs-callout-info .bs-callout-danger h4 {
    color: #ea0000;
}

.bs-callout-primary .bs-callout-warning h4, 
.bs-callout-success .bs-callout-warning h4, 
.bs-callout-danger .bs-callout-warning h4, 
.bs-callout-warning .bs-callout-warning h4, 
.bs-callout-info .bs-callout-warning h4 {
    color: #6c6c6c;
}

.bs-callout-primary .bs-callout-info h4, 
.bs-callout-success .bs-callout-info h4, 
.bs-callout-danger .bs-callout-info h4, 
.bs-callout-warning .bs-callout-info h4, 
.bs-callout-info .bs-callout-info h4 {
    color: #5bc0de;
}

.cbp-tm-menu,
.cbp-tm-menu ul {
	list-style: none;
}

/* set menu position; change here to set to relative or float, etc. */
.cbp-tm-menu {
	display: block;
	position: relative;
	z-index: 999;
	bottom: 0;
	width: 100%;
	/*background: #47a3da;*/
	text-align: center;
	padding: 0 2em;
	margin: 0;
	/*text-transform: capitalize;*/
}

.menuSlide{
	position: absolute;
	left: 0;
	width: 100%;
    /*top: 135px;   Cabecera grande*/
    top: 93px;
}

/* first level menu items */
.cbp-tm-menu > li {
	display: inline-block;
	padding: 0 2.6em;
	position: relative;
	/*background: #5BC0DE;*/
background: -moz-linear-gradient(top,  rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.6) 60%, rgba(255,255,255,0) 96%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.9)), color-stop(60%,rgba(255,255,255,0.6)), color-stop(96%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.6) 60%,rgba(255,255,255,0) 96%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.6) 60%,rgba(255,255,255,0) 96%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.6) 60%,rgba(255,255,255,0) 96%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.6) 60%,rgba(255,255,255,0) 96%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

}

.cbp-tm-menu > li > a {
	line-height: 2em;
	padding: 0 0.3em;
	font-size: 1.6em;
	display: block;
	/*color: #fff;*/
	font-weight: 300;
}

.no-touch .cbp-tm-menu > li > a:hover,
.no-touch .cbp-tm-menu > li > a:active {
	color: #02639d;
	text-decoration: none;
}

/* sumbenu with transitions */
.cbp-tm-submenu {
	position: absolute;
	display: block;
	visibility: hidden;
	opacity: 0;
	padding: 0;
	text-align: left;
	pointer-events: none;
	-webkit-transition: visibility 0s, opacity 0s;
	-moz-transition: visibility 0s, opacity 0s;
	transition: visibility 0s, opacity 0s;
}

.cbp-tm-show .cbp-tm-submenu {
	width: 16em;
	left: 50%;
	margin: 0 0 0 -8em;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	-webkit-transition: visibility 0s, opacity 0.3s;
	-moz-transition: visibility 0s, opacity 0.3s;
	transition: visibility 0s, opacity 0.3s;
}

.cbp-tm-show-above .cbp-tm-submenu {
	bottom: 100%;
	padding-bottom: 10px;
}

.cbp-tm-show-below .cbp-tm-submenu {
	top: 100%;
	padding-top: 10px;
}

/* extreme cases: not enough space on the sides */
.cbp-tm-nospace-right .cbp-tm-submenu {
	right: 0;
	left: auto;
}

.cbp-tm-nospace-left .cbp-tm-submenu {
	left: 0;
}

/* last menu item has to fit on the screen */
.cbp-tm-menu > li:last-child .cbp-tm-submenu {
	right: 0;
}

/* 	
arrow: depending on where the menu will be shown, we set 
the right position for the arrow
*/

.cbp-tm-submenu:after {
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	
}

.cbp-tm-show-above .cbp-tm-submenu:after {
	top: 100%;
	margin-top: -10px;
}

.cbp-tm-show-below .cbp-tm-submenu:after {
	bottom: 100%;
	margin-bottom: -10px;
}

.cbp-tm-submenu:after {
	border-color: transparent;
	border-width: 16px;
	margin-left: -16px;
	left: 50%;
}

.cbp-tm-show-above .cbp-tm-submenu:after {
	border-top-color: #e5e5e5;
}

.cbp-tm-show-below .cbp-tm-submenu:after {
	border-bottom-color: #e5e5e5;
}

.cbp-tm-submenu > li {
	display: block;
	background: #e5e5e5;
}

.cbp-tm-submenu > li > a {
	padding: 5px 2.3em 5px 0.6em; /* top/bottom paddings in 'em' cause a tiny "jump" in Chrome on Win */
	display: block;
	font-size: 1em;
	position: relative;
	border: 4px solid #e5e5e5;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	transition: all 0s;
}

.no-touch .cbp-tm-submenu > li > a:hover,
.no-touch .cbp-tm-submenu > li > a:active {
	color: #6c6c6c;
	background: #fff;
	text-decoration: none;
}

#opciones4 {	
	width: 100%;
	float: right;
	text-align: right;
	margin-top: 2px;
}

.color3{
	color: #c88200; /* Amarillo */ 
}

.headerArea{
	color: #c88200 !important; /* Amarillo */ 
}

body {
	top: 0px !important;
}

/*********** Google Translator Bar *************/

.goog-te-banner-frame.skiptranslate {
	display: none !important;
}
.goog-te-gadget-simple img {
	visibility: hidden;
	width: 0px;
}

a.goog-te-menu-value, a.goog-te-menu-value:link, a.goog-te-menu-value:active, a.goog-te-menu-value:visited, a.goog-te-menu-value:hover{
	color: #000 !important; 	
}

.goog-te-menu-value img, img.goog-te-gadget-icon, img.goog-te-gadget-simple{
	width: 0px !important;
	height: auto !important;
}

.cbp-tm-menu > li > a, .cbp-tm-menu > li > a:link, .cbp-tm-menu > li > a:active, .cbp-tm-menu > li > a:visited{
	color: #6c6c6c !important;
}

/* the icons (main level menu icon and sublevel icons) */
/*.cbp-tm-submenu li a:before,
.cbp-tm-menu > li > a:before {
	font-family: 'cbp-tmicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: middle;
	margin-right: 0.6em;
	-webkit-font-smoothing: antialiased;
}

.cbp-tm-submenu li a:before {
	position: absolute;
	top: 50%;
	margin-top: -0.5em;
	right: 0.5em;
}

.cbp-tm-menu > li > a:not(:only-child):before {
	content: "\f0c9";
	font-size: 60%;
	opacity: 0.3;
}

.cbp-tm-icon-archive:before {
	content: "\e002";
}

.cbp-tm-icon-cog:before {
	content: "\e003";
}

.cbp-tm-icon-users:before {
	content: "\e004";
}

.cbp-tm-icon-earth:before {
	content: "\e005";
}

.cbp-tm-icon-location:before {
	content: "\e006";
}

.cbp-tm-icon-mobile:before {
	content: "\e007";
}

.cbp-tm-icon-screen:before {
	content: "\e008";
}

.cbp-tm-icon-mail:before {
	content: "\e009";
}

.cbp-tm-icon-contract:before {
	content: "\e00a";
}

.cbp-tm-icon-pencil:before {
	content: "\e00b";
}

.cbp-tm-icon-article:before {
	content: "\e00c";
}

.cbp-tm-icon-clock:before {
	content: "\e00d";
}

.cbp-tm-icon-videos:before {
	content: "\e00e";
}

.cbp-tm-icon-pictures:before {
	content: "\e00f";
}

.cbp-tm-icon-link:before {
	content: "\e010";
}

.cbp-tm-icon-refresh:before {
	content: "\e011";
}

.cbp-tm-icon-help:before {
	content: "\e012";
}
*/

/* Media Queries
@media screen and (max-width: 55.6875em) {
	.cbp-tm-menu {
		font-size: 80%;
	}
}
 */

@media screen and (max-width: 950px) {
	.cbp-tm-menu {
		font-size: 80%;
	}
}

@media screen and (max-width: 765px) {
	.cbp-tm-menu {
		font-size: 75%;
	}
}


@media screen and (max-height: 25.25em), screen and (max-width: 44.3125em) {

	.cbp-tm-menu {
		font-size: 85%;
		position: relative;
		text-align: center;
		padding: 0;
		top: auto;
	}

	.cbp-tm-menu > li {
		display: block;
		margin: 0;
		border-bottom: 1px solid #e5e5e5;
		background: white;
	}

	.cbp-tm-menu > li:first-child {
		border-top: 1px solid #e5e5e5;
	}

	li.cbp-tm-show > a,
	.no-touch .cbp-tm-menu > li > a:hover,
	.no-touch .cbp-tm-menu > li > a:active {
		background-color: white;
	}

	.cbp-tm-submenu {
		position: relative;
		display: none;
		width: 100%;
	}

	.cbp-tm-submenu > li {
		padding: 0;
	}

	.cbp-tm-submenu > li > a {
		padding: 0.6em 2.3em 0.6em 0.6em;
		border: none;
		border-bottom: none;
	}

	.cbp-tm-submenu:after {
		display: none;
	}

	.cbp-tm-menu .cbp-tm-show .cbp-tm-submenu {
		display: block;
		width: 100%;
		left: 0;
		margin: 0;
		padding: 0;
	}
	

}

.contenido-bandeja{
	min-height: 200px;
	font: normal 12px Arial,Verdana,Georgia,sans-serif;
}

.selectField {
	max-width: 100%;
}

.expedients .bs-callout {
    margin-left: 0px;
}

.col {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}

.vcenter {
      min-height: 100%;  /* Fallback for browsers do NOT support vh unit */	
}

.row-img-notification {
	height: 65px;
}

.imgAreaDetail {
	width: 35px;
}
.contenido-bandeja{
	min-height: 200px;
}

.selectField {
	max-width: 100%;
}

#creditCardSection {
	display: none;
}
#securityCodeSection {
	display: none;
}
#ibanSection {
	display: block;
}

.col-chk {
	float: left;
	padding-left: 10px;
}

.documentacion-icons {
	padding-right: 0px;
	padding-left: 0px;
}
.width85px {
	width: 85px;
}
#nothing {
	display: none;
}
.color-success {
	color: #187e27 !important;
}
.color-warning {
	color: #6c6c6c !important;
}
.color-danger {
	color: #ea0000 !important;
}


/** Fix Bootstrap v 3.x**/ 
.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}

.badge-default {
    background-color: #636c72;
}
.badge-primary {
    background-color: #0275d8;
}
.badge-success {
    background-color: #187e27;
}
.badge-info {
    background-color: #007da3;
}
.badge-warning {
    background-color: #6c6c6c;
}
.badge-danger {
    background-color: #ea0000;
}
.badge-danger-inv {
	background-color: #FFF;
	color: #ea0000;
	border-color: #ea0000;
	border-style: solid;
	border-width: 1px;
}

/** Fin fix **/

.ancho-fechas {
	width: 140px; 
}
.ancho-boton {
	width: 25px; 
}

.sin_cambios {
	font-weight: bold;
	color: #187e27;
	font-size: small;
	text-align: center;
}
.pendiente {
	font-weight: bold;
	color: #428bca;
	font-size: small;
	text-align: center;
}
.cambios_expedientes {
	font-weight: bold;
	color: #428bca;
	font-size: small;
	text-align: center;
}
.no_seleccionado {
	font-weight: bold;
	color: #a94442;
	font-size: small;
	text-align: center;
}
.pendiente_validacion {
	font-weight: bold;
	color: #6c6c6c;
	font-size: small;
	text-align: center;
}
.col-abreviatura {
	width: 10%;
}
.col-descripcion {
	width: 47%;
}
.col-fechas {
	width: 11%;
}
.col-acciones {
	width: 15%;
}
.col-botones {
	width: 16%;
}

.ui-autocomplete { 
	z-index:2147483647; 
}

.mg-1 {
	margin-right: 5px;
}

.tags > a:link, .tags > a:active, .tags > a:visited, .tags > a:hover {
	color: #fff;
}
	
.flex-parent {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}

.flex-child {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.inputCaptcha {
	width: 150px;
}

.min-size-date {
	min-width: 100px;
}

.margin-bottom {
	margin-bottom: 1em;
}

.external-notification {
	margin-top: 1em;
}

.navigator-docs-central {
	border-left: 1px solid #C9C9C9; 
	border-right: 1px solid #C9C9C9;
}

.navigator-docs-central-left {
	border-left: 1px solid #C9C9C9;
}

.navigator-docs-row {
	background-color: #F5F5F5;
	min-height: 6em;
	border: 1px solid #C9C9C9;
}
.navigator-docs-nav {
	min-height: 6em;
	display: flex;
    align-items: center;
    justify-content: center;
    color: #6C6C6C;
}
.navigator-docs-color {
	color: #6C6C6C;
}
.no-padding-right {
	padding-right: 0px;
}
.navigator-background {
	background-color: #F5F5F5;
}
.delimitator-li {
	border-bottom: 1px solid #C9C9C9;
}
.actual-row:hover {
	background-color: #F5F5F5 !important;;
	cursor: pointer;
}
.final-row {
	background-color: #F5F5F5 !important;;
}
.full-width {
	width: 100%;
}
.annotation-text {
	font-size: 0.75em;
}
.normal-weight {
	font-weight: normal;
}
 
.modalMsg {
	position: absolute;
    height: 73px;
    right: 1em;
    z-index: 1051;
    opacity: 0.95; 
  	-moz-opacity: 0.95;
  	-khtml-opacity: 0.95;
  	filter: alpha(opacity=95);
}

.modalMsg .alert {
	margin-top: 0.5em;	
}

.logoSIA {
	width: 80px;
	margin-right: 0.5em;
}

.margin-right-10px {
	margin-right:10px
}
.margin-left-10px {
	margin-left: 10px;
}
.margin-top-10px {
	margin-top: 10px;
}
.signer_order {
	width: 5%;
}

.paragraph-lock{
	margin-top: 1em;
	margin-bottom: 1em;
}

.containerFlex {
	display: flex;
	flex-wrap: wrap;
}

.top-view {
	z-index: 1000;
}

.botoneraSelect a {
	margin-top: 1rem;
}

#contentBody {
	flex: 1;
	display: flex;
	flex-direction: column;
}

#contentBody form {
	flex: 1;
}

#main-wrapper {
	height: 100%;
}

#main-wrapper #cuerpo {
	height: 100%;
}

.lateral {
	height: 100%;
}

.visor {
	height: 100%;
	display: flex;
}

.cerrar {
	height: 100%;
}

#contenido_visor {
	display: flex;
	flex: 1;
	flex-direction: column;
}

.contenido {
	flex:1;
}

.last-access {
	font-size: 10px;
}

.last-access-preferences {
	margin-top: 2em;
}
.last-access-title {
	font-weight: bold;
}

.navbar-nav {
	width: 100%;
	text-align: center;
}
  
.navbar-nav > li {
	float: none;
	display: inline-block;
}

.nav-presentation-button {
	position: absolute !important;
	right: 0;
}

.nav-exit-button {
	margin-right: 3em;
}
.nav-prev-button {
	margin-right: 0.25em;
}
.nav-next-button {
	margin-left: 0.25em;
}
.nav-finalize-button {
	margin-left: 3em;
}

.procedure a:hover {
    text-decoration: none;
}
.img-menu {
	margin-right: 5.6px;
}
.parrafo-negrita {
	font-weight: 700;
}

.alert-flex-close {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.icon-warn-close {
	margin-right: 1em;
}

.text-warn-close {
	font-size: 16px;
}

.botonera-salir {
	margin-top: 3rem;
}

.logo-header {
	width: 370px;
	height: 75px;
}

.breadcrumb {
	background-color: inherit;
}

.breadcrumb li:last-child a {
	font-weight: bold;
}

.h1-style {
	font-size: 1.5em;
	color: #6C6C6C !important;
	text-align: left;
	border: none;
}

.texto-incorporar-confirmacion {
	margin-top: 1em;
	margin-bottom: 2em;
}

.button-size {
	padding: .5em 1em .5em 1em;
	margin-right: 0.5em;
	cursor: help;
}

.info-label {
	margin-right: 0.5em;
}

.button-size + .tooltip > .tooltip-inner {
	background-color: black;
}

.modal-title {
  font-size: 2rem !important;
}

/* link skip to content */
a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
	
a.skip-main:focus, a.skip-main:active {
    color: #fff;
    background-color:#0068c2;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow:auto;
    margin: 10px 35%;
    padding:5px;
    border-radius: 15px;
    border:1px solid #0068c2;
    text-align:center;
    font-size:1.2em;
    z-index:999;
}

.juridica {
	/**display: none;**/
}

.loadingAddress{ 
	position: relative;
	padding-right: 15px;
    width: 3em;
    margin: 0px;
}

.stateDate {
	font-size: 12px;
	white-space: nowrap;
}

.labelButton > .fa-filter, .labelButton > .fa-search {
	padding-right: 0.5em;
}

.labelButton > .fa-trash {
	color: white;
}

.flags {
	width: 16px;
	height: 11px;
}

/*** 08/05/2024 CORRECCIONES CSS OFICINA ACCESIBILIDAD ***/

h1, .title-h1, #op_fecha, .descLegend, .pending_step{
    color: #757575 !important;
}  

.pending_step{
	opacity: 0.5;
}

.procedure_description p, .document .detail {
  	color: #6c6c6c !important;
}

input, select, textarea{
	color: #666 !important;
}

.procedure, .document{
	background-color: #FAFAFA;	
}

/* gris */
#pie a:link, #pie a:visited, #pie3, #migas_item a, h1 {
	color: #757575;
}

.currentPage{
	opacity: 1 !important;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  	color: #fff !important;
  	background-color: #b80508 !important;
}

.error li{
	color: rgb(142, 21, 21) !important;
}