.filterable .filters input[disabled] {
	background-color: transparent;
	border: none;
	cursor: auto;
	box-shadow: none;
	padding: 0;
	height: auto;
}

.filters {
	display: none;
}

.filterable .filters input[disabled]::-webkit-input-placeholder {
	color: #333;
}

.filterable .filters input[disabled]::-moz-placeholder {
	color: #333;
}

.filterable .filters input[disabled]:-ms-input-placeholder {
	color: #333;
}

.btn:focus,
.btn.focus {
	box-shadow: none;
	/* box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.25); */
}

.tableFixHead {
	overflow-y: auto;
	height: calc(100vh - 102px);
	/* 	height: -moz-available;  */
}

.tableFixHead table {
	border-collapse: collapse;
	width: 100%;
}

.tableFixHead th {
	position: sticky;
	top: -1px;
	background: #727b82;
	color: white;
}

#y-scroll::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 7px #F5F5F5;
}

#y-scroll::-webkit-scrollbar {
	width: 7px;
	height: 7px;
}

#y-scroll::-webkit-scrollbar-thumb {
	background-color: #2fb1d3;
}

#x-scroll::-webkit-scrollbar {
	height: 7px;
}

#x-scroll::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 7px #F5F5F5;
}

#x-scroll::-webkit-scrollbar-thumb {
	background-color: #2fb1d3;
}


body,
html {
	padding: 0;
	margin: 0;
}


input[type=checkbox] {
	vertical-align: middle;
}



#caseLink:hover {
	color: rgb(72, 68, 94);
	cursor: pointer;
	text-decoration: underline;
}

.loading1 {
	color: #327f92;

}

#text {
	color: #686666;
	font-weight: bold;


}

#text span:before {
	animation: dots 2s linear infinite;
	content: '     ';
}

@keyframes dots {
	0% {
		content: '.   ';
	}

	20% {
		content: '..   ';
	}

	40% {
		content: '...  ';
	}

	60% {
		content: '.... ';
	}

	80% {
		content: '.....';
	}

	100% {
		content: '     ';
	}
}

#overlay {
	position: fixed;

	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	cursor: pointer;
}

#text {
	position: absolute;
	top: 50%;
	left: 50%;
	color: rgb(15, 15, 15);
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}


.meter {
	box-sizing: content-box;
	height: 15px;
	/* Can be anything */
	position: relative;
}

.meter>span {
	display: block;
	height: 100%;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	background-color: rgb(57, 167, 211);

	box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
		inset 0 -2px 6px rgba(0, 0, 0, 0.4);
	position: relative;
	overflow: hidden;
}

.meter>span:after,
.animate>span>span {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: linear-gradient(-45deg,
			rgba(255, 255, 255, 0.2) 25%,
			transparent 25%,
			transparent 50%,
			rgba(255, 255, 255, 0.2) 50%,
			rgba(255, 255, 255, 0.2) 75%,
			transparent 75%,
			transparent);
	z-index: 1;
	background-size: 20px 20px;
	animation: move 1s linear infinite;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	overflow: hidden;
}

.animate>span:after {
	display: none;
}

@keyframes move {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: 20px 20px;
	}
}

.dropdown-item:hover {
	cursor: pointer;

}

#profileImgIcon:hover {
	cursor: pointer;
	width: 37px;
	height: 37px;
	;
}

.App {
	width: 100%;
}

.cursor-pointer {
	cursor: pointer;
}

@media print {
	.react-pdf__Page__canvas {
		width: 100% !important;
		height: auto !important;
	}
}



.tooltip-row {

	border: 1px solid #000;
	padding: 5px;
	display: flex;
}

#importStatusTooltip {
	font-size: 16px;

	z-index: 9999 !important;
}

.custom-modal-dialog {
	max-width: 70%;
}

.legend {
	display: flex;
	align-items: center;
	gap: 2px;
	margin-left: auto;
}


.red-box {
	background-color: red;
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-right: 5px;
}

.yellow-box {
	background-color: #F6BE00;
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-right: 5px;
}

.red-text {
	color: red;
}

.yellow-text{
    color: #F6BE00;
}

.line-through-text {
	text-decoration: line-through;
	text-decoration-color: red;
	color: black;
}

.react-datepicker-popper {
	z-index: 9999 !important;
}


.custom-table {
	border-collapse: collapse;
	border: 1px solid black;
}

.custom-cell {
	border: 1px solid black;
	padding: 6px;
	font-weight: bold;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	background-color: #3baecd !important;
	font-weight: bold;
}

.custom-tooltip::after {
	border-bottom-color: red;
	/* Change the color */
	margin-left: -10px;
	/* Adjust the position of the arrow horizontally */
}



@media print {
	.grn-invoice-container {
		page-break-before: always;
		margin: 0;
		padding: 10mm;
		position: relative;
		min-height: 100vh;
		width: 100%;
		font-family: Arial, sans-serif;

	}

	.grn-invoice-container table {
		width: 100%;
	}

	.grn-invoice-container table td {
		font-size: 12px;
	}

	.grn-invoice-container footer {
		position: absolute;
		bottom: 0;
		width: 95%;
		border-top: 1px solid #ddd;
		padding: 10px;
	}

	.grn-invoice-container footer span {
		font-size: 9px;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
	}

	.grn-invoice-container main {
		margin-top: 5mm;
	}

	.grn-invoice-container dataDisplayClass {
		font-size: 10;
	}


	.grn-invoice-container header {
		border-bottom: 1px solid #ddd;
		width: 100%;
		display: flex;
		align-items: baseline;
	}

	.grn-invoice-container header h1 {
		margin-bottom: 0;
		font-family: "Times New Roman", Times, serif;
		font-weight: bold;
	}

	.last-row {
		border-bottom: 1px solid #000;
	}
}

.grn-invoice-container {
	page-break-before: always;
	margin: 0;
	padding: 10mm;
	position: relative;
	min-height: 100vh;
	width: 100%;
	font-family: Arial, sans-serif;

}

.grn-invoice-container table {
	width: 100%;
}

.grn-invoice-container table td {
	font-size: 12px;
}

.grn-invoice-container dataDisplayClass {
	font-size: 10;
}

.grn-invoice-container footer {
	position: absolute;
	bottom: 0;
	width: 95%;
	border-top: 1px solid #ddd;
	padding: 10px;
}

