
@font-face{ 
	font-family: 'jenishuruf';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
	font-family: "jenishuruf";
	font-size: 14px;
	margin:0px;
	padding:0px;
}

.clear {
	clear: both;
	float: none;
}

hr {
	border-top:2px solid #16a085;
	border-left:none;
	border-right:none;
	border-bottom:none;
}

@media screen and (max-width:1000px){
	
	#header-area {
		width:100%;
		min-width:320px;
	}
	
	header {
		width:100%;
	}
	
	header #menu {
		display: block;
		position: relative;
		margin-top: -10px;
		margin-right: 20px;
		height: 50px;
		width: 50px;
		background-image: url('../gambar/menu.png');
		background-color: #f39c12;
		background-position: center;
		background-repeat: no-repeat;
		float: left;
	}
	
	header #menu:hover {
		background-color: #f1c40f;
		cursor: pointer;
	}
	
	nav {
		display: none;
		margin-top: -10px;
		width: 180px;
		float: none;
		position: absolute;
	}
	
	nav ul {
		list-style: none;
		margin:0px;
		padding:0px;
	}
	
	nav ul li {
		padding: 20px 10px 20px 20px;
		background-color: #FFF;
		-webkit-transition: 0.2s;
	    transition: 0.2s;
	    font-family: "jenishuruf";
	}
	
	nav ul li:hover {
		border-left: solid 10px #f1c40f;
		cursor: pointer;
		padding: 20px 10px 20px 20px;
	}
	
	.aktif {
		border-left: solid 10px #1abc9c;
		cursor: pointer;
		padding: 20px 10px 20px 20px;
	}
	
	#konten-area {
		width:100%;
		min-width:320px;
	}
	
	#konten {
		width: 85%;
		margin-left: auto;
		margin-right: auto;
	}
	
	#modal-area {
		width: 80%;
	}
	
}

@media screen and (min-width:1001px){
	
	#header-area {
		width:100%;
		min-width:1000px;
	}
	
	header {
		width:1000px;
	}
	
	#konten-area {
		width: 1000px;
	}
	
	header #menu {
		display: none;
	}
	
	nav {
		width: 180px;
		float: left;
	}
	
	nav ul {
		list-style: none;
		margin:0px;
		padding:0px;
	}
	
	nav ul li {
		padding: 10px;
		margin-bottom: 5px;
		background-color: #FFF;
		-webkit-transition: 0.2s;
	    transition: 0.2s;
	    font-family: "jenishuruf";
	}
	
	nav ul li:hover {
		border-left: solid 10px #f1c40f;
		cursor: pointer;
		padding: 10px 0px 10px 20px;
	}
	
	.aktif {
		border-left: solid 10px #1abc9c;
		cursor: pointer;
		padding: 10px 0px 10px 20px;
	}
	
	#konten {
		width: 770px;
		float: right;
	}
	
	#modal-area {
		width: 770px;
	}
	
}

#modal-area {
	position: relative;
	z-index: 99;
	
	margin-left: auto;
	margin-right: auto;
	display: none;
}

#modal {
	position: absolute;
	background-color: #FFFFFF;
	
	width: 100%;
}

#modal-isi {
	margin: 20px;
}

#tutup {
	position: relative;
	background-color: #f39c12;
	color: #FFF;
	padding: 5px 10px;
	float: right;
	margin-top: -15px;
	margin-right: 10px;
}

#tutup:hover {
	cursor: pointer;
	background-color: #f1c40f;
}

#block {
	position: fixed;
	width: 100%;
	height: 100%;
	
	background-color: #000;
	opacity: 0.8;
	z-index: 98;
	display: none;
}

#header-area {
	background-color: #16a085;
	height:50px;
	color: #FFF;
	
	border-bottom: 5px solid #FFFFFF;
}

header {
	margin-left:auto;
	margin-right: auto;
	padding-top:10px;
	font-family: "jenishuruf";
}

h5 {
	float: left;
	font-size:20px;
	font-weight: normal;
	margin:0px;
	padding:0px;
	font-family: "jenishuruf";
}

h1 {
	font-size:28px;
	font-weight: normal;
	margin:0px;
	padding:0px;
	font-family: "jenishuruf";
}

h2 {
	font-size:20px;
	font-weight: normal;
	margin:0px;
	padding:0px;
	font-family: "jenishuruf";
}

#konten-area {
	margin-top:10px;
	margin-left: auto;
	margin-right: auto;
}

#konten {
	font-family: "jenishuruf";
	padding: 20px;
	background-color: #FFFFFF;
	overflow: auto;
}

