*{
	box-sizing: border-box;
	/*margin: 0px;*/
	border-width: 0px;
	padding: 0px;
	word-break: break-all;


}
.css__texto_horas_visitas_futuras{
	border-bottom: 1px solid;
  padding: 5px;
  background-color: #a3a94c;
	min-width: 45px;
}
.css__contenedor_visitas_futuras{
	position: absolute;
	overflow: auto;
  height: 100%;
  width: 100%;
  background-color: rgba(16, 16, 16, 0.86);
  color: rgb(255, 255, 255);
  z-index: 999999;
}
/*media query para pantalla de telemetria en móbil*/
@media screen and (max-width: 480px) {
  .css__div__tmkt_resumen__opciones__p_0002083{
	  flex:none !important;
  }
  #div__contiene_select_usuarios_responsables__p_0002082{
	  position:inherit !important;
	  top:0px !important;
  }
  #div__tmkt_ficha__fecha_accion__p_0010661{
	  margin-left: 0px !important;
	  margin-bottom: 10px !important;
  }
  #div__tmkt_ficha__situacion__p_0010661{
	  margin-left: 0px !important;
  }
  #div__tmkt_ficha__situacion__empleado__p_0010661{
	  margin-left: 0px !important;
  }
  .css__div__tmkt_ficha__accion__p_0002083{
	  min-height: 60px !important;
  }
  #div__contiene_leyenda_situacion__p_0002082{
	  display: none !important;
  }
}
.css__contenedor_responsable_telemetria__p_0002083 > div > span{
	cursor: pointer;
}
.css__contenedor_responsable_telemetria__p_0002083 > div{
	text-align: center;
}
@media screen and (max-width: 975px) {
    .css__contenedor_responsable_telemetria__p_0002083{
  	  overflow: auto;
  	  margin: 10px;
  	  height: 10%;z-index: 999;
  	  border: 2px solid bisque;
  	  display: inherit !important;
    }
}
@media screen and (max-width: 725px) {
	.css__divs_informe_propietarios__p_0002083{
		width: auto !important;
    }
	.css__div_contenedor_fecha_informe_propietarios__p_0002083{
		display: inherit !important;
    }
	.css__fecha_fin_informe_propietarios{
		margin-left: 0px !important;
		margin-top: 10px !important;
	}
}
@media screen and (max-width: 768px) {
	body [abierta_info_ficha="1"] .css__contenedor__global_listado_telemetria{
		height: calc(48vh - 152px);
	}
}
.css__div__tmkt_contenedor__situaciones__p_0002083{}
.css__estado_boton_telemetria[active="0"]{
	background: "none";
}
.css__estado_boton_telemetria[active="1"]{
	background: #994b9e;
}
.css__divs_columnas_de_columnas_en_telemetria__titulos[oculto="1"]{
	display: none;
}
.css__divs_columnas_de_columnas_en_telemetria__titulos:hover{
	background-color: #00ff404d;
}
.css_generico_ficha_en_telemetria{
	cursor: pointer;
    white-space: nowrap;
}
.css__historico__titulos{
	font-weight: bold;
    font-size: 18px;
    color: #de7bbb;
}

.css__historico__nombre_usuario_destinatario_vitacora{
	cursor: pointer;
}
.css__historico__nombre_usuario_destinatario_vitacora:hover{
	background-color: #7ebf9b;
}
/*
.css__elementos_visitas_futuras:hover{
	background-color: #7ebf9b;
}
*/
.css__contenedor_ventana_emergente_px__p_0002083{
	position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(16, 16, 16, 0.86);
    color: rgb(255, 255, 255);
    z-index: 999999;
	justify-content: center;
    flex-direction: column;
    align-items: center;
	display: flex;
}
.css__contenedor_ventana_emergente_sin_flex_px__p_0002083{
	position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(16, 16, 16, 0.86);
    color: rgb(255, 255, 255);
    z-index: 999999;
}

