body {
	margin: 0px;
	padding: 0px;
	font-family: "Lato", "Open Sans", sans-serif;
	font-weight: 300;
}

p {
	font-size: 18px;
	line-height: 24px;
}

A, A:link, A:active, A:visited {
	color: #70648d;
	font-weight: bold;
	font-size: inherit;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

.content-section {
	max-width: 1280px;
	margin: 20px auto;
}

.form-section {
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
}

.center-align { text-align: center; }
.right-align { text-align: right; }
.left-align { text-align: left; }

.section-block {
	-webkit-border-radius: 4px; 
  	-moz-border-radius: 4px;
  	border-radius: 4px; 
  	padding: 10px;
  	border: 1px solid #ddd;
  	margin-bottom: 25px;
}

.tag-indication {
	-webkit-border-radius: 4px; 
  	-moz-border-radius: 4px;
  	border-radius: 4px; 
  	color: #555;
  	padding: 6px 10px;
  	margin-right: 6px;
  	font-weight: bold;
  	font-size: 16px;
  	border: 1px dotted #aaa;
}

.config-field-row {
	margin-bottom: 15px;
}

.config-field-row select {
	margin-right: 10px;
}

.simple-tag {
	-webkit-border-radius: 4px; 
  	-moz-border-radius: 4px;
  	border-radius: 4px; 
  	color: #555;
  	background-color: #f2f2f2;
  	padding: 6px 10px;
  	margin-right: 6px;
  	font-weight: normal;
  	border: 1px dotted #aaa;
}

.simple-tag-smaller {
	-webkit-border-radius: 4px; 
  	-moz-border-radius: 4px;
  	border-radius: 4px; 
  	color: #555;
  	background-color: #f2f2f2;
  	padding: 6px 10px;
  	margin-right: 6px;
  	font-weight: normal;
  	font-size: 75%;
  	border: 1px dotted #aaa;
}

.smallcaps {
	font-variant: small-caps;
}

.simple-delete-button {
	cursor: pointer;
	display: inline-block;
	line-height: 16px;
	color: #888;
	padding: 4px 5px 5px;
	font-size: 15px;
	-webkit-border-radius: 4px; 
  	-moz-border-radius: 4px;
  	border-radius: 4px; 
  	background-color: #f2f2f2;
  	border: 1px solid #ccc;
  	position: relative;
  	top: -2px;
  	margin: 0px 5px;
}

.delete-button1, .button-bar input.delete-button1[type="button"] {
	background-color: #e6e6e6; /* #8d0000; */
	border: 1px solid #8d0000;
	font-weight: bold;
	color: #8d0000;
}

.delete-button {
	display: inline-block;
	background-color: #e6e6e6;
	border: 1px solid #ccc;
	color: #555;
	padding: 4px 16px 12px;
	font-size: 18px;
	font-family: "Lato", "Open Sans", sans-serif;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: 400;
	cursor: pointer;
}

.delete-button:hover {
	background-color: #f5f5f5;
}

.delete-button:before {
	content: url(/images/red-warning-symbol.png);
	position: relative;
	top: 6px;
	padding-right: 5px;
}

.simple-delete-button:hover {
	background-color: #bbb;
	color: #fff;
}

.client-tag {
	display: inline-block;
	-webkit-border-radius: 4px; 
  	-moz-border-radius: 4px;
  	border-radius: 4px; 
  	color: #555;
  	background-color: #f2f2f2;
  	padding: 0px 6px;
  	margin-right: 6px;
  	font-weight: normal;
  	font-size: 13px;
  	border: 1px dotted #aaa;
}

.smalltext {
	font-size: 14px;
}

.textlarge {
	font-size: 26px;
}

.textmedium {
	font-size: 20px;
}

.rounded {
	-webkit-border-radius: 6px; 
  	-moz-border-radius: 6px;
  	border-radius: 6px; 
}

.tag-version {
	background-color: #efefef;
	-webkit-border-radius: 4px; 
  	-moz-border-radius: 4px;
  	border-radius: 4px; 
  	color: #555;
  	padding: 6px 10px;
  	margin-right: 6px;
  	font-weight: bold;
  	font-size: 14px;
}

.country-flag {
	max-width: 80px;
	border: 1px solid #ccc;
}

.small-country-flag {
	max-width: 50px;
	border: 1px solid #ccc;
	margin-bottom: 3px;
}

.spotlight {
	background-color: #efefef;
	-webkit-border-radius: 4px; 
  	-moz-border-radius: 4px;
  	border-radius: 4px; 
  	color: #555;
  	padding: 6px 10px;
  	margin-right: 6px;
  	font-weight: bold;
  	font-size: 14px;
}

.arrow-sort {
	width: 20px;
	padding: 0px 4px;
}

.country-flag-small {
	max-width: 40px;
}

table .country-flag-small {
	margin-right: 5px;
}

img.data-lock {
	height: 38px;
	max-width: 100%;
	padding-bottom: 4px;
}

.neutral-accent {
	background-color: #2c3644;
}

.shaded {
	background-color: #f7f7f7;
	border: 1px solid #ddd;
}

.padded {
	padding: 25px 0px;
}

.light-neutral-accent {
	background-color: #efefef;
}

.last-updated {
	padding: 10px 15px; 
	margin-top: 15px; 
	background-color: #f2f2f2; 
	position: relative; 
	float: right; 
	right: 10px; 
	font-size: 14px; 
	color: #999; 
	font-weight: bold;
	-webkit-border-radius: 6px; 
  	-moz-border-radius: 6px;
  	border-radius: 6px; 
}

.horizontal-stripe {
	width: 100%;
	min-height: 18px;
}

.heading {
	background-color: #fff;
	padding: 15px 0px 15px 0px;
}

.accent-color {
	color: #70648d;
}

.dark-neutral-color {
	color: #777;
}

.accent-background {
	background-color: #70648d;
}

.strong {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.accent-stripe {
	background-color: #70648d;
}

h1 {
	color: #333;
	font-size: 28px;
}

h2 {
	color: #70648d;
}

h1 {
	font-size: 32px;
	color: #4c4266;
	padding: 18px 10px;
	background-color: #f4f4f4;
	border-left: 12px solid #4c4266;
}

.dark-accent-stripe {
	background-color: #4c4266;
}

.export-window {
	font-size: 20px; 
	padding: 50px 0px; 
	text-align: center;
}

.export-window-loading {
	background-color: #4c4266;
	color: #fff;
}

.export-window-ready {
	background-color: #70648d;
	color: #eee;
}

.export-window A, .export-window A:link, .export-window A:visited, .export-window A:active {
	text-decoration: none;
	padding: 12px 10px;
	border: 1px solid #f2f2f2;
	color: #f2f2f2;
	font-weight: bold;
	-webkit-border-radius: 4px; 
  	-moz-border-radius: 4px;
  	border-radius: 4px; 
}

.export-window A img {
	position: relative; 
	margin-left: 8px; 
	top: -4px;
}
.export-window A:hover {
	background-color: #4c4266;
}

.horizontal-submenu A, .horizontal-submenu A:link, .horizontal-submenu A:visited, .horizontal-submenu A:active {
	color: #fff;
	padding: 12px 10px;
	border: 1px solid #70648d;
	margin: 0px;
}

.accent-text {
	color: #70648d;
}

.strong {
	font-weight: bold;
}

.centered {
	text-align: center;
}

.float-right {
	float: right;
}

.forgot-password {
	color: #999;
	font-size: 16px;
}

.context-assist {
	padding: 30px;
	font-size: 18px;
	color: #555;
}

.footer {
	padding: 60px 0px;
	color: #bbb;
	clear: both;
}

.footer A, footer A:link, footer A:visited, footer A:active {
	color: inherit;
}

.copyright-block {
	border-top: 1px solid #555;
	padding: 20px;
	color: #ddd;
}

.column-block-33 {
	float: left;
	width: 33%;
}

.column-block-40 {
	float: left;
	width: 40%;
	padding: 0px 20px;
}

.column-block-50 {
	float: left;
	width: 50%;
}

.column-block > div {
	padding: 0px 20px;	
}

.column-block-20 {
	float: left;
	width: 20%;
}

.column-block-25 {
	float: left;
	width: 25%;
}

.grid-view {
	display: none;
}

.study-block {
	text-align: center;
	border: 1px solid #f2f2f2;
	margin: 10px;
	padding: 10px;
}

.study-block > .study-title {
	font-size: 20px;
	color: #70648d;
	font-weight: bold;	
}

.study-list-item-container {
	border-bottom: 1px solid #dfdfdf;
}

.study-list-item {
	margin: 15px 0px;
}

.study-list-item .study-title {
	font-size: 18px;
	color: #444;
	font-weight: bold;	
}

#study-table > tbody > tr > td { 
	cursor: pointer;
}

#study-table > tbody > tr:hover {
	background-color: #f3f3f3;
}

