body { 
	margin: 0; 
	padding: 0; 
	background-color: darkgrey; 
}

.header {
	width:100%;
    left: 0;
	height: 100px;	
	background-color: #2e86c1;
	background: linear-gradient(to bottom right, DarkTurquoise, #2e86c1);
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	color : #fff;
}

.logo {
	position:absolute;
	top:0;
	left:0;
	width:80%;
	height:100px;
	background-color: #2e86c1;
	background: linear-gradient(to bottom right, DarkTurquoise, #2e86c1);
	padding-left: 10px;
	padding-top: 5px;
	color : #fff;
}

.footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #efefef;
  text-align: center;
}
.userbox{
	position:absolute;
	top:0;
	right:0;
	width:20%;
	background-color: #efefef;
	padding-left: 10px;
	height:100px;
	color : #000;
}
.notify-badge{
    position: absolute;
    background:white;
    text-align: center;
    border-radius: 20px 20px 20px 20px;
    color:grey;
    padding:0px 5px;
	border-color:darkgrey;
	border-style:solid;
	border-width: 1px;
}

.biru
{
	background:#2e86c1;
	color:white;
}
#panel{	
	position:absolute;
	max-height: 500px;
    overflow-y: scroll;	
	width: 300px;
	background: white;
	float: right;
	display: none; 
	color: white;
	right:0;
	border-color:silver;
	border-style:solid;
	border-width: 10px;
}

#pita
{
	position:absolute;
	height: 45px;
	width: 75px;
	background:  #e74c3c ;
	float: right;
	right:0;
	margin-top: 100px;
	text-align:center;
	vertical-align:middle;
	color:white;
	font-size:12pt;
	font-weight: bold;	
}

td.jawaban {
	vertical-align: text-top;
	text-align:center;
	width:60px;	
}

td.nomorsoal {
	vertical-align: middle;
	text-align:center;
	width:25%;
	padding:10px;
}

.badgejwb {
   position:relative;
}

.badgejwb[data-badge]:after {
   content:attr(data-badge);
   position:absolute;
   top:-10px;
   right:-10px;
   background:white;
   color:grey;
   width:18px;height:18px;
   text-align:center;
   line-height:18px;
   border-radius:50%;
   box-shadow:0 0 1px #333;
   font-size:12pt;
}

.panelfont{
	height:40px;
	background:#f7f7f7;
	border-top:2px solid #e8e7e8;
	border-bottom:2px solid #e8e7e8;
	padding:10px;
}

.headersoal{
	height:75px;
	padding:10px;
	width:100%;
	background:white;
}
