table.dataTable.hover>tbody>tr>*,table.dataTable.display>tbody>tr>* {
	box-shadow: none; -moz-box-shadow: none; box-shadow: none;
}

table.dataTable.hover>tbody>tr:hover>*, table.dataTable.display>tbody>tr:hover>* {
	box-shadow: none; -moz-box-shadow: none; box-shadow: none;
}

table.dataTable.stripe>tbody>tr.odd>*, table.dataTable.display>tbody>tr.odd>* {
	box-shadow: none; -moz-box-shadow: none; box-shadow: none;
}

table.dataTable.display tbody tr:hover>.sorting_1,table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
	box-shadow: none; -moz-box-shadow: none; box-shadow: none;
}

table.dataTable.display>tbody>tr.odd>.sorting_1,table.dataTable.order-column.stripe>tbody>tr.odd>.sorting_1 {
	box-shadow: none; -moz-box-shadow: none; box-shadow: none;
}

table.dataTable.display tbody tr td {
    border-top: none;
}

/* table.dataTable.display tbody tr:nth-child(odd) td { */
/*     background-color: #eaffea; */
/*     color:#000; */
/* } */

#wrapper #content-wrapper {
/*  overflow: hidden !important; */
	-webkit-overflow-scrolling: touch;
}

.table-bordered.card {
	border: 0 !important;
}
.card thead {
	display: none;
}

.card tbody{
	padding-left: 0px;
}

.card tbody tr {	
	float: left;
    margin: 10px;
    border: 1px solid #aaa;
    box-shadow: 3px 3px 6px rgba(0,0,0,0.25);
/*     background-color: white !important; */
    max-width:100%;
    
    background-color: #fff !important;
    padding:5px;
}

.card tfoot tr{
	float: left;
    margin: 10px;
    box-shadow: 3px 3px 6px rgba(0,0,0,0.25);
    max-width:100%;
    background-color: #f6f6f6 !important;
    padding-left: 20px;
}

.card tfoot td { 
	padding: 5px !important;
}


@media(max-width: 575px){
	.card tbody tr {
		min-height: 100px;
		width: 95%;
	}
	.card tfoot tr {
		min-height: 100px;
		width: 95%;
	}
}

@media (min-width: 576px) {
  .card tbody tr {
  	min-height:200px;
  	width:95%;
  }
  .card tfoot tr {
  	min-height:200px;
  	width: 95%;  
  }

}

@media (min-width: 769px) {
  .card tbody tr {
  	min-height:200px;
  	width:95%;
  }
  .card tfoot tr {
  	min-height:150px;
  	width: 95%;
  }
}

@media (min-width: 992px) {
  .card tbody tr {
  	min-height:280px;
  	width:95%;
  }
  .card tfoot tr {
  	min-height:200px;
  	width: 95%;
  }  
}

@media (min-width: 1200px) {
  .card tbody tr {
  	min-height:400px;
  	width:25%;
  }
  .card tfoot tr {
  	min-height:400px;
  	width: 95%;
  }  
}

@media (min-width: 1500px) {
  .card tbody tr {
  	min-height:400px;
  	width:20%;
  }
  .card tfoot tr {
  	min-height:400px;
  	width: 95%;
  }  
}

.card tbody tr{
     box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.035); 
}

/* .card tbody tr *{ */
/* 	box-shadow: none !important; */
/* } */
.card tbody tr{
     box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.card tbody tr *{
   opacity: 1;
}

.card tbody tr{
	box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.035);
}

.card tbody tr[class*=nomalDataTr] td{
/* 	box-shadow: inset 0 0 0 9999px rgb(246 246 246); */
}

.card tbody tr[class*=duplicateDataTr] td{
	box-shadow: inset 0 0 0 9999px #FFF68F;
}

/* .card tbody tr:nth-child(even) div:not(.textb4watermark):not(.row){ */
/* 	box-shadow: inset 0 0 0 9999px rgb(0, 0, 0, 0.035); */
/* } */

/* .card tbody tr:nth-child(even) td{ */
/* 	box-shadow: inset 0 0 0 9999px rgb(0, 0, 0, 0.035); */
/* } */

.card tbody tr {	
    box-shadow: rgba(0, 0, 0, 1) 15px 15px 20px -25px;
    display: block;
}

