                                                                                                                     

                                           

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: 'Open Sans', sans-serif;
	font-size:100%;
	font-weight:400;
	margin:0;
	padding:0;
}

body {
    background: url("gradient11111.PNG") repeat-x scroll 0 0 white;
    color: #333;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

h1
{
	font-size:130%;
	font-weight:700;
	line-height:120%;
	margin:5px 0 20px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	padding: 15px;
	background: #f0f0f0;
}

#surveydata h1
{}

.surveydescription {
	padding: 15px;
	font-size: 110%;
}

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

textarea.textarea {
	font-size: 18px;
	width: 100%;
}

table.register td,#load table td,#save table td
{
	text-align:left;
}

.questiontext ol
{
    list-style: decimal inside none;
}

.questiontext ul
{
    list-style: disc inside none;
}

#outer-wrapper
{
	margin:0 auto;
    max-width:1000px;
    min-width:480px;
    padding:0;
}

#header-wrapper
{
	margin:0 7px;
	padding:25px 0 25px 5px;
}
.header_left {
  float:left;
  width:300px;
  margin:0;
  padding:0;
  text-align: left;
}
.header_right {
  float:right;
  width:300px;
  margin:0;
  padding:0;
  text-align:right;
}
.header_middle {
	margin: 0 auto;
	text-align: center;
	width: 300px;
}
img.logo {
	max-width: 300px;
	height: auto;
}

#content-wrapper
{
	background-color:#fff;	
	margin:0 10px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}



#footer-wrapper {
    background: url("gradient2.png") repeat-x scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
	margin-top: 10px;
}

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

a:link, a:visited {
    color: #F79023;
    text-decoration: none;
}

a:hover,a:focus
{
	border-bottom:1px solid #F79023;
	text-decoration:none;
}

#loadbutton, #savebutton, .submit, .date p.question button.ui-datepicker-triggert {
	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: #00a0a0;
	background-image: -webkit-linear-gradient(#00A0A0, #00a0a0);
	background-image: -o-linear-gradient(#00A0A0, #00a0a0);
	background-image: linear-gradient(#00A0A0, #00a0a0);
	color: #FFF;
	font-weight: 400;
}
#loadbutton:hover,
#savebutton:hover,
.submit:hover,
.date p.question button.ui-datepicker-triggert:hover {
	color: #242424;
}

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

#movenextbtn, #moveprevbtn, #movesubmitbtn {
	padding: 6px;
}

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

.language-changer
{
    float: right;
    font-size: 60%;
    font-weight: normal;
}
select.languagechanger {
	float: right;
    margin-top: 3px;
}

#surveyinfo
{
	margin:0 0 20px;
}

.welcomenote
{
	padding: 15px;
	font-size: 110%;
}

.therearexquestions
{
	font-style:italic;
	padding: 15px;
	font-size: 110%;
}

#privacynote
{
	background-color: #f0f0f0;
	padding: 15px;
	margin: 15px;
}

#surveydata
{
	margin:0 0 20px;
}

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

#assessment
{
	padding:15px;
}

.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;
	text-align:left;
	font-size: 110%;
}

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

#clearall
{
	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;
}

#load h2,
#save h2 {
	font-size:130%;
	font-weight:700;
	line-height:120%;
	margin:5px 0 20px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	padding: 15px;
	background: #f0f0f0;
}

#load span.error,
#load div.loadmessage,
#save div.savemessage,
#save span.warning {
	padding: 0 15px;
}

#load table.load-survey-form,
#save table.save-survey-form {
	margin: 20px 12px;
}

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

#load a, #load a:link,
#save a, #save a:link {
	padding: 15px;
	display: block;
	height: 30px !important;
}

#load a:hover, #load a:active,
#save a:hover, #save a:active {
	text-decoration: underline;
}

/*----------------------------------------------------------------------------*/
/* Public Statistics */
#statsContainer { /* Container */
	font-family: 'Open Sans', sans-serif;
}
#statsContainer .statsSurveyTitle { /* Main Title */
	font-family: 'Open Sans', sans-serif;
	font-size:130%;
	font-weight:700;
	line-height:120%;
	margin:5px 0 20px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	padding: 15px;
	background: #f0f0f0;
}
#statsContainer .statsNumRecords {/* No of records in survey */
  font-size:110%;
  font-weight:700;
  text-align:left;
  padding: 15px;
}
#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 {
	margin: 15px;
}

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
{
	margin-top: 15px;
	padding: 0 15px;
}

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

