  input, textarea {
    font-family: 'Arial', 'Tahoma', 'Times New Roman', 'Amiri', sans-serif;
  }
@font-face {
font-family: bost;
src: url(fonts/Boostssk.ttf);
}
@font-face {
font-family: continum;
src: url(fonts/Continuum-Medium-Regular.ttf);
}
@font-face {
font-family: avant;
src: url(fonts/avant.ttf);
}
/*icon menu start ================================*/
@font-face {
    font-family: 'IcoMoon';
    src: url('fonts/IcoMoon.eot');
    src: url('fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('fonts/IcoMoon.woff') format('woff'), url('fonts/IcoMoon.ttf') format('truetype'), url('fonts/IcoMoon.svg#IcoMoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
font-family: janna;
src: url(fonts/janna.ttf);
}
@font-face {
font-family: usman;
src: url(fonts/usman.ttf);
}
@font-face {
font-family: timesnr;
src: url(fonts/times.ttf);
}
@font-face {
font-family: omg;
src: url(fonts/omg.ttf);
}

@media print {
	.page-break	{ page-break-before: always; }
}

[data-icon]:before {
    font-family: 'IcoMoon';
    content: attr(data-icon);
    speak: none;
}
[class^="icon-"],
[class*=" icon-"] {
    display: inline-block;
    width: 20px;
    height: 14px;
    margin-right: 0.3em;
    line-height: 14px;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: 'IcoMoon';
    font-style: normal;
    speak: none;
}
[class^="icon-"].disabled,
[class*=" icon-"].disabled {
    font-weight: normal;
}
.icon-menu-3:before {
    content: "\e232";
}
.icon-arrow-right:before {
    content: "\e006";
}
.icon-arrow-down:before {
    content: "\e007";
}
.icon-arrow-up:before {
    content: "\e005";
}
.icon-stack::before {
    content: "\e242";
}
/*icon menu end ===============================================*/
.top {
	height:30px;
	position: fixed;
	background: rgba(255, 255, 255, 0.8);
	width: 100%;
	top:0;
	left:0;
	z-index: 12
}
.round{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: rgb(197, 206, 218);
	padding: 15px 15px;
}
.shadow{
	box-shadow: 2px 2px 2px 1px rgba(111, 111, 111, 0.25);
}
.frame-content{
	width: 1000px;
	height: auto;
	background-color: rgba(218, 255, 222, 0.38);
	margin: 0 auto;
	margin-top : 30px;
}
.head{
	background-image: url(/img/bg/bck.jpg);
	background-size:100%;
	width: auto;
	height: 180px;
}
.left-head{
	width: 250px;
	display: table-cell;
}
.right-head{
	width: 750px;
	margin-left: 250px;
	display: table-cell;
}
.logo {
	background-color: rgba(48, 204, 0, 0.91);
    width: 200px;
    height: 110px;
    margin-top: 35px;
    margin-left: -15px;
    text-shadow: 1px 1px 3px rgba(136, 136, 136, 0.75);
    font-family: bost;
    font-size: 45px;
    text-align: center;
    padding-top: 5px;
    color: #fff;
    cursor: pointer;
}
.title {
    font-family: bost;
    font-size: 40px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(136, 136, 136, 0.75);
}
.headline{
	background-color: #0f0;
	width:auto;
	height:35px;
}
.button-line{
	background-color: #00f;
	display: table-cell;
	height: 35px;
	width:150px;
}
.head-content{
	background-color: #fac;
	display: table-cell;
	width:850px;
}
.hidden-line{
	background-color: #e6e6e6;
	height: 300px;
	width: auto;
	display: none;
}
.left-body{
	width: 500px;
	display: table-cell;
}
.right-body{
	width: 500px;
	display: table-cell;
}

.btline{
	background-color: #e6e6e6;
	width: 100%;
	cursor: pointer;
	padding: 8px;
	text-align: center;
}
.btline:hover{
	background-color: #828282;
    color: white;
}
.btline:active{
	background-color: #ffe8e8;
	color: black;

}
.login-form{
	padding: 15px;
	display: table-cell;
	font-size: 20px;
    font-family: continum;
}
.small-login-form div{
	padding: 5px;
	display: table-cell;
	padding-top: 10px;
}
.small-login-form div input{
	width: 130px;
}
.small-login-form div.btlogin-small{
	display: block; 
	width: 100%; 
	text-align: center; 
	padding-top: 20px; 
	padding-bottom: 20px; 
}
#small-sign{
	font-size: 15px;
	width:100px;
}
.login{
	padding-top: 20px;
	padding-left: 20px;
	background-color: rgba(220, 220, 220, 0.53)false;
	color: rgba(0, 0, 0, 0.7);
	display: table-cell;
	width: 300px;
	height: 360px;
	left: auto;
}
.login div{
	text-align: left;
	width:100px;
	display: table-cell;
	padding-top: 15px;
}
.login input{
    height: 30px;
    width: 200px;
    font-size: 20px;
    padding-left: 10px !important;
    font-family: avant;
}
body{
	font-family: avant;
}
.ar td{
	font-family: usman !important;
	text-align: right;
	font-size: 1.5em;
	padding: 0 5px 0 5px !important;
}

