body {
	background: transparent;
	border: 1px solid #C4C4C4;
	bottom: 0;
	color: #444;
	font-family:"Helvetica Nueue", Helvetica, Arial, sans-serif;
	font-size:14px;
	left: 0;
	margin:0;
	padding:0;
	position: absolute;
	right: 0;
	top: 0;
/* prevent text/item selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/*.default {
}*/
input, textarea, select, button {
	font-family:inherit;
}
p, form, ul, input, li, h1, h2, h3, h4, h5 {
	margin:0;
	padding:0;
}
ul {
	list-style-type:none;
}
a {
	outline-style:none;
	text-decoration:none;
}
img {
	border:0;
}
.clear {
	clear:both;
	font-size:0;
	height:0;
	line-height:0;
}
li.block {
	list-style: none;
	display: inline;
}
.block {
	position: relative;
	border-width: 0px;
}
.pointerhand {
	cursor: pointer;
}

.noSelect, .noselect_children * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@font-face {
	font-family:'symbols';
	src:url('../fonts/symbols.eot?20130926');
	/*src:url('../fonts/symbols.eot?20130926#iefix') format('embedded-opentype'),*/
	src:url('../fonts/symbols.woff?201309261') format('woff'),
		url('../fonts/symbols.ttf?20130926') format('truetype'),
		url('../fonts/symbols.svg?20130926#symbols') format('svg');
	font-weight:normal;
	font-style:normal;
}
.icon-plus:before,
.icon-info:before,
.icon-expand:before,
.icon-contract:before,
.icon-check:before,
.icon-close:before,
.icon-send:before,
.icon-return:before,
.icon-left:before,
.icon-right:before,
.icon-dots:before,
.icon-menu:before,
.icon-preview:before,
.icon-brush:before,
.icon-blocks:before,
.icon-vars:before,
.icon-key:before,
.icon-arrow-left:before,
.icon-full:before,
.icon-search:before {
	-webkit-font-smoothing:antialiased;
	display:inline-block;
	font-family:'symbols';
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1em;
	speak:none;
	text-align:center;
	text-decoration:none;
	text-transform:none;
	width:1em;
}
.icon-plus:before {
	content:'\e80b';
}
.icon-info:before {
	content:'\f05a';
}
.icon-expand:before {
	content:'\e009';
}
.icon-contract:before {
	content:'\e008';
}
.icon-check:before {
	content:'\e802';
}
.icon-close:before {
	content:'\e003';
}
.icon-send:before {
	content:'\f144';
}
.icon-return:before {
	content:'\e80c';
}
.icon-left:before {
	content:'\e806';
}
.icon-right:before {
	content:'\e807';
}
.icon-dots:before {
	content:'\e002';
}
.icon-menu:before {
	content:'\e80a';
}
.icon-search:before {
	content:'\e801';
}
.icon-preview:before {
	content:'\e80f';
}
.icon-brush:before {
	content:'\e80e';
}
.icon-blocks:before {
	content:'\e80d';
}
.icon-vars:before {
	content:'\24b3';
}
.icon-key:before {
	content:'\e001';
}
.icon-arrow-left:before {
	content:'\e010';
}
.icon-full:before {
	content:'\e803';
}

.qPreviewInput2_D_img .icon-check:before {
	content:' ';
}
.qPreviewInput2_D_img.selected .icon-check:before {
	content:'\e802';
}

.preview_layout0, .preview_layout1, .preview_layout2, .preview_layout3, .preview_layout4, .preview_layout5 {
	position: relative;
}
.qImgStatusPreview {
	float: left;
	padding:0;
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: 4px;
}
.qImgStatusPreview img {
	width: 96px;
	height: 64px;
}
.qPreviewTextSpan.triviaResults {
	color: #888888;
	font-size: 12px;
}
.qResultsHeading {
	color: #000;
	font-size: 16px;
	text-align: left;
	padding: 0 15px 8px;
	margin-top: 15px;
	margin-bottom: 4px;
}
.preview_top_bg_repeat {
	display:none;
}
.qPreviewText {
	margin: 10px 10px 0;
	min-height: 10px;
	padding: 10px 5px 1px;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	clear: both;
}
.preview_layout4 .qPreviewText_scrollDiv_Container .qPreviewText_scrollDiv {
	position: absolute;
	top: 10px;
	width: 310px;
	min-height:180px;
	height: auto;
	padding:0 5px 5px;
	background-color: #FFF;
	text-align: left;
	font-weight:bold;
	font-size:16px;
}
.preview_layout0 .qPreviewText_scrollDiv_Container .qPreviewText_scrollDiv {
	position: absolute;
	top: 10px;
	width: 310px;
	min-height:114px;
	height: auto;
	padding:0 5px 5px;
	background-color: #FFF;
	text-align: left;
	font-weight:bold;
	font-size:16px;
}
div.openTextFld_Container,
div.numericTextFld_Container,
div.emailTextFld_Container,
div.urlTextFld_Container {
	display:none;
	position: relative;
	left:0;
	right: 55px;
    padding: 0 15px;
}
.openTextFld {
    display: block;
	width: 100%;
	border: 1px solid #c0c0c0;
	background: #fff;
	font-size: 15px;
	color: #aaa;
	resize: none;
	padding: 10px;
	box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .24);
	position: relative;
	margin: 0;
    box-sizing: border-box;
    min-height: 40px;
}
div.openTextFld_Container .openTextFld {
	height: 245px;
	overflow-x: hidden;
	overflow-y: auto;
}
div.numericTextFld_Container input[type='number'] {
    -moz-appearance:textfield;
}
div.numericTextFld_Container .openTextFld::-webkit-outer-spin-button,
div.numericTextFld_Container .openTextFld::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.openTextFld:focus {
	color: #333;
	font-style: normal;
}
.widgetMobile div.openTextFld_Container,
.widgetMobile div.numericTextFld_Container,
.widgetMobile div.emailTextFld_Container,
.widgetMobile div.urlTextFld_Container {
	display:none;
	position: relative;
	padding: 0 15px;
	min-height:70px;
	width: auto;
}
.widgetMobile div.openTextFld_Container .openTextFld,
.widgetMobile div.numericTextFld_Container .openTextFld,
.widgetMobile div.emailTextFld_Container .openTextFld,
.widgetMobile div.urlTextFld_Container .openTextFld {
	position: relative;
	display: block;
	width: 100%;
	min-height: 40px;
	margin:0;
	padding: 10px;
}
.widgetMobile div.openTextFld_Container .openTextFld {
	overflow-x: hidden;
	overflow-y: auto;
}
.qPreviewInput2_A,
.qPreviewInput1_A {
	position: relative;
	margin-bottom:15px;
	padding: 0;
	margin-right: 15px;
	margin-left: 15px;
	font-size: 13px;
}
.triviaResults .qPreviewInput2_A,
.triviaResults .qPreviewInput1_A {
	margin-right: 15px;
	margin-left: 15px;
}
.qPreviewInput2_A {
	text-align: center;
}
.qPreviewInput1_A {
	border: 1px solid #c3c3c3;
}
.triviaResults .qPreviewInput1_A {
	border: 1px none #c3c3c3;
	padding-top: 10px;
}

