﻿/* 问卷调查默认模板 ---------------------------------------------- */
.surveyTable{margin: 0 0 20px;}
.surveyTable .submitTd{ text-align: center; padding: 10px 0;}
#SurveyBox #SurveyTitle{padding: 15px 0;font-size: 1.7142857em;font-weight: bold;color: #0261a9;}
#SurveyBox dt,#SurveyBox dd{ margin: 0 40px;}
#SurveyBox dt{ font-size: 14px; font-weight: bold; border-bottom: 1px dotted #ddd; padding: 10px 0;}
#SurveyBox dd{ padding: 15px 0 0 20px; line-height: 24px;}
#SurveyBox dd input{ margin-right: 3px; vertical-align: middle;}
#SurveyBox .SurveyDescription{ padding: 20px; text-indent: 24px; font-size: 14px; background: #f5f5f5; margin-bottom: 20px; border: 1px dotted #ddd}

/* 默认问卷调查结果页模板 ---------------------------------------------- */
.surveyResult{margin: 0 0 20px;}
.surveyResult tr.tdbg table{ border-top-width: 2px; width: 100%; text-align: center;}
.surveyResult tr.tdbg table tr.tdbgleft td{background: #f5f5f5; text-align: left; padding: 5px 20px;border: 1px solid #e3e3e3 !important}
.surveyResult tr.tdbg table tr.tdbgleft:nth-child(even) td{background: #fff !important;}
.surveyResult table td{ border: 0 !important;}
.surveyResult table .tdbg td #LblSurveyName,.surveyQA #LblTitle{display: block;padding: 15px 0;font-size: 1.7142857em;color: #0261a9 !important;}
.surveyResult table table{ border: 0;}
.surveyResult #DivShowData{ text-align: center; overflow: hidden;}
.surveyResult #DivShowData span{ color: #d00 !important; display: block; padding-top: 20px; font-size: 16px; text-align: left;}
.surveyResult #DivShowData div.tdbg{ border-bottom: 1px solid #d8d8d8; text-align: left; padding: 0 20px 20px 50px !important;}

/* 默认问卷调查列表页模板 ---------------------------------------------- */
.surveyQA table{width: 100% !important;}
.surveyQA table td{ text-align: left;}
.surveyQA table table{ border: 0;}
.surveyQA table table td{ padding: 10px 20px; border-bottom: 1px dotted #d8d8d8;}
.surveyQA table td div{ padding-bottom: 20px;}