html,body,div,dl,dt,dd,ul,p,blockquote,pre,th,td,form,fieldset,input,textarea
{
    margin:0;
	padding:0;
}

table
{
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img,abbr,acronym
{
	border:0;
}

ol,ul
{
	list-style:none;
	margin:0;
	padding:0;
}

caption,th
{
	text-align:left;
}

h1,h2,h3,h4,h5,h6
{
	font-family:Verdana, Arial, sans-serif;
	font-size:100%;
	font-weight:400;
	margin:0;
	padding:0;
}

input.text, textarea, textarea.textarea, select {
  font-family:Arial,Verdana,sans-serif;
  /* 2016-05-27 Fix Marcel: Set to 100% (previously 18px) to make it look similar to text inputs */
  font-size: 100%;
}

textarea {
	font-size:18px;
	max-width:90%;
    border: 1px solid #aaa;
    padding: 1px 3px;
    /* 2016-05-27 Marcel: Use larger textareas */
    width: 90%;
}

body
{
	background-color:#FFF;
	color:#333333;
	font-family:Verdana, Arial, sans-serif;
	font-size:14px;
	line-height:1.5;
}

h1
{
	font-size:130%;
	font-weight:700;
	line-height:120%;
}

#surveydata h1
{
	padding: 25px 0;
	font-size: 150%;
	color: #2c5c85;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	line-height: 160%;
}

h2,.printouttitle
{
	font-size:120%;
	font-weight:700;
	line-height:120%;
	margin:5px 0 15px;
}

h3
{
	font-size:110%;
	font-weight:700;
	margin:5px 0 10px;
}


table.register td
{
	text-align:left;
}

/* adjust list styles for survey texts */

.welcomenote ul, .questiontext ul, #surveyinfo ul, #privacynote ul, #assessment ul,  #surveydata ul, #completed ul, .success ul {
  list-style: disc inside;
  margin: 1%;
}
.welcomenote ol, .questiontext ol, #surveyinfo ol, #privacynote ol, #assessment ol,  #surveydata ol, #completed ol, .success ol {
    list-style: decimal inside;
    margin: 1%;
}

/* margin top/bottom for paragraphs */
#content-wrapper p {
  margin: 1% auto;
}

#outer-wrapper
{
	background-color:#fff;	
	margin:0 auto;
	max-width:988px;
	min-width:480px;
	padding:0;
	margin-bottom: 10px;
}

#header-wrapper
{
	border-bottom:1px solid #95adc2;
	padding:40px 0 20px 0;
	margin-bottom: 20px;
}

.header_left {
  float:left;
  width:300px;
  margin:0;
  padding:0;
}
.header_right {
  float:right;
  width:300px;
  margin:0;
  padding:0;
  text-align:right;
}
.header_middle {
  margin:0 auto;
  text-align:center;
}

#content-wrapper
{
	margin:0;
}



#footer-wrapper {
    border-top: 1px solid #DDDDDD;
	margin-top: 60px;
}

#footer {
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    font-size: 90%;
}

#footer-wrapper #footer a:link, a:visited {
    border-bottom: 1px dotted #999;
    color: #999;
    text-decoration: none;
}

#footer-wrapper #footer a:hover,a:focus
{
	text-decoration:none;
}

a:link, a:visited {
    border-bottom: 1px dotted #3ca4dc;
    color: #3ca4dc;
    text-decoration: none;
}

a:hover,a:focus
{
	text-decoration:none;
}

#loadbutton, #savebutton, .clearall, .saveall, .date p.question button.ui-datepicker-triggert {
		margin: 0 2px;
		max-width: 300px;
		white-space: pre-wrap; /* css-3 */
		white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
		white-space: -pre-wrap; /* Opera 4-6 */
		white-space: -o-pre-wrap; /* Opera 7 */
		word-wrap: break-word; /* Internet Explorer 5.5+ */
		background: #2c5c85;
		color: #FFF;
		border: 1px solid #2c5c85;
		font-weight: normal;
		font-size: 100%;
		padding: 10px 15px;
}

.clearall,.saveall
{
	font-size:18px;
	padding:1px 4px;
}

.surveylistheading
{
	font-weight:700;
}

#surveylist ul
{
	margin:20px 0;
}

#surveylist li.surveytitle
{
	padding:0 0 5px;
}

#surveylist li.surveytitle a
{
	font-size:120%;
	text-decoration:none;
}

#surveylist li.surveytitle a:hover
{
	text-decoration:underline;
}

.surveycontact
{
	margin:20px 0 0;
}

#surveylist .lang-wrapper
{
	margin:10px 0;
}

select.languagechanger {
	float: right;
}

/* 2016-09-21 languagechanger adjustments START */
.language-wrapper .form-group #langchanger-label
{
    float: left;
    padding-top: 0px;    
    padding-right: 10px;
}

.language-wrapper .form-group .col-sm-4
{
    float: right;
}

/* 2016-09-21 languagechanger adjustments END */

#surveyinfo
{
	margin:0 0 20px;
}

#surveyinfo h1
{
	padding: 25px 0;
	font-size: 150%;
	color: #2c5c85;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	line-height: 160%;
}

