*,
*:before,
*:after {box-sizing:border-box;}
* {float:none}

html {
	height: 99%;
}

body {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight:400;	
		
	background-color: #D3D3D3;
	position:relative;
	margin:0;
	padding:0;
	min-height:100%;
	opacity:0; 
	animation:fadeIn .5s ease-in 1 forwards;
}

@keyframes fadeIn {
	to {
		opacity:1
	}
}

article	{
	background-color:#fff;
	border:0;
	padding:0;
	vertical-align:top;
	margin:auto;
	float:middle;
}

section {
	width:inherit;
	padding:5px 20px 5px 20px;
	vertical-align:top;
	margin: 5px;
	overflow:auto;
}

h1 {
	font-size: 180%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 125%;
}

h1, h2, h3 {	
	font-weight:400;
	display:inline-block;
	margin:0 10px 0 0;
	padding:0;
}

span {
	display: inline-block;
}

.table table {
	width: 100%;
	border-collapse: collapse;
	border-color: #C8102E;
}

.table tr {
	height:25px;
}

.table th {
	border: 1px solid #cfcfcf;
	background-color: #efefef;
}

.table tbody td {
	border-bottom: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	padding: 0 5px;
}

.table tfoot, tfoot tr, tfoot td{
	border: none;
}

.table tfoot td{
	height:35px;
	font-size:80%;
	color:gray;
	font-style:italic;
}

.tblDiv {
	display:table;
	width:100%;
	border-collapse: collapse; 
}

.groupRow {
	font-weight:700;
	font-size: 110%;
	height:35px;
}

.titleSection {
	height:80px;			/*Change 70px to 80px -Rohini*/
	padding:10px;
}

.reportTitle{
	text-transform:uppercase;
	letter-spacing:5px;
	font-weight:700;
}

.loader {
	border:16px solid #B3B6B7;
	
	border-radius:50%;
	border-top:16px solid #e3e3e3;
	border-bottom:16px solid #e3e3e3;
	width:120px;
	height:120px;
	-webkit-animation:spin 2s linear infinite;
	animation:spin 2s linear infinite;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	z-index:99
}

#ngLoader {
	opacity:.95;
	background:#fff;
	width:100%;
	height:100%;
	z-index:98;
	top:0;
	left:0;
	position:fixed;
}

.aRight {
	text-align:right !important
}

.aLeft {
	text-align:left !important
}

.aCenter {
	text-align:center !important
}

.aTop {
	vertical-align:text-top !important
}

.aBottom {
	vertical-align:text-bottom !important
}

.aMiddle {
    display: table-cell;
    vertical-align: middle !important;
}

.tBold {
	font-weight:700
}

.tItalic {
	font-style:italic
}

.tBig {
	font-size:120%;
}

.tBig2 {
	font-size:200%;
}

.tSmall {
	font-size:70%;
}

.tTop 		{ 
	vertical-align:super !important
}

.fullSize {
	width:100%
}

.c5 {
	width:5%
}

.c10 {
	width:10%
}

.c15 {
	width:15%;
}

.c20 {
	width:20%
}

.c25 {
	width:25%
}

.c30 {
	width:30%
}

.c35 {
	width:35%
}

.c40 {
	width:40%
}

.c45 {
	width:45%
}

.c50 {
	width:50%
}

.c55 {
	width:55%
}

.c60 {
	width:60%
}

.c65 {
	width:65%
}

.c70 {
	width:70%
}

.c75 {
	width:75%
}

.c80 {
	width:80%
}

.c85 {
	width:85%
}

.c90 {
	width:90%
}

.c95 {
	width:95%
}

.c5,.c10,.c15,.c20,.c25,.c30,.c35,.c40,.c45,.c50,.c55,.c60,.c65,.c70,.c75,.c80,.c85,.c90,.c95,.cX {
	display: table-cell;
	height:25px;
	padding:0 2px;
	vertical-align:text-top;
	position:relative
}


@font-face {
	font-family:'Karma';
	font-style:normal;
	font-weight:400;
	src:local('Karma Regular'),local(Karma-Regular),url(/assets/fonts/Karma.woff2) format("woff2");
	unicode-range:U+02BC,U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200B-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB
}

@font-face {
	font-family:'Calibri';
	font-style:normal;
	font-weight:400;
	src:local(Calibri),local(Calibri),url(/assets/fonts/Calibri.woff2) format("woff2")
}

li{
	margin: 5px 0;
}

.noSpace {
	padding:0px !important;
	margin:0px !important;
}

.noBorder {
	border:none !important;
}

/** Default Colors */

hr {
	border: 1px solid #EAEDED;
}

.dHelp {
	color:green;
}
.clr1 {color:#7a2d61}
.clr2 {color:#422874}

.bgRed {
	background-color: #C8102E;
	color: #fff;
}

.bgGreen {
	background-color: #43B02A;
	color: #fff;
}

.bgYellow {
	background-color: #FFCD00;
	color: #000;
}

.bgWhite {
	background-color: #FFF;
	color: #000;
}

.AutoBG {
	background-color: #E8EFF7;
	color: #000;
}

.bL {
	border-left: 1px solid #cfcfcf;
}

.bR {
	border-right: 1px solid #cfcfcf;
}

.bT {
	border-top: 1px solid #cfcfcf;
}

.bB {
	border-bottom: 1px solid #cfcfcf;
}

.bBox {
	border: 1px solid #cfcfcf;
}

.bHead {
	border: 1px solid #cfcfcf;
	border-bottom: 2px solid #cfcfcf;
	background-color: #F7F7F7;
	text-align: center;
	font-weight: bold;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform:rotate(0deg)
	}

	100% {
		-webkit-transform:rotate(360deg)
	}
}

@keyframes spin {
	0% {
		transform:rotate(0deg)
	}

	100% {
		transform:rotate(360deg)
	}
}

.ad {
	height:25px;
	font-size:80%;
	margin:5px!important;
	color:gray;
	font-style:italic;
	padding-left:10px;
}

.angular-with-newlines {
    white-space: pre-wrap;
}

.printOption {
	position		: fixed;
	float			: right;
	top				: 0;
	right			: 0;
	height			: 60px;
	width			: 60px;
	background-image: url(/assets/images/cPrint.png);
	cursor			: pointer;
	z-index			: 10;
}

#idSocietyTitle,
#idReportTitle {
	font-size: 18px;
	font-weight:600;
}

