@font-face {
  font-family: Inter;
  src: url("font/Inter-Medium.ttf");
}

@font-face {
  font-family: Barlow;
  src: url("font/Barlow-Light.ttf");
}

@font-face {
  font-family: BarlowThin;
  src: url("font/Barlow-Thin.ttf");
}

.flex{
	display: flex; 
}

.margen-modal{
	margin-left: 20px;
}

.okbutton {
    margin-left: 10px;
    background: #fff;
    border: none;
}

.iconoazul {
    color: #00628f;
    text-decoration: none;
    outline: none;
    background-color: transparent;
    border: none;
    font-size: 25px;
    margin-left: 10px;
}

.lapiz-edit-motivo-anulacion {
    width: 20px !important;
    height: 20px !important;
    margin-left: 10px;
}

.graficas-home {
    display: flex;
    margin-left: 7%;
    margin-right: 7%;
    justify-content: center;
    align-items: center;
}

.confluensaludlogo{
	margin-left: 10%;
	margin-top: 30%;
    margin-bottom: 31%;
}

.crm{
	background-image:url(/img/icons/crm.svg);
	background-repeat: no-repeat;
	width: 150px;
	background-position: center;
	background-size: contain;
}

.botonllamada{
	background-image:url(/img/icons/icono-llamada.png);
	background-color:#fff;
	background-repeat: no-repeat;
	width: 150px;
	height: 55px;
	background-position: center;
	background-size: contain;
	border: 1px solid #0090b8;
}

.botonllamada2{
	background-image:url(/img/icons/phone-call.png);
	background-color:#fff;
	background-repeat: no-repeat;
	width: 150px;
	height: 55px;
	background-position: center;
	background-size: contain;
	border: 1px solid #0090b8;
}

.siguientellamada{
	background-image:url(/img/icons/icono-siguiente.png);
	background-color:#fff;
	background-repeat: no-repeat;
	width: 150px;
	height: 55px;
	background-position: center;
	background-size: contain;
	border: 1px solid #13a38d;
}

.finalizarscript{
	background-image:url(/img/icons/finalizarscript.png);
	background-color:#fff;
	background-repeat: no-repeat;
	width: 150px;
	height: 55px;
	background-position: center;
	background-size: contain;
	border: 1px solid #13a38d;
}

dt{
	color: #ff45a2;
}

dd{
	margin-left:30px !important;
}

.inherit{
	display:inherit;
	padding-left: 65px;
}

div#datos{
	padding-left:75px;
	padding-top:55px;
	padding-bottom:65px;
}

.fondolanzadorllamadas{
	background-color:#00000014;
}

.botoncentrado{
	margin-left:130px;
	margin-bottom:33px;
}

span.preciosalud {
    color: #004D71;
    font-weight: bold;
    font-size: 20px;
}

.cerrarmodalcumplimiento {
    margin-right: 5%;
}

.noticia {
    width: 100%;
    margin: 15px;
    margin-top:35px;
    display: grid;
}

h1.h1noticia {
    color: #003750;
}

.imagenconnoticia {
    display: inline-flex;
}

.titulonoticia {
    margin-bottom: 21px;
}

.textonoticia {
    margin-left: 25px;
    text-align: justify;
    margin-right: 25px;
}

.h1noticia a {
    color: #003750;
}

img.imgnot {
    float: left;
    padding-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.inputcentrar{
	margin-left: 45px;
}

.comentario {
    padding-left: 43%;
    margin-top: 30px;
}

span.fechanoticias {
    color: #004D71;
    font-weight: bold;
    font-size: 17px;
}

.titulonoticia {
    display: inline-flex;
}

img.nuevo {
    /* display: inline-table; */
    margin-right: 15px;
    width: 50px;
    height: 35px;
}

.derecha{
	position: absolute;
}

input#cadenaabuscar {
    /* padding-left: 150px; */
     margin-left: 75%; 
}

.noticias-principal{
	font-size: 0.95em;
	color: #999;
	font-family: "Roboto", sans-serif !important;
}

img.icono-noticias-general {
    margin-right: 5px;
    margin-bottom: 5px;
}

a.enlaces-noticias-home {
    color: #014d74;
    font-size: 13px;
}

img.nuevo-home {
    margin-left: 12px;
    width: 30px;
}

.slider {
	width: 100%;
	margin: auto;
	overflow: hidden;
}

.slider ul {
	display: flex;
    padding: 0;
    /* width: 100%; */
    /* Para mostrar 2 imágenes en el banner */
    width: 200%; 
    /* Para mostrar 3 imágenes en el banner */
	/* width: 300%; */
	/* Poner arriba el porcentaje x100 de slider, ejemplo si son 4 poner 400% */
	/* width: 400%; */
	
	animation: cambio 20s infinite alternate linear;
}

.slider a {
   /*height: 100%;*/
   /*height: 375px;*/
   width: 100%;
}

.slider li {
	width: 100%;
	list-style: none;
}

.slider img {
	width: 100%;
	/*height: 375px;*/
}

@keyframes cambio {
	
	/*0% {margin-left: 0;}
	100% {margin-left: 0;}*/
	
    /* Para mostrar 2 imágenes en el banner */
	/* 0% {margin-left: 0;}
	50% {margin-left: 0;}
	55% {margin-left: -100%;}
	100% {margin-left: -100%;} */
	
	
	0% {margin-left: 0;}
	50% {margin-left: 0;}
	 
	55% {margin-left: -100%;}
	100% {margin-left: -100%;}
    
    /* Para mostrar 3 imágenes en el banner */
	/* 0% {margin-left: 0;}
	30% {margin-left: 0;}
	
	35% {margin-left: -100%;}
	75% {margin-left: -100%;}
	
	80% {margin-left: -200%;}
    100% {margin-left: -200%;}  */
   
    /* Para mostrar 4 imágenes en el banner */
    /* 0% {margin-left: 0;}
	20% {margin-left: 0;}
	
	25% {margin-left: -100%;}
	45% {margin-left: -100%;}
	
	50% {margin-left: -200%;}
	70% {margin-left: -200%;}
	
	75% {margin-left: -300%;}
    100% {margin-left: -300%;} */
    
	/*
	80% {margin-left: -300%;}
	100% {margin-left: -300%;}
	
	71% {margin-left: -400%;}
    100% {margin-left: -400%;}
    */
	
}

.slider2 {
	width: 100%;
	margin: auto;
	overflow: hidden;
}

.slider2 ul {
	display: flex;
    padding: 0;
    /* Para mostrar 2 imágenes en el banner */
    /*width: 100%;*/ 
    /* Para mostrar 3 imágenes en el banner */
	width: 100%;     
	/* Poner arriba el porcentaje x100 de slider, ejemplo si son 4 poner 400% */
	/*margin-left: -33%;*/
	
}

.slider2 a {
    width: 100%;
}

.slider2 li {
	width: 100%;
	list-style: none;
}

.slider2 img {
	width: 100%;
	height: 375px;
}

@keyframes cambioo {
	
	/*0% {margin-left: 0;}
	100% {margin-left: 0;}*/
	
    /* Para mostrar 2 imágenes en el banner */
	/*0% {margin-left: 0;}
	50% {margin-left: 0;}
	55% {margin-left: -50%;}
	100% {margin-left: -50%;}*/
    
    /* Para mostrar 3 imágenes en el banner */
    
	/*0% {margin-left: 0;}
	30% {margin-left: 0;}
	
	35% {margin-left: -33.5%;}
	75% {margin-left: -33.5%;}
	
	80% {margin-left: -66.7%;}
    100% {margin-left: -66.7%;}*/
   
    0% {margin-left: 0;}
	30% {margin-left: 0;}
	
	35% {margin-left: -33.5%;}
	75% {margin-left: -33.5%;}
	
	80% {margin-left: -66.5%;}
    100% {margin-left: -66.5%;}
    
	/*
	80% {margin-left: -300%;}
	100% {margin-left: -300%;}
	
	71% {margin-left: -400%;}
    100% {margin-left: -400%;}
    */
	
}

.icono-carpeta {
    display: inline-block;
    margin-right: 35px;
    text-align: center;
    min-width: 125px;
    margin-bottom: 35px;
}

.icono-atras {
    text-align: center;
    display: inline-block;
    margin-left: 35px;
    margin-right: 35px;
}

.icono-atras img {
    width: 62px;
}