.welcome{
	padding: 20px;
}
h1{
	font-size: 25px;
	color: #00328e;
}
.bottom-content{
	background-color: #001d3c;
	color: white;
	font-size: 12px;
	padding:10px 30px;
}
.status{
	background-color: #005ec3;
    color: white;
    font-size: 12px;
    width: auto;
    padding-top: 5px;
    position: fixed;
    min-height: 25px;
    cursor:pointer;
    padding-left:20px;
    padding-right:20px;
    z-index: 4;
    right:0;
}
.status:active{
	background-color: #a2a2f5;
	color: black;
}
.status-pop{
	background-color: #005ec3;
	color: white;
	width:100px;
	right: 0;
	height:auto;
    position: fixed;
    display: none;
   	box-shadow: -2px 2px 2px 1px rgba(111, 111, 111, 0.25);
   	border-radius: 0 0 0 7px;
   	padding: 20px;
   	z-index: 400;

}
.status-pop {
	font-size: 12px;
}


.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;
}
.head-small{
	background-image: url(/img/bg/bck.jpg);
	background-position: 0px -80px;
	background-size:100%;
	width: auto;
}
.left-head-small{
	width: 250px;
	display: table-cell;
}
.right-head-small{
	width: 750px;
	margin-left: 250px;
	display: table-cell;
}
.head-small .logo{
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;

}
.right-head-small .title{
    font-size: 30px;
}
.tanggal{
    font-size: 15px;
}
.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1em;
}
select{
	height:35px;
}
.pop-teks,.pop-teks1{
	top:30px;
	left:auto;
	text-align: center;
}

.pop-oks1:hover,.pop-oks:hover{
    background-color: #510073;
}
.full-body,.full-body-1{
	width:100%;
	height:100%; 
	z-index:13;
	background-color: rgba(62, 62, 62, 0.62);
	position:fixed;
	display:none;
	left: 0;
	top:0;
}
.aktif,.aktif:hover,.aktif:active{
	font-family: bost;
	right:auto;
	left:0;
	background-color: #179c43;
	width:auto;
	cursor: unset;
	color: white;
	font-size: 15px;
}
.inaktif,.inaktif:hover,.inaktif:active{
	background-color: #005ec3;
	width:auto;
	cursor: unset;
	color: white;
}
.prg *{
	text-align: center;
	font-size: 13px;
	cursor: unset;
}
.prg input{
	width:100%;
	height:75px;
}
.nav{
	padding: 10px 0 0 10px;
}
.nav div{
	display: inline-block;
}
.line{
	width: 7px;
	background-color: #c5ceda;
	height: 5px;
}
.fks{
	background-color: #fff8e9;
	font-weight: bold;
}

.fcs{
	background-color: #00ffa5 !important;
	font-weight: bold;
}

