@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    font-family: Arial, Helvetica, sans-serif;
	
  background-image: url("../img/bgroundSP3.png");

  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  position: relative;

}



div.kotaklogin {
	width: 80%;
	
	 /*border: 1px solid #a1a1a1;*/
 /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
  text-align: center;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10%;
	padding: 20px;
}


div.newsfeed {
	font-size:10px;
	color: white;
	background-color:#000;
	
}


div.kotakpage {
	border: 1px solid #a1a1a1; 
	
	background-color:#FFF;
	width:99%; 
	margin-top:10px;
	margin-left:auto;
	margin-right:auto; 
	padding:10px;
	  -moz-box-sizing:border-box; 
	box-sizing:border-box;
    box-shadow: 0px 0px 15px #000;
		
	
}

div.header {
	width:90%;
  height: 30px;
  margin-top:10px;
  margin-left:auto;
  margin-right:auto;
  padding-left:20px;
  padding-right:20px;
  padding-top:0px;
  padding-bottom:5px;
  color:#ccc;
  font-size:smaller;
    	
}

div.logo {
	float:left;
	padding: 2px;
}

div.namasistem {
	float:right;
    margin-top:70px;
	margin-right:30px;
	color:white;
	text-shadow: 2px 2px #666;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;	
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:smaller;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

div.profil {
	display: inline-block;
	float:left;
	margin: 5px;
	padding: 10px;
	background-color:#CCC;
	width: 30%;
	height: 180px;
	

}

div.picprofil {
	
	float:left;
	width: 150px;
	height:150px;
}

div.maklumat {
	float:left;
	font-size:small;
    margin-left: 10px;
	padding-top:0px;
}


main {
	
	display: inline-block;
	border:1px solid #000;
	padding: 10px;
	width:70%;
	margin-left:auto;
	
	
	
	
}

div.kotaksistem {
	display: inline-block;
	background-color:#CCC;
	 border: 1px solid #a1a1a1;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-border-radius-topleft: 9px;
	-moz-border-radius-topright: 9px;
	-moz-border-radius-bottomright: 9px;
	-moz-border-radius-bottomleft: 9px;
	border-top-left-radius:9px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px; 
  text-align: center;

	margin:5px;
	padding: 10px;
	text-decoration:none;
	color:#000;
	
}


div.footer {
	font-size:10px;
	text-align:center;
	
	
}

div.footer a {
	text-decoration:none;
	
	
	
}

div.legend {
  position: fixed;
  width: 40%;
  bottom: 10px;
  margin:10px;
  padding:10px;
  background-color:#CCC;
  font-size:small;
 
  
} 




div.bwah {
	width: 100%;
	background-color:#CCC;
	font-size:10px;
	margin:auto;
	
}

div.userinfo {
float:left;

	
}

input[type=text], input[type=password], input[type=date], select, textarea {
    width: 100%;
    padding: 10px 5px;
    margin: 5px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

input[type=submit], input[type=button] {

    background-color: #4CAF50;
	width:100%;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
	
}

input[type=submit], input[type=button]:hover {
    background-color: #45a049;
}

input[type=submit]:disabled, input[type=button]:disabled {
    background-color:#666;
	color:#999;
}

.vl {
    border-right: 1px solid #CCC;
    height: 300px;
        float : left;
		padding-left: 30px;

    
}

.different {
	border:none;
	cursor:pointer;	
}