.qPreviewInput2_A table { width: 100%; border-spacing:0; }
.qPreviewInput2_A table tr.qPreviewInput2_A_item_textimg { vertical-align: bottom; }
.qPreviewInput2_A table td { height: 20px; padding: 0; }
.qPreviewInput2_A table td.answerTD { vertical-align: bottom; padding: 1px 0; text-align: left; }
.qPreviewInput2_A table td.numTD { width: 40px; text-align: right; }
.qPreviewInput2_A table td.numTD img {
	width: auto;
	height: auto;
	max-width: 40px;
	max-height: 26px;
	margin-top: 10px;
}
.barContainerDiv {
	height: 12px;
	padding: 2px 2px 1px 2px;
	border-top: 2px solid #cbcbcb;
	border-right: 2px solid #e4e3e5;
	border-left: 2px solid #e4e3e5;
	border-bottom: 1px solid #eaeaea;
	background: rgb(227,227,227);
}
.qPreviewText.funFact {
	font-size:13px;
	height:auto;
	margin:0 15px 10px;
	padding:4px 5px;
}
.funFact .heading {
	font-weight:bold;
}
.barContainerDiv .gradient {
	width:0;
	min-width: 10px;
	height: 10px;
	padding: 0;
}
.barTealDiv {
	background:rgb(0,206,197);
}
.barRedDiv {
	background:rgb(251,0,89);
}
.barYellowDiv {
	background:rgb(253,198,50);
}
.barCorrect {
	background:#00e261;
}
.barIncorrect {
	background:#fb0059;
}