.welcomenote
{
	margin:20px 0;
}

.therearexquestions
{
	font-style:italic;
}

#privacynote
{
	background-color:#e1ecf7;
	font-size:95%;
	padding:20px;
}

#surveydata
{
	margin:0 0 20px;
}

#surveydata .surveydescription {
	color: #2c5c85;
	text-align: center;
	font-size: 110%;
	font-weight: normal;
}

#surveydata .lang-wrapper
{
	float:right;
	margin:5px 0 0;
}

#assessment
{
	border:1px solid #ccc;
	padding:10px;
}

.assessmentheading
{
	font-size:105%;
	font-weight:700;
	padding:0 10px 10px;
	text-align:center;
}

#assessments table
{
	width:100%;
}

#assessments table th
{
	padding:0 2px 5px;
	text-align:center;
}

#assessments table td
{
	padding:0 2px;
}

#completed
{
	margin:20px 0;
	padding:15px 50px 30px 50px;
	text-align:center;
}

.success
{
	color:#77ef87;
	font-size:110%;
	font-weight:700;
}

#saveall, #loadallbtn {
	float: left;
}

#clearall
{
	text-align:center;
}

#clearall span.answerscleared
{
	color:#ff0f0f;
	font-size:110%;
	font-weight:700;
}

/* UI buttons for longer Text */
button.ui-state-default,
input.ui-state-default {
	margin: 0;
	max-width: 300px;
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	background: #2c5c85;
	color: #FFF;
	border: 1px solid #2c5c85;
	font-weight: normal;
	font-size: 100%;
}

button.ui-state-default:hover,
input.ui-state-default:hover {
	margin: 0;
	max-width: 300px;
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	background: #2c5c85;
	color: #FFF;
	border: 1px solid #2c5c85;
	font-weight: normal;
	font-size: 100%;
}

.ui-state-hover .ui-icon, .ui-state-default .ui-icon,
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon,
.ui-state-hover .ui-icon, .ui-state-hover .ui-icon {
	background-image: url(images/ui-icons_ffffff_256x240.png);	
}

.regmessage1
{
	font-weight:700;
	margin:5px 0;
}

table.register
{
	margin-bottom:20px;
	margin-top:10px;
	text-align:left;
}

table.register td
{
	padding:3px;
}

#load .loadmessage,
#save .savemessage
{
	margin:5px 0;
}



/* 2016-09-21 Fix general layout when using captchas for saving/loading START */
#save .save-survey-captcha,
#save .save-survey-captcha .captcha-image,
#save .save-survey-captcha .save-survey-input,
#load .load-survey-captcha,
#load .load-survey-captcha .captcha-image,
#load .load-survey-captcha .captcha-input
{
    display: table-cell;
}

#save .save-survey-captcha .save-survey-input,
#load .load-survey-captcha .captcha-input
{
    padding: 10px;
}

#save .save-survey-captcha,
#load .load-survey-captcha
{
    padding-bottom: 10px;
}

#save .save-survey-form,
#load .load-survey-form
{
    padding-bottom: 20px;
}
/* 2016-09-21 Fix general layout when using captchas for saving/loading END */



.error,.errormandatory,.warningjs
{
	color:#E75041;
	font-size:95%;
	font-weight:normal;
	text-align: left;
}

/*----------------------------------------------------------------------------*/
/* Public Statistics */
#statsContainer { /* Container */
	font-family: Verdana, Arial, sans-serif;
}
#statsContainer .statsSurveyTitle { /* Main Title */
	text-align: left;
	padding: 25px 0;
	font-size: 150%;
	color: #2c5c85;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 160%;
}
#statsContainer .statsNumRecords {/* No of records in survey */
  font-size:110%;
  font-weight:700;
  text-align:left;
  padding: 10px 0px;
}
#statsHeader {
  padding: 0px 0px 10px;
}

div.fieldSummary {
  padding: 0;
  text-align: center;
  background-color: #D2E0F2;
}

div.questionTitle {
  padding: 0;
  font-weight: bold;
  background-color: #D2E0F2;
}


table.statisticstable {
  margin:15px auto 20px 0px;
  width: 100%;
  border-top: 1px solid #BBC6CC;
}

table.statisticstable td {
  line-height: 190%;
  border-bottom: 1px solid #BBC6CC;
}

table.statisticstable img {
  margin:10px auto;
}

table.statisticstable th {
	text-align: center;
	font-style: normal;
	font-weight: 700;
	font-size: 120%;
	padding: 15px 20px;
}

table.statisticssummary {
}

table.statisticssummary thead tr th {
	font-size: 110%;
	text-decoration: underline;
	padding-bottom: 5px;
}

table.statisticssummary tbody {
	line-height: 20px;
}

table.statisticssummary tbody tr td {
	padding-left: 20px;
}


/*----------------------------------------------------------------------------*/

#group-wrapper h3.groupname
{
	padding:20px 0px;
	border-top: 1px solid #95adc2;
	border-bottom: 1px solid #95adc2;
	text-align: center;
	font-size: 140%;
	color: #2c5c85;
	margin: 60px 0 30px 0;
}

