                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                /*----------------------------------------------------------------------------*/
/* START: CSS reset */
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:Arial,Helvetica,sans-serif;
	font-size:100%;
	font-weight:400;
	margin:0;
	padding:0;
}

textarea, textarea.textarea { font-family:Arial,Helvetica,sans-serif; }

select{ font-family:Arial,Helvetica,sans-serif; }


/* END: CSS reset MM */
/*----------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------*/
/* START: General layout */
body
{
	background-color:#ebeef6;
	color:#000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
}

h1,.printouttitle
{
	font-size:170%;
	font-weight:700;
	margin:5px 0 20px;
}

h2
{
	font-size:150%;
	font-weight:700;
	margin:5px 0 15px;
}

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

a:link,a:visited
{
	color:#5670A1;
}

.hide {
  display:none;
}

/* END: General layout */
/*----------------------------------------------------------------------------*/


#surveylist,#register,#load,#save,.printouttable th,p.captcha,#tokenform ul li
{
	text-align:center;
}

table.register,#load table,#save table
{
	margin:0 auto;
}

#outer-wrapper
{
	background-color:#fff;
	margin:0 auto 10px;
	width:1000px;
    box-shadow: 0 0 10px #000000;
}

#header-wrapper
{
    border-bottom: 1px solid #3399FF;
    margin: 0 10px 20px;
    padding: 10px 0;
}

.header_left
{
	float:left;
	margin:0;
	padding:15px 0 0 15px;
	width:300px;
}

.header_right
{
	float:right;
	margin:0;
	padding:0;
	text-align:right;
	width:300px;
}

.header_middle
{
	margin:0 300px;
	text-align:center;
}

#content-wrapper
{
	line-height:1.5;
	padding:0 10px;
}

#footer-wrapper
{
	padding:30px 10px 20px;
	text-align: center;
}

#surveylist h1,#surveyinfo h1,#surveydata h1,.printouttitle,#load h1,#save h1
{
	color:#333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:20px;
	padding:5px 0;
}

#loadbutton,#savebutton,input.submit
{
	padding:1px 7px;
}

.date p.question button.ui-datepicker-trigger {
  height:24px;
  vertical-align:bottom;
}

.clearall,.
{
	font-size:95%;
	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;
}

#surveyinfo
{
	margin:0 0 20px;
}

.welcomenote
{
	margin:20px 0;
}

.therearexquestions
{
	font-style:italic;
}

#privacynote
{
	font-size:85%;
	padding: 10px;
	border-radius: 7px;
    background-color: #B4D8E1;
}

#surveydata
{
	margin:0 0 20px;
}

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

#assessment
{
	margin:20px 0;
	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 10px 30px;
	text-align:center;
}

.success
{
	color:#13cb0e;
	font-size:110%;
	font-weight:700;
}

#clearall
{
	margin:20px 0;
	padding:25px 10px 30px;
	text-align:center;
}

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

.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;
}

#load table,#save table
{
	margin-bottom:20px;
	margin-top:10px;
	text-align:left;
}

#load table table,#save table table
{
	margin:0;
}

#load td,#save td
{
	padding:3px;
}

.error,.errormandatory,.warningjs
{
	color:#ff3300;
	font-size:100%;
	font-weight:400;
	text-align:center;
}


/*----------------------------------------------------------------------------*/
/* Public Statistics */
#statsContainer { /* Container */
	font-family:Arial,Helvetica,sans-serif;
}
#statsContainer .statsSurveyTitle { /* Main Title */
	text-align: left;
	color: gray;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 20px;
	padding: 5px 0;
	font-weight: 700;
	margin: 5px 0 25px 0;
}
#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;
	color: #5670A1;
}

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

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


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


#group-wrapper h3.groupname
{
	font-size:16px;
}

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

.question-wrapper
{
	margin:5px 0 20px;
	padding: 5px;
	border: 1px solid #efefef;
	border-radius: 7px;
}

.question-wrapper .answer table.question
{
/*	table-layout: fixed;*/
	word-wrap: break-word;
}

div.questiontext
{
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	background-color:#B4D8E1;
	color:#333;
	font-size:110%;
	margin:0 0 15px;
	padding:2px 10px;
    font-weight: 700;
}

span.questionhelp
{
	display:block;
	font-size:90%;
	font-style:italic;
	font-weight:400;
	margin-top:5px;
}

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


.questionhelp .error {
  text-align:left;
}

div.answer
{
	margin:0px 5px 10px 5px;
}

div.answer li span textarea.textarea {
  vertical-align:middle;
}

div.questionhelp
{
	font-size:90%;
	font-style:italic;
  margin-left: 20px;
}

div.questionhelp img
{
	float:none;
	margin:1px 5px 5px 0;
	vertical-align:middle;
  margin-left: -15px;
}


