﻿
/* BORDE */

.BordeVerde
{
	box-shadow: 0px 0px 8px #74A846;
}

/* BOTON */

.BotonGeneral
{
    font-family: Century Gothic;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    background: #F78D1D;
    padding: 2px 8px 2px 8px;
    border: 1px solid #F47C20;
    border-radius: 8px;
}
.BotonGeneral:hover
{
	font-family: Century Gothic;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    background: #D7620B;
    padding: 2px 8px 2px 8px;
    border: 1px solid #D7620B;
    border-radius: 2px;
}
.BotonGeneralDisabled
{
    font-family: Century Gothic;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #808080;
    cursor: auto;
    background: #D4D4D4;
    padding: 2px 8px 2px 8px;
    border: 1px solid #999;
    border-radius: 2px;
}
.BotonGeneralGris
{
    font-family: Century Gothic;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #333;
    cursor: pointer;
    background: #E5E5E5;
    padding: 2px 8px 2px 8px;
    border: 1px solid #999;
    border-radius: 25px;
}
.BotonPanel
{
    cursor: pointer;
    font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #74A846;
	border-radius: 25px;
}
.BotonPanel:hover
{
	background-color: #5E8837;
	text-decoration: underline;
}
.BotonNaranja
{
    font-family: Century Gothic;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    background: #F78D1D;
    padding: 2px 8px 2px 8px;
    border: 1px solid #F47C20;
    border-radius: 2px;
    height: 28px;
}
.BotonNaranja:hover
{
	font-family: Century Gothic;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    background: #D7620B;
    padding: 2px 8px 2px 8px;
    border: 1px solid #D7620B;
    border-radius: 2px;
    height: 28px;
}
.BotonVerde
{
    font-family: Century Gothic;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    background: #74A846;
    padding: 2px 8px 2px 8px;
    border: 1px solid #74A846;
    border-radius: 2px;
    height: 28px;
}
.BotonVerde:hover
{
	font-family: Century Gothic;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    background: #507430;
    padding: 2px 8px 2px 8px;
    border: 1px solid #507430;
    border-radius: 2px;
    height: 28px;
}
.BotonDisabled
{
    font-family: Century Gothic;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #808080;
    cursor: auto;
    background: #D4D4D4;
    padding: 2px 8px 2px 8px;
    border: 1px solid #999;
    border-radius: 2px;
    height: 28px;
}
.BotonAzul
{
    font-family: Century Gothic;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    background: #0095CD;
    padding: 2px 8px 2px 8px;
    border: 1px solid #0095CD;
    border-radius: 3px;
    height: 28px;
}
.BotonAzul:hover
{
    font-family: Century Gothic;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    background: #006991;
    padding: 2px 8px 2px 8px;
    border: 1px solid #006991;
    border-radius: 3px;
    height: 28px;
}

/* CALENDAR */

.Calendario .ajax__calendar_container
{
    width:200px;
    background-color: #FFF; border:solid 0px #666;
}
.Calendario .ajax__calendar_body
{
    width:170px;height:180px;
    background-color: #FFF; border-bottom: solid 1px #666;
}
.Calendario .ajax__calendar_header
{
    background-color: #FFF; margin-bottom: 0px;
} 
.Calendario .ajax__calendar_title
{
    color: #000; padding-top: 0px;
}
.Calendario .ajax__calendar_next,
.Calendario .ajax__calendar_prev
{
    border:solid 0px #FFF;
    background-color: #FFF;
}
.Calendario .ajax__calendar_hover .ajax__calendar_next,
.Calendario .ajax__calendar_hover .ajax__calendar_prev
{
    border:solid 0px #C0C0C0;
    background-color: #FFF;
}
.Calendario .ajax__calendar_dayname
{
    text-align:center; margin-bottom: 1px; margin-top: 1px;
    color:#000;
    background-color: #FFF;
} 
.Calendario .ajax__calendar_day,
.Calendario .ajax__calendar_month,
.Calendario .ajax__calendar_year
{
    text-align:center;
    border:solid 1px #C0C0C0;
    color:#000;
    background-color: #FFF;
}
.Calendario .ajax__calendar_hover .ajax__calendar_day,
.Calendario .ajax__calendar_hover .ajax__calendar_month,
.Calendario .ajax__calendar_hover .ajax__calendar_year
{
    color: #FFF; font-weight:bold; background-color: #C0C0C0;
}
.Calendario .ajax__calendar_active .ajax__calendar_day,
.Calendario .ajax__calendar_active .ajax__calendar_month,
.Calendario .ajax__calendar_active .ajax__calendar_year
{
    color: #FFF; font-weight:bold; background-color: #74A846; 
}
.Calendario .ajax__calendar_today .ajax__calendar_day
{
    color: #FFF; font-weight:bold; background-color: #F47C20; 
}
.Calendario .ajax__calendar_other,
.Calendario .ajax__calendar_hover .ajax__calendar_today
{
    color: #F47C20;
    font-weight:bold;
}
.Calendario .ajax__calendar_days
{
    background-color: #FFF;
    overflow:visible;
}

/* CELDA */

