*{
	margin:0;
	padding:0;
}


.logo{
	height:100px;
	width:100px;
}

.previous{
	height:30px;
	width:120px;
	border-radius:25px;
	cursor:pointer;
	color:darkblue;
}

.previous:hover{
	color:yellow;
	background-color:rgba(128, 28, 38,0.8);
}

#lpage{
	height:auto;
	width:350px;
	position : absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);	
}

#lpage1{
	height:auto;
	width:100%;
	background-color:rgb(128, 28, 38);
	color:yellow;
	text-align:center;
	opacity:0.8;
}

#lpage11{
    height:30px;
	width:30px;
	text-align:center;
	margin-left:15px;
	position:absolute;
}

#sesdes{
	width:5%;
	margin-top:5px;
	margin-right:5px;
	background-color:rgb(128, 28, 38);
	color:white;
	z-index:1;
	cursor:pointer;
	font-size:1.2em;
	position:absolute;
	right:5px;
}

#lpage12{
	text-align:center;
	position:relative;
	padding:5px;
}

.addline{
	font-size:0.8em;
	margin-left:10px;
	color:yellow;
}

#lpage2{
	height:auto;
	background:linear-gradient(45deg,orange,yellow);
	display:flex;
	column-gap:10px;
	padding:10px;
}

#lpage21{
	height:150px;
	width:150px;
	box-shadow:5px 10px 18px #888888;
}



.iptext{
	font-size:0.8em;
	width:130px;
	height:20px;
	text-align:center;
}

#cpdata{
	height:auto;
	background-color:lightblue;
	width:100%;
	display:none;
	text-align:center;
	padding:20px 0 20px 0;
}

.mainform{
	background-image: url('../images/bg_17042024_4.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}

.newdiv{
	display:none;
	width:100px;
	height:100px;
	padding:20px;
}

.newdiv:hover .icon1 {
	transition:1s;
	transform:translateY(-15px) rotateY(360deg);  
}

.newdiv:hover .pageonelist{
	color:yellow;
    font-size:0.85em;
	cursor:pointer;
}

.newdiv:hover {
	cursor:pointer;
}

.parent_newdiv{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	column-gap:10px;
	justify-content:center;
	text-align:center;
}

.icon1{
	height:50px;
	width:50px;
	border-radius:50px;
	border:1px solid red;
	position:relative;
	transition:1s;
}

.pageonelist, .pagetwolist{
    font-size:1em;
    text-align:center;
    vertical-align: center;
	font-family:arial narrow;
	/*color: #fff2cc;*/
	color:white;
	letter-spacing:1px;
}

.page3list{
    font-size:1em;
    text-align:center;
    align-items:center;
}

.hd{
	font-size:1.5rem;
	margin-left:20px;
	color: yellow;
	text-shadow:1px 1px 1px black;
}

.pagehead{
	color: darkblue;
    text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.5),
                  2px -2px 0 rgba(255, 255, 255, 0.9);
	
}

#welnote, #welnote1{
	font-size:1.5em;
}

.mlist{	
	font-size:1em;
	color:#ffe699;
}

.mlist:hover{
	color:yellow;
}

.mlistcover{
	width:250px;
	height:25px;
	text-align:center;
	justify-content:center;
	margin:auto;
	border:none;	
	padding:7px 0 0 0 ;
	border-radius:25px;
	margin-bottom:7px;
	letter-spacing:1px;
	background-color:rgba(0,0,0,0.3);		
	color:white;
	transition:1s;
	box-shadow:1px 1px 1px black;
}

.mlistcover:hover .mlist{
	color:yellow;
	cursor:pointer;
}

.mlistcover:hover{
	transition:1s;
	transform:translatex(-15px);  
	/*background-color:darkblue;*/
	background:linear-gradient(to bottom,white,darkblue);
	cursor:pointer;
}

.footer{
	height:20px;
	width:100%;
	font-size:15px;
	background-color: darkblue;
	color:yellow;
	text-align:center;
	bottom:0;
	position:absolute;
}

#menulist{
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	column-gap:30px;
	text-align:center;
	justify-content:center;
	row-gap:20px;
}