.grn-invoice-container footer span {
	font-size: 9px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.grn-invoice-container main {
	margin-top: 5mm;
}

.grn-invoice-container header {
	border-bottom: 1px solid #ddd;
	width: 100%;
	display: flex;
	align-items: baseline;
}

.grn-invoice-container header h1 {
	margin-bottom: 0;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

.last-row {
	border-bottom: 1px solid #000;
}





.submenu {
	background-color: white;
	border: 1px solid #ccc;
	padding: 5px;
	border-radius: 5px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	font-size: 12px;
	position: absolute;

}

.submenu span {
	display: block;
	padding: 3px;
	cursor: pointer;
}

.submenu span:hover, .submenu form:hover {
	background-color: #ddd;
}


/* @media (max-width: 567px) {
	.pagination-footer {
		padding: 0.5rem;

	}

} */

@media (max-width: 768px) {
	.app-footer {
		overflow-x: auto;
		white-space: nowrap;
	}

}

/* onLoomDesign Check Report  */
@media print {
	/* body::before {
		display: none !important;
	}

	body {
		counter-reset: page;
	}

	footer.app-footer span.ml-auto::before {
		counter-increment: page;
		content: "Page " counter(page) " of " counter(page);
	} */

	.loom-design-Container {
		page-break-before: always;
		margin: 0;
		padding: 10mm;
		position: relative;
		min-height: 100vh;
		width: 100%;
		font-family: Arial, sans-serif;
	}

	/* .woNumAndDesNo {

		text-align: left;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12;
		color: black
	}
 */

	.loom-design-Container table thead tr th span.pold {
		left: 186px !important;
	}
}
.loom-design-Container table thead tr th span.pold {
	left: 186px !important;
}
.designChange {
	background-color: lightgrey;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14;
	color: black
}

.loom-design-Container table thead tr .rollLength {
	background-color: black !important;
	color: white;
}

.loom-design-Container table thead tr .loomTable {
	background-color: lightgrey !important;
	text-align: center;
	font-weight: bold;
	font-family: 'Times New Roman', Times, serif;
	font-size: 10;
	color: black;
}

.loomTabledata {
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10;
	color: black;
}

.loom-design-Container table tbody tr .designChange {
	background-color: lightgrey !important;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14;

	color: black
}

.loom-design-Container table tr .Border {

	border-top: 3px solid white !important;
	/* border-left: 4px solid black !important; */

}




.loom-design-Container .table-bordered th,
.loom-design-Container .table-bordered td {
	border: 2px solid black !important;
}

.loom-design-Container table tr .woNumAndDesNo {
	text-align: left;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
	color: black;
	border-bottom: 2px solid white !important;
	border-left: 1px solid white !important;
	border-right: 1px solid white !important;
}

.loom-design-Container table tr .loomNote {
	text-align: center;
	font-weight: bold;
	font-family: 'Arial, Helvetica, sans-serif';
	font-size: 16px;
	padding: 10px;
	background-color: grey !important;
	color: black
}

.loom-design-Container table thead tr .HeaderData {
	border-top: 1px solid white !important;
	border-left: 1px solid white !important;
	border-right: 1px solid white !important;

}

.loom-design-Container table .footerData {
	border-bottom: 1px solid white !important;
	border-left: 1px solid white !important;
	border-right: 1px solid white !important;
}

.loom-design-Container table tr .Border {
	/* border-top: 3px solid white !important; */
	border-bottom: none !important;
	border-top: none !important;
}

.loom-design-Container table thead tr .pleaseCheckRoll {
	background-color: grey !important;
	color: black;
	/* border-top: 4px solid white !important; */
	border-top: none !important;
}

.loom-design-Container table tr .loomNo {
	border-bottom: none !important;
}

.loom-design-Container table thead tr th span.caseNumber {
	position: relative;
	left: 68px;
}

.loom-design-Container table thead tr th span.pold {
	position: relative;
	left: 223px;
	bottom: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	font-weight: bold;
	border-top: 2px solid white !important;
}

/* Roll length Report  */
@media print {
	.Roll-Length {
		page-break-before: always;
		margin: 0;
		padding: 10mm;
		position: relative;
		min-height: 100vh;
		width: 100%;
		font-family: Arial, sans-serif;
	}

	.Roll-Length .table-bordered th,
	.Roll-Length .table-bordered td {
		border: 2px solid black !important;
	}

	.Roll-Length table thead tr .rollLenTable {
		background-color: lightgrey !important;
		color: 'red';

	}

	.Roll-Length {
		width: 100%;
	}



	.Roll-Length table thead tr .pleaseCheckRoll1 {
		background-color: lightgrey !important;

	}

	.Roll-Length table tr .rollNote {
		text-align: center;
		font-weight: bold;
		font-family: 'Arial, Helvetica, sans-serif';
		font-size: 16px;
		padding: 10px;
		background-color: grey !important;
		color: black;
	}

	.Roll-Length table thead tr th span.pold {
		left: 400px !important;
	}
}
.Roll-Length table thead tr th span.pold {
	left: 400px !important;
}
.Roll-Length table tr .woNumAndDesNo {
	text-align: left;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
	color: black;
	border-bottom: 2px solid white !important;
	border-left: 1px solid white !important;
	border-right: 1px solid white !important;

}

.rollNote {
	text-align: center;
	font-weight: bold;
	font-family: 'Arial, Helvetica, sans-serif';
	font-size: 16px;
	padding: 10px;
	background-color: grey;
	color: black
}

.Roll-Length table thead tr .HeaderData {
	border-top: 1px solid white !important;
	border-left: 1px solid white !important;
	border-right: 1px solid white !important;

}

.Roll-Length table tr .footerData {
	border-bottom: 1px solid white !important;
	border-left: 1px solid white !important;
	border-right: 1px solid white !important;

}


.Roll-Length .table-bordered th,
.Roll-Length .table-bordered td {
	border: 2px solid black !important;

}

.Roll-Length table thead tr .rollLenTable {
	background-color: lightgrey !important;
	color: 'red';

}

.Roll-Length {
	width: 100%;
}

.Roll-Length table thead tr .pleaseCheckRoll {
	background-color: grey !important;

	border-top: 3px solid white !important;




}

.Roll-Length table thead tr .pleaseCheckRoll1 {
	background-color: darkgray !important;

}

.Roll-Length table thead tr .Border {
	/* border-top: 3px solid white !important; */
	border-bottom: none !important;
	border-top: none !important;
}

.Roll-Length table thead tr .pleaseCheckRoll {
	background-color: lightgrey !important;
	border-top: none !important;
}

.Roll-Length table tr .loomNo {
	border-bottom: none !important;
}

.Roll-Length table thead tr th span.caseNumber {
	position: relative;
	left: 60px;
}

.Roll-Length table thead tr th span.pold {
	font-size: 9px;
	position: relative;
	left: 487px;
	bottom: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}

/* ipChart Report  */
@media print {


	.ipChart {
		/* page-break-before: always; */
		margin: 0;
		padding: 10mm;
		position: relative;
		min-height: 100vh;
		width: 100%;
		font-family: Arial, sans-serif;

	}

	.ipChart .table-bordered th,
	.ipChart .table-bordered td {
		border: 2px solid black !important;

	}

	.ipChart table thead tr .ipTable {
		background-color: lightgrey !important;
		color: 'red';

	}

	.ipChart {
		width: 100%;
	}

	.ipChart table thead tr .ipChart {
		background-color: grey !important;
		text-align: center;
		font-family: 'Times New Roman, Times, serif';
		font-size: 16;
		font-weight: bold;
	}

	.ipChart table thead tr .ipChart1 {
		background-color: darkgray !important;
		text-align: center;
		font-family: 'Times New Roman, Times, serif';
		font-size: 16;
		font-weight: bold;


	}

	.ipChart table tr .woNumAndDesNo {
		text-align: left;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12;
		color: black;
		border-bottom: 2px solid white !important;
		border-left: 1px solid white !important;
		border-right: 1px solid white !important;
	}

	.ipChart table thead tr th span.pold {
		left: 399px !important;
	}
}
.ipChart table thead tr th span.pold {
	left: 399px !important;
}
.ipChart table tbody tr .designChangeIp {
	background-color: lightgrey !important;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14;
	color: black
}


.ipChart table tr .rollNote {
	text-align: center;
	font-weight: bold;
	font-family: 'Arial, Helvetica, sans-serif';
	font-size: 16px;
	padding: 10px;
	background-color: grey !important;
	color: black
}


.ipChart .table-bordered th,
.ipChart .table-bordered td {
	border: 2px solid black !important;

}

.ipChart table thead tr .ipTable {
	background-color: lightgrey !important;
	color: 'red';

}

.ipChart {
	width: 100%;
}

.ipChart table thead tr .ipChart {
	background-color: grey !important;
	text-align: center;
	font-family: 'Times New Roman, Times, serif';
	font-size: 16;
	font-weight: bold;
	border-top: none !important;
}

.ipChart table thead tr .caseNumber {
	border-bottom: none !important;
	border-top: none !important;
}

.ipChart table thead tr .loomNo {
	border-bottom: none !important;
}

.ipChart table thead tr .ipChart1 {
	background-color: darkgray !important;
	text-align: center;
	font-family: 'Times New Roman, Times, serif';
	font-size: 16;
	font-weight: bold;

}

.ipChart table .HeaderData {
	border-top: 1px solid white !important;
	border-left: 1px solid white !important;
	border-right: 1px solid white !important;

}

.ipChart table .footerData {
	border-bottom: 1px solid white !important;
	border-left: 1px solid white !important;
	border-right: 1px solid white !important;

}

.ipChart table tr .woNumAndDesNo {
	text-align: left;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
	color: black;
	border-bottom: 2px solid white !important;
	border-left: 1px solid white !important;
	border-right: 1px solid white !important;

}

.ipChart table thead tr th span.caseNumber {
	position: relative;
	left: 60px;
}

.ipChart table thead tr th span.pold {
	font-size: 9px;
	position: relative;
	left: 486px;
	bottom: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}

.itemDescIconClass {
	float: left;
	width: 10%;
	height: 32px;
	padding: 4px;
	color: #2fb1d3;
	cursor: pointer;
	background: #F5F7FA;
	border: 1px solid #e4e7ea;
}


.searchAvlQtyIconClass {
	float: left;
	width: 20%;
	height: 32px;
	padding: 4px;
	color: #2fb1d3;
	cursor: pointer;
	background: #F5F7FA;
	border: 1px solid #e4e7ea;
}

.itemDescription {
	padding: 10px;
	float: left;
	width: 90%;
}

.availableQty {
	padding: 10px;
	float: left;
	width: 80%;
}

.error-highlight {
	border: 1px solid red;
}



.borderLeftRight {

	border-left: none !important;
	/* Remove left border */
	border-right: none !important;
	/* Remove right border */
}


.button-container {
	display: flex;
	justify-content: flex-start;
}

/* Attendance  report - start */
.attendance-report {
	page-break-before: always;
	margin: 0;
	padding: 0 6mm 6mm 6mm;
	position: relative;
	min-height: 100vh;
	width: 100%;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 12px;
}

.attendance-report table {
	width: 100%;
}

.attendance-report table tfoot tr td footer span {
	font-size: 11px;
	font-weight: bold;
	font-family: 'Helvetica', 'Arial', sans-serif;
}

.attendance-report table thead tr th .h4 {
	margin-bottom: 0;
	font-weight: bold;
}

.attendance-report table thead .empDetails th {
	padding-bottom: 0;
	height: 41px;
	border-bottom: 1px solid black;
}

.attendance-report table thead .empData {
	/* position: relative;
	top: 3px; */
	line-height: 14px;
	font-size: 13px;
	white-space: nowrap;
}

.attendance-report table thead .empData th {
	border-bottom: 1px solid black;
	padding-bottom: 0;
}

.attendance-report table tbody tr td {
	border-top: none;
	text-align: center;
	padding-bottom: 2px;
}

.attendance-report table tbody tr td.projectNo {
	text-align: left;
}

.attendance-report table tbody tr td.projectName {
	text-align: left;
}

.attendance-report table thead .empDetails {
	line-height: 14px !important;
	font-size: 13px;
}

.attendance-report table thead .workReport th h1 {
	font-family: 'Times New Roman', Times, serif;
	font-size: 23px;
	line-height: 12px;
}

.attendance-report table tbody .backColorYellow td {
	background-color: yellow !important;
}

.attendance-report table tbody .backColorInherit td {
	background-color: inherit;
}

.attendance-report table tbody .reportCount {
	font-size: 13px;
}

.attendance-report table tbody .last-row td {
	border-bottom: 1px solid #000;
}

.attendance-report table thead .workReport th {
	border-top: 0;
	/* top: 8px;
    position: relative; */
	border-bottom: 1px solid #c8ced3;
}

.attendance-report table thead tr .workReports {
	border-bottom: 1px solid #c8ced3;
}

.attendance-report table tfoot tr td footer {
	background-color: white;
	border-top: 0;
	padding-left: 0;
}

.attendance-report table tfoot tr td.footerData {
	border-top: none;
}

.attendance-report table tbody .reportCount th span {
	padding: 0.5rem;
	text-align: center;
	white-space: nowrap;
}

.attendance-report table thead tr.empData th {
	text-align: center;
	/* white-space:nowrap; */
}

.attendance-report table thead tr.empDetails th {
	text-align: center;
	/* white-space:nowrap; */
}

.attendance-report table thead tr.empData th.attDate {
	vertical-align: middle;
}

.attendance-report table tbody .reportCount th.remarks {
	text-align: left;
	border: none;
}

.attendance-report table tbody td.remarkCount {
	padding: 0;
}

.attendance-report table tfoot tr td footer.custom-app-footer {
	border-top: 1px solid #c8ced3;
}

.attendance-report table tfoot tr td footer.custom-app-footer span.ml-auto {
	display: none;
}

/* body {
	counter-reset: page;
}
.attendance-report table tfoot tr td footer.custom-app-footer span.ml-auto::before {
	counter-increment: page;
	content: counter(page);
} */
@media print {
	/* @page { */
		/* size: A4; */
		/* margin-top: 7mm;
		margin-bottom: 7mm; */
		/* counter-reset: page 1;
		counter-increment: page; */
		/* counter-reset: page;   */
	/* }

	; */

	.attendance-report {
		margin-top: 0px;
		padding-top: 0px;
		position: relative;
		min-height: 100vh;
		width: 100%;
		font-family: 'Helvetica', 'Arial', sans-serif;
		color: black;
		font-size: 12px;
		z-index: 1;
		page-break-inside: avoid;
		/* page-break-after: always; */
		/* counter-reset: page; */
		/* counter-reset: page, pages; */
	}

	.attendance-report table {
		width: 100%;
	}

	.attendance-report table tfoot tr td footer span {
		font-size: 12px;
		font-weight: bold;
		font-family: Helvetica, Arial, sans-serif;
	}

	.last-row {
		border-bottom: 1px solid #000;
	}

	.attendance-report table thead .empDetails th {
		padding-bottom: 0;
		height: 41px;
		border-bottom: 1px solid black;
	}

	.attendance-report table thead .empData {
		line-height: 14px;
		font-size: 13px;
		white-space: nowrap;
	}

	.attendance-report table thead .empData th {
		border-bottom: 1px solid black;
		padding-bottom: 0;
	}

	.attendance-report table tbody tr td {
		border-top: none;
		text-align: center;
		padding-bottom: 2px;
	}

	.attendance-report table tbody tr td.projectNo {
		text-align: left;
	}

	.attendance-report table tbody tr td.projectName {
		text-align: left;
	}

	.attendance-report table thead .empDetails {
		line-height: 14px !important;
		font-size: 13px;
	}

	.attendance-report table thead .workReport th h1 {
		font-family: 'Times New Roman', Times, serif;
		font-size: 23px;
		line-height: 10px;
	}

	.attendance-report table tbody .backColorYellow td {
		background-color: yellow !important;
	}

	.attendance-report table tbody .backColorInherit td {
		background-color: inherit;
	}

	.attendance-report table tbody .reportCount {
		font-size: 13px;
	}

	.attendance-report table tbody .last-row td {
		border-bottom: 1px solid #000;
	}

	.attendance-report table thead .workReport th {
		border-top: 0;
		border-bottom: 1px solid #c8ced3;
	}

	.attendance-report table thead tr .workReports {
		border-bottom: 1px solid #c8ced3;
	}

	.attendance-report table tbody .reportCount th span {
		padding: 0.5rem;
		text-align: center;
		white-space: nowrap;
		/* display: table-cell; */
	}

	.attendance-report table thead tr.empData th {
		text-align: center;
		/* white-space:nowrap; */
	}

	.attendance-report table thead tr.empDetails th {
		text-align: center;
		/* white-space:nowrap; */
	}

	.attendance-report table thead tr.empData th.attDate {
		vertical-align: middle;
	}

	.attendance-report table tbody .reportCount th.remarks {
		text-align: left;
		border: none;
	}

	.attendance-report table tbody td.remarkCount {
		padding: 0;
	}

	.attendance-report table tfoot tr td footer.custom-app-footer {
		position: fixed;
		bottom: 0;
		left: 25px;
		right: 22px;
		border-top: 1px solid #c8ced3;
	}

	.attendance-report table tfoot tr td footer.custom-app-footer .mr-auto {
		padding-left: 5px;
	}

	.attendance-report table tfoot tr td footer.custom-app-footer span.ml-auto {
		display: block;
		counter-increment: page;
	}

	.custom-app-footer span.ml-auto::before {
		/* content: 'Page ' counter(page) ' of ' counter(pages); */
		/* content: counter(page); */
	}
}

/* attendance - end */

/* GST-Email - start */
#gstEmail thead tr.gstHead {
	text-align: center;
	white-space: nowrap;
}

#gstEmail thead tr.showFilter th {
	border: 0;
	background-color: white;
	top: 24px;
}