.css__contenedor_ventana_emergente_px__p_0002083[cargando="0"]{
	display: none;
}
.css__contenedor_ventana_emergente_px__p_0002083[cargando="1"]{
	display: inherit;
}

.css__girar_rueda_cargando_px__p_0002083{
	-webkit-animation-name: cargando;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-name: cargando;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes cargando{
	0% { -moz-transform: rotate(0deg); }
	100% { -moz-transform: rotate(360deg); }
	}
@-webkit-keyframes cargando {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
	}
@keyframes cargando{
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
	}

input[error_input_p_0002083="1"]{
	border: solid 1px #f00;
}

input{
	border-width: 1px;
	border-color: #d1cfcf;
	border-style: solid;
	margin-top: 1px;

}
.css__textos_tam_10_px__p_0002083{

font-size: 10px;
padding-left: 3px;
color: #a2a0a0;

}

.css__textos_tam_9_px__p_0002083{

font-size: 9px;

}



.css__textos_tam_12_px__p_0002083{

font-size: 12px;

}
/* j */

.css__div__tmkt_titulo__p_0002083{

	background-color:#32adb0;

	color:white;

	text-align: center;
	position:relative;
	white-space: nowrap;
	cursor: pointer;

}
.css__div__tmkt_ficha__seguido__p_0002083{
	width:25%;

}
.css__div__tmkt_ficha__fecha_accion__p_0002083{
	width:25%;

}
.css__div__tmkt_ficha__situacion__p_0002083{
	width:25%;

}
.css__div__tmkt_ficha__prueba__p_0002083{
	width:25%;

}

.css_texto_mail_masivo__p_0002083{

	width:25%;
	float:left;
	font-size: 9px;
	vertical-align: baseline;
}

.css_texto_no_llamar__p_0002083{

	width:25%;
	float:left;
	font-size: 8px;
	vertical-align: baseline;
}

.css_textos_form__p_0002083{

	width:60px;
	float:left;
	font-size: 10px;
	vertical-align: baseline;
	color:#5f9ea0;
}

.css_textos_form_alta_nuevo{

	width:75px;
	float:left;
	font-size: 13px;
	vertical-align: baseline;
	color:#5f9ea0;
}


.class_input_formularios_p_0010653{
font-size: 12px;
width: 90%;
}

.class_input_email_p_0010653{
font-size: 15px;
width: 90%;
}


/* */



.css__body__p_0002083 {
	height: 100%;
	width: 100%;
	display: flex;
	flex-flow: column;
	font-family: sans-serif;
	font-size: 13px;
	/* Añadido*/
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
	margin: 0;
	box-sizing: border-box;
	/* Añadido*/
}

.css__div__navegacion__p_0002083 {
	flex: 0 1 59px;
	width: 100%;
	display: flex;
	flex-flow: row;
	position: relative;
	align-items: stretch;
	background-color: #000;
}

.css__div__navegacion__logo__p_0002083 {
	flex: 0 1 200px;
	align-items: stretch;
}
.css__div__navegacion__barra__p_0002083 {
	flex: 1 1 auto;
	overflow: auto;
	align-items: stretch;
}
.css__div__navegacion__opciones__p_0002083 {
	flex: 0 1 100px;
	/*
	display: flex;
	flex-flow: row;
	*/
	align-items: stretch;
	position: relative;
}

.css__div__contenidos__p_0002083 {

	flex: 1 1 auto;
	width: 100%;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #000;
	position: relative;
}

.css__div__contenidos_especificos__p_0002083{
	width: 100%;
	/* height: calc(100% - 56px); */
	height: 100%;
	border-width: 0px;
	border-style: solid;
	border-color: #d9d8d7;
	z-index: 1;
	top: 0px;
	left: 0px;
	display: flex;
	flex-flow: column;
	position: absolute;
}

.css__div__tmkt_resumen__p_0002083 {
	max-height: 100%;
	/* overflow: auto; */
	flex: 1 1;
	flex-basis: 0;
	width: 100%;
	border-width: 0px 0px 0px 0px;
	border-color: #d3cfcf;
	border-style: solid;
	border-color: #969996;
	position: relative;
	display: flex;
	flex-flow: row;
	align-items: stretch;
}

.css__div__tmkt_situaciones__p_0002083 {
	flex: 1 1;
	flex-direction: column;
	/* flex-basis: 0; */
	border-width: 0px 1px 1px 1px;
	border-color: #33adb0;
	border-style: solid;
	position: relative;
	overflow-y: auto;
	overflow-x: hidden;
}
.css__div__tmkt_lista_situaciones__p_0002083{
	overflow-y: auto;
	overflow-x: hidden;
	display: flex;
    flex-direction: column;
}

#div__contenidos_especificos__p_0002082 > div{
	overflow: hidden;
	/* flex: 1 0 50% !important;
	height: 50%; */
}
/* #div__tmkt_ficha__p_0002082{
	overflow: hidden;
} */