.mdisp{
	width:200px;
	height:180px;
	border:1px solid red;
	margin:auto;
	background-image:linear-gradient(-45deg,yellow,skyblue);
	border-bottom-right-radius:25px;
	border-bottom-left-radius:25px;
}

.headback{
	background-color:darkblue;
	color:white;
	width:100%;
	height:20px;
	text-align:center;
}

.headline{
	padding:5px;
	text-align:center;
	margin-top:5px;
}

.butt{
	height:25px;
	width:100px;
	border-radius:25px;
	margin-right:20px;
	cursor:pointer;
}

.chbox{
	text-align:left;
	margin-left:20px;
}

.footer{
	display:block;
	position:absolute;
	bottom:0px;
	left:0px;
	text-align:center;
}

.footimg{
	display:block;
	position:absolute;
	right:10px;
	bottom:20px;
}

#line31a:hover{
	cursor:pointer;
	color:green;
}

#line31{
	position:absolute;
	right:20px;
}

#line3{
	position:absolute;
	right:20px;
	border-radius:50px;
	border:1px solid grey;
	box-shadow:2px 2px 1px #000;
}

#line3:hover{
	cursor :pointer;
	transform:scale(1.1);
}
			
#page3,#page4{
	box-shadow: 2px 5px 5px #111;
	position:absolute;
	padding:20px;
	min-height:315px;
	width:260px;
	margin-top:-100px;
	right:70px;
	border-radius:10px;
	//background-color:lightgray;
	background-color:#99004d;
	transition:1s;
	z-index:1;
	animation-duration:1s;
	animation-delay:0s;
}

@keyframes slide1{
	0%{right:-300px;}
	100%{right:70px;}
}

@keyframes slide2{
	0%{right:70px;}
	100%{right:-300px;}
}


#lpage12{ 
	text-align:center;
	position:relative;
	padding:5px;
}

#submit:hover{
	color:yellow;
	cursor:pointer;
}

#divcontent{
	height:auto;
	width:100%;
	text-align:center;
}

.submenu_udhayam{
	position:relative;
	width:100%;
	height:auto;
	text-align:center;
	align-items:center;
	justify-content:center;
	margin:auto;
}

.submenu{
	position:relative;
	display:none;
	width:100%;
	height:auto;
	text-align:center;
	align-items:center;
	justify-content:center;
	margin:auto;
}

.shead{
	color:brown;
	font-size:1.2em;
}

.rcol{
	text-align:center;
	width:205px;
	padding:5px;
}

.cls,.sec{
	height:30px;
	width:70px;
	text-align:center;
}
.intext{
	background-color:rgba(255,255,255,0.5);
	color:darkblue;
	border:none;
	width:180px;
	text-align:center;
	height:20px;
	font-size:0.8em;
	padding:2px 2px 2px 10px;
	margin-top:10px;
	border-radius:25px;
}	

.indt,.inrs{
	border:none;
	background-color:rgba(255,255,255,0.5);
	height:25px;
	width:120px;
	text-align:center;
}


.objsel{
	background-color:rgba(255,255,255,0.5);
	height:25px;
	width:100px;
	text-align:center;
}

.tarea{
	background-color:rgba(255,255,255,0.5);
	color:darkblue;
	text-align:left;
	padding:5px;
	border-radius:0;
	margin-top:10px;
}	


.tblin{
	border-collapse:separate;
	border-spacing:0 0;
	width:350px;
	text-align:center;
	margin:auto;
}

.tblout{
	text-align:center;
	margin:auto;"
}

.clickbut1{
	width:120px;
	height:30px;
	border-radius:25px;
	background-color:rgba(0,200,0,0.8);
	color:white;
}

.clickbut1:hover{
	cursor:pointer;
	background-color:darkmagenta;
}

.clickbut2{
	width:120px;
	height:30px;
	border-radius:25px;
	background-color:rgba(200,0,0,0.8);
	color:white;
}

.clickbut2:hover{
	cursor:pointer;
	background-color:darkmagenta;
}
.div2{
	width:auto;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	position:relative;
	margin:auto;
	overflow-x:hidden;
}