#header .nextBut {
	position: absolute;
	right:0;
	height: 36px;
	width: 36px;
	margin-top: 2px;
}
#header .backBut {
	position: absolute;
	left:0;
	height: 36px;
	width: 36px;
	margin-top: 2px;
}
body.intro #header .nextBut, body.intro #header .backBut,
body.prerelease #header .nextBut, body.prerelease #header .backBut,
body.postclosure #header .nextBut, body.postclosure #header .backBut,
body.completed #header .nextBut {
	display: none;
}
#header i {
	font-size: 32px;
	color: #FFF;
}
textarea:focus,
input:focus {
	outline: none;
}
.footerText {
	color: #aaa;
	font-size: 13px;
	font-style: italic;
	margin-top: 15px;
	padding: 0 5px 5px;
	margin: 0 10px 0;
	min-height: 20px;
}
.textFld_Container > .footerText {
	font-size: 10px;
    position: relative;
    padding: 0 5px;
    min-height: 15px;
    text-align: right;
    display: block;
    margin: 0;
}
.numericTextFld_Container > .footerText, .emailTextFld_Container > .footerText, .urlTextFld_Container > .footerText {
	margin-bottom: -3px;
}

/* @group mobiscroll overrides */
.dw {
	width:100%;
}
.dwsc .dwwl {
	min-width:280px;
}
.ios .dww .dw-li {
	text-align:left;
}
/* @end */

/* @group pickerWheel */
.pickerWheelList {
	width: 80%;
	margin-top:0.5em;
}
.pickerWheelList_Container {
	text-align: center;
}
.qPreviewInput3 {
	position: relative;
	top:0;
	left:0;
}
.widgetMobile .pickerWheelList {
	position: relative;
	top: -12px;
	padding-left: 5px;
	max-width: 100%;
	padding-right: 5px;
}
.widgetMobile .pickerWheelSelect_Container {
	position: absolute;
	width: 100%;
	display: block;
	bottom:0;
	height: 196px;
	text-align: left;
	overflow: hidden;
	border-top: 1px solid #bbb;
}
.widgetMobile .pickerWheelSelect_Container .pickerWheelList {
	position: absolute;
	top:0;
	width: 100%;
	font-size: 25px;
	background-color: transparent;
	padding-left: 5px;
	padding-right: 5px;
	border-style: none;
}
.widgetMobile .pickerWheelSelect_Container .pickerWheelList .pickerWheelListOption {
	position: relative;
	height: 45px;
	overflow: hidden;
}
.pickerWheelSelect_Container .pickerWheelList {
	width: 100%;
	margin-top: 0;
}
/* @end */

/* @group Lists */