.css__div__tmkt_ficha__p_0002083 {
	/* height: 100%; */
	flex: 1 1;
	flex-basis: 0;
	width: 100%;
	border-width: 5px 5px 5px 5px;
	border-style: solid;
	border-color: #3CF;
	position: relative;
	display: none;
	flex-flow: column;
	align-items: stretch;
}

.css__div__tmkt_ficha__accion__p_0002083 {
	flex: 0 1 37px;
    display: flex;
    flex-flow: row;
    align-items: stretch;
    position: relative;
    border-style: solid;
    border-color: #FCF;
		overflow: auto;
}

.css__div__tmkt_ficha__datos__p_0002083 {
	overflow: hidden;
	flex: 1 1 auto;
	width: 100%;
	display: flex;
	flex-flow: row;
	position: relative;
	align-items: stretch;
	/*border-width: 5px 5px 5px 5px;*/
	border-style: solid;
	border-color: #6FF;
}

.css__div__tmkt_ficha__datos_basicos__p_0002083 {
	flex: 1 1;
	align-items: stretch;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #993;
	overflow: auto;
}

.css__div__tmkt_ficha__vitacora__p_0002083 {
	max-height: 100%;
	flex: 1 1;
	/* align-items: stretch; */
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #993;
	overflow: auto;
	padding: 18px;
}
.css__div__tmkt_ficha__adn__p_0002083 {
	flex: 1 1;
	align-items: stretch;
	border-width: 1px 1px 1px 1px;
	border: solid 1px;
	border-color: #993;
	overflow: auto;
	padding: 13px;
}

.css__div__tmkt_ficha__datos_restantes__p_0002083 {
	flex: 1 1 auto;
	overflow: auto;
	align-items: stretch;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #FC3;
	display: flex;
	flex-flow: row;
	position: relative;
}


.css__div__tmkt_ficha__datos_restantes__filas__p_0002083 {
	flex: 1 1;
	/* flex-basis: 0; */
	display: flex;
	flex-flow: row;
	align-items: stretch;
	position: relative;
}

.css__div__tmkt_ficha__datos_restantes__celdas__p_0002083{
	flex: 1 1;
	/* flex-basis: 0; */
	overflow: auto;
}
/*
.css__div__tmkt_ficha__llamadas__p_0002083 {
	border-width: 5px 5px 5px 5px;
	border-style: solid 1px;
	border-color: #009;
}
*/
.css__div__tmkt_ficha__vitacoras__p_0002083 {
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #993;
}
/*
 .css__div__tmkt_ficha__historial__p_0002083 {
	border-width: 5px 5px 5px 5px;
	border-style: solid;
	border-color: #9C6;
}
*/
.css__div__tmkt_ficha__adn__p_0002083 {
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #993;
}

.css__input__button_agrega_entrada__p_0002083{

	cursor: pointer;
	width: 14px;

}

