body {
  margin: 0;
  font-family: Helvetica, sans-serif;
  background-color: #F2FBFF;
	height: auto;
	margin-top: 50px;
	}
	::-webkit-scrollbar {
  	width: 3px;
	height: 6px;
	cursor: pointer;
	}

/* Track */
/*	
::-webkit-scrollbar-track {
  	background: #f1f1f1; 
}
*/
 
/* Handle */
::-webkit-scrollbar-thumb {
  	background: #353535; 
	}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  	background: #555; 
	}


a {
	font-size: 12px;
	font-weight: 600;
  color: #353535;
}
.halaman{
	width: 1275px;
	margin-left: auto;
	margin-right: auto;
}
@media(max-width: 600px){
	.halaman{
		width: auto;
	}
}
/* header */

.header {
  background-color: #FFFFFF;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  position: fixed;
  width: 100%;
  z-index: 4;
	top: 0;
}
@media(max-width: 600px){
	.header{
		height: 50px;
	}
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #FFFFFF;
}

.header li a {
  display: block;
  padding: 20px 20px;
  text-decoration: none;
}

.header li a:hover,
.header .menu-btn:hover {
  border-bottom: 3px solid #353535;
	
}

.header li a.active {
  border-bottom: 3px solid #353535;
}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
	
}

/* menu */

.header .menu {
	margin-right: 50px;
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}
@media(max-width: 600px){
	.header .menu{
		margin-right: 0;
	}
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}
@media(max-width: 600px){
	.header .menu-icon{
		margin-top: -1%;
	}
}

.header .menu-icon .navicon {
  background: #353535;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #353535;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 400px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 48em) {
  .header li {
    float: left;
	  margin-top: 6px;
	  margin-left: 4px;
	  margin-right: 4px;
  }
  .header li a {
    padding: 8px 15px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}
.headermenu{
	width: 1280px;
	margin-left: auto;
	margin-right: auto;
}
@media(max-width: 600px){
	.headermenu{
		width: auto;
	}
}
.imgiconmenu
{
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 130px; 
	height:auto; 
	margin-left: 5%;
}
@media(max-width: 600px){
	.imgiconmenu{
		padding: 0;
		margin-left: 33%;
		margin-top: 2.3%;
	}
}
#masuk
{
	
	border: 0px solid #353535;	
}
#masuk a
{
	color: #353535;
}
/*================================================================================================================*/

/*================================================================================================================*/
* {
  box-sizing: border-box;
}

/* Add padding to containers */
.container {
  padding: 16px;
  background-color: white;
	font-size: 12px;
}

/* Full-width input fields */
input[type=text], input[type=email], input[type=password], input[type=number] 
{
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: 1px solid #DFDFDF;	
  border-radius: 5px;
	background-color: #ffffff;
}
button[type=submit]{
	background-color: #353535;
	border-radius: 5px;
}


input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, button[type=submit]:focus, input[type=number]:focus 
{
	border-radius: 5px;
  border: 1px solid #353535;
  outline: none;
}
input[type=text]:hover, input[type=password]:hover, input[type=email]:hover, input[type=number]:hover
{
	border-radius: 5px;
  border: 1px solid #353535;
  outline: none;
}
/* Overwrite default styles of hr */
hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}

/* Set a style for the submit button */
.registerbtn {
  background-color: #353535;
  color: white;
  padding: 16px 20px;
  margin: 8px 0 50px;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
	font-size: 12px;
	font-weight: 600;
}

.registerbtn:hover {
  opacity: 1;
}

/* Add a blue text color to links */
a {
  color: black;
	text-decoration: none;
}

/* Set a grey background color and center the text of the "sign in" section */
.signin {
  background-color: #f1f1f1;
  text-align: center;
}
/*================================================================================================================*/
.formdaftar
{
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
@media(max-width: 600px){
	.formdaftar{
		width: 100%;
		margin: 0;
	}
}
/*================================================================================================================*/

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 1s;
  animation-name: fadeIn;
  animation-duration: 1s
}

