@charset "utf-8";
/* CSS Document */

/* ================================================== */
/*  PREGUNTAS	*/ 
/* ================================================== */

.newform {
    cursor:pointer; 
    text-decoration: underline;
    color:#6fd7fd !important;
}
.newform:hover {
    cursor:pointer; 
    text-decoration: underline;
    color:#d9f5ff !important;
}

/* Quitar Filtro */
.btn.btn-link {
	color:#0078c1;
	font-weight: 500;
}
.w100 {
	width: 100%;
}

/* COINCIDENCIAS */
.caja-scroll-coincide {
	max-height: 430px; 
	overflow-y: scroll; 
	overflow-x: hidden;
}
.card-header.bg-info {
	padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.card-foot {
	height: 12px;
	border-bottom-left-radius: 10px;
       border-bottom-right-radius: 10px;
	background-color: #ffffff;
}
.btn-mini {
	font-size: 12px;
    text-decoration: none;
    margin-bottom: 5px;
    color: #63b2e5;
    border: solid 1px #63b2e5;
    padding: 3px 5px 3px 5px;
}
.de_light a.btn-mini {
	color: #63b2e5;
}
.de_light a.btn-mini:hover {
	background-color: #63b2e5;
	color: #FFFFFF;
}

/* ACORDION */
/* Botones Ver-Ocultar */
.toggle-icon {
    transition: transform 0.3s ease;
}
.toggle-btn[aria-expanded="true"] .toggle-icon {
    transform: rotate(180deg);
}
    
/* Paginador */
.pagination .page-link {
    padding: 0.5rem 0.75rem; /* igual para todos los botones */
    min-width: 40px;
    text-align: center;
}
.pagination .active .page-link {
    background-color: #007bff;
    border-color: #007bff;
    color: white;
}
	
/* Hilo Destacado */
.hilo-highlight {
    background-color: #eaf4ff; /* celeste claro */
    border: 2px solid #007bff;
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,123,255,0.4);
    transition: background-color 0.3s ease;
}

/* Mini Paginador */
.mini-pagination .page-link {
    border: 1px solid #dee2e6;
    background-color: #f9f9f9;
    color: #333;
    padding: 0.25rem 0.5rem;
    font-size: 0.85rem;
}
.mini-pagination {
    display: flex;
    align-items: center;
}
.mini-pagination .page-item {
    margin: 0 2px;
}
.mini-pagination .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dee2e6;
    background-color: #f9f9f9;
    color: #333;
    padding: 0.25rem 0.5rem;
    font-size: 0.85rem;
    min-width: 32px;
    height: 32px;
    line-height: 1;
}
.mini-pagination .page-item.disabled .page-link {
    background-color: #f0f0f0;
    color: #aaa;
    pointer-events: none;
}
.mini-pagination .page-link:hover {
    background-color: #e9ecef;
}
.mini-pagination .page-item.counter {
    margin-left: -2px;
}
    
/* Palabra Resalta */
.palabra-resaltada {
    background-color: yellow;
    font-weight: bold;
    padding: 0 2px;
}
mark {
    display: inline;
    padding: 0 2px;
    background-color: #ffff88; /* color suave opcional */
    border-radius: 2px;
    line-height: inherit;
}

/* ADJUNTAR IMAGEN */
.btn-upload {
    background-color: #055498 !important;
    text-indent: -999px;
    width: 100%;
    height: 40px;
    display: block;
    text-align: center;
    padding: 7px 17px;
    font-size: 11px;
    margin-bottom: 5px;
    font-weight: 800;
    border-radius: 2000em;
    cursor: pointer;
}
.upload-file-text {
    pointer-events: none;
    margin-top: -36px !important;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 10px;
    font-size: 12px;
    display: block;
    position: relative;
}
.link-list-2.link-list-long-border a {
    margin-left: 0px;
    padding-left: 0px;
}
.link-list-2 a {
    line-height: 45px;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid rgb(202, 216, 236);
    text-decoration: none;
    display: block;
    position: relative;
    color: #000000;
}