.div21,.div22,div23{
	min-height:400px;
	height:auto;
	width:320px;
	background-color:rgba(0,0,0,0.1);
	border-radius:25px;	
	position:relative;
	padding:20px;
	margin:10px;
}

.div21{
	overflow-y:hidden;
}

.objsel{
	width:150px;
	height:30px;
	margin-bottom:10px;
	border:1px solid red;
}

.ipcap{
	color:darkblue;
	margin:5px 0 5px 0;
}


.sbuttonpos{
	position:absolute;
	bottom:20px;
	width:100%;
	left:0;
}

#createid{
	margin-left:140px;
	font-size:1.2em;
	text-decoration:none;
	font-style:italic;
	color:darkblue;	
}

#createid:hover{
	font-style:normal;
	color:yellow;
	
}

.linkcap{
	font-size:1.3em;
	font-style:italic;
	color:darkblue;
	text-decoration:none;
}

.linkcap:hover{
	color:yellow;
	font-style:normal;
}

.plussign{
	font-size:1.2rem;
	color:darkblue;
	cursor:pointer;
	font-weight:bold;
}

.plussign:hover{
	font-size:1.3rem;
	color:yellow;
}

.clickbut{
	width:120px;
	height:30px;
	border-radius:25px;
	background-color:white;
	color:darkblue;
}

.clickbut:hover{
	cursor:pointer;
	background-color:darkmagenta;
	color:white;
}


.splcap{
	font-size:1.2em;
	font-weight:bold;
	padding:10px;
	color:brown;
	text-align:center;
}

.pandm:hover{
	color:yellow;
	cursor:pointer;
}

.divpage4:hover{
	background-color:brown;
	border-radius:25px;
	color:yellow;
	cursor:pointer;
}

.displcol{
	width:50%;
	color:darkblue;
	color:darkblue;
	text-align:right;
}

.disprcol{
	width:40%;
	color:darkmagenta;
	text-align:left;
	padding:5px 0 5px 20px;
}
.attbl{
	width:70px;
	text-align:center;
	height:30px;
}
			
.ttcolcap1{
	color:darkmagenta;
	font-size:1.2em;
	width:50px;
	height:50px;
}

.ttcol1{
	width:50px;
	height:50px;
}
			
.ttcol2{
	width:250px;
	height:50px;
}

.ttcolin{
	width:50px;
	height:50px;
	border:1px solid grey;
}
.ttcolcap{
	width:50px;
	height:50px;
	color:darkblue;
}

.ttcol{
	width:50px;
	height:50px;
	color:darkblue;
}

.titlecap{
	width:100%;
	height:50px;
	color:darkblue; 
	text-align:center;
	align-items:center;
	padding:10px 0 5px 0;
}

.titlebot{
	width:300px;
	position:absolute;
	bottom:0px;
	color:yellow;
	background-color:rgba(100,120,200,0.8);
	border-radius:0 0 25px 25px;
}

.dispdiv{
	border-radius:25px;
	height:340px;
	width:300px;
	overflow-x:hidden;
	background-color:lightgrey;
}

.divdispline:hover{
	background-color:rgba(120,170,120,0.7);
	color:yellow;
	cursor:pointer;
}

#fstru3:hover{
	cursor:pointer;			
}
			
.list{
	width:320px;
	display:flex;
	flex-wrap:wrap;
	padding:5px;
	margin:20px;
	margin:auto;
	border:1px grey solid;
}

.list:hover{
	border:2px red solid;
	cursor:pointer;
}

table,td,tr{
	height:20px;
}

.tbl3col tr td:nth-child(1){
	width:70px;
}

.tbl3col tr td:nth-child(2){
	width:200px;
	text-align:left;	
}

.tbl3col tr td:nth-child(3){
	width:50px;
}


.tbl3col1 tr td:nth-child(1){
	width:70px;
}

.tbl3col1 tr td:nth-child(2){
	width:50px;
}

.tbl3col1 tr td:nth-child(3){
	width:200px;
	text-align:left;	
}


.tbl3col2 tr td:nth-child(1){
	width:70px;
}