.cardWapperColor #prnTable tbody td:nth-child(1),#umiTable.card tbody td:nth-child(1),.cardWapperColor #tnTable tbody td:nth-child(1),.cardWapperColor .selectCardDataTable tbody td:nth-child(1){
	 text-align: center !important;
	 /* background-image: linear-gradient(135deg,#26e30f 10%,#fff 0,#fff 50%,#26e30f 0,#26e30f 60%,#FFF 0,#fff);*/
	 /*background-image: linear-gradient(135deg,#abd3ab 10%,#79b979 0,#79b979 50%,#abd3ab 0,#abd3ab 60%,#79b979 0,#79b979);*/
	 background-size: 20px 20px;
	 background-color: #79b979 !important;
}

.simpleCardDataTable tbody td.cardBar{
	 text-align: center !important;
	 /* background-image: linear-gradient(135deg,#26e30f 10%,#fff 0,#fff 50%,#26e30f 0,#26e30f 60%,#FFF 0,#fff);*/
/* 	 background-image: linear-gradient(135deg,#abd3ab 10%,#79b979 0,#79b979 50%,#abd3ab 0,#abd3ab 60%,#79b979 0,#79b979); */
	 background-color: #79b979 !important;
	 background-size: 20px 20px;
	 background-color: #bcdcbc !important;
}

table.complexTable.card tbody tr div.TableText  {
    padding: 8px 10px
}

.hiddenCardBar{
	display: none;
}

.showCardBar{
	display: block;
	height: 30px;
	
}

table.card.prnsearch tbody td:nth-child(1){
	background-image:none !important;
	background-color: #fff !important;
	box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.035);
}
	
.card tbody tr td {
	display: block;
	border: 0;
	max-width: 50%;
	/*min-width: 100%;*/
  	overflow: hidden;
  	text-align:left !important;
	background-color: #fff !important;
}

.card tfoot tr td {
	display: inline-grid;
	border: 0;
	max-width: 100%; 
	/*min-width: 100%;*/
  	overflow: hidden;
  	text-align:left !important;
	background-color: #f6f6f6 !important;
}

.card tbody tr td[class^=TableText]{
	max-width: 100%;
}

.card .trofwatermark{
	display: flex;
}

.card .watermark{
	display: inline-block;
    font-size: large;
    border: 1px solid #abd3ab85;
    border-right: none;
    border-left: none;
    font-style: italic;
    font-weight: 600;
    color: #5b7a5b;
}


#prnTable tbody tr td{
	text-align: center;
}

#prnTable thead tr th {
  vertical-align: top;
}

#tnTable tbody tr td{
	text-align: center;
}

#tnTable thead tr th {
  vertical-align: top;
}

#card_view_btn{
	color: green;
	text-align:right !important;
	height: 35px;
    width: fit-content;
    background-color: transparent;
    border: 0px;
}
	
#selectAllEnq{
	background-color:#0c790acf;
}

.isCardSelected{
	border: 5px solid #008040 !important;
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.035);
    padding:1px !important;
}

.card > th[class^=hiddenTableHead]{
	visibility: visible !important;
}

.card > td[class^=hiddenTableText]{
	visibility: visible !important;
}

th[class^=hiddenTableHead]{
	visibility: hidden;
}

td[class^=hiddenTableText]{
	visibility: hidden;
}

table.simpleCardDataTable tbody tr:hover {
	border: 1px solid #008040 !important;
    box-shadow: rgba(0, 0, 0, 1) 15px 15px 20px -15px;
}

table.dummyGridTable tbody td:hover {
    background-color: rgb(239,245,232) !important;
}

table.dummyDataTable tbody tr td {
	background-color: #fff !important;
}

.selectCardDataTable tfoot .footerTotalHeaderTd{
	text-align: center;
	font-weight: bold;
}

.card.selectCardDataTable tfoot .footerHeader {
	width: 75%;
	padding-left: 1em;
	font-weight: bold; 
}

.card.selectCardDataTable tfoot .footerHeader br {
  display: inline;
  content: ' ';
  padding: 0 0.1em;
}

.card.selectCardDataTable tfoot .footerContent{
	 padding-left: 0.5em;
	 width: 25%;
}


.card.normalCardDataTable tfoot .footerTotalHeaderTd{
	vertical-align: top;
	text-align: center !important;
	font-weight: bold;
}

.normalCardDataTable tfoot .footerTotalHeaderTd{
	vertical-align: top;
	text-align: center !important;
}

