/* ***************************************************************** */
/* Product: Global
/* Updated: 22/08/2019
******************************************************************** */
/* history - container */
[id^="historypage"] {
	height: 100%
}
/* history - content */
[id^="historypage"] [data-role="main"].maxwidth {
	background-color: transparent;
	border-radius: 0;
	box-shadow: none;
	margin: 0 auto;
	padding: 0 40px 60px 40px
}
/* history - content ~ inner */
[id^="historypage"] #record_history_content {
	margin: auto
}
/* history - content ~ headline:h1 */
[id="historypage"] #record_history_content h1, [id="historydetailpage"] #record_history_detail_content h1 {
	display: inline-block;
	font-size: 38px;
	margin: 39px 0 10px 0
}
/* history - content ~ menu */
[id="historypage"] .menuitembar {
	margin: 20px 0;
	padding: 0;
	overflow: hidden
}
/* history - content ~ menu items */
[id="historypage"] .menuitembar .menuitem {
	cursor: pointer;
	float: left;
	font-size: 1.2em;
	margin-right: 1em;
	position: relative
}
/* history - content ~ menu items:selected */
[id="historypage"] .menuitembar .menuitem.selected, [id="historypage"] .menuitembar .menuitem.selected:hover {
	border-bottom: 3px solid #dd0031 !important;
	color: #dd0031
}
/* history - content ~ summary - text */
[id="historypage"] #record_history_content_graphs, [id="historypage"] #record_history_content_records {
	max-width: 700px
}
/* history content ~ summary  - number*/
[id="historypage"] #record_history_content_graphs #totalrecordsassessed {
	color: #3a3c42;
	font-size: 1.7em;
}
/*history summary bubble box*/
[id="historypage"] .summaryBox {
	float: left;
	padding: 10px;
	position: relative;
	width: 150px;
	text-align: center;
}
/* history - content ~ summary - bubbles - radius */
[id="historypage"] .summaryBox canvas {
	border-radius: 3em;
}
/* history - content ~ summary - bubbles - text */
[id="historypage"] .summaryBoxText {
	opacity: .8;
	padding-top: 1em;
}
/*history accuracy text area*/
[id="historypage"] #accuracystat {
	max-width: 800px;
	padding-top: 1em;
}
/*
[id="historypage"] #accuracystat, [id="historypage"] #stats_accuracy {
	display: none !important;
}
*/
/* history - content ~ summary - text/empty */
[id="historypage"] #record_history_content_empty {
	padding-top: 20px
}
/* history - content ~ summary - content hidden */
[id="historypage"] #cvs_accuracy_axes {
	background-color: #FFFFFF;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 3;
}
/* history - content ~ previous records - toolbar */
[id="historypage"] .history_tools {
	display: table;
	margin-bottom: 20px;
	margin-top: 0;
	table-layout: fixed;
	width: 100%
}
[id="historypage"] .history_actions {
	display: table-cell;
	vertical-align: middle;
}
[id="historypage"] .pagebuttonContainer {
	border-radius: .5em;
	display: table-cell;
	float: right;
	margin-top: 1em;
	overflow: hidden;
	position: relative;
}
[id="historypage"] #editHistoryPageNum, .historypagecount, .historypagenav {
	display: inline-block;
	vertical-align: middle;
}
[id="historypage"] .historypagenav {
	margin-left: 2em
}
/*[id="historypage"] .historypagenav .pagebutton {
	display: inline-block
}
[id="historypage"] .historypagenav .pagebutton:before {
	font-size: 20px
}*/
[id="historypage"] .historypagenav .pagebutton {
	display: inline-block;
	color: #dd0031 !important;
	cursor: pointer;
	border: 2px solid #dd0031;
	border-radius: 50%;
	height: 23px;
	padding: 0;
	width: 26px;
	text-align: center;
	padding-top: 3px;
}
[id="historypage"] .historypagenav .pagebutton:before {
	font-size: .8em;
}
[id="historydetailpage"] .detailsbuttonsNav div:last-child:before {
	font-size: 30px;
}
[id="historypage"] .historypagenav .pagebutton:hover {
	border: 2px solid #dd0031;
	color: #dd0031;
}
[id="historypage"] .historypagenav .pagebutton:hover:before {
	color: #dd0031;
}
/*[id="historypage"] .historypagenav .pagebutton:before {
	font-size: 12px
}*/
/* history - content ~ records - select */
[id="historypage"] .history_actions .ui-icon-carat-d {
	background-color: #fff !important;
	background-clip: padding-box;
	border: 2px solid #ced4da;
	border-color: #aaa !important;
	border-radius: .25rem;
	color: #495057;
	font-size: 1rem;
	height: 34px;
	line-height: 1.5;
	margin-left: 20px;
	padding: 6px 24px 6px 0px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
[id="historypage"] .ui-input-search input {
	padding-left: 1em
}
[id="historypage"] .ui-input-search::after {
	left: .5em;
}
/* history - content ~ previous records - table */
[id="historypage"] table#RecordHistoryDetail {
	margin-bottom: 3em;
	border-collapse: collapse;
	width: 100%;
}
/* history - content ~ previous records - table thead tr cell*/
[id="historypage"] table#RecordHistoryDetail th {
	color: #fff;
	background-color: #dd0031;
	white-space: normal
}
/* history - content ~ previous records - table tr selected */
[id="historypage"] table#RecordHistoryDetail tbody tr.recordselected, [id="historypage"] table#RecordHistoryDetail tbody tr.recordselected:hover {
	background-color: #E8EAE9 !important
}
/* history - content ~ previous records - table tr selected */
[id="historypage"] table#RecordHistoryDetail tbody tr.recordselected, [id="historypage"] table#RecordHistoryDetail tbody tr.recordselected:hover {
	background-color: #FFEBAC !important
}
/* history - content ~ previous records - table tr even */
[id="historypage"] tr:nth-child(even) {
	background: #F7BFCC
}
/* history - content ~ previous records - table tr odd */
[id="historypage"] tr:nth-child(odd) {
	background: #FFF
}
/* history - content ~ previous records - table cell */
[id="historypage"] table#RecordHistoryDetail th, [id="historypage"] table#RecordHistoryDetail td {
	border: 0;
	cursor: pointer;
	font-weight: 500;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}