.gst-report {
	page-break-before: always;
	margin: 0;
	padding: 0 6mm 6mm 6mm;
	position: relative;
	min-height: 100vh;
	width: 100%;
	/* font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 12px; */
}

.gst-report table {
	width: 100%;
}

.gst-report table tfoot tr td footer span {
	font-size: 11px;
	font-weight: bold;
	font-family: 'Helvetica', 'Arial', sans-serif;
}

.gst-report table tfoot tr td.footerData {
	border-bottom: 1px solid white !important;
	border-left: 1px solid white !important;
	border-right: 1px solid white !important;
	padding-top: 10px;
}

.gst-report table tfoot tr td footer.custom-app-footer {
	background-color: white;
	border-top: none;
	padding-left: 0;
}

.gstReports {
	text-align: center;
}

.gst-report table thead tr.gstHead th {
	background-color: #727b82 !important;
}

@media print {
	/* @page { */
		/* size: landscape; */
		/* margin-top: 7mm;
		margin-bottom: 7mm; */
		/* counter-reset: page 1;
		counter-increment: page; */
		/* counter-reset: page;   */
	/* }

	; */

	.gst-report {
		margin-top: 0px;
		padding-top: 0px;
		position: relative;
		min-height: 100vh;
		width: 100%;
		color: black;
	}

	.gst-report table {
		width: 100%;
	}

	.gst-report table tfoot tr td footer span {
		font-size: 12px;
		font-weight: bold;
		font-family: Helvetica, Arial, sans-serif;
	}

	/* to fix the footer at the bottom of PDF */
	.gst-report table tfoot tr td footer.custom-app-footer {
		position: fixed;
		bottom: 0;
		left: 25px;
		right: 22px;
		border-top: 1px solid #c8ced3;
	}

	.gst-report table thead tr.gstHead th {
		background-color: #727b82 !important;
		print-color-adjust: exact;
	}
}

