/* @update: 2022-10-19 */

/* CSS personalizados para el tema */

/*
##########################################################################################################################################
#	CSS TEMA - COLORES
###########################################################################################################################################

define('TEMA_CSS_ID_NUM','lt_id_num');
define('TEMA_CSS_ID_TXT','lt_id_txt');

define('TEMA_CSS_HEADER','lt_bg-customer');
define('TEMA_CSS_CALLOUT','callout-customer');
define('TEMA_CSS_BOX','lt_bg-customer');
define('TEMA_CSS_BOX_TOP','box-customer');
*/


.fondo_modal_header {
	color: #fff;
	background-color: #8d953e;
	min-height:45px;
	padding-top:7px;
	padding-bottom:5px;
	text-transform: uppercase;
}
.modal_fondo_gris{
   background-color: #e5e5e5;
}
.txt_lopd{
        font-family:Arial;
        text-align: justify;
	font-size: 9px;
	color: #666666;
        font-weight: normal;
	line-height: 1.5em;
}

.lt_bg-customer{ background-color: #8d953e !important; color: #fff !important;}

.callout.callout-customer {
  border-color: #3a001c;
  background-color: #8d953e !important;
  color: #fff !important;
}

.box.box-customer {
  border-top-color: #8d953e;
}

/*
.lt_id_num{
	color: #5d958a;
	font-weight: 700;
	font-size: 30px;
}

.lt_id_txt{
	color:  #5ebdac;
	font-weight: 700;
	font-size: 20px;
}
*/


/* BTN votacio*/

/* ===========================
   BOTONES VOTACIÓN
   =========================== */

.box-footer .voto-btn {
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;

    min-width: 230px !important;
    min-height: 86px !important;
    padding: 12px 20px !important;

    border-radius: 12px !important;
    border: 1px solid #d9dde3 !important;
    background: #f1f3f5 !important;
    color: #2f2f2f !important;

    text-decoration: none !important;
    text-align: center !important;
    font-family: "Source Sans Pro", Arial, sans-serif !important;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08) !important;
    transition: all .20s ease !important;
}

.box-footer .voto-btn:hover,
.box-footer .voto-btn:focus,
.box-footer .voto-btn:active {
    text-decoration: none !important;
}

/* textos pequeños */
.box-footer .voto-meta {
    display: block !important;
    font-size: 12px !important;
    line-height: 1.1 !important;
    font-weight: 400 !important;
    opacity: .9 !important;
}

/* línea principal */
.box-footer .voto-main {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
}

.box-footer .voto-main i {
    font-size: 18px !important;
    line-height: 1 !important;
}

.box-footer .voto-label {
    font-size: 28px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
}

/* ===========================
   ESTADO SIN SELECCIONAR
   =========================== */
.box-footer .voto-btn--idle {
    background: #f1f3f5 !important;
    color: #2f2f2f !important;
    border-color: #d9dde3 !important;
}

/* ===========================
   ESTADO SELECCIONADO SI
   =========================== */
.box-footer .voto-btn--si.voto-btn--selected {
    background: #28a745 !important;
    color: #ffffff !important;
    border-color: #218838 !important;
}

/* ===========================
   ESTADO SELECCIONADO NO
   =========================== */
.box-footer .voto-btn--no.voto-btn--selected {
    background: #dc3545 !important;
    color: #ffffff !important;
    border-color: #c82333 !important;
}

/* ===========================
   ESTADO NO SELECCIONADO
   =========================== */

/* SI en gris → icono/texto verde */
.box-footer .voto-btn--si.voto-btn--idle i,
.box-footer .voto-btn--si.voto-btn--idle .voto-label {
    color: #28a745 !important;
}

/* NO en gris → icono/texto rojo */
.box-footer .voto-btn--no.voto-btn--idle i,
.box-footer .voto-btn--no.voto-btn--idle .voto-label {
    color: #dc3545 !important;
}

/* textos pequeños en gris neutro */
.box-footer .voto-btn--idle .voto-meta {
    color: #666 !important;
}