.datarow > td { cursor: pointer; }
.datarow:hover { 
	background-color: #f6f6f6;
}

.questionrow > td { cursor: auto; }
.questionrow > td:last-child { cursor: pointer; }

.big-number {
	color: #70648d;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
}	

.company-benchmark-number {
	color: #4c4266; 
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	background-color: #f2f2f2;
	padding: 3px;
}

.global-benchmark-number {
	color: #999; /*#91b4e8; */
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	background-color: #f2f2f2;
	padding: 3px;	
}

.benchmark-divider { 
	color: #ccc;
	padding: 0px 3px;
}

.key-number {
	color: #70648d;
	font-weight: bold;
	text-align: center;
	margin: 12px;
}

.key-number-light {
	color: #fff;
	font-weight: bold;
	font-size: 28px;
	text-align: center;
	margin: 12px;
}

.key-metrics .delta {
	position: relative;
	bottom: 2px;
	padding-left: 4px;
}

.arrow {
	font-weight: bold;
	font-size: 20px;
}

.increase > .arrow {
	color: #fff;
}

.decrease > .arrow {
	color: #bbb;
}

.delta > .change {
	font-size: 14px;
	color: #fff;
	font-weight: normal;
}

tr.key-row > td {
	background-color: #f7f7f7;
}

.study-info {
	text-align: center;
	color: #444;
}

.section-block-heading {
	background-color: #70648d;
	color: #fff;
	font-size: 26px;
	text-align: center;
	padding: 45px 0px;
}

.admin .section-block-heading {
	background-color: #70648d;
	color: #fff;
	font-size: 32px;
	text-align: center;
	padding: 45px 0px;
}

.small-heading {
	font-size: 18px;
	display: inline-block;
	font-variant: small-caps;
	padding: 0px 6px 2px;
	background-color: #fff;
	font-weight: bold;
	margin-bottom: 8px;
	color: #70648d;
	-webkit-border-radius: 4px; 
  	-moz-border-radius: 4px;
  	border-radius: 4px; 
}