/* START: Navigator */
#navigator
{
	margin:30px 0 0;
}

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

}

#navigator #right
{
	float:right;
	margin:0;
	padding:0;
	text-align:right;
	width:250px;

}

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



/* Move next & prev buttons */

input.submit,
#movenextbtn,
#moveprevbtn {}

input.submit {}
#movenextbtn { margin-left: 5px; }
#moveprevbtn {}

a.submit,
a.saveall,
a.clearall {
    margin: 0;
    padding: 0;
    color: #000000;
    border: 1px solid #A0A0A0;
	max-width: 250px;
	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+ */
    font-size: 85%;
    font-family: Verdana,Arial,sans-serif;
}


/* Save All button */
.saveall {

}


input.saveall, .saveall {
    margin: 0;
    padding: 0;
    color: #000000;
    border: 1px solid #A0A0A0;
    max-width: 250px;
    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+ */
    cursor: pointer;
    font-size: 85%;
    padding: .4em 1em;
    border-radius: 4px;
    background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    font-family: Verdana,Arial,sans-serif;
}

input.saveall:hover, .saveall:hover {
    background: #e6e6e6 url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;   
}

/* Clear All button */
.clearall {

}

/* UI buttons for longer Text */
button.ui-state-default,
input.ui-state-default {
	margin: 0;
  color: #000000;
  border: 1px solid #A0A0A0;
	max-width: 250px;
	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+ */
}

.ui-button .ui-button-text {
    line-height: 16px;
}

input.ui-button {
font-size: 85%;
padding: .4em 1em;
line-height: 20px;
}

input.clearall {
font-size: 85%;
padding: .4em 1em;
}

button.submit { margin: 0 0 0 5px; }

/* END: Navigator */



#progress-wrapper
{
	height:16px;
	margin: 20px auto 0 auto;
}

#progress-wrapper .hide
{
	font-weight:400;
	left:-9999px;
	position:absolute;
	top:-9999px;
}

#progress-wrapper .ui-widget-header
{
	background-color:#3399FF;
}



/* START: Printout Page */

#exportbutton {
	position: relative;
	margin: 1em;
	padding: 0.4em 0.6em;
	cursor: pointer;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	line-height: normal;
  background: url("images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;
	border: 1px solid #A0A0A0;
	border-radius: 4px;
}

.printouttitle { /* see h1 */
  display:block;
	margin:40px 0 10px 0;
}

.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: #5670a1;
	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.captcha
{
	margin:0 0 20px;
}

.captcha table table img
{
	margin:0 5px;
}

.captcha table .submit
{
	margin-top:10px;
}

p#tokenmessage
{
	margin:5px 0;
}

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

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

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

span.asterisk
{
	color:#ff0f0f;
	font-family:Arial,Helvetica,sans-serif;
	font-size:80%;
	letter-spacing:2px;
}

.numeric-multi .answer ul,.multiple-opt-comments .answer ul,.multiple-short-txt .answer ul
{
	display:table;
}

.numeric-multi .answer ul li,.multiple-opt-comments .answer ul li,.multiple-short-txt .answer ul li
{
	display:table-row;
}

.numeric-multi .answer ul li label,.numeric-multi .answer ul li span.input,.numeric-multi .answer ul li.multiplenumerichelp span,.numeric-multi .answer ul li div._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:table-cell;
	vertical-align:middle;
}

.numeric-multi .answer ul li.multiplenumerichelp span span {
  display:inline;
  padding:0;
  vertical-align:baseline;
  text-align:center;
}
.numeric-multi .answer ul li.multiplenumerichelp span {
  text-align:center;
}

.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;
}

/* FIX numeric label */

span.label {
	font-weight: bold;
}


/* Highlighted text fields / Hovereffect in text form fields and areas */
input.text:focus,
.array-multi-flexi-text tbody td label input:focus,
.array-multi-flexi tbody td input:focus,
.date p.question input:focus,
.numeric-multi .answer ul li span.input input:focus,
.textarea:focus {
  background-color:#f2efff;
}

.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;
}

.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:3px;
}

.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
{
	display:inline-block;
	margin-left:20px;
}

/* line-height fix */
.gender .answer ul li input.radio,.yes-no .answer ul li input.radio, .choice-5-pt-radio .answer ul li input.radio
{
	top:1px;
}

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

.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;
	margin-top:2px;
}

.gender .answer ul li,.yes-no .answer ul li,.choice-5-pt-radio .answer ul li
{
	display:inline;
	padding-right:20px;
}

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

p.problem
{
	color:#ff0f0f;
}

span.input input.error {
    font-weight: 500;
}

table.question
{
	width:100%;
}

table.question thead th,
table.question tbody tr.repeat th
{
	padding:2px 5px;
	text-align:center;
	vertical-align:bottom;
}

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:#f0f0f0;
}

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