/* Modal Content */
.modal-content {
  position: fixed;
  bottom: 0;
  background-color: #FFFFFF;
  width: 100%;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s
}
.modal-content a{
	text-decoration: none;
	color: #5f5f5f;
	
}

/* The Close Button */
.close {
  color: #353535;
  float: right;
  font-size: 35px;
	font-weight: 300;
	padding: 10px 20px;
	margin-right: -15px; 
}

.close:hover,
.close:focus {
  color: #353535;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 1px 16px;
  background-color: #FFFFFF;
  color: #5F5F5F;
	margin-left: 1%;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
   padding: 0 16px;
  margin-top: -1%;
	margin-left: 1%;
  background-color: #FFFFFF;
  color: #353535;
}

/* Add Animation */
@-webkit-keyframes slideIn {
  from {bottom: -300px; opacity: 0} 
  to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
  from {bottom: -300px; opacity: 0}
  to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

@keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}
.pencarikos{
	float: left;
	margin-left: 2%;
}
@media(max-width: 600px){
	.pencarikos{
		margin-left: 6%;
	}
}

/*================================================================================================================*/
.hiden{
	display:none;
	}
.alert {
	margin-left: 100px;
	border-radius:5px 5px;
	margin: auto;
	width: 100%;
    padding: 10px;
    background-color: #f44336;
    color: white;
    opacity: 0.7;
    transition: opacity 1s;
	height: 65px;
	font-family: calibri;
	/*box-shadow: 2px 2px 5px #f44335;*/
	margin-bottom: 3%;
}