.admin .small-heading {
	font-size: 18px;
	display: inline-block;
	font-variant: small-caps;
	padding: 0px 6px 2px;
	background-color: #fecb45; /* #fff;*/
	font-weight: bold;
	color: #70648d;
	-webkit-border-radius: 4px; 
  	-moz-border-radius: 4px;
  	border-radius: 4px; 
}


.admin h1 {
	font-size: 32px;
	color: #4c4266;
	padding: 18px 10px;
	background-color: #f4f4f4;
	border-left: 12px solid #4c4266;
}

.admin h2 {
	font-size: 24px;
	color: #4c4266;
}

.uppermenu {
	text-align: right;
	margin: 16px 0px 14px 0px;
}

.topmenu {
	text-align: right;
}

.uppermenu A, .uppermenu A.link, .uppermenu A:active, .uppermenu A:visited {
	color: #777;
	font-size: 14px;
	text-decoration: none;
	margin: 0px 10px;
}

.appmenu {
	color: #ccc;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 0px 8px 18px;
}

.appmenu > span {
	color: #777;
	padding: 0px 8px;
}

.appmenu A.link, .appmenu A:active, .appmenu A:visited, .appmenu A {
	color: inherit;
	font-size: 14px;
	text-decoration: none;
	margin: 0px 8px;
}

.appmenu A:hover {
	color: #fff;
}

.boxmenu {
	color: #ccc;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 14px 0px 10px 0px;
}

.boxmenu A:link, .boxmenu A:active, .boxmenu A:visited, .boxmenu A {
	color: inherit;
	font-size: 12px;
	padding: 12px 12px;
	text-decoration: none;
	margin: 0px 0px;
	text-transform: uppercase;
	border: 1px solid #70648d;
}

.boxmenu A:hover {
	color: #fff;
	background-color: #70648d;
}

.boxmenu img {
	height: 26px;
	margin-right: 10px;
}

.boxmenu A.selected {
	border: 1px solid #fff;
	color: #fff;
}

.dropmenu {
	display: none;
	color: #eee;
	position: absolute;
	min-width: 240px;
	background-color: #2c3644; /*#70648d;*/
	border: 1px solid #343434;
	padding: 15px 3px;
	z-index: 100;
	-webkit-border-radius: 4px; 
  	-moz-border-radius: 4px;
  	border-radius: 4px; 
}

.dropmenu > div {
	padding: 4px 8px;
	margin: 3px 2px;
	cursor: pointer;
}

.dropmenu > .divider {
	border-bottom: 1px solid #777;
	padding: 2px 0px;
	margin: 0px 0px;
	height: 3px;
	font-size: 1px;
	cursor: default;
}

.dropmenu > div.highlight {
	background-color: #70648d;
}


.topmenu A, .topmenu A:link, .topmenu A:active, .topmenu A:visited {
	color: #70648d;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	margin: 0px 16px;
}


.dropmenu > div > A, .dropmenu > div > A:link, .dropmenu > div > A:active, .dropmenu > div > A:visited {
	color: inherit;
	text-decoration: none;
	font-size: inherit;
	font-weight: inherit;
	margin: inherit;
}

.notice-background {
	background-color: #bbb3cd;;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
}

.warning-background {
	background-color: #f3f3f3;
	border-top: 5px solid #fdca52;
	border-bottom: 5px solid #fdca52;
}

