/* ***************************************************************** */
/* Updated and checked: 10/07/2020
******************************************************************** */
/* quickrefpage - content */
[id^="quickrefpage"] [data-role="main"] {
	padding: 0 40px;
}
[id="quickrefpage"] [data-role="main"] {
	margin: auto;
	max-width: 1000px !important;
}
[id="quickrefpage"] [data-role="main"] h3 {
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 0;
	display: inline-block
}
[id="quickrefpage"] [data-role="main"] button[type="button"] {
	padding: .5em 1em;
}
[id="quickrefpage"] [data-role="main"] h4 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
}
/* quickrefpage - content ~ table */
[id="quickrefpage"] .quickreftable {
	margin-bottom: 20px;
	table-layout: fixed;
	width: 100%
}
/* quickrefpage - content ~ table tbody header */
[id="quickrefpage"] th {
	background-color: #0f2f55;
}
/* quickrefpage - content ~ table row */
[id="quickrefpage"] tbody tr {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}
/* quickrefpage - content ~ table tbody decision */
[id="quickrefpage"] .decision {
	background: #E6E6E6 !important
}
[id="quickrefpage"] .RCT-q-RCT {
	background: #E6E6E6 !important
}
/* quickrefpage - content ~ table tbody reject */
[id="quickrefpage"] .decision-reject {
	background: #ecdaeb !important
}
[id="quickrefpage"] .RCT-q-RCT-Rejected {
	background: #ecdaeb !important
}
[id="quickrefpage"] .recordselected {
	background: #c8d2d7 !important;
}
[id="quickrefpage"] td div {
	padding-bottom: 10px
}
[id="quickrefpage"] td div p {
	margin: 0
}
[id="quickrefpage"] td:last-child {
	white-space: normal
}
[id="quickrefpage"] .content-wrapper {
	margin: 1em 0;
}
[id="quickrefpage"] .quickref-title {
	display: inline-block;
	font-size: 28px;
	font-weight: 400 !important;
}
[id="quickrefpage"] .quickref-title div {
	float: left
}
[id="quickrefpage"] .quickref-title button {
	float: right;
	margin: 0;
	padding: 8px 16px;
}
[id^="faq"] [data-role="main"] {
	padding: 0;
	max-width: 1000px;
}
[id^="faq"] .faq-title {
	margin: 10px 0;
}
[id^="faq"] .content-wrapper {
	margin: 1em 0;
}
[id="faqhomepage"] .content-wrapper {
	margin: 1em 40px;
}
[id="quickrefpage"] #quickRefTableDetails {
	display: none
}
[id="quickrefpage"] .detailsbuttons {
	display: block;
	float: right;
	margin: 10px 0 0 0;
}
[id="quickrefpage"] .buttonContainer {
	display: table;
	float: right
}
[id="quickrefpage"] .crowdHeaderScreening {
	margin-bottom: 0;
	margin-top: 0;
	text-align: right;
	display: table-cell;
	vertical-align: top;
}
[id="quickrefpage"] .printQR {
	width: 5em
}
[id="quickrefpage"] button.printQRBtn {
	margin-left: 15px;
	margin-right: 0;
	padding: .4em 1em;
}
[id="quickrefpage"] .detailsbuttons .detailsbuttonsNav button {
	padding: .5em 1em;
	width: 6em;
	background-color: #3d73b4;
	color: #fff;
	border-color: #0f2f55;
	height: auto;
	font-weight: 500;
	border-radius: 1.563em;
	font-size: .9em;
	margin: 0 1em 0 0;
}
[id="quickrefpage"] .detailsbuttons .detailsbuttonsNav button.disable, [id="quickrefpage"] .detailsbuttons .detailsbuttonsNav button.disable:hover {
	background-color: #fff !important;
	border: 1px solid #91a0b1 !important;
	color: #91a0b1 !important;
	cursor: default;
}
[id="quickrefpage"] .detailsbuttons .detailsbuttonsNav .detailsCloseButton {
	width: auto;
	background-color: #545454;
	color: #fff;
	border-color: #545454;
	padding: .5em .777em;
	margin-right: 0;
	font-weight: 300;
}
[id="quickrefpage"] .record_details {
	margin-bottom: 40px;
	max-width: 100%;
	table-layout: fixed;
	display: table;
	width: 100%;
}
[id="quickrefpage"] .recordTitle {
	font-size: 1.1em;
	font-weight: 700;
	padding-bottom: 1em;
	margin-right: .5em;
	font-style: italic;
}
[id="quickrefpage"] .recordbody {
	margin-right: .5em;
	font-style: italic;
	line-height: 1.4em;
	margin-bottom: 1em;
}
[id="quickrefpage"] table.quickreftable:first-child .classification.accepted, [id="quickrefpage"] table.quickreftable:first-child .classification:hover:before {
	color: #189400;
	cursor: default
}
[id="quickrefpage"] .classification.accepted:before {
	margin-right: 5px
}
[id="quickrefpage"] .restrictWrapper {
	padding: 0;
	margin: 0;
	max-width: 660px;
}
[id="quickrefpage"] .restrictWrapper img {
	border: 2px solid #962d91;
	border-radius: 6px;
	padding: 5px;
}
[id="quickrefpage"] .ui-content a.ui-link:link, [id="quickrefpage"] .ui-content a.ui-link:visited {
	color: #0e436d !important;
	font-weight: 700;
}
[id="quickrefpage"] .ui-content a.ui-link:hover {
	color: #962d91 !important;
}
@media only screen and (min-width: 315px) and (max-width: 737px) {
	[role="header"] .header-title {
		padding: 20px 0 0 0;
	}
}