#header {
	position: relative;
	height: auto;
	width: 100%;
}
.preview_surveyIntro_imageDiv {
	position: relative;
	margin: 15px auto 0;
	width: 176px;
	background-color: #FFF;
	box-shadow: 1px 1px 8px #999;
}
.preview_surveyIntro_imageDiv img {
	width: 168px;
	margin: 4px;
	height: auto;
}
.introTitle {
	text-align: center;
	font-size: 24px;
	margin: 20px 0 0;
	line-height: 25px;
	font-weight: bold;
}
.introTitle.hidden {
	display: none;
}
.preview_headerBar {
	color: #FFF;
	margin: 0;
	line-height: 37px;
	text-align: center;
	font-size: 17px;
	background: #C4C4C4;
}
/*.default .preview_headerBar {
	border-radius: 4px 4px 0 0;
}*/
#qContainer {
	display: none;
}
.qPreviewText_scrollDiv_Container {
	background-color:#FFF;
	border-bottom: 1px solid silver;
	bottom: 62px;
	font-size: 14px;
	left: 0;
	margin:0;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	right: 0;
	text-align: left;
	top: 38px;
}
.widgetMobile .qPreviewText_scrollDiv_Container {
	height: auto;
	left:0;
	line-height: 17px;
	overflow: hidden;
	position: relative;
	top:0;
}
.preview_description_text_div {
	position: relative;
	margin: 20px auto;
	padding:0 4px;
	font-size: 12px;
}
.offer {
	margin: 15px auto;
}
img.coupon {
	display: block;
	margin: 15px auto 0;
	max-width: 320px;
}
@media screen and (max-width: 320px){
	.widgetMobile .qPreviewText_scrollDiv_Container {
		overflow: hidden;
	}
	img.coupon {
		max-width: 100%;
	}
	.offer, .coupon {
		width: 100%;
	}
}
.offer.O, .offer.C {
	font-weight: bold;
	line-height: 25px;
	text-align: center;
	margin: 0 auto;
}
.offer.C > h2 {
	width: 95%;
	margin: 0 auto;
	word-wrap: break-word;
}
.offer.D, .offer.T, .offer.N, .offer.E, .offer.M {
	width: auto;
	padding: 0 15px;
}
#footer {
	bottom:0;
	color:#aaa;
	font-size:11px;
	font-style:italic;
	left:0;
	padding:17px 15px 13px;
	position:absolute;
	right:0;
	text-align:right;
}
.default #footer {
    /*
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
    */
}
.widgetMobile #footer {
	position: relative;
	min-height: 35px;
    padding-bottom: 60px;
}
#footer .locLogo {
	float: left;
	margin-top:0;
	height: 32px;
	width: auto;
}
.footer_background {
	background-color:#C4C4C4;
}
.preview_surveyIntro_start_btn,
.continue_btn,
.previous_btn,
.viewResultsBut,
.closeSurveyBut {
	display: none;
	float: right;
	font-style: normal;
	text-align: center;
	text-decoration: none;
	width: 135px;
	margin:0 auto;
	color: #AAA;
	font-weight: bold;
	padding: 7px 10px 5px;
	font-size: 15px;
	background: #FFF;
	border: 1px solid #FFF;
    cursor: pointer;
}
.preview_surveyIntro_start_btn.inactive,
.continue_btn.inactive,
.previous_btn.inactive,
.viewResultsBut.inactive,
.closeSurveyBut.inactive {
    cursor: default;
    opacity: 0.5;
}
.preview_surveyIntro_start_btn img,
.continue_btn img,
.viewResultsBut img {
	float: right;
	margin-top: 1px;
}
.viewResultsBut {
	display: none;
}
#prevButContainer {
	float: left;
	display: none;
}
.previous_btn {
	width: 32px;
	height: 29px;
	text-align: center;
	padding: 0;
	margin-right: 10px;
}
.previous_btn i {
	font-size:32px;
	color: #8a730e;
	font-weight: bold;
	line-height: 32px;
}

