@charset "utf-8";

/* VARIABLES */
/* Las recogeresmos mediante color: var(--color-primario-mod) */
:root{
	--color-primario_mod: #160a8b;
	--color-primario_claro_mod: #4A4488;
	--color-primario_oscuro_mod: #232c63;
	--color-secundario_mod: #5e617e;
    --color-amarillo: #ffd251;
}


/* TAGS */
label {font-weight:bold; color:#2E2D2D;}

/* ESPACIOS */
.clear   {display:block; clear:both; height:1px; width:100%;}
.clear5  {display:block; clear:both; height:5px; width:100%;}
.clear10 {display:block; clear:both; height:10px; width:100%;}
.clear15 {display:block; clear:both; height:15px; width:100%;}
.clear20 {display:block; clear:both; height:20px; width:100%;}
.clear25 {display:block; clear:both; height:25px; width:100%;}
.clear30 {display:block; clear:both; height:30px; width:100%;}
.clear35 {display:block; clear:both; height:35px; width:100%;}
.clear40 {display:block; clear:both; height:40px; width:100%;}

.clearSoloMov   {display:block; clear:both; height:1px; width:100%;}
.clear5SoloMov  {display:block; clear:both; height:5px; width:100%;}
.clear10SoloMov {display:block; clear:both; height:10px; width:100%;}
.clear15SoloMov {display:block; clear:both; height:15px; width:100%;}
.clear20SoloMov {display:block; clear:both; height:20px; width:100%;}
.clear25SoloMov {display:block; clear:both; height:25px; width:100%;}
.clear30SoloMov {display:block; clear:both; height:30px; width:100%;}
.clear35SoloMov {display:block; clear:both; height:35px; width:100%;}
.clear40SoloMov {display:block; clear:both; height:40px; width:100%;}

.clearMov   {display:none; clear:none; height:1px; width:100%;}
.clear5Mov  {display:none; clear:none; height:1px; width:100%;}
.clear10Mov {display:none; clear:none; height:1px; width:100%;}
.clear15Mov {display:none; clear:none; height:1px; width:100%;}
.clear20Mov {display:none; clear:none; height:1px; width:100%;}
.clear25Mov {display:none; clear:none; height:1px; width:100%;}
.clear30Mov {display:none; clear:none; height:1px; width:100%;}
.clear35Mov {display:none; clear:none; height:1px; width:100%;}
.clear40Mov {display:none; clear:none; height:1px; width:100%;}

.marginBotom5SoloMov  {margin-bottom: 0px;}
.marginBotom10SoloMov {margin-bottom: 0px;}
.marginBotom15SoloMov {margin-bottom: 0px;}

.flotaDerecha {float:right !important; margin-right:10px;}

/* MEDIDAS */
.maxWidth100 {max-width:90px !important;}
.maxWidth200 {max-width:200px !important;}
.maxWidth300 {max-width:300px !important;}

.minWidth100 {max-width:100px !important;}
.minWidth200 {max-width:200px !important;}
.minWidth300 {max-width:300px !important;}

.width33por100 {width:33% !important;}
.width34por100 {width:34% !important;}

.marginTop0  {margin-top:0px !important;}
.marginTop5  {margin-top:5px !important;}
.marginTop10 {margin-top:10px !important;}
.marginTop15 {margin-top:15px !important;}

.marginBottom5  {margin-bottom:5px;}
.marginBottom10 {margin-bottom:10px;}
.marginBottom15 {margin-bottom:15px;}

.marginRight5  {margin-right:5px !important;}
.marginRight10 {margin-right:10px !important;}
.marginRight15 {margin-right:15px !important;}

.marginBoton5M  {margin-bottom:-5px;}
.marginBoton10M {margin-bottom:-10px;}
.marginBoton15M {margin-bottom:-15px;}

.padding25 {padding: 25px !important;}

.paddingLeft5  {padding-left:5px !important;}
.paddingLeft10 {padding-left:10px !important;}
.paddingLeft15 {padding-left:15px !important;}

.paddingRight5  {padding-right: 5px !important;}
.paddingRight10 {padding-right: 10px !important;}
.paddingRight15 {padding-right: 15px !important;}
.paddingRight35 {padding-right: 35px !important;}
.paddingRight45 {padding-right: 45px !important;}
.paddingRight55 {padding-right: 55px !important;}

.paddingTop5  {padding-top: 5px !important;}
.paddingTop10 {padding-top: 10px !important;}
.paddingTop15 {padding-top: 15px !important;}
.paddingTop20 {padding-top: 20px !important;}
.paddingTop25 {padding-top: 25px !important;}

/* COLORES */
.color-primario {color: var(--color-primario_mod);}
.color-secundario {color: var(--color-secundario_mod);}
.fondo-primario {color: var(--fondo-primario_mod);}
.fondo-secundario {color: var(--fondo-secundario_mod);}

.rojo   {color:red !important;}
.blanco {color:#FFF !important;}
.azul   {color:#00BEFF !important;}
.verde  {color:#71FF5A !important;}
.negro  {color:#000 !important;}
.ambar  {color:#C7B100 !important;}

.selectAmarillo {background-color:#FBFFBC !important; color: #000 !important; border-color:#FBFFBC !important;}
.selectAzul 	{background-color:#A9DBFF !important; color: #000 !important; border-color:#A9DBFF !important;}
.selectVerde    {background-color:#C6FBB7 !important; color: #000 !important; border-color:#C6FBB7 !important;}
.selectRojo     {background-color:#FFCCCC !important; color: #000 !important; border-color:#FFCCCC !important;}
.selectMorado   {background-color:#D8ACEA !important; color: #000 !important; border-color:#D8ACEA !important;}
.selectNaranja  {background-color:#FDB250 !important; color: #000 !important; border-color:#FDB250 !important;}
.selectRosa     {background-color:#F5A3DF !important; color: #000 !important; border-color:#F5A3DF !important;}
.selectMarron   {background-color:#A28989 !important; color: #000 !important; border-color:#A28989 !important;}

.fondoHueso  {background-color:#f4f4f4 !important;;}
.fondoVerde  {background-color:#0C0 !important;}
.fondoAzul   {background-color:#09F !important;}
.fondoBlanco {background-color:#FFFFFF !important;}
.fondoNegro  {background-color:#000000 !important;}

.fondoRojoBoton {background-color:#dd4b39 !important;}
.fondoVerdeBoton {background-color:#00a65a !important;}

.colorEnlaces {cursor:pointer; color:cornflowerblue !important; margin-bottom: 8px !important; }
.colorEnlaces:hover {color:#9ABDFC !important;}

.enlaceDocumentos {color:#fff !important;}

.enlaceEditarActividad {margin-left:7px; margin-bottom: -15px !important;}

.linkCorporativo {color: var(--color-primario-mod); text-decoration: underline;}

.colorIconosListado {color:cornflowerblue; cursor: pointer; margin-right: 6px !important; margin-bottom: 8px !important;}
.colorIconosListado:hover {color:#1B54BA; cursor: pointer; margin-right: 6px !important; margin-bottom: 8px !important;}

.contactadoSi {color:green; cursor: pointer;}
.contactadoNo {color:red; cursor: pointer;}

.iconosPortalesListadoInmuebles {display: inline-block; width:25px; height: auto; margin-bottom: 8px; margin-right: 8px;}

.fc-title {color: #fff !important; cursor: pointer;}

.heading {font-size: 16px !important; padding-bottom: 4px !important;}
.subrayado {text-decoration: underline !important;}

.rallaColumnaIzquieda {
    border-right: 1px solid #e0e0e0; /* línea sutil */
    height: 100%;
}

.rallaBajoColumnas {
    border-bottom: 1px solid #e0e0e0; /* línea sutil */
    padding-bottom: 16px; /* opcional para separación */
}

.input-simbol {
    position: relative;
    padding-right: 28px; /* espacio para el símbolo */
}

.input-simbol::after {
    content: attr(data-symbol); /* símbolo dinámico */
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    pointer-events: none;
    font-size: 0.9em;
}

/* ESTRELLAS */
.rating {
    border: none; /* Elimina el borde predeterminado del fieldset */
    float: left;
    direction: rtl; /* Invierte la dirección para que CSS funcione con el truco del selector ~ */
}

.rating > input {
    display: none; /* Oculta los inputs de radio reales */
}

.rating > label {
    font-size: 30px; /* Tamaño de las estrellas */
    color: #ddd; /* Color predeterminado de las estrellas (vacías) */
    float: right;
    cursor: pointer; /* Cambia el cursor a una mano al pasar por encima */
}

/* Selector principal: cuando un input está checked, o cuando se pasa el ratón por encima (hover)
   y en los selectores hermanos que le preceden (~), cambia el color a dorado */
.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    color: #ffc700; /* Color de las estrellas activas (dorado) */
}

/* Efecto adicional al pasar el ratón para dar interactividad */
.rating > label:hover ~ input:checked ~ label {
    color: #ddd; /* Evita que las estrellas "vacías" se vuelvan doradas cuando el ratón está en las primeras */
}

/* BOTONES */
#login 		 {color:#fff !important;}
#login:hover {color:#fff !important;}
input[type=button], input[type=submit], button {color:#fff !important;}
input[type=button]:hover, input[type=submit]:hover, button:hover {color:#fff !important;}


/* FORMATO TEXTO */
.textoTachado {text-decoration:line-through !important; color: red !important;}
.textoTachadoAlertas {text-decoration:line-through !important;}
.textoMedio {vertical-align: middle !important;}
.textoMayusculas {text-transform: uppercase !important;}
.selectOrdenPedidos {display: inline-block; width:250px; height:40px; margin-left:15px; padding:3px; box-sizing: border-box;}

/* BUSCADOR AVANZADO */
#divAvanzado {visibility: hidden; height: 1px;}
.listasCheckbox {list-style: none;}

/* ESTRUCTURA */
.bloque           {display:block;}
.cursorPointer    {cursor:pointer;}
.bloqueEnLinea    {display:inline-block;}
.borraImagen span {cursor:pointer;}
.hrDotted         { border:1px dotted #cdcdcd !important;}
.fontLabels 	  {font-size:15px !important;}
.fontLabelsMed    {font-size:12px !important;}
.preloader        {max-width:60px; height: auto;}
.cruzCerrar       {display:block; background-color:#CBC6C6; color: var(--color-primario-mod); border-radius:50%; height: 40px; width:40px; line-height: 40px; font-size: 30px;}
.flotaDerecha     {display: inline-block; float: right;}

.selectEnLinea    {height: 32px; line-height:32px; padding-left:5px; padding-right: 5px;}

img.logoListados {width:50px !important; height: auto; }
.logoColaborador {width:150px; height: auto;}

.inactive-field {
    background-color: #e9ecef !important;
    pointer-events: none;
    opacity: 0.7;
}

.verDocumentos {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* separación entre documentos */
    align-items: flex-start;
}

.verDocumentos .docItem {
    position: relative;
    width: 150px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: all 0.2s ease-in-out;
}

.verDocumentos .docItem:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

/* Icono de eliminar */
.verDocumentos .btnEliminarDoc {
    position: absolute;
    top: -12px;
    right: -12px;
    background-color: #dc3545;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    z-index: 2;
}

.verDocumentos .btnEliminarDoc:hover {
    background-color: #bb2d3b;
}

/* Imagenes */
.verDocumentos .docItem img {
    width: 100%;
    height: 100px;
    object-fit: contain;
    border-radius: 6px;
    margin-top: 10px;
}

/* Archivos tipo texto / pdf */
.verDocumentos .docTexto {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    background-color: #fff;
    border: 1px dashed #ccc;
    border-radius: 6px;
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}

/* Nombre del documento */
.verDocumentos .docNombre {
    margin-top: 8px;
    font-size: 13px;
    color: #333;
    font-weight: 500;
    text-align: center;
    word-break: break-word;
}


.titularFormularios {
    display:block;
    background-color: #BCDDE9;
    padding: 10px 8px;
    box-sizing: border-box;
    border-radius: 7px;
}

.subTulosFormularios {
    display:block;
    background-color: #F4F4F4;
    padding: 8px 6px;
    box-sizing: border-box;
    border-radius: 7px;
    margin-bottom: 8px !important;
}

/* FORMULARIOS */
.amortizacion-block .form-group-row {
    display: flex;
    align-items: center;
}

.amortizacion-block .form-group-row strong {
    width: 90px; /* ajustable */
    display: inline-block;
}

.amortizacion-block .form-group-row input {
    flex: 1;
}

.apertura-block .inline-group {
    display: flex;
    align-items: center;
    gap: 8px; /* separación controlada */
}

.apertura-block .inline-group .inline-input {
    flex: 1;              /* ocupa todo el espacio disponible */
    min-width: 0;         /* evita overflow */
}


.ocultaMovil {}

.nadaSeccion {
	padding:10px 0px 0px 0px;
}

.formularioCaja {background-color:#F7F7F7 !important; padding: 20px; box-sizing: border-box; border-radius:15px;}

.encabezados {
	display:block;
	width:100%;
	min-height:40px;
	line-height:40px;
	padding-left:10px;
	box-sizing:border-box;
	font-weight:600;
	background-color:#ABABAB !important;
    color:#FFF;
	border-radius:4px;
}

.encabezadosGrisOscuro {
	display:block;
	width:100%;
	height:50px;
	line-height:50px;
	padding-left:10px;
	box-sizing:border-box;
	font-weight:600;
	color:#FFF !important;
	background-color:#222D32 !important;
	border-radius:4px;
}

#msgAcciones {
	display:block;
	width:100%;
	height:auto;
	/*min-height:50px;*/
	text-align:center;
}


.anchoTotal {
	display:block;
	width:100% !important;
}

.altoAuto {
	display:block;
	height:auto !important;
	max-width:900px !important;
	margin-left:auto !important;
	margin-right:auto !important;
	word-wrap:break-word !important;
}

.cabeceraTablas {
	background-color:#222D32;
	color:#CCC;
}

.cabeceraTablasGris {
    background-color:#E2DEDE;
	color:#000;
}

.crudContenedor {
	display:block;
	width:100%;
	min-height:50px;
	line-height:50px;
}

.koInput {
	background-color:#F00;
	color:#000 !important;
    /*border-color: red !important;*/
    border: 3px solid red;
}

.okInput {
	background-color:#0C0;
	color:#000 !important;
    /*border-color: #0C0;*/
    border: 1px solid #0C0;
}

.normalInput {
	background-color:#FFF;
	color:#000 !important;	
    /*border-color: #d2d6de;*/
    border: 1px solid #d2d6de;
}

.msgModal {
	display:block;
	width:100%;
	height:auto;
	min-height:50px;
	margin-top:30px;
}

.cajaImg {
	display: inline-block !important;
    max-width: 240px;
    margin-right: 20px;
	margin-top:10px;
	margin-bottom:30px;
	border-radius:6px !important;
	-moz-border-radius:6px !important;
	-o-border-radius:6px !important;
	-ms-border-radius:6px !important;
	-webkit-border-radius:6px !important
}
.cajaImg img {
	max-width:240px !important;
}
.cajaImg .eliminar {
	display:block !important;
	height:30px !important;
	line-height:30px !important;
	background-color:#D00 !important;
	color:white !important;
	cursor:pointer !important;
	text-align:center !important;
}
.cajaImg .accionesFoto {
	background-color:#7A7A7A !important;
	color:white !important;
	padding-left:20px;
	box-sizing:border-box;
}

.cajaImg input[type="radio"]{
	display:inline-block !important;
	/*color:white !important;*/
	margin-top:15px !important;
	margin-left:14px;
}
.cajaImg input[type="number"]{
	display:inline-block !important;
	color:#000 !important;
	margin-top:15px !important;
	margin-left:14px;
}

.circuloEnlace {
	display:block;
	width:130px;
	height:130px;
	line-height:20px;
	padding-top:50px;
	margin:40px auto;
	text-align:center;
	background-color:#00ABFF;
	color:#FFF;
	font-size:18px;
	word-wrap:break-word;
	border-radius:50%;
	-moz-border-radius:50%;	
	-o-border-radius:50%;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
}

.circuloEnlace:hover {
	background-color:#FFFFFF;
	color:#000;
}

/* FORMULARIOS */
.cajasForms {
    background-color: #F8F8F8;
    padding: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
    border: 3px solid #e1e1e1;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
}
.ocultarCajasInmuebles {
    visibility: hidden;
    height: 1px !important;
}
.infoOcultosInmueble {
    font-weight: bold !important;
    text-decoration: underline !important;
}
.infoCajaTexto {
	color:#222;
	background-color:#F4F4F4;
	padding:10px;
	border: 2px solid #D27E00;
	box-sizing:border-box;
    border-radius: 7px;
}
.input2en1 {
	display:inline-block !important;
	height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    /*border-radius: 4px;*/
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.formularios {
	border:3px solid #CBCBCB;
	background-color:#F4F4F4;
	border-radius:7px;
	padding:20px;
	box-sizing:border-box;	
	margin-bottom:20px;
}

.dosInputs {
	display:block;
  	width:100%;
}
.inputsMios {
	display:inline-block !important;
  	width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
   /* background-color: #fff;*/
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.bloqueVerColaborador {
    background-color: #F4F4F4;
   
}
.paddingColumnaDatosIzquierda {padding-left:100px;}
.paddingColumnaDatosIzquierda .tabuladoInterno {margin-left:20px;}

.muestraContactosVerDiv {
    padding-top:30px;
}

.cajaContactosVer {

    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 20px;
}

.cajaContactosVer h4 {color:red; margin-bottom: 20px;}

/* Botones sólidos siempre visibles (corrige overrides del tema) */
.table .btn.btn-primary { background-color: #0d6efd !important; border-color: #0d6efd !important; color: #fff !important; margin-right: 8px !important; }
.table .btn.btn-info    { background-color: #0dcaf0 !important; border-color: #0dcaf0 !important; color: #fff !important; margin-right: 8px !important; }
.table .btn.btn-danger  { background-color: #dc3545 !important; border-color: #dc3545 !important; color: #fff !important; margin-right: 8px !important; }

.table .btn.btn-primary:hover { background-color: #5C9DFC !important; border-color: #0d6efd !important; color: #000 !important; margin-right: 8px !important; }
.table .btn.btn-info:hover    { background-color: #7BE0F4 !important; border-color: #0dcaf0 !important; color: #000 !important; margin-right: 8px !important; }
.table .btn.btn-danger:hover  { background-color: #DF838C !important; border-color: #dc3545 !important; color: #000 !important; margin-right: 8px !important; }


/* --- Estados visuales de guardado --- */
form.border-success {
  border: 2px solid #28a745 !important;
  box-shadow: 0 0 8px rgba(40, 167, 69, 0.3);
  transition: all 0.3s ease-in-out;
}

form.border-danger {
  border: 2px solid #dc3545 !important;
  box-shadow: 0 0 8px rgba(220, 53, 69, 0.3);
  transition: all 0.3s ease-in-out;
}

/* --- Botón de guardado en proceso --- */
.btn[disabled] {
  opacity: 0.7;
  cursor: not-allowed;
}

/* --- Opcional: realce visual de guardado correcto --- */
.btn-success.saved {
  background-color: #218838 !important;
  border-color: #1e7e34 !important;
  color: #fff !important;
}

/* --- ALERTAS CON TRANSICIÓN SUAVE --- */

.alert-toast {
  display: none;
  opacity: 0;
  transition: all 0.3s ease;
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 2000;
}

.alert-toast.show {
  display: block;
  opacity: 1;
}

.alert-animada {
  opacity: 0;
  transform: translateY(-5px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.alert-animada.show {
  opacity: 1;
  transform: translateY(0);
}

.alert-animada.hide {
  opacity: 0;
  transform: translateY(-5px);
}

/* --- Ajustes visuales solo para estas alertas --- */
.alert-animada ul {
  margin-top: 8px;
  padding-left: 20px;
}
.alert-animada hr {
  margin: 8px 0;
}

/* Para que el formularios de contacto esté desactivado hasta que se guarde un colaborador */
form[id^="creaContactoForm"] {
  opacity: 0.6;
  pointer-events: none;
}

form[id^="creaContactoForm"].activo {
  opacity: 1;
  pointer-events: auto;
}


/* TIULARES VARIOS */
.titularVerDatosColaborador {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    padding-left: 8px;
    padding-right:8px;
    box-sizing: border-box;
    background-color: var(--color-primario_claro_mod);
    border-radius: 5px;
}

/* PORTADAS */
.tamanoPortadaAdmin {width: 100px; height: auto;}
.tamanoPortadaAdminPrevisualizacion {width: 200px; height: auto;}
#portadaPrevisualizacion {margin-top: 30px; margin-bottom: 20px;}
.imgPortadaAcciones img {margin-bottom: 20px;}

/* CLIENTES */
.resultadosFlotantes {position: absolute; display: block !important; margin-top: 150px; z-index: 9999999; background-color:whitesmoke; box-shadow: 5px 5px 30px;}
.resultadosFlotantesPedido {position: absolute; display: block !important; margin-top: 15px; z-index: 9999999; background-color:whitesmoke; box-shadow: 5px 5px 30px;}

#zonasInteresComprador {
    visibility: hidden;
    height:1px !important;
}

#resultadosZonasInteres {display: none;}
#resultadosFlotantesMunicipios {display: none; padding-top: 10px;}
#resultadosFlotantesZonas {display: none; padding-top: 10px;}
#resultadosBusquedaEncargo {display: none; padding-top: 10px;}

#zonasInteresCompradorSeleccionadas{}

.zonasInteresTexto {margin-right: 8px; margin-bottom: 12px; font-size:14px;}

.cajaInformacion {
    display:block;
    height: 100%;
    width: 100%;
}

.cajaInformacion a {
    display: block;
    width:100%;
    height:80px;
    text-align: center;
    background-color: var(--color-primario_mod);
    color:#fff;
    border-radius: 15px;
    margin-bottom: 25px;
}

.cajaInformacion a:hover {background-color: var(--color-primario_claro_mod); }

.cajaInformacion a h4 {
    line-height: 80px;
}

/* BANCOS */
.resultado-busqueda {
    border: 1px solid #ccc;
    background: #fff;
    position: absolute;
    width: 100%;
    z-index: 999;
    max-height: 200px;
    overflow-y: auto;
}

.resultado-item {
    padding: 6px 10px;
    cursor: pointer;
}

.resultado-item:hover {
    background: #f1f1f1;
}

.tasadora-tag {
    padding: 6px 10px;
    background: #e6f0ff;
    border-radius: 4px;
    margin: 4px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tasadora-tag button {
    margin-left: 8px;
}


/* VISUALIZACION DE COLABORADORES */
.logoColaboradorSeccionVer {
  max-width: 150px;
  border-radius: 10px;
  border: 1px solid #ddd;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.nombreColaboradorSeccionVer {
  font-size: 1.8rem;
  font-weight: 600;
  color: #222;
}

.valoracionColaboradorSeccionVer {
  font-size: 1.3rem;
  color: #f1c40f;
}

.labelDatos {
  font-weight: 600;
  color: #555;
}

.precioColaborador p,
.precioMinimoColaborador p,
.precioMedioColaborador p,
.bancosPreferentes p,
.notas p {
  margin: 0 0 5px 0;
  font-size: 0.95rem;
}

.rallaLateralColumnaIzquierda { 
    border-right: 1px solid #dee2e6;
    padding-right: 25px;
}

.separacionColumnaDerecha {
    padding-left: 25px;
}

.centrarDatosColaborador {
  display: flex;
  flex-direction: column;
  align-items: center;   /* centra horizontalmente */
  justify-content: center; /* centra verticalmente */
  text-align: center;
  min-height: 100%; /* asegúrate de que el contenedor tenga altura definida */
}

.bloqueFormColaborador {
    display:block;
    margin-bottom: 5px;
    font-size: 14px;
    margin-left: 9px;
}


/* QUERYS */

/* MÓVILES VERTICAL */
@media (max-width: 480px) {
    
    .maxWidth100 {max-width:100% !important;}
    
	.ocultaMovil {display:none;}
	
	.clearMov   {display:block; clear:both; height:1px; width:100%;}
	.clear5Mov  {display:block; clear:both; height:5px; width:100%;}
	.clear10Mov {display:block; clear:both; height:10px; width:100%;}
	.clear15Mov {display:block; clear:both; height:15px; width:100%;}
	.clear20Mov {display:block; clear:both; height:20px; width:100%;}
	.clear25Mov {display:block; clear:both; height:25px; width:100%;}
	.clear30Mov {display:block; clear:both; height:30px; width:100%;}
	.clear35Mov {display:block; clear:both; height:35px; width:100%;}
	.clear40Mov {display:block; clear:both; height:40px; width:100%;}
	
	.clearSoloMov   {display:block; clear:both; height:1px; width:100%;}
	.clear5SoloMov  {display:block; clear:both; height:1px; width:100%;}
	.clear10SoloMov {display:block; clear:both; height:1px; width:100%;}
	.clear15SoloMov {display:block; clear:both; height:1px; width:100%;}
	.clear20SoloMov {display:block; clear:both; height:1px; width:100%;}
	.clear25SoloMov {display:block; clear:both; height:1px; width:100%;}
	.clear30SoloMov {display:block; clear:both; height:1px; width:100%;}
	.clear35SoloMov {display:block; clear:both; height:1px; width:100%;}
	.clear40SoloMov {display:block; clear:both; height:1px; width:100%;}
    
    .marginBotom5SoloMov  {margin-bottom: 5px;}
    .marginBotom10SoloMov {margin-bottom: 10px;}
    .marginBotom15SoloMov {margin-bottom: 15px;}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
   
}

@media only screen and (min-width: 1200px) and (max-width: 1894px) {
     
}



/****************************************************
*****************************************************
*****************************************************
**************   MI FRAMEWORK CSS   *****************
*****************************************************
*****************************************************
****************************************************/


/* Mi Modal */
#miModalGW{
	display: none;
	background-color:rgba(0,0,0,.8);
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	opacity:0;
	transition:all 1s;
}
#miModalGW .miModalGWCuerpo {
  	background-color:#F4F4F4;
	width: 100%;
	max-width: 1000px;
	min-width: 400px;
  	padding:40px 20px;
  	margin:150px auto;
  	position:relative;
	border:2px solid #7F7F7F;
	border-radius:5px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
#miModalGW .miModalGWCerrar {
	cursor:pointer;
	display:block;
	position:relative;
	float:right;
	width:30px;
	height:30px;
	margin-top: -20px;
	line-height:30px;
	text-align:center;
	color:#fff;
	background-color:#414141;
	border-radius:50%;
}
#miModalGW #miModalGWTitulo {
	font-size: 35px;
	text-decoration-line:underline;
	text-align: center;
	margin-bottom: 10px;
}
#miModalGW > .miModalGWCuerpo p {font-size: 20px;}

/* Cookies */
.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
	min-height:60px;
	vertical-align:middle;
	line-height:60px;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:18px;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    border-radius: 0;
    background: #212327 url("../images/estructura/cubes.png");
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
}

.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: underline
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
	background-color:#0073FC;
	color:#FFF;
	border:none;
	padding:10px;
	box-sizing:border-box;
	cursor:pointer;
}

/* Mis alerts */
.modalGWV {
    display: none;
    position: fixed; 
    z-index: 100; 
    padding-top: 100px; 
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.modal-contentGWV {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
    max-width: 450px;
    padding-left: 30px;
    padding-right: 30px;
}
.clearGWV {display: block; clear: both; width: 100%; height: 20px;}
.closeGWV {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.closeGWV:hover,
.closeGWV:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.botonGWV {
    display: inline;
    float:left;
    margin-right: 20px;
    cursor: pointer;
    background-color:#363232;
    color: #fff;
    border: 1px solid #363232;
    text-align: center;
    height: 36px;
    line-height: 17px;
    padding-left: 8px;
    padding-right: 8px;
}
.botonGWV:hover{
    background-color:#5D5959;
    color: #fff;
    border: 1px solid #5D5959;
}
.okBtnGWV {
    background-color:#047D05;
    color: #fff;
    border: 1px solid #047D05;
}
.okBtnGWV:hover {
    background-color:#39A03A;
    color: #fff;
    border: 1px solid #39A03A;
}
.koBtnGWV {
    background-color:#FF0000;
    color: #fff;
    border: 1px solid #FF0000;
}
.koBtnGWV:hover {
    background-color:#F73A3A;
    color: #fff;
    border: 1px solid #F73A3A;
}
.infBtnGWV {
    background-color:#DAC200;
    color: #fff;
    border: 1px solid #DAC200;
}
.infBtnGWV:hover {
    background-color:#E9D84D;
    color: #fff;
    border: 1px solid #E9D84D;
}
.okGWV {color:#047D05;}
.koGWV {color:#FF0000;}
.infGWV {color:#E9D84D;}
.textoGWV {margin-bottom: 15px;}

/* Mensajes Web */
#mensajesWeb {
	position:fixed;
	width:350px;
	height:auto;
	padding:10px;
	top:30%;
	right:-50%;
	margin-right:-175px;
	box-sizing:border-box;
	background-color:#CCC;
	border:1px solid #666;
}
#mensajesWeb .inf {
	text-align:center !important;
	background-color:#FFC !important;
	color:#FC6 !important;
	border:1px solid #FC0 !important;
	padding:5px !important;
	font-weight:bold;
}
#mensajesWeb .ok {
	text-align:center !important;
	background-color:#CFF !important;
	color:#0C3 !important;
	border:1px solid #0C3 !important;
	padding:10px !important;
}
#mensajesWeb .ko {
	text-align:center !important;
	background-color:#FCC !important;
	color:#F00 !important;
	border:1px solid #F00 !important;
	padding:10px !important;
}
#mensajesWeb .info {
	text-align:center !important;
	background-color:#49C6FE !important;
	color:#2E33FF !important;
	border:1px solid #2E33FF !important;
	padding:10px !important;
}

#mensajesWeb p {font-size:19px !important;}

/* Alertas */
#ventanaTransparente {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity:0;
    z-index: 1000;
    transition-duration: 300ms;
}

#ventanaAlertasGW {
    display:block;
    position: absolute;
    width:400px;
    height: auto;
    min-height: 200px;
    margin-left: 50%;
    margin-right: 50%;
    top:-500px;
    left: -200px;
    right:-200px;
    background-color: #fff;
    border: 3px solid #06f;
    border-radius:7px;
    padding: 20px;
    box-sizing: border-box;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    z-index: 2000;
    transition-duration: 300ms;
}

#ventanaAlertasGW #cerrarVentanaAlertasGW {
    display: block;
    position: relative;
    float: right;
    cursor: pointer;
    margin-top: -15px;
    margin-right: -15px;
    width:30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #06f;
    color:#fff;
    font-weight:bold;
    font-size: 20px;
    border-radius:50%;

}

#ventanaAlertasGW input[type="text"] {
    width:100%;
    height: 36px;
    border: 1px solid #cdcdcd;
    border-radius:4px;
    margin-bottom: 15px;
    padding-left: 8px;
    padding-right: 8px;
    box-sizing: border-box;
}

#ventanaAlertasGW input[type="button"] {
    cursor:pointer;
    background-color: #06f;
    color:#fff;
    min-width:90px;
    height: 36px;
    line-height: 16px;
    border:0px;
    border-radius:4px;
    margin-bottom: 10px;
}

#ventanaAlertasGW input[type="button"]:hover{
    background-color:#4589EF;
}

#tituloVentanaAlertasGW {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color:#06f;
    margin-top: 4px;
    margin-bottom: 8px;
}

#contenidoVentanaAlertasGW {
    text-align: center;
    font-size: 16px;
    color:#787878;
}

#contenidoVentanaAlertasGW p {
    text-align: center;
}

#accionesVentanaAlertasGW {
    text-align: center;
}

/* Radio Button deslizante */
.form__group .form__radio {
    display: none;
}

.form__group.radio {
    background-color: #C1BFBF;
    /*border-radius: 1rem;*/
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 2px 2px 7px;
    font-size: 13px;
    /*padding: .5rem;
    font-size: 1.2rem;
    margin-bottom: 2rem;*/
}

.form__group .form__radio + .form__label {
    position: relative;
    z-index: 1;
    flex: 1;
    text-align: center; 
    /*padding: 1rem;*/
    padding: 8px;
    margin-right: .5rem;
    cursor: pointer;
    color: #FFF !important;
    font-weight: normal;
}

.form__group .form__radio + .form__label::before {
    content: "";
    width: 100%;
    height: 100%;
    mix-blend-mode: overlay;
    position: absolute;
    top: 0;
    border-radius: .8rem;
    font-weight: bold;
    color: #fff;
    transition: left .4s ease-in;
}

.form__group .form__radio:nth-child(1) + .form__label::before {
    left: 100%;
}

.form__group .form__radio:nth-child(2) + .form__label::before {
    left: 0;
}

.form__group .form__radio:checked + .form__label::before {
    background-color: var(--color-primario_mod);
    left: 0;
}

/* Radiobutton estudio */
.checkSstudio{
  display:flex;
  align-items:center;
  gap:10px;
  font-family: Arial, sans-serif;
}

.label{ font-weight:700; font-size:14px; }

.switch{
  position:relative;
  display:inline-block;
  width:50px;
  height:26px;
}

.switch input{ opacity:0; width:0; height:0; }

/* Estado SI (por defecto): verde */
.slider{
  position:absolute;
  cursor:pointer;
  inset:0;
  background:#ccc;
  border-radius:34px;
  transition:.25s;
}

.slider:before{
  content:"";
  position:absolute;
  height:20px;
  width:20px;
  left:3px;
  bottom:3px;
  background:#fff;
  border-radius:50%;
  transition:.25s;
}

/* Estado NO (checked): gris */
.switch input:checked + .slider{ background:#28a745; }
.switch input:checked + .slider:before{ transform:translateX(24px); }

/* Zona inferior */
.estudioActions{
  margin-top:8px;
  display:flex;
  align-items:center;
  gap:10px;
  font-family: Arial, sans-serif;
}

/* Botón + corporativo */
.btnPlus{
  width:28px;
  height:28px;
  border:none;
  border-radius:6px;
  background: var(--color-primario_mod);
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:.2s;
}

.btnPlus:hover{ background: var(--color-primario_claro_mod); }

.plusIcon{
  font-size:20px;
  line-height:1;
  font-weight:700;
}

/* “Chip” de referencia clicable */
.estudioRef{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 10px;
  border-radius:999px;
  background:#eef2ff;
  cursor:pointer;
  user-select:none;
}

.estudioRef strong{ font-weight:700; }
.estudioRef small{ opacity:.75; }
.estudioRef:hover{ filter:brightness(0.98); }



/* Loader */
.loaderCRM {
    display:none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999999999999999999999999999999999999999999999999999999999999999999999999;
    background: url('../images/estructura/preload.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}

/* Subida de fotos */
#upload{
    font-family:'PT Sans Narrow', sans-serif;
    background-color:#F4F4F4;
    /*background-image:-webkit-linear-gradient(top, #373a3d, #313437);
    background-image:-moz-linear-gradient(top, #373a3d, #313437);
    background-image:linear-gradient(top, #373a3d, #313437);*/
    width:80%;
    padding:30px;
    border-radius:3px;
    margin:30px auto;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);*/
    color: #fff;
    font-style: italic;
}
#drop{
    background-color: #DEDEDE;
    padding: 40px 50px;
    margin-bottom: 30px;
   /* border: 20px solid rgba(0, 0, 0, 0);*/
    border-radius: 3px;
    /*border-image: url('../images/estructura/border-image.png') 25 repeat;*/
    text-align: center;
    text-transform: uppercase;
    font-size:16px;
    font-weight:bold;
    color:#7f858a;
}
#drop a{
    background-color:#00a65a;
    padding:12px 26px;
    color:#fff;
    font-size:14px;
    border-radius:2px;
    cursor:pointer;
    display:inline-block;
    margin-top:12px;
    line-height:1;
}
#drop a:hover{
    background-color:#008d4c;
}
#drop input{
    display:none;
}
#upload .clear{
    clear: both;
}
#upload ul{
    list-style:none;
    margin:0 -30px;
    border-top:1px solid #CCC;
    border-bottom:1px solid #CCC;
}
#upload ul li{

    background-color:#F4F4F4;
   /* background-image:-webkit-linear-gradient(top, #333639, #303335);
    background-image:-moz-linear-gradient(top, #333639, #303335);
    background-image:linear-gradient(top, #333639, #303335);*/
    border-top:1px solid #F4F4F4;
    border-bottom:1px solid #F4F4F4;
    padding:15px;
    height: auto;
    position: relative;
    display: block;
    float: left;
    width: auto;
	margin-bottom:20px;
}
#upload ul li input{
    display: none;
}
#upload ul li p{
    width: 144px;
    overflow: hidden;
    white-space: nowrap;
    color: #787878;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    top: 55px;
    left: 15px;
}
#upload ul li p img{
	height: 120px;
	width: auto;
}
#upload ul li i{
    font-weight: normal;
    font-style:normal;
    color:#7f7f7f;
    display:block;
}
#upload ul li canvas{
    top: 15px;
    left: 32px;
    position: absolute;
}
#upload ul li span{
    width: 15px;
    height: 12px;
    background: url('../images/estructura/icons.png') no-repeat;
    position: absolute;
    top: 10px;
    right: 73px;
    cursor:pointer;
}
#upload ul li.working span{
    height: 16px;
    background-position: 0 -12px;
}
#upload ul li.error p{
    color:red;
}


/* VENTANA FLOTANTE RESULTADOS */
/* Asegura posicionamiento del dropdown */
.form-group, .search-wrapper {
  position: relative;
}

/* Contenedor de resultados flotantes */
.search-results {
  position: absolute;
  left: 0; right: 0;
  background: #fff;
  border: 1px solid #ced4da;
  border-radius: .5rem;
  width: 100%;
  max-height: 220px;
  overflow-y: auto;
  z-index: 1050;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  margin-top: 6px;
}

/* Items */
.search-result-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 12px;
  cursor: pointer;
  transition: background .15s ease-in-out;
}

.search-result-item:hover,
.search-result-item.is-active {
  background: #f8f9fa;
}

/* Texto */
.result-text {
  font-weight: 500;
  color: #212529;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Icono añadir */
.add-icon {
  color: #198754;
  font-size: 1.1rem;
}

.search-empty,
.search-error,
.search-loading {
  padding: 10px 12px;
  color: #6c757d;
  font-style: italic;
  cursor: default;
}

/* TOOTIP */
.input-tooltip-bubble{
  position: absolute;
  display: none;
  max-width: 420px;
  padding: .375rem .5rem;
  border-radius: .375rem;
  background: rgba(0,0,0,.85);
  color: #fff;
  font-size: .875rem;
  line-height: 1.2;
  z-index: 99999;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
  /*white-space: normal;   SIN SALTO DE LINEA */
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  pointer-events: none;
}