/* GST-Email - end */


/* TDS-email - start */
/* #tdsEmail thead tr.showFilter th{
	border: 0;
	background-color: white;
	top: 24px;
} */

#tdsEmail thead tr.tdsHead {
	text-align: center;
	white-space: nowrap;
}

#tdsEmail thead tr.showFilter th {
	border: 0;
	background-color: white;
	top: 24px;
}

/* for nested modal - start */
/* .backdrop {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.5);
		backdrop-filter: blur(5px);
		z-index: 1040;
	}
	
	.child-modal {
		z-index: 1050; 
	} */
/* for nested modal - end */


.tds-report {
	page-break-before: always;
	margin: 0;
	padding: 0 6mm 6mm 6mm;
	position: relative;
	min-height: 100vh;
	width: 100%;
	/* font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 12px; */
}

.tds-report table {
	width: 100%;
}

.tds-report table tfoot tr td footer span {
	font-size: 11px;
	font-weight: bold;
	font-family: 'Helvetica', 'Arial', sans-serif;
}

.tds-report table tfoot tr td.footerData {
	border-bottom: 1px solid white !important;
	border-left: 1px solid white !important;
	border-right: 1px solid white !important;
	padding-top: 10px;
}

.tds-report table tfoot tr td footer.custom-app-footer {
	background-color: white;
	border-top: none;
	padding-left: 0;
}

