table.dataTable {
	display: table;
	width: 100%;
}

.dataTables_paginate>.first  {
	
}
@media ( max-width : 767px) {
	.dataTables_paginate>.first  {
		 display: none !important;
	}
}

.dataTables_paginate>.previous  {
	
}
@media ( max-width : 767px) {
	.dataTables_paginate>.previous  {
		 
	}
}

.dataTables_paginate>.next  {
	
}
@media ( max-width : 767px) {
	.dataTables_paginate>.next  {
		 
	}
}

.dataTables_paginate>.last  {
	
}
@media ( max-width : 767px) {
	.dataTables_paginate>.last  {
 		display: none !important;
	}
}

.sc-value-lookup{
	height: 26px;
}

.paginate_button.first, .paginate_button.previous, .paginate_button.next, .paginate_button.last {
	border-radius: 10px !important;
	border: 1px solid #595959 !important;
}

.dataTables_paginate>span>.paginate_button  {
	background-color: transparent !important;
	background: none;
	color: #262626 !important;
	margin: 10px;
	margin-left: 10px !important;
}
@media ( max-width : 767px) {
	.dataTables_paginate>span>.paginate_button  {
		 
	}
}

.dataTables_paginate>span>.paginate_button.current  {
	background-color: #005246 !important;
    background: none;
    color: white !important;
}
@media ( max-width : 767px) {
	.dataTables_paginate>span>.paginate_button.current  {
		 
	}
}


@media ( max-width : 767px) {
	table.dataTable {
        display: none !important;
	}
}
div.dataTable .top-toolbar {
	display: inline-block;
	margin-left: 1px;
}

div.dataTable .bot-toolbar {
	display: inline-block;
	margin-top: 10px;
	margin-left: 1px;

	& a.dt-button{
		text-align: center;
	}
}
@media ( max-width : 767px) {
	div.dataTable .bot-toolbar {
		display: none;
		margin-top: 10px;
		margin-left: 1px;
	}
}
div.dataTable .top-toolbar .ui-buttonset {
	display: inline-block;
}


@media ( max-width : 767px) {
	div.top-toolbar {
		display: none !important;
	}
}

button.dt-buttonset.dt-button, div.dt-buttonset.dt-button, a.dt-buttonset.dt-button {
	&:first-child {
		border-top-right-radius: 0px !important;
		border-bottom-right-radius: 0px !important;
	}

	&:last-child {
		border-top-left-radius: 0px !important;
		border-bottom-left-radius: 0px !important;
	}

	&:not(:first-child):not(:last-child) {
		border-radius: 0px !important;
	}

	&:not(:last-child) {
		border-right-color: #e9e9e9 !important;
		border-right-width: 1px !important;
	}
}

div.dataTable .toolbar-separator {
    display: inline-block;
    float: left;
    border: 1px solid #cccccc;
    width: 0px;
    margin-left: 15px;
    margin-right: 20px;
    line-height: 2em;
}

div.dataTable .select-extend {
	margin-left: 10px;
	display: inline-block;
}

div.dataTable .select-extend a {
	font-weight: bold;
	color: grey;
}

div.dataTable .cart-panel {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}

div.dataTable td.align-left {
	text-align: left;
}

div.dataTable td.align-right {
	text-align: right;
}

div.dataTable td.align-center {
	text-align: center;
}

.sorting,
.sorting_asc,
.sorting_desc {
	padding-left: 10px !important;
    text-align: left !important;
}


.sorting:not(:last-child),
.sorting_asc:not(:last-child),
.sorting_desc:not(:last-child) {
    border-right: 1px solid #FFFFFF !important;
}

[role=row] td:not(:last-child) {
	border-right: 1px solid #FFFFFF !important;
}