.enlacebiblioteca {
    color: #0c6a96 !important;
    font-weight: bold;
}

.minuscula {
    text-transform: lowercase;
}

.minuscula:first-letter {
    text-transform: uppercase;
}

.bronce {
    background-color: #b57500;
    text-align: center;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 55px;
}

.plata {
    background-color: #949494;
    text-align: center;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 55px;
}

.oro {
    background-color: #d4ce09;
    text-align: center;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 55px;
}

.platino {
    background-color: #4abed8;
    text-align: center;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 55px;
}

.envigor {
    background-color: #49c348;
    text-align: center;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 55px;
    font-weight: bold;
    width: 102px;
}

.baja {
    background-color: #d63b3b;
    text-align: center;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 55px;
    font-weight: bold;
}

.baja, .envigor {
    text-align: center;
    vertical-align: middle;
    white-space: normal;
    word-wrap: break-word;
}

.naranja {
    background-color: #ffa500;
    text-align: center;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 55px;
    font-weight: bold;
}

.azul {
    background-color: #3b96d6;
    text-align: center;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 55px;
    font-weight: bold;
}

.anulada {
    background-color: #000000;
    text-align: center;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 55px;
    font-weight: bold;
}

.imagencabecerafichacliente {
    text-align: center;
    margin-bottom: 14px;
}

input.mayusculas{
	text-transform:uppercase;
}

.importeprima {
    font-weight: bold;
    color: #003651;
    font-size: 21px;
}

.botoncomprobarrecibo{
	width: 75px;
    background-image: url(../img/icons/check-icono.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
}

/*[name="asignado"] {
    pointer-events: none;
}*/


.botonpequeno {
    width: 38%;
    font-size: 15px;
}

li.easybrok {
    background: #0086c3;
}

li.siniestros {
    /* background: #1bb7ae; */
}

/*.botontpv {
    text-align: center;
    display: inline-flex;
    position: relative;
    left: 50%;
    transform: translate(-54%, 0);
    margin-top: 25px;
    margin-bottom: 25px;
}*/

.botontpv {
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
    margin-top: 25px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.tpv {
    background-image: url(/img/icons/icono-tarjeta.png);
    background-repeat: no-repeat;
    /*width: 275px;*/
    width: 30%;
    margin-left: 1.5% !important;
    height: 55px;
    background-position: left;
    background-size: contain;
    padding-left: 55px;
    border-radius: 15px;
}

.bizum {
    background-image: url(/img/icons/bizum.png);
    background-repeat: no-repeat;
    width: 100% !important;
    height: 55px;
    background-position: left;
    background-size: contain;
    padding-left: 35px;
    border-radius: 15px;
}

.anularecibo {
    background-image: url(/img/icons/anular-recibo.png);
    background-repeat: no-repeat;
    /*width: 275px;*/
    width: 18%;
    margin-left: 1.5% !important;
    height: 55px;
    background-position: left;
    background-size: contain;
    padding-left: 55px;
    border-radius: 15px;
}

.documento-general-agenda {
    background-repeat: no-repeat;
    background-color: #17a2b8 !important;
    background-image: url(/img/icons/documento-general.png);
    width: 250px;
    height: 55px;
    background-position: 5%;
    background-size: contain;
    padding-left: 60px;
    margin-left: 21px;
    border-radius: 15px;
    border: 0px;
}

.enviocorreorecibo {
    background-image: url(/img/icons/icono-email.png);
    background-repeat: no-repeat;
    /*width: 275px;*/
    width: 30%;
    height: 55px;
    background-position: left;
    background-size: contain;
    padding-left: 55px;
    border-radius: 15px;
}

.enviopago {
    background-image: url(/img/icons/enviopago.png);
    background-repeat: no-repeat;
    /*width: 260px;*/
    width: 30%;
    height: 55px;
    background-position: left;
    background-size: contain;
    padding-left: 45px;
    border-radius: 15px;
    margin-left: 15px;
}

@media (max-width: 2560px){
	.tpv, .enviocorreorecibo, .enviopago, .agenda{
		width: 18% !important;
	}
}

.pago-button{
	width: 200px !important;
}
	
.firma-contratomediacion {
    background-image: url(/img/icons/firma-contrato-mediacion.png);
    background-repeat: no-repeat;
    width: 325px;
    height: 55px;
    background-position: left;
    background-size: contain;
    padding-left: 60px;
    border-radius: 15px;
    margin-left: 21px;
}

#contenedor-button-campania .firma-contratomediacion{
	height: 32% !important;
	border-radius: 0;
}

#contenedor-button-campania .firma-contratomediacion{
	margin-left: 0; !important
}

#button-actualizar-cliente, #input-lanzarllamada, .enlace_das, .enlace_cancer, .enlace_coche, .enlace_solicitud, .enlace_pensiones, #revisar-cliente, #revisar-cliente-salud-2022, #revisar-cliente-fallecido-no-contacto, #input-venta-cruzada, #aplazar-llamada, #bloquear-remesa, #input-incluir-campania-salud, #desbloquear-remesa, #cliente_actualizado, #modificar-cliente, #defensa_cartera {
    background-repeat: no-repeat;
    width: 290px;
    height: 30%;
    background-position: left;
    background-size: contain;
    padding-left: 60px;
}

#defensa_cartera{
	background-image: url(/img/icons/shield.png);
	width: 23%;
}

#input-venta-cruzada{
    background-image: url(/img/icons/clipboard.png);
    width: 23%;
}

#input-incluir-campania-salud{
	background-image: url(/img/icons/health.png);
    width: 23%;
}

#footer-venta-cruzada{
	display: flex;
    margin-top: 50px;
}

#button-actualizar-cliente{
    background-image: url(/img/icons/archivos.png);
}

#input-lanzarllamada {
    background-image: url(/img/icons/phone-call.png);
}

#revisar-cliente, #revisar-cliente-salud-2022 {
    background-image: url(/img/icons/personas.png);
}

#revisar-cliente-fallecido-no-contacto {
	background-image: url(/img/icons/nocontact.svg);
}

#aplazar-llamada{
	background-image: url(/img/icons/phone-book.png);
}

a.enlace_das{
	line-height: 32px;
	color: white;
	background-image: url(/img/icons/auction.png);
}

a.enlace_cancer{
	line-height: 32px;
	color: white;
	background-image: url(/img/icons/ribbon.png);
}

a.enlace_coche{
	line-height: 32px;
	color: white;
	background-image: url(/img/icons/car.png);
}

a.enlace_solicitud{
	line-height: 32px;
	color: white;
	background-image: url(/img/icons/nueva-solicitud.png);
	padding-left: 3em;
	width: 29%;
}

a.enlace_pensiones{
	line-height: 32px;
	color: white;
	background-image: url(/img/icons/grandparents.png);
	padding-left: 4em;
	width: 35%;
}

@media (min-width: 768px){
.venta_cruzada_modal_content{
    width: 800px;
    margin-left: -;
    /* padding-left: 2em; */
    /* margin-right: 4em; */
    margin-left: -3em;
}
}

.caja-boton-enlace-solicitud {
    display: flex;
    justify-content: center;
}