#group-wrapper .groupdescription
{
	margin:0 0 20px;
	padding-left: 10px;
}

.question-wrapper
{
	margin:0 0 30px 0;
}

div.questiontext
{
	background-color: #2c5c85;	
	font-size: 110%;
	font-weight:700;
	padding: 12px 50px 7px 25px;
	color: #FFF;
	font-weight: normal;
}

span.questionhelp,
div.questiontext div.questionhelp
{
	display:block;
	font-size:90%;
	font-style:italic;
	font-weight:400;
	margin-top:5px;
	background: transparent;
	color: #FFF;
	padding: 0;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

div.questiontext .errormandatory
{
	text-align:left;
}

div.answer
{
	margin: 0 0 10px 7px;
	background: #e1ecf7;
	padding: 20px 25px 20px 25px;
	margin: 0;
}

div.answer img
{
	float:none;
	vertical-align: middle;
}

div.questionhelp
{
	font-size:90%;
	font-style:italic;
	padding: 0 15px 15px 15px;
	background: #e1ecf7;
	color: #2c5c85;
	line-height: 200%;
}


div.questionhelp img
{
	float:left;
	margin-right: 15px;
	margin-bottom: 3px;
	vertical-align: middle;
	max-width: 24px;
	height: auto;
}

#navigator
{
	margin:60px 0 0;
	padding:20px 0px;
	border-top: 1px solid #95adc2;
}

#navigator #left
{
	float:left;
	margin:0;
	padding:0;
	text-align:left;
	width:300px;
}

#navigator #right
{
	float:right;
	margin:0;
	padding:0;
	text-align:right;
	/*width:300px;*/
}

#navigator #middle
{
	margin:0 300px;
	text-align:center;
}


/* START: Printout Page */

#exportbutton {
	position: relative;
	cursor: pointer;
	font-family: Verdana, Arial, sans-serif;
	margin: 0 2px;
	max-width: 300px;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	background: #2c5c85;
	color: #FFF;
	border: 1px solid #2c5c85;
	font-weight: normal;
	font-size: 100%;
	padding: 10px;
}

.printouttitle { /* see h1 */
  display:block;
  margin-top: 40px;
}

.printouttable {}
.printouttable th {
  border:1px solid #ccc;
  padding:3px;
}
.printouttable td {
  border:1px solid #ccc;
  vertical-align:top;
  padding:3px;
}
.printouttable td:first-child {
  background-color:#FFF;
  border-color:#ccc;
  text-align: left;
}

tr.printanswersgroup {
	color: #000;
	font-style: normal;
	font-weight: 700;
	font-size: 17px;
	text-align: center;
}

tr.printanswersgroup td {
		padding: 30px 0 2px 0;
		border: 0;
}

tr.printanswersquestionhead {
	color: #000;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center;
}

tr.printanswersquestionhead td {
	border: 0;
	padding: 25px 0 2px 0;
}

tr.printanswersquestion td {
}
/*----------------------------------------------------------------------------*/

p#tokenmessage
{
	margin:5px 0;
}

#tokenform ul
{
	margin-bottom:20px;
	margin-top:10px;
}

#tokenform ul li
{
	vertical-align:middle;
}

#token,#captchaimage
{
	margin:3px 5px;
}

.numeric-multi .answer ul li label,.numeric-multi .answer ul li span.input,.numeric-multi .answer ul li div.slider_lefttext,.numeric-multi .answer ul li label.slider-label,.numeric-multi .answer ul li div.multinum-slider,.numeric-multi .answer ul li div.slider_righttext,.multiple-opt-comments .answer ul li span.option,.multiple-opt-comments .answer ul li span.comment,.multiple-short-txt .answer ul li label,.multiple-short-txt .answer ul li span
{
	display:block;
}

.numeric-multi .answer ul
{
	display:table;
}

.numeric-multi .answer ul li
{
	display:table-row;
}

.numeric-multi .answer ul li label,.numeric-multi .answer ul li div.slider_lefttext,.numeric-multi .answer ul li label.slider-label,.numeric-multi .answer ul li div.multinum-slider,.numeric-multi .answer ul li div.slider_righttext
{
	display:table-cell;
	vertical-align:middle;
}

.numeric-multi .answer ul li label,.multiple-opt-comments .answer ul li span.option,.multiple-short-txt .answer ul li label
{
	padding:3px 10px 3px 0;
}

.numeric-multi .answer ul li span.input,.numeric-multi .answer ul li.multiplenumerichelp span,.multiple-opt-comments .answer ul li span.comment,.multiple-short-txt .answer ul li span
{
	padding:3px;
}

input.text,.array-multi-flexi-text tbody td label input,.array-multi-flexi tbody td input,.date p.question input,.numeric-multi li.multiplenumerichelp input.good,.numeric-multi li.multiplenumerichelp input.problem,.numeric-multi .answer ul li span.input input
{
	padding:1px 3px;
}

.numeric p.question input.text,.numeric-multi li.multiplenumerichelp input,.numeric-multi .answer ul li span.input input
{
	text-align:right;
}