[id="historypage"] table#RecordHistoryDetail td span {
	display: none
}
/*records detail challenge textarea*/
[id="historydetailpage"] #recordChallenge #userrecordreview_reviewreason {
	border-color: #aaa !important;
	margin: 1em 0;
	min-height: 4em;
	width: 100%;
	padding-left: 1em;
}
/*history h1*/
[id="historypage"] #record_history_content_graphs h1 {
	display: inline-block;
	font-size: 1.8em;
	margin: .5em 0;
}
/*history summary*/
[id="historypage"] #record_history_content_graphs #user_summary {
	display: none;
	margin: auto;
	position: relative;
}
/*records toolbar actions button*/
[id="historypage"] .history_actions button {
	margin-left: .5em !important;
	margin-top: .2em !important;
}
/*records toolbar actions select button text*/
[id="historypage"] .history_actions .ui-icon-carat-d span {
	border: none;
	font-weight: 400 !important;
	padding: .5em 1em;
}
/*records toolbar actions select*/
[id="historypage"] #historyFilter {
	padding-top: 0;
	padding-bottom: 0;
}
[id="historypage"] .history_actions .ui-select {
	margin-top: .2em;
}
/*records toolbar paging number*/
[id="historypage"] #editHistoryPageNum {
	vertical-align: top !important;
}
[id="historypage"] table#RecordHistoryDetail th div:first-child {
	padding-right: .5em;
	padding-top: .2em;
	display: table-cell;
	vertical-align: top;
	line-height: 1.2em;
	white-space: normal;
}
/*records table th sort outline*/
[id="historypage"] table#RecordHistoryDetail th div.sortBox {
	display: table-cell;
	vertical-align: top;
	line-height: .5em;
}
/*records table th sort icon*/
[id="historypage"] table#RecordHistoryDetail th div.flaticon {
	color: #FFFFFF;
	display: table-row;
	font-size: .7em;
	vertical-align: top;
}
/* history - content ~ previous records - table cell - sort */
[id="historypage"] #RecordHistoryDetail .flaticon-arrow-up:hover:before, [id="historypage"] #RecordHistoryDetail .flaticon-arrow-down:hover:before {
	color: #AAA
}
/*records table th sort selected*/
[id="historypage"] .sortdirection {
	color: #AAA !important;
}
/*records table tbody tr*/
[id="historypage"] tbody tr {
	background-color: #FFF
}
/*records no history text*/
[id="historypage"] #record_history_content_norecords {
	padding-top: 1em;
}
/*records no history details text*/
[id="historypage"] #noRecordHistoryDetails {
	padding-top: 2em;
}
/*records detail*/
/*records detail outline*/
[id="historydetailpage"] [data-role="main"] {
	padding: 0;
	margin-bottom: 60px;
}
/*records detail outline*/
[id="historydetailpage"] .record_history_details {
	display: table;
	table-layout: fixed;
	width: 100%;
	max-width: 700px
}
[id="historydetailpage"] #record_history_detail_content {
	max-width: 700px
}
[id="historydetailpage"] #detailsbuttons {
	display: inline-block;
	float: right;
	margin: 39px 0 10px 0;
}
[id="historydetailpage"] .detailsbuttonsNav {
	display: table;
}
[id="historydetailpage"] .detailsbuttonsNav div {
	cursor: pointer;
	display: inline-block;
	padding-right: .3em;
	color: #dd0031;
	border: 2px solid #dd0031;
	border-radius: 50%;
	height: 23px;
	padding: 0;
	width: 26px;
	text-align: center;
	padding-top: 3px;
}
[id="historydetailpage"] .detailsbuttonsNav div:before {
	font-size: .8em
}
[id="historydetailpage"] .detailsbuttonsNav div:last-child {
	color: #3a3c42;
	margin-left: 1em;
	border: none;
	padding-top: 0;
	height: 30px;
	margin-right: 5px;
	margin-top: -4px;
	vertical-align: top;
}
[id="historydetailpage"] .detailsbuttonsNav div:last-child:hover:before {
	color: #3a3c42;
}
/*records detail date*/
[id="historydetailpage"] .userrecordreview_date {
	display: table-cell;
	padding: .5em 0 1em;
	width: 8em;
}
/*records detail date if empty*/
[id="historydetailpage"] .userrecordreview_date:empty {
	padding: 0 0 .5em 0;
}
/*records detail title*/
[id="historydetailpage"] .userrecordreview_title {
	font-size: 1.1em;
	font-weight: 700;
	padding-bottom: 1em;
}
/*records detail abstract*/
[id="historydetailpage"] .userrecordreview_abstract {
	line-height: 1.4em;
	margin-bottom: 1em;
}
/*records detail results*/
[id="historydetailpage"] .userrecordreview_result {
	padding-top: 1em;
}
/*records detail results agree/disagree icon*/
[id="historydetailpage"] .userrecordreview_result span {
	margin-left: .2em;
}
/*records detail results you said decision*/
[id="historydetailpage"] .userrecordreview_mydecision {
	padding: 0 !important;
}
/*records detail results decisions*/
[id="historydetailpage"] .userrecordreview_mydecision, .userrecordreview_ourdecision {
	font-weight: 900;
}
[id="historydetailpage"] .userrecordreview_yousaid, .userrecordreview_mydecision, .userrecordreview_wesaid, .userrecordreview_ourdecision {
	display: table-cell;
	font-style: italic;
	padding-right: .2em;
}
[id="historydetailpage"] .userrecordreview_yousaid {
	padding-left: 1em;
}
[id="historydetailpage"] .userrecordreview_result .userrecordreview_disagree {
	border: 1px solid #D30003;
	border-radius: 3px;
	color: #D30003;
	display: table-cell;
	padding: .3em .6em;
	cursor: default
}
[id="historydetailpage"] .userrecordreview_result .userrecordreview_disagree span:hover:before {
	color: #D30003;
	cursor: default
}
[id="historydetailpage"] .userrecordreview_result .userrecordreview_agree {
	border: 1px solid #189400;
	border-radius: 3px;
	color: #189400;
	display: table-cell;
	padding: .3em .6em;
	cursor: default
}
[id="historydetailpage"] .userrecordreview_result .userrecordreview_agree span:hover:before {
	color: #189400;
	cursor: default
}
/*records detail challenge result outline*/
[id="historydetailpage"] #recordChallenge {
	padding-top: 4em;
	max-width: 700px
}
/*records detail challenge result headline*/
[id="historydetailpage"] .recordChallengeHeader {
	font-size: 1.1em;
	font-weight: 700;
	padding-bottom: 1em;
}
/*records detail challenge icon*/
[id="historydetailpage"] #recordChallenge [class*="flaticon-"]:before {
	margin-right: .3em;
	padding-left: 0.1em;
}
/*Toggle challenge section - obsolete!!!*/
[id="historydetailpage"] [data-role="listview"] li {
	border: 0;
	margin: 0;
	padding: 0;
	white-space: normal;
}
[id="historydetailpage"] .ui-collapsible-content ul {
	background-color: #f7f7f7;
	border: 1px solid #eee;
	border-radius: .325em !important;
	padding: 1em 1em .5em;
}
[id="historydetailpage"] .ui-collapsible-content ul li {
	background-color: #f7f7f7 !important;
}
[id="historydetailpage"] [data-role="collapsible"] a {
	border: 0;
	font-weight: 400;
	padding: 0;
}
[id="historydetailpage"] [data-role="collapsible"] div {
	border: 0;
	margin-top: 1em;
	max-width: 30em;
}
[id="historydetailpage"] [data-role="collapsible"] textarea {
	margin-top: 1em;
	max-width: 30em;
}
[id="historydetailpage"] #detailsbuttons .disable {
	color: #f8ccd6 !important;
	border: 2px solid #f8ccd6;
	border-radius: 50%;
	height: 23px;
	padding: 0;
	width: 26px;
	text-align: center;
	padding-top: 3px;
}
[id="historydetailpage"] #detailsbuttons .disable:hover {
	cursor: default !important;
}
[id="historydetailpage"] #detailsbuttons [class*=" flaticon-"].disable:hover:before {
	color: #f8ccd6 !important;
}

