<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.submissionErrors { 
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
}

td.errorCell, span.errorCell, td.manualError {
	color: #CC0000;
	font-weight: bold;
}

#yesUpdate_label.errorCell {
	background: #FFFFD5;
}

.errorElem {
	background: #FFFFD5;
}

.sfRow1 {
	background-color: #EFEFEF;
}

.sfRow2 {
	background-color: #DDD;
}

.sfUpdateSection {
	padding: 0;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-left: 8px;
	height: auto;
	border-bottom: 1px solid #2A3D09;
}

#survey_funnel_question, #survey_funnel_rule, #survey_funnel_content, #survey_funnel_autoresponder {
	display: none;
}

#survey_funnel_question_flow {
	width: 99%;
	display: none;
	/*background-color: #EFEFEF;*/
	padding: 10px;
	background-color: #EEE;
}

.survey_funnel_rule_header {
	position: absolute;
	margin-top: -15px;
	margin-left: 0px;
	padding-left: 3px;
	padding-right: 3px;
	background-color: #EFEFEF;
}

.survey_funnel_stats_cell {
	border: 1px dashed #CCC;
	padding: 7px;
}

.survey_funnel_thumbnail {
	width: 23px;
	height: 23px;
	margin-top: 1px;
	/*border: 1px solid #CCC;*/
	float: left;
	text-align: center;
	margin-right: 5px;
	 
	border-width: 1px;
	border-color: #CCC;
	border-style: solid;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.survey_funnel_thumbnail:hover {
	border-color: #000;
}

.survey_funnel_thumbnail img {
	height: 21px;
	width: 21px;
}

/* Survey Funnel Flows ---------------------------------------------------------------------------- */

.sfFlowList { 
	list-style-type: none; 
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	z-index: 1000;	
}

.sfQuestionDiv {
	min-height: 30px;
	border: 1px solid #BBB;
	padding: 10px 10px 10px 10px;
	margin: 10px 0px 10px 0px;
}

.sfQuestionDiv .toolbar {
	margin-top: 2px;
	text-align: right;
}

.sfQuestionDiv .display {
	margin-top: -30px;
	font-size: 16px;
	font-weight: bold;
}

.sfQuestionDiv .answerToolbar {
	font-size: 10px;
	margin-left: 0px;
	margin-top: -2px;
}

.sfQuestionDiv .answers {
	display: none;
}

.sfQuestionDiv .answers .answerDisplay {
	margin-top: 7px;
	margin-left: 25px;
	width: 200px;
	padding: 5px;
	border: 1px solid #BBB;
	background-color: #FFF;
	/*white-space: nowrap;*/
	float: left;
}

.sfQuestionDiv .answers .arrow {
	font-size: 14px;
	font-weight: bold;
	margin-top: 12px;
	margin-left: 5px;
	float: left;
}

.sfQuestionDiv .answers .answerRule {
	margin-top: 7px;
	margin-left: 25px;
	border: 1px solid #BBB;
	background-color: #FFF;
	float: left;	
}

.sfQuestionDropDiv {
	border: 1px dotted #0C88E9;
	background-color: #C1E4FF;
}

/* ------------------------------------------------------------------------------------------------ */
/* Added in version 1.3 */

.sfQuestion input {
    width: auto !important;
    }
    
/* Added in version 1.4 */
/* To prevent long questions from blocking edit and delete buttons in survey funnel admin */

.sfQuestionDiv .display {
    width: 900px;
    }
    
/* Added in version 1.5 */
/* To prevent odd conflicts with other css on the page */

    .surveyFunnelDiv img {
    border: none;
    padding: 0;
    margin: 0;
    }
    
        </pre></body></html>