.gender .answer ul li,
.yes-no .answer ul li,
.multiple-opt .answer ul li,
.choice-5-pt-radio .answer ul li,
.list-radio .answer ul li,
.list-with-comment .answer .list ul li {
    margin-bottom:6px;
	position:relative;
	text-align:left;
	display: table-row;
}

.gender .answer ul li input.radio,
.yes-no .answer ul li input.radio,
.multiple-opt .answer ul li input.checkbox,
.choice-5-pt-radio .answer ul li input.radio,
.list-radio .answer ul li input.radio,
.list-with-comment .answer .list ul li input.radio {
	left:0;
	position:absolute;
    /* 2015-03-28 MM: Fix auto-scrolling
    top:5px; */
    display: table-cell;
	vertical-align: top;
}

.gender .answer ul li label.answertext,
.yes-no .answer ul li label.answertext,
.multiple-opt .answer ul li label.answertext,
.choice-5-pt-radio .answer ul li label.answertext,
.list-radio .answer ul li label.answertext,
.list-with-comment .answer .list ul li label.answertext {
	margin-left: 10px;
	display: table-cell;
	vertical-align: top;
	padding: 10px 0 0 7px;
}

.multiple-opt-comments .answer ul li span.option
{
	padding-left:0px;
}

.multiple-opt-comments .answer ul li.other span.option
{
	padding-left:0;
}

.multiple-opt-comments .answer li span.option input.checkbox
{
	float:left;
	margin-left:-20px;
}

p.tip
{
	font-size:85%;
	font-style:italic;
}

p.problem
{
	color:#ff0f0f;
}

.answer input,.answer button,.answer select
{
	font-size:100%;
	max-width:98%;
    border: 1px solid #aaa;
    padding: 1px 3px;
}

table.question
{
	width:100%;
}

table.question thead th
{
	padding:2px 5px;
	text-align:center;
	vertical-align:bottom;
	font-weight: 400;
}

table.question tbody th.answertext
{
	padding:5px 7px;
	vertical-align:middle;
}

table.question tbody td
{
	padding:3px 5px;
	text-align:center;
	vertical-align:middle;
}

table.question tbody th.answertext,.array-flexible-column tbody th.arraycaptionleft,.array-flexible-row tbody th.answertextright
{
	font-weight:400;
}

table.question tbody .array1,.array-flexible-column table.question .odd
{
	background-color:#ccd7e2;
}

table.question tbody .array2,.array-flexible-column table.question .even
{
	background-color:#e1ecf7;
}

table.question tbody tr.array1:hover,table.question tbody tr.array2:hover
{}

.array-flexible-column tbody th.arraycaptionleft,.array-flexible-row tbody th.answertextright
{
	padding:7px;
	text-align:left;
}

.array-flexible-duel-scale thead .groups
{
	background-color:#e1ecf7;
}

.array-flexible-duel-scale tbody td.ddprefix
{
	text-align:right;
}

.array-flexible-duel-scale tbody td.ddsuffix
{
	text-align:left;
}

.array-flexible-duel-scale tbody td select
{
	margin:2px 1px;
}

#content-wrapper .date p.tip
{
	padding-top:6px;
}

input.hasDatepicker{
	color: #333;
}

.numeric p.tip
{
	margin-top:5px;
}

.numeric-multi p.tip
{
	margin-bottom:5px;
}

.numeric-multi li.multiplenumerichelp input.good
{
	background-color:#77ef87;
}

.numeric-multi li.multiplenumerichelp input.problem
{
	background-color:#ff0f0f;
}

.numeric-multi .answer li span.input,.numeric-multi .answer li.multiplenumerichelp span
{
	text-align:left;
}

.numeric-multi .answer ul li label.slider-label
{
	font-size:100%;
	padding:0 15px 0 0;
	vertical-align:middle;
}

.numeric-multi .answer ul li div.slider_lefttext
{
	font-size:90%;
	padding:0 15px 0 0;
	text-align:right;
	vertical-align:middle;
}

.numeric-multi .answer ul li div.slider_righttext
{
	font-size:90%;
	padding:0 0 0 15px;
	text-align:left;
	vertical-align:middle;
}

.numeric-multi .answer ul li div.multinum-slider
{
	vertical-align:middle;
}

.ranking table td.label select.select
{
	margin-top:5px;
}

.ranking table td.output table td
{
	padding:2px 3px;
}

.list-with-comment p.comment
{
	margin-top:5px;
}

.list-with-comment p.comment label
{
	display:block;
	vertical-align:top;
}

.list-with-comment p.comment textarea.textarea
{
	margin-top:5px;
}

.multiple-short-txt .answer li span
{
	text-align:left;
}

.ui-wrapper
{
	border:1px solid #50A029;
}

.ui-wrapper input,.ui-wrapper textarea
{
	border:0;
}

.ui-slider
{
	height:9px;
	margin:25px 0 8px;
	width:200px;
}

.ui-slider .ui-slider-handle
{
	background-image:url(slider-handle.png);
	height:23px;
	left:0;
	position:absolute;
	top:-8px;
	width:12px;
}

.ui-state-default,.ui-widget-content .ui-state-default
{
	background-color:transparent;
	border:none;
}

