﻿.clearFix
{
    clear: both;
    width: 0px;
    height: 0px;
}

div.selectPaciente
{
    float: left; 
    margin-right: 20px;
}

.ctrMisVacunas table tr td, table tr th
{
    vertical-align: top;
}

.ctrMisVacunas table tr.ProxVisita
{
    
    border: 1px solid #003366;

}

.ctrMisVacunas table tr.ProxVisita td
{
    background: #F2FFF8;
    border: 1px solid #003366;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: 15px; 
}

tr.Altern_Row
{
    background-color: #F2FFF8;
}

.ctrMisVacunas .Header
{
    margin: 0;
}

.ctrMisVacunas div.Error
{
    margin: 5px;
    border: 1px solid #CF3030;
    background: white;
    color: #BD1E1E;
    font-size: 10px;
}

.ctrMisVacunas div.Error img
{
    display: block;
    float: left;
    padding: 3px;
    width: 25px;
    height: 25px;
    vertical-align: baseline;
}

table.lPacientes 
{
    border: 1px solid #D1D1D1;
    border-collapse: collapse;
}

table.lPacientes th
{
    padding: 5px;
}

table.lPacientes tr.Selected
{
    background: #FAFFC4;
}

table.lPacientes thead
{
    padding-top: 5px;
}

div.DetallePac
{
    float: left;
    width: 650px;
    background: #E2FFF0;
    border: 1px solid #C2C2C2;
}

div.DetallePac h3
{
    padding: 3px 0 0 0;
    text-align: center;
    font-weight: bold;
    
}

div.DetallePac img.Foto
{
    max-height: 200px;
}

div.Aviso_SMS
{
    float: left;
    background: #FAFFC4;
    margin-left: 10px;
    width: 250px;
    border: 1px solid #C2C2C2;
}

div.Aviso_SMS > div.Header
{
    padding: 0;
}

div.Aviso_SMS > div.Header img
{
    margin-top: 2px;
    margin-left: 4px;
    display: block;
    float: left;
}

div.Aviso_SMS > div.Header span
{
    display: block;
    float: left;
    margin-left: 5px;
    padding: 4px 0 0 0;
}

div.Aviso_SMS > div.Body
{
    padding: 5px;   
}

div.Aviso_SMS > div.Body small
{
    color: #505050;
    font-size: 10px;   
}

/*Estilos de color para las preguntas*/
.ddlRed
{
    /*background-color: Red;*/
    background-color: #FF7F7F;
}
.ddlOrange
{
    /*background-color: Orange;*/
    background-color: #FFD17F;
}
.ddlYellow
{
    /*background-color: Yellow;*/
    background-color: #FFFF7F;
}
.ddlGreen
{
    /*background-color: Lime;*/
    background-color: #7FFF7F;
}

.AdminGravedad
{
    font-weight: bold;
    text-decoration: underline;
}

.Cuestionario
{
    max-width: 100%;
}

.Cuestionario .Pregunta
{
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 40px;
}

.Cuestionario .Pregunta .imgGrav
{
    width: 32px;
}

.TablaPregunta
{
    
}
.TablaPregunta td
{
    min-width: 70px;
    text-align: center;
}
.TablaPregunta th
{
    min-width: 50px;
    text-align: left;
}


.SintomaEdadtxt.Edad
{
    width: 20px;
}

.SintomaEdadtxt.Sintom,
.Sintoma.Sintom
{
    width: 400px;
}

/*Tabla que muestra el progreso en el rellenado del cuestionario*/
.TablaProgreso
{
    width: 100%;
}

.TablaProgreso .Col1
{
    width: 450px;
    text-align: right;
}

.TablaProgreso .Col2
{
    width: 209px;
    text-align: center;
}

.TablaProgreso .Col3
{
    width: 450px;
    text-align: left;
}

/*Genéricos*/
.textCenter
{
    text-align: center;
}
.textLeft
{
    text-align: left;
}
.textRight
{
    text-align: right;
}
.widthP100
{
    width: 100%;
}

.marginL10
{
	margin-left: 10px;
}
.Shw
{
    display: none;
}
.paddingH10
{
	padding-right: 10px;
	padding-left: 10px;
}

input.Boton,
a.Boton
{
	color: #222222;
	background-color: #8CE4CE;
	border: 1px solid #1e7660;
	cursor: pointer;
	font-weight: bold;
	
}

a.Boton
{
	padding: 3px 5px 3px 5px;
	text-decoration: none;
}

.AdminVerCuestionario input.Boton,
.AdminVerCuestionario a.Boton
{
	margin-top: 15px;
	margin-right: 30px;
	float: left;
}


/* Estilos de administración*/
div.GlobalAdmin
{
}