.nueva-solicitud {
    background-image: url(/img/icons/nueva-solicitud.png);
    background-repeat: no-repeat;
    width: 275px;
    height: 55px;
    background-position: left;
    background-size: contain;
    padding-left: 60px;
    border-radius: 15px;
    margin-left: 21px;
}
.documento-general, .agenda, .vencimiento-agenda {
    background-repeat: no-repeat;
    width: 275px;
    height: 55px;
    background-position: 5%;
    background-size: contain;
    padding-left: 60px;
    margin-left: 21px;
    border: 2px solid black;
}
#button_campania_salud {
    background-repeat: no-repeat;
    width: 275px;
    height: 55px;
    background-position: 5%;
    background-size: contain;
    padding-left: 60px;
    margin-left: 21px;
    border: 2px solid black;
}
.agenda{
	width: 30%;
}
.documento-general {
    background-image: url(/img/icons/documento-general.png);
}
#button_campania_salud {
    background-image: url(/img/icons/health.png);
}
.agenda{
	background-image: url(/img/icons/journal.png);
	background-color: #17a2b8 !important;
    border-radius: 15px !important;
    border: 1px solid transparent !important;
}
.agenda-cliente{
	background-image: url(/img/icons/journal.png);
    background-repeat: no-repeat;
    width: 275px;
    height: 55px;
    background-position: 5%;
    background-size: contain;
    padding-left: 60px;
    margin-left: 21px;
    border: 2px solid black;
}
#input_editar_comentario{
	background-image: url(/img/icons/send.svg);
}
#open_modal_editar_comentario{
	background-image: url(/img/icons/pencil.svg);
}
.open_modal_noticia{
	display: block;
	width: 40px;
    height: 40px;
    background-repeat: no-repeat;
	background-image: url(/img/icons/pencil.svg);
}
#input_editar_comentario, #open_modal_editar_comentario {
	background-repeat: no-repeat;
    background-position: 10%;
    background-size: 30px;
    padding-left: 28px;
    /* margin-left: -19px; */
    width: 150px;
}
.aniadir-comentario{
	background-image: url(/img/icons/quotes.svg);
    background-repeat: no-repeat;
    width: 275px;
    height: 55px;
    background-position: 5%;
    background-size: contain;
    padding-left: 60px;
    margin-left: 21px;
    border: 2px solid black;
}
.cambio-clave{
	background-image: url(/img/icons/work-from-home.png);
    background-repeat: no-repeat;
    width: 275px;
    height: 55px;
    background-position: 5%;
    background-size: contain;
    padding-left: 60px;
    margin-left: 21px;
    border: 2px solid black;
}
.envio-poliza{
	background-image: url(/img/icons/send.png);
    background-repeat: no-repeat;
    width: 275px;
    height: 55px;
    background-position: 5%;
    background-size: contain;
    padding-left: 60px;
    margin-left: 21px;
    border: 2px solid black;
}
.vencimiento-agenda{
	background-image: url(/img/icons/retail.png);
}
.modificar-datos{
	background-image: url(/img/icons/archivos.png);
}

.actualizar-datos{
	background-image: url(/img/icons/actualizar-datos.png);
	background-repeat: no-repeat;
    width: 275px;
    height: 55px;
    background-position: 5%;
    background-size: contain;
    padding-left: 60px;
    margin-left: 21px;
    border: 2px solid black;
}

.documento-poliza {
    background-image: url(/img/icons/documento-poliza.png);
    background-repeat: no-repeat;
    width: 275px;
    height: 55px;
    background-position: 5%;
    background-size: contain;
    padding-left: 60px;
    margin-left: 21px;
     border: 2px solid black;
}
.documento-siniestro {
    background-image: url(/img/icons/documento-siniestro.png);
    background-repeat: no-repeat;
    width: 275px;
    height: 55px;
    background-position: 5%;
    background-size: contain;
    padding-left: 60px;
    margin-left: 11px;
    border: 2px solid black;
}

#openModalPeritacion {
	background-image: url(/img/icons/peritacion.png);
}

.cerrarSiniestroModal, .open-modal-siniestro{
	margin-left: 11px;
	width: 275px;
    height: 55px;
    background-image: url(/img/icons/cerrar-siniestro-modal.png);
    background-position: 5%;
    background-size: contain;
    background-repeat: no-repeat;
}

.open-modal-siniestro{
	background-image: url(/img/icons/finance.png);
	background-repeat: no-repeat;
	background-size: contain;
	border: 2px solid black;
	background-position: 5%;
}

.botondescuento{
	background-repeat: no-repeat;
    width: 275px;
    height: 55px;
    background-position: 5%;
    background-size: contain;
    background-image: url(/img/icons/descuento-icono.png);
    border: 2px solid black;
}

.documento-recibo{
    background-image: url(/img/icons/documento-recibo.png);
    background-repeat: no-repeat;
    width: 275px;
    height: 55px;
    background-position: 5%;
    background-size: contain;
    padding-left: 60px;
    margin-left: 21px;
     border: 2px solid black;
}


.nuevo {
    text-align: center;
    margin-left: 35%;
    font-size: 1.5em;
    /* padding-left: 15px; */
    color: #003750;
    font-family: 'Roboto';
    position: relative;
    height: 150px;
    width: 550px;
}

.nuevo-fondo {
    position: absolute;
}

.nuevo-interior {
    position: absolute;
    animation: movercohete 1s infinite alternate;
}

@keyframes movercohete{
	
	from{
		top: 0px;			
	}
	to{
		top: -15px;
	}
	
}

.texto-nuevo {
    display: inline-block;
    padding-left: 15px;
    position: absolute;
    overflow: hidden;
    left: 165px;
    top: 60px;
}

/** NO HE TERMINADO LA ANIMACIÓN DE LOS TRES PUNTOS
 * 	
 * 
 * SUGERENCIAS:
 * 
 * PON LAS NUBES DEBAJO DEL COHETE EN UNA TERCERA IMAGEN Y CON LA PROPRIEDAD Z INDEX SUPERPONELA
 * ENCIMA DEL COHETE PARA QUE SOLO SE DESPLAZE EL COHETE Y EL HUMO SE PONGA DETRAS DE LAS NUBES MIENTRAS SE MUEVE*/

.texto-nuevo #punto1{
	height: 10px;
}
.texto-nuevo #punto2{
	height: 10px;
}
.texto-nuevo #punto3{
	height: 10px;
}
#punto4{
	height: 10px;
}

.puntos{
	display: inline;
	padding-left: 14px;
}

img.okay {
    height: 40px !important;
    
}

.desplazado{
	display: flex;
	flex-direction: wrap;
}

.desplazado img{
	width: 60%;
	height: auto;
	align-self: center;
	padding-bottom: 50px;
    padding-top: 25px;
}

.desplazado form{
	width: 70%;
}

.imagen-formacion{
	
	display: flex;
	justify-content: center;
	align-content: center;
	width: 20%;
}

.modalexito{
	margin-left: 15px;
}

.cajacentrada{
	align-items: center;
    display: flex;
    justify-content: center;
}

.cabecerasiniestros img {
    width: 100%;
    margin-bottom: 21px;
}

.cabecerasiniestros {
    width: 100%;
    justify-content: center;
}

.enlaceboton{
	border:0; 
	background-color: transparent; 
	font-weight: bold;
	color:#003750; 
	cursor:pointer;
	}
	
.egestion {
    background: #539bbd85 !important;
}

.imagencabecerafichacliente img {
    width: 90%;
}

.anadirImplicadoModal{
	background-repeat: no-repeat;
    width: 275px;
    height: 55px;
    background-position: 5%;
    background-size: contain;
    background-image: url(/img/icons/personas.png);
    border: 2px solid black;
}

.archivosver{
	background-repeat: no-repeat;
    width: 275px;
    height: 55px;
    background-position: 5%;
    background-size: contain;
    background-image: url(/img/icons/archivos.png);
    border: 2px solid black;
}

#button_modal_cotizacion {
	background-image: url(/img/icons/best-price.png);
}

#cerrar_oportunidad{
    background-image: url(/img/icons/close.svg);
}

#cambiar_estado{
    background-image: url(/img/icons/exchange.svg);
}

#listado_anterior{
	background-image: url(/img/icons/back.svg);
	color: white;
    line-height: 32px;
    padding-left: 3%;
}

#listado_anterior:visited{
	color: white;
}

#aceptacion_traspaso{
	background-image: url(/img/icons/contract.png);
	text-align: right;
	width: 23%;
	height: 30%;
}
.aceptacion_traspaso{
	width: 275px !important;
	height: 55px !important;
}
#desbloquear-remesa{
	background-image: url(/img/icons/desbloqueado.png);
}

#bloquear-remesa{
	background-image: url(/img/icons/bloqueado.png);
}

#modificar-cliente{
	background-image: url(/img/icons/avisos/actualizar.png);
	width: 48%;
	padding-left: 9% !important;
}

#cliente_actualizado{
	background-image: url(/img/icons/avisos/actualizado.png);
	width: 48%;
}

.anadir-comentario{
	background-repeat: no-repeat;
    width: 350px;
    height: 55px;
    background-position: 5%;
    background-size: contain;
    background-image: url(/img/icons/comentario.png);
    border: 2px solid black;
}

#correo-cliente{
	background-repeat: no-repeat;
    background-position: 5%;
    background-size: contain;
    background-image: url(/img/icons/email.png);
    padding-left: 3%;
}

.correoEnte{
	background-repeat: no-repeat;
    width: 275px;
    height: 55px;
    background-position: 5%;
    background-size: contain;
    background-image: url(/img/icons/correo-ente.png);
    border: 2px solid black;
}