.tdsReports {
	text-align: center;
}

.tds-report table thead tr.tdsHead th {
	background-color: #727b82 !important;
}

@media print {
	/* @page { */
		/* size: A4; */
		/* margin-top: 7mm;
		margin-bottom: 7mm; */
		/* counter-reset: page 1;
		counter-increment: page; */
		/* counter-reset: page;   */
	/* }

	; */

	.tds-report {
		margin-top: 0px;
		padding-top: 0px;
		position: relative;
		min-height: 100vh;
		width: 100%;
		color: black;
	}

	.tds-report table {
		width: 100%;
	}

	.tds-report table tfoot tr td footer span {
		font-size: 12px;
		font-weight: bold;
		font-family: Helvetica, Arial, sans-serif;
	}

	/* to fix the footer at the bottom of PDF */
	.tds-report table tfoot tr td footer.custom-app-footer {
		position: fixed;
		bottom: 0;
		left: 25px;
		right: 22px;
		border-top: 1px solid #c8ced3;
	}

	.tds-report table thead tr.tdsHead th {
		background-color: #727b82 !important;
		print-color-adjust: exact;
	}
}

/* TDS-Email - end */

/* for nested modal - start */
.backdrop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(5px);
	z-index: 1040;
}

.child-modal {
	z-index: 1050;
}

/* for nested modal - end */


/* template -start */

.leftTemplate {
	border: 2.5px solid gray;
	flex: 1 1 0%;
	margin-right: 5px;
	/* overflow: auto;
    height: 100vh; */
	border-radius: 6px;
	padding-top: 2px;
	padding-bottom: 5px;
}

.rightTemplate {
	border: 2.5px solid gray;
	flex: 2 1 0%;
	overflow: auto;
	height: 100vh;
	border-radius: 6px;
	padding-top: 0px;
}

.breadcrumbTemplate {
	padding-left: 5px;
	margin-bottom: 0px;
	padding: 0.2rem 0.2rem !important;
	color: black !important;
}

.selectType {
	width: 288px;
	padding-left: 7px;
}

.containerTemplate {
	padding: 10px 10px 0 10px !important;
	color: black !important;
}

.searchData,
.searchBtn,
.timesBtn,
.frmIp,
.frmTxta,
.frmBtn {
	border-color: gray !important;
}

.searchBtn {
	z-index: 0 !important;
}

.fa-window-maximize,
.fa-window-restore,
.fa-arrow-circle-left,
.fa-arrow-circle-right {
	cursor: pointer;
}

/* .windowRestoreRow{
	text-align: right;
} */

.windowRestore {
	width: 100%;
}

.leftTemplateTopSection {
	border-bottom: 2.5px solid gray;
	padding-bottom: 3px;
	margin-bottom: 5px;
}

.rightTemplateTopSection {
	height: 42px;
}

/* template -end */

/* Capex Application - start */
@media only screen and (min-width: 1600px) {
	.appFrm .form-group {
		margin-bottom: 0.35rem;
	}

	.faCostCodeDescription {
		position: relative;
		top: -1px;
		font-size: 17px;
	}
}

.input-container {
	position: relative;
	display: inline-block;
}

.input-text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	pointer-events: none;
}

.input-container input.form-control {
	padding-right: 50px;
}

.projectCostTbl {
	border: 0;
}

.fixedWidth {
	width: '200px !important';
}

.dateOfReview:disabled {
	background-color: #e4e7ea !important;
}

.requiredField::after {
	content: "*";
	color: red;
}

.frmIp,
.frmTxta,
.frmBtn {
	font-size: 17px;
	color: black;
}

.frmIp {
	height: 37px;
}

.projectCostTbl tr:first-child th {
	top: 0;
}

.projectCostTbl tr:last-child th {
	top: 45px;
}

.projectCostDetailsTbl thead tr th {
	background-color: #727b82;
	text-align: center;
	font-size: 15px;
}

.formBorder {
	border-right: 3px dashed gray;
}

@media only screen and (max-width: 800px) {
	.formBorder {
		border-right: 0;
	}
}

.custom-border {
	border: 1px solid gray;
}

.expenditureAppFormTbl {
	/* font-family: 'Helvetica', 'Arial', sans-serif; */
	font-size: 12px;
}

.expenditureAppFormTbl tr td,
.expenditureAppFormTbl table thead tr th {
	border-color: black;
	border-bottom-width: 1px;
}

.firstRow th {
	border: 0 !important;
}

.costCenterData {
	font-size: 12px;
	font-weight: bold;
}

.expenditureAppFormTbl {
	padding: 15px 65px 0 65px;
}

.ExpenseAppcontainer {
	display: flex;
	justify-content: space-between;
	padding: 0 80px 0 80px;
}

.ExpenseAppcontent:last-child {
	align-self: flex-end;
}

.ExpenseAppcontent {
	width: 35%;
}