/* cover css in dataTable collapsed button */
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child{
	&:before{
		top: 9px;
		left: 4px;
		height: 16px;
		width: 16px;
		/* display: block !important; */
		/* position: absolute; */
		color: white !important;
		border: 2px solid white;
		border-radius: 16px;
		box-shadow: 0 0 3px #444;
		box-sizing: content-box;
		text-align: center;
		text-indent: 0 !important;
		font-family: 'Courier New', Courier, monospace;
		line-height: 16px;
		content: '+' !important;
		background-color: #31b131;
		font-size: 20px;
	}

	& > pre{
		display: inline;
	}
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before{
	content: '-' !important;
    background-color: #868a95;
}

table.dataTable > tbody > tr.child {
	& ul.dtr-details {
		width: 100%;
	}

	& ul.dtr-details span.dtr-title{
		min-width: 0;
		width: 40%;

		&:empty{
			display: none;
		}
	}
	& ul.dtr-details span.dtr-data{
		width: 60%;
	}

	& ul.dtr-details > li:has(span.dtr-title:empty){
		text-align: center;
	} 
}

table.dataTable.dtr-inline.collapsed > tbody > tr.child > td {
	& span.dtr-data pre{
		display: inline;
	}
}

@media screen and (max-width: 767px) {
	/* div.tabtable{
		background-color: #f5f5f5;
		border-radius: 1rem;;
	} */
	div.searchCrit {
		/* margin: 0.25rem; */
		/* background-color: #ffffff; */
		/* border-radius: 1rem; */

		& div.sc-criteria:not(.sc-criteria-mobile) {
			display: none !important;
		}

		/* & .sc-oper, & .sc-value {
			background-color: #d3d3d3;
			border: none;
			border-radius: 0.5rem;
			padding: 0.2rem;
		}
		
		& .sc-oper {
			text-align: center;
		} */
	}

}

div.mobileSearchResult{
	display: none;
	width: 100%;
}

div.mobileSearchResult,
div.mobileSearchResult div{
	margin-left: 0;
}

div.dataTables_info {
	margin-bottom: 10px;
}

.highlight-desktop-dt-cell {
	background: yellow !important;
	background-color: yellow !important;
}

.highlight-desktop-dt-row {
	background-color: white;
}

@media ( max-width : 767px) {
	div.mobileSearchResult {
		width: 100%;
		display: block;
	}
	
	.highlight-desktop-dt-cell {
		background-color: yellow !important;
	}
	
	.highlight-desktop-dt-row.selected {
		background-color: #b0bed9 !important;
	}
	
	.highlight-desktop-dt-cell.selected {
		background-color: #b0bed9 !important;
	}
	
	.highlight-desktop-dt-row {
		background-color: yellow !important;
	}
	
	table.dataTable.hover tbody tr:hover.selected.highlight-desktop-dt-row,
	table.dataTable.hover tbody tr.odd:hover.selected.highlight-desktop-dt-row,
	table.dataTable.hover tbody tr.even:hover.selected.highlight-desktop-dt-row,
	table.dataTable.display tbody tr:hover.selected.highlight-desktop-dt-row,
	table.dataTable.display tbody tr.odd:hover.selected.highlight-desktop-dt-row,
	table.dataTable.display tbody tr.even:hover.selected.highlight-desktop-dt-row {
		/*background-color: #c5c5a1 !important;  Intermediate color between #a9b7d1 and yellow */
		background-color: #b0bed9 !important;
	}
	
	table.dataTable.hover tbody tr:hover.selected .highlight-desktop-dt-cell,
	table.dataTable.hover tbody tr.odd:hover.selected .highlight-desktop-dt-cell,
	table.dataTable.hover tbody tr.even:hover.selected .highlight-desktop-dt-cell,
	table.dataTable.display tbody tr:hover.selected .highlight-desktop-dt-cell,
	table.dataTable.display tbody tr.odd:hover.selected .highlight-desktop-dt-cell,
	table.dataTable.display tbody tr.even:hover.selected .highlight-desktop-dt-cell {
		background-color: #b0bed9 !important;
	}
}
.datasetCard {
	width: 100%;
    background-color: white;
    border-radius: 10px;
    margin-bottom: 25px;
}

.datasetCard:has(.event-head-container) .grid-container .grid-item {
	font-weight: bold;
}

.cardHeaderBar{
	width: 100%;
    background: #04DEC0;
    height: 8px;
    border-radius: 10px 10px 0px 0px;
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto; /* 2 columns */
  gap: 10px; /* Space between grid items */
  padding: 10px 9px;
  padding-bottom: 5px;
}

.grid-item {
  background-color: rgba(255, 255, 255, 0.8);
  /* padding: 20px; */ /* Padding inside each grid item */
  text-align: left; /* Center the text inside grid items */
  word-break: break-word;
}

.card-button-container {
	margin-bottom: 4%;
}

.card-button{
	background-color: #04DEC0;
	width: 90%;
    border-radius: 50px;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 2%;
    margin-bottom: 5%;
}

.card-contain-button{
	background-color: #04DEC0;
	width: 90%;
    border-radius: 50px;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 1%;
    margin-bottom: 1%;
}

.card-contain-half-button{
	width: 40%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 1%;
    margin-bottom: 1%;
}

table.dataTable > thead > tr > th:nth-last-child(1 of :not(.dtr-hidden)) {
	border-radius: 0 10px 0 0;
}

.dataTables_wrapper div.dataTables_info {
	padding-top: 2em;
}

.paginate_button {
	margin-top: 10px;
	margin-bottom: 10px;
}

.pagination-container {
	display: flex; align-items: center; gap: 10px;
}

.bold-font {
	font-weight: bold;
}

.dataTables_wrapper .dataTables_processing{
	position: fixed;
	/* cover orginal dataTable  */
	top: 0 !important;
	left: 0 !important;
	margin-left: 0 !important;
	margin-top: 0 !important;
	background-image: url(/eams/image/popup/popup-loader-ae06b0018e895cfdfec66183874d0282.gif);
	background-repeat:no-repeat;
	background-position:center; 
	background-color: rgba(255, 255, 255, 0.8) !important;
	width: 100vw !important;
	height: 100vh !important;

	& > div > div {
		animation: none !important;
		display: none !important;
	}
}