@charset "utf-8";
/* CSS Document */
div::-webkit-scrollbar {
    height: 7px;
    width: 7px;
    background: #000;
	scrollbar-width: thin
}

div::-webkit-scrollbar-thumb {
    background:#999;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

div::-webkit-scrollbar-corner {
    background: #000;
}

div{
	scrollbar-width: thin;}

 .menusamping{
 	position:fixed;
	height:100vh;
	left:0px;
	z-index: 100;
	top:0px;
	background-color:#FFF;
  	transform: perspective(1000px);
   	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 4px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 8px 0 rgba(0, 0, 0, 0.2);
	overflow:hidden;
 
 }
 
 .mna{
	 width:50px;}

 .mnb{
	 width:217px;}
	 
 .menusamping:hover{
	 width:217px;
	 -webkit-transition: all .5s, background, 2s .5s linear;
  	transition: all .5s, background 2s .5s linear;
}

.tbmenusamping{
	width:217px;}

.tbmenusamping tr:hover{
	background-color:#FCF;
	cursor:pointer;
	border-bottom:#F00 solid 2px;
	
	}
	
.txt{
	font-size:11px;
	padding:2px;
	height:20px;
	border-radius:4px;
	border:#CCC solid 0.5px;
	background-color:#FFF;
}

.divbody1{
	margin-left:55px;
	width:calc(100vw - 57px);
	height:100vh;
	overflow:auto;
	margin-right:20px;
}

.divbody2{
	margin-left:219px;
	width:calc(100vw - 221px);
	height:100vh;
	overflow:auto;
	margin-right:20px;
}

.jdl1{
	position:fixed;
	left:55px;
	top:0px;
	width:calc(100vw - 57px);
	background-image:linear-gradient(#000 20%, #666 55%, #666 100%);
	color:#FFF;
	padding:5px;
	font-size:18px;
	border-radius:3px;
	z-index:1;
}

.jdl2{
	position:fixed;
	left:219px;
	top:0px;
	width:calc(100vw - 217px);
	background-image:linear-gradient(#000 20%, #666 55%, #666 100%);
	color:#FFF;
	padding:5px;
	font-size:18px;
	border-radius:3px;
	z-index:1;
}
.divctn{
	width:calc(100vw - 217px);
	height:calc(100vh - 50px);
	overflow:auto;
	scrollbar-width:thin;
	margin-top:30px;
	padding:5px;
}

.kotak{
	border:#000 solid 1px; border-radius:5px; box-shadow:#666 2px 2px 3px 2px;
}

.tbla{
 width:100%;
}
.tbla thead{
	position:sticky; top:-2px; padding:5px; text-align:center; background-color:#000; color:#FFF;
	
}
.tbla th{text-align:center;}

.tbla tbody {
	padding:5px; }

.tbla tbody tr:hover{ background-color:#FFF; cursor:pointer;}

.tbla th, td{ padding:5px;

}

.ntoast{
	position:fixed; min-height:60px; left:calc(100vw - 210px); text-align:center;
	background-color:#FFF; width:205px; border-radius:5px;
	box-shadow:#F00 3px 2px 2px 2px; padding:5px; padding-top:10px;
	z-index:1000; top:-100px;
	

}

.tsta{top:0px; animation:etoast 0.2s;
}

.tstb{top:-100px; animation:xtoast 0.2s;}
	
@keyframes etoast {
  0%   {top:-100px;}
  100% {top:0px;}
}

@keyframes xtoast {
  0%   {top:0px;}
  100% {top:-100px;}
}

#myProgress {
  width: 100%;
  background-color: grey;
}

#myBar {
  width: 1%;
  height: 15px;
  background-color: green;
}	

 .shn {
  position: absolute;
  top: 0px;
  height: 15px;
  left: -100px;
  width: 30px;
  border-radius:50%;
  background: linear-gradient(to left, white, transparent 50%);
  -webkit-text-fill-color: transparent;
  animation: shine  5s infinite ease-in-out;
  overflow: hidden;
  z-index:1000;
}

@keyframes shine {
  0% {
    left: -10%;
  }
  100% {
    left: mybar.width;
  }
}

.xbtn{
	min-width:60px;
	height:25px;
	font-size:11px;
	font-weight:bold;
	background-color:#666; color:#FFF;
	border-radius:5px;
	cursor:pointer;
}

.xbtn:disabled{
	background-color:#DDD; color:#666; cursor:none; height:25px; position:relative;}


.xbtnijo{
	background-color:#0F0; color:#000;}

.xbtnmrh{
	background-color:#F00; color:#FFF;}
	
.xbtnbru{
	background-color:#00F; color:#FFF;}


	

	