.budgetBorderRight {
	border-right: 0 !important;
}

.budgetBorderLeft {
	border-left: 0 !important;
}

.expenditureAppFormTbl table thead tr.headerBorder th {
	border: 0;
	line-height: 1;
}

.hiddenRow {
	visibility: collapse;
}

.dashedLine {
	border-top: 1px dashed black;
	margin-top: 25px;
	margin-bottom: 10px;
}

.dataTextFontSize {
	font-size: 14px;
}

.tblHeading {
	font-size: 15px;
}

.vAlignM {
	vertical-align: middle !important;
}

.bottomTextFontSize {
	font-size: 10px;
}

.smallCells {
	line-height: 1;
}

.singleLineText {
	white-space: nowrap;
	overflow: hidden;
}

.recoveryPeriodContainer {
	font-size: 17px;
}

/* .windowRestoreRow{
	position: relative;
    float: inline-end;
} */

.appFrm .frmLbl {
	margin-bottom: 0;
	font-size: 17px;
	width: 100%;
	text-overflow: ellipsis;
}

.lblParent {
	white-space: nowrap;
}

.projectCostDetailsTbl thead tr th {
	vertical-align: middle;
}

.frmBottomData span {
	font-size: 12px !important;
}

#capitalExpenseList th,
.capitalExpenseListBody tr td,
#FARList th {
	white-space: nowrap;
	z-index: 1;
}

.btnSearchText::before {
	content: "Search";
}

.btnShowAllText::before {
	content: "Show All";
}

.btnCloseText::before {
	content: "Close";
}

#searchLbl,
#showAllLbl,
#closeLbl {
	display: none;
}

.capitalExpenseListBody tr td, .fixedAssetList tr td {
	font-size: 11px;
}

@media only screen and (max-width: 1600px) and (min-width: 768px) {

	/* Fixed asset - start */
	.faCostCodeDescription {
		font-size: 12px;
	}

	.rightTemplateTopSection {
		height: 35px;
	}

	.appFrm .frmLbl,
	.frmIp,
	.frmTxta,
	.frmBtn,
	.recoveryPeriodContainer,
	#searchData,
	.searchDataBtn {
		font-size: 12px;
		height: 30px !important;
	}

	.projectDriversList {
		font-size: 12px;
	}

	.frmTxta {
		font-size: 12px;
	}

	.frmLbl {
		overflow: hidden;
		white-space: nowrap;
		line-height: 1.2;
	}

	.btnPlus {
		padding-top: 2px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 1px;
		position: relative;
		right: 13px;
		float: left;
		margin-right: 8px;
		margin-left: 12px;
	}

	.appFrm .form-group {
		margin-bottom: 0.2rem;
	}

	.lblParent {
		height: 17px;
	}

	.frmBtn .fa-search {
		bottom: 4px;
		position: relative;
		left: 1px;
		font-size: 12px;
	}

	.frmBtn .fa-times {
		position: relative;
		bottom: 3px;
	}

	.frmLbl .lblSpan {
		display: inline-block;
		max-width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.detailsTbl thead tr th,
	.detailsTbl thead tr td {
		font-size: 12px;
	}

	.costCodeList {
		font-size: 12px;
	}

	.watermarkStatus {
		font-size: 13em !important;
	}

	.frmBottomData span {
		font-size: 10px !important;
	}

	#capexFormStatus {
		width: 9%;
	}

	.btnSearchText::before,
	.btnShowAllText::before,
	.btnCloseText::before {
		content: "";
	}

	.showLeftSectionSearch::before {
		content: "Search";
	}

	.showLeftSectionShowAll::before {
		content: "Show All";
	}

	.showLeftSectionClose::before {
		content: "Close";
	}

	.customFilterBtns .fa {
		padding-left: 5px;
		padding-right: 5px;
	}

	#searchLbl,
	#showAllLbl,
	#closeLbl {
		display: block;
	}

	/* user manager menu - start */
	/* css added by rani - start */
	.customUserAccStatus {
		padding-left: 0;
	}

	/* css added by rani - end */
	/* user manager menu - end */

	.generateAssetTagModal {
		max-width: 1200px !important;
	}

	.asseTagDiv {
		height: calc(76vh - 50px) !important
	}

	/* Fixed asset - end */
}

@media only screen and (max-width: 768px) {
	.lblParent {
		white-space: normal;
	}
	/* .customPaginate{
		margin-left: 0 !important;
	}
	.removePaddingRight{
		padding-right: 0;
	} */
}
@media (max-width: 1280px) {
	.customPaginate{
		margin-left: 0 !important;
	}
	.removePaddingRight{
		padding-right: 0;
	}
	.customDatePicker{
		width: 114px;
	}
	.customNavLink{
		padding: 0.5rem 0.5rem;
	}
}
.customPaginate{
	/* margin-left: auto; */
	display: flex;
}
.customDatePicker{
	width: 120px;
}
@media print {

	/* @page {
		size: A4;
		margin-bottom: 7mm;
	};  */
	.expenditureAppFormTbl {
		width: 100%;
		font-size: 12px;
		page-break-after: always;
	}

	.expenditureAppFormTbl table {
		width: 100%;
	}

	.expenditureAppFormTbl tr td,
	.expenditureAppFormTbl table thead tr th {
		border-color: black !important;
		border-bottom-width: 1px !important;
	}

	.expenseProjCostDetails td {
		border-top: 0 !important;
		border-bottom: 0 !important;
	}

	.expenseApprovals tr td {
		border: 0 !important;
	}

	.expenditureAppFormTbl table tr td.budgetBorderRight {
		border-right: 0 !important;
	}

	.expenditureAppFormTbl table tr td.budgetBorderLeft {
		border-left: 0 !important;
	}

	.expenditureAppFormTbl table thead tr.headerBorder th {
		border: 0 !important;
		line-height: 1 !important;
	}

	.firstRow th {
		border: 0 !important;
	}

	.hiddenRow {
		display: collapse !important;
	}

	.expenditureAppFormTbl table .tblFooter .footerData {
		border: 0 !important;
		padding: 0 !important;
	}

	.dashedLine {
		display: none !important;
	}

	.expenditureAppFormTbl table tr th.bea {
		border-right: 0 !important;
	}

	.expenditureAppFormTbl table tr th.beaData {
		border-left: 0 !important;
	}

	.selected-row {
		font-weight: normal !important;
	}

	/* .hideChkPrint{
		display: none;
	} */
	.capexDetailsCloser tbody tr td.noBorder {
		border: none !important;
	}

	/* .po-details table tbody tr.selected-row {
		font-weight: bold !important;
	}

	.po-details table tbody tr.selected-row td {
		background-color: darkgray !important;
	} */

	.appFrm table tfoot {
		display: block;
	}

	.appFrm table tfoot tr td footer.custom-app-footer {
		margin-top: 10px;
		position: fixed;
		bottom: 0;
		left: 10px;
		right: 10px;
		border-top: 1px solid #c8ced3 !important;
	}
	#expandHideAll, #btnShowAll, #btnHideAll{
		display: none;
	}
	#capexDetailsCloser tbody tr td{
		background-color: transparent !important;
	}
	.appFrm table tbody tr td .appFrm2{
		height: auto !important;
		overflow: hidden !important;
	}
	.decap-request-report .decapRequestReport table tbody tr td.removeBorder, .decap-request-report .decapRequestReport table thead tr th.removeBorder{
		border: none !important;
	}
	.decapRequestReport table .tblFooter .footerData {
		border: 0 !important;
		padding: 0 !important;
	}
	.decapRequestReport table .tblFooter .footerData {
		position: fixed;
		bottom: 0;
		right: 30px;
		padding-right: 30px;
		/* left: 25px;
		right: 22px;
		border-top: 1px solid #c8ced3; */
	}
}

