#picker-menu a.faqPicker{background-image:url(../../bundles/contaofaq/faq.svg)}
#picker-menu a.newsPicker{background-image:url(../../bundles/contaonews/news.svg)}
#picker-menu a.eventPicker{background-image:url(../../bundles/contaocalendar/calendar.svg)}
.questionheader {
	color: black;
	margin: 0.5em 0;
	padding: 0.5em 0;
}

.questionnumber {
	font-weight: bold;
}

.questiontitle {
}

.questiontype {
	font-weight: normal;
	color: #7f7f7f;
}

/* backend statistics details */

td.first {
	vertical-align: top;
}

table.tl_cumulated {
	border-collapse:collapse;
	border:  1px #666 solid;
}

.tl_cumulated td {
	border:  1px #666 solid;
	padding: 0.25em;
}

.tl_cumulated th {
	border:  1px #666 solid;
	background-color: #666;
	color: #fff;
	padding: 0.25em;
}

.constantsum td.counter {
	font-weight: bold;
	border-right: 0px;
}

.constantsum td.answer {
	border-left: 0px;
	text-align: right;
}

.constantsum td.selections {
	text-align: center;
}

.matrix td.counter, .multiplechoice td.counter {
	font-weight: bold;
	border-right: 0px;
}

.matrix td.answer, .multiplechoice td.answer {
	border-left: 0px;
	text-align: left;
}

.matrix td.selections, .multiplechoice td.selections {
	text-align: center;
}

#tl_navigation .group-surveys {
    background: url(../../bundles/hschottmsurvey/images/survey-outline.svg) 3px 2px no-repeat;
}
/* Icons header */
.header_export
{
  padding: 3px 0 3px 21px;
	background-image:url("../../bundles/hschottmsurvey/images/export.png");
	background-position:left center;
	background-repeat:no-repeat;
  margin-left: 15px;
}

.header_createtan
{
  padding: 3px 0 3px 21px;
	background-image:url("../../bundles/hschottmsurvey/images/createtan.png");
	background-position:left center;
	background-repeat:no-repeat;
  margin-left: 15px;
}

.header_invite
{
  padding: 3px 0 3px 21px;
  background-image:url("../../bundles/hschottmsurvey/images/invite.svg");
  background-position:left center;
  background-repeat:no-repeat;
  margin-left: 15px;
}
.header_invite_disabled
{
  padding: 3px 0 3px 21px;
  background-image:url("../../bundles/hschottmsurvey/images/invite-disabled.svg");
  background-position:left center;
  background-repeat:no-repeat;
  margin-left: 15px;
  color: gray;
}

.header_remind
{
  padding: 3px 0 3px 21px;
  background-image:url("../../bundles/hschottmsurvey/images/remind.svg");
  background-position:left center;
  background-repeat:no-repeat;
  margin-left: 15px;
}

.header_remind_disabled
{
  padding: 3px 0 3px 21px;
  background-image:url("../../bundles/hschottmsurvey/images/remind-disabled.svg");
  background-position:left center;
  background-repeat:no-repeat;
  margin-left: 15px;
  color: gray;
}

.tl_left.surveypage {
	line-height: normal;
}
.tl_left.surveypage img {
	vertical-align: text-top;
}

.tl_survey_results_categories {
	/*padding: 18px 15px 3px;*/
}

.tl_survey_results_categories, .tl_survey_results_cumulated {
	border-top:1px solid #e6e6e8;
}
.tl_survey_results_categories .tl_cumulated.multiplechoice {
	margin: 3px 18px 15px;
}

.w33 {
  width: calc(33% - 30px);
  float: left;
  min-height: 80px;
}

#tl_generate_survey_pin_tan .access_template {
  margin: 0 0 0 15px;
}
#tl_generate_survey_pin_tan .access_template h1 {
  color:#0080FF;
  margin-bottom: 15px;
}

#tl_participants_invite .access_template {
  margin: 0 0 0 15px;
}
#tl_participants_invite .access_template h1 {
  color:#0080FF;
  margin-bottom: 15px;
}
#tl_participants_invite .access_template ul li {
  list-style-type: square;
  list-style-position: inside;
  margin: 0 0 2px 0;
}

