/* ***************************************************************** */
/* Product: Global
/* Updated: 28/08/2019
******************************************************************** */
/* quickrefpage - content ~ container */
[id^="quickrefpage"] [data-role="main"] {
	background-color: transparent;
	border-radius: 0;
	box-shadow: none !important;
	margin: 0 auto;
	padding: 0 40px 60px 40px;
}
/* quickrefpage - content ~ title */
[id="quickrefpage"] h1 {
	display: inline-block;
	font-size: 38px;
	margin: 39px 0 10px 0
}
/* quickrefpage - content ~ boxed content */
[id^="quickrefpage"] [data-role="quickref"] {
	border-radius: 6px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
	background-color: #fff;
	margin: 2em 0;
	padding: 2.5em 3em;
	max-width: 660px
}
/* quickrefpage - content ~ wrapper */
[id^="quickrefpage"] .quickref-wrapper {
	/*margin: auto;
    max-width: 660px*/
}
/* quickrefpage - content ~ boxed content - title */
[id="quickrefpage"] .quickrefTitle {
	font-size: 1.2em;
	font-style: italic;
	font-weight: 700;
	line-height: 1.7em
}
/* quickrefpage - content ~ boxed content - text */
[id="quickrefpage"] [data-role="quickref"] p, [id="quickrefpage"] [data-role="quickref"] p em {
	line-height: 1.7em;
	margin: 0
}
/* quickrefpage - content ~ table */
[id="quickrefpage"] [id^="quickreftable"] {
	border-collapse: collapse;
	margin-top: 1em;
	width: 100%
}
/* quickrefpage - content ~ table tbody header */
[id="quickrefpage"] th {
	background-color: #dd0031;
	color: #fff;
	font-weight: 500;
	padding: .5em;
	text-align: left;
	vertical-align: top
}
/* quickrefpage - content ~ table tbody cell */
[id="quickrefpage"] td {
	padding: .5em;
	vertical-align: top
}
/* quickrefpage - content ~ table tbody cell:last */
[id="quickrefpage"] td:last-child {
	white-space: nowrap;
}
/* quickrefpage - content ~ table tbody cell:even */
[id="quickrefpage"] tr:nth-child(even) {
	background: #F7BFCC
}
/* quickrefpage - content ~ table tbody cell:odd */
[id="quickrefpage"] tr:nth-child(odd) {
	background: #FFF
}
.noqrrecord {
	width: 100%;
	text-align: center;
   	font-weight: 700;
}

@media only screen and (min-width: 315px) and (max-width: 737px) {
	/* quickrefpage - content ~ container */
	[id^="quickrefpage"] [data-role="main"] {
		padding: 0 20px
	}
	/* quickrefpage - content ~ wrapper */
	[id^="quickrefpage"] .content-wrapper {
		padding-bottom: 60px
	}
	/* quickrefpage - content ~ boxed content */
	[id^="quickrefpage"] [data-role="quickref"] {
		margin: 20px 0em;
		padding: 10px 20px
	}
	/* quickrefpage - content ~ table */
	[id="quickrefpage"] [id^="quickreftable"] {
		font-size: .9em;
		margin-top: 20px
	}
}