.CeldaServicio
{
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #000;
	text-align: left;
	background-color: #E8F3E0;
	border-radius: 5px;
	padding: 1em;
}
.CeldaPregunta
{
	font-family: Trebuchet MS;
	font-size: 13px;
	font-weight: bold;
	color: #125599;
	text-align: left;
	background-color: #FFF;
	padding-left: 2em;
}
.CeldaControlesDinamicos
{
	font-family: Trebuchet MS;
	font-size: 12px;
	text-align: left;
	background-color: #FFF;
	padding-left: 2em;
	padding-bottom: 1em;
	border-bottom: 1px dotted #999;
}
.CeldaReportesLeft
{
	font-family: Trebuchet MS;
	font-size: 13px;
	text-align: right;
	padding-right: 1em;
	color: #000;
	font-weight: bold;
	background-color: #E8F3E0;	
}
.CeldaReportesRight
{
	font-family: Trebuchet MS;
	font-size: 13px;
	text-align: left;
	padding-left: 2em;
	color: #000;
	font-weight: bold;
	background-color: #E8F3E0;	
}
.CeldaReportesCenter
{
	font-family: Trebuchet MS;
	font-size: 13px;
	text-align: center;
	color: #000;
	font-weight: bold;
	background-color: #E8F3E0;	
}
.CeldaPreguntaPrueba
{
    font-family: Trebuchet MS;
	font-size: 13px;
    font-weight: bold;
	color: #125599;
    text-align: left;
	background-color: #FFF;
    border-right: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
    padding-left: 3em;
}

/* CHECKBOX */

.CheckBox label
{
    display:inline;
    margin:5px;
    font-family:Trebuchet MS;
	font-size:12px;
	color: #800000;
}

/* DROPDOWNLIST */

.DropDownList
{
    height: 25px;
    font-family: Trebuchet MS;
	font-size: 13px;
	color: #333;
	cursor: pointer;
}

/* IMAGEN */

.ImagenBullet
{
    border: 0px none transparent;
}

/* GRIDVIEW */

.GridTexto
{
    font-family: Trebuchet MS;
	font-size: 13px;
	color: #000;
}
.GridCellColor1
{
    background-color: #E9F2E1;
}
.GridCellColor2
{
    background-color: #FFF;
}
.GridHeader
{
    text-align: center;
}

/* LABEL */

.LabelNombreEncuesta
{
    font-family: Trebuchet MS;
	font-size: 18px;
	font-weight: bold;
	color: #74A846;	
}
.LabelInstrucciones
{
    font-family: Trebuchet MS;
	font-size: 15px;
	font-weight: bold;
	color: #333;
}
.LabelTitulo
{
    font-family: Trebuchet MS;
	font-size: 13px;
	font-weight: bold;
	color: #333;
}
.LabelServicio
{
    font-family: Trebuchet MS;
	font-size: 15px;
	font-weight: bold;
}
.LabelError
{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #CC0000;
}

/* LINK */

.LinkVerde
{
    font-family: Century Gothic;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #74A846;	
    text-decoration: underline;	
}
.LinkVerde:hover
{
    font-family: Century Gothic;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #507430;	
    text-decoration: underline;	
}
.LinkNaranja
{
    font-family: Century Gothic;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #F78D1D;
    text-decoration: underline;
}
.LinkNaranja:hover
{
    font-family: Century Gothic;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #DE650C;
    text-decoration: underline;
}
.LinkDisabled
{
    font-family: Century Gothic;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #666;
    text-decoration: underline;
}

/* PANEL */

.PanelVigencia
{
    font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: bold;
    in-line: block;
    float: right;
}

/* RADIOBOTON */

.RadioBoton label
{
    display: inline;
    margin: 5px;
    font-family: Trebuchet MS;
	font-size: 12px;
}
.RadioBotonPrueba
{
    margin: 10px;
    font-family: Trebuchet MS;
	font-size: 12px;
    color: #000;
}
.RadioBotonPrueba.horizontal li { display: inline; }
.RadioBotonPrueba label { display: inline; }

/* RENGLON */

.RenglonInstrucciones {
    font-family: Trebuchet MS;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    background-color: #74A846;
    border-left: 2px solid #74A846;
    border-right: 2px solid #74A846;
}