.slider_callout
{
	font-size:85%;
	font-weight:400;
	height:20px;
	margin-left:0px;
	overflow:hidden;
	position:absolute;
	text-align:left;
	top:-20px;
	width:100px;
}

.slider_showmin,.slider_showmax
{
	float:left;
	font-family:Verdana, Arial, sans-serif;
	font-size:80%;
	font-weight:400;
	margin:15px 0 0;
	text-align:left;
	width:50px;
}

.slider_showmax
{
	float:right;
	text-align:right;
}

.ui-widget-content {
	border: 1px solid #2c5c85;
}

/* 2016-09-21 Nicer slider layout START */
.withslider .slider-selection {
  position: absolute;
  background-image: -webkit-linear-gradient(top, #eee 0%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 0%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 0%, #ccc 100%);
  background-repeat: repeat-x;
  /* 2016-08-29 Marcel: validation fehler  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eee', endColorstr='#ccc', GradientType=0); */
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

.withslider .slider.slider-horizontal .slider-handle {
    margin-top: 0px;
}

/* 2016-09-21 Nicer slider layout END */

/* error stuff 

span.hide-tip div.error {
    color: #FF00FF;
}


.error, .errormandatory, .warningjs, .mandatory, .input-error, .input-error span.hide-tip div.error
{
	color:#ff0f0f;
	font-size:95%;
	font-weight:700;
	text-align: left;
}
*/

/* Expression Manager warnings 
.hide-tip				added if you use the hide_tip option 
.em_num_answers			for for min_answers and max_answers 
.em_value_range			for min/max_num_value_n and multiflexible_min/max 
.em_sum_range			for min/max/equals_num_value 
.em_regex_validation	for regular-expression validation of the question 
.em_q_fn_validation		for the em_validation_q option 
.em_sq_fn_validation	for the em_validation_sq option 
.em_other_comment_mandatory		for other_comment_mandatory option - shows when "other" is selected but associated comment is missing.

General warnings		
.mandatory				the question is mandatory 
.input-error			the question had at least one validation error 
.tip					small help text e.g. for numeric questions ("Only number may be inputted") or ranking questions	 

*/
.em_num_answers, .em_value_range, .em_sum_range
{
    color: #555555;
    font-size: 95%;
    font-style: italic;
    font-weight: 400;
}

div.em_q_fn_validation, div.em_sq_fn_validation
{
    color: #555555;
    font-size: 95%;
    font-style: italic;
    font-weight: 700;
}

input.text {
	color: #333333;
}

.tip 
{
	color: #555555;
    font-size: 90%;
    font-style: italic;
    font-weight: 400;
}

button.ui-datepicker-trigger {
	color: #333;
}

.good 
{
 /*color: #8BC34A;*/
}



#save .error
{
	color:#ff0f0f;
	font-size:110%;
	font-weight:700;
}



/* II / 1.		*/
.question tr.headings th {
    padding: 2px 5px;
    text-align: center;
	font-weight: normal;
}



/* II / 2.		*/
.numeric-multi li.multiplenumerichelp span {
	text-align: center;
	background: transparent none;
}

.numeric-multi li.multiplenumerichelp span span {
	display: inline;
	padding: 0;
}

.numeric-multi ul li span {
    display: table-cell;
    padding: 0.3em 0 0 1em;
    vertical-align: baseline;
    white-space: nowrap;
}
 
 
 
/* II / 5.		*/

/* Question Index */

#index
{	
  margin-top: 20px;
}

#index h2 {
  padding: 1em;
  background: #e1ecf7;
  text-align: center;
  color: #333333;
  margin: 0px;
}

#index h3 {
	margin: 0.5em 0 0 0.5em;
}

 /* 2016-09-20 Improve question index */
#index li.row {
    padding-left: 10px;
    border-bottom: 1px solid #A9A9A9;
}

#index .container {
  width: 50%;  
  background: #FFFFFF;
  color: #000000;
}

#index .container .row {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  border-top: 1px solid #fff;
}

#index .container .row:hover {
  text-decoration: none;
  cursor: pointer;
  color: blue;
}

#index .container .row .hdr {
  width: 3em;
  text-align: right;
  display: inline-block;
  padding: 0 0.5em 0 0;
}

#index .container .row.odd { background: #B4D8E1; }
#index .container .row.current { background: #2c5c85; color: #fff; }
#index .container .row.missing { background: #CC0000; color: #fff; }
#index .container button.submit { margin: 1em 0; }

#index .container input.submit {
	margin: 0;
	margin-top: 10px;
	max-width: 300px;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	background: #2c5c85;
	color: #FFF;
	border: 1px solid #2c5c85;
	font-weight: normal;
	font-size: 100%;
	padding: .4em 1em;
}

#index .container .answer
{
	margin: 0;
	padding: 0;
}

/* II / 11.		*/
.hide {
  font-weight: normal;
  position: absolute;
  top: -9999px;
  left: -9999px;
}


/* II / 12.		*/
.array-flexible-duel-scale tbody td.dual_scale_separator {
    margin: 0;
    padding: 0;
}

.array-flexible-duel-scale tbody td.ddarrayseparator {
    margin: 0;
    padding: 0;    
}