#idSocietyRegDetails {
	font-size:12px;
}

#idReportDate {
	--font-weight:400;	
}

#idSocietyTitleA5,
#idReportTitleA5 {
	font-size: 14px;
	font-weight:600;
}
.noPading {
	padding: 0 !important;
}

.pad20 {
	padding: 20px !important;
}

p {
	padding:20px;
	margin:0px;
	text-align:justify;
}

@media print {
	footer {
		position: fixed;
		bottom: 0;
		padding-left:18mm;
	}

	/*
	.content-block, p {
		page-break-inside: avoid;
	}
	*/

	html, body {
		background-color: #fff;
		margin: 0; 
		padding: 0;	 
		/*width: 110mm; --width: 210mm;
        height: 197mm; --height:297mm;*/
		zoom:100% !important;
	/*	width:210mm;				Tejaswini: set print left margin
		height:297mm;*/
	}


	.portrait{
		min-height: 285mm;
		min-width: 180mm;
		width: 180mm;	
	}

	.portraitA5{
		min-height: 180mm;
		min-width: 140mm;
		width: 140mm;	
	}

	.landscape{
		min-height: 180mm;
		min-width: 280mm;
		width: 280mm;
		max-width: 280mm;
	}

	section {
		padding:5px 0px 5px 0px;
		margin: 0px;
	}
	.no-print,
	.no-print * {
		display:none!important;
		height:0
	}	
	/*
	.tblDiv {
		page-break-inside:auto !important;
	}
	*/
	
	.tblHeader, .tblFooter {
		page-break-inside:avoid;
	}
	
	.doNotBreak {
		page-break-inside:avoid !important;
	}
	
	.doBreak {
		page-break-inside:auto !important;
	}

	/*
	table { page-break-after:auto }
	tr    { page-break-inside:avoid; page-break-after:auto }
	td    { page-break-inside:avoid; page-break-after:auto }
	*/
	thead { display:table-header-group }
	tfoot { display:table-footer-group }
	
	tbody:after {
        content: ''; display: block;
        /*page-break-after: always;*/
        page-break-inside: avoid;
        page-break-before: avoid;        
    }
}

@page {
	margin: 5mm 5mm 5mm 5mm;
}

#idPageCounter {
	font-size:8px;
	color: #D3D3D3;
}

#idPageCounter:after {
    counter-increment: page;
    content: counter(page);
}

.portrait{
	min-height: 285mm;
	min-width: 180mm;
	width: 180mm;	
}

.portraitA5{
	min-height: 180mm;
	min-width: 140mm;
	width: 140mm;	
}

.landscape{
	min-height: 180mm;
	min-width: 280mm;
	width: 280mm;
	max-width: 280mm;
}

.landscape section {
	padding-right: 30px;
}

.landscapeA5{
	min-height: 140mm;
	min-width: 180mm;
	width: 180mm;
	max-width: 180mm;
}

.POSPrint{
	max-width: 3in;
}

.barcode 	{
	font-family 		: 'Libre Barcode 39';
	font-size			: 40px;
}

@font-face {
  font-family: 'Libre Barcode 39';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(LibreBarcode.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face 	{
	font-family:'Calibri';
	font-style:normal;
	font-weight:400;
	src:local(Calibri),local(Calibri),url(/assets/fonts/Calibri.woff2) format("woff2")
}

@font-face 	{
	font-family:'Source Sans Pro';
	font-style:normal;
	font-weight:400;
	src:local('Source Sans Pro'),local(SourceSansPro-Regular),url(/assets/fonts/SSPR.woff2) format("woff2");
	unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215
}

/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z11lFc-K.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


.goUp {
	position: fixed;
	float: right;
	bottom: 160px;
	right: 10px;
	height: 30px;
	width: 30px;
	background-image: url(/assets/images/goUp.png);
	background-size: contain;
	cursor: pointer;
	z-index: 10;		
}

.goDown {
	position: fixed;
	float: right;
	bottom: 10px;
	right: 10px;
	height: 30px;
	width: 30px;
	background-image: url(/assets/images/goDown.png);
	background-size: contain;
	cursor: pointer;
	z-index: 10;
}

.zoomIn {
	position: fixed;
	float: right;
	bottom: 110px;
	right: 10px;
	height: 30px;
	width: 30px;
	background-image: url(/assets/images/zoomIn.png);
	background-size: contain;
	cursor: pointer;
	z-index: 10;
}

.zoomOut {
	position: fixed;
	float: right;
	bottom: 60px;
	right: 10px;
	height: 30px;
	width: 30px;
	background-image: url(/assets/images/zoomOut.png);
	background-size: contain;
	cursor: pointer;
	z-index: 10;
}

.goUp:hover,
.goDown:hover{
	transform: scale(1.2);
}