/* CSS Document */

<!-- Modal -->

#modalDetalle > .modal-dialog{
	width:95%;
	max-width:1200px!important;	
}
#modalDetalle div.modal-footer > button{
	font-size:0.9em;
}

.ui-jqgrid i::before {
    font-size: 1.5em;
}

#modalDetalle .modal-body ul{
	font-size:0.9em;	
	margin-bottom: .5rem;
    padding-bottom: .5rem;	
}


.line-v-red:hover {
    border-left: .25rem solid #C00;
	padding-left: 1.05rem;
}



.subvencion_item{
	font-size:0.9em;
	color:#495057!important;
}

.subvencion_item >.bop{
	color:#999!important;
	font-size:0.9em;
	font-weight:bold;
}
.subvencion_item >.titulo >p {
	font-weight: bold;
	font-size: 1.2em;
	color: #495057;
}

.subvencion_item:hover .titulo >p{
	color:#c00!important;
}	
			
.subvencion_item >.titulo >a{
	position: absolute; 
	top: 0;  
	left: 0;
	width: 100%; 
	height: 100%;
}



/*
.subvencion_item >.titulo >a{
	font-weight:bold;
	font-size:1.2em;
	color:#495057!important;
}
.subvencion_item >.titulo >a:hover{
	color:#c00!important;
}
*/
.subvencion_item >.fin_plazo{
	color:#c00!important;
}

.subvencion_item >.estado_convocatoria{
	color:#999!important;
	font-size:0.9em;
}











.detalle{
	background-color: #f8f9fa;
    padding: 5px 10px 10px 20px;
	box-shadow: 5px 3px 3px #ccc8c8;
	border: 1px solid lightgrey;	
	border-radius:.3rem;
}


.detalle>.titulo{
	font-size:1em;
	color:#c00!important;
	text-align:center;	
}


.detalle >.titulo{
	font-size:1em;
	color:#c00!important;
	text-align:center;
}

.detalle >.delegacion{
	font-size:0.95em;
	text-align:center
}
.detalle >.delegacion >span{
	font-weight:bold;
}

.detalle >.estado_convocatoria{
	color:#999!important;
	font-size:0.9em;
}



.detalle >.detalle_item{
	font-size:0.9em;	
}
.detalle >.detalle_item >span{
	font-weight:bold;
	margin-right:5px;
}


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;
}