.po-details {
	margin-right: 15px;
}

#capexDetailsCloser thead,
tr th,
#poDetails thead,
tr th,
#poHistory thead,
tr th {
	text-align: center;
	white-space: nowrap;
}

#approvedFiles tbody tr.selected-row td a {
	color: black;
}

/* .capexDetailsCloser{
	height: auto;
} */
.selected-row {
	background-color: darkgray !important;
	font-weight: bold;
}

.selectExpenseType .css-1kn2u5n-control {
	border: 2px solid #2fb1d3 !important;
	box-shadow: 0 0 0 1px #2fb1d3 !important;
}

#assetNoTbl tr:first-child th {
	top: 0;
}

#assetNoTbl tr:last-child th {
	top: 33px;
	z-index: 1
}

.customShowFilter th {
	border: 0;
	background-color: white;
	top: 24px;
}

.capexAppFilter th, .decapFilter th {
	border: 0;
	background-color: white;
	top: 27px;
}

.customFilterBtns {
	padding: 1px;
}

#searchId {
	padding-right: 5px;
}

.capexCode {
	font-size: 43px;
	font-weight: bold;
	margin-top: -15px;
	margin-bottom: -15px;
}

.requestNumber {
	font-size: 40px;
	font-weight: bold;
	margin-top: -15px;
	margin-bottom: -15px;
}

.zoomImg {
	transform-origin: 0 0;
}

.rotateImg {
	transform-origin: center;
}

#capexDetailsCloser tbody td{
	position: relative;
	z-index: 1 !important;
	background-color: #fff;
}

/* pdf - start */
.approvedPdfFile .pdf-div {
	padding: 50px;
	background-color: #dedede;
	width: max-content;
	/* margin-top: 50px; */
}

.approvedPdfFile .react-pdf__Page {
	margin-bottom: 15px;
	box-shadow: 5px 10px 18px gray;
}

.noBorder {
	border: none !important;
}

.tblConatiner {
	display: flex;
	justify-content: space-between;
	/* gap: 20px; */
}

.po-details,
.order-history {
	flex: 1;
	overflow: auto;
}

.po-details table,
.order-history table {
	width: 100%;
	border-collapse: collapse;
}

/* .approvedPdfFile .pdf-div .react-pdf__Document .react-pdf__Page .react-pdf__Page__svg, .approvedPdfFile .pdf-div .react-pdf__Document .react-pdf__Page .react-pdf__Page__svg svg{
	width: 100% !important;
} */

/* pdf - end */
/* div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm{
	border-color: rgb(40, 96, 144) !important;
	background-color: #20a8d8 !important;
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset, rgb(165, 202, 234) 0px 0px 8px !important;
	border: 1px solid rgb(40, 96, 144) !important;
	border-radius: 0.3rem !important;
	font-weight: 400 !important;
	font-size: 1.09375rem !important;
	padding: 0.5rem 1rem !important;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-line]{
	background-color: rgb(92, 184, 92) !important;
} */
.watermark {
	position: absolute;
	font-size: 6em;
	text-transform: uppercase;
	z-INDEX: 0;
	display: block;
	MIN-height: 50%;
	MIN-width: 50%;
	color: rgba(255, 5, 5, 0.17);
}

.watermarkStatus {
	position: fixed;
	top: 25%;
	left: 30%;
	text-transform: uppercase;
	/* opacity: 0.2; */
	font-size: 18em;
	color: rgba(255, 5, 5, 0.3);
	z-index: 999;
	width: 72%;
	text-align: center;
}

.watermarkStatusPrint {
	width: 85%;
	position: fixed;
	top: 36%;
	left: 7%;
	text-transform: uppercase;
	font-size: 15em;
	color: rgba(255, 5, 5, 0.3);
	z-index: 999;
	text-align: center;
}

.watermarkText {
	position: fixed;
	left: 28%;
	top: 62%;
	text-align: center;
	width: 71%;
	font-size: 25px;
	color: rgba(255, 5, 5, 0.5);
	z-index: 999;
}

.customFrmIp,
.customFrmIpBtn {
	height: 37px;
}

.customFaFaSearch,
.customFaFaTimes {
	position: relative;
	bottom: 2px;
}

.custom-context-menu ul li {
	list-style-type: none;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
}

.custom-context-menu ul li:hover {
	background-color: rgba(0, 0, 0, 0.05);
	cursor: pointer;
}

.custom-context-menu ul {
	list-style-type: none;
	padding: 0;
	margin-bottom: 10px;
	margin-top: 10px;
}

.approvedPdfFile,
.approvedPdfFilesName {
	overflow: auto;
	height: calc(-50px + 79vh);
}

.cFaArrow {
	font-size: 16px;
}

.cLeftArrowBtn {
	position: absolute;
	float: right;
	right: 35px;
}

.cRightArrowBtn {
	position: absolute;
	float: right;
	right: 0;
}

/* css for closer print - start */
.appFrm table tfoot tr td.footerData {
	border-bottom: 1px solid white !important;
	border-left: 1px solid white !important;
	border-right: 1px solid white !important;
	/* padding-top: 10px; */
}

.appFrm table tfoot {
	display: none;
}

.appFrm table tfoot tr td footer.custom-app-footer {
	background-color: white;
	border-top: none;
	padding-left: 0;
}

