.shortcut-link {
	margin-bottom: 10px;
}

.shortcut-link a {
	text-decoration: none;
	color: #2d4051;
	font-weight: bold;
}

.button-group {
	margin-top: 20px;
}

.button {
	padding-top: 1px;
	background: #72ade6;
}

.button-group .btn {
	background-color: #72ade6;
	border: none;
	color: white;
	margin-right: 10px;
}

/* all considering the naviation of pages for tables */

/* about the tables */

.c-pre-txt
{
	display: flex;
	flex-wrap: nowrap;
	gap: 4px;
	margin-bottom: 0;
	white-space: nowrap;
	font-size: 10px;
	padding: 5px 0 10px;
	padding-left: 10px !important;
	margin-left: 0 !important;
}

.c_pre_boldtxt
{
    font-size: 10px;
    line-height: 16px;
    text-align: left;
    font-weight: bold;
}

.c-pre-txt,
.c_pre_boldtxt {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-size: 10px;
}

.container-main {
	padding: 0;
	margin: 0 auto;
	max-width: 100%;
}

.table-container {
    display: flex;
	width: 100%;
    flex-direction: column;
	float: left;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.table { 
	display: table;
	width: 100% !important;
	padding: 0 !important;
	border-spacing: 0;
	border-collapse: separate;
	float: left;
	margin-left: 0 !important;
	margin-right: 0 !important;
}	


#mainTable {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
    margin-left: 0 !important;
	margin-right: 0 !important;
}

.table-row {
	display: table-row;
	text-align: left;
	height: auto; /* Adjust the line-height as needed */
	padding: 2px 0;
	border-bottom: 1px dotted #CACACA !important; /* Change the color as needed */
}

.table-cell {
	display: table-cell;
	font-size:10px;
	padding: 4px 8px;
	line-height: 1.0;
	text-align: center;
	border: none !important;
}

.table-header {
	color: white;
 	background-color:#4a5b8e;
	font-weight: bold;
	display: table-row;
	text-align: left;
    line-height: 1.2; /* Adjust the line-height as needed */
    padding: 5px; /* Adjust the padding as needed */
	border-bottom: 1px solid #BDBDBD; /* Change the color as needed */
}

.table-header .on_newclass {
    background-color: #9ac7ff; /* keep hover background if desired */
    font-size: 10px;        
    text-align: center;        /* keep alignment consistent */
}

.table-header .off-newclass {
    font-size: 10px;
    text-align: center;
}

.table-header .table-cell {
    transition: all 0.2s ease-in-out;
}

.table-header .off-newclass:nth-child(3) b{
}

.odd-row {
	background-color: #C7D0E9;
}

.even-row {
	background-color: #E2E8FA;
}

.row-hover {
	background-color: #81e68e !important; /* or any highlight color */
}

/*.table-row:nth-child(even) {
	background-color: #E2E8FA; 
}

.table-row:nth-child(odd) {
	background-color: #C7D0E9; 
}*/

.table-row .table-cell:first-child {
	background-color: inherit;
}

/* last part about the tables */
.c-pg-cnt {
	display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center;    /* Centers vertically */
	min-width: 100px;
}

/* page selector blok start */

.paginationinput {
	display: flex;
	align-items: center;
	white-space: nowrap; /* Prevent text from wrapping */
}

.paginationinput a {
	flex-shrink: 0; /* Prevent the link from shrinking */
}

.pageselectblok {
	display: flex;
    justify-content: center;
    width: 100%;
	align-items: center;
	flex-wrap: nowrap; /* Prevent wrapping */
}

.pageselectblok a, .pageselectblok input[type="text"] {
	color: black;
	padding: 6px;
	text-decoration: none;
	transition: background-color .3s;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin: 0 4px;
	font-size: 10px;
}

.pageselectblok a.active {
	background-color: #72ade6;
	color: white;
	border: 1px solid #72ade6;
	pointer-events: none; /* Make the active link not selectable */
}

.pageselectblok a:hover:not(.active) {
	background-color: #ddd;
}

.pageselectbutton {
	border: 0;
	padding: 3px 20px;
	background: #72ade6;
	color: #fff;
	text-transform: uppercase;
	border-radius: 3px;
	font-size: 12px;
	display: inline-block;
	transition: .5s;
}

/* page selector blok end */

/* button area */

.button-area
{
	padding-left: 20px;
	padding-bottom: 20px;
	text-align: left !important;
	justify-content: flex-start !important;
	gap: 10px;

}

/* old
.tr-kop	   { 
	color: #FFFFFF; 
	font: 8pt Verdana, Arial, Helvetica, sans-serif; 
	background: #839db4;
	text-align: left ;
	vertical-align: middle;
}
*/
.tbltoprow{
	 display: table-row;
}

.columncenteralign {
	text-align: center;
	vertical-align: top;
}

.columnleftalign {
	text-align: left;
	vertical-align: top;
}

.newcolumn {
	vertical-align: top;
}

.columnrightalign {
	text-align: right;
	vertical-align: top;
}

.newcolumnparent{
	display: table-row;
}

.newcolumnparent:hover{
	background:#fff890;
}

.on {
	background: none;padding: 5px 1px;
} 

.off {
	background: none;padding: 5px 1px;
}

.ok {
    color: green;
        }

.not-ok {
    color: red;
}

.off-newclass{
	display: table-cell;
}

.newcolumn_blank{
	display: table-cell;
	width: 30px;
}

.hidden_div{
	display: none;
}

/* old
.tabelrij1 { 
	background-color:#E2E8FA; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	line-height:16px; 
	color:#000033; 
}

.tabelrij2 { 
	background-color:#C7D0E9; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	line-height:16px; 
}
*/
.tbr{
	margin-top: 8px;
	width: 100%;
	margin-bottom: 14px;
}

/* end of naviation of pages for tables */

/* navbar related styles */

.sections {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column; /* Ensure content is centered vertically and horizontally */

	/* min-height: 100vh; /* Ensure the section takes up at least the full viewport height */
	padding-left: 0; /* Add some padding for spacing */
	padding-top: 10px; /* Add some padding for spacing */
	padding-bottom: 10px; /* Add some padding for spacing */
	max-width: 100%;
}

.divc {
	color: #0B1739;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	display: inline-flex;
	text-align: center;
}