.RenglonTitulo
{
    font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #74A846;
	border-left: 2px solid #74A846;
	border-right: 2px solid #74A846;
}
.RenglonTituloVerde
{
    font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #74A846;
	border-left: 2px solid #74A846;
	border-right: 2px solid #74A846;
}
.RenglonTituloGris
{
    font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	color: #F78D1D;
    text-align: center;
	background-color: #F3F3F3;
}
.RenglonTituloPrueba
{
    font-family: Calibri;
	font-size: 16px;
	color: #000;
    text-align: center;
	background-color: #F3F3F3;
}
.RenglonDefaultIzq
{
    text-align: right;
    font-family: Trebuchet MS;
	font-size: 13px;
	font-weight: bold;
	color: #65944A;	
	box-shadow: 0 5px 5px -5px #65944A;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-right: 2px;
}
.RenglonDefaultDer
{
    text-align: left;
    font-family: Trebuchet MS;
	font-size: 13px;
	color: #000;
	box-shadow: 0 5px 5px -5px #65944A;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.RenglonAgregarIzq
{
    text-align: right;
    font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	color: #65944A;	
	box-shadow: 0 5px 5px -5px #65944A;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-right: 8px;
	width: 30%;
}
.RenglonAgregarDer
{
    text-align: left;
    font-family: Trebuchet MS;
	font-size: 14px;
	color: #000;
	box-shadow: 0 5px 5px -5px #65944A;
	padding-top: 1em;
	padding-bottom: 1em;
}
.RenglonEncabezado
{
    font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #74A846;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.RenglonPie
{
    font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #74A846;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.RenglonBordeLateral
{
    border-left: 1px solid #74A846;
	border-right: 1px solid #74A846;
}
.RenglonIzqPadding
{
	text-align: left;
	padding-left: 3em;
}
.RenglonRepIzq
{
    text-align: right;
    font-family: Trebuchet MS;
	font-size: 13px;
	font-weight: bold;
	color: #65944A;	
	box-shadow: 0 5px 5px -5px #65944A;
	padding-right: 1em;
	width: 25%;
}
.RenglonRepDer
{
    text-align: left;
    font-family: Trebuchet MS;
	font-size: 13px;
	color: #000;
	box-shadow: 0 5px 5px -5px #65944A;
	padding-left: 1em;
	width: 75%;
}

/* TABLA */

.TablaEncuesta
{	
	text-align: left;
	background-color: #FFF;
	border: 1px solid #CCC;
	border-width: 2px;
	border-radius: 5px;
	box-shadow: 5px 5px 7px #808080;
    -webkit-box-shadow: 5px 5px 7px #808080;
    -moz-box-shadow: 5px 5px 7px #808080;
}
.TablaBordeVerde
{
	border-left: 2px solid #74A846;
	border-right: 2px solid #74A846;
}

/* TEXTBOX */

.TextBox
{
    color: #000;
    padding-left: 0.3em;
    border-radius: 2px;
    height: 18px;
}
.TextBoxMultilinea
{
    resize: vertical;
}
.TextBoxRespuesta
{
    font-family: Trebuchet MS;
    font-size: 12px;
    color: #000;
    padding-left: 0.3em;
    border-radius: 7px;
}
.TextBoxMultilineaRespuesta
{
    font-family: Trebuchet MS;
    font-size: 12px;
    padding-left: 0.3em;
    border-radius: 7px;
    resize: vertical;
}
.TextBoxCalendario
{
    border-radius: 7px;
    cursor: pointer;
}

/* VALIDADOR */

.Validador
{
    font-size: 30px;
    color: #CC0000;
}
.ValidadorEncuesta
{
    font-weight: bold;
    font-size: 36px;
    color: #CC0000;
}
.ValidadorNumerico
{
    font-size: 15px;
    color: #CC0000;
}



#divAyudaVisual table{
    border: solid #aaa 1px;
    color: #000;
}
#divAyudaVisual .general tr{
    height: 20px;
}
#divAyudaVisual table tr td{
    border-bottom: solid #ccc 1px;
    font-weight: bold;
}
#divAyudaVisual .CeldaGeneralLeft{
    text-align: left;
    font-weight: bold;
    color: #000;
    font-size: 13px;
}   
#divAyudaVisual .CeldaEncabezado{
    text-align: center;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}
#divAyudaVisual .CeldaVerde{
    background-color: #00ff00;
}
#divAyudaVisual .CeldaAmarilla{
    background-color: #ffff00;
}
#divAyudaVisual .CeldaAzul{
    background-color: #00ffff;
}
#divAyudaVisual .CeldaRoja{
    background-color: #ff0000;
}
#divAyudaVisual .CeldaMostaza{
    background-color: #fec03a;
}
#divAyudaVisual .CeldaVacia{
    border-top: none;
    border-bottom: none;
    border-right: solid #ccc 1px;
    border-left: solid #ccc 1px;
    width: 30px;
}

#divAyudaVisualServ table{
    border: solid #aaa 1px;
    color: #000;
}
#divAyudaVisualServ .general tr{
    height: 20px;
}
#divAyudaVisualServ table tr td{
    border-bottom: solid #ccc 1px;
    font-weight: bold;
}
#divAyudaVisualServ .CeldaGeneralLeft{
    text-align: left;
    font-weight: bold;
    color: #000;
    font-size: 13px;
}   
#divAyudaVisualServ .CeldaEncabezado{
    text-align: center;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}
#divAyudaVisualServ .CeldaVerde{
    background-color: #00ff00;
}
#divAyudaVisualServ .CeldaAmarilla{
    background-color: #ffff00;
}
#divAyudaVisualServ .CeldaAzul{
    background-color: #00ffff;
}
#divAyudaVisualServ .CeldaRoja{
    background-color: #ff0000;
}
#divAyudaVisualServ .CeldaMostaza{
    background-color: #fec03a;
}
#divAyudaVisualServ .CeldaVacia{
    border-top: none;
    border-bottom: none;
    border-right: solid #ccc 1px;
    border-left: solid #ccc 1px;
    width: 30px;
}