[id="historydetailpage"] #userrecordreview .userrecordreview_abstract h2 {
	text-align: left;
	font-size: 18px;
	padding-bottom: 0;
	margin-bottom: 0;
}
[id="historydetailpage"] #userrecordreview .userrecordreview_abstract h3 {
	margin-top: 0;
	margin-bottom: 0;
	font-style: italic;
	font-weight: 600;
}

#picoresulttable .historyPicoNotes {
	display: none;
	font-style: italic;
}

#picoresulttable .historyPicoNoteHeader:hover {
	color: #962d91;
	cursor: pointer;
}

#picoresulttable .historyPicoNoteHeader.notesShown {
	color: #962d91;
}

#historyAccuracy .accuracyBar {
	display: inline-block;
	height: 0.8em;
	margin-right: 0.3em
}

#historyAccuracy .accuracyBar.accuracyHighlight {
	background-color: #962d91 !important;
	border-radius: 20px;
	width: 100%;
	height: 100%;		
}

#historyAccuracy .accuracy {
    width: 100%;
	height: 100%;
	border: solid 1px #962d91;
    border-radius: 22px;
	background-color: #ecbfe9;	
}

#historyAccuracy .accuracyScore {
	font-size: 1.5em;
    color: #FFF;
	margin-top: -36px;
	text-align: center;
	width: 100%
}

