/*CSS LOGIN */
#name {
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 8px;
    margin: 44px auto;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid silver;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    color: #838383;
    width: 409px;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    direction: ltr;
    height: 44px;
    font-size: 16px;
    text-align: left;
}

#pass {
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 8px;
    margin: 16px auto;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid silver;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    color: #838383;
    width: 409px;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    direction: ltr;
    height: 44px;
    font-size: 16px;
    text-align: left;
}

#name:hover,#pass:hover {
    border: 1px solid #b9b9b9;
    border-top: 1px solid #a0a0a0;
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

#signup {
    margin: 0px;
    padding: 3px 0px 9px;
    color: rgb(255, 255, 255);
    font-size: 32px;
    width: 100%;
    text-align: center;
    font-weight: normal;
    background: #76ABDB;
    font-size: 22px;

}

#signupb {
    background: #f8f8f8;
    border: 1px solid #c6c6c6;
    display: inline-block;
    line-height: 23px;
    padding: 5px 18px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #f37676;
    border-color: #E78282;
    font-weight: normal;
    margin: 10px 0 0 0;
    color: #fff;
    position: absolute;
    right: 9px;
    bottom: 9px;
    font-size: 17px;
    width: 103px;
    height: 35px;
    outline: none;
    cursor: pointer;
}


#userbox {
    position: absolute;
    width: 480px;
    height: 324px;
    background: white;
    top: 50%;
    margin-top: -174px;
    left: 50%;
    margin-left: -240px;
    box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.45);
}



*{margin:0 auto; padding:0}
body
{
    background: url(../img/intro-bg.jpg);
	
	background-size: 100%;
    background-repeat: no-repeat;
	
    font-family:verdana; font-size:11px; color:#4c4e55;
}

#container{width:95%; height:750x;
    /*background:url('bg.jpg') no-repeat; overflow:hidden;*/
    }
#header{height: 150px;
   	background: url(../img/pattern.gif) repeat;
    }
#logo{width:300px; float:left}
.gmbr_logo{margin:45px 0px 0px 50px;}
 
#menu{width:700px; float:right;}
 
#menu ul{margin:60px; float:right; list-style:none;}
 
#menu li{float:left;}
 
#menu a{display:block; padding:7px 12px; text-decoration:none; font-weight:bold;
    font-family:arial; font-size:14px; color:#313132;
    }
#menu a:hover {background:#FFCC00; text-decoration:underline;}
 
#sidebar_kiri{float:left; width:150px; height:1000px; margin:3px 0;
    padding:3px; border:0px solid #009900; background: url(../img/pattern.gif) repeat;
    }
	
#sidebar_kiri ul{margin:10px; float:left; list-style:none;}
 
#sidebar_kiri li{float:left;}
#sidebar_kiri a{display:block; padding:7px 12px; text-decoration:none; font-weight:bold;
    font-family:arial; font-size:14px; color:#313132;
    }
#sidebar_kiri a:hover {background:#FFCC00; text-decoration:underline;}

#center{float:left; width: 837px; height:1000px; margin:3px; padding:3px;
    border:1px solid #009900;
    }
#sidebar_kanan{float:left; width:150px; height:1000px; margin:3px 0;
    padding: 3px; border: 1px solid #009900;
    }
#footer{height:201px; border:1px solid #009900;
    clear: both;
    }
.text_bawah
{
  position: fixed;
  bottom: 0px;
  margin-right: auto;
  margin-left: auto;
  left: 0px;
  right: 0px;
  background-color: #808080;
  opacity: 0.5;
}
.red {
  background-color: red !important;
}

table tr:nth-child(odd){
  background:#aaa; 
  opacity: 0.9;
  /* Baris ganjil Dihitung dari Header*/
}
table tr:nth-child(even){
  background:#eee;
	opacity: 0.9;
  /* Baris Genap */
}

.sidenav {
    height: 100%;
    width: 100px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 100px;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 20px;
}

.sidenav a {
    padding: 6px 6px 6px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.main {
    margin-left: 100px; /* Same as the width of the sidenav */
}

@media screen and (max-height: 450px) {	
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}