.tbl3col2 tr td:nth-child(2){
	width:350px;
}



.tbl4col tr td:nth-child(1){
	width:70px;
}

.tbl4col tr td:nth-child(2){
	width:70px;
}

.tbl4col tr td:nth-child(3){
	width:150px;
	text-align:center;	
}

.tbl4col tr td:nth-child(4){
	width:70px;
}
.trashimage:hover{
	cursor:pointer;
}

.col1{
	width:50px;	
	padding:5px;
}

.col2{
	padding:5px;
	width:200px;
}

.col3{
	width:50px;
	padding:5px;
}

.col21{
	width:50px;	
	padding:5px;
}

.col22{
	width:150px;	
	padding:5px;
}

.ldivcap{
	position:absolute;
	right:20px;
	bottom:10px;
	cursor:pointer;
}

.stutbl tr{line-height:30px;}

.rcol1{
	color:darkmagenta;
	width:200px;
	text-align:left;
	margin-left:30px;
}

.dashline:hover{
	color:yellow;
	font-style:italic;
	cursor:pointer;
}

#markregtbl thead th{top:0; position:sticky;}
.mcol{
	width:40px;
	text-align:center;
}
#markregtbl tr{line-height:25px;}
.atttbl tr{line-height:40px;}
.atttbl tr:hover{
	background-color:rgba(0,80,0,0.3);
	cursor:pointer;
}
.attcol1{
	color:darkblue;
	width:100px;
	text-align:center;
}
.attcol2{
	color:darkblue;
	width:70px;
	text-align:center;
}
.attcol3{
	color:darkblue;
	width:150px;
	text-align:center;
}
.attcol4{
	color:darkblue;
	width:80px;
	text-align:center;
}

.topdiv{
	width:100%;
	height:20px;
	background-color:darkblue;
	color:yellow;
	border-radius:25px 25px 0 0;
	padding:7px; margin:0;
}
			
.middiv{
	width:100%;
	height:320px;
	overflow:auto;
	text-align:left;
	border-radius:0 0 25px 25px;
	padding:0 10px;
	margin-top:-40px;
}
			
.disptbl:hover{
	background-color:rgba(80,80,80,0.2);
	cursor:pointer;
}
.updaclr:hover{
	cursor:pointer;
	transform:rotate(360deg);
	transition:2s;
}
		
.dname:hover{
	cursor:pointer;
	color:green;
}
.dname{
	width:150px;
	text-align:left;
	font-size:1.2em;
}

.inmob{
	text-align:center;
	margin-bottom:10px;
	width:150px;
}
.ldivnote{
	font-size:1.1em;
	color:yellow;
	width:100%;
	height:30px;
	border-radius:0 0 25px 25px;
	position:absolute;
	bottom:0;
	background-color:7A95E2;
	padding-top:10px;
}
#spgenatt tr{
	line-height:25px;
}
.attmcol{
	width:20px;
}

.rsetbutton:hover{
	color:blue;
	cursor:pointer;		
	font-style:normal;
}

.rm_lcol{
	width:120px;
	color:brown;
	text-align:right;
	position:relative;
}
.rm_rcol{
	color:darkblue;
	width:150px;
	text-align:left;
	padding-left:10px;
}

.divsetouter{
	width:100%;
	position:relative;
	display:flex;
	flex-wrap:wrap;
	text-align:center;
	justify-content:center;
}

