﻿@charset "utf-8";
/* CSS Document */

/*QUITARLE EL MARGEN QUE TIENE EL BODY*/
body {
	margin:0px;
	/*Para poner la imagen de fondo en la pantalla completa, y no en la capa contenedor solo:*/
	/*background-image:url("/imagenes/inicio.jpg");*/
	/*Si queremos dejar la imagen de fondo en la capa contenedor, pero poner el fondo/body en un color oscuro:*/
	/*background-color:#003352;*/
	
	/*Para que no se repita la imagen, debemos usar background, no background-image*/
	/*center y fixer center creo que la centran horizontal y verticalmente*/
	background:url("/imagenes/fondo_inicio.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.fondo_partes {
	background:url("/imagenes/fondo_partes.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.fondo_mantenimiento {
	background:url("/imagenes/fondo_mantenimientos.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
}

.fondo_limpieza {
	background:url("/imagenes/fondo_limpieza.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
}

.fondo_alba {
	background:url("/imagenes/fondo_alba.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
}

.fondo_archivos {
	background:url("/imagenes/fondo_archivos.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
}

.fondo_usuarios {
	background:url("/imagenes/fondo_usuarios.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
}

.fondo_consultas {
	background:url("/imagenes/fondo_consultas.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
}

.fondo_ajustes {
	background:url("/imagenes/fondo_ajustes.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
}

.contenedor {
	float: none;
	margin-right: auto;
	margin-left: auto;
	width:990px;
	font-size:30px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	position:relative;
}

.contenedor .mitad_color_izq, .contenedor .mitad_color_der {
	
	float:left;
	width:495px;
	height:200px;
	position:relative;
	z-index:1;
	padding-top:20px;
	padding-bottom:20px;
	/*Con esto le damos opacidad al banner de arriba, a las capas izquierda y derecha dentro de contenedor*/
	/*opacidad = 0 totalmente transparente*/
	/*opacidad = 1 totalmente opaco*/
	opacity: 0.8;
}

.contenedor .mitad_color_izq {
	background:#F4F4F4;
}

.contenedor .mitad_color_der {
	background:#D2D2D2;
}

.logo {
	width:200px;
	position:absolute;
	left:395px;
	top:20px;
	display:block;
	z-index:2;
}

.logo_index {
	width:500px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

.contenedor .contenido {
	width:inherit;
	/*Quitamos la imagen de fondo de la capa contenedor si la queremos de fondo del body*/
	/*Para poner fondo de color la descomentamos*/
	/*background-image:url("/imagenes/fondo2.jpg");*/
	float:left;
	
	/*Con el HEIGHT=100VH hacemos que ocupe toda la altura
	height:100vh;*/
}

.contenedor .contenido .botones_contenido, .contenedor .contenido .botones_contenido_sub {
	text-align:center;
	border-radius:20px;
	margin-bottom:20px;
	margin-top:20px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-decoration:none;
	color:#ffffff;
	/*LETRA MAS GRANDE*/
	font-size:75px;
	/*Y gruesa*/
	font-weight:700;
	/*TRANSPARENCIA EN LOS BOTONES*/
	opacity: 0.9;
}

.contenedor .contenido .botones_contenido {
	width:928px;
	height:196px;
	line-height:196px;
}

.contenedor .contenido .botones_contenido_sub {
	width:868px;
	height:170px;
	line-height:170px;
}

/*COLORES DE LOS BOTONES DE CONTENIDO*/
.contenedor .contenido .boton_azul_marino {
	background-color:#13636c;
}

.contenedor .contenido .boton_azul_claro {
	background-color:#3CF;
}

.contenedor .contenido .boton_azul_oscuro {
	background-color:#003352;
}

.contenedor .contenido .boton_blanco {
	background-color:#ffffff;
	color:#AAA;
	border: 5px solid #AAA;
	box-sizing: border-box; /* Para que no le agregue al tamaño el borde */
}

.contenedor .contenido .boton_gris {
	background-color:#CCC;
}

.contenedor .contenido .boton_azul_gris {
	background-color:#75d1e0;
}

.contenedor .contenido .boton_limpieza {
	background-color:#f68213;
}

.contenedor .contenido .boton_albanileria {
	background-color:#861563;
}

.contenedor .contenido .boton_seccion {
	/* Si queremos que el botón de dentro del título de la sección dentro de la sección sea diferente, en este caso rojo y más extrecho*/
	background-color:red;
	height:120px;
	line-height:120px;
}

.contenedor .contenido_blanco {
	width:950px;
	background:#ffffff;
	float:left;
	margin:20px;
	border-radius:20px;
	padding-bottom:30px;
	opacity: 0.9;
}

.contenedor .contenido_blanco .seccion_botones_accion {
	width:auto;
	float:left;
	padding:10px;
}

.contenedor .contenido_blanco .seccion_botones_accion img {
	width:100px;
	margin-left:240px;
}

/*PARA LOS A HREF QUITAR SUBRAYADO*/
a {
	text-decoration:none;
}

/*FORMATO PARA LOS CAMPOS*/
/*LOS TAMAÑOS DE LOS CAMPOS LOS DEFINIMOS EN EL PROPIO PHP CON LA PROPIEDAD STYLE*/
.formato_campo, .formato_campo_trabajos {
	margin-left:25px;
	margin-top:20px;
	float:left;
	font-size:30px;
}

.formato_campo_trabajos {
	width:inherit;
	float:left;
	border:none;
	font-weight:normal;
}

.tabla_sin_formato, .tabla_sin_formato table {
	width:100%;
	/*clear:both;*/
	float:left;
	border:none;
	margin-top:15px;
}

.tabla_sin_formato table th {
	font-weight:normal;
	font-size:28px;
}

.formato_campo input[type="number"], .formato_campo input[type="password"], .formato_campo input[type="text"], .formato_campo input[type="date"], .formato_campo input[type="time"], .formato_campo select, .anchura_tercio input[type="text"] {
	border: 2px solid #999;
	box-shadow: 0px 5px 10px 0px;
	border-radius:15px;
	font-size:30px;
	float:left;
	height:42px;
	width:inherit;
	-webkit-appearance: none;
	background:#ffffff;
	/*EVITAR PADDING EN IPHONES*/
	padding:0px;
}

.formato_campo select {
	display:block;
	line-height:42px;
	height:48px;
	-webkit-appearance: none;
	background:#ffffff;
}

.formato_campo textarea, .formato_campo_trabajos textarea {
	/*height:200px;*/
	height:150px;
	width:890px;
	-webkit-appearance: none;
	background:#ffffff;
}

/*CAMPOS PARA MANTENIMIENTO Y PARTES*/
.formato_campo_trabajos {
	margin-top:30px;
	margin-bottom:30px;
}

.formato_campo_trabajos input[type="number"], .formato_campo_trabajos input[type="text"], .formato_campo_trabajos input[type="date"], .formato_campo_trabajos input[type="time"], .formato_campo_trabajos select {
	border: 2px solid #999;
	box-shadow: 0px 5px 10px 0px;
	border-radius:15px;
	font-size:30px;
	float:left;
	height:60px;
	width:inherit;
	-webkit-appearance: none;
	background:#ffffff;
	/*EVITAR PADDING EN IPHONES*/
	padding:0px;
}

.formato_campo_trabajos select {
	display:block;
	line-height:52px;
	height:64px;
	-webkit-appearance: none;
	background:#ffffff;
}

.formato_campo_trabajos img {
	float:right;
	height:80px;
}

/*PARA EL CUADRO DONDE SE AÑADEN LAS LINEAS DE MATREIAL*/
.formato_campo_trabajos .linea_add {
	width:330px;
	margin-left:auto;
	margin-right:auto;
	line-height:80px;
}

/*PARA EL CUADRO DONDE SE AÑADEN LAS FOTOS DEL MANTENIMIENTO*/
.formato_campo_trabajos .linea_foto, .formato_campo_trabajos .linea_foto_despues {
	width:505px;
	margin-left:auto;
	margin-right:auto;
	/*line-height:60px;*/
	line-height:80px;
}

.formato_campo_trabajos .linea_foto_despues {
	margin-top:20px;
}

/*HACER QUE EL INPUT FILE SEA LA IMAGEN*/
input[type="file"] {
	display:none;
	/*width:60px;*/
	width:80px;
	overflow:hidden;
}

/*.formato_campo_trabajos .linea_foto img {
	width:80px;
	height:80px;
}*/

/*.botonupload {
	float:right;
	width:60px;
}*/

.cuadro_linea_add {
	border: 2px solid #999;
	box-shadow: 0px 5px 10px 0px;
	border-radius:15px;
	min-height:60px;
	background:#CCC;
	padding:5px;
	margin-left:25px;
	margin-top:20px;
	float:left;
	font-size:30px;
}

.cuadro_linea_add table td {
	height:70px;
}

.cuadro_linea_add input, .cuadro_linea_add textarea {
	border: none;
	float:left;
	background:#CCC;
	font-size:28px;
	margin-right:10px;
	resize:none;
	height:32px;
	vertical-align:middle;
	overflow:hidden;
	cursor:pointer;
	/*EVITAR PADDING EN IPHONES*/
	padding:0px;
}

.cuadro_linea_add img {
	width:60px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

/*BOTONES DE ACEPTAR Y CANCELAR*/
.contenedor .contenido_blanco .botones_archivo {
	width:inherit;
	margin-top:20px;
	float:left;
}

.contenedor .contenido_blanco .botones_archivo .boton_aceptar {
	float:right;
	width:100px;
	padding:20px;
}

.contenedor .contenido_blanco .botones_archivo .boton_cancelar {
	float:left;
	width:100px;
	padding:20px;
}


/*FORMATO TEXTO SWEET ALERT*/
.texto_sweet_alert {
	font-size:60px;
}
/*FORMATO TEXTO SWEET ALERT 2*/
.texto_sweet_alert_2 {
	font-size:40px;
	margin-bottom:10px;
}
/*FORMATO TEXTO SWEET ALERT 3*/
.texto_sweet_alert_3 {
	font-size:30px;
	margin-bottom:10px;
}
/*BOTONES PARA LA SWEET ALERT*/
.boton_sweet_alert {
	background:#2b78c1;
	width:80%;
	font-size:40px;
	font-weight:700;
	color:#fff;
	padding:10px;
	margin-bottom:20px;
	cursor:pointer;
}

/*OCULTAR LAS FLECHAS*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/*ESTILOS PARA INICIO DE SESIÓN*/
.caja {
	/*height: 250px;*/
	width: 500px;
	/*padding: 13px 24px 46px;*/
	font-weight: normal;
	overflow: hidden;
	background: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.13);
	box-shadow: 0 1px 3px rgba(0,0,0,0.13);
	margin-left: auto;
	margin-right: auto;
	color: #777;
	margin-bottom: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	opacity:0.9;
	padding-top:50px;
	padding-bottom:50px;

}

.recordar {
	width:auto;
	float:left;
	margin-top:20px;
	/*margin-left:20px;*/
}

.recordar input {
	width: 35px;
	height: 35px;
	float:left;
	/*EVITAR PADDING EN IPHONES*/
	padding:0px;
}

.button
{
	float:left;
	background-color: #13636C;
	color: white;
	cursor: pointer;
	font-size: 30px;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:30px;
	margin-bottom:20px;
	width:438px;
	box-shadow: 0px 5px 10px 0px #13636C;
	border-radius:15px;
	font-size:30px;
	height:42px;
	-webkit-appearance: none;
}

/*BOTONES ESTADO*/

.estado_pendiente, .estado_presupuestar, .estado_finalizado, .estado_contestar, .estado_aceptado {
  width:150px;
  height:50px;
  margin:auto;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  line-height:50px;
  text-transform: uppercase;
  float: inherit;
  font-size:16px;
  font-weight:700;
}

.estado_pendiente{
	/*ROJO*/
  background-color: #F93154;
}
.estado_presupuestar{
	/*AMARILLO*/
  background-color: #FFA900;
}
.estado_finalizado{
	/*VERDE*/
  background-color: #00B74A;
}
.estado_contestar{
	/*GRIS*/
  background-color: #616161;
}
.estado_aceptado{
	/*AZUL*/
  background-color: #1266F1;
}
.estado_pendiente:hover, .estado_presupuestar:hover, .estado_finalizado:hover, .estado_contestar:hover, .estado_aceptado:hover {
  opacity: 0.50;
  -moz-opacity: .50;
  filter:alpha (opacity=50);
}

/*PARA LOS BOTONES DE ESTADO CENTRADO*/
.boton_centrado {
	width:400px;
	margin-left:auto;
	margin-right:auto;
	float:none;
	height:60px;
	margin-top:40px;
	line-height:60px;
	cursor:pointer;
	font-size:30px;
}

/*
.estado_pendiente a{
  color: #FFF;
}
.estado_presupuestar a{
  color: #639;
}
.estado_finalizado a{
  color: #000;
}
.estado_contestar a{
  color: #900;
}
.estado_aceptado a{
  color: #FFF;
}
*/

/*Todos el mismo color de texto*/
.estado_pendiente a, .estado_presupuestar a, .estado_finalizado a, .estado_contestar a, .estado_aceptado a {
  color: #FFF;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.circulo_tiempo, .circulo_ph, .circulo_cloro, .circulo_transparencia, .circulo_turbidez, .circulo_filtracion {
	/*width: 100px;
	height: 100px;*/
	width: 200px;
	height: 200px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
  	margin:0px auto;
  	padding:3%;
	
	/*ESTAS PROPIEDADES LAS HE AÑADIDO YO (DAVID)*/
	float:left;
	margin-left:23px;
	margin-bottom:20px;
}

.circulo_tiempo, .circulo_transparencia {
	background: #85d7e4;
}

.circulo_ph, .circulo_turbidez {
	background: #072136;
}

.circulo_cloro, .circulo_filtracion {
	background: #1b5a6b;
}

.circulo_tiempo > h2, .circulo_ph > h2, .circulo_cloro > h2 {
	font-family: sans-serif;
	color: white;
	font-size: 60px;
	font-weight: bold;
}

.circulo_transparencia > h2, .circulo_turbidez > h2, .circulo_filtracion > h2 {
	font-family: sans-serif;
	color: white;
	font-size: 35px;
	font-weight: bold;
}

/*BOTONES TIPO LLENADO*/
.tipo_llenado {
 	width:auto;
	padding:15px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-transform: uppercase;
    float: left;
    font-size:18px;
    font-weight:700;
	color:#F30;
	background:#CCC;
}

.boton_llenado {
 	width:auto;
    padding:15px;
	margin-left:10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-transform: uppercase;
    float: left;
    font-size:18px;
    font-weight:700;
	color:#FFF;
	background:#0E96D0;
}

.tipo_llenado a, .boton_llenado a, .consumo_anterior a {
	font-size:24px;
}

/*BOTON CONSUMO ANTERIOR*/
.consumo_anterior {
 	width:auto;
	padding:15px;
	margin-left:10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-transform: uppercase;
    float: left;
    font-size:18px;
    font-weight:700;
	color:#FFF;
	background:#0E96D0;
	margin-top:75px;
}

.caja input[type="button"] {
	display:none;
}
.caja input[type="button"]:hover {
	display:none;
}

.error {
	width: 496px;
	padding: 13px 0px 13px 0px;
	overflow: hidden;
	background: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.13);
	box-shadow: 0 1px 3px rgba(0,0,0,0.13);
	margin-left: auto;
	margin-right: auto;
	color: #777;
	font-size: 20px;
	font-family:Verdana, Geneva, sans-serif;
	border-left: 4px solid #dd3d36;
	color: #444444;
	font-weight: normal;
}

/*BARRA DE DESPLAZAMIENTO*/
.barra_desplazamiento {
	overflow:scroll;
	height:620px;
	width:880px;
	margin-top:10px;
}

/*ESTABLECER LA ANCHURA A LA MITAD DE LA PANTALLA PARA LOS INPUTS*/
.anchura_media {
	width:422px !important;
}

.anchura_media div {
	line-height:50px;
	float:left;
	margin-left:10px;
}

.anchura_media textarea {
	height:200px;
	width:422px;
	margin-top:10px;
	border: 4px solid #999999;
}

.anchura_cuarto {
	width:200px;
}

.anchura_cuarto div {
	line-height:50px;
	float:left;
	margin-left:5px;
}

.anchura_cuarto textarea {
	height:100px;
	width:200px;
	margin-top:10px;
	border: 4px solid #999999;
}

.anchura_tercio {
	width:281px !important;
	float:left;
}

/*.anchura_tercio div {
	line-height:50px;
	float:left;
	margin-left:5px;
}*/

.anchura_tercio textarea {
	height:150px;
	/*width:200px;*/
	width:inherit;
	margin-top:10px;
	border: 4px solid #999999;
}

/*NO REDIMENSAIONAR LOS TEXTAREA*/
textarea {
	resize:none;
}

/*HACER LOS RADIOS INPUT MAS GRANDES*/
.input_radio {
	width:45px;
	height:45px;
	float:left;
}

/*EL APARTADO DE TEXTO*/
.seccion_texto {
	width:890px;
	padding-top:40px;
	float:left;
	margin-left:25px;
}

.addobservacion {
	width:236px;
	height:32px;
	box-shadow:none;
}

textarea {
	width:890px;
	height:200px;
	border: 2px solid #999;
	box-shadow: 0px 5px 10px 0px;
	border-radius:15px;
	background:#ffffff;
	font-size:30px;
	/*EVITAR PADDING EN IPHONES*/
	padding:0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.table select, .table input[type="date"] {
	background:#292B2C;
	height:85px;
	font-size:30px;
	float:left;
	border:none;
	font-weight:700;
	-webkit-appearance: none;
	/*EVITAR PADDING EN IPHONES*/
	padding:0px;
}

.table select {
	color:#FFF;
	width:95%;
}

.table input[type="date"] {
	width:150px;
	opacity:0;
}

.table .columna_fecha {
	width:150px;
	position:absolute;
	top:0px;
	left:0px;
	height:85px;
	line-height:85px;
}

/*PARA SELECCIONAR TODO EL AREA DEL INPUT DATE*/
/*input[type="date"]::-webkit-calendar-picker-indicator {
        background: transparent;
        bottom: 0;
        color: transparent;
        cursor: pointer;
        height: auto;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: auto;
}*/

/*BOTON DE CONFIRMAR*/
.botones {
	width:inherit;
	margin-top:40px;
	float:left;
}
.botones td {
	width:inherit;	
}

.botones td input {
	width:250px;
	font-size:40px;
	font-weight:700;
	text-align:center;
	border-radius:3px;
	color:#FFF;
	border:none;
	margin-left:auto;
	margin-right:auto;
	line-height:65px;
	display:block;
	cursor:pointer;
}

.botones .confirmar {
	background:#008000;
}

.botones .cancelar {
	background:#C33;
}

/*QUITAR ESTILO PREDEFINIDOS DE LOS BOTONES EN IOS*/
input[type="button"], input[type="submit"] {
	-webkit-appearance:none;
	-moz-appearance:none;
}

/*EL DIV PARA FILTRAR SUS PROPIAS COMUNIDAD O TODAS*/
.parrafo_ver_todos {
	text-align:center;
	width:inherit;
	float:left;
	font-size:24px;
	margin-top:20px;
	margin-bottom:-20px;
}

.parrafo_ver_todos a:link, .parrafo_ver_todos a:hover, .parrafo_ver_todos a:active, .parrafo_ver_todos a:visited {
	color:#F00;
}

/*OCULTAR LOS SCROLLBARS*/
/* Hide scrollbar for Chrome, Safari and Opera */
select::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
select {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

/**/
.seccion_checkbox_swal {
	margin-top:20px;
	width:40%;
	margin-left:auto;
	margin-right:auto;
}

.seccion_checkbox_swal input[type="checkbox"] {
	float:left;
}

.seccion_checkbox_swal div {
	line-height:55px;
	float:left;
	margin-left:10px;
}

/*DARLE TAMAÑO A LOS CHECKBOX*/
input[type="checkbox"] {
	width:50px;
	height:50px;
}

/*PARA LOS CHECKS DE TABLAS*/
.check_tabla {
	width:110px !important;
}

.formato_campo_centrado {
	margin-left:auto;
	margin-right:auto;
	display:block;
	margin-top:20px;
}

.formato_campo_centrado select{
	border: 2px solid #999;
	box-shadow: 0px 5px 10px 0px;
	border-radius:15px;
	font-size:30px;
	height:60px;
	width:inherit;
	-webkit-appearance: none;
	background:#ffffff;
	/*EVITAR PADDING EN IPHONES*/
	padding:0px;
}

/*PARA LAS OPCIONES DEL SELECT CUANDO ESTAN DESACTIVADAS*/
.opciones {
	color:#000;
}

/*TITULO DEL BLOQUE DE SECCIÓN*/
.titulo_seccion {
	width:90%;
	text-align:center;
	border-bottom:1px solid #999;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
}
