/* CSS Document */

	div.card-busqueda >.card-header >.btn-link {
	    font-weight: 400;
	    color: #FFF!important;
    	text-decoration: none;
	}

	div.card-busqueda >.card-header >.btn-link:after {
	  content: "\f107";
	  font-family: 'Font Awesome 5 Free';
	  font-weight: 900;
	  float: right;
	}
	
	
	div.card-busqueda >.card-header >.btn-link.collapsed:after {
	  content: "\f106";
	}

	div.card-busqueda{
		/* offset-x | offset-y | blur-radius | color */
		box-shadow: 5px 5px 5px #ccc8c8;
	}


	div.card.servicio >.card-header {
		background-color:#696;		
	}

	div.delegacion >.collapse >.card-body{
		/* font-size:0.9em; */
	}

	div.card .card-body .info >span{
		font-weight:bold;
		margin-right:5px;
	}


	div.card >.card-header >.btn-link {
	    font-weight: 400;
	    color: #da4545;
    	text-decoration: none;
	}

	div.card >.card-header >.btn-link:hover {
	    color: #c00;
	}


	div.card.servicio >.card-header {
		background-color:#c00;		
	}
	div.card.servicio >.card-header {
	    font-weight: 400;
	    color: #fff!important;
    	text-decoration: none;
	}

	
	div.card.servicio >.card-body{
		/* font-size:0.9em;	*/
	}

	div.info{
		font-size:0.9em;
	}
	
	ul.personas_unidad{
	    padding-left: 20px;
		list-style:circle;		
		font-size:0.9em;
	}

/*************************************************************/

/******************************************************************/

div.panel_info_contenedor{
	display:none; 
	/* position:absolute; */
	position:fixed;	
	top:200px;
	right: 0px;
	width:100%;
	max-width:400px;
	border:1px solid #ccc;
	text-align:left;
	background-color: #ffffff;
	opacity:1!important;	
	height:400px;
	background-color:#f5f5f5;
}

div.panel_info_contenedor > div.panel_unidad_view{
	font-size:0.85em;
}


div.panel_info_contenedor > div.panel_unidad_view > div.panel_unidad_cabecera{
    background-color: #CC0000;
    min-height: 50px;
    text-align: center;
    position: relative;	
}

div.panel_info_contenedor > div.panel_unidad_view > div.panel_unidad_cabecera > div.panel_unidad_volver{
	cursor: pointer;
	width: 34px;
	height: 34px;
	position: absolute;
	top: 7px;
	right: 7px;
}



/*  persona */
div.panel_persona_view{
    position: absolute;
    z-index: 1000;
    width: 100%;
    top: 0;
}

div.panel_persona_view > div.panel_persona_cabecera{
    background-color: #034075;
    min-height: 50px;
    text-align: center;
    position: relative;	
}

div.panel_persona_view > div.panel_persona_cabecera > div.panel_persona_volver {
	cursor: pointer;
	width: 34px;
	height: 34px;
	position: absolute;
	top: 7px;
	right: 7px;
}


div.panel_persona_view > div.panel_persona_body{
    background-color: white;
    box-sizing:border-box;
	height: 348px;	
	padding:20px;
	overflow-x: hidden;
	overflow-y: auto;
	
}

div.panel_persona_view > div.panel_persona_body > div.persona_detalle_nombre {	
	font-size:1.1em;
	font-weight:bold;
	padding-left:30px;
	margin-top:15px;
}


div.panel_persona_view > div.panel_persona_body > ul {
	list-style:none;	
	padding-left:30px;
}
div.panel_persona_view > div.panel_persona_body > ul > li{
	margin-bottom:5px;
}

div.panel_persona_view > div.panel_persona_body > ul > li.jerarquia_unidad{
	font-size:0.8em;
	color:grey;
}



.item_busqueda_resultado{
	padding: 7px 0 7px 0;
	cursor:pointer;
}
.item_busqueda_resultado:not(:first-child) {
	border-top:1px solid #d7d7d7; 
}



.item_busqueda_resultado:hover{
	background-color:#F0F0F0;
}

#numero_resultados{
	display:none;	
    margin-left: 10px;
	font-size:0.9em;
	color:grey;
}
#resultado_busqueda {
	max-height:300px;
	overflow:auto;	
	width: 100%;
    border: 1px solid #d7d7d7;
    margin-left: 10px;
	margin-right:10px;
    padding: 10px;
    font-size: 0.9em;	
}