.array-flexible-duel-scale tbody td.ddarrayseparator, 
.ddarrayseparator, 
.array-flexible-duel-scale .answer table.question thead tr td:last-child,
.array-flexible-duel-scale .header_separator,
.array-flexible-duel-scale tbody td.dual_scale_separator
 {
    margin: 0;
    padding: 0;
    background-color: #e1ecf7; 
    width: 0.1%;
}

/* II / 3.		*/
/* taken from default template */
/* Tips / Validation Messages */
/* If the question is invalid, but has not been submitted, give it a pleasant (red) warning color */
div.em_num_answers.good {
 color: #FFF;
 font-weight: normal;
 font-size: 95%;
}

div.em_num_answers.error {
  color: #E75041;
  display: block;
}

div.em_value_range.good {
  color: #05dc00;
}
div.em_value_range.error {
  color: red;
  display: block;
}

div.em_sum_range.good {
  color: #05dc00;
}
div.em_sum_range.error {
  color: #E75041;
  display: block;
}

div.em_regex_validation {
  display: none;
}
div.em_regex_validation.good {
  color: green;
}
div.em_regex_validation.error {
  color: red;
}

div.em_q_fn_validation.good {
  color: #8BC34A;
}
div.em_q_fn_validation.error {
  color: red;
}

div.em_sq_fn_validation.good {
  color: green;
}
div.em_sq_fn_validation.error {
  color: red;
}

div.em_other_comment_mandatory.good {
  display: none;
}
div.em_other_comment_mandatory.error {
  color: red;
  display: block;
}

input.em_sq_validation.good, textarea.em_sq_validation.good {
}

input.em_sq_validation.error, textarea.em_sq_validation.error {
  color: black;
  background-color:  pink;
}

span.dynamic_sum {
  font-weight: bold;
  background-color: #d3d3d3;
}
span.dynamic_sum.good {
  color: green;
}
span.dynamic_sum.error {
  color: red;
}

span.dynamic_remaining {
  font-weight: bold;
  background-color: #d3d3d3;
}
span.dyanamic_remaining.good {
  color: green;
}
span.dynamic_remaining.error {
  color: red;
}

.answer li.multiplenumerichelp span.dynamic_sum, 
.answer li.multiplenumerichelp .dynamic_sum span, 
.answer li.multiplenumerichelp span.dynamic_remaining  {
	text-align: center;
}

/* If  it is still invalid after submit, flag it in red */
.input-error div.error {
  color: #E75041;
  display: block;
}

span.hide-tip div.good {
    display: none;
}

span.hide-tip div.error {
    color: red;
}

.input-error span.hide-tip div.error {
    color: red;
    display: block;
}

/* 2015-08-11: Fix additional help text line */
div.questiontext div.questionhelp.hide-tip
{
    display: none;
}


/* adjust progress bar */

#progress-wrapper .ui-widget-header {
  background-color:#2c5c85;
  background-image:none;
  border:1px solid #2c5c85;
}


.gender .answer ul li, .yes-no .answer ul li, .multiple-opt .answer ul li, .choice-5-pt-radio .answer ul li, .list-radio .answer ul li, .list-with-comment .answer .list ul li {
    margin-bottom: 6px;
    position: relative;
    text-align: left;
}

.gender .answer ul li input.radio, .yes-no .answer ul li input.radio, .multiple-opt .answer ul li input.checkbox, .choice-5-pt-radio .answer ul li input.radio, .list-radio .answer ul li input.radio, .list-with-comment .answer .list ul li input.radio {
    left: 0;
    position: absolute;
    top: inherit;
}




/* CSS for imagetick JS for disabled checkboxes */                                                                                                      
img.checkboxes.disabled {
	opacity:0.4;
	filter:alpha(opacity=40);
}




/* Ranking feature at LS2 */
.dragDropTable .dragDropChoices, .dragDropTable .dragDropRanks 
{  
    border: 1px solid #333;
    margin: 5px 0 0;
}

.dragDropTable ul.dragDropChoiceList li, .dragDropTable ol.dragDropRankList li {
    background-color:#FFF;
    border: 2px solid #2c5c85;
    clear: both;
    cursor: move;
    font-weight: normal;
    margin: 0 3px 3px;
    min-height: 1.3em;
    padding: 3px;
    color: #333;
}

.dragDropTable .columns2 .dragDropRanks ol li.choice {
    background-color:#2c5c85;
    border: 2px solid #FFF;
    clear: both;
    cursor: move;
    font-weight: normal;
    margin: 0 3px 3px;
    min-height: 1.3em;
    padding: 3px;
    color: #FFF;	
}

.dragDropRanking .answer .ranking-answers .dragDropTable .dragDropChoices,
.dragDropRanking .answer .ranking-answers .dragDropTable .dragDropRanks
{
    margin-right: 10px;
}


/* 2013-03: Support for multiple columns at multiple choice questions */
ul.cols-2-ul,ul.cols-3-ul,ul.cols-4-ul,ul.cols-5-ul,ul.cols-6-ul,ul.cols-7-ul,ul.cols-8-ul
{
	display:inline-block;
	margin-left:0;
	margin-right:0;
	padding-left:0;
	padding-right:0;
	vertical-align:top;
}