.appFrm table tfoot tr td footer span {
	font-size: 11px;
	font-weight: bold;
	font-family: 'Helvetica', 'Arial', sans-serif;
}

/* .appFrm table thead tr.gstHead th{
		background-color: #727b82 !important;
		print-color-adjust: exact;
	} */

/* css for closer print - start */


.dottedHr{
	border-top: 3px dashed gray;
}
#decapListType{
	width: 275px;
}
.decapTbl .decapFrmLbl{
	font-size: 17px;
}

.decap-request-report .decapRequestReport table tr .removeBorder{
	border: none;
}
.decapRequestReport{
	padding: 30px;
}
.decapContents{
	font-size: 15px;
}
/* Capex Application - end */

/* Draggable modal - start */
.modalOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1050;
	background: rgba(55, 55, 55, 0.6);
}

.customModalDialog {
	padding-top: 10px;
}
.modal-header{
	cursor: move;
}
/* Draggable modal - end */

/* css added by rani - start */

/* user manager - start */
.customUserMgr label,
.customUserMgrRowLbl {
	margin-bottom: 0 !important;
}

.customUserMgrRowIp {
	margin-top: 0 !important;
}

.customUserMgrRowLbl {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}

.customUserMgrRowLbl .text-label {
	/* flex: 1; */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* user manager - end */

/* css added by rani - end */

.customErrorMsg {
	position: fixed;
	float: left;
	left: 38px;
	color: red;
}
.custom-button {
    font-size: 0.75rem; 
    white-space: nowrap; 
    display: inline-block; 
    margin: 2px 0; 
}

.custom-open-items-modal{
	max-width: 80%;
}
.custom-mapping-data-modal{
	max-width: 90%;
}

.redChkb{
	border:1px solid red;
}

.customBorderLessNotes{
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #e4e7ea;
	padding-left: 5px;
    padding-right: 5px;
	padding-top: 5px;
	font-size: small;
}

.searchCloseFilter{
	padding-left:0;
}

.btnFilterClose{
	color: red;
    font-weight: bolder;
}
.btnFilterClose:hover{
	color: red;
    font-weight: bolder;
}
.btnFilterSearch{
	font-weight: 600;
}
.customReactDatePicker {
    text-align: center;
	/* margin-top: 8px !important; */
	height: 28px;
	font-weight: bold;
}
.custReactDatePicker{
	text-align: center;
	font-weight: bold;
}
.customIpGroup{
	width: 65px;
	margin-top: 9px;
}
.customPageNo{
	height: 27px;
	padding: 0px;
}
.customIpGrpAppend{
	height: 27px;
	width: 32px;
}
.customPageBtn{
	width: 35px;
}
.customPageIcon{
	position: relative;
	bottom: 3px;
	right: 4px;
	font-size: 18px;
}
.custom-bg-primary{
	color: #20a8d8;
	background-color: transparent;
}
.custom-bg-light{
	color: gray;
}
.customFaCaret{
	font-size: 20px !important;
	position: relative;
	top: 2px;
}
.customRemoveBorder{
	border: 0 !important;
}

/* react date picker css for month & year - start */
.react-datepicker__month-dropdown-container--scroll{
	margin-right: 40px !important;
}
.react-datepicker__month-dropdown{
	left: 9% !important;
	text-align: left !important;
    padding-left: 30px !important;
}
.react-datepicker__year-dropdown{
	left: 45% !important;
}
.react-datepicker__month-read-view, .react-datepicker__year-read-view{
	font-size: 15px;
	font-weight: bold;
}
.react-datepicker__month-dropdown-container--scroll{
	margin-top: 16px !important;
}
.react-datepicker__month-read-view--down-arrow, .react-datepicker__year-read-view--down-arrow{
	top: 4px !important;
}
.react-datepicker__year-read-view, .react-datepicker__month-read-view, .react-datepicker__month-year-read-view{
	left: -10px !important;
}
.react-datepicker__month-select, .react-datepicker__year-select, .react-datepicker__day-names{
	font-weight: bold !important;
}
/* react date picker css for month & year - end */

.custPagination .__react_component_tooltip {
	/* padding: 1px 2px !important; */
	color: #222;
    background: transparent;
    font-weight: bold;
    top: 65px !important;
}

/* .custPagination .tb4e00243-37f7-4e7f-af21-96279c208d9e.place-top::after {
    border-left: none !important;
    border-right: none !important;
    bottom: 0 !important;
    left: 0 !important;
    margin-left: 0 !important;
    border-top-color: transparent !important;
    border-top-style: none !important;
    border-top-width: 0 !important;
} */

.custPagination .__react_component_tooltip.place-top::before, .custPagination .__react_component_tooltip.place-top::after {
    border-left: none !important;
    border-right: none !important;
    bottom: 0 !important;
    left: 0 !important;
    margin-left: 0 !important;
}
.custom-error-tooltip{
	z-index: 9999;
}

/* #getFooterGRNTblData tr:first-child th,
#getFooterGRNTblData tr:last-child th {
    z-index: 1;
}

#getFooterGRNTblData tr:first-child th {
    top: 0;
}

#getFooterGRNTblData tr:last-child th {
    top: 29px;
} */

.tblBankSuppDetails tbody tr td, .tblBankStatDetails tbody tr td, #editMappingData tbody tr td{
	vertical-align: middle;
}

.tblBankSuppDetails tbody tr td input, .tblBankSuppDetails tbody tr td button, #editMappingData tbody tr td input, #editMappingData tbody tr td button{
	height: 17px;
    padding-left: 3px;
    padding-right: 3px;
	font-size: 13px;
}
.tblBankSuppDetails tbody tr td button .fa-edit, .tblBankSuppDetails tbody tr td button .fa-remove {
	position: relative;
    top: -7px;
    /* left: 1px; */
}
.tblBankSuppDetails tbody tr td button .fa-save{
	position: relative;
    top: -6px;
}

#editMappingData tbody tr td .selectType{
	height: 19px;
    padding: 0px;
    font-size: 12px;
	width: 100%;
}
#editMappingData tbody tr td button .fa-plus, #editMappingData tbody tr td button .fa-minus{
	position: relative;
    top: -8px;
    font-size: 10px;
}
.customJVDate{
	width: 200px !important;
}
.JVDetails .react-datepicker-wrapper{
	width: auto !important;
}

.appFrm table th{
	border: 1px solid #c8ced3 !important;
	white-space: nowrap;
}
.customDepreciationInvoiceDate{
	width: 115px;
}
.no-border{
	border: none !important;
}