table.question tbody tr.array1:hover,table.question tbody tr.array2:hover
{
	background-color:#C4DDF0;
}

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

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

.array-flexible-duel-scale tbody td.dual_scale_separator {
  background-color:#999999;
  margin:0;
  padding:0;
}

/* dual scale (dropdown) */
.array-flexible-duel-scale tbody td.ddarrayseparator {
  background-color:#DDD;
  margin:0;
  padding:0;    
}

.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;
}

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

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

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

.numeric-multi li.multiplenumerichelp input.good
{
	background-color:#13cb0e;
	color:#fff;
}

.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:19px 15px 19px 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;
	display: table-cell;
}

.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 question */
.ranking {}
.ranking table.rank {}
.ranking table td.label { /* Choices */
}
.ranking table td.label strong label { /* Heading for choices */
}
.ranking table td.label select.select {
  margin-top:5px;
}
.ranking table td.output { /* Output (ranking) */
}
.ranking table td.output table {}
.ranking table td.output table td {
  padding:2px 3px;
}
.ranking table td.output table td strong{ /* Heading for output */
}
.ranking table td.output table td.position {}
.ranking table td.output table td.item input.text {}



.dragDropTable .dragDropChoices, .dragDropTable .dragDropRanks 
{  
    border: 1px solid #A0A0A0;
    margin: 5px 0 0;
}

.dragDropTable ul.dragDropChoiceList li, .dragDropTable ol.dragDropRankList li {
    background-image: none;
    border: 1px solid #000000;
    background-color: #f2efff;
    clear: both;
    cursor: move;
    font-weight: normal;
    margin: 0 3px 3px;
    min-height: 1.3em;
    padding: 3px;
}


.dragDropTable .columns2 .dragDropRanks ol li.choice {
	background: #5670a1;
	cursor: move;
	color: #FFF;
}

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

.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;
}

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.4em 0.6em;
	font-size: 80%;
	text-decoration: underline;
	background: url("images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;
	border: 1px solid #A0A0A0;
	border-radius: 4px;
}

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


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

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

.ui-slider, .ui-slider-1
{
	max-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;
	overflow:hidden;
	position:absolute;
	text-align:left;
	top:-20px;
	width:100px;
}

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

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


/* FIX slider LS2.05 */
.numeric-multi label.slider-label {
	display: table-cell;
	width: auto !important;
	padding: 0 1em 0.2em 0;
	margin-top: 1.3em;
	vertical-align: middle;
}

.numeric-multi div.multinum-slider {
    width: auto;
    float: left;
    margin-top: 1.5em;
    margin-bottom: 0.2em;
}

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

/*----------------------------------------------------------------------------*/
/* Question Index */
.outerframe.withindex,.withindex .outerframe{
}
.allinone .withindex{margin:0}

#index {
  margin:30px 0 0;
  background:#fff;
  border-left:1px solid #efefef;
  border-top:1px solid #efefef;
  border-top-left-radius: 7px;
}

#index h2 {
  margin:5px 5px 10px;
  padding:5px 15px;
  background:#f2efff;
  text-align:center;
}

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

#index .container {
  width:300px;
  padding:0 0 10px;
}

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

#index .container .row:hover {
  text-decoration: underline;
  cursor: pointer;
  color: #5670A1;
}

#index .container .row .hdr {
  width:15px;
  text-align:right;
  display: inline-block;
  padding: 0 5px 0 0;
}

#index .container .row.odd { background: #EEF6FF; }
#index .container .row.current { background: #1D2D45; color: #fff; }
#index .container .row.missing { background: #5670A1; color: #fff; }
#index .container input, #index .container button.submit {
	margin: 1em;
}
/*----------------------------------------------------------------------------*/





/*----------------------------------------------------------------------------*/
/* taken from default template */
/* Tips / Validation Messages */
/* If the question is invalid, but has not been submitted, give it a pleasant warning color */
div.em_num_answers.good {
 color: green;
}
 
div.em_num_answers.error {
  color: red;
  display: block;
}
 
div.em_value_range.good {
  color: green;
}
div.em_value_range.error {
  color: red;
  display: block;
}
 
div.em_sum_range.good {
  color: green;
}
div.em_sum_range.error {
  color: red;
  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: green;
}
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;
  	font-size: 100%;
  	font-weight: normal;
}
 
span.dynamic_sum {
  font-weight: bold;
}
span.dynamic_sum.good {
  color: green;
}
span.dynamic_sum.error {
  color: red;
}
 
span.dynamic_remaining {
  font-weight: bold;
}
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: red;
  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;
}


 
/* II / 3b. Limesurvey 1.91 validation styles                      	*/

p.good
{
  	color: green;
}
 
p.problem
{
  	color: red;
}


/* If  it is still invalid after submit, flag it in red */
.input-error div.error {
  color: red;
  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;
}

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


/* 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 */

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                