.css__div__capa_superior__00010__p_0002083 {
	width: 100%;
	height: 100%;
	padding: 0px 0px 0px 0px;
	z-index: 10;
	position: absolute;
	top: 0px;
	display: none;
	flex-flow: column;
}

.css__div__capa_superior__login__p_0002083 {
	width: 100%;
	height: 100%;
	padding: 0px 0px 0px 0px;
	z-index: 9900;
	position: absolute;
	top: 0px;
	display: none;
	flex-flow: column;
}

.css__div__capa_superior__tutorial__p_0002083 {
	width: 100%;
	height: 100%;
	padding: 0px 0px 0px 0px;
	z-index: 9950;
	position: absolute;
	top: 0px;
	display: none;
	flex-flow: column;
}

.css__div__capa_superior__xxxxx__margen_superior__p_0002083 {
	flex: 0 1 20px;
	width: 100%;
	opacity: 0.5;
}

.css__div__capa_superior__xxxxx__margen_inferior__p_0002083 {
	flex: 0 1 20px;
	width: 100%;
	opacity: 0.5;
}

.css__div__capa_superior__xxxxx__contenidos__p_0002083 {
	flex: 1 1 auto;
	width: 100%;
	display: flex;
	position: relative ;
}

.css__div__capa_superior__xxxxx__margen_izquierdo__p_0002083 {
	flex: 0 1 20px;
	opacity: 0.5;
}

.css__div__capa_superior__xxxxx__margen_derecho__p_0002083 {
	flex: 0 1 20px;
	opacity: 0.5;
}

.css__div__capa_superior__xxxxx__centro__p_0002083 {
	flex: 1 1 auto;
	display: flex;
	border-width: 5px 5px 5px 5px;
	border-style: solid;
	border-color: #000;
	/* background-color: #f8f5f5; */
	background-color: #3e3a3aa3;
	flex-flow: row;
	align-items: stretch;
}

.css__div__capa_superior__xxxxx__cerrar__p_0002083 {
	position: absolute ;
	top: 20px ;
	right: 32px ;
	display: block ;
}

.css__div__capa_superior__xxxxx__contenidos_especificos__p_0002083 {
	flex: 1 1 auto;
	width: 100%;
	display: flex;
	flex-flow: row;
	align-items: stretch;
	align-items: stretch;
}

.css__div__capa_superior__xxxxx__contenido_especifico__p_0002083 {
	/* flex: 1 1 auto ;
	width: 100% ;
	border: 0px solid #F90 ;
	display: flex;
  flex-direction: column; */

	flex: 1 1 auto;
  width: 100%;
  border: 5px solid #F90;
  display: flex;
  flex-direction: column;
  background-color: white;
  /* width: 80% !important; */
  margin: auto;
  max-width: 900px;
  padding: 24px;
	margin-top: 26px;
	max-height: 95vh;
	/* height: 97%; */
  overflow: auto;
	z-index: 99999 !important;
}

@media screen & (max-width: 487) {
	.css__div__capa_superior__xxxxx__contenido_especifico__p_0002083 {

	}

	.btn{
		font-size: 8px !important;
    margin-bottom: 7px;
    display: flex;
	}
}

#nav__menu_interior__p_0001862 .menu_interior_arriba {
	z-index: 9999 !important;
}

.css__centrar_imagen_vertical__p_0002083{
	/*el contenedor de estos elementos ha de ser flex*/
	display: flex;
	align-items: center
}

.css__centrar_imagen_horizontal__p_0002083{
	/*el contenedor de estos elementos ha de ser flex*/
	display: flex;
	justify-content: center;
}

.css__centrar_imagen_vertical_y_horizontal__p_0002083{
	/*el contenedor de estos elementos ha de ser flex*/
	display: flex;
	align-items: center
	justify-content: center;
}

input::placeholder {
  color: #c1c5c5;
}






.css__div__tmkt_resumen__opciones__p_0002083 {
	flex: 0 1 30px;
	width: 100%;
	border-width: 5px 5px 0px 5px;
	border-style: solid;
	border-color: #345;
	position: relative;
	display: flex;
	flex-flow: row;
	align-items: stretch;
}

