/* *Base Argon styles, without colours or themes */

/* Stolen from Twitter Bootstrap */
.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
			 border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
		-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
			 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}


textarea {
	 vertical-align: baseline;
}
h4 {
	 margin-bottom: 2px;
}
/* Styles used in multiple classes */
.image_button {
	 border: 1px solid #DDDDDD;
	 border-bottom-color: #333333;
	 border-right-color: #333333;
}
.fullwidth {
	 width: 100%;
}
.halfwidth {
	 width: 50%;
}
.reducedheight {
	 margin-top: -2px;
	 margin-bottom: -2px;
}
.center {
	text-align: center;
}
.valign_middle {
	 vertical-align: middle;
	 color:#AACCCC;
	 border:1px;
	 background-color: #ccee33;
}
/* Remove an item from display. Useful for hiding, eg, table rows (tr objects) */
.hidden {
	 display: none;
}
/* Revealed by a command in argon.js if javascript is enabled. Do NOT attach other styles to this class, as the Javascript removes the class. The corresponding class javascript_hide is only visible when there is NO javascript */
.javascript_only {
	 display: none;
}
.warning {
/* Red text */
	 color: red;
	 font-weight: bold;
}
.insignificant {
	 font-size: 90%;
	 color: #777777;
}
.duplicate {
	 font-weight: bold;
}
.demo {
	 background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.deleted,
.deleted td {
	 color: #777777 !important;
}
.hint {
	 font-size: 90%;
	 color: #555555;
}
.notebox {
	 border: 1px solid #000044;
	 padding: 8px;
	 margin: auto;
	 background-color: #DDDDFF;
	 text-align: center;
	 width: 500px;
}
.bigscrollbox {
	 overflow: auto;
	 max-height: 600px;
	 max-width: 820px;
}
/* Class-specific styles */
.reorder {
	 border-top: 2px solid black;
}
.item {
	 border-bottom: 2px solid black;
	 padding: 3px 0 3px 0;
}
.item_controls {
	 background: #BCBCBC;
	 width: 25px;
	 text-align: center;
	 padding: 3px;
	 vertical-align: top;
	 font-weight: bold;
}
.item_content {
}
.clear {
	 clear: both;
	 height: 1px;
}
a:hover {
	 text-decoration: underline;
}
input.big {
	 width: 100px;
}
input.small {
	 width: 50px;
}
.largefont {
	 font-size: 150%;
}
.error {
	 font-weight: bold;
	 color: #FF0000;
}
/* "Table" object CSS styles */
table.argon_table {
	 border-bottom: 1px solid #333333;
	 border-top: 1px solid #333333;
/* width: 100%; */
}
.argon_table td, .argon_table th {
	 padding: 3px 6px;
	 border: 0;
}
.argon_table_headings, .argon_table_headings th {
	 background-color: #AAAAAA;
	 color: #111111;
	 text-align: left;
	 padding: 4px 7px;
}
.argon_table_headings a {
	 color: #111111;
}
.argon_table td {
	 vertical-align: top;
	 color: #333333;
}
.argon_table_oddrow {
}
.argon_table_evenrow {
	 background-color: #EEEEEE;
}
table.highlightrows .argon_table_oddrow.hover, table.highlightrows tr.argon_table_oddrow:hover {
	 background: #ECF3FF;
}
table.highlightrows .argon_table_evenrow.hover, table.highlightrows tr.argon_table_evenrow:hover {
	 background: #DDEEF8;
}
.new_participant {
	 border-top: solid 1px #AAAAAA;
}
/* .warning */
.argon_table_oddrow.warning, .argon_table_oddrow td.warning {
	 background-color: #FFBBBB;
}
.argon_table_evenrow.warning, .argon_table_evenrow td.warning {
	 background-color: #EEAAAA;
}
table.highlightrows tr.argon_table_oddrow.warning:hover, table.highlightrows .argon_table_oddrow.warning.hover, table.highlightrows tr.argon_table_oddrow:hover td.warning, table.highlightrows .argon_table_oddrow.hover td.warning {
	 background-color: #FF9999;
}
table.highlightrows tr.argon_table_evenrow.warning:hover, table.highlightrows .argon_table_evenrow.warning.hover, table.highlightrows tr.argon_table_evenrow:hover td.warning, table.highlightrows .argon_table_evenrow.hover td.warning {
	 background-color: #EE8888;
}
/* .shade */
.argon_table_oddrow.shade, .argon_table_oddrow td.shade {
	 background-color: #BFBFBF;
}
.argon_table_evenrow.shade, .argon_table_evenrow td.shade {
	 background-color: #AFAFAF;
}
table.highlightrows tr.argon_table_oddrow.shade:hover, table.highlightrows .argon_table_oddrow.shade.hover, table.highlightrows tr.argon_table_oddrow:hover td.shade, table.highlightrows .argon_table_oddrow.hover td.shade {
	 background-color: #9F9F9F;
}
table.highlightrows tr.argon_table_evenrow.shade:hover, table.highlightrows .argon_table_evenrow.shade.hover, table.highlightrows tr.argon_table_evenrow:hover td.shade, table.highlightrows .argon_table_evenrow.hover td.shade {
	 background-color: #8F8F8F;
}
/* .complete */
.argon_table_oddrow.complete {
	 background-color: #CEFFCE;
}
.argon_table_evenrow.complete {
	 background-color: #BBEEBB;
}
table.highlightrows tr.argon_table_oddrow.complete:hover {
	 background-color: #AEFFAE;
}
table.highlightrows tr.argon_table_evenrow.complete:hover {
	 background-color: #99EE99;
}
tr.clickbutton_row td {
	 padding-top: 4px;
	 padding-bottom: 4px;
}
table.compact tr.clickbutton_row td {
	 padding-top: 2px;
	 padding-bottom: 2px;
}
/* *A table with zero padding or spacing, for inclusion, eg., other tables */
.argon_minimal_table table, .argon_minimal_table th {
	 margin: 0px;
	 padding: 0px;
	 border: 0px;
}
.argon_minimal_table td {
	 margin: 0px;
	 padding: 0px;
	 border: 0px;
	 padding-right: 3px;
	 padding-bottom: 3px;
}
/* *Notification box painted at bottom right of browser window */
.argon_notification_box {
	 border: 1px solid #000044;
	 border-top: 0px solid #000044;
	 border-bottom: 0px solid #000044;
	 padding: 0px;
	 background-color: #DDDDFF;
	 font-weight: bold;
	 position: fixed;
	 right: 5px;
	 bottom: 6px;
	 width: 350px;
	 z-index: 999;
}
div.argon_notification {
	 border-top: 1px solid #000044;
	 border-bottom: 1px solid #000044;
	 padding: 4px;
	 margin: 0px;
	 margin-bottom: -1px;
	 position: relative;
}
div.argon_notification input.notification_close {
	 float: right;
}
.argon_notification iframe {
	 border-width: 0px;
	 width: 320px;
	 height: 65px;
	 margin: 0px;
	 padding: 0px;
}
/* *Div box that holds debug output */
#debug {
	 border: 1px solid black;
	 background: #DDFFFF;
}
/* *Simple page layout classes */
.floatleft {
	 float: left;
}
.floatright {
	 float: right;
}
.floatcontainer {
	 position: relative;
	 top: 0px;
}
.floatclear {
	 clear: both;
}
/* *"form" tag, for two-column forms */
table.argon_form {
	 border-right: 2px solid #DDDDDD;
	 border-bottom: 2px solid #DDDDDD;
	 border-collapse: separate;
}
table.argon_form tr th {
	 vertical-align: top;
	 text-align: right;
	 background-color: #DDDDDD;
	 border-top: 2px solid #DDDDDD;
	 border-left: 2px solid #DDDDDD;
}
table.argon_form tr td {
	 vertical-align: top;
	 border-top: 2px solid #DDDDDD;
	 border-left: 2px solid #DDDDDD;
}
table.argon_form.nopadding tr td, table.argon_form tr.nopadding td, table.argon_form tr td.nopadding {
	 padding: 0px;
}
table.argon_form.px900 {
	 width:  900px;
}
/* *"htmlgraph" tag, for horizontal bar graphs */
.htmlgraph_clear {
	 clear:both;
}
.htmlgraph_graphcont {
	 padding-top:0px;
	 color:#000;
	 font-weight:700;
	 float:left
}
.htmlgraph_graph {
	 float:left;
	 margin-top:0px;
	 background-color:#cecece;
	 position:relative;
	 width:280px;
	 padding:0
}
.htmlgraph_bar {
	 display:block;
	 border: none;
	 border-spacing: 0;
	 position:relative;
/* background-image:url(images/bargraph.gif); */
	 background-position:right center;
	 background-repeat:repeat-x;
	 border-right:#538e02 1px solid;
	 text-align:center;
	 color:#fff;
	 height:17px;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:11px;
	 line-height:1.6em
}
.htmlgraph_graph .htmlgraph_bar span {
	 position:absolute;
	 left:1em
}
.htmlgraph_rating {
	 display:inline;
}
table.htmlgraph th {
	 text-align: right;
	 font-size: 9pt;
}
/* *Default submit button on the page */
input.defaultbutton {
	 font-weight: bold;
}
/* * Improve browser support for <wbr/> (soft wordbreak) tag */
wbr:after {
	 content: "\00200B"
}
/* * EmailPreviewButton style */
#email_preview {
	max-width: 900px;
}
#preview .dijitDialogPaneContent, #email_preview > .dijitDialogPaneContent {
	padding: 0px;
	height: 100% !important;
	width: 100% !important;
}
#preview iframe {
	border: 0px;
}