.btnav,.btfl{
	cursor:pointer;
    text-align: center;
	padding: 15px 7px;
}
.btfl{
	padding: 15px 10px;
	background-color: #005ec3;
	color: white;
}
.btfl:hover{
	color:black;
}
.btnav:hover,.btfl:hover{
	background-color: #d6ed3e;
}
.sbj{
	padding-left:10px;padding-top:10px;color: #1d3969;
}
div.input-kkm input{
	height: unset;
	text-align: left;
	width: 50px;
}
div.input-kkm{
	padding-left: 0;
}
.btkkm{
	display: table-row;
}
.content,.ctline{
	display: table-cell;
	vertical-align: middle;
	background-color: #9fb1ff;
}
.inline{	
	height: 8px;
	background-color: #c5ceda;
}
.ctline{
	width: 15px !important;
}
div.prg{
	margin:0;
	/*width:100px*/;
}
div.prgl{
	margin:0;
	width:auto;
}
.content-ctr{
	padding-left: 10px;
}
.rb div{
	border-left: 1px solid white;
	border-bottom: 1px solid white;
}
div.first{
	border-left: 1px solid white;
}
th.last,div.last,td.last,td{
	border-right: 1px solid white;
}
th.rdn,div.rdn,td.rdn,td.rdn0{
	border: 1px solid white;
}
.hddt th,.hddt td{
	border-left: 1px solid white;
	border-bottom: 1px solid white;
}
.hddt th{
	background-color: #b3d9ff;	
}
.hddt td{
	text-align: center;
}
.hddt{
	border-spacing: 0;
}
.tb-input{
	display: table;
    }
.ck{
	width:10px;
}
.lft{
	text-align: left;
}


.decotabel tr:nth-child(2n){
	background-color: #c5ceda;
}
.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;
}

input[type="checkbox"]{
	cursor: pointer;
}

td.ck input[type="checkbox"]{
	width:30px;
}
.decotabel td{
	height: 25px;
	padding-left: 5px; 
}
.num{
	width: 80px;
}
td.nm{
	text-align: left;
	padding-left: 5px;
}
td.nis{
	padding: 5px;
}
div.dv-hadir{
right: 0;
width: auto;
top: 86px;
padding: 9px 10px;
background-color: #ecececb3;
border-radius: 10px 0 0 10px;
position: fixed;
}
div button.bt-hadir,div input.bt-hadir{
height: 100%;
width: 100px;
font-size: 13px;
text-align: unset;
padding: 0; 
font-weight: bold;
background-color: #005ec3;
}
.in-hadir{
position: absolute;
display: table-cell;
overflow: auto;
height: 76%;
width: 80%;
}
.nav-ct > div{
	display: inline-block;
}
.nav-ct{
	margin-left: 10px;
}
.pgt td input{
	width:30px;
}
div input.bt-pg,div button.bt-pg{
	width: auto;
	padding: 10px;
}
th.pra,td.pra,th.tgs,td.tgs{
	background-color: #84d167;
}
th.pro,td.pro,th.lat,td.lat{
	background-color: #ff7070;
}
th.pry,td.pry,th.uh,td.uh{
	background-color: #6571fc;
}
th.pto,td.pto{
	background-color: #48f599;
}
th.rata,td.rata{
	background-color: #ed729e;
}
tr.fks1 td{
/*background-color: #6eff84;#f8ff9e*/
background-color: #00FFA5 !important;
font-weight: bold;
}
.pop-alert-tahun1,.pop-alert-kd,.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;
	padding: 30px; 
}
div input#komen,td#komen input,#komen{
	width: 300px;
	text-align: left !important;
	padding: 5px;
}
.cl{
background: #ff4646;
margin-left: 360px;
height: 20px;
margin-top: -15px;
cursor: pointer;
font-weight: bold;
color: white;
}
td#jenis input,td#ket input{
	width:200px;
	text-align: left !important;
}
td#ctt input{
	text-align: left !important;
}
td#ctrp button{
	cursor: pointer;
}
.rp,.rp *{
	text-align: left;
	border: 1px solid black;
	font-family: verdana,arial,times;
	border-spacing: 0;
	vertical-align: top;
}
.lst{
	border-right:1px solid black;
}
.ct{
	text-align: center;
	vertical-align: middle !important;
}
.hdd,.hdd td{
	border: none;
	padding: 3px;
}
.nob{
	border-left:none;
}
.noba{
	border:none !important;
}
.bt>td{
	/*border-bottom:1px solid black;*/
}
.nob tr:nth-child(1), .hdd tr:nth-child(1) {
    background-color: unset;
}
.nob td{
	padding: 0 10px 0 10px;
}
div input.pas{
	width:150px;
}
div.rb1 div{
	text-align: left;
	vertical-align: middle;
	height: 30px;
}
.img-siswa-ct{
	width:100px;
	height:135px;
	padding: 0 10px 10px 10px; 
}
.img-siswa{
	border: 1px solid black;
	background-color: white;
	width:100%;
	height:100%;
	vertical-align: middle;
}
.loadgb{
	background-size: 100%;
	background-repeat: no-repeat;
}
.kartu{
  	background-color:white;
  	font-size:9px;
	background-repeat: no-repeat;
	background-size: 100%;
	width:360px;
	height:225px;
	border:  solid 1px #717171;
	display: inline-block;
	margin: 0 2px 2px 0;
	font-family: arial,verdana;
}
.row{
	display: table-row;
}
.row>div{
	display: table-cell;
}
.float1{
	width: 90px;
	padding-left: 15px;
}
.float2{
	width: 350px;
}
.cl1{
	width:106px;
}
.cl2{
	width:206px;
}
.tbcard{
	margin-top:55px;
}
.kartu {
    -webkit-print-color-adjust: exact !important;   /* Chrome, Safari */
    color-adjust: exact !important;  
             /*Firefox*/
}