#historyAccuracy {
	height: 2em;
}

@media only screen and (min-width: 315px) and (max-width: 737px) {
	/* history - content */
	[id^="historypage"] [data-role="main"].maxwidth {
		padding: 0 20px 60px 20px
	}
	/* history - header ~ content hidden buttons */
	[id="historypage"] #crowdHeaderButtons, [id="historydetailpage"] #crowdHeaderButtons {
		padding: 20px 20px 0 20px !important
	}
	/* history - content ~ inner */
	[id^="historypage"] #record_history_content {
		padding: 0
	}
	/* history - content ~ details */
	[id="historydetailpage"] [data-role="main"] #record_history_detail_content, [id="historydetailpage"] .record_history_details {
		padding: 0 20px
	}
	/* history - content ~ details content width */
	[id="historydetailpage"] .record_history_details {
		width: auto;
	}
	/* history - content ~ previous records - toolbar */
	[id="historypage"] .history_actions {
		display: table;
		vertical-align: middle;
		width: 100%
	}
	/* history - content ~ previous records - toolbar input */
	[id="historypage"] .history_actions .ui-input-text, [id="historypage"] .history_actions .ui-input-search {
		border-color: #aaa !important;
		border-width: 3px;
		display: table-cell;
		margin: 0;
		margin-right: 10px;
		max-width: 100%;
	}
	/* history - content ~ previous records - select */
	[id="historypage"] .history_actions .ui-icon-carat-d {
		margin: 0
	}
	/* history - content ~ previous records - paging container */
	[id="historypage"] #editHistoryPageNum, .historypagecount, .historypagenav {
		float: none;
		margin-right: 0px
	}
	[id="historypage"] .historypagenav {
		margin-left: 1em;
		float: right;
	}
	/* history - content ~ previous records - paging content */
	[id="historypage"] .pagebuttonContainer {
		border-radius: .5em;
		display: table-cell;
		float: right;
		margin-top: 0;
		overflow: hidden;
		position: relative;
		padding-top: 20px;
		padding-bottom: 10px;
		width: 100%
	}
	/*[id="historydetailpage"] #detailsNextButton {
		float: left
	}*/
	[id="historydetailpage"] .detailsbuttonsNav div {
		margin-right: 40px;
	}
	[id="historydetailpage"] .detailsbuttonsNav {
		width: 100%;
	}
	[id="historydetailpage"] #detailsbuttons {
		display: table;
		float: none;
		margin: 0px 0 0 -20px;
		position: fixed;
		bottom: 0;
		width: 100%;
		background-color: #fff;
		padding: 5px 20px;
		z-index: 1
	}
	[id="historydetailpage"] .detailsbuttonsNav div:last-child {
		padding-right: 20px;
		margin-top: -4px;
	}
	[id="historydetailpage"] .detailsbuttonsNav #detailsNextButton, #detailsBackButton {
		float: right
	}
	[id="historypage"] #editHistoryPageNum, .historypagecount, .historypagenav {
		display: inline-block;
		vertical-align: middle;
	}
	[id="historypage"] .history_actions .ui-select {
		margin-top: 0;
		margin-right: 0;
		vertical-align: top;
		display: table-cell;
		padding-left: 1em;
	}
	/* history - content ~ previous records - paging content */
	[id="historypage"] .historypagecount {
		padding-bottom: 10px;
		padding-top: 10px !important
	}
	/* history - content ~ previous records - paging buttons */
	[id="historypage"] .pagebutton {
		background-color: transparent !important;
		-moz-border-radius: .5em;
		-webkit-border-radius: .5em;
		border-radius: .5em;
		cursor: pointer;
		float: left;
		font-weight: 500 !important;
		margin-left: .5em;
		min-width: 1.5em;
		padding: .5em 0;
		position: relative;
		text-align: center;
	}
	/*records toolbar paging nav button hover*/
	[id="historypage"] .pagebutton:hover {
		background-color: #EEE !important;
	}
	/* history - details - content */
	[id="historydetailpage"] .userrecordreview_result .userrecordreview_disagree, [id="historydetailpage"] .userrecordreview_result .userrecordreview_agree {
		margin-bottom: 20px;
		display: table;
		border-radius: 3px;
		padding: .3em .6em;
	}
	/* history - details - content */
	[id="historydetailpage"] .userrecordreview_yousaid {
		padding-left: 0;
		font-size: 1em;
	}
	/* history - details - content */
	[id="historydetailpage"] .userrecordreview_ourdecision {
		display: inline
	}
	/* history - details - content */
	[id="historydetailpage"] .userrecordreview_yousaid, .userrecordreview_mydecision, .userrecordreview_wesaid, .userrecordreview_ourdecision {
		display: inline;
		font-style: italic;
		padding-right: 0;
		margin-right: 0;
		white-space: nowrap
	}
	/* history - details - content */
	[id="historydetailpage"] #recordChallenge #userrecordreview_reviewreason {
		width: 100%
	}
	[id="taskprefpage"] .highlightSelectAll .toggleLabel, [id="systemHighlightsContainer"] .highlightCell, [id="recordHighlightsContainer"] .systemHighlightCell, [id="taskprefpage"] .highlightCell.textbox {
		width: 100% !important;
	}
	[id^="userprefpage"] [data-role="main"].maxwidth, [id^="taskprefpage"] [data-role="main"].maxwidth {
		padding: 0 20px 60px 20px !important;
	}
	[id="taskprefpage"] .changeColourContent {
		vertical-align: top !important;
		padding-top: 8px !important;
		width: 10em;
	}
	[id="taskprefpage"] #highlightOutline .ui-btn {
		float: right;
	}
	input#addhighlight {
		width: 100% !important;
		padding: 0
	}
	[id="taskprefpage"] .highlightSelectAll .ui-checkbox {
		width: 1em;
	}
	[id="taskprefpage"] .highlightSelectAll {
		display: table !important;
		width: 100% !important;
		table-layout: fixed !important
	}
	[id="taskprefpage"] .highlightSelectAll .ui-checkbox {
		display: table-cell !important;
		width: 1em !important;
		top: -1em;
	}
	/*input#addhighlight {
		max-width: 6em !important;
	}
	[id="taskprefpage"] #highlightcolourselect-button {
		min-width: 6em !important;
	}*/
	[id="taskprefpage"] .flaticon-delete {
		display: table-cell !important;
		width: 3em !important;
	}
	[id="taskprefpage"] .highlightRow, [id="taskprefpage"] .systemHighlightRow {
		display: table;
		width: 100%;
		table-layout: fixed;
	}
	[id="taskprefpage"] .highlightCell.textbox {
		width: auto;
		display: table-cell;
	}
	[id="taskprefpage"] #recordHighlightsContainer .highlightCell {
		display: table-cell;
		min-width: 2em;
		width: 2em;
	}
	#restricttoword .highlightRow .highlightCell:last-child {
		display: table-cell;
		width: 6em;
	}
	[id="taskprefpage"] .highlightRow {
		display: inherit;
		width: 100%;
		padding-bottom: .5em;
	}
	[id="taskprefpage"] #recordHighlightsContainer .highlightRow .highlightCell {
		display: table-cell !important;
		padding: 0;
		vertical-align: top;
	}
	[id="taskprefpage"] #recordHighlightsContainer .highlightCell.deleteline {
		min-width: 4em !important;
		padding-top: 0!important;
		vertical-align: middle!important;
	}
	[id="systemHighlightsContainer"] .highlightCell, [id="recordHighlightsContainer"] .systemHighlightCell {
		/* width: calc(100% - 6.3em); */
		/* width: 24.5em; */
		display: table-cell;
	}
	[id="systemHighlightsContainer"] .highlightCell p, [id="recordHighlightsContainer"] .systemHighlightCell p {
		margin-right: 4em !important;
	}
	[id="taskprefpage"] .ui-btn-icon-right:after {
    cursor: pointer;
    margin-top: -14px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	[id="historydetailpage"] [data-role="main"] {
		padding: 0 40px 60px 40px;
	}
}
@media (max-width: 960px) {
	h1 {
		font-size: 30px !important;
	}
}
@media (max-width: 35em) {
	[id="historypage"] table#RecordHistoryDetail td span {
		display: inline-block;
		padding-right: .5em;
	}
	[id="historypage"] #RecordHistoryDetail .challengedRecordIcon {
		display: inline-block;
	}
}
@media (max-width: 375px) { 
    /*history summary bubble box*/ 
    [id="historypage"] .summaryBox {     
        padding: 10px 0;     
    } 
}