#convertir-candidato{
	background-repeat: no-repeat;
	background-position: 5%;
    background-size: contain;
	background-image: url(/img/icons/icono-cliente.png);
}

.correoCia{
	background-repeat: no-repeat;
    width: 275px;
    height: 55px;
    background-position: 5%;
    background-size: contain;
    background-image: url(/img/icons/correo-cia.png);
    border: 2px solid black;
    padding-left: 3%;
}

#ver-documentacion{
	padding-left: 3%;
}

.anadirIncidenciaModal{
	background-repeat: no-repeat;
    width: 275px;
    height: 55px;
    background-position: 5%;
    background-size: contain;
    background-image: url(/img/icons/insertar-incidencia.png);
    border: 2px solid black;
}

.anularPolizaBoton{
	background-repeat: no-repeat;
    width: 275px;
    height: 55px;
    background-position: 5%;
    background-size: contain;
    background-image: url(/img/icons/aspa-roja.png);
    border: 2px solid black;
}

.polizaposiblebaja{
	background-repeat: no-repeat;
    width: 275px;
    height: 55px;
    background-position: 5%;
    background-size: contain;
    background-image: url(/img/icons/baja.png);
    border: 2px solid black;
}

.anadirSiniestro{
	background-repeat: no-repeat;
    width: 275px;
    height: 55px;
    background-position: 5%;
    background-size: contain;
    background-image: url(/img/icons/fuego.png);
    border: 2px solid black;
}

.anadirSiniestro2{
	background-repeat: no-repeat;
    width: 200px;
    height: 40px;
    background-position: 5%;
    background-size: contain;
    background-image: url(/img/icons/fuego.png);
    border: 2px solid black;
    text-align: center;
    padding-left: 35px;
}

.annadirCliente{
	background-repeat: no-repeat;
    width: 200px;
    height: 40px;
    background-position: 5%;
    background-size: contain;
    background-image: url(/img/icons/anadir-cliente.png);
    border: 2px solid black;
    text-align: center;
    padding-left: 35px;
}

.anadirTareaModal{
	background-repeat: no-repeat;
    width: 275px;
    height: 55px;
    background-position: 5%;
    background-size: contain;
    background-image: url(/img/icons/insertar-agenda.png);
    border: 2px solid black;
}

.anadirComunicacionCliente{
	background-repeat: no-repeat;
    width: 350px;
    height: 55px;
    background-position: 5%;
    background-size: contain;
    background-image: url(/img/icons/sms.png);
    border: 2px solid black;
}

.emisionsalud {
    background-image: url(../../img/icons/money.png);
    background-repeat: no-repeat;
    width: 135px;
    height: 50px;
    background-position: 5%;
    background-size: contain;
    padding-left: 50px;
    margin-left: 21px;
    border: 0px solid black;
}

#tablacotizacion .emisionsalud{
	margin-left: 0 !important;
	margin-right: 21px;
}

.generardossier {
    background-image: url(../../img/icons/dossier.png);
    background-repeat: no-repeat;
    width: 200px;
    height: 60px;
    background-position: 5%;
    background-size: contain;
    padding-left: 70px;
    margin-left: 21px;
    border: 0px solid black;
}

.calculadora {
    background-image: url(../../img/icons/calcular.png);
    background-repeat: no-repeat;
    width: 200px;
    height: 60px;
    background-position: 5%;
    background-size: contain;
    padding-left: 70px;
    margin-left: 21px;
    border: 0px solid black;
}


.ocultar{
	display: none;
}

.divemisionpoliza{
	display: inline-flex;
}

.divemisionpolizatexto{
	padding-left: 15px;
}

.estadogarantiaplussolicitud {
    margin-bottom: 2%;
    margin-top: 2%;
}

.cajaimggplus {
    text-align: right;
    margin-right: 1%;
}

.cajatextogplus {
    text-align: right;
}

span.porcentajegplus {
    color: #003750;
}

.monedas {
    background-image: url(../../img/icons/monedas.png);
    background-repeat: no-repeat;
    width: 275px;
    height: 55px;
    background-position: 5%;
    background-size: contain;
    padding-left: 60px;
    margin-left: 21px;
    border: 2px solid black;
}

@media (min-width: 769px) {
	.arriba{
		margin-top: -7%;
	}
}

@media (max-width: 768px) {
	.arriba{
		margin-top: 20%;
	}
}

#modal-leer-correo .modal-dialog {
    min-height: 80vh;
    min-width: 1200px;
    *margin-left: 25%!important;
    margin-top: 0 auto;
    *position: fixed;
    *overflow: scroll;
    *left: auto;
    top: 30%;
    right: 8%;
    transform: translate(-25%, -25%, -50%);
}

#modal-leer-correo .modal-content{
  *min-width: 180%!important;
  *margin-left: -24%!important;
  padding: 10px;
}

#modal-leer-correo {
  min-width: 180%!important;
  margin-left: -24%!important;
}

.caja-correo-subscripcion{
	padding: 20px;
}

#header-leer-correo{
	display: flex;
	justify-content: space-between
}

#cabecera-leer-correo{
	display: flex;
}

#buttons-leer-correo{
	display: flex;
	align-items: flex-start;
}

.info-subscripcion{
	line-height: 5px
}

#caja-buttons-correo{
	margin: 0 auto;
	padding: 2em;
	display: flex;
	justify-content: center;
	align-items: center;
}

#caja-correos-subscripcion hr{
	height: 12px;
	border: 0;
	box-shadow: inset 0 20px 20px -20px rgba(0, 55, 80, 0.5);
}

div#cajacentrada {
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.tile_red{
	background-color: #bc3c48 !important;
	border-color: #5d0000 !important;
}

.tile_green{
	background-color: #5cbc3c !important;
	border-color: #0e5d00 !important;
}

.tile_orange{
	background-color: #e8851e !important;
	border-color: #5d3800 !important;
}

.tile_yellow{
	background-color: #d4cf2d !important;
	border-color: #5d5a00 !important;
}

.tile_purple{
	background-color: #bb8fd2 !important;
	border-color: #39005d !important;
}

#title-traspaso{
	font-size: 30px;
    color: #245194;
    font-weight: 600;
    border-bottom: 1px solid #245194;
    width: 50%;
}

div#contenedor-button-campania {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    /*display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 15px;
    justify-content: center;
    justify-items: center;*/
    width: 77%;
}

div#contenedor-button-campania input{
	margin-bottom: 15px;
	width: 23%;
}

.center-button-campania{
	display: flex;
	justify-content: center;
}

@media (min-width: 1024px) {
  .center-button-campania{
	height: 166.98px;
  }
}

#lista-polizas-emitidas th, #lista-polizas-emitidas td{
	text-align: center !important;
}

.custom-checkbox input {
  display: none;
}

.custom-checkbox span {
  border: 3px solid #7e8a94;
  float: right;
  height: 20px;
  width: 20px;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px 0 10px;
}

.custom-checkbox:hover span,
.custom-checkbox input:checked + span {
  border: 3px solid #43D8B0;
}

.custom-checkbox input:checked + span:before {
  content: "✔";
}

.caja-checkbox-poliza{
	display: grid;
	grid-template-columns: 1fr;
}

.caja-check-capital {
	display: flex;
    justify-content: space-between;
}

.caja-check-capital input[type=text] {
	width: 20%;
}

@import "compass/css3";


.flexsearch--wrapper {
	height: auto;
	width: auto;
	*max-width: 100%;
	overflow: hidden;
	background: transparent;
	margin: 0;
	position: static;
}
	
.flexsearch--form {
	overflow: hidden;
	position: relative;
}
	
.flexsearch--input-wrapper {
	/*padding: 0 66px 0 0;*/ 
	overflow: hidden;
	width: 70%;
}