.nilaiok{
border-radius:5px;
    background-color: #848484;
    color: white;
    height: 30px;
    width: 100px;
    margin: auto;
    margin-top: 20px;
    cursor: pointer;
    vertical-align: middle;
	font-size: 16px;
	border: none;
/*    padding-top: 10px; */
}

.nilaiok:hover{
    background-color: #510073;
    cursor: pointer;
}

.table-tahun input[type='text']{
	height: 17px;
}
.table-tahun input[type='button']{
	height: 30px;
	padding-top: 3px;
}
.load{
	display: none;
	z-index: 100;
	position: absolute;
	bottom: 15px;
	right: 15px; 
	background-color: #fffc;
	padding: 5px 15px;
	border-radius: 10px;
/*	left: 50%;
	top: 50%;
	margin-left: -60px;
	margin-top: -60px; */
}
.load div{
	display: inline-block;
}
.load .load-image {
	padding-top: 5px;
}
.load .load-image img{
	width: 20px;
	height: 20px;
}
.load .load-text-small{
padding-bottom: 8px;
padding-left: 10px;
vertical-align: middle;
font-size: 14px;
}

/* new desain button and input */
input,select,button,textarea{
	border-radius: 5px;
	border: solid 1px #818181;
}
input[type='text'],input[type='password'],textarea{
	padding: 5px 7px;
}
.line{
    width: 6px;	
}
.btnav{
	padding: 15px 10px;	
}
.focus i,.sub-menu:hover i{
	color:white !important;
}
#small-sign{
	background-color: purple;
}
#small-sign:hover{
	background-color: #b606a7;
}
/* end new desain button and input */
/* new card kartu pelajar */
.card0{
	margin-top:0;
}
/* end new card kartu pelajar */
input[type='text']:focus{
	text-align: left !important;
}
.redbg{
	background-color: #ff5656;
	font-weight: bold;
}
.decotabel,.rpin,#toprint{
    font-family: verdana,arial,sans-serif,times;
    border-collapse: collapse;
}
.rpin *{
    font-family: times,verdana,arial,sans-serif !important;
}

#toprint tr:hover{
	background-color: #efefef;
}
.rp{
	width: 100%;
}

.bld, .bld td{
	font-weight: bolder;
}
.pbr{
	page-break-before: always;
}
table { page-break-inside:auto }
.rpin tr    { page-break-inside:avoid; page-break-after:auto }
.tg > div{
	display: table-cell;
	padding: 5px;
}
.tg {
	display: table-row;
}
.ctr{
	width: 150px !important;
}
select.ctr{
	width: 200px !important;
}
.jb{
	width: 100px;
}
.lbtd{
	width: 700px;
	margin: 5px 0 0 10px;
	padding: 10px;
}
.bcd{
	margin: -12px 0 0 -5px;
	width:150px;
	height:20px;
}
.rpin td{
	padding: 5px;
	vertical-align: middle !important;
}
.ar td{
	padding:0 5px 0 5px !important;
}
.nl td{
	vertical-align: top;
}
.nisn:hover .sub-sub-menu{
	display: block;
}
.nl td{
	vertical-align: top !important;
}
.trh td{
	font-weight: bolder;
}
.bt{
	border: solid 2px black;
}
.tp td{
	vertical-align: top !important;
}
u, i, b{
	border: none !important;
}
.tbaktivasi{
	margin-top:100px;
}
.tbaktivasi td{
	padding: 5px;
}
.tbaktivasi input[type="text"]{
	width:300px;
	font-size: 18px;
}