.css__div__tmkt_resumen__titulos__p_0002083 {
	flex: 0 1 19px;
	width: 100%;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #345;
	position: relative;
	/* display: flex; */
	flex-flow: row;
	align-items: stretch;
	margin-top: 3px
}

.css__div__tmkt_resumen__opciones__situaciones__p_0002083 {
	flex: 1 1;
	/* flex-basis: 0; */
	border-width: 5px 5px 0px 5px;
	border-style: solid;
	position: relative;
}

.css__div__tmkt_resumen__opciones__filtros__p_0002083 {
	flex: 1 1;
	/* flex-basis: 0; */

	border-style: solid;
	position: relative;
}

.btn {
  background: #c1e4e5;
  background-image: -webkit-linear-gradient(top, #c1e4e5, #33adb0);
  background-image: -moz-linear-gradient(top, #c1e4e5, #33adb0);
  background-image: -ms-linear-gradient(top, #c1e4e5, #33adb0);
  background-image: -o-linear-gradient(top, #c1e4e5, #33adb0);
  background-image: linear-gradient(to bottom, #c1e4e5, #33adb0);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  /*font-size: 20px;*/
  padding: 4px 11px 4px 11px;
  text-decoration: none;
  cursor:pointer;
}
/*
.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
*/
.alta {
  background: #ffd699;
  background-image: -webkit-linear-gradient(top, #ffd699, #ffad32);
  background-image: -moz-linear-gradient(top, #ffd699, #ffad32);
  background-image: -ms-linear-gradient(top, #ffd699, #ffad32);
  background-image: -o-linear-gradient(top, #ffd699, #ffad32);
  background-image: linear-gradient(to bottom, #ffd699, #ffad32);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  /*font-size: 20px;*/
  padding: 4px 11px 4px 11px;
  text-decoration: none;
}

.alta:hover {
  background: #ff4c4c;
  background-image: -webkit-linear-gradient(top, #ff4c4c, #ff9999);
  background-image: -moz-linear-gradient(top, #ff4c4c, #ff9999);
  background-image: -ms-linear-gradient(top, #ff4c4c, #ff9999);
  background-image: -o-linear-gradient(top, #ff4c4c, #ff9999);
  background-image: linear-gradient(to bottom, #ff4c4c, #ff9999);
  text-decoration: none;
}

.css__div_por_llamar{
	background-color: #a8eaad;
}

.css__divs__situacion__pasadas{
	background-color: #e6c78e;
}
.css__contenedor_global_telemetria{
	background-color: #ccccccf7;
    z-index: 999;
    position: absolute;
    margin: 10px;
    height: 97%;
	width: 99%;
	height: calc(100vh - 50px);
}
.css__contenedor_global_telemetria[oculto="1"]{
	display: none;
}
.css__contenedor_global_telemetria[abierta_info_ficha="1"]{
	height: calc(50vh - 50px);
}
.css__contenedor_filtro_fichas_telemetria{
	background-color: white;
    margin: 5px;
    padding: 5px;
	border: 2px solid;
}
div#div__contenedor_telemetria_ficha_id__p_0002082 > div:first-Child{
	margin: 5px;
    display: flex;
    flex-direction: row;
}
div#div__contenedor_responsables_oxbridge_telemetria__p_0010903{
	display: flex;
}
.css__contenedor__global_listado_telemetria{
	display: flex;
	border: 2px solid;
    background-color: white;
	height: calc(100vh - 155px);
}
[abierta_info_ficha="1"] .css__contenedor__global_listado_telemetria{
	height: calc(50vh - 110px);
}
.css__contenedor__global_listado_telemetria > div{
	flex: 1;
    /* text-align: center; */
    border-right: 1px solid;
	display: flex;
	flex-direction: column;
	/* white-space: nowrap; */
	width: 88px;
	overflow-x: hidden;
}
.css_lista{
	overflow: auto;
    overflow-x: hidden;
}
.css__contenedor__global_listado_telemetria > div > div:first-Child{
	background-color: #e3e1d9;
    padding: 3px;
	font-weight: bold;
	white-space: nowrap;
}

#div__capa_superior__00010__p_0002082{
	position: fixed;
}

#div__capa_superior__00010__p_0002082
,#div__capa_superior__00010__cerrar__p_0002082{
	z-index: 999999;
}
#div__contenedor__programar_envio_email__p_0002082[oculto="1"]{
	display: none;
}
#div__contenedor__programar_envio_email__p_0002082{
	display: flex;
	justify-content: center;
}
.css__contenedor_elementos__form{
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.css__contenedor_elementos__form > input,textarea{
	margin: 5px;
	padding: 5px;
}
.css__contenedor_elementos__form > textarea{
	height: 366px;
    width: 353px;
}
.css__boton_guardar_email_programado{
	width: 100px;
    background-color: #0b79c7;
    padding: 3px;
    text-align: center;
    margin: 5px;
    color: white;
    cursor: pointer;
}
select#select__tmkt_ficha__opciones_prioridad__p_0010661 > option:nth-child(2){
	background-color: #5cad5c;
}
select#select__tmkt_ficha__opciones_prioridad__p_0010661 > option:nth-child(3){
	background-color: #f5e980;
}
select#select__tmkt_ficha__opciones_prioridad__p_0010661 > option:nth-child(4){
	background-color: #f57272;
}
.css__contenedor_info_ficha{
	cursor: pointer;
    border-bottom: 1px solid #d5d2d2;
}
.css__contenedor_personal_info_ficha{
	padding-left: 5px;
    white-space: nowrap;
    /* overflow-x: hidden;*/
}
#div__contenedor__gestion_email_programados__p_0002082[oculto="1"]{
	display: none;
}
.css__contenedor_principal__gestion_mails_programados{
	width: 50%;
	background-color: #f2f3f3;
    color: black;
	height: 50%;
    overflow: auto;
    margin: auto;
}
.css__contenedor_titulos_gestion_mails_programados{
	display: flex;
	background-color: beige;
    font-weight: bold;
}
.css__contenedor_titulos_gestion_mails_programados > div{
	flex: 1;
	text-align: center;
}
.css__div__gestion_mails_programados_listado{
	display: flex;
	margin: 5px;
}
.css__div__gestion_mails_programados_listado > div{
	flex: 1;
	text-align: center;
}
.css__boton_marcar_ficha_tiene_vitacora{
	float:left;
	font-weight: 900;
	color: blue;
	margin-left: 5px;
	margin-right: 5px;
}
.css__divs_columnas_de_columnas_en_telemetria__titulos[no_tiene_vitacora__posterior="1"]{
	color: red;
}
.css__contenedor_campanya{
	display:flex;
	flex-direction:column;
	border-top:1px solid;
	margin: 5px;
}
.css_botones_contenedor_campanya{
	display:flex;
	margin: 15 0 15 0;
}
.css_botones_campanya{
	margin-left: 5px;
}
.css__contenedor_personal_info_ficha > span:nth-child(2)
,.css__contenedor_personal_info_ficha > span:nth-child(3){
	margin-left: 5px;
}
#div__tmkt_ficha_cupon_descuento__p_0010661[muestro="1"]{
	flex:1;
	border-top: 1px solid;
    margin: 5px 0px 0px 0px;
    padding: 5px 0px 0px 0px;
}
.cerrar_pop_up__p_0011498{
	text-align: center;
	border-radius: 50px;
	margin: 10px;
	border: 2px solid;
	width: 30px;
	background-color: rgba(42, 43, 47, 0.71);
	cursor: pointer;
	color: white;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 20px;
}

#div__contenedor_listado_busqueda__p_0010661{
	overflow: auto;
    max-height: 51vh;
    height: 100%;
}