.divset{
	height:780px;
	width:350px;
	overflow:auto;
	padding-bottom:10px;		
	background-color:lightgrey;
	position:relative;
	margin:20px;
	justify-content:center;
	align-items:center;
	background:linear-gradient(to right,#d4e157,#e3f2fd);
	border:1px solid lightgrey;
	box-shadow: 2px 2px 5px;
}

.divsethead{
	height:20px;
	width:100%;
	background-color:darkblue;
	color:yellow;
	padding:5px 0 5px 0;
}

.centloc{
	padding:10px 0;
	background:linear-gradient(to right,skyblue,#e3f2fd);
	
}

.lcol{
	width:130px;
	color:yellow;
	text-align:right;
}

.rcol{
	width:130px;
	text-align:center;
}

.larrow:hover{
	cursor:pointer;
	scale:1.1;
	
}

.tbl3center{
	width:150px;
	height:auto;
	padding:10px 5px; 
	border:1px solid darkblue;
	margin:10px;
	position:relative;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	background:linear-gradient(to bottom,#f2ec77,white);
}

.tbl3center:hover{
	scale:0.96;
}

.lgradient{
	font-size:2.5em;
	font-weight:bold;
	/*background:linear-gradient(to bottom,red,darkmagenta);*/	
	background:radial-gradient(circle at center, magenta, yellow 0, white 100%);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
}

.lgradient1{
	font-size:1.5em;
	font-weight:bold;
	background:linear-gradient(to bottom,red,blue);	
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
}


.engrave{
	font-size: 100px;
    font-family: Futura;
    background-color: #666666;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: rgba(245,245,245,0.5) 3px 5px 
}

.embossed
  color: #f0f0f0;
  font-size: 100px;
  font-family: Futura;
  background-color: #666666;
  text-shadow: 1px 4px 4px #555;
  text-align: center;
  -webkit-background-clip: text;
  -moz-background-clip: text;
}

.cap2data{
	color:darkmagenta;
	background:transparent;
	border:none;
}	


.statistics{
	width:320px;
	display:flex;
	flex-wrap:wrap;
	color:darkblue;
	align-items:center;
	text-align:left;
	margin:auto;
	height:150px;
	background:linear-gradient(to bottom, white, #aed7e8);
	padding:10px; 
	border:1px solid grey;
	border-radius:10px;
}	

.slcol{
	width:90px;
	text-align:right;
	padding:3px;
	color:darkgreen;
}
.srcol{
	width:90px;
	text-align:right;
	padding:3px;
	color:darkblue;
}	

.slcol1{
	width:120px;
	text-align:right;
	padding:3px;
	color:darkgreen;
}
.srcol1{
	width:110px;
	font-size:1em;
	text-align:right;
	margin-right:10px;
}

.smcol1{
	width:30px;
	text-align:center;
}	

.statistics1{
	height:50px;
	width:50px;
	border-radius:5px;
	background:linear-gradient(to bottom, gold,darkmagenta);
	color:white;
}

.mdivloc{
	text-align:center;
	margin:auto;
	position:relative;
}
.mdivloc tr{
	line-height:35px;
}

.divloc{
	background-color:lightgray;
	box-shadow: 2px 2px 5px;
	align-items:center;
	justify-content:center;
	margin:auto;
	height:auto;
	width:320px;
}

.divloc td:nth-child(1){
	background-color:darkmagenta;
	color:white;
}

.lcol1{
	width:100px;
	text-align:right;
	padding:2px 10px 2px 2px;
	color:darkblue;
}

.rcol1{
	width:200px;
	text-align:left;
	padding:2px 2px 2px 10px;
}

.ipselect{
	width:180px;
	height:30px;
}

.divtbl3col{
	width:100%;
	overflow:auto;
	text-align:center;
	display:flex;
	flex-wrap:wrap;
}

.button3d{
	width:150px;
	height:30px;
	background:linear-gradient(to bottom, white,grey);
	border:none;
	border-radius:25px;
}
			
.button3d:hover{
	cursor:pointer;
	background:linear-gradient(to top, white,grey);
}

.printcap{
	width:100%;
	font-style:italic;
	font-size:1em;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;"
}

.printlab{
	width:250px;
	padding:10px 5px;"
}

.printlab:hover{
	cursor:pointer;
	font-style:normal;
	
}


.divtbl3colin{
	padding:10px;
}
#divtbl31cont, #divtbl32cont, #divtbl33cont, #divtbl34cont{
	display:flex;
	flex-wrap:wrap;
	position:relative;
	justify-content:center;
	padding:5px 0 10px 0;"
}
			
.divtbl3colhead{
	font-size:1.2em;
	font-weight:bold;
	letter-spacing:2px;
}

.rcolcap{
	font-size:0.9em;
	text-align:left;
	padding-left:10px;
	color:brown;
	width:150px;
 }

.bucb{
	letter-spacing:1px;
	height:40px;
	width:100%;
	background-color:#9e7015;
	color:yellow;
	position:absolute;
	bottom:0;
	padding:5px 0;
	border-radius:10px 10px 0 0;
	box-shadow:0 -5px 5px grey;
}

#showbut:hover{
	font-style:italic;
	cursor:pointer;
}

.prenext{
	width:30px;
	height:30px;
	border-radius:25px;
	background:linear-gradient(-45deg, grey,white);
	box-shadow:2px 2px 2px black;
	border:none;
	position:absolute;
	bottom:10px;
	margin-top:5px;
}

.button3d1{
	width:100px;
	height:32px;
	border:none;
	color:darkblue;
	border-radius:25px;
	background:linear-gradient(to bottom,white,#918b0f);	
	padding-top:3px;
	position:relative;
	text-align:center;
	align-items:center;
	margin:auto;	
}

.button3d1:hover{
	background:linear-gradient(to bottom,#918b0f,white);
}

.loadopt:hover{
	color:brown;
	font-size:1.1em;
	font-style:italic;
	cursor:pointer;
}

.sbutton{
	height:30px;
	width:180px;
	border-radius:25px;
}

.sbutton:hover{
	background-color:rgba(128, 28, 38,0.8);
	color:yellow;
	cursor:pointer;
}

.iptextg{
	text-align:left;
	background:transparent;
	color:darkgreen;
	width:120px;
	border:none;				
}

.headbg{
	text-align:center;
	width:100%;
	height:160px;
	background-color:white;
	box-shadow:0 2px 2px black;
	padding:10px 0;
	opacity:0.4;
}

#subtitle{
	color:#ffccf2;
}

#ptag{
	color:#ffccf2;
}

#hambe:hover{
  background:linear-gradient(135deg,grey,white);
  cursor:pointer;
}

