@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:400,600&subset=latin,latin-ext);

HTML { }
BODY {
	font-family: 'Source Sans Pro', sans-serif, arial;
	font-size: 17px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding: 20px;
	padding-top: 15px;
	color: #000080;
	background-color: #f5f5f5;
}

table, td, div, span, input, select, textarea { font-size: inherit; font-weight: inherit; font-style: inherit; font-variant: inherit; font-family: inherit; color: inherit }
input[type=text], select, input[type=password], textarea { background-color: #fff; border: 1px solid #A4A4E2; border-radius: 3px;  }

TABLE {
	margin: 0px;
	padding: 0px;
}
TD {
	padding: 0px;
	margin: 0px;
}

table.header { margin: 0px auto; }
table.desktopHeader { color: #000080;  }
.desktopHeader td {	padding: 5px 7px 0px 7px; }
table.tabletHeader { width: 100%; color: #000080; background-color: #FFF; font-size: 0.8em }
.tabletHeader td {	padding: 10px 35px; }
table.mobileHeader { width: 100%; color: #000080; background-color: #FFF; font-size: 0.8em }
.mobileHeader td {	padding: 5px 10px; }

#page-div {
	background-color: #f5f5f5;
	padding: 20px; 
	margin-left: auto;
	margin-right: auto; 
}

/* Survey page (all survey content is contained in this table) */
TABLE.page {
	border: 0px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
TABLE.sections {
	margin: 0px;
	width: 100%;
	border: 0px;
}
TD.sections {
	border: 0px;
	text-align: left;
	padding:2px;
}
.title {
	font-size: 1.3em;
	text-align: left;
	vertical-align: middle;
	padding: 3px;
	margin: 0px 0px;
}
h1.title { 
	border-bottom: 1px solid #000080;
}
TD.sectionTitle {
	background-color:transparent !important;
	font-size:1.2em !important;
	padding: 5px;
}
TD.sectionText {
	font-weight: normal;
	padding: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: left;
}
SPAN.sectionTitle {
	width:100%;
}

TD.topLeftCorner { width: 0px; }
TD.topRightCorner { width: 0px; }
TD.leftSide { width: 0px; }
TD.rightSide { width: 0px; }
TD.bottomLeftCorner { width: 0px; }
TD.bottomRightCorner{ width: 0px; }

TD.login {
	padding-left: 20px;
	text-align: left;
}
/* Language selection */
TD.langSelector {
	font-size: 0.9em;
	padding: 2px;
	text-align: right;
}
SELECT.langSelector {
	font-size: 0.9em;
}
/* Survey introduction */
TD.introduction {
	font-size: 1.0em;
	padding: 5px;
}
/* Question table */
TABLE.questionTbl {
	margin: 0px;
	margin-top: 10px;
	padding:0px;
	text-align: left;
}
TD.question {
	padding: 0px;
}
TD.questionNo {
	vertical-align:top;
	font-size: 1.0em;
	padding: 2px;
}
TD.questionText {
	font-size: 1.0em;
	font-weight: 600;
	vertical-align:top;
	padding: 2px;
}
TD.questionInput {
	padding-bottom: 10px;
	padding-top: 5px;
}
TD.questionFreeText {
	padding-bottom: 5px;
}
TD.textBefore {
	padding: 5px;
}
TD.textAfter {
}
.afterLastQuestion,.spaceAfterFirstSectionText,.beforeFirstQuestion,.spaceBeforeSectionText,.spaceAfterSectionText {
	margin: 0px;
	border: 0px;
	height: 0px;
}
.spaceBeforeFirstSectionText {
	padding: 5px;
}
.betweenQuestions {
	padding: 6px;
	height: 12px;
}

SELECT {
	padding: 2px;
}
TEXTAREA {
	padding: 4px;
}

INPUT[type=text], input[type=password] { padding: 3px }

/* Essay */
INPUT.essayText {
	padding-top: 1px !important;
	padding-bottom: 1px !important;
	font-weight: normal;
}
/* Essay */
INPUT.questionFreeText {
}
SELECT.essayDropdown {
	padding-top: 1px !important;
	padding-bottom: 1px !important;
	font-weight: normal;
}
INPUT.essayCheckbox {
	width: 1.0em;
	height: 1.0em;
}
/* Rating question */
TABLE.rating {
	font-size: 1.0em;
	margin-left: 5px;
}
TD.ratingMinMax {
	font-size: 1.0em;
	margin-left: 5px;
}
TD.ratingNumbers {
	font-size: 1.0em;
	margin-left: 5px;
	padding-left: 5px;
	padding-right: 5	;
}
TD.ratingNA {
	font-size: 1.0em;
	margin-left: 5px;
}
TD.ratingRadio {
	font-size: 1.0em;
}
TD.ratingEmpty {
	font-size: 1.0em;
	margin-left: 5px;
}
INPUT.ratingRadio {
	width: 1.05em;
	height: 1.05em;
	margin-left: 5px;
}
/* Numeric question */
TABLE.numeric {
	margin-left: 5px;
}
TD.numericPrefix {
	font-size: 1.0em;
	margin-left: 5px;
}
TD.numericPostfix {
	font-size: 1.0em;
	margin-left: 5px;
}
TD.numericInput {
}
INPUT.numericInput {
}
/* Dropdown question */
TABLE.dropdown {
	margin-left: 5px;
}
TD.dropdown {
}
SELECT.dropdown {
}
/* question */
TABLE.Choice {
	font-size: 1.0em;
	margin-left: 5px;
}
TD.Button {
	border:none;
	font-size: 1.0em;
	margin-left: 5px;
}
input.button, input[name="sendbutton"], input[name="cancelbutton"], input[type="button"], input[name=login]  {
	cursor:pointer;
	font-size: 1.1em; 
	padding:8px 24px;
	text-decoration:none;
	margin: 3px;
	margin-left: 10px;
}
input.Button:active {
	position:relative;
	top:1px;
}
	
	
}
TD.Text {
	font-size: 1.0em;
	margin-left: 5px;
}
TD.Image {
	margin-left: 5px;
}
table.multipleChoice {
	cursor: pointer;
	margin-top: 2px;
	margin-bottom: 2px;
}
table.multiple.desktop .multipleChoice:hover {
	background-color: #DEDEF5;
}
table.multiple .handheld {
	cursor: pointer;
}

table.multipleChoice > tbody > tr > td {
	padding-top: 3px;
	padding-bottom: 3px;
}
INPUT.multipleOther {
	font-size: 1.0em;
	margin-left: 5px;
}
INPUT.multipleButton {
	margin-left: 2px;
	margin-top: 3px;
	width: 1.05em;
	height: 1.05em;
}
td.multipleText {
	font-size: 1.0em;
	vertical-align: text-top;
}
td.multipleButton {
	padding: 4px;
	vertical-align: top;
}


/* Matrix question */
TABLE.matrix {
	border-collapse:collapse;
	margin: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
/* border-collapse:separate; */
}
TD.matrixHeading {
	border: 0px;
	font-weight: bold;
}
TD.matrixCell {
	border: #D0D0EC 1px solid;
	padding: 3px;
	font-size: 1.0em;
}
/* for cells containing text fields, num fields, dropdowns */
.cell-field-td {
	text-align: left;
}
/* for cells containing radio or checkboxes */
.cell-button-td {
	cursor: pointer;
}
.cell-button-td:hover { 
	background-color: #DEDEF5;
}

TD.matrixEmpty {
	border: none;
}
INPUT.matrixCheckbox {
	width: 1.05em;
	height: 1.05em;
	margin-top: 2px;
}
INPUT.matrixRadio {
	width: 1.05em;
	height: 1.05em;
	margin-top: 1px;
}
INPUT.matrixText {
	text-align: left;
}
SELECT.matrixDropdown {
	text-align: left;
}
/* Upload files screen */
Table.uploadPage {
	background-color: #f5f5f5;
	padding: 10px;
	margin: 0px;
	width: 100%;
}
TD.uploadTitle {
	padding: 5px;
	font-weight: bold;
	text-align: center;
}
TD.uploadHelp {
	padding:5px;
}
TD.upload {
	padding:5px;
}
SELECT.uploadSelectImage {
}
TD.uploadPreview {
}
TD.uploadButtons {
	padding:5px;
	padding-bottom:0px;
	text-align: right;
}
TD.uploadButtons input {
	margin: 5px;
	padding: 4px 6px;
}
Input.uploadField {
	width: 100%;
}
/* ProgressBar */
TD.progressBar {
	width: 40%;
}
TABLE.progressBar {
	width: 100%;
}
TD.progressBarFill {
	/*	controls the filled part of the progress bar f.ex:	BACKGROUND-COLOR: #000000; */
	background-color: #000080;
	height: 15px;
	border-radius: 2px;
}
TD.progressBarBlank {
	/*	controls the blank part of the progress bar f.ex:	BACKGROUND-COLOR: #FFFFFF; */
	background-color: #C2C2E4;
	border-radius: 2px;
}
TD.progressBarText {
/*
	controls the text(percentage) of the progress bar
 */
}
TD.buttons {
/*
	controls the table cell where survey buttons are located
 */
 	border-top: 1px solid #000080;
	padding: 2px;
	padding-bottom: 3px;
	padding-top: 15px;
	height: 30px;
	text-align: right;
	vertical-align: top;
}
TD.thankYouNote {
/*
	controls the table cell where survey thank-you note is displayed
 */
	padding: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
}
/* survey footer */
Table.footer {
	width: 100%;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
}
TD.footer {
	text-align: center;
}
/* Save and come back */
TD.saveAndComeBack {
	padding: 10px;
}
/* Dialog */
TD.dialog {
	padding: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.disabled { background-color: #DDD }
.readonly { background-color: #F5F5F5 }

.hover { background-color: #EEE }

/* matrix tooltip */
.ui-tooltip {
	color: #5D5D5D;
	border: 0px;
	padding: 0px;
	position: absolute;
	max-width: 500px;
	background-color: #e9e9e9;
	box-shadow: 0px 0px 5px #888;
	text-align: left;
}

.ui-tooltip-content {
	border: 0px;
	padding: 5px;
}