/* *QuestionPreview.class */
table.questionpreview {
	 border-top: 1px solid black;
	 border-left: 1px solid black;
	 border-bottom: 1px solid black;
	 margin-top: -1px;
	 width: 100%;
}
table.questionpreview td {
	 border-right: 1px solid black;
}
/* menutable element */
td.status_table_step {
	 background-color: #DDDDDD;
	 vertical-align: top;
	 text-align: left;
	 font-size: 80%;
}
td.status_table_step_status {
}
span.status_table_step_title {
	 font-size: 140%;
	 font-weight: bold;
	 color: #033390;
}
div.dijitDateTextBox {
	 width: 9em;
}

input.currency {
	 text-align:right;
}

@media print {
	.sticky-top { 
		position: unset !important;
	}

	.noprint {
		display: none !important;
	}

	body {
		max-width: unset !important;
	}
}


/*report generation page*/
tr.participant > td {
	font-size: smaller;
	padding-top:10px;
	padding-bottom:5px;
}
.participant-name {
	font-size:0.9rem !important;
	padding-right:10px;
}
.respondent-table {
	margin-left:40px;
	margin-top:4px;
}
.respondent-name {
	font-weight: bold;
	padding-right:10px;
}
.email-url {
	color:#777777;
	font-size:80% !important;
	font-weight: bold;
	padding-left:20px;
	padding-right:20px;
	text-wrap: nowrap;
}
a.copyurl {
	/*text-decoration: underline !important;*/
	cursor: copy;
	display: inline-grid;
	font-size: small;
	margin-left: 10px;
	margin-right: 10px;
}
.responded {
	color:black;
}
.not-responded {
	color:red;
}
.reports_form {
	display: inline; 
}

/*new error popup for argon (see errorhandler.class)*/
/* *Validation error */
.validation_error {
	 border: 2px dashed #FF0000;
	 margin: 0;
	 padding: 0;
}

.error { font-weight: unset; }

.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	visibility: hidden;
	opacity: 0;
}
.overlay:target {
	visibility: visible;
	opacity: 1;
}

.popup {
	margin: 150px auto;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	width: 35%;
	min-width: 400px;
	position: relative;
}

.popup .close {
	position: absolute;
	top: 0px;
	right: 7px;
	font-size: 25px;
	color: #333;
	text-decoration: none;
}
.popup .close:hover {
	color: #000;
}
/*need to change position here else date box overwrites error overlay */
.dijitInputContainer {
	position: unset !important;
}