#hambe{
	position:absolute;
	height:30px;
	width:30px;
	border:none;
	border-radius:25px;
	right:10px;
	top:10px;
	background:linear-gradient(135deg, white,grey);
	box-shadow:1px 1px 1px black;
}	

#maindiv1{
	animation : 2s moveleft1;
}

@keyframes moveleft1{
	0%{
		transform : translateX(101%);
	}
	100%{
		transform : translateX(-50%,-50%);
	}
}

#maindiv{
	animation : 0.7s moveleft;
}

@keyframes moveleft{
	0%{
		transform : rotateY(90deg);
	}
	100%{
		transform :rotateY(0);
	}
}

.divtbl3col{
	width:100%;
	overflow:auto;
	text-align:center;
	display:flex;
	flex-wrap:wrap;
}
		
.lcol1{
	width:100px;
	text-align:right;
	padding:2px 10px 2px 2px;
	color:darkblue;
}

.rcol1{
	width:200px;
	text-align:left;
	padding:2px 2px 2px 10px;
}

.batchlist:hover{
	cursor:pointer;
}
			
.cm{
	width:100%;
	text-align:center;
	margin:auto;
	padding-bottom:20px;
}
			
.c1{
	width:33%;
}
			
.divtbl3colhead{
	background-color:darkblue;
	color:yellow;
	border-radius:25px 25px 0 0;							
	padding:10px 0 0 0;
	width:100%;
	height:30px;				
}
			
.divtbl3colfoot{
	position:absolute;
	bottom:0;
	text-align:center;
	margin:auto;
	background-color:brown;
	width:100%;
	height:30px;
	color:white;
	padding-top:10px;
	border-radius:0 0 25px 25px;
}

.divtbl3colin{
	width:300px;
	background:linear-gradient(45deg, orange,white);
	border-radius:25px;
	height:400px;
	margin: 10px;				
}
			
.button3d{
	width:150px;
	height:30px;
	background:linear-gradient(to bottom, white,grey);
	border:none;
	border-radius:25px;
}

.button3d:hover{
	cursor:pointer;
	background:linear-gradient(to top, white,grey);
}

.ipdate{
	width:120px;
	height:30px;
	margin:10px 0 10px 0;
	text-align:center;"
}
