@font-face {
font-family: alphac;
src: url(fonts/avant.ttf);
}
body{
	background: none repeat scroll 0% 0% rgb(228, 228, 228);
    font-family: sans,verdana,arial;
}
.bd{ 
	background-color: #fffbe1;
}
.alpa{
	font-family: alphac,arial,verdana;
	color: #484c71;
}

.bigbutton{
	width: 100%;
	height: 50px;
	font-size: 25px;
	cursor: pointer;
}
td{
	padding-top: 3px;
}
input,select{
	font-family: arial,verdana;
	font-size: 15px;
}
.menuglow{
	padding: 8px;
	font-size: 16px;
	width:100px;
	height:120px;
	margin-top: -3px;
	cursor:  pointer;
}
.menuglow:hover{
	background-color: #97ccff;
}
.menuglow:active{
	background-color: #8885f2;
}
.menuglow a{
	text-decoration: none;
}
.menuglow img{
	width:70px;
	height:70px;
}

.decotabel{
	border-style: solid;
	border-width: thin;
	border-color: #abc;
	border-spacing: 2px;
}
.decotabel td{
	height: 50px;
}
.decotabel tr:nth-child(2n){
	background-color: #eef;
}
.decotabel tr:nth-child(2n+1){
	background-color: #ddd;
}
.decotabel tr:nth-child(1){
	background-color: #b3d9ff;
	text-align: center;
	color: #000;
}
.decotabel tr:hover{
	background-color: #f8ff9e;
}

.decotabel tr:nth-child(1):hover{
	background-color: #b3d9ff;
}
.inputabel td{
	height:20px;
	width: 43px;	
	font-size: 14px;
	}	
td.nis{
	width: 70px;
}
td.nama{
	width: 250px;
}
/*
.inputabel tr:hover{
	background-color: #ff00ba;
	text-shadow: 1px 1px 1px black;
	color: white;
}*/
.inputabel tr:nth-child(1):hover{
	background-color: #b3d9ff;
	text-shadow: none;
	color: black;
}
.err{
	color: #f00;
	text-decoration: underline overline;
}
.oke{
	color: #00248d;
	text-decoration: underline overline;
}
h2{
	color: #00248d;
}
.nilaiok, .pop-oks, .pop-oks1{
border-radius:5px;
	color: #001b5d;
	background-color: #dfffe7;
	width:100px;
	height:50px;
	padding-top: 3px;
}
.nilaino{
	color: #ffffff;
	background-color: #ff0055;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
border-radius:5px;
}
.fokus{
	background-color: #999;
	text-shadow: 1px 1px 1px black;
	color: white;
}
tr.fokus:nth-child(2n+1){
	background-color: #999;
	text-shadow: 1px 1px 1px black;
	color: white;
}
tr.fokus:nth-child(2n){
	background-color: #999;
	text-shadow: 1px 1px 1px black;
	color: white;
}
tr.fokus:nth-child(1){
	background-color: #b3d9ff;
	text-align: center;
	color: #005140;
	text-shadow: none;
}
.savebutton{
	position: fixed;
	width: 100%;
	height:31px;
	top:0px;
	background-color: rgba(96, 121, 247, 0.42);
	left: 0px;
	padding: 30px;
}
.pop-alert-tahun1,.popalert,.pop-alert,.pop-alert1,.pop-project,.pop-alert-tahun{
	background-color: rgb(203, 255, 170);
	z-index: 20;
	margin-top: 100px;
	display: inline-block;
}
.showtabel td{
	height:10px;
	font-size: 14px;
}

.showtabel tr:nth-child(2):hover{
	background-color: #b3d9ff;
}
.showtabel tr:nth-child(2){
	background-color: #b3d9ff;
}
.showform td{
	height:10px;
	font-size: 14px;
}
.kartabel td{
	height:20px;
	width: auto;	
	font-size: 14px;	
}
.kartabel td input.nilai{
	width:32px;
	height: 15px;
}
div.komen{
	height: 15px;
}
input.komen{
	width: 345px;	
	height: 15px;
}
.suges{
	position: fixed;	
}
.btmid{
	width: 100%;
	height: 35px;
	font-size: 20px;
	cursor: pointer;	
}
.tbkar input.komen{
	width: 200px;	
	height: 15px;
}
.tbabsen input{
	width: 32px;	
	height: 15px;
}
.tbabsen td.head{
	width: 36px;	
}
.tbaktivasi{
	margin-top:50px;
}
.tbaktivasi td{
  padding: 10px;
}
.daftar-form{
	display: table-cell;
	font-size: 18px;
    font-family: continum;
}

.daftar{
	padding-top: 20px;
	padding-left: 50px;
	display: table-cell;
	width: 500px;
	left: auto;
}
.daftar input,select,textarea{
    height: 25px;
    width: 200px;
    font-size: 18px;
    padding-left: 5px;
    font-family: avant;
}
.daftar select{
    font-size: 15px;
    padding-left: 0px;
    width: 210px;
}
.form-body{
	background-color: rgba(220, 220, 220, 0.53);;
	color: rgba(0, 0, 0, 0.7);
}
 .daftar div{
	text-align: left;
	display: table-cell;
	padding-top: 10px;
}
button{
	cursor: pointer;
}
input[readonly="readonly"] {
    background-color: #f5f5f5 !important;
    cursor: context-menu !important;
}
