*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}


body{
	background: #dedede;
	font-family: 'Helvetica', arial, sans-serif;

	font-size: 15px;
}



p{
	margin-bottom: 20px;
	line-height: 1.5em;
}
h3{
	margin-bottom: 20px;
	border-bottom: 1px solid #aaa;
}

a{
	color:#4169E1;
	text-decoration: none;
}
a:hover{
	color: #666;
}



.container{
	max-width: 1090px;
	margin: 20px auto;
	background: #fff;
	overflow: hidden;
	padding: 10px;
	
}


.header{

	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	
	height:100px;

	overflow:hidden;
			margin: 0;
	
}


.headerbantu{
	height:20px;
    width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color:black;
	vertical-align: bottom;
	text-align: center;

}

		.judul{
			float: left;
			margin: 10;
		}
        .menu{
            position: fixed;
            background: #f6f6f6;
            color: black;         
            height: 100%;
            width: 280px;
            top: 0px;
            left: -300px;
            -webkit-transition: left 0.5s;
            transition: left 0.2s;
            padding: 0px;
            border: 0px solid #ccc;

        }

        .menu ul{
            width:190px;
			padding: 0px 10px;
			border: 0px solid grey;
			text-align: left;
			margin: 0px 15px 0px ;
			




        }

        .menu li{
			width:200px;
            padding: 0px 10px;
			border: 0px solid grey;
			text-align: left ;
			margin: 0px;
			font-color: black;


        }

        .menu a{
            color: #4169E1;
            text-decoration: none;
            font-size: 10pt;
			border: 1px solid #fff;
			color: black;
        }

        .tombol{
            float: right;
            font-size:22px;
            background: #4169E1;
            padding: 10px;
            color: #fff;
            border: 0px solid #fff;
            cursor: pointer;
        }

        .slide-menu-tampil{
            left: 0 !important;
        
        }
		
		
/* Remove margins and padding from the list, and add a black background color */
ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}
 
/* Float the list items side by side */
ul.topnav li {float: left;}
 
/* Style the links inside the list items */
ul.topnav li a {
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}
 
