	::selection { background-color: #E13300; color: white; }
	::-moz-selection { background-color: #E13300; color: white; }

	body {
		background-color: #E0E0E0;
		margin: 40px;
		font: 13px/20px normal Helvetica, Arial, sans-serif;
		color: #4F5155;
	}

	a {
		color: #003399;
		background-color: transparent;
		font-weight: normal;
	}

	h1 {
		color: #444;
		background-color: transparent;
	//	border-bottom: 1px solid #D0D0D0;
		font-size: 19px;
		font-weight: normal;
		margin: 0 0 14px 0;
		padding: 14px 15px 10px 15px;
	}

	code {
		font-family: Consolas, Monaco, Courier New, Courier, monospace;
		font-size: 12px;
		background-color: #f9f9f9;
		border: 1px solid #D0D0D0;
		color: #002166;
		display: block;
		margin: 14px 0 14px 0;
		padding: 12px 10px 12px 10px;
	}

	#body {
		margin: 0 15px 0 15px;
	}

	p.footer {
		text-align: right;
		font-size: 11px;
		border-top: 1px solid #D0D0D0;
		line-height: 32px;
		padding: 0 10px 0 10px;
		margin: 20px 0 0 0;
	}

#container {
	position: fixed; 
	background: #FAFAFA;
	top: 95px;
	left: 10%;
	right: 10%;
	bottom: 30px;
	border: 1px solid #BDBDBD;
	box-shadow: 0 0 8px #D0D0D0;
}
	
.header{
	position: fixed; 
	background: #B3E5FC;
	top: 5px;
	left: 10%;
	right: 10%;
	height: 65px;
    
    border:1px solid #BDBDBD;
	border-bottom:5px solid #BDBDBD;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px; 
	box-shadow: 0 0 8px #D0D0D0; 
    padding: 10px;
}

.footer{
	position: fixed; 
	background: #B3E5FC;
	bottom: 5px;
	left: 10%;
	right: 10%;
	height: 15px;
    
/*	border-top: 5px solid #1565C0; */
	border:1px solid #BDBDBD;
	border-top:5px solid #BDBDBD;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px; 
	box-shadow: 0 0 8px #D0D0D0;
    padding: 2px;
	
	text-align: center;
	font-size: 10px;
}

#progress{
	display: none; /* Hidden by default */
	position: absolute;
	margin: auto;
	top: 20%;
	right: 50%;
	height:100px;
	z-index: 99; /* Sit on top */
}

.progress{
	display: none; /* Hidden by default */
	position: absolute;
	margin: auto;
	top: 30%;
	right: 50%;
	height:100px;
	z-index: 99; /* Sit on top */
/*	bottom: 0; 
	left: 50%;	
	outline: 1px solid orange; */        	
}

.login{
//	position: fixed; 
	background: #E0E0E0;
	
	margin: auto;
	height: 300px;
	width: 300px;
	
    border:1px solid #BDBDBD;
	box-shadow: 0 0 8px #D0D0D0;
	border-radius: 5px;
    padding: 2px;
	
	text-align: center;	
}

.user_online{
	position: fixed; 
	top: 70px;
	right: 12%;	
}

.user_online a{
	text-decoration: none; 
	color: #000000; 
	cursor: pointer;
}

.user_online a:hover{
	text-decoration: none; 
	color : red; 
}

.btn_menu{
	margin: 10px 10px 0px 0px; 
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
}

.btn_menu a{
	text-decoration: none; 
	color: #000000; 
	cursor: pointer;
}

.btn_menu a:hover{
	text-decoration: none; 
	color : red; 
}

.btn{
	margin-top:5px;
	background: #039BE5;
	color: #FFFFFF;
	height: 30px;
	width: 120px;
	cursor: pointer;
	padding: 5px;
}

.btn:hover{
	background: #4FC3F7;
	color: #000000;	
}

input{
	margin-top:5px;
	height: 30px;
	width: 250px;
	background: #FAFAFA;
	border:none;
	border-bottom:1px solid blue;
	
/*	border-radius: 10px; */
	padding: 5px;
}

.small{
	margin-top:1px;
	height: 15px;
	width: 96%;
	background: #FFFDE7;	
	padding: 2px; 
}

.right{
	text-align:right;
}

.center{
	text-align:center;
}

.check{
	margin-top:1px;
	width: 96%;
	height: 10px;
	background: #FFFDE7;
	text-align:center;
	border-radius: 1px;
	padding: 2px; 
}

button{
	margin-top:5px;
	background: #039BE5;
	color: #FFFFFF;
	height: 30px;
	width: 120px;
	border-radius: 10px;
}

button:hover{
	background: #4FC3F7;
	color: #000000;	
}

.avatar{	
	margin: auto;
	background: #BDBDBD;
	height: 120px;
	width: 120px;
	border-radius: 60px;
}

.sub_menu{
	height: 150px;
	width: 250px;
//	background: #558B2F;
	background: transparent;
	
	border-radius: 10px;
	border:1px solid #BDBDBD;
	box-shadow: 0 0 15px #D0D0D0;
	
	margin: 5px;
	padding: 50px 5px 5px 5px;
	font-size: 15px;
	
	text-align: center;
}	

.sub_menu:hover{
	cursor: pointer;
	background: #AED581;
	color: #FFFFFF;
}

.power_by:hover{
	cursor: pointer; 
/*	font-weight: bold; */
	color: red;
}

.pop_up {
    display: none; /* Hidden by default */
/*	outline: 1px solid orange; */
    position: fixed; /* Stay in place */
	top: 0px;
	left: 0px;
    z-index: 9; /* Sit on top */
    width: 100%;
    height: 100%;
	margin: auto;
  
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.team{
	height: 450px;
	width: 300px;
//	background: #558B2F;
	background: transparent;
	
	border-radius: 10px;
	border:1px solid #BDBDBD;
	box-shadow: 0 0 15px #D0D0D0;
	
	margin: 5px;
	padding: 5px;
	font-size: 15px;
	
	text-align: center;	
}

.hijau{
	background: #80CBC4;
}

.ungu{
	background: #E1BEE7;
}

.kuning{
	background: #F4FF81;
}

.team img{
	height: 250px;
	width: 200px;
//	background: #558B2F;
	background: transparent;
	
	border-radius: 20px;
//	border:1px solid #BDBDBD;
//	box-shadow: 0 0 15px #D0D0D0;
	
	margin: 15px;
	padding: 5px;
	font-size: 15px;
	
	text-align: center;		
}

.team_header{
	background: #558B2F;
	color: #FFFFFF;
	border:1px solid #BDBDBD;
	box-shadow: 0 0 15px #D0D0D0;
	border-radius: 10px;
	
	padding: 25px;
	font-size: 40px;
	font-weight: bold;		
}

.nama{
	font-size: 20px;
	font-weight: bold;
}

.position{
	padding: 15px;
	font-size: 30px;
	font-weight: bold;
}

.close_popup:hover{
	cursor: pointer; 
//	font-weight: bold;
	color: #FFFFFF;	
}

.ta{
/*	margin: 10px 0px 0px 20px; */
	background: #E0E0E0;
	height: 300px;
	width: 100%;
	border-radius: 2px;
}

.ta_biaya{
/*	margin: 10px 0px 0px 20px; */
	width: 100%;
	height: 300px;
	
	background: #E0E0E0;
	border-radius: 2px;
}

table th{
	background:blue; 
	color:#FFFFFF; 
	font-size:10px;
	border:1px solid blue;
}