.card.normalCardDataTable tfoot .footerHeader {
	/* display:inline;
	left: 10%;
	position: absolute; */
	width: 75%;
	padding-left: 1em;
	font-weight: bold; 
}

.card.normalCardDataTable tfoot .footerHeader br {
  display: inline;
  content: ' ';
  padding: 0 0.1em;
}

.card.normalCardDataTable tfoot .footerContent{
	/* display:inline;
	right: 10%;
	position: absolute; */
	 padding-left: 0.5em;
	 width: 25%;
}


.simpleCardDataTable tfoot .footerTotalHeaderTd{
	vertical-align: top;
	text-align: center !important;
}

.card.simpleCardDataTable tfoot .footerHeader {
	/* display:inline; 
	left: 10%;
	position: absolute; */
	width: 75%;
	padding-left: 1em;
	font-weight: bold; 
}

.card.simpleCardDataTable tfoot .footerHeader br {
  display: inline;
  content: ' ';
  padding: 0 0.1em;
}

.card.simpleCardDataTable tfoot .footerContent{
	/* display:inline; 
	right: 10%;
	 position: absolute; */
	 padding-left: 1em;
	 width: 25%;
}


.card.selectCardDataTable tfoot tr td {
	display: flex !important;
}

.card.normalCardDataTable tfoot tr td {
	display: flex !important;
}


.card.simpleCardDataTable tfoot tr td {
	display: flex !important;
}

table:not(.card) .card.simpleCardDataTable tfoot tr td {
    display: flex !important;
}

.card .empty-cell{
	display: none;
}

table:not(.card) .empty-cell{
	border-left: 0px !important;
    border-right: 0px !important;
}

.card  .empty-cell-w-bottom{
	display: none;
}

table:not(.card) .empty-cell-w-bottom{
	border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid !important;
    border-bottom-color: rgb(10, 121, 62) !important;
}

.card  .empty-cell-w-bottom-n-right{
	display: none;
}

table:not(.card) .empty-cell-w-bottom-n-right{
	border-left: 0px !important;
    border-right: 1px solid !important;
    border-right-color: rgb(10, 121, 62) !important;
}

.card  .empty-cell-w-bottom-n-left{
	display: none;
}

table:not(.card) .empty-cell-w-bottom-n-left{
	border-left: 1px solid !important;
	border-left-color: rgb(10, 121, 62) !important;
    border-right: 0px !important;
}

table:not(.card) .not-empty-cell-w-bottom-n-right{
	border-left: 0px !important;
    border-right: 1px solid !important;
    border-right-color: rgb(10, 121, 62) !important;
}


table:not(.card) .not-empty-cell-w-bottom-n-left{
	border-left: 1px solid !important;
	border-left-color: rgb(10, 121, 62) !important;
    border-right: 0px !important;
}

.empty-cell-not-show{
	display: none !important;
}

.cell-middle{
	vertical-align: middle !important;
}

.complex-cell-table-data{
	text-align: -webkit-center !important;
	vertical-align: top !important;
}

.cardAddress{
	margin-right: 0rem !important;
    margin-left: 0rem !important;
    background-color: #fff !important;
    border: 0.5px;
}

.cardRef{
	margin-right: 0rem !important;
    margin-left: 0rem !important;
    background-color: #fff !important;
    border: 0.5px;
}
.holder{
	padding: 10px;
}
.card > label[class*='cardheader']{
	display:inline !important;
}

.card > td[class*='orderUserRefStyle'] {
	width: 100%;
    word-wrap: break-word;
}

table:not(.card) label[class*='cardheader']{
	display: none !important;
}

.card tbody tr{
	border-radius: 5px;
}


.cardNoShow{
	display:none !important;
}

.noShow{
	display:none !important;
}

.card tbody tr td[class*='orderUserRefStyle']{
	word-wrap: normal;
	width: max-content;
}

.card{
/* 	background-color: #d1edef; */
	border-radius: 0px 0px 5px 5px;
}    

div[class*='cardWapperColor']{
/* 	background-color: #60aba2; */
	width:100% !important;
	border-radius: 5px 5px 15px 15px;
/* 	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); */
	padding-top: 5px;
    padding-bottom: 5px;
}

div[class$='cardWapperColor']> div:nth-last-of-type(2){
	background-color: #fdfdfdd1;
	margin-right: 0rem;
    margin-left: 0rem;
}