.qPreviewInput1_A_item {
	position:relative;
	padding:8px;
	margin-bottom:1px;
	min-height:17px;
	background:#C4C4c4;
}
.qPreviewInput1_A_item.selected {
	margin-bottom:1px;
	background:#FFF;
}
/*.qPreviewInput1_A_item:first-child {
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}*/
.qPreviewInput1_A_item:last-child,
.qPreviewInput1_A_item.selected:last-child {
/*	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px; */
    margin-bottom:0;
}
.qPreviewInput1_A_item .qPI1A_img_div {
	position:absolute;
	top:4px;
	width:34px;
	height:27px;
}
.qPreviewInput1_A_item img {
	width:auto;
	height:auto;
	max-width:54px;
	max-height:36px;
	margin-top:3px;
	border:1px solid #a8a9a5;
}
.qPreviewInput1_A_item .qPI1A_container {
	text-align:left;
	overflow:hidden;
	margin-left:35px;
}
.qPreviewInput1_A_item.hasimage .qPI1A_container {
	margin-left:64px;
	min-height:35px;
}
.qPreviewInput1_A_item .qPI1A_text {
	display:inline-block;
	font-size:14px;
}
.hasimage .checkbox-outer {
	display:none;
}
.checkbox-outer {
	background-color:#FFFFFF;
	border-radius:9px;
	box-shadow:0 0 3px 0 rgba(128,128,128,0.5);
	height:18px;
	left:13px;
	position:absolute;
	width:18px;
}
.checkbox .checkbox-outer {
	border-radius:3px;
}
.checkbox-inner {
	border-radius:7px;
	border:1px solid #B3B3B3;
	height:12px;
	margin:2px;
	width:12px;
}
.checkbox .checkbox-inner {
	border-radius:3px;
}
.checkbox-inner i {
	display:none;
}
.selected .checkbox-inner {
	background:#139400;
}
.checkbox.selected i {
	color:#FFFFFF;
	display:inline;
	font-size:10px;
	left:4px;
	position:absolute;
	top:2px;
}
.qPreviewInput2_A_item,
.qPreviewInput2_A_item_img,
.signatureClear_item,
.imageRotateRightButton,
.imageRotateLeftButton,
.imageClearButton,
.imageRetakeButton {
	position: relative;
	color: #737373;
	font-size: 15px;
	text-shadow: 0px 0px transparent;
	border: 1px solid #b4b4b4;
	display: block;
	text-align: left;
	padding: 0;
	height: 36px;
	line-height: 36px;
	background: rgb(240,240,240);
	margin-bottom: 5px;
	margin-right: 0;
	width: 100%;
	overflow: hidden;
}
.triviaResults .qPreviewInput2_A_item,
.triviaResults .qPreviewInput2_A_item_img {
	padding-right:54px;
	border-style: none;
	background-image: none;
}
.qPreviewInput2_A_item .qPI2A_container,
.qPreviewInput2_A_item_img .qPI2A_container,
.qPreviewInput2_B_item .qPI2B_container,
.qPreviewInput2_B_item_img .qPI2B_container {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	left:0;
	text-align: left;
	overflow: hidden;
	padding-left: 5px;
	width: auto;
	line-height: normal;
	height: 36px;
}
.triviaResults .qPreviewInput2_A_item .qPI2A_container,
.triviaResults .qPreviewInput2_A_item_img .qPI2A_container,
.triviaResults .qPreviewInput2_B_item .qPI2B_container,
.triviaResults .qPreviewInput2_B_item_img .qPI2B_container {
	position: absolute;
	top:0;
	width: auto;
	overflow: visible;
	line-height: 1;
	margin-top: 1px;
}
.qPreviewInput2_A_item .qPI2A_text,
.qPreviewInput2_A_item_img .qPI2A_text,
.qPreviewInput2_B_item_img .qPI2B_text,
.signatureClear_item .qPI6D_text {
	display: inline-block;
	width: auto;
	font-size: 15px;
	text-align: left;
}
.triviaResults .qPreviewInput2_A_item .qPI2A_text,
.triviaResults .qPreviewInput2_A_item_img .qPI2A_text,
.triviaResults .qPreviewInput2_B_item_img .qPI2B_text {
	position: relative;
	display: inline-block;
	top:0;
	left:0;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 12px;
	margin-top: 3px;
}
.qPreviewInput2_A_item.selected,
.qPreviewInput2_A_item_img.selected,
.qPreviewInput2_B_item.selected,
.qPreviewInput2_B_item_img.selected,
.signatureClear_item.selected {
	color: #434343;
	border: 1px solid #818181;
	background: rgb(181,181,181);
}
.qPreviewInput2_A_item_img .qPI2A_img_div {
	position: absolute;
	width: 75px;
	height: 50px;
}
.qPreviewInput2_A_item_img .qPI2A_img_div,
.qPreviewInput2_B_item_img .qPI2B_img_div {
	position: absolute;
	top:0;
	right:0;
	left: auto;
	width: 54px;
	height: 36px;
	text-align: right;
}
.triviaResults .qPreviewInput2_A_item_img .qPI2A_img_div,
.triviaResults .qPreviewInput2_B_item_img .qPI2B_img_div {
	position: relative;
	display: inline-block;
	right: auto;
	left:0;
	vertical-align: top;
	width: auto;
}
.qPreviewInput2_A_item_img .qPI2A_img_div img,
.qPreviewInput2_B_item_img .qPI2B_img_div img {
	width: auto;
	height: auto;
	max-width: 54px;
	max-height: 36px;
}
.triviaResults .qPI2A_img_div {
	margin-left:4px;
	float:left;
}
.qPreviewInput2_B_item .qPI2B_text,
.qPreviewInput2_B_item_img .qPI2B_text {
	display: inline-block;
	width: auto;
	font-size: 15px;
	text-align: left;
}
.qPreviewInput2_B_item,
.qPreviewInput2_B_item_img {
	position: relative;
	color: #737373;
	font-size: 15px;
	border: 1px solid #b4b4b4;
	display: inline-block;
	text-align: left;
	padding: 0;
	height: 36px;
	line-height: 36px;
	background: rgb(240,240,240);
	margin-bottom: 5px;
	margin-right: 2%;
	width: 47%;
	overflow: hidden;
}
.qPreviewInput2_C_img {
	position: relative;
	width: 150px;
	height: 100px;
	display: inline-block;
	border: 1px solid #969797;
	background-color: #FFF;
	margin: 2px;
}
.qPreviewInput2_C_img > img {
	width: 150px;
	height: 100px;
	z-index: 0;
}
.qPreviewInput2_C_img > .checkMark {
	position: absolute;
	width: 44px;
	height: 44px;
	background: url(../img/CH-Check.png) no-repeat;
	right: -13px;
	z-index: 1;
	top: -10px;
	display: none;
}
.qPreviewInput2_C_img.selected {
	border: 1px solid #FFBC19;
}
.qPreviewInput2_C_img.selected > .checkMark {
	display: block;
}
.qPreviewInput2_D_img {
	-ms-behavior:url(css/backgroundsize.min.htc); /* Relative to doc, not CSS file */
	background-size:cover;
	background-position:center center;
	border-width:1px;
	border-style:solid;
	border-color:#969797;
	display:inline-block;
	height:100px;
	margin:2px;
	position:relative;
	width:150px;
}
.qPreviewInput2_D_img.selected {
	border-color:#FFBC19;
}
.qPreviewInput2_D_img div + div img {
	display: none;
}
.qPreviewInput2_D_img .textholder {
	display:block;
	position:absolute;
	width:100%;
	bottom:10%;
}
.qPreviewInput2_D_img .mask {
	height:100%;
}
.qPreviewInput2_D_img .textlabel {
	display:table;
	width:80%;
	margin:0 auto;
	background:#E7E8E9;
	text-align:center;
}
.qPreviewInput2_D_img .text {
	display:table-cell;
	margin-right:-0.5em;
	padding-right:1em;
	vertical-align:middle;
	line-height:normal;
}
.qPreviewInput2_D_img.selected .icon-check {
	visibility:visible;
}
.qPreviewInput2_D_img .icon-check {
	display:block;
	visibility:hidden;
}
.qPreviewInput2_D_img .icon-container {
	width:1em;
	display:table-cell;
	padding-left:0.5em;
	vertical-align:middle;
}
/* @group slider */
.qPreviewInput4_selImg {
	position: relative;
	height: 64px;
	width: 96px;
	margin-left: auto;
	margin-right: auto;
	padding: 4px;
}
.qPreviewInput4_selImg > img {
	width: 96px;
	height: 64px;
}
.qPreviewInput4_max {
	margin-right: 3px;
}
.qPreviewInput4_selText {
	height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	font-size: 15px;
	font-weight:bold;
	max-width: 90%;
	width: auto;
	margin: 0 auto 5px;
	position: relative;
}
.ui-slider-handle > .qPreviewInput4_selText {
	position: absolute;
	max-width: 100px;
}
.qPreviewInput4_min,
.qPreviewInput4_min_container {
	text-align: left;
	float:left;
	color: #5c5d5d;
	font-size: 14px;
	margin-left: 15px;
	max-width: 45%;
	position: relative;
}
.qPreviewInput4_max,
.qPreviewInput4_max_container {
	text-align: right;
	float:right;
	color: #5c5d5d;
	font-size: 14px;
	margin-right: 15px;
	max-width: 45%;
	position: relative;
}
.qPreviewInput4_minImg {
	margin-left: 13px;
	margin-bottom: 7px;
	width: 48px;
	height: 32px;
	float: left;
	position: relative;
}
.qPreviewInput4_maxImg {
	margin-right: 13px;
	margin-bottom: 7px;
	width: 48px;
	height: 32px;
	float: right;
	position: relative;
}
.ui-slider {
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	background:#bebebe;
	border:1px solid #B5B5B5;
	margin:0 15px 9px;
	position:relative;
	text-align:left;
}
.ui-slider-handle {
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
	background:#e5e5e5;
	border:1px solid #9E9E9E;
}
.ui-slider-handle.ui-state-active {
	background:#FFF;
	border-color:#7E7E7E;
}
.unmoved .ui-slider .ui-slider-range-min {
	display:none;
}
.unmoved .qPreviewInput4_selText {
	display:none;
}
.moved .footerText {
	display:none;
}
.ui-slider-range-min {
	-webkit-border-radius:7px 0 0 7px;
	-moz-border-radius:7px 0 0 7px;
	border-radius:7px 0 0 7px;
    background:#3e76c3;
    border:1px solid #477EC4;
}
.ui-slider .ui-slider-handle {
	position:absolute;
	z-index:2;
	width:1.2em;
	height:1.2em;
	cursor:default;
}
.ui-slider .ui-slider-range {
	position:absolute;
	z-index:1;
	font-size:.7em;
	display:block;
	background-position:0 0;
}
.ui-slider-horizontal {
	height:.8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top:-.25em;
	margin-left:-.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top:-1px;
	height:100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left:-1px;
}
.ui-slider-horizontal .ui-slider-range-max {
	right:0;
}
.qPreviewInput4_minImg img,
.qPreviewInput4_maxImg img {
	width: 48px;
	height: 32px;
}
/* @end */