.activity-timeout-warning {
	z-index: 100000;
	position: fixed;
	display: none;
	bottom: 0px;
	width: 100%;
	background-color: #fdca52;
	border-top: 5px solid #fdca52;
	border-bottom: 5px solid #fdca52;
	padding: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

.notice {
	color: #222;
	font-weight: normal;
	font-size: 22px;
	padding: 20px 0px;
}

.notice > span {
	background: url(/images/icon_info_36px.png) no-repeat;
	padding-left: 46px;
	padding-top: 5px;
	padding-bottom: 5px;
	min-height: 42px;
}

.warning {
	color: #555;
	font-weight: normal;
	font-size: 18px;
	padding: 20px 0px;
}

.warning > span {
	background: url(/images/icon_warning_36px.png) no-repeat;
	padding-left: 46px;
	padding-top: 5px;
	padding-bottom: 5px;
	min-height: 42px;
}

.form-section {
	padding: 55px 0px;
	font-size: 18px;
}

.adm-form-section {
	padding: 20px 10px;
	font-size: 18px;
}

input[type="button"], input[type="submit"] {
	background-color: #fecb45;
	color: #555;
	padding: 6px 14px;
	font-size: 16px;
	font-family: "Lato", "Open Sans", sans-serif;
	border: 1px solid #fecb45;
	-webkit-border-radius: 4px; 
  	-moz-border-radius: 4px;
  	border-radius: 4px; 
  	cursor: pointer;
}

input.disabled-button[type="button"], .button-bar input.disabled-button[type="button"] {
	background-color: #ccc;
	color: #777;
	border: 1px solid #ccc;
}

input.disabled-button[type="button"]:hover, .button-bar input.disabled-button[type="button"]:hover {
	color: #777;
}

input.btnSpecial {
	background-color: orange;
}

input[type="button"]:hover, input[type="submit"] {
	color: #333;
}

.form-section input[type="text"], .form-section input[type="password"] {
	width: 100%;
	font-family: "Lato", "Open Sans", sans-serif;
	font-size: 1.3em;
	padding: 6px;
	color: #333;
	font-weight: 300;
}

.dataTables_filter input {
	color: #555;
}

.form-section label {
	font-size: 18px;
	font-weight: bold;
	color: #777;
}

.adm-form {
	padding: 10px 10px;
}

.adm-form input[type="text"] {
	width: 100%;
	font-family: "Lato", "Open Sans", sans-serif;
	font-size: 18px;
	padding: 6px;
	color: #333;
	font-weight: 300;
}

.button-bar {
	padding: 25px 0px;
	text-align: center;
}

.button-bar input[type="button"], .button-bar input[type="submit"]  {
	background-color: #fecb45;
	color: #555;
	padding: 12px 18px;
	font-size: 18px;
	font-family: "Lato", "Open Sans", sans-serif;
	border: 1px solid #fecb45;
	-webkit-border-radius: 4px; 
  	-moz-border-radius: 4px;
  	border-radius: 4px; 
  	cursor: pointer;
}

.button-bar input[type="button"]:hover {
	color: #333;
}

.question-block {
	border: 1px solid #e2e2e2;
	padding: 25px;
	margin-bottom: 15px;
	-webkit-border-radius: 4px; 
  	-moz-border-radius: 4px;
  	border-radius: 4px; 	
}

.reference-label {
	font-size: 14px;
	display: inline-block;
	background-color: #efefef;
	color: #555;
	font-weight: normal;
	text-transform: uppercase;
	padding: 4px 9px;
	-webkit-border-radius: 4px; 
  	-moz-border-radius: 4px;
  	border-radius: 4px; 	
}

.question-title {
	font-size: 22px;
	font-weight: bold;
	color: #70648d;
}

.question-more {
	cursor: pointer;
	padding: 6px 5px;
	color: #444;
	background-color: #fff;
	border: 1px solid #70648d;
}

.question-more:hover {
	background-color: #f2f2f2;
}

.question-more A, .question-more A:link, .question-more A:visited, .question-more A:active {
	text-decoration: none;
	color: inherit;
}

.question-more:before {
	content: '\2794 ';
	color: #888;
	padding: 0px 6px;
}

.timepoint-tag {
	color: #777;
	background-color: #e2e2e2;
	font-size: 18px;
	padding: 6px 16px;
	font-weight: normal;
	margin-top: 25px;
	margin-bottom: 10px;
	-webkit-border-radius: 4px; 
  	-moz-border-radius: 4px;
  	border-radius: 4px; 	
}

.status-tag {
	color: #777;
	background-color: #e2e2e2;
	font-size: 18px;
	padding: 6px 16px;
	font-weight: bold;
	-webkit-border-radius: 4px; 
  	-moz-border-radius: 4px;
  	border-radius: 4px; 	
}

.test-mode-label {
	color: #fecb45;
	font-variant: small-caps;
	margin-left: 10px;
}

.test-mode > td {
	background-color: #ffecba;
}

.status-tag-small {
	color: #777;
	background-color: #e2e2e2;
	font-size: 14px;
	padding: 6px 16px;
	font-weight: bold;
	-webkit-border-radius: 4px; 
  	-moz-border-radius: 4px;
  	border-radius: 4px; 	
}

.status-pending {
}

.status-test {
	background-color: #fecb45; /* #fff;*/
	font-weight: bold;
	color: #70648d;
}

.status-active {
	background-color: #70648d;
	color: #fff;
}

.status-inactive {
}

.status-completed {
	background-color: #4c4365;
	color: #fff;
}

.study-tag {
	color: #eee;
	background-color: #70648d;
	font-size: 16px;
	padding: 4px 12px;
	font-weight: bold;
	margin-right: 10px;
	-webkit-border-radius: 4px; 
  	-moz-border-radius: 4px;
  	border-radius: 4px; 	
}

.divider-title {
	background-color: #70648d; /*#efefef;*/
	padding: 14px 14px;
	color: #fff;
	font-weight: bold;
	font-size: 17px;	
}

table {
	width: 100%;
	/*margin: 40px 0px 80px;*/
}

table th {
	height: 60px;
	vertical-align: center;
	background-color: #888;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 0px 10px;
}

table tr {
	/* line-height: 60px; */
}

table > tbody > tr > td {
	border-bottom: 1px solid #e2e2e2;
	padding: 10px 10px;
	min-height: 60px;
	font-size: 18px;

}

table > tbody > tr > td:first-child {
	font-weight: bold;
	font-size: 20px;
}

table > tbody > tr.special > td {
	background-color: #fafafa;
}

table > tbody > tr.special > td:first-child {
	color: #000;
}

table.plain {
	width: 100%;
	margin: 0px 0px 0px 0px;
}

table.plain > tbody> tr > td {
	border-bottom: none;
}

table.admin-config {
	width: 100%;
	margin: 20px 0px 80px;
}

table.admin-config th {
	height: 20px;
	vertical-align: center;
	background-color: #888;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 3px 10px;
}

table.admin-config tr {
	/* line-height: 60px; */
}

table.admin-config > tbody > tr > td {
	border-bottom: 1px solid #e2e2e2;
	padding: 10px 10px;
	min-height: 60px;
	font-size: 18px;

}

table.admin-config > tbody > tr > td:first-child {
	font-weight: bold;
	font-size: 20px;
	color: #444;
}



select {
	min-width: 300px;
	padding: 0px 15px;
	height: 36px;
	color: #444;
	font-family: Lato;
	font-weight: light;
	font-size: 16px;
 	-webkit-border-radius: 6px; 
 	-moz-border-radius: 6px;
    background: transparent;
    border: 2px solid #70648d;
		
}

select.combo {
	min-width: 0px;
	width: 100%;
	padding: 5px;
	margin: 10px;
	height: 30px;
	font-family: Lato;
	font-weight: light;
 	-webkit-border-radius: 6px; 
 	-moz-border-radius: 6px;
    background: transparent;
    border: none;	
}


.admin-form-section {
margin: 40px 0px;
	/*
	width: 80%;
	margin: 40px auto 50px;
	*/
}

/*
.admin table {
	width: 100%;
	margin: 10px 0px;
	background-color: #f8f8f8;
	padding: 10px;
	border: 5px solid #dfdfdf;
}

.admin table > tbody > tr > td {
	border-bottom: none;
	padding: 5px 10px;
}

.admin table > tbody > tr > td:first-child {
	font-weight: normal;
	font-size: 20px;
	color: #444;
	text-align: right;
}

.admin table tr {
	line-height: 30px;
}
*/

.admin table tr {
	line-height: initial;
}

table.admin {
	width: 100%;
	margin: 10px 0px;
	background-color: #f8f8f8;
	padding: 10px;
	border: 5px solid #dfdfdf;
}

table.admin > tbody > tr > td {
	border-bottom: none;
	padding: 5px 10px;
}

table.admin > tbody > tr > td:first-child {
	font-weight: normal;
	font-size: 20px;
	color: #444;
	text-align: right;
}

table.admin tr {
	line-height: 30px;
}


.admin input[type="text"] {
	width: 100%;
	font-family: Lato;
	font-weight: bold;
	padding: 6px;
}

.detail table {
	width: 100%;
	margin: 10px 0px 20px;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
}

.detail table th {
	height: 40px;
	vertical-align: center;
	background-color: #888;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 0px 18px;
}

.detail table tbody tr {
	line-height: 30px;
}

.detail table thead th {
	line-height: 22px;
	vertical-align: bottom;
	padding: 4px 18px;
}

.detail table > tbody > tr > td {
	border-bottom: 1px solid #e2e2e2;
	padding: 10px 18px;
	min-height: 20px;
	font-size: 18px;
}

.detail table > tbody > tr:first-child > td {
	border-top: 1px solid #e2e2e2;
}

.detail table > tbody > tr > td:first-child {
	font-weight: bold;
	font-size: 16px;
}

.percentage-bar {
	float: left;
	border: 1px solid #ffcd56;
	background-color: #ffe096;
	min-height: 24px;
}

.percentage-bar-label {
	float: left;
	padding-left: 8px;
	font-size: 14px;
	font-weight: bold;
	color: #777;
}

.config-question-block {
	font-size: 16px;
	padding: 8px 20px;
	margin: 25px 5px;
	background-color: #f4f4f4;
	border: 5px solid #ccc;
}

.config-question-block .config-header-block {
	border-bottom: 1px solid #ddd;
	padding: 10px 0px;
}

.config-question-block .title {
	font-weight: bold;
	font-size: 18px;
	padding: 5px 0px;
}

.config-question-block .referenceKey {
 	text-align: center;
 	width: 100px;
 	padding: 0px;
 }
 
 .config-question-block .referenceKey span {
 	text-align: center;
 	display: block;
 	color: #333;
 	padding: 0px;
 	font-size: 12px;
 	font-weight: bold;
 }

.config-question-block table {
	background-color: transparent;
}

 .config-question-block table > tbody > tr {
 	line-height: 16px;
 }
 .config-question-block table > tbody > tr > td:last-child {
 	padding: 5px 15px;
 }
 
 .config-question-block table > tbody > tr > td:first-child {
 	text-align: center;
 }
 
 .config-question-block .referenceKey input {
 	width: 90px;
 	margin: 0px;
 	background-color: #fcfcfc;
 	border: 2px dotted #444;
 	padding: 8px 0px;
 	text-align: center;
 	font-size: 14px;
 }

.config-question-block .title textarea {
	background-color: #fff;
	font-size: 18px;
	font-weight: bold;
	height: 46px;
	border: 1px solid #ddd;
	padding: 5px;
	width: 100%;
}

.disabled-control {
	color: #aaa;
}

.disabled-row {
	background-color: #f2f2f2;
	color: #888;
}

.explanatory-note {
	margin: 10px 0px;
	background-color: #fff;
	padding: 14px 0px;
	border-left: 12px solid #70648d;
	padding-left: 10px;
	font-size: 18px;
	color: #70648d;
	font-weight: bold;
	border-top: 1px solid #70648d;
	border-bottom: 1px solid #70648d;
	border-right: 1px solid #70648d;
}

.system-note {
	margin: 30px 0px;
	background-color: #fff;
	padding: 40px 20px;
	border-left: 32px solid #70648d;
	font-size: 18px;
	font-weight: normal;
	color: #333;
	border-top: 1px solid #70648d;
	border-bottom: 1px solid #70648d;
	border-right: 1px solid #70648d;
}

.callout-note {
	margin: 10px 0px;
	background-color: #d6f4d4;
	padding: 24px 24px;
	font-size: 20px;
	color: #444;
}

.setup-tag {
	font-size: 16px;
	font-weight: bold;
}

.setup-tag-complete {
	color: #70648d;
}

.setup-tag-open {
	color: #555;
}

.setup-complete {
	margin: 10px 0px;
	background-color: #f4f4f4;
	padding: 24px 24px;
	font-size: 20px;
	color: #222;
	font-weight: normal;
}

.setup-note {
	margin: 10px 0px;
	background-color: #f7f7f7;
	padding: 24px 24px;
	font-size: 20px;
	color: #222;
}

.setup-note-heading {
	display: inline-block;
	padding: 4px 10px;
	margin: 0px auto 15px;
	background-color: #70648d;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
}

.setup-ready-qualifier {
	background-color: #fff;
	padding: 12px;
	-webkit-border-radius: 6px; 
 	-moz-border-radius: 6px;
 	-o-border-radius: 6px;
 	border: 5px solid #ddd;	
}

.setup-ready {	
	border-top: 5px solid #aaa;
	border-bottom: 5px solid #aaa;
}

.setup-incomplete {
	border-top: 5px solid #fdca52;
	border-bottom: 5px solid #fdca52;
}

.setup-incomplete-reason {
	font-weight: bold;
	font-size: 18px;
}

.admin .completion-note {
	font-size: 18px;
	background-color: #d6f4d4;
	padding: 20px;
	border-radius: 6px;
	-webkit-border-radius: 6px; 
 	-moz-border-radius: 6px;
 	-o-border-radius: 6px;
 	border: 5px solid #e7e7e7;
}

.admin .descriptive-note {
	font-size: 18px;
	background-color: #f7f7f7;
	padding: 20px;
	border-radius: 6px;
	-webkit-border-radius: 6px; 
 	-moz-border-radius: 6px;
 	-o-border-radius: 6px;
 	border: 5px solid #e7e7e7;
}

.warning-note {
	text-align: center;
	font-size: 20px;
	background-color: #f7f7f7;
	padding: 20px;
	border-radius: 6px;
	-webkit-border-radius: 6px; 
 	-moz-border-radius: 6px;
 	-o-border-radius: 6px;
 	border: 5px solid #fdca52;	
}

.admin .loading-message {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	background-color: #4c4266;
	padding: 20px;
	border-radius: 6px;
	text-align: center;
	-webkit-border-radius: 6px; 
 	-moz-border-radius: 6px;
 	-o-border-radius: 6px;
 	border: 5px solid #70648d;
}

.admin .ready-message {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	background-color: #70648d;
	padding: 20px;
	border-radius: 6px;
	text-align: center;
	-webkit-border-radius: 6px; 
 	-moz-border-radius: 6px;
 	-o-border-radius: 6px;
 	border: 5px solid #4c4266;
}

.descriptive-note {
	font-size: 18px;
	background-color: #f7f7f7;
	padding: 20px;
	border-radius: 6px;
	-webkit-border-radius: 6px; 
 	-moz-border-radius: 6px;
 	-o-border-radius: 6px;
 	border: 5px solid #e7e7e7;
}

.user-reminder {
	margin: 20px 0px;
	text-align: center;
	font-size: 20px;
	background-color: #f7f7f7;
	padding: 20px;
	border-radius: 6px;
	-webkit-border-radius: 6px; 
 	-moz-border-radius: 6px;
 	-o-border-radius: 6px;
 	border: 5px solid #fdca52;	
}


.admin .disabled-user td { 
	color: #999;
}

.hidden {
	display: none;
}

table.simple-keypair {
	max-width: 400px;
	line-height: 20px;
}

table.simple-keypair tbody td:first-child {
	width: 5%;
}

.admin table.simple-keypair > tbody > tr > td.key-value {
	font-weight: bold;
	padding-left: 15px;
	font-size: 16px;
}

label.for-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.for-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;	
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

.for-checkbox .checkmark {
}

/* On mouse-over, add a grey background color */
.for-checkbox input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.for-checkbox input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.for-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.for-checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox-group, .radio-group {
	margin: 15px 35px;
	position: relative;
	line-height: 29px;
}


/* Customize the label (the container) */
label.for-radio {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 0px;
  cursor: pointer;
  color: #555;
  font-weight: normal;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.for-radio input {

  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.for-radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  margin-top: 5px;
  background-color: #ddd;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.for-radio:hover input ~ .checkmark {
  background-color: #bbb;
}

/* When the radio button is checked, add a blue background */
.for-radio input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.for-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.for-radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.for-radio .checkmark:after {
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.tabbed {
	background-color: #fff;
	padding-top: 10px;
	padding-left: 15px;
	margin: 5px;
	border-bottom: 1px solid #ddd;
}

.tabbed .tab {
	padding: 7px 12px;
	background-color: #ddd;
	cursor: pointer;
	color: #666;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	margin: 0px 4px;
	-border-radius-top-left: 4px;
	-webkit-border-radius-top-left: 4px; 
  	-moz-border-radius-top-left: 4px;
	-border-radius-top-right: 4px;
	-webkit-border-radius-top-right: 4px; 
  	-moz-border-radius-top-right: 4px;  	
}

.tabbed .active {
	background-color: #fff;
	position: relative;
	top: 1px;
	color: #444;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
}

.category-heading1 {
	background-color: #f6f6f6;
	-webkit-border-radius: 6px; 
 	-moz-border-radius: 6px;
 	-o-border-radius: 6px;
 	border-left: 32px solid #ddd;
 	margin: 20px 0px 0px;
 	color: #444;
 	font-weight: bold;
 	font-size: 18px;
 	padding: 18px 12px;
}
.category-heading {
 	border-bottom: 1px solid #ddd;
 	margin: 30px 0px 0px;
 	color: #777;
 	font-weight: bold;
 	font-size: 24px;
 	padding: 24px 0px 8px;
}

.quick-links A, .quick-links A:visited, .quick-links A:active, .quick-links A:link {
	color: #70648d;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 6px;
	padding: 0px;
	border-bottom: 1px dotted #70648d;
}

.required::after {
	content: " *";
	color: red;
}

.missing input {
	border: 2px solid red;
}

.context-help {
	display: block;
	color: #777;
	font-style: italic;
	line-height: normal;
}

.user-guidance {
	color: #70648d;
	line-height: normal;
	padding: 8px 12px;
	font-weight: bold;
	font-size: 16px;
}

.user-guidance:before {
	content: url(/images/icon_info_24px.png);	
	padding-right: 6px;
	position: relative;
	opacity: .6;
	-opacity: .6;
	-webkit-opacity: .6;
	-moz-opacity: .6;
	top: 5px;
}


.pointer {
	cursor: pointer;
}

.pointer div {
	cursor: pointer;
}

.datepart {
	font-size: 95%;
	font-weight: bold;
	color: #70648d;
}
.timepart {
	font-weight: light;
	font-size: 80%;
	color: #555;
}

.filter-bar {
	background-color: #fff;
	-webkit-border-radius: 6px; 
 	-moz-border-radius: 6px;
 	-o-border-radius: 6px;
 	border-radius: 6px;
 	text-align: center;
 	font-size: 16px;
 	padding: 20px;
 	border: 1px solid #ddd;
 	margin: 5px 0px 25px;
}

.tab-bar > div {
	-webkit-border-radius: 3px; 
 	-moz-border-radius: 3px;
 	-o-border-radius: 3px;
 	border-radius: 3px;	
}

.tab-bar .tabbed {
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	font-weight: bold;
	-webkit-border-radius: 3px; 
 	-moz-border-radius: 3px;
 	-o-border-radius: 3px;
 	border-radius: 3px;	
 	background-color: #fafafa;
 	padding: 8px 16px;
 	margin: 0px 6px 0px 0px;
 	border: 1px solid #bbb;
}

.tab-bar .active {
	background-color: #fecb45; /* #fff;*/
	color: #333;
}

.tab-bar .inactive {
	color: #777;
	background-color: #ddd;
 	border: 1px solid #bbb;	
}

.tab-bar .inactive:hover {
	background-color: #eee;
}

.drilldown-button {
	cursor: pointer;
	display: inline-block;
	-webkit-border-radius: 6px; 
 	-moz-border-radius: 6px;
 	-o-border-radius: 6px;
 	border-radius: 6px;
 	border: 1px solid #ddd;
 	text-align: center;
 	font-weight: bold;
 	padding: 8px 15px;
 	margin: 0px 5px;
 	background-color: #f6f6f6;
}

.drilldown-button:hover {
	background-color: #efefef;
}

.drilldown-button:after {
	content: '\2794';
	color: #777;
	margin-left: 5px;
	font-size: 18px;
}

.filter-button {
	cursor: pointer;
	display: inline-block;
	-webkit-border-radius: 6px; 
 	-moz-border-radius: 6px;
 	-o-border-radius: 6px;
 	border-radius: 6px;
 	border: 1px solid #ddd;
 	text-align: center;
 	font-weight: bold;
 	padding: 8px 15px;
 	margin: 0px 5px;
}

.button {
	cursor: pointer;
	display: inline-block;
	-webkit-border-radius: 6px; 
 	-moz-border-radius: 6px;
 	-o-border-radius: 6px;
 	border-radius: 6px;
 	color: #555;
 	border: 1px solid #ccc;
 	text-align: center;
 	font-weight: bold;
 	padding: 8px 24px;
 	margin: 0px 5px;
 	background-color: #ddd;
}

.button:hover {
	background-color: #f2f2f2;
}

.primary-filter {
	background-color: #70648d;
	color: #fff;
}

.primary-filter:hover {
	background-color: #4c4266;
}

.secondary-filter {
	background-color: #f6f6f6;
}

.secondary-filter:hover {
	background-color: #e2e2e2;
}

.dataTables_wrapper .dataTables_filter input {
	margin-bottom: 15px;
}

/* DataTables sort arrows */

table.dataTable thead .sorting {
    background-image: url("/images/sort_both.png") !important;
}

table.dataTable thead .sorting_asc {
    background-image: url("/images/sort_asc.png") !important;
}

table.dataTable thead .sorting_desc {
    background-image: url("/images/sort_desc.png") !important;
}

.dataTables_wrapper .dataTables_info {
	font-size: 18px;
	font-weight: bold;
	color: #555;
}

.dataTables_wrapper {
	margin-bottom: 80px;
}

.response-viewer {
	position: fixed;
	top: 15%;
	right: 10px;
	width: 620px;
	background-color: #f0f0f0;
	padding: 10px;
	-webkit-border-radius: 5px; 
  	-moz-border-radius: 5px;
  	border-radius: 5px; 	
	box-shadow: 5px 5px 15px #afafaf;
	text-align: left;
	z-index: 31002;
	min-width: 320px;	
	height: 940px;
	max-height: 75%; 
}
.response-viewer .viewer {
	border: 1px solid #ddd;
	height: 96%;
	overflow: scroll;
	padding: 2px 10px;
	background-color: #fff;
}

.response-viewer .reference-label {
	background-color: #70648d; /*#f3f3f3;*/
	color: #fff;
	font-size: 14px;
	padding: 2px 6px;
}

.response-answers .response-question-block {
	margin-bottom: 15px;
}

.response-answers .question-title {
	font-size: 18px;
	font-weight: 400;
	color: #333;
	background-color: #f3f3f3;
	padding: 12px 8px;
	margin-top: 3px;
}

.response-viewer .answer-option {
	font-size: 16px;
	font-weight: 400;
	padding: 3px 40px;
	color: #999;
}

.response-viewer .answer-option:before {
	content: "\25CE";
	font-size: 14px;
	padding-right: 5px;
	color: #999;	
}

.response-viewer .checkbox-type:before {
	content: "\25A2";
	font-size: 14px;
	padding-right: 5px;
	color: #999;		
}

.response-viewer .selected-option, .response-viewer .selected-checkbox {
	color: #333;
	font-weight: bold;
}

.response-viewer .selected-option:before {
	content: "\25C9";
	color: #000;
}

.response-viewer .selected-checkbox:before {
	content: "\25A3";
	color: #000;
}

.response-viewer tr {
	row-height: auto;
}

.answer-table tbody  td {
	border: none;
}

.bottom-bar {
	text-align: center;
	position: absolute;
	background-color: #f0f0f0;
	bottom: 15px;
	left: -1px;
	width: 100%;
	padding: 15px 0px 8px;
	z-index: 100000;
}

.logrow > td:first-child {
	font-size: 12px;
	white-space: nowrap;
}

.logrow > td:nth-child(2) {
	white-space: nowrap;
}

.log-debug > td.logtype {
	background-color: #8f8f8f;
	color: #ccc;
}

.log-debug > td.logmessage {
	border: 1px solid #8f8f8f;
	background-color: #e3e3e3;
	color: #555;
}

.logtype {
	font-weight: bold;
	text-align: center;
	font-size: 13px;
}

.log-warn > td.logtype {
	background-color: #f6c246;
	color: #fff;
}

.log-warn > td.logmessage {
	border: 1px solid #f6c246;
	background-color: #f7f1e8;
}

.log-info > td.logtype {
	background-color: #6182ac;
	color: #fff;
}

.log-info > td.logmessage {
	border: 1px solid #6182ac;
	background-color: #e1e4f3;
}


.log-error > td.logtype {
	background-color: #ef8787;
	color: #fff;
}

.log-error > td.logmessage {
	border: 1px solid #ef8787;
	background-color: #f7eded;
}

.activity-row > td {
	color: #444;
	font-weight: light;
	border: none;
}

.activity-row > td:first-child {
	border-left: 12px solid #f0f0f0;
	font-weight: 300;
}

.activity-row A, .activity-row A:visited, .activity-row A:link, .activity-row A:active {
	font-weight: bold;
	color: #70648d;
	padding: 2px 2px;
	text-decoration: none;
	border-bottom: 2px dotted #70648d;
}

.quicklinks img {
	margin-right: 8px;
}

.quicklinks A, .quicklinks A:visited, .quicklinks A:link, .quicklinks A:active {
	font-weight: bold;
	color: #70648d;
	padding: 2px 2px;
	text-decoration: none;
	border-bottom: 2px dotted #70648d;
}

.study-dash-block {
	text-align: center; background-color: #f6f6f6; 
}

.study-dash-block, .study-dash-block canvas, .study-dash-block b, .study-dash-block div {
	cursor: pointer;
}

.study-dash-heading {
	background-color: #fcfcfc; 
}

.study-dash-block .closed {
	background-color: #aaa;
	color: #fff;
}

.study-dash-block .closed img {
	opacity: .6;
	-opacity: .6;
	-webkit-opacity: .6;
	-moz-opacity: .6;
}

#question-table .reference-label {
	display: inline-block;
	float: left;
	background-color: #f3f3f3;
	color: #888;
	font-size: 12px;
	padding: 0px 6px;
}

.ellipsize {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.cropped {
	white-space: nowrap;
	overflow: hidden;
}




pre {
	font-family: 'Courier';
	font-size: 14px;
}

.audit-viewer {
	position: fixed;
	top: 15%;
	right: 10px;
	width: 620px;
	background-color: #f0f0f0;
	padding: 10px;
	-webkit-border-radius: 5px; 
  	-moz-border-radius: 5px;
  	border-radius: 5px; 	
	box-shadow: 5px 5px 15px #afafaf;
	text-align: left;
	z-index: 31002;
	min-width: 320px;	
	height: 940px;
	max-height: 75%; 
}
.audit-viewer .viewer {
	border: 1px solid #ddd;
	height: 96%;
	overflow: scroll;
	padding: 2px 10px;
	background-color: #fff;
}

.audit-viewer td {
	white-space: normal;
}

.audit-color: #70648d; /*#f3f3f3;*/
	color: #fff;
	font-size: 14px;
	padding: 2px 6px;
}

.audit-viewer tr {
	row-height: auto;
}

.audit-viewer img.check, #tblAudit img.check {
	height: 22px;
}

.admin-audit-row td {
	background-color: #f0f0f0;
}