

a:hover {
	color: red;
}



#conttt {
	position: relative;
	text-align: center;
	color: white;
}




.stick_col {
	position: sticky;
	left: 0;
	z-index: 1;
	background-color:floralwhite;
	
}

.stick_col2 {
	position: sticky;
	left: 0;
	z-index: 1;

	
}

.stick_col3 {
	position: sticky;
	right: 0;
	z-index: 1;

	
}


.loading-indicator {
	display: none; /* Hide by default */
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(255, 255, 255, 0.8);
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	z-index: 9999;
}

	.loading-indicator img {
		width: 50px; /* Adjust size as needed */
		height: 50px; /* Adjust size as needed */
		display: block;
		margin: 0 auto;
	}

/* Centered text */
.centered1 {
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: 500;
	font-size: 30px;
	text-shadow: 2px 2px #212A3E;
}

.centered3 {
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: 500;
	font-size: 30px;
	text-shadow: 2px 2px black;
}



.centered2 {
	position: absolute;
	top: 40%;
	left: 15%;
	transform: translate(-10%, -10%);
	font-weight: 400;
	font-size: 20px;
	color: white;
	text-shadow: 2px 2px #212A3E;
}

.editwidth{
	max-width:95%;
}

.thead {
	box-shadow: 0px 7px 7px 0px rgba(48, 51, 50, 0.09);
}
table {
	
	/*border: 3px #F5901E;
	border-block-style: groove;
	
	border-collapse: unset !important;*/
	/*	position: relative;
*/
}

	table tr:nth-child(even) {
		background: #FFE699;
		box-shadow: 0px 4px 4px 0px rgba(48, 51, 50, 0.09);
	
		
	}


th {
	height: 30px;
	background-repeat: no-repeat;
	color: white;
	text-align: center;
	overflow: hidden;
	background-color: #F5901E !important;
	top: 0;
}
tr {
	height: 30px;
	background-repeat: no-repeat;
	color: black;
	text-align: center;
	/*border: 3px solid darkorange;
	border-radius: 15px;*/
	border-width: 0px 0 !important;
}

td {
	text-indent: 8px;
	color: black;
/*	font-size:18px;
*/	/*background-color: ghostwhite;
	border: 2px dotted gold;
	border-radius: 15px;*/
	
} 	


td.disabled, th.disabled{
    width:100px;
    text-align: center;
    min-width:100px;
}

	td.containerr > div {
		overflow: hidden;
		height: 30px;
/*		border: 1px dotted #F5901E;
*/	}







.grip{
	width:20px;
	height:15px;
	margin-top:-3px;
	
	margin-left:-5px;
	position:relative;
	z-index:88;
	cursor:e-resize;
}

.grip:hover{
	background-position-x:-20px;
}
.JCLRLastGrip .grip{
    background-position-y:-18px;
    left:-2px;
}

.dragging .grip{
	background-position-x:-40px;
}

.sampleText{
	position:relative;
	width:100%;
}

.dotted{
	background-image:url('../img/dotted.png');
	background-repeat:repeat-y;
}



label {
	color: black;

}

#mydiv {
	/*max-height:80%;*/
	padding-right: 0rem !important;
	padding-top: 0;
}
#footer input {
	/*position: static;*/
	max-width:50%;
	min-width:50%;

}

#footer div {
	/*position: static;*/
	max-width: 25%;
}


#myform {

	
/*	align-content: center;*/
	width: 100%;
	/*position: inherit;*/
	overflow: scroll;
	/*height :70%;*/
	
	
}









.dropbtn {
/*	background-color: #4CAF50;
*//*	color: orange;*/
/*	padding: 12px;
*/	/*font-size: 14px;*/
	cursor: pointer;
	width:110%;
	
}

	/* Dropdown button on hover & focus */
	.dropbtn:hover, .dropbtn:focus {
/*		background-color: ActiveBorder ;
*/	}