ul.cols-2-ul
{
	width:49%;
}

ul.cols-3-ul
{
	width:32%;
}

ul.cols-4-ul
{
	width:24%;
}

ul.cols-5-ul
{
	width:19%;
}

ul.cols-6-ul
{
	width:16%;
}

ul.cols-7-ul
{
	width:14%;
}

ul.cols-8-ul
{
	width:12%;
}

ul.cols-2-ul li,ul.cols-3-ul li,ul.cols-4-ul li,ul.cols-5-ul li,ul.cols-6-ul li,ul.cols-7-ul li,ul.cols-8-ul li
{
	padding-right:5px;
}



/*----------------------------------------------------------------------------*/
/* Upload files button */
a.upload {
	padding: 0.3em 0.5em;
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	border-radius: 4px;
	text-decoration: none;
}

a.upload:hover {
	text-decoration: none;
}


.boilerplate .answer, .boilerplate .questionhelp
{
    display: none;
}



                /* LIMESURVEY 2.50 ADJUSTMENTS */
                
/* additional Bootstrap classes for hiding elements of QT "Array numbers" */
/* 2016-09-21 extended below list */
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block,
.visible-xs, .visible-sm, .visible-md, .visible-lg
{
  display: none !important;
}

/* Navigator Fix */
#navigator div .col-sm-4 {
	width: auto;
}
#navigator .hidden {
	display: block !important;
}

/* additional Bootstrap classes for hiding elements of QT "Array texts" */
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

/* Progress Bar */

.progress {
    overflow: hidden;
    height: 21px;
    margin-bottom: 21px;
    background-color: #ecf0f1;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 0px;
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 13px;
    line-height: 21px;
    color: #ffffff;
    text-align: center;
    background-color: #2c3e50;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
    text-transform: uppercase;
}

.percentcomplete {
	margin-top: 20px;
}


/* 12 arrayDS Array (Dual Scale) / 13 arrayDS2 Array (Dual Scale) 2 */

.array-flexible-duel-scale tr:nth-child(odd)  { background-color: transparent; }
.array-flexible-duel-scale tr:nth-child(even)  { background-color: #ccd7e2; }

.array-flexible-duel-scale tr.header_row {
	background-color: transparent !important;
}


/* 16 textShort2 Short free text 2 */

.form-group
{
   display: table-row;
}
.prefix, .suffix
{
   display: table-cell;
}
.short-free-text .prefix {}
.short-free-text .suffix {}
.text-short input.text {
	
    min-width: 400px;
}


/* 5pt choice questions */

div.answer-item
{
   display: table;
}
div.label-text
{
   display: table-cell;
}


/* 22 date Date */

div.date .answer select {
	float: left;
	color: #333;
}
.gender-button .hidden {
	display: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-addon {
    padding: 8px 15px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1;
    color: #2c5c85;
    text-align: center;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell !important;
}

.input-group.date input {
	max-width: 100%;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: normal;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}


/* 23 date2 Date */


div.date-item {
	display: block;
}


/* 25 upload Please upload a file */

.help-block {
	display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #597ea2;
}


/* 29 listDd List (dropdown) */

div.list-dropdown div.answer p select {
	margin: 0 0 10px 0;
}


/* 30 listRadio List (radio) */

.othertext-label-checkox-container {
    display: inherit !important;
}

.pull-left {
	float: none;
	display: inline;
}


/* 34 multiNumInput Multiple numerical input */

.multiple-choice-with-comment.table, .table-multi-num.table {
    table-layout: auto;
    width: initial;
}

.text-right {
	text-align: right;
}

label {
	display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
}


/* 41 multiOptions2Multiple options 2 */

.col-sm-4 {
    width: 33.33333333%;
    float: left;
}


/* 42 multiOptionsCom Multiple options with comments */

.checkbox-text-item div.label-text {
	display: inline;
}

.no-label {
	font-weight: normal;
}


/* 43 multiShortText Multiple short text / 44 multiShortText2 Multiple short text 2 */

.form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 30px;	
}

.multiple-short-txt input,
.multiple-short-txt textarea {
	min-width: 400px;
    margin-top: 10px;
    
    
}


/* Slider Questions */

div.slider-list .col-sm-12,
div.slider-list .col-xs-12 {
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

div.slider-list .col-sm-6 {
	width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

div.slider-list .col-sm-3 {
	width: 25%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

div.slider-list .row {
    margin-left: -15px;
    margin-right: -15px;	
}

div.slider-list .pull-left {
	float: left !important;
	display: inline;
}

div.slider-list .pull-right {
	float: right !important;
}

.withslider {
	margin-bottom: 30px;
}

div.slider-list label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}

div.slider-list .slider-container {
    margin-top: 3.5em;
    margin-bottom: 2.5em;
}

div.slider-list .slider-left-span {
	text-align: right;
}

div.slider-list .slider.slider-horizontal {
	width: 100%;
    margin-bottom: 1em;
}

div.slider-list .form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #2c3e50;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #dce4ec;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.tooltip {
	position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 13px;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip-arrow {
	position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    display: none;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    background-color: #000000;
    border-radius: 4px;
}

.tooltip-min,
.tooltip-max {
	display: none !important;
}

.slider .tooltip.top {
	margin-top: -26px !important;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #597ea2;
}

.label-default {
	font-size: 90%;
    background-color: #bbb;
}

span.dynamic_remaining {
	background-color: transparent;
}


/* Radiobuttons image position fix */

div.radio-item img,
div.gender-button img,
div.yes-no img {
	margin-top: -4px;
}


/* Checkbox image position fix */

.checkbox-item img {
	margin-top: -3px;
}


/* Questionhelp */

.alert-info {
	background-color: #3498db;
    border-color: #3498db;
    color: #ffffff;
}
.alert {
    padding: 0 !important;
    border: 1px solid transparent;
    border-radius: 4px;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('fonts/glyphicons-halflings-regular.eot');
  src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}

.array-flexible-duel-scale .no-more-tables-array-dual,
.array-flexible-duel-scale .no-more-tables-array-dual-dropdown-layout {
	text-align: right !important;
}


/* END: Question Type Fixes */


/* Mandatory Questions */
.input-error {
    border: 2px solid #E75041;
}
span.asterisk
{
    color:#E75041;
    font-family:Verdana;
	font-size:120%;
	letter-spacing:1px;
    font-weight: 700;
}
.asterisk {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.asterisk:before {
    content: "\f069";
    content: "\002a";
}
.label-danger {
    color: #E75041;
    font-size: inherit;
    white-space: inherit;
}


/* 2016-05-27 Marcel: General fixes for date popup question, CSS taken from default template */
.date .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 15px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
}
.date .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.date .dropdown-menu .divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.date .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #7b8a8b;
  white-space: nowrap;
}
.date .dropdown-menu > li > a:hover,
.date .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #2c3e50;
}
.date .dropdown-menu > .active > a,
.date .dropdown-menu > .active > a:hover,
.date .dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #2c3e50;
}
.date .dropdown-menu > .disabled > a,
.date .dropdown-menu > .disabled > a:hover,
.date .dropdown-menu > .disabled > a:focus {
  color: #b4bcc2;
}
.date .dropdown-menu > .disabled > a:hover,
.date .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}
.open > .date .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.date .dropdown-menu-right {
  left: auto;
  right: 0;
}
.date .dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #b4bcc2;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}