/* @group media_input */
div.signatureFld_Container {
	display: none;
	position: relative;
	width: 600px;
	margin: 0 auto;
}
div.canvasContainer {
	position: relative;
	width: 100%;
	height: 120px;
	margin: 0 auto 20px;
	background: #ddd;
	border-bottom: 1px solid #000;
}
div.canvasContainer > canvas.signaturePad {
	width: 100%;
	height: 100%;
}
.signatureClear_item {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
}
.signatureClear_item .qPI6D_container {
	width: 100%;
}

div.imageFld_Container {
	display: none;
	position: relative;
	margin: 0 auto;
}
div.imageContainer,
div.imageButton {
    position: relative;
    height: 250px;
    width: 250px;
    margin: 0 auto;
    padding: 10px;
	background: #eee;
}
div.imageContainer {
	border: 1px solid gray;
	margin-bottom: 30px;
}
div.imageButton {
	position: absolute;
    cursor: pointer;
    padding: 0;
}
img.imageOrigSrc {
    position: absolute;
    display: none;
}
img.imagePreview {
	position: relative;
	max-height: 250px;
	max-width: 250px;
	width: auto;
	display: none;
    margin: 0 auto;
    top: 50%;
	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}
div.imageFld_Container div.svgContainer {
	position: relative;
	top: 50%;
	margin: -50px auto 0;
	width: 100px;
}
div.imageButton svg {
	fill: #aaa;
}
div.imageFld_Container div.imageRotateRightButton,
div.imageFld_Container div.imageRotateLeftButton,
div.imageFld_Container div.imageClearButton,
div.imageFld_Container div.imageRetakeButton {
	display: none;
	position: absolute;
	height: 25px;
	width: 25px;
	margin: 10px;
	text-align: center;
    cursor: pointer;
}
div.imageFld_Container div.imageRotateRightButton {
	bottom: 0;
	left: 0;
}
div.imageFld_Container div.imageRotateLeftButton {
	bottom: 0;
	right: 0;
}
div.imageFld_Container div.imageClearButton {
	top: 0;
	left: 0;
}
div.imageFld_Container div.imageRetakeButton {
	top: 0;
	right: 0;
}
div.imageFld_Container div.imageRotateRightButton svg,
div.imageFld_Container div.imageRotateLeftButton svg,
div.imageFld_Container div.imageClearButton svg,
div.imageFld_Container div.imageRetakeButton svg {
	height: 17px;
	fill: #666;
	margin-bottom: 2px;
}
/* @end */