.flexsearch {
  padding-left: 1%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.separacioncaja {
    margin-right: 15px;
}

.customtamano {
    font-size: 1.5em !important;
}

.search-box {
	/*display: flex;
	flex-direction: row-reverse;
    justify-content: flex-end;*/
   	width: 80%;
    position: relative;
}

.search-icon {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border-color: #888;
  border-radius: 35px 0 0 35px; 
 
  border-radius: 5px;
    border-bottom: 1px solid #e6e8ea;
    
  font-family: 'Helvetica', sans-serif;
	font-size: 24px;
	width: 6%;
	text-align: center;
	color: #808080;
	
	
	border-radius: 5px;
    border-bottom: 1px solid #e6e8ea;
    display: block;
    padding: 10px;
    text-decoration: none;
    height: auto;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

.flexsearch--input, .flexsearch--input2 {
  -webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
  /*color: #676767;*/
  color: #555555;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #dffbff;
  vertical-align: middle;
  font-family: 'Helvetica', sans-serif;
  font-size: 14px;
    line-height: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 100%;
	
	border-radius: 5px;
    border-bottom: 1px solid #e6e8ea;
    display: block;
    padding: 10px;
    text-decoration: none;
    height: auto;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

.search-box i{
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(100%, 100%);
	color: #828282;
	font-size: 14px;
}
	
.flexsearch--submit {
  position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 60px;
	height: 60px;
  padding: 0;
  border: none;
	margin-top: 20px;
  margin-right: 5px; 
	background: transparent;
  color: #888;
  font-family: 'Helvetica', sans-serif;
  font-size: 40px;
  line-height: 60px;
}

.flexsearch--input:focus, .flexsearch--input2:focus {
  outline: none;
  border-color: #003750ad;
}

.flexsearch--input:focus + span, .flexsearch--input2:focus + span {
	outline: none;
 	border-color: #003750ad;
}

::-webkit-input-placeholder {
	color: #888;  
}

input:-moz-placeholder {
  color: #888
}

.h1 {
  float: left;
  margin: 25px;
  color: #333;
  font-family: 'Helvetica', sans-serif;
  font-size: 45px;
  font-weight: bold;
  line-height: 45px;
  text-align: center;
}

.coincidence-box{
	background-color: #fff;
	font-size: 16px;
	border-radius: 5px 5px 10px 10px;
	padding: 0 0 0 30px;
	position: absolute;
    z-index: 1;
    box-sizing: content-box;
    max-height: 440px;
	overflow-y: auto;
	width: 20%;
	margin-left: 7px;
}

.coincidence-box a{
	*cursor: pointer;
    border-bottom: 1px solid #888;
    color: #888;
    underline: none;
}

.coincidence-box a:hover{
	background-color: #E8F0FE;
}

.flexsearch{
	*z-index: -1;
}

.flexsearch--wrapper{
	display: flex;
	width: 38%;
}

.select-wrapper{
	width: 20%;
	display: flex;
    justify-content: center;
    align-items: center;
}

.select-element, .select-element2{
	/*border-radius: 35px;*/
	height: 60%;
	font-size: 14px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border linear 0.2s, box-shadow linear 0.2s;
    color: #676767;
    box-sizing: content-box;
    vertical-align: middle;
    font-family: 'Helvetica', sans-serif;
    box-sizing: content-box;
    border-radius: 5px;
}

.select-wrapper p {
	margin: 0 auto;
	border: 0;
	padding: 0;
	margin-right: 12%;
}

.box--wrapper{
	display:flex;
	flex-direction:column;
}

.button--wrapper{
	padding: 0 25px 0 200px;
    display: flex;
}

.forget-pwd{
	background: none;
    border: none;
    color: #195d86;
    text-decoration: underline;
    cursor: pointer;
}

.forget-pwd:focus, #button-perfil-navbar:focus {
    outline:none;
}

.box-center-modal{
	display: flex;
    justify-content: center;
    align-items: center;
}

.box-center-modal img{
	width: 20%;
}

#modal-globo{
	position: absolute;
    z-index: 1000;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background: rgba(232,232,232, 0.9);*/
   	/*background: radial-gradient(#197fbbed, transparent 100%);*/
   	/*background: radial-gradient(#588aa7, transparent 100%);*/
   	background: #ffff;
}

#button-perfil-navbar{
	background: none;
    border: none;
    color: #ffffff;
    font-size: 0.8em;
    border-right: 1px solid white;
}

#side-main-menu li a:active {
	background:black;
}

.enlace-activo{
	background: #0086c3 !important;
}

.news-box{
	position: absolute;
	background: #ffff;
	z-index: 1;
	max-width: 95%;
}

.book-index{
	position: relative;
	z-index:3;
	margin-top: 3%;
	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background: #fff;
}

.book-index button{
	background: #003750;
	color: #ffff;
	height: 50px;
    border-radius: 25px 25px 0px 0px;
    width: 9%;
    border: none;
    font-family: Inter !important;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 18px;
}

.book-index button:focus{
	outline: 0 !important;
}

.inactive-info-button{
	/*background: #d2d2d280 !important;*/
	background: white !important;
	border-bottom: 1px solid #d2d2d280;
	color: #003750 !important;
}

.active-info-button{
	background: #ffff;
	border: none;
	color: #ffff !important;
}

.active-info-box{
	z-index: 2 !important;
	display:block;
}

.inactive-info-box{
	z-index: 1;
	display:none;
}

.table-responsive{
	margin-top: 3%;
	padding-top: 5px;
}

#todo_lista.dataTable.display tbody tr, #easybrok_lista.dataTable.display tbody tr,
#campanias_lista.dataTable.display tbody tr, #operativa_lista.dataTable.display tbody tr,
#ranking_lista.dataTable.display tbody tr, #multi_lista.dataTable.display tbody tr{
	background: #ffff !important;
	border-left: none !important;
	border-right: none !important;
}

#todo_lista.dataTable.display tbody tr td, #easybrok_lista.dataTable.display tbody tr td,
#campanias_lista.dataTable.display tbody tr td, #operativa_lista.dataTable.display tbody tr td,
#ranking_lista.dataTable.display tbody tr td, #multi_lista.dataTable.display tbody tr td{
	background: #ffff !important;
	border-left: none !important;
	border-right: none !important;
}

.loading-circle2 {
  	/*width: 200px;
    height: 100px;
    border: 1px solid black;
    border-bottom: 0;
    position: absolute;
    transform-origin: 50% 100%;
    background-color: transparent;
    border-top-left-radius: 110px;
    border-top-right-radius: 110px;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    animation: loading 1.5s linear infinite;
    -webkit-animation: loading 1.5s linear infinite;
    color: black;*/
    height: 450px;
    border-radius: 100%;
    width: 450px;
    border: 1px solid #003750;
    border-bottom: none;
    border-right: none;
    border-left: none;
    animation: loading 1.5s linear infinite;
}

.modal-globo-box {
    display: flex;
    justify-content: center;
    margin-top: -5%;
}

#modal-globo img {
    position: absolute;
    z-index: 1;
    width: 20%;
}

.folder-box{
	display: flex;
	align-items: center;
}

.folder-box .form-group{
	width: 90%;
}

.folder-box button{
	width: 10%;
    text-align: center;
    height: 100%;
    font-size: 25px;
    margin-top: 4%;
    background: none;
    border: none;
    color: #3c8dbc;
    outline:none;
}

.edu-box {
    display: flex;
    justify-content: space-between;
}

.edu-box button {
    margin-right: 5%;
}

@media (min-width: 768px){
	#modal-solicitar-formacion .modal-dialog{
		width: 900px !important;
	}
}

@media (min-width: 768px){
	#modal-solicitar-formacion .modal-dialog{
		transform: translate(0, -46%) !important;
	}
}

#menu-img-easybrok{
	width: 65%;
    margin-bottom: -9px;
}

.centrado-flex{
	justify-content: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.centrado-flex p{
	margin: 0;
}

/*.flexsearch--button-box{
	display: flex;
	flex-direction: column;
	width: 14%;
}

.flexsearch--button-box a{
	width: 100%;
	margin-bottom: 5%;
}

.flexsearch--button-box a:nth-child(2){
	background-color: #ff851b !important;
}*/

.iconoimg{
	margin-left: 20px;
	width: 25px !important;
	padding-bottom: 0px !important;
	padding-top: 0px !important;
}

.margeninferior{
	margin-bottom: 35px;
}

.btn-w-back{
	cursor: pointer;
    /*color: #3c8dbc;*/
   color: #ffff;
    text-decoration: none;
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.btn-w-back:hover{
	color: #72afd2; 
}

.btn-w-back:focus{
	outline:none; 
}

.notify-icons{
	display: flex;
	justify-content: flex-end;
	width: 47%;
}

.notify-icons a{
	font-size: 1em !important;
	position: static !important;
}

.notify-icons div{
	margin: 5px;
}/*.icono-texto.row.col-1*/

.notify-icons a:hover{
	color: #72afd2 !important;
}

.incidence-box {
    padding: 1.5em;
}

.btn-incidence {
    color: white;
    background-color: #dd4b39;
    border-color: #d73925;
    font-size: 1.2em;
    margin: 0;
    padding: 2px;
    /*border-radius: 5px;
    border: 1px solid transparent;*/
}

.btn-incidence i {
	padding: 0.4em;
}

.incidence-check {
	padding: 1.3em;
	transform: scale(1.25);
}

#revisar-incidencias{
	margin-bottom: 2em;
}

#incidencias .modal-content {
    border-radius: 20px !important;
}

