.clear {
	clear: both;
}

.clearLeft {
	clear: left;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	
	height: 100%;
}

.sampleReportsBackground {
	background-color: #eee;
}

.sampleheroBanner {
	background: linear-gradient(to right, #525fa3 0, #3675a8 );
	color: #fff;
	margin-top: 80px;
	margin-bottom: 40px;
	padding-bottom: 60px;
	padding-top: 25px;
}

#sampleheroBanner .samplepageHeader {
	margin-top: 70px;
}

.boxshadow {
	position: relative;
	-moz-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 2px 4px rgb(0 0 0/ 50%);
	box-shadow: 1px 2px 4px rgb(0 0 0/ 50%);
	background: white;
	border-radius: 15px 15px 15px 15px;
	/* width: 50%; */
}

ul.tabsnew {
	float: left;
	list-style: none;
	background-color: #f0f0f0;
	width: 100%;
}

ul.tabsnew li {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 12px 21px;
	color: #333;
	overflow: hidden;
	position: relative;
}

ul.tabsnew li.active {
	background-color: #fff;
	display: block;
	color: #1d4f91;
	font-weight: 400;
	height: 50px;
	border-bottom: 2px solid #1d4f91;
}

ul.tabsnew1 {
	padding: 0;
	float: left;
	list-style: none;
	background-color: #fff;
	width: 100%;
	color: #1d4f91;
}

ul.tabsnew1 li {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 0 21px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	position: relative;
	background-color: #fff;
	display: block;
	color: #1d4f91;
	font-weight: 400;
}

ul.tabsnew1 li.active {
	color: #db0000;
}

ul.tabsSummary li.active {
	color: #db0000;
}

ul.tabsFull li.active {
	color: #db0000;
}

.tab_content_sample {
	color: #333;
	padding: 20px;
	/* display: none; */
}

.tab_subcontent_sample {
	color: #333;
	padding: 20px;
	/* display: none; */
}
.tab_contentnew2 {
	color: #333;
	padding: 20px;
	display: none;
}
.disabled {
    pointer-events:none; 
    opacity:0.6;         
}
.tab_contentglossary {
	color: #333;
	padding: 20px;
	/* display: none; */
}

.glossary-name {
	margin-left: 15px;
	margin-top: 20px;
}

ul.glossarytabs {
	float: left;
	list-style: none;
	width: 100%;
	/* margin-left: -45px; */
}

ul.glossarytabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 11px 11.5px;
	color: #333;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #f0f0f0;
}

ul.glossarytabs li.active {
	background-color: #fff;
	display: block;
	color: #1d4f91;
	font-weight: 400;
	height: 50px;
	border-bottom: 2px solid #1d4f91;
}


ul.glossarytabsSmall li {
	cursor: pointer;
	padding: 10px 10px;
	position: relative;
	color: #000000;
}

ul.glossarytabsSmall li.active {
	display: block;
	color: #1d4f91;
	border-bottom: 2px solid #1d4f91;
}

.glossaryContent{
	padding-bottom: 30px;
}

.sampleReportsnav{
	background-color: #f0f0f0; 
	height: 50px; 
	margin-bottom: 20px; 
	-webkit-box-shadow: 1px 2px 4px rgb(0 0 0/ 50%); 
	box-shadow: 1px 2px 4px rgb(0 0 0/ 50%);
}

.glossaryHeader{
	font-size:16px !important;
}


#historySection1 .rTableRow:nth-child(even), #historySection2 .rTableRow:nth-child(even), #historySection3 .rTableRow:nth-child(even){
	background: #f2f2f2;}