/* @group Social Login */
#touchLink, .socialAuthDiv {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	display: none;
	z-index: 100;
}

.socialAuthDiv {
	background-color: rgba(0, 0, 0, 0.5);
	cursor: pointer;
}
.socialAuthLinksDiv {
	position: relative;
	width: 100%;
	max-width: 325px;
	min-height: 280px;
	background-color: #fff;
	margin: 0 auto;
	cursor: auto;
}
.socialAuthTitle {
	background-color: #E11700;
	width: 100%;
	height: 50px;
	color: #fff;
	text-align: center;
}
.saTitleSpan {
	display: inline-block;
	margin-top: 15px;
	letter-spacing: 1px;
	font-size: 21px;
}
.socialAuthTitleCloseX {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px;
	font-size: 18px;
	line-height: 7px;
	cursor: pointer;
}
.saButton {
	width: 211px;
	height: 41px;
	position: relative;
	margin: 30px auto;
	display: block;
	cursor: pointer;
}
.facebookAuthButton {
	background: url(../img/socialAuthButtons.png) no-repeat 0 0;
}
.twitterAuthButton {
	background: url(../img/socialAuthButtons.png) no-repeat 0 -41px;
}
.socialAuthText {
	position: relative;
	width: 100%;
	max-width: 295px;
	border-top: 1px solid #D5D5D5;
	margin: 0 auto;
	padding: 12px 0;
	font-size: 11px;
}
/* @end */

