@charset "utf-8";
/* CSS Document */

/* Font styles */
.normal {font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px; color: #333333;}
.blue   {font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px; color: #00aede;}
.white 	{font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px; color: #ffffff;}
.large  {font-family:Arial,helvetica,sans-serif;font-weight:normal;font-size:14px;color:#333333}
.small  {font-family:Arial,helvetica,sans-serif;font-weight:normal;font-size:10px;color:#333333}
.title {font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 16px; color: #00aede;}

/* Heading styles */
.heading1 {font-family:Arial,helvetica,sans-serif;font-weight:normal;font-size:26px;color:#00aede}
.heading2 {font-family:Arial,helvetica,sans-serif;font-weight:normal;font-size:20px;color:#00aede}
.heading3 {font-family:Arial,helvetica,sans-serif;font-weight:normal;font-size:16px;color:#00aede;}
.heading4 {font-family:Arial,helvetica,sans-serif;font-weight:normal;font-size:12px;color:#00aede}

/* Hyperlink styles */
a.         {color:#00aede;text-decoration:none}
a.:visited {color:#00aede}
a.:active  {color:#00aede;text-decoration:underline}
ah:hover   {color:#00aede;text-decoration:underline}

a:hover, a:focus{
	text-decoration:none;
}

.no_padding{padding:0px 0px 0px 0px;}
.survey hr{margin: 5px 0px !important;}
.BorderStyle{
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}


#surveyModal_body {height:700px; overflow-y:scroll;}
#editQuestionModal_body {height:770px; overflow-y:scroll;}
#participantSurveyModalReport_body {height:700px; overflow-y:scroll;}
#htmlSurveyModalReport_body {height:700px; overflow-y:scroll;}
#questionsModalReport_body{height:700px; overflow-y:scroll;}
#questions_body .ui-state-highlight, #questions_body .ui-sortable-placeholder{ 
	height: 25px; 
	line-height: 1.2em;
	background-color: #D9EDF7 !important;
	border-color: #BCE8F1 !important; 
	list-style-type:none; 
	list-style:none; 
	float:left; 
	/*width:100%;*/
	width: 2100%;
}
#questions_table {border-collapse: collapse;}
#questions_body tr.question > td{padding:1px 0px}
#questions_body tr.question{margin:1px 0px}

#div_yesno, #div_multiple_answers{
  display: block;
}
#istitle_y:checked ~ #div_yesno, #istitle_y:checked ~ #div_multiple_answers {
  display: none;
}
#istitle_n:checked ~ #div_yesno, #istitle_y:checked ~ #div_multiple_answers  {
  display: block;
}