/* adminSettingsBox -------------------------------------------------------- */
.adminSettingsBox {
	clear: both;
	overflow: auto;
	zoom: 1;
	margin: 25px 0;
	padding: 15px;
	text-align: left;
	border: 1px solid #d0dae1;
	margin: 25px 0;
	background: #f8fafb url("/images/new_serway_top_bg.png") top left repeat-x;
	background: -moz-linear-gradient(top, #d3dde3 0%, #f8fafb 150px);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d3dde3), color-stop(150px, #f8fafb)); 
	background: -webkit-linear-gradient(top, #d3dde3 0%, #f8fafb 150px);
	background: -o-linear-gradient(top, #d3dde3 0%, #f8fafb 150px);
	background: -ms-linear-gradient(top, #d3dde3 0%, #f8fafb 150px);
	background: linear-gradient(to bottom, #d3dde3 0%, #f8fafb 150px);
}

.adminSettingsTitle {
	font-size: 18px;
	color: #212120;
	margin-bottom: 5px;
}

.adminSettingsTitle a {
	font-weight: normal;
	font-size: 13px;
	color: blue;
}

/* surveySteps ------------------------------------------------------------- */
.surveySteps {
	height: 43px;
	margin: 30px 0;
	list-style: none;
	padding: 0;
	clear: both;
}

.surveySteps li {
	padding: 0;
	margin: 0;
	float: left;
	height: 43px;
	width: 33%;
	font-size: 15px;
	color: #000;
	line-height: 43px;
}

.surveySteps .active {
	font-weight: bold;
}

.surveySteps span {
	float: left;
	font-size: 30px;
	background: url("/images/yellow_numbers_bg.png") no-repeat 0 0;
	width: 43px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	margin: 0 10px;
}

/* errorList --------------------------------------------------------------- */
.errorList {
	margin: 5px 0;
	padding: 0;
	list-style: none;
}

.errorList li {
	background: url("/images/error.png") no-repeat left center;
	text-indent: 0;
	list-style: none;
	padding: 4px 0 4px 20px;
	font-size: 13px;
	color: red;
}

/* mqQuestions ------------------------------------------------------------- */
.mqQuestions {
	width: 100%;
	background: #fff;
	border: 1px solid #396cb4;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-collapse: collapse;
}

.mqQuestions th,.mqQuestions td {
	vertical-align: top;
	padding: 2px 5px;
	border: 1px solid #396cb4;
	border-top-width: 2px;
	text-align: center;
}

.mqQuestions th {
	font-weight: bold;
	vertical-align: middle;
	padding: 5px;
}

.mqQuestions td {
	height: 28px;
	line-height: 28px;
}

.mqQuestions img {
	vertical-align: middle;
}

.mqNoCol {
	width: 20px;
}

.mqAnswerCol {
	width: 50px;
}

.mqMediaCol {
	width: 50px;
}

.mqRequiredCol {
	width: 50px;
}

.mqBranchCol {
	width: 50px;
}

.mqNoBranch .mqAnswerCol,.mqNoBranch .mqMediaCol {
	width: 75px;
}

.mqActionCol {
	width: 60px;
}

.mqNoBranch .mqActionCol {
	xwidth: 90px;
}

.mqQuestions .mqQuestionContent {
	text-align: left;
	width: 420px;
}

.mqTitleInput,.mqSurveyTitleInput {
	width: 350px;
	padding: 3px;
	border: 1px solid #ccc;
}

.mqSurveyTitleInput {
	width: 530px;
	padding: 10px;
	font-size: 14px;
}

.mqQuestions a {
	color: #222;
	text-decoration: none;
	font-weight: normal;
}

.mqQuestions a:hover {
	text-decoration: underline;
}

.surveySubmitBox {
	clear: both;
	overflow: auto;
	zoom: 1;
	margin: 25px 0;
}

.mqBranch {
	line-height: 20px;
	width: 415px;
}

.mqBranch table {
	width: 100%;
	background: #fff;
	padding: 0;
	margin: 0;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

.mqBranch td,.mqBranch th {
	padding: 5px;
	border: none;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	text-align: left;
	vertical-align: top;
	line-height: 130%;
	height: auto;
}

.mqBranch ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mqBranch form {
	margin: 0;
	padding: 0;
}

.mqBranch li {
	margin: 2px 0;
	background: #eee;
	border-radius: 2px;
	color: #333;
	text-shadow: 0 1px 1px #fff;
	line-height: 20px;
	padding: 2px;
}

.mqBranch .branchError {
	background: #fee;
	color: #900;
}

.mqBranch label {
	display: block;
	padding-left: 22px;
	font-size: 12px;
	line-height: 130%;
	position: relative;
}

.mqBranch .mqBranchCheck {
	top: 2px;
	left: 2px;
	margin: 0;
	padding: 0;
	position: absolute;
}

.mqBranch .mqBranchShowAll {
	width: 100%;
}

.mqBranch .saveBranch {
	width: 120px;
	height: 25px;
	font-size: 13px
}

.mqBranch .branchActionRow {
	text-align: right;
	padding: 5px;
	line-height: 25px;
	height: 25px;
	display: none;
}

.mqBranch .branchErrorMessage {
	color: #f00;
}

.cssgradients .mqBranch .branchButton {
	border: 1px solid #999;
	border-radius: 4px;
	color: #fff;
	text-shadow: 0 -1px 1px #000;
	background: #eee;
	background: -moz-linear-gradient(top, #eee 0%, #999 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #999)); 
	background: -webkit-linear-gradient(top, #eee 0%, #999 100%);
	background: -o-linear-gradient(top, #eee 0%, #999 100%);
	background: -ms-linear-gradient(top, #eee 0%, #999 100%);
	background: linear-gradient(to bottom, #eee 0%, #999 100%);
}

.cssgradients .mqBranch .branchButton:hover {
	background: -moz-linear-gradient(top, #ddd 0%, #888 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ddd), color-stop(100%, #888)); 
	background: -webkit-linear-gradient(top, #ddd 0%, #888 100%);
	background: -o-linear-gradient(top, #ddd 0%, #888 100%);
	background: -ms-linear-gradient(top, #ddd 0%, #888 100%);
	background: linear-gradient(to bottom, #ddd 0%, #888 100%);
}

/* answerBox --------------------------------------------------------------- */
#answer_box {
	width: 100%;
	height: 450px;
}

#answer_box .adminSettingsBox {
	margin: 0;
	overflow: auto;
	xheight: 420px;
	color: #222;
}

.popupTextFull {
	width: 440px;
}

.boxOptionRow {
	padding-left: 21px;
	text-indent: -21px;
	margin: 5px 0;
}

/* survey - front ---------------------------------------------------------- */
.surveyTitle {
	background-color: #082796;
	font-size: 15px;
	color: #fff;
	padding: 10px;
}

.question {
	margin: 25px 0;
	overflow: auto;
}

.questionMessage {
	margin: 10px;
}

.questionTitle {
	font-weight: bold;
	margin: 10px 0;
}

.surveyFormSubmit {
	background: url("/images/vote_2.png") no-repeat center center;
	width: 100px;
	height: 20px;
}

.question img {
	max-width: 100%;
}

/* --------------------------------- */
.nextQuestionBox {
	margin: 15px;
	text-align: center;
}

.nextQuestionBox p {
	text-align: center;
}

.nextQuestionBox .message {
	color: #fff;
	background: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity =                   50);
	opacity: 0.5;
	padding: 5px 25px;
	border-radius: 3px;
	display: inline-block;
}

.rgba .nextQuestionBox .message {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity =                   100);
	opacity: 1;
	background: rgba(0, 0, 0, .75);
}

.borderRadius .midd_categ {
	background: #EAF0F4;
	border-left: 1px solid #ABC9E2;
	border-right: 1px solid #ABC9E2;
	width: auto;
	float: none;
	overflow: auto;
}

.borderRadius .bt_line {
	background: #EAF0F4;
	border: 1px solid #ABC9E2;
	border-top: none;
	width: auto;
	float: none;
	overflow: auto;
	border-radius: 0 0 5px 5px;
}

/* Survey Thank You Message ------------------------------------------------ */
.surveyThankYou {
	color: #648434;
	border: 1px solid #648434;
	font-size: 15px;
	padding: 10px;
	margin: 10px;
	border-radius: 5px;
	background: #CDEFA6;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cea), color-stop(100%, #170));
	background: -webkit-linear-gradient(top, #cea 0%, #170 100%);
	background: -moz-linear-gradient(top, #cea 0%, #170 100%);
	background: -ms-linear-gradient(top, #cea 0%, #170 100%);
	background: -o-linear-gradient(top, #cea 0%, #170 100%);
	background: linear-gradient(to bottom, #cea 0%, #be9 100%);
}

.surveyThankYouBusiness p {
	margin: 20px;
}

.surveyThankYouBusiness a {
	color: #15c;
	text-decoration: none;
}

.surveyThankYouBusiness a:hover {
	text-decoration: underline;
}

#survey_body_div .surveyThankYou {
	margin: 10px;
}

.surveyThankYou a {
	color: #00f;
}

.surveyThankYou a:hover {
	text-decoration: underline;
}

.surveyThankYouGuest {
	border: 1px solid #666;
	background: #efe;
	color: #000;
	padding: 5px;
	border-radius: 5px;
	box-shadow: inset 0px 2px 10px -2px #648434;
}

.surveyEndMessage {
	padding-bottom: 10px;
}

.surveyThankYouHr {
	border-bottom: 1px dotted #090;
	height: 1;
	overflow: hidden;
}

/* questionMedia ----------------------------------------------------------- */
.questionMedia {
	
}

.questionMediaLink img {
	max-width: 450px;
}

/* previewArea ------------------------------------------------------------- */
.previewWindow {
	width: 450px;
	margin: 0 auto;
}

.previewWindow .inner_heading {
	float: none;
	width: auto;
	background: #fff;
	padding: 15px 10px;
}

.previewWindow .adminSettingsBox {
	width: auto;
	margin: 0;
}

.previewArea {
	margin: 0px;
	border: 1px solid #468;
	background: #fff;
}

.previewArea .question {
	padding: 10px;
}

.previewArea .answerComment input,.previewArea .answerComment textarea,.previewArea .answerOptions .inputText {
	width: 310px;
}

.previewArea .answerSelect {
	width: 175px;
}

.previewArea .answerBoxRow {
	width: 338px;
}

.previewArea iframe {
	width: 365px;
}

.previewArea img {
	max-width: 100%;
}

/* moreFromUser ------------------------------------------------------------ */
.moreFromUser {
	font-size: 18px;
	color: black;
	margin: 10px 0;
}

.moreFromList {
	padding-top: 10px;
	border-top: 1px dotted #ABC9E2;
}

.moreFromSurvey {
	font-size: 14px;
	color: #4365d0;
	margin: 10px 0 5px;
}

.moreFromShowAll {
	margin: 10px 0;
	text-align: center;
}

.moreFromList .moreFromInfo {
	padding: 5px;
}

/* question admin ---------------------------------------------------------- */
.questionType {
	margin-top: 20px;
	font-size: 16px;
}

.questionSubType {
	margin-top: 10px;
	font-weight: bold;
}

.questionText {
	margin-top: 10px;
}

.questionTable {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-collapse: separate;
	border-spacing: 0px;
	margin: 10px 0;
}

.questionTable th,.questionTable td {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	padding: 10px;
	vertical-align: middle;
	text-align: center;
}

.questionTable td {
	white-space: nowrap;
}

.settingsDate,.questionInput,.questionCommentOptions input[type="text"] {
	width: 550px;
	padding: 3px;
	border: 1px solid #68a;
	color: #333;
	vertical-align: middle;
}

.questionCommentOptions input[type="text"] {
	width: 300px;
}

.settingsDate {
	width: 140px;
}

.settingsDate[disabled],.questionInput[disabled] {
	color: #999;
	border-color: #ccc;
	background: #fdfdff;
}

.questionComment {
	margin-top: 20px;
}

.questionCommentLabel {
	margin-left: 25px;
	width: 130px;
	float: left;
}

.questionCommentHelp {
	margin-left: 25px;
}

.questionAdd {
	margin: 10px 0 20px;
}

.questionAdd a {
	color: blue;
	text-decoration: none;
}

.surveySave {
	margin-top: 20px;
	overflow: auto;
	zoom: 1;
}

.surveySave input,.surveySave img {
	vertical-align: middle;
}

.show-video-preview {
	overflow: visible;
}

.show-video-preview iframe,#show-video-preview iframe {
	width: 100%;
	border: none;
	padding: 0;
	margin: 0;
}

/* QUESTION SETTINGS ------------------------------------------------------- */
.previewSettings {
	width: 100%;
	line-height: 1.5;
}

.previewSettings th,.previewSettings td {
	vertical-align: top;
	padding: 5px 0;
}

.previewSettings th {
	width: 80px;
}

.previewSettings .dp-applied {
	padding: 2px;
	border: 1px solid #68a;
	color: #333;
	width: 125px;
}

.previewSettings .dp-applied[disabled] {
	color: #999;
	border-color: #ccc;
	background: #fdfdff;
}

.previewSettings .preview_opt {
	width: 100%;
	float: none;
}

.radioStack ul.radio_list {
	float: none;
}

.radioStack .radio_list li {
	float: none;
	margin-bottom: 4px;
	display: block
}

.dp-popup {
	box-shadow: 2px 2px 8px -3px rgba(0, 0, 0, 0.5);
}

table.jCalendar th {
	text-align: center;
}

.topMessage,.endMessage {
	float: left;
	width: 370px
}

.topMessage p,.endMessage p {
	height: 33px;
}

.topMessage .questionInput,.endMessage .questionInput {
	width: 362px;
	margin: 0;
}

.topMessage .questionInput {
	height: 235px;
}

.endMessage textarea.questionInput {
	height: 100px;
}

.endMessage {
	float: right;
}

.endMessageUrl {
	margin-top: 9px;
}

/* QUESTION ---------------------------------------------------------------- */
.answerRowBox_0,.answerRowBox_2,.answerRowBox_4,.answerRowBox_6 {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity =           0);
	opacity: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
	position: fixed;
	top: -10px;
	left: -10px;
}

.showMatrix {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	clear: both;
}

.showMatrix td,.showMatrix th {
	background: #fff;
	border: none;
	border-top: 1px solid #abc;
	border-bottom: 1px solid #abc;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	padding: 5px 3px;
}

.showMatrix .percent {
	width: 10px;
	padding-left: 5px;
	padding-right: 3px;
	text-align: right;
}

.showMatrix .votes {
	width: 10px;
	padding-left: 3px;
	padding-right: 5px;
	text-align: left;
}

.showMatrixRow1 td,.showMatrixRow1 th {
	background: #eee;
}

.showMatrix .showMatrixRowH {
	text-align: left;
}

.showMatrix .showMatrixAnswer {
	text-align: left;
	padding: 5px;
}

.answerRowBox_1,.answerRowBox_3,.answerRowBox_5,.answerRowBox_7 {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity =           0);
	opacity: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
	position: fixed;
	top: -10px;
	left: -10px;
}

.answerComment {
	margin-top: 10px;
}

.answerComment input,.answerComment textarea {
	width: 375px;
	padding: 3px;
	border: 1px solid #68a;
	margin: 0 0 0 20px;
}

.answerComment textarea {
	resize: vertical;
}

.input_box,.input_box_survey {
	width: 690px;
	height: 50px;
	padding: 3px;
	vertical-align: top;
}

.input_box_survey {
	width: 390px;
}

.charCount {
	vertical-align: top;
	background: #68a;
	font-size: 10px;
	font-weight: normal;
	color: #eee;
	padding: 0 3px;
	border-radius: 0 3px 3px 0;
	cursor: help;
	display: inline-block;
	min-width: 3px;
	border: 1px solid #68a;
	text-indent: 0;
}

.answerOptions .inputText {
	width: 375px;
	padding: 3px;
	border: 1px solid #68a;
	color: #333;
	margin: 0;
}

.answerRow,.answerRowOther {
	margin: 7px 0;
}

.answerList input[type="radio"],.answerList input[type="checkbox"] {
	width: 13px;
	margin: 2px;
	display: inline-block;
}

.answerList {
	margin: 0;
	padding: 0;
	list-style: none;
}

.answerRow,.answerList li {
	text-indent: -21px;
	padding-left: 21px;
	margin: 3px 0;
}

.answerSingleBox li {
	text-indent: 0;
	padding-left: 20px;
}

.answerRowOther {
	display: none;
}

.answerRowOther .inputText {
	width: 375px;
}

.showOther .answerRowOther {
	display: block;
	margin-left: 21px;
}

.answerBoxRow {
	overflow: auto;
	zoom: 1;
	text-align: right;
	width: 403px;
}

.answerOptionText {
	float: left;
	width: 150px;
	margin: 4px 10px 4px 0;
	text-align: left;
}

.answerSelect {
	width: 240px;
}

.multiboxNum {
	float: left;
	width: 20px;
	margin: 4px 0;
}

.button_link {
	background: transparent;
	font-size: 12px;
	border: 0;
	color: #396cb4;
	cursor: pointer;
	margin: 0;
	padding: 0;
}

.matrixTitle {
	margin-top: 20px;
	font-size: 16px;
}

.matrixRow {
	float: left;
	width: 730px;
	border: 1px solid black;
	overflow: auto;
}

.matrixInput {
	float: left;
	width: 625px;
	padding: 5px;
	padding-top: 10px;
}

.matrixInput input {
	width: 610px;
}

.matrixActions {
	float: left;
	width: 75px;
	border-left: 1px solid black;
	height: 30px;
	padding-top: 15px;
	padding-left: 15px;
}

.matrixAdd {
	clear: both;
	height: 30px;
}

.showMatrix td {
	min-width: 10px;
}

.showComment {
	margin-top: 5px;
}

.showComment input,.showComment textarea {
	width: 300px;
	padding: 3px;
}

.input_box,.input_box_survey {
	width: 690px;
	height: 50px;
	vertical-align: top;
}

.input_box_survey {
	width: 440px;
}

.questionCommentOptions,.questionCommentChecked .questionCommentHelp {
	display: none;
}

.questionCommentChecked .questionCommentOptions {
	display: block;
}

.simplemodal-container .pool_area_new {
	height: 440px;
}

/* SURVEY ------------------------------------------------------------------ */
.survey_tabs {
	
}

/* BUTTONS ----------------------------------------------------------------- */
.vote_button {
	background: url('/images/vote_buton.jpg') 0 0 no-repeat;
	width: 75px;
}

.borderradius .vote_button {
	width: auto;
	height: auto;
	border: 1px solid #bbb;
	box-shadow: 0 0 3px #999;
	border-radius: 3px;
	color: #333;
	margin: 3px;
	padding: 3px 20px;
	text-shadow: 0 1px 1px #fff;
	background: #EEE435;
	background: -moz-linear-gradient(top, #EEE435 0%, #e5d934 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EEE435), color-stop(100%, #e5d934)); 
	background: -webkit-linear-gradient(top, #EEE435 0%, #d8ca31 100%);
	background: -o-linear-gradient(top, #EEE435 0%, #e5d934 100%);
	background: -ms-linear-gradient(top, #EEE435 0%, #e5d934 100%);
	background: linear-gradient(to bottom, #EEE435 0%, #e5d934 100%);
	cursor: pointer;
}