/* @group Results */
.pickerWheelListOption .pickerOptionTextDiv {
	background-color: transparent;
}
.pickerOptionResultNumDiv {
	position: absolute;
	top:0;
	right:0;
	background-color: transparent;
	z-index: 10;
	font-weight: normal;
	font-style: normal;
}
.openQuestionResponseDiv {
	position: relative;
	left: 7px;
	max-height: 16px;
	font-size: 11px;
	line-height: 11px;
	overflow: hidden;
	margin-top: 3px;
	padding-top: 3px;
	width: 299px;
	border-top: 1px dotted #cfd1d1;
	text-align: left;
	padding-left: 7px;
	text-indent: -7px;
}
#loadMoreOpenResp {
	font-weight: bold;
}
.qPreviewInput2_A_item_img .qPI2A_img_ResultNumDiv {
	position: absolute;
	top: 6px;
	left: 10px;
	width: 75px;
	height: 50px;
	background-color: #FFF;
	opacity: 0.5;
	font-size: 15px;
	line-height: 52px;
	font-weight: bold;
	text-align: right;
}
.triviaResults .qPreviewInput2_A_item_img .qPI2A_img_ResultNumDiv {
	top:0;
	left: auto;
	right:0;
	width: 54px;
	height: 36px;
	line-height: 38px;
	background-color: transparent;
	font-size: 12px;
}
.qPreviewInput2_A_item_img .buttonOptionResultDiv {
	position: absolute;
	top: 17px;
	left: 91px;
	height: 26px;
	background-color: #A6E259;
	border-left: 1px solid #A6E259;
}
.triviaResults .qPreviewInput2_A_item_img .buttonOptionResultDiv {
	float:left;
	position: relative;
	display: inline-block;
	min-width: 10px;
	top: 9px;
	height: 20px;
	background: #6dc157;
	left:0;
	vertical-align: top;
	border-style: none;
}
.qPreviewInput2_A_item_img .buttonOptionResultDiv.wrong {
	background-color: #e9372e;
	border-left: 1px solid #e9372e;
}
.triviaResults .qPreviewInput2_A_item_img .buttonOptionResultDiv.wrong {
	background: #d77d7d;
}
.qPreviewInput1_A_item .checkboxOptionResultDiv {
	position: absolute;
	top: 6px;
	left: 91px;
	height: 52px;
	background-color: #A6E259;
	border-left: 1px solid #A6E259;
}
.qPreviewInput1_A_item .qPI1A_img_ResultNumDiv {
	position: absolute;
	top: 6px;
	left: 10px;
	width: 75px;
	height: 50px;
	background-color: #FFF;
	opacity: 0.5;
	font-size: 15px;
	line-height: 52px;
	font-weight: bold;
}
.qPreviewInput4 .qPreviewInput4_selImg_ResultNumDiv {
	position: relative;
	top: 13px;
	left: 14px;
	height: 24px;
	width: 98%;
	overflow: hidden;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
#sliderResultChartDiv_Container {
	position: relative;
	left: 18px;
	top: -15px;
	width: 285px;
	height: 50px;
}
.dashed_line {
	position: absolute;
	top: 25px;
	left:0;
	width: 12px;
	height: 76px;
	border-right: 1px dashed #000;
}
.qPreviewInput2_A.firstPlaceResultContainer {
	/*background-color: #fdd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
	margin-bottom: 0;
}

.selectedAnswers {
	background-color:#E3E3E3;
	padding:0 6px 4px 6px;
	text-align:left;
}
.othersHeading {
	text-align:left;
}

.qPreviewInput2_A .resultsFirstPlaceText,
.qPreviewInput2_A .resultsSecondPlaceText {
	display: none;
}
.qPreviewInput2_A.firstPlaceResultContainer > img {
	display: none;
}
/* @end */

.displaynone {
	display:none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	overflow: hidden;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
}

.select2-container--default .select2-selection--single:focus {
	outline: none;
}