/* Customization for Blue Circle */
.date .dropdown-menu .datepicker table td.active
{
	background-color: #2c5c85;
}
.date .dropdown-menu .datepicker table td:hover
{
	background-color: #e1ecf7;
}


.date .dropdown-menu .datepicker table thead th.previous,
.date .dropdown-menu .datepicker table thead th.next
{
	color: #2c5c85;
}

.date .dropdown-menu .datepicker table thead
{
	color: #2c5c85;
}


/* 2016-05-27 Marcel: General fixes for date DROP DOWN question */
.date .dropdown-item select.form-control
{
	padding: 5px;
	margin-right: 5px;
    margin-left: 5px;
}



/* 2016-05-27 Marcel: dirty IE fix for "other" text field aligned on top */
.list-radio .answer .radio-list input.text
{
	margin-top: 5px !important;
}

/* 2016-05-27 Marcel: show cursor for clickable labels and custom radio/checkbox elements */
.label-clickable:hover,
.answer-item img.radio,
.answer-item img.checkboxes
{
    cursor: pointer;
}

/* 2016-05-27 Marcel: Fix "Remaining/Total" display for multiple numeric */
.numeric-multi .numeric-list .table-multi-num tr:not(.numeric-item)  .multiplenumerichelp 
{ 
    margin-top: -10px;
    float: none !important;
}
.numeric-multi .numeric-list .table-multi-num tr:not(.numeric-item) td
{ 
    text-align: center;
}

/* 2016-05-27 Marcel: Fix "Remaining/Total" display for sliders */
.numeric-multi .slider-list .multiplenumerichelp
{
	text-align: center;
}

/* 2016-05-27 Marcel: Dirty hack for same chechbox -> label margin at multiple opt with comments */
.multiple-opt-comments table.multiple-choice-with-comment td.checkbox div.label-text
{
	margin-left: -8px;
}

/* 2016-05-27 END */

/* 2016-06-13 Hide duplicate elements caused by today's update */
.visible-xs-block 
{
    display: none !important;
}

 p.warningjs { display: none; }
 
 /* fixing table row alignment at IE */
 .array-flexible-duel-scale table.question
 {
     table-layout: fixed;
 }
 /* 2016-09-20 Fix large middle/empty column */
.array-flexible-duel-scale .no-more-tables-array-dual-dropdown-layout .dropdown-list
{
    table-layout: inherit;
}

 /* 2016-11-28 Fix "large middle/empty column"other" input field margin */
#limesurvey .multiple-opt .answer input.text
{
    margin-left: 10px;
    margin-top: 5px;
}

/* START: Clearfix */
.clearfix:after {
  content:"."; 
  display:block; 
  height:0; 
  clear:both; 
  visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */
/* END: Clearfix */

                                                                                                                                                                                                                                                                                        