/* Change background color of links on hover */
ul.topnav li a:hover {background-color: #111;}
 
/* Hide the list item that contains the link that should open and close the topnav on small screens */
ul.topnav li.icon {display: none;}


.input-field-border-bottom-tanggal {
      border: 0px solid #ddd;
      display: inline-block;
	  
      padding: 2em;
 }
 
 
 .input-field-border-bottom-tanggal select {
      border: none;
      border-bottom: 1px solid #ddd;
      color: #333;
      font-size: 14px;
      margin-bottom: 15px;
      padding: 0.5em 1em 0.5em 0;
     width: 100px;     /* Ukuran bebas */
 }
 
 


.input-field-border-bottom {
      border: 0px solid #ddd;
		align: center;
      padding: 1.5em;
	  margin-bottom: 10px;
	  clear: both;
 }
 .input-field-border-bottom label {
      color: grey;     /* Warna: Purple */
      display: block;
      font-size: 14px;
/*      font-weight: bold; */
/*      letter-spacing: 0.05em; */
      margin-bottom: 0px;
	  align: center;
 }
 
 
 .input-field-border-bottom select {
      border: none;
      border-bottom: 1px solid #ddd;
      color: #333;
      font-size: 14px;
      margin-bottom: 15px;
      padding: 0.5em 1em 0.5em 0;
/*      width: 200px;     /* Ukuran bebas */
 }

 .input-field-border-bottom input[type="text"],
 .input-field-border-bottom input[type="password"],
 .input-field-border-bottom textarea {
      border: none;
      border-bottom: 1px solid #ddd;
      color: #333;
      font-size: 14px;
      margin-bottom: 15px;
      padding: 0.5em 1em 0.5em 0;
      width: 100%;     /* Ukuran bebas */
	  text-align: center;
 }

 .input-field-border-bottom input[type="text"]:focus,
 .input-field-border-bottom textarea:focus {
      border-bottom: 1px solid #000;
      outline: none;
 }




.myButton {
	-moz-box-shadow: 3px 4px 0px 0px #899599;
	-webkit-box-shadow: 3px 4px 0px 0px #899599;
	box-shadow: 3px 4px 0px 0px #899599;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #bab1ba));
	background:-moz-linear-gradient(top, #ffffff 5%, #bab1ba 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #bab1ba 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #bab1ba 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #bab1ba 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #bab1ba 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bab1ba',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid grey;
	display:inline-block;
	cursor:pointer;
	color:black;
	font-family:Arial;
	font-size:14px;
	padding:7px 20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #e1e2ed;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bab1ba), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #bab1ba 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #bab1ba 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #bab1ba 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #bab1ba 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #bab1ba 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bab1ba', endColorstr='#ffffff',GradientType=0);
	background-color:#bab1ba;
}
.myButton:active {
	position:relative;
	top:1px;
}


.textfield {
        background-color:white;
        border-radius: 10px;
        color:#000;
		height:25px;
		text-align: center;

}
.textfield:hover {
        background-color:#FF9;
        border-radius: 10px;
        color:#000;
        box-shadow:2px 2px 10px #000;
		
}
.textarea {
        background-color:#FF9;
        border-radius: 10px;
        color:#000;
}
.textarea:hover {
        background-color:#FF9;
        border-radius: 10px;
        color:#000;
        box-shadow:2px 2px 10px #000;
}


.teks-shadow {
color: #01022c;
font-family: staccato222 BT;
font-size: 2em;
font-weight: 700;
line-height: 1.2em;
padding: 3px 10px;
text-shadow: 0.1em 0.1em 0.2em rgb(119, 119, 119)
}

/* Main */



	.left{
		width: 48%;
		border: 1px solid #dedede;
		background: #e5e5e5;
		padding: 10px;
		margin: 10px;
		float: left;
	}

	.middle{
		width: 2%;
		border: 1px solid #dedede;
		padding: 5px;
		margin: 5px;
		float: left;
	}
		.middle img{
			max-width: 100%;
			height: auto;
		}

		.middle a{
			font-weight: bold;
		}

	.right{
		width: 48%;
		border: 1px solid #dedede;
		background: #e5e5e5;
		padding: 10px;
		margin: 10px;
		float: left;
	}


	.right ul{
		list-style-type: none;
	}
	.right ul li{
		display: block;
	}
	.right ul li a{
		display: block;
		border-bottom: 1px solid #dedede;
		margin-bottom: 10px;
		padding: 10px 5px;
	}
	.right ul li a:hover{
		color: orange;
	}

.footer{
	clear: both;
	border: 0px solid #dedede;
	padding: 10px;
	margin: 10px;
	background: black;
	color: white;
	font-size: 11px;
}



.textfooter{

}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* untuk ukuran 1080px kebawah */
@media screen and (max-width: 1080px) {
	.headerbantu{
	height:10px;
    width: 100%;
}


	.container {
		width: 100%;
	}
	.left {
		width: auto;
		background: #e5e5e5;
	}
	.middle {
		width: auto;
		float: right;
	}
	
	.right {
		clear: both;

		width: auto;
		float: none;
	}
	.footer{
	clear :both;
	padding: 5px 0 10px 0px;
	font-size: 50%;
	color: #FFFFFF;
	background-color: black;
	text-align: left;
}
	.textfooter{


}

	
}


/* untuk ukuran layar 700px kebawah */
@media screen and (max-width: 780px) {
	
	.header{
		text-align: left;
		height:70px;
	}
	
	
.footer{
	clear :both;
	padding: 5px 0 10px 0px;
	font-size: 50%;
	color: #FFFFFF;
	background-color: black;
	text-align: left;
}
	
	.left {
		width: auto;
		float: none;
	}
	
	.middle {
		width: auto;
		float: none;
	}
	
	.right {
		width: auto;
		float: none;
	}

.textfooter{
	display: none;	
}

  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }
}


@media screen and (max-width:680px) {
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
  .footer{
	clear :both;
	padding: 5px 0 10px 0px;
	font-size: 50%;
	color: #FFFFFF;
	background-color: black;
	text-align: left;
}

.textfooter{
	
	display: none;
}


}

 