a {
	font-family: "jenishuruf";
	color:#f39c12;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color:#f1c40f;
}

#footer-area {
	margin-top: 20px;
	text-align: center;
	width: 100%;
	min-width:320px;
}


footer {
	font-family: "jenishuruf";
}
.input  {
	width: 90%;
	padding: 5px 10px;
	margin-top:5px;
	font-family: "jenishuruf";
	font-size: 14px;
	line-height: 1.467;
	border: 2px solid #bdc3c7;
	box-shadow: none;
	background-color: #ffffff;
	border-radius:0;
	-webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
          transition: border .25s linear, color .25s linear, background-color .25s linear;
}

.input[readonly] {
	background-color: #efefef;
	border: 2px solid #bdc3c7;
}

.input[disabled] {
	background-color: #bdc3c7;
	border: 2px solid #bdc3c7;
}
  
.input:focus {
	outline: 0;
	box-shadow: none;
	border: 2px solid #1abc9c;
}

.pencarian {
	display: block;
	width: 100%;
	background: #FFF;
}

.pencarian input[type="text"] {
	width: 89%;
	padding: 5px 5%;
	font-family: "jenishuruf";
	font-size: 14px;
	line-height: 1.467;
	border: 2px solid #bdc3c7;
	box-shadow: none;
	background-color: #ffffff;
	border-radius:0;
	float: left;
	-webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
          transition: border .25s linear, color .25s linear, background-color .25s linear;
}

.pencarian button {
	height:24px;
	width: 24px;
	float: left;
	margin-left: -30px;
	margin-top: 4px;
	background-color: #FFF;
	border: none;
	background-image: url('../gambar/cari.png');
	background-position: center;
	background-repeat: no-repeat;
}

.bungkus-select {
	overflow: hidden;
	border: 2px solid #bdc3c7;
	padding:0;
	border-radius:0;
	-webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
          transition: border .25s linear, color .25s linear, background-color .25s linear;
}

.bungkus-select select {
	padding: 5px 10px;
	border: 0;
	width: 115%;
	background: url("../gambar/hijau/dropdown.png") no-repeat #ffffff;
	background-position: 82% 9px;
	cursor: pointer;
	font-family: "jenishuruf";
	font-size: 14px;
}

.bungkus-select select:focus{
	outline: 0;
	box-shadow: none;
}

.bungkus-select:hover {
	outline: 0;
	box-shadow: none;
	border: 2px solid #1abc9c;
}

textarea {
	resize:vertical;
}

.tombol{
	padding: 10px 20px 10px 20px;
	margin: 2px;
	background-color: #16a085;
	border: 0;
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
}

.tombol[disabled]{
	border: 0;
}

.tombol[disabled]:hover{
	border: 0;
	background-color: #bdc3c7;
}

.tombol:focus {
	border: 0;
}

.tombol:hover {
	background-color: #1abc9c;
	color: #ffffff;
	text-decoration: none;
}

.batal{
	background-color: #f39c12;
}

.batal:hover {
	background-color: #f1c40f;
}

.tambah {
	background-image: url('../gambar/tambah.png');
	background-repeat: no-repeat;
}

.pilihan {
	display: none;
}

.pilihan + label.pilihan-label {
	padding-left:25px;
	height:16px; 
	display:inline-block;
	line-height:16px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:14px;
	vertical-align:middle;
	cursor:pointer;
	margin-right:15px;
	font-family: "jenishuruf";
	font-size: 14px;
}

.pilihan:checked + label.pilihan-label {
	background-position: 0 -16px;
}

label.radio {
	background-image:url('../gambar/hijau/radio.png');
}

label.check {
	background-image:url('../gambar/hijau/checkbox.png');
}

fieldset {
	border: solid 2px #bdc3c7;
}
table.tabel {
	border-collapse: collapse;
	border-spacing: 0px;
}

table.tabel td, table.tabel th {
	border: 1px solid #16a085;
	padding: 8px;
}

table.tabel th {
	background-color: #16a085;
	color: #ffffff;
	font-weight:normal;
}

table.tabel tbody tr:nth-child(odd) {
  background-color: #eeeeee;
}

table.tabel tbody tr:hover {
	background-color: #dddddd;
}

table.tabel .bisadiklik:hover {
	cursor: pointer;
}

table.tabel-cetak {
	border-collapse: collapse;
	border-spacing: 0px;
}

table.tabel-cetak td, table.tabel-cetak th {
	border: 1px solid #000;
	padding: 8px;
}

table.tabel-cetak th {
	color: #000;
	font-weight:bold;
}

table.tabel-cetak .merah td {
	background-color: #EEE;
}
