@charset "utf-8";
/* CSS Document */

/**/

.estilo_tabla {
    background: #fff;
    overflow: hidden;
    margin: 20px auto 20px auto;
    padding: 20px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}
.estilo_tabla table { border-collapse: collapse; text-align: left; width: 100%; text-align:justify; margin:0;	} 


.estilo_tabla table th { padding: 3px 10px; text-align:center;}
.estilo_tabla table thead th {padding: 10px 5px;background:#FFF; color:#000; font-size: 16px; font-weight: bold; border-bottom: 1px solid #999999;} 
.estilo_tabla table thead th.primero {border-left:none;} 

.estilo_tabla table tbody td { color: #000;    border-bottom: 1px solid #aaaaaa61;font-size: 14px;font-weight: normal;padding:10px; word-wrap: break-word; text-align:justify;}
.estilo_tabla table tbody td:first-child { border-left: none; }
.estilo_tabla table tbody tr:last-child td { border-bottom: none; }
.estilo_tabla table tbody td.centrado { text-align:center; }
.estilo_tabla .botones{ background:#E00E1A; padding:5px 10px 5px 10px; border:0px; color:#FFF; width: 100%; cursor:pointer }
.estilo_tabla a.botones{ text-decoration: none;
    display: block;
    width: 120px;
    text-align: center;
    margin: 0 auto;}


.pagination a{
	text-decoration: none;
	background:#FFF; 
	color:#000; 
	font-size: 15px;
	font-weight: bold;
	border-left: 1px solid #0066CC;
	padding: 10px;
	display: block;
	width: 20px;
	text-align: center;
}

.tabla_datos_app thead tr th {
    text-align: center !important;
}

.tabla_datos_app tbody.list td {
    text-align: left !important;
}
#tabla_diario_colitis.tabla_datos_app tbody.list td , #tabla_diario_crohn.tabla_datos_app tbody.list td , #tabla_vacunas.tabla_datos_app tbody.list td, #tabla_calidad_vida.tabla_datos_app tbody.list td , #tabla_depresion.tabla_datos_app tbody.list td  , #tabla_fatiga.tabla_datos_app tbody.list td , #tabla_hombre.tabla_datos_app tbody.list td , #tabla_mujer.tabla_datos_app tbody.list td , #tabla_sexualidad.tabla_datos_app tbody.list td   {
    text-align: center !important;
}


.estilo_tabla table tbody td button {
    display: block;
    margin: 0 auto;
    border-radius: 6px;
	font-size: 14px;
}

.detalle_diario_colitis, .detalle_diario_crohn, .detalle_calidad_vida, .detalle_depresion, .detalle_fatiga, .detalle_hombre, .detalle_mujer, .detalle_sexualidad{
    display:none;
   box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
	padding: 40px 20px;
	
}


.caja_detalle_encuestas{
	width: 100%;
	display: block;
	margin: 0 auto;
	min-height: 400px;
	
}


.caja_detalle_encuestas p {
	margin: 0 0 10px 15px;
}
.caja_detalle_encuestas i {
    color: #4f136b;
    font-size: 12px;
    vertical-align: middle;
    padding: 0 5px 0 0;
}

.caja_detalle_encuestas .titulo i {
    color: #a2039b;
    font-size: 18px;
}
.caja_detalle_encuestas .titulo {
    font-weight: bold;
	margin: 0 0 10px 0px;
}