/* The container <div> - needed to position the dropdown content */
.dropdown {
	position: relative;
	display: inline-block;


	
	

}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: white;
	min-width: 100px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	height: 500%;
	width: 300%;
	overflow: scroll;
	font-size: 12px;
	z-index:200;
}

	/* Links inside the dropdown */
	.dropdown-content checkbox {
		color: black;
		padding: 12px 16px;
		text-decoration: none;
		display: block;

	}

		/* Change color of dropdown links on hover */
		.dropdown-content checkbox:hover {
			background-color: #f1f1f1
		}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
	display: block;
}







.dropbtn2 {
	/*	background-color: #4CAF50;
*/ /*	color: orange;*/
	/*	padding: 12px;
*/ /*font-size: 14px;*/
	cursor: pointer;
	width: 110%;
}

	/* Dropdown button on hover & focus */
	.dropbtn2:hover, .dropbtn2:focus {
		/*		background-color: ActiveBorder ;
*/
	}

/* The container <div> - needed to position the dropdown content */
.dropdown2 {
	position: relative;
	display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content2 {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 100px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	height: 500%;
	width: 300%;
	overflow: scroll;
	font-size: 12px;
}

	/* Links inside the dropdown */
	.dropdown-content2 checkbox {
		color: black;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
	}

		/* Change color of dropdown links on hover */
		.dropdown-content2 checkbox:hover {
			background-color: #f1f1f1
		}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show2 {
	display: block;
}







.dropbtn3 {
	/*	background-color: #4CAF50;
*/ /*	color: orange;*/
	/*	padding: 12px;
*/ /*font-size: 14px;*/
	cursor: pointer;
	width: 110%;
}

	/* Dropdown button on hover & focus */
	.dropbtn3:hover, .dropbtn3:focus {
		/*		background-color: ActiveBorder ;
*/
	}

/* The container <div> - needed to position the dropdown content */
.dropdown3 {
	position: relative;
	display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content3 {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 100px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	height: 500%;
	width: 300%;
	overflow: scroll;
	font-size: 12px;
}

	/* Links inside the dropdown */
	.dropdown-content3 checkbox {
		color: black;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
	}

		/* Change color of dropdown links on hover */
		.dropdown-content3 checkbox:hover {
			background-color: #f1f1f1
		}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show3 {
	display: block;
}














.submenu {
	list-style: none;
	padding: 0;
	margin: 0;
}


.submenu a {
	display: block;
/*background-color: #CCC;*/
	text-decoration: none;
	padding: 10px;
	/*color: #000;*/
}
	.submenu a:is(:hover) {
		background-color: #C5C5C5;
		
	}

#mainmenu li:is(:hover) .submenu {
	display: block;
	max-height: 200px;
	position: fixed;
	
}

#navbarr {
	/*position:fixed;*/
	width: 100%;
}
.submenu a {
	background-color: #999;
}


	.submenu a:is(:hover) {
		background-color: #666;
		
	}


.submenu {
	overflow: hidden;
	max-height: 0;

}



.canvasjs-chart-credit
{
	display : none;
}




.id_cell {
	position: sticky;
	left: 0;
	background-color: white;
	z-index: 0;
	box-shadow: 10px 4px 4px 0px rgba(48, 51, 50, 0.09); 

	border-radius: 5px;
}

tr:nth-child(even) .id_cell {
	background-color: #FFE699;
}



.last_cell {
	position: sticky;
	right: 0;
	background-color: white;
	z-index: 0;
	box-shadow: -10px 4px 4px 0px rgba(48, 51, 50, 0.09); /* تكبير الظل على اليسار */
	border-radius: 5px;
}

tr:nth-child(even) .last_cell {
	background-color: #FFE699;
}

/*

@media only screen and (min-width: 1024px) {
	html {
		transform: scale(0.9);
		transform-origin: 0 0;
		width: 111%;
		height: 111%;
		overflow: hidden;
	}
	
}
*/