.question-wrapper
{
	margin:5px 0 50px;
}

div.questiontext
{
	background-color: #f0f0f0;	
	font-size: 110%;
	font-weight:700;
	margin: 0 0 15px;
	padding: 15px;
}

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

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

div.answer
{
	padding: 0 15px;
	font-weight: 600;
}

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

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



div.questionhelp img
{
	float:none;
	margin-right: 5px;
	margin-bottom: 3px;
	vertical-align: middle;
}

#navigator
{
	margin:30px 0;
	padding:30px 20px;
	background: #ffffff;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

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

/* UI buttons for longer Text */
button.ui-state-default,
input.ui-state-default {
	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: #00a0a0;
	background-image: -webkit-linear-gradient(#000000, #000000);
	background-image: -o-linear-gradient(#000000, #000000);
	background-image: linear-gradient(#000000, #000000);
	color: #FFF !important;
	font-weight: 400;
}

button.ui-state-default:hover,
input.ui-state-default:hover {
	color: #ffffff;
}

button.saveall,
button.clearall {
	background: #f6cb8d;	
	background: rgba(253,167,43,0.5);
	font-size: 90%;
	margin-bottom: 10px;
	display: none;
}
button.saveall:hover,
button.clearall:hover {
	background: #00a0a0;
	background-image: -webkit-linear-gradient(#F79023, #00a0a0);
	background-image: -o-linear-gradient(#F79023, #00a0a0);
	background-image: linear-gradient(#F79023, #00a0a0);
	color: #FFF;
}

#progress-wrapper
{
	height:16px;
	color: black;
}

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

#progress-wrapper .ui-widget-content {
	border: 0;
}

#progress-wrapper .ui-widget-header {
	background-color: #00a0a0;
	border: 1px solid #00a0a0;
}


/* START: Printout Page */

#exportbutton {
	position: relative;
	padding: .4em 1em .4em 1em;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	line-height: normal;

	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: #00a0a0;
	background-image: -webkit-linear-gradient(#F79023, #00a0a0);
	background-image: -o-linear-gradient(#F79023, #00a0a0);
	background-image: linear-gradient(#F79023, #00a0a0);
	color: #FFF;
	font-weight: 400;
	border: 0;
	border-radius: 4px;
	margin: 30px 0;
}

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

.printouttable {
	margin: 15px;
}
.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;
	padding: 15px;
}

#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:Verdana;
	font-size:80%;
	letter-spacing:2px;
}

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

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

.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;
	margin-left:10px;
}

.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:18px;
	max-width:90%;
	color: #333;
}

table.question
{
	width:100%;
}

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

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:600;
}

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:#E3001B;
	color: #FFF;
}

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

.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:#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:-5px;
	overflow:hidden;
	position:absolute;
	text-align:left;
	top:-30px;
	width:100px;
	color: #F79023;
}

.slider_showmin,.slider_showmax
{
	float:left;
	font-family:Verdana,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;
}


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

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

.good 
{
	color: #009900;
}

.emtip {
	color: #000;
}



#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: #f0f0f0;
  text-align: center;
  color: #333;
  margin: 0px;
  border: 0;
}

#index h3 { 
	margin: 0.5em 0 0 0.5em; 
	#index h2 {
	padding: 1em;
	background: #3399FF;
	text-align: center;
	color: #FFFFFF;
}
	
}
	

#index .container {
  width: 100%;  
  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: underline;
  cursor: pointer;
  color: #00529e;
}

#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: #1D2D45; color: #fff; }
#index .container .row.missing { background: #CC0000; color: #fff; }
#index .container button.submit { margin: 10px; }

#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 {
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;    
}

/* 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: 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 {
	color: #333;
}

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: red;
  display: block;
}

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

span.hide-tip div.error {
    color: red;
    display:none !important;
}

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


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




/* CSS for imagetick JS for disabled checkboxes */                                                                   

                                   
img.checkboxes.disabled {
	opacity:0.6;
	filter:alpha(opacity=50);
}




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

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

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

/* 2014-05: Date Picker Button Style */
.ui-datepicker-trigger {
	color: #333;
}

#progress-wrapper .ui-widget-header {
  background-color: #E3001B;
  background-image: none;
  border: 1px solid #E3001B;
}
/* adjustments for large start page images */
#startpage
{
    width:945px;
    height:322px;
}

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

.em_default.emtip{
    color: #000000 !important;
}
        
                                                                                                              

      