.alert.success {background-color: #353535;
/*box-shadow: 2px 2px 5px #ffffff;*/}
.alert.warning {background-color: #E0806A;}

.closebtn {
	font-family: calibri;
    margin-left: 15px;	
    color: #353535;
    font-weight: bold;
    float: right;
    font-size: 25px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}
@media(max-width: 600px){
	.closebtn, .alert{
		font-size: 12px;
	}
	
}
.closebtn:hover {
    color: grey;
}

/*================================================================================================================*/


/* The popup form - hidden by default */
.form-popuppemilik {
	font-size: 12px;
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 0px solid #353535;
  z-index: 9;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
box-shadow: 0px 0px 5px 0px rgba(179,179,179,0.75);
-webkit-box-shadow: 0px 0px 5px 0px rgba(179,179,179,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(179,179,179,0.75);
	
}
@media(max-width: 600px){
	.form-popuppemilik{
		display: none;
		position: fixed;
  		bottom: 0;
		right: 0;
		width: 60%;
  		border: 0px solid #353535;
  		z-index: 9;
		border-top-left-radius: 0;
	border-top-right-radius: 0;
box-shadow: 0px 0px 5px 0px rgba(179,179,179,0.75);
-webkit-box-shadow: 0px 0px 5px 0px rgba(179,179,179,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(179,179,179,0.75);
		
	}
}

/* Add styles to the form container */
.form-containerpemilik {
  max-width: 250px;
  padding: 10px;
  background-color: white;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
@media(max-width: 600px){
	.form-containerpemilik{
		border-top-left-radius: 0;
	border-top-right-radius: 0;
		max-width: 100%;
		padding: 5%;
	}
}

/* Full-width input fields */
.form-containerpemilik input[type=text], .form-containerpemilik input[type=email], .form-containerpemilik input[type=password] {
  width: 100%;
  padding: 10px;
  margin: 5px 0 15px 0;
  border: 1px solid #DFDFDF;
  background: white;
	font-size: 12px;
	border-radius: 5px;
}
@media(max-width: 600px){
	.form-containerpemilik input[type=text],.form-containerpemilik input[type=email], .form-containerpemilik input[type=password] {
	width: 100%;
	}
}

/* When the inputs get focus, do something */
.form-containerpemilik input[type=text]:focus,.form-containerpemilik input[type=email]:focus, .form-containerpemilik input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-containerpemilik .btnpemilik {
  background-color: #353535;
  color: white;
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.9;
	border-radius: 5px;
	font-size: 12px;
}


/* Add a red background color to the cancel button */
.form-containerpemilik .cancelpemilik {
  background-color: #AB0000;
	border-radius: 5px;
}

/* Add some hover effects to buttons */
.form-containerpemilik .btnpemilik:hover, .open-buttonpemilik:hover {
  opacity: 1;
}
/*================================================================================================================*/


/* The popup form - hidden by default */
.form-popuppencari {
	font-size: 12px;
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 0px solid #353535;
  z-index: 9;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
box-shadow: 0px 0px 5px 0px rgba(179,179,179,0.75);
-webkit-box-shadow: 0px 0px 5px 0px rgba(179,179,179,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(179,179,179,0.75);
}
@media(max-width: 600px){
	.form-popuppencari{
		display: none;
		position: fixed;
  		bottom: 0;
		right: 0;
		width: 60%;
  		border: 0px solid #353535;
  		z-index: 9;
		border-top-left-radius: 0;
	border-top-right-radius: 0;
box-shadow: 0px 0px 5px 0px rgba(179,179,179,0.75);
-webkit-box-shadow: 0px 0px 5px 0px rgba(179,179,179,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(179,179,179,0.75);
	}
}

/* Add styles to the form container */
.form-containerpencari {
  max-width: 250px;
  padding: 10px;
  background-color: white;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
@media(max-width: 600px){
	.form-containerpencari{
		border-top-left-radius: 0;
	border-top-right-radius: 0;
		max-width: 100%;
		padding: 5%;
	}
}

/* Full-width input fields */
.form-containerpencari input[type=text], .form-containerpencari input[type=email], .form-containerpencari input[type=password] {
   width: 100%;
  padding: 10px;
  margin: 5px 0 15px 0;
  border: 1px solid #DFDFDF;
  background: white;
	font-size: 12px;
	border-radius: 5px;
}
@media(max-width: 600px){
	.form-containerpencari input[type=text], .form-containerpencari input[type=email], .form-containerpencari input[type=password] {
	width: 100%;
	}
}

/* When the inputs get focus, do something */
.form-containerpencari input[type=text]:focus, .form-containerpencari input[type=email]:focus, .form-containerpencari input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-containerpencari .btnpencari {
  background-color: #353535;
  color: white;
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.9;
	border-radius: 5px;
	font-size: 12px;
}

/* Add a red background color to the cancel button */
.form-containerpencari .cancelpencari {
  background-color: #AB0000;
	border-radius: 5px;
}

/* Add some hover effects to buttons */
.form-containerpencari .btnpencari:hover, .open-buttonpencari:hover {
  opacity: 1;
}
/*================================================================================================================*/

.footer {
	position: fixed;
	float: left;
   height: 40px;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #E0E7E8;
   color: #353535;
   text-align: left;
}
.footertengah{
	width: 1280px;
	margin-left: auto;
	margin-right: auto;
}
@media(max-width: 600px){
	.footertengah{
		width: auto;
	}
}
@media(max-width: 600px){
	.footer{
		height: 40px;
	}
}

.footertengah img{
	/*float: left;*/
	width: 15px;
	height: 15px;
	padding: 0;
	margin-top: 0px;
	margin-bottom: -2.2px;
}
@media(max-width: 600px){
	.footertengah img{
		width: 12px;
		height: 12px;
	}
}

.footer p{
	font-size: 14px;
	margin-left: 5%;
	
}
@media(max-width: 600px){
	.footer p{
		font-size: 12px;
		text-align: center;
	}	
}
@media(max-width: 600px){
	.footer img{
		float: none;
		margin-right: 0;
		width: 11px;
		text-align: center;
	}
}