@media (min-width: 768px){
	.incidencias-dialog {
	    width: 730px !important;
	    margin: 30px auto;
	}
	
	.incidencias-dialog {
	    -webkit-transition: -webkit-transform .3s ease-out;
	    -o-transition: -o-transform .3s ease-out;
	    transition: transform .3s ease-out;
	    -webkit-transform: translate(0, -35%) !important;
	    -ms-transform: translate(0, -35%) !important;
	    -o-transform: translate(0, -35%) !important;
	    transform: translate(0, -35%) !important;
	}
}

@media (max-width: 1440px){
	.flexsearch {
	    padding-left: 3%;
	}
	
	.select-wrapper{
		width: 23%;
	}
	
	.select-wrapper select{
		padding: 0;
		font-size: 12px;
	}
	
	.flexsearch--wrapper {
	    width: 60%;
	}
	
	.separacioncaja {
	    margin-right: 10px;
	}
}

.incidence-select-box span.select2, .incidence-select-box span.selection{
	width: 100% !important;
}

.txt-icono {
    transform: translate(-40%, -40%);
    left: auto !important;
}

.notify-icons span{
	font-size: 75% !important;
}

.billetes{
	background-image: url(../../img/icons/money.png);
    background-repeat: no-repeat;
    width: 350px;
    height: 55px;
    background-position: 5%;
    background-size: contain;
    padding-left: 55px;
    margin-left: 25px;
    border: 2px solid black;
}

.range-slider {
	 margin-bottom: 5%;
}
 .range-slider {
	 width: 100%;
}
 .range-slider__range {
	 -webkit-appearance: none;
	 width: calc(100% - (73px));
	 height: 10px;
	 border-radius: 5px;
	 background: #d7dcdf;
	 outline: none;
	 padding: 0;
	 margin: 0;
}
 .range-slider__range::-webkit-slider-thumb {
	 appearance: none;
	 width: 20px;
	 height: 20px;
	 border-radius: 50%;
	 background: #2c3e50;
	 cursor: pointer;
	 transition: background 0.15s ease-in-out;
}
 .range-slider__range::-webkit-slider-thumb:hover {
	 background: #1abc9c;
}
 .range-slider__range:active::-webkit-slider-thumb {
	 background: #1abc9c;
}
 .range-slider__range::-moz-range-thumb {
	 width: 20px;
	 height: 20px;
	 border: 0;
	 border-radius: 50%;
	 background: #2c3e50;
	 cursor: pointer;
	 transition: background 0.15s ease-in-out;
}
 .range-slider__range::-moz-range-thumb:hover {
	 background: #1abc9c;
}
 .range-slider__range:active::-moz-range-thumb {
	 background: #1abc9c;
}
 .range-slider__range:focus::-webkit-slider-thumb {
	 box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1abc9c;
}
 .range-slider__value {
	 display: inline-block;
	 position: relative;
	 width: 60px;
	 color: #fff;
	 line-height: 20px;
	 text-align: center;
	 border-radius: 3px;
	 background: #2c3e50;
	 padding: 5px 10px;
	 margin-left: 8px;
}
 .range-slider__value:after {
	 position: absolute;
	 top: 8px;
	 left: -7px;
	 width: 0;
	 height: 0;
	 border-top: 7px solid transparent;
	 border-right: 7px solid #2c3e50;
	 border-bottom: 7px solid transparent;
	 content: '';
}
 ::-moz-range-track {
	 background: #d7dcdf;
	 border: 0;
}
 input::-moz-focus-inner, input::-moz-focus-outer {
	 border: 0;
}

input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.cartera-container .table-responsive {
	margin-top: 2% !important;
    padding: 0 1% 0 1% !important;
}

.cartera-container .dt-buttons{
	margin-bottom: -1.7% !important;
}

.cartera-container .dt-buttons .btn{
	width: 3.4% !important;
	font-size: 1.2rem !important;
}

.cartera-container .dt-buttons span{
	width: 100% !important;
}

.counter{
	font-size: 1.5em;
}

.p-confluence{
	color: #003750 !important;
}

.frame-central{
	position: absolute;
    top: 0;
    right: 23%;
    margin-top: -0.9%;
}

.frame-today-central{
	position: absolute;
    top: 0;
    right: 3%;
    width: 17%;
}

.frame-affinity{
	/*position: absolute;
    top: 48%;
    right: 14%;
    z-index: 999;*/
}

div#graficas-affinity {
    margin-top: 1.2%;
}

#mynotes-calendar .modal-dialog{
	transform:translate(0, -40%) !important;
}

.custom-flex {
    display: flex;
    width: 75%;
    flex-wrap: wrap;
}

.custom-flex-child {
    width: 30%;
    margin: 0 1.5%;
}

.frame-affinity {
    /*width: 25%;*/
}

#affinity .container {
	/*padding-right: 0 !important;*/
}

.flex-central{
	height: 100%;
}

.flex-central .custom-flex-child {
    margin: 0 1%;
}

.dataTables_wrapper {
    overflow-x: scroll;
}

#caja-asociar-cuenta input, #caja-asociar-cuenta button{
	margin: 1%;
}

.cambio-clave-candidato, .vencimiento-candidato{
	border-color: #17a2b8;
	border-radius: 15px;
	border: 1px solid transparent;
	background-color: #17a2b8 !important;
}

.select-box label, .select-box select{
	/*width: 15%;*/
}

.blue-fas {
	color: #3c8dbc;
	font-size: 25px;
	margin-left: 40%;
}

.button-link {
	display: flex;
    background: #3c8dbc;
    width: 110px;
    height: 44px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    color: white;
}

.link-compania {
	/*background-image: url(/img/icons/pencil.png);
    background-repeat: no-repeat;
    width: 155px;
    height: 53px;
    background-position: 15%;
    background-size: 26%;
    padding-left: 30px;*/
}

.img-compania {
	vertical-align: middle;
    border-style: none;
    box-sizing: border-box;
    width: 30px;
    /* height: 50px; */
    margin-left: 19%;
}

.cancel-icon {
	width:30px;
	cursor:pointer;
}

.form-tpv {
	width: 17%;
	margin-left: 1%;
	margin-right: 0.5%;
}

.formaciones-doc:active{
	color:white;
}

.formaciones-doc:visited{
	color:white;
}

.page {
	overflow: hidden;
}

/*.td-descuento {
	display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    margin-bottom: 2%;
}*/

.editar-descuento {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

.btn-descuento {
    margin-top: 1%;
    background-repeat: no-repeat;
    width: 180px;
    padding-left: 2.5%;
    /* height: 55px; */
    /* margin-left: 2%; */
    background-position: 11%;
    background-size: contain;
    background-image: url(/img/icons/comentario.png);
}

.aniadirpago {
	background-image: url(/img/icons/payment-method.svg);
    background-repeat: no-repeat;
    width: 275px;
    height: 55px;
    background-position: 8%;
    background-size: contain;
    padding-left: 43px;
    line-height: 34px;
    margin-left: 21px;
    border: 2px solid black;
}

.aniadirnotacotizacion {
	background-image: url(/img/icons/annotation_coti.png);
    background-repeat: no-repeat;
    width: 275px;
    height: 55px;
    background-position: 8%;
    background-size: contain;
    padding-left: 43px;
    line-height: 34px;
    margin-left: 21px;
    border: 2px solid black;
}

.aniadirnotacotizacion:visited {
	color:#fff;
}

.eliminar-cotizacion {
	background-image: url(/img/icons/aspa-roja.png);
    background-repeat: no-repeat;
    width: 275px;
    height: 55px;
    background-position: 8%;
    background-size: contain;
    padding-left: 43px;
    line-height: 34px;
    margin-left: 21px;
    border: 2px solid black;
}

.crmicon {
	background-image: url(/img/icons/crm-icon.png);
    background-repeat: no-repeat;
    width: 275px;
    height: 55px;
    background-position: 8%;
    background-size: contain;
    padding-left: 43px;
    line-height: 34px;
    margin-left: 21px;
    border: 2px solid black;
}

.agendaicon {
	background-image: url(/img/icons/agendaicon.png);
    background-repeat: no-repeat;
    width: 275px;
    height: 55px;
    background-position: 8%;
    background-size: contain;
    padding-left: 43px;
    line-height: 34px;
    margin-left: 21px;
    border: 2px solid black;
    color: white !important;
}

.resolver-agenda {
	cursor: pointer;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  /*background-color: #eee;
  color: #444;*/
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  display: flex;
  justify-content: center;
}

.evenly {
	justify-content: space-evenly
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: #f7f7f7;
  display: none;
  overflow: hidden;
}

#lista_comentarios {
	width: 100% !important;
}