div[class*='cardWapperColor']> div:nth-last-of-type(1){
	background-color: #fdfdfdd1;
	margin-right: 0rem;
    margin-left: 0rem;
    border-radius: 0px 0px 15px 15px;
}
div[class*='cardWapperColor']> div:nth-last-of-type(2)> div:nth-last-of-type(1){
/* 	background-color: #e0eeec; */
	margin-right: 0rem;
    margin-left: 0rem;
}

div[class*='cardWapperColor']> div:nth-last-of-type(1)> div:nth-last-of-type(1){
/* 	background-color: #e0eeec; */
	margin-right: 0rem;
    margin-left: 0rem;
    border-radius: 0px 0px 15px 15px;
}

div[class*='cardWapperColor']> div:nth-of-type(1){
	margin-right: 0rem;
    margin-left: 0rem;
}

div[class*='cardWapperColor']> div[class*='FieldName']{
	background-color: #60aba2;
}

div[class*='cardWapperColor']> div:nth-of-type(1)> div:nth-of-type(1){
/* 	background-color: #60aba2; */
	margin-right: 0rem;
    margin-left: 0rem;
/*     padding-top: 10px; */
}

div[class*='cardWapperColorNoFooter']  table{
	border: 0.5px !important;
	border-radius: 0px 0px 0px 0px !important;
}

div[class*='cardWapperColorNoFooter'] tbody{
	border-radius: 0px 0px 15px 15px !important;
}

.cardArea{
	width:95%;
}

.areaBeforeCardArea{
	width:95%;
}

.footerHeader{
	padding-left: 0px;
}

.footerContent{
	padding-right: 0px;
}

.card tbody tr td[class*='showSelectable']{
	background: none !important;
	box-shadow: none !important;
/*     background-image: linear-gradient(135deg, #abd3ab 10%, #79b979 0, #79b979 50%, #abd3ab 0, #abd3ab 60%, #79b979 0, #79b979) !important; */
    background-color: #79b979 !important;
    background-size: 20px 20px !important;
}

.greenbox > div.greenboxRow{
	background-color: #0A793E;
	color: white;
}

.greenbox > div.greenboxRow > div > a{
	color: white !important;
}
.cardHeaderWapperColor{
	/*background-color: #60aba2;*/
    margin-right: 0rem;
    margin-left: 0rem;
    /* padding-top: 10px; */
    padding: 5px 14px 5px 1px;
    border-radius: 5px 5px 5px 5px;
}

.cardHeaderWapperColor > div.row{
/* 	background-color: #d1edef; */
}

.cardHeaderWapperColor > div.row > div.greenbox > div.greenboxRow{
	background-color: #0A793E;
	color: white;	
	padding-top: 5px;
    padding-bottom: 5px;
}

table.dataTable:not(.card) > tbody > tr:hover > *{
	box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.054) !important;
}

/* div.selectedCheck { */
/* 	position: absolute; */
/*     top: 1em; */
/*     right: 0.5em; */
/*     left: 1.5em; */
/* } */



/* div.notselectedCheck { */
/* 	position: absolute; */
/*     top: 1em; */
/*     right: 0.5em; */
/*     left: 1.5em; */
/* } */

tr[id*='_INFO']>td>div.selectedCheck {
	position: absolute;
	top: 2.5em;
    right: 1.5em;
}

div.card-field {
	display: inline-block;
	vertical-align:top;
}

thead th{
	text-align:center !important;
}


.material-symbols-outlined-check-box-only {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Crect x='2' y='2' width='20' height='20' fill='white' stroke='black' stroke-width='3'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  display: block;
  margin-top: 0.2rem;
}


.material-symbols-outlined-check-box {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Crect x='2' y='2' width='20' height='20' fill='white' stroke='black' stroke-width='3'/%3E%3Cpath d='M7 12 L11 16 L17 8' stroke='black' stroke-width='3' fill='none'/%3E%3C/svg%3E");  
  background-repeat: no-repeat;  
  background-size: cover;
  width: 1rem;
  height: 1rem;
  display: block;
  margin-top: 0.2rem;
}

.card-field:has(.textb4watermark) {
  display: flex;
  align-items: center;
}


td.TableText:has(.card-field > .textb4watermark) {
    padding-top: 0px;
    padding-bottom: 3px;
}



table.dataTable.card > tbody > tr td[id*='no_copy_table'] {
	padding-bottom: 0.5rem !important;
}

table.dataTable.card > tbody > tr > td > label.card-title:empty {
  display: block;
  height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

