@CHARSET "ISO-8859-1";

.encuestas-advice
{
	background-color: yellow;
	border-top: 2px solid #FFD02F;
	border-bottom: 2px solid #FFD02F;
	z-index: 9999;
	padding: 10px;
}
.h5-preview-pregunta
{
	font-family: "Arial","Tahoma","Helvetica";
	color: #435464;
	background-color: #f3f3f3;
    border: none;
    width: 100%;
    padding: 5px;
}
.width-300p,.textarea-preview-pregunta
{
	width:300px;
	min-width:300px;
	max-width:300px;
}

.textbox-preview-pregunta
{
	border:1px solid silver;
	padding:5px;
	
}
#divPreloaderEncuesta{
	text-align:center;
}
.textarea-preview-pregunta
{
	width: 50%;
	height: 100px;
	border: 1px solid silver;
}
.ul-preview-pregunta
{
	margin:10px;
	list-style-type:none;
}
.li-preview-pregunta
{
	list-style-type: none;
	border-bottom: 1px dotted black;
	padding-bottom: 4px;
	padding-top: 4px;
	width: 100%;
}
table.table-preview-calificacion thead th
{
	text-align:center;	
	color: #435464;
	font-weight: normal;
}
.table-preview-calificacion
{
	margin: auto;	
	width:400px;
}
.tr-preview-calificacion
{
	height: 30px;
	min-height: 30px;	
}
.inpar
{
	background-color:#f8f8f8;
}
.par
{
	background-color:#f0f0f0;
}

.td-preview-calificacion
{
	vertical-align: middle;
	text-align:center;
}
.margin-10
{
	margin:10px;
}
.marginl-10
{
	margin-left:10px;
}
.label-preview-pregunta {
	margin-left: 10px;
}
ul.encuestas-disponibles{
	list-style-type: none;
	margin:0;
	padding: 0;
}
ul.encuestas-disponibles li{
	border-bottom:1px solid #e4e4e4;
	padding:15px;
}
.volanta{
	font-size: 8pt;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.titulo {
    font-weight: bold;
    font-size: 16pt;
    color: #435464;
    margin-top: 5px;
    margin-bottom: 5px;
}
.encuesta-container{
	padding:10px;
	border-bottom:1px solid #eee;
	
}