#listapolizas {
	width: 100% !important;
}

#lista_agenda_vencimiento {
	width: 100% !important;
}

#lista_agenda_cliente {
	width: 100% !important;
}

#table_llamadas {
	width: 100% !important;
}
.aniadirpago:visited {
	color:white;
}

#ficha_cliente_llamada_entrante:visited, #ficha_cliente_no_encontrado_llamada_entrante:visited {
	color: white;
}

#modal-llamadas-noencontrado .coincidence-box-cliente p:hover {
    background-color: #E8F0FE;
}

#modal-llamadas-noencontrado .coincidence-box-cliente p {
    border-bottom: 1px solid #888;
    color: #888;
    cursor: pointer;
}

#modal-llamadas-noencontrado .flexsearch--input-wrapper {
	width: 100%;
}

#modal-llamadas-noencontrado .coincidence-box-cliente {
    background-color: #fff;
    font-size: 16px;
    border-radius: 5px 5px 10px 10px;
    padding: 5px 15px 0 15px;
    position: absolute;
    z-index: 1;
    box-sizing: content-box;
    max-height: 440px;
    overflow-y: auto;
    margin-left: 7px;
    width: 88%;
}

#modal-llamadas-noencontrado input {
    color: #004d71;
    background-color: #f2f6f8;
}

#modal-llamadas-noencontrado .search-box {
    width: 100%;
    position: relative;
}

.cuerpo-noticia {
	display: flex;
    flex-wrap: wrap;
}

.cuerpo-noticia p {
	width: 100%;
}

.news-box {
	/*width: 81%;*/
	width: 94.4%;
}

/*.wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #dbdbdb;
    margin-bottom: 45px;
}

.label-input100 {
    font-family: Poppins-SemiBold;
    font-size: 18px;
    color: #999;
    line-height: 1.2;
    padding-left: 2px;
}

.input100 {
    display: block;
    width: 100%;
    height: 50px;
    background: 0 0;
    font-family: Poppins-Regular;
    font-size: 22px;
    color: #555;
    line-height: 1.2;
    padding: 0 2px;
}*/

.truncate {
	text-overflow: ellipsis;
    width: 450px;
    white-space: nowrap;
    overflow: hidden;
}

#mynotes-crm-descripcion-tree p {
	margin-bottom: 5px;
	font-weight: 100;
}

.info-timeline {
  width: 100%;
}

.info-timeline ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.info-timeline ul li{
  /*margin-bottom: 14px;*/
 padding-bottom: 3%;
  display: flex;
  align-items: center;
  width: 100%;
  position:relative
}

.info-timeline ul li span.timeline-circle {
  /*position: relative;*/
    border: 5px solid dodgerblue;
    border-radius: 50%;
    width: 58px;
    line-height: 50px;
    text-align: center;
    /*margin-top: 14px;*/
    background-color: #fff;
    /*z-index: 2;*/
    display: inline-block;
    margin-right: 2%;
}

.info-timeline ul li:not(:last-of-type) span.timeline-circle::before {
	/*content: '';
    position: absolute;
	border: 4px solid dodgerblue;
	width: 0;
	height: 18px;
	display: block;
	left: 44%;
	z-index: 1;
	top: -23px;
	margin-left: -1px;*/
	
	content: '';
    position: absolute;
    border: 4px solid dodgerblue;
    left: 18.2%;
    bottom: 0;
    z-index: -1;
    height: 100%;
    
	/*content: '';
    position: absolute;
    border-left: 1px solid;
    left: 14px;
    bottom: 0;
    z-index: -1;
    height: 100%;*/
}

.info-timeline ul li a {
  color: #000;
}

.timeline-circle img {
	width: 69%;
    margin-top: -2px;
    object-fit: contain;
}

.timeline-date {
	width: 59%;
	display: flex;
    flex-direction: column;
    /* justify-content: flex-end; */
    text-align: end;
    padding-right: 2%;
    font-weight: bold;
    font-size: 20px;
}

.timeline-date span {
	color: #bab9ba;
	font-size: 12px;
}

.timeline-title {
	width: 70%;
	height: auto;
    line-height: 50px;
    /*background-color: dodgerblue;*/
    color: white;
    padding-left: 2%;
    font-weight: bold;
    position: absolute;
    left: 23.5%;
}

.timeline-title-lead {
	width: 70%;
	height: auto;
    line-height: 50px;
    /*background-color: dodgerblue;*/
    color: white;
    padding-left: 2%;
    font-weight: bold;
}

.left-corner {
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-right: 12px solid /*dodgerblue*/;
    border-bottom: 12px solid transparent;
    position: absolute;
    left: 22.5%;
}

.left-corner-lead {
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-right: 12px solid /*dodgerblue*/;
    border-bottom: 12px solid transparent;
    position: absolute;
    left: 17%;
}

.timeline-text {
	width: 98%;
}

.timeline-text p{
	color: white;
	margin: 0;
	width: 100%;
    word-wrap: break-word;
    line-height: 1.6;
}

.show-text, .hide-text {
	position: absolute;
    right: 5%;
    top: 12%;
    cursor: pointer;
}

.modal-tree {
	width: 1200px;
    position: absolute;
    top: 50%;
    left: 53%;
    transform: translate(-50%, -50%) !important;
    padding-top: 10%;
    padding-bottom: 10%;
}

.modal-tree-affinity {
	width: 1200px;
    position: absolute;
    top: 10%;
    left: 53%;
    transform: translate(-50%, -50%) !important;
    padding-top: 10%;
    padding-bottom: 10%;
}

.show-text i, .hide-text i {
	font-size: 27px;
}

.formacion-box .circle-training {
	width:28px;
	height:28px;
	margin-left:2%
}

.container-formacion-semaforo img {
	width: 155px;
}

.container-formacion-semaforo p {
	text-align: center;
}

/* Muestra una x para limpiar un input tipo search (buscar, búsqueda) Rafa Baena*/
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}

.close-button-modal {
    height: 34px;
    border: none !important;
    background: #003056 !important;
    border-radius: 50px;
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    text-transform: none !important;
    color: #FFFFFF;
}

.icono_crm {
	padding-left: 1%;
	margin-left: -0.2%;
}

.label-activo {
	margin-left: 0 !important;
}

.img-activo {
	width: 50px !important;
	margin-left: 2%;
	cursor: pointer;
}

.btn-agendar {
	background: #61cf34a6;
}

@media screen and (max-width: 1200px) {
  .icono_crm {
	padding-left: 2%;
	margin-left: 5px;
	}
} 

.inside_banner_link {
	position: absolute;
    width: 190px !important;
    height: 100px;
    right: 0;
    bottom: 0;
    transform: translate(-135%, -10%);
}

.inside_banner_link_premium {
	position: absolute;
    width: 200px !important;
    height: 60px;
    right: 0;
    bottom: 0;
    transform: translate(-20%, -54%);
}

.inside_banner_link_broker {
    position: absolute;
    width: 162px !important;
    height: 60px;
    right: 0;
    bottom: 0;
    transform: translate(-20%, -148%);
}

.leads-input {
	width: 15%;
	margin-left: 2%;	
}

.leads-input-container {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 2%;
}

.lead-container .leads-input-container {
	width: 24%;
}

.lead-container .leads-input-container .leads-input {
	width: 50%;
}

.header-confluen {
	font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #13B8B6;
    padding: 3% 0 0 0;
}

.header-confluen span:not(:first-child) {
    color: #003056;
}

#suma_baja_affinity {
	display: flex;
    font-size: 18px;
    flex-direction: column;
    font-family: Inter !important;
    font-style: normal;
    font-weight: normal;
}

#suma_baja_affinity p {
	text-align: end;
}

.header-affinity {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #13B8B6;
    padding: 3% 0 0 0;
}

.header-affinity span:not(:first-child) {
    color: #003056;
}

.absolute-check-contacto {
	position: absolute;
    right: 2%;
    bottom: 8%;
}

.absolute-check-contacto img {
	width: 30px;
}

/*.gpay-button {
	width: 100%;
    height: 55px;
    background-position: left;
    background-size: contain;
    border-radius: 15px;
    background-color: #17a2b8 !important;
    margin-top: 10%;
}*/

.container-gpay {
	width: 45%;
}

.gpay-button.black.pay.es {
    background-size: 55%;
    background-position-x: center;
}

#modal-error-telefono, #modal-error-email, #modal-cuenta-repetida {
	z-index: 10000 !important;
}

.table-tree-affinity > thead > tr > th, .table-tree-affinity > tbody > tr > th, .table-tree-affinity > tfoot > tr > th, .table-tree-affinity > thead > tr > td, .table-tree-affinity > tbody > tr > td, .table-tree-affinity > tfoot > tr > td {
	border-top: none !important;
}

.table-tree-affinity > thead > tr > th {
	border-bottom: none;
}

.modal-tree-affinity .dataTables_filter {
	display: none;
}

.modal-tree-affinity .dataTables_length {
	display: none;
}

.modal-tree-affinity .dataTables_info {
    padding-left: 2rem;
}

.modal-tree-affinity .dataTables_paginate {
	padding-right: 2rem;
}

#container_polizas_cambio_clave {
	display: none;
}

@media (max-width: 1800px){
	.custom-flex {
	    width: 72% !important;
	    
	}
}

@media (max-width: 1600px){
	
	.custom-flex {
	    width: 65% !important;
	    
	}
	
	.custom-flex-child {
	    width: 45% !important;
	}
}

@media (max-width: 1600px) {
	
	.custom-flex {
	    /* width: 69% !important; */
	}
}

@media (max-width: 1500px) {	
	.custom-flex-child {
	    width: 47% !important;
	}
	
	.custom-flex {
	    width: 100% !important;
	    
	}
	
	.custom-flex-child {
	    width: 47% !important;
	}
	
	.notify-icons a {
	    font-size: 1.2em !important;
	}
	
	.customtamano {
	    font-size: 1.2rem !important;
	}
	
	.widgets-container-gerencia {
		width: 87% !important;
	}
	
	.inside_banner_link_broker {
	    position: absolute;
	    width: 140px !important;
	    height: 40px;
	    right: 0;
	    bottom: 0;
	    transform: translate(-20%, -172%);
	}
	
	.inside_banner_link_premium {
	    position: absolute;
	    width: 160px !important;
	    height: 40px;
	    right: 0;
	    bottom: 0;
	    transform: translate(-20%, -65%);
	}
}

@media (max-width: 1450px){
	.custom-flex {
	    width: 100% !important;
	    
	}
}

@media screen and (max-width: 1300px) {
	.custom-flex {
	    width: 100% !important;
	}
	
	.widgets-container-gerencia {
		width: 87% !important;
	}
	
	.inside_banner_link_premium {
	    width: 129px !important;
	    height: 31px;
	    transform: translate(-17%, -72%);
	}
	
	.inside_banner_link_broker {
	    width: 97px !important;
	    height: 30px;
	    transform: translate(-22%, -191%);
	}
}

@media screen and (max-width: 1240px) {
	.custom-flex {
	    width: 60% !important;
	    
	}
	
	.custom-flex-child {
	    width: 47% !important;
	}
	
	.widgets-container-gerencia {
		width: 100% !important;
	}
	
	.frame-affinity {
	    width: 100% !important;
	    
	}
	
	.inside_banner_link {
	    transform: translate(-60%, -10%);
	}
		
	.nav-menu-action {
	    width: 18%;
	}
	
	.custom-flex {
	    width: 100% !important;
	    
	}
}

@media (min-width: 800px) and (max-width: 1024px){
	.navbar-header {
	    display: flex;
	    align-items: center;
    	justify-content: center;
	}
	
	.notify-icons{
		justify-content: center;
	}
	
	.notify-icons div{
		margin: 5px;
	}
} 

@media (max-width: 800px){
	.custom-flex {
	    flex-flow: wrap !important;
	    margin-bottom: 4%;
	    width: 100% !important;
	}
	
	.custom-flex-child {
	    width: 45% !important;
	}
	
	.frame-affinity {
	    width: 100% !important;
	}
	
	.navbar-brand{
		display: none;
	}
	
	.notify-icons {
	    justify-content: center;
	    font-size: 12px;
	}
	
	.notify-icons div {
	    margin: 10px;
	}
	
	.loading-circle2 {
    	height: 450px !important;
	}
	
	.inside_banner_link_premium {
	    width: 96px !important;
	    height: 20px;
	    transform: translate(-22%, -90%);
	}
	
	.inside_banner_link_broker {
	    width: 75px !important;
	    height: 20px;
	    transform: translate(-22%, -221%);
	}
}

@media (min-width: 700px) and (max-width: 768px){
	li.nav-item {
	    width: 100%;
	}
}

@media screen and (max-width: 500px) {
	.custom-flex {
	    padding-left: 2% !important;
	}
	
	.custom-flex-child {
	    width: 95% !important;
	}
	
	.frame-affinity {
	    width: 100% !important;
	    padding-left: 0;
	    display: flex;
    	justify-content: center;
	}
	
	.active-sm .frame-affinity {
	    width: 86% !important;
	}
	
	.widgets-container-gerencia {
		padding-left: 0 !important;
	}
	
	.inside_banner_link_premium {
	    width: 60px !important;
	    height: 13px;
	    transform: translate(-17%, -70%);
	}
	
	.inside_banner_link_broker {
	    width: 40px !important;
	    height: 13px;
	    transform: translate(-17%, -179%);
	}

	.widgets-container {
		width: 90% !important;
	}
}

@media (max-width: 500px){
	.navbar-header {
	    width: 13%;
	}
	
	.notify-icons{
		width: 54%;
		font-size: 8px;
		justify-content: center;
	}
	
	.nav-menu-action{
		width: 30%;
		font-size: 13px;
		justify-content: center;
		align-items: center;
	}
	
	.item-primero {
	    display: none;
	}
	
	.notify-icons div {
	    margin: 2px;
	}
	
	.nav-link{
		padding: 0;
	}
	
	.flexsearch{
		flex-wrap: wrap;
	}
	
	.flexsearch--wrapper{
		width: 90%;
		align-items: center;
    	justify-content: center;
    	margin-bottom: 3%;
	}
	
	.flexsearch--button-box {
    	width: 100%;
	    margin-top: 3%;
	    justify-content: center;
    	align-items: center;
    	display: flex;
    	margin-right: 3%;
	}
	
	.loading-circle2 {
    	height: 425px !important;
	} 
	
	.notify-icons div {
	    padding-right: 10px !important;
    	padding-left: 10px !important;
	}
}

@media (max-width: 375px){
	
	.notify-icons div {
	    margin: 0;
	    padding-right: 10px !important;
    	padding-left: 10px !important;
	}
	
	.nav-menu-action{
		width: 32%;
	}
	
	.loading-circle2 {
    	height: 375px !important;
	} 
}

@media (max-width: 320px){
	
	.notify-icons div {
	    padding-right: 10px !important;
    	padding-left: 10px !important;
	}
	
	.loading-circle2 {
    	height: 320px !important;
	}
}

.wd-timeline > li > .fa, .wd-timeline > li > .glyphicon, .wd-timeline > li > .ion, .note-icon {
    right: 2% !important;
    top: 38% !important;
    z-index: 2 !important;
}

.wd-timeline > li > .timeline-item > .timeline-header > a {
    padding-left: 2rem !important;
}

.loader-container {
    width: 100% !important;
    height: 100% !important;
    /* margin: 50px auto !important; */
    border: 0 !important;
    padding: 0 !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 999;
}

.loader2 {
    position: absolute;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    width: 100px;
    height: 100px;
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
.loader-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #3498db;
}
@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}