* {
	box-sizing:border-box;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	line-height: 1.3em;
}
.green {
	color:#0C0;
}
.container {
	max-width:500px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	background-color:#fff;
}
.topbar {
	width: 100%;
	max-width:500px;
	position: fixed;
	height: 50px;
	border-bottom: solid 0px #fff;
	background-color: #0066CC;
	top: 0px;
	text-align: center;
	z-index:10;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
.topbar .container {
	padding: 5px;
}
.topbar .logo {
	height: auto;
	width: 36px;
	position: absolute;
	top: 8px;
	left: 5px;
}
.topbar .title {
	font-size: 24px;
	font-weight: normal;
	margin-top: 10px;
	color: #fff;
}
.topbar .menubutton {
	position: absolute;
	right: 10px;
	top: 12px;
	height: 35px;
	width: 35px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
}
.topbar .menubutton div {
	background-color: #fff;
	height: 4px;
	margin-bottom: 6px;
	border-radius: 5px;
}
.topbar .menubutton.active  {
	transform: rotate(-90deg);
	top: 7px;
	right: 5px;
	webkit-transform: rotate(-90deg);
	moz-transform: rotate(-90deg);
	ms-transform: rotate(-90deg);
	o-transform: rotate(-90deg);
}
.menu {
	z-index: 9;
	padding-top: 55px;
	position: fixed;
	width: 100%;
	max-width:498px;
	background-color: #fff;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	top: -200px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
}
.menu.active {
	top:0px;
}
.menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.menu ul li a {
	text-decoration:none;
	color:#000;
	padding:7px 10px;
	display:block;
}
.main {
	padding: 0px;
	padding-top: 50px;
	/*
	max-width:500px;
	margin-left:auto;
	margin-right:auto;
	*/
}
.main .content {
	padding: 10px;
	margin-bottom: 30px;
}
.main .content.nomargin{
	margin-bottom:0px;
}
.main h1 {
	text-align: center;
	font-size: 1.4em;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 10px;
	line-height: 1.2em;
}
.main h2 {
	text-align: center;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 20px;
}
.main h2.keluarga {
	background-color: #0066CC;
	color:#fff;
	margin:0px;
	padding:7px;
}
.main .article h1 {
	margin-bottom:0px;
}
.main .article .date {
	text-align:center;
	font-size:0.9em;
	color:#666;
	margin-top:10px;
}
.main .article .body {
	border:solid 1px #ccc;
	border-radius:10px;
	padding:10px;
	margin-top:20px;
}
.button {
	background-color: #0066CC;
	color: #fff;
	padding: 7px 10px;
	border: none;
	border-radius:0px;
	line-height:1em;
	font-size:1em;
	text-decoration:none;
	-webkit-appearance: none;
}
.button.prev, .button.next {
	background-size:16px auto;
	background-repeat:no-repeat;
}
.button.prev {
	background-image:url(images/left.png);
	background-position: left 5px center;
	padding-left:25px;
}
.button.next {
	background-image:url(images/right.png);
	background-position: right 5px center;
	padding-right:25px;
}
.error {
	color:#F30;
	font-size:0.8em;
}
form {
	line-height:2em;
}
form .field {
	font-size: 1em;
	border: solid 1px #ccc;
	padding: 3px 6px;
	border-radius: 0px;
	margin-bottom: 10px;
}
form input, form select {
	-webkit-appearance: none;
	outline:none;
}
form input.checkbox {
	-webkit-appearance: checkbox;
}
form select.field {
	background-image:url(images/drop-arrow.png);
	background-repeat:no-repeat;
	background-position:right center;
	background-size: 25px auto;
	padding-right:25px;
}

.loading {
	display:none;
}
.stat {
	text-align:center;
	color:#666;
	font-size:0.8em;
	margin-bottom:5px;
}
hr {
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
.listitem {
	border-top:solid 1px #ccc;
	padding:10px 10px;
	line-height:1.3em;
	display:block;
	text-decoration:none;
	color:#000;
}
.listitem:nth-child(odd) {
	background-color:#eee;
}
.listitem:last-child {
	border-bottom:solid 1px #ccc;
}
.listitem:hover {
	background-color:#f4f4ff;
}

.listitem .nama {
	font-weight:bold;
}
.namationghoa {
	font-size: 0.8em;
}
.datarow {
	text-decoration:underline;
	font-weight:bold;
}
.nopdb {
	float: right;
	color:#666;
	font-weight:bold;
	font-size:0.8em;
}
.relation, .nilai {
	font-size: 0.8em;
	float: right;
	color: #666;
	margin-left: 10px;
}
.photo {
	margin-bottom: 40px;
	display:block;
	width:218px;
	margin-left:auto;
	margin-right:auto;
}
.photo img {
	border:solid 1px #ccc;
}
table.data {
	margin-bottom: 20px;
}
table.data tr td {
	display:block;
}
table.data tr td:first-child {
	text-decoration:underline;
	font-weight:bold;
	font-size:0.8em;
	color:#999;
}
table.data tr td:nth-child(2) {
	display:none;
}
table.data tr td:last-child {
	padding-bottom:10px;
}
table.stats {
	font-size: 0.85em;
	border-radius: 10px 10px 10px 10px;
	padding: 7px;
}
.homelogo {
	text-align:center;
	margin-top:5px;
	margin-bottom:12px;
}
.box {
	margin-bottom:20px;
}
.box .title {
	text-align: center;
	font-weight: bold;
	background-color: #0066CC;
	color: #fff;
	padding: 5px;
	border-radius: 6px 6px 0px 0px;
}
.box .list {
	border: solid 1px #0066CC;
}
.box .list .item {
	padding:6px 10px;
	font-size:0.9em;
	display:block;
	text-decoration:none;
	color:#000;
}
.box .list .item:nth-child(even) {
	background-color:#eee;
}
.box .list .item:hover {
	background-color:#f4f4ff;
}
.listitem .icon {
	float:right;
	width:32px;
	height:32px;
	margin-left:10px;
	margin-top:5px;
} 
.listitem .icon.xls, .listitem .icon.xlsx {
	background-image:url(pdbadmin/images/file-xls.png)
}
.listitem .icon.doc, .listitem .icon.docx {
	background-image:url(pdbadmin/images/file-doc.png)
}
.listitem .icon.jpg {
	background-image:url(pdbadmin/images/file-jpg.png)
}
.listitem .icon.jpeg {
	background-image:url(pdbadmin/images/file-jpeg.png)
}
.listitem .icon.png {
	background-image:url(pdbadmin/images/file-png.png)
}
.listitem .icon.pdf {
	background-image:url(pdbadmin/images/file-pdf.png)
}

.listitem .name {
	font-weight:bold;
} 
.listitem .sub {
	font-size:0.8em;
	color:#666;
}
.box .list .item .body {
	margin-top:20px;
}
.box .list .item .body img {
	max-width:280px;
	height:auto;
}
.box .subtitle {
	display:block;
	text-align:center;
	font-size:0.8em;
	padding:5px;
	color:#06F;
	text-decoration:none;
}
.paging {
	max-width:400px;
}
.paging a {
	margin:0px;
}
.paging a.active {
	display:inline;
}
#ProfileForm {
	line-height:1.5em;
}
#ProfileForm .row {
	margin-bottom:10px;
}
#ProfileForm .row .name {
	position:relative;
}
#ProfileForm .field {
	width: 100%;
	margin: 0px;
}
#ProfileForm .WA {
	position:absolute;
	top:0px;
	right:5px;
}
.note {
	font-size:0.8em;
	color:#999;
}
.hide {
	display:none;
}
.overlay {
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
	z-index:11;
}
.login {
	display:none;
	z-index:12;
	position:fixed;
	width:300px;
	height:auto;
	background-color:#fff;
	top:50px;
	left:20px;
	padding:5px;
	padding-bottom:20px;
}
.login #LoginForm {
	text-align:center;
	line-height:1.5em;
}
.login #LoginForm #HP {
	width:210px;
	text-align:center;
	font-size:1.4em;
	padding:5px;
	margin:20px;
}
.login .loginnote {
	display:block;
	font-size:0.9em;
	color:#666;
	border-top:solid 1px #ccc;
	margin-top:25px;
	padding-top:5px;
	margin-bottom:10px;
}
.paymentlist {
	border:solid 1px #ccc;
}
.paymentlist .payment {
	padding:3px 5px;
	border-bottom:solid 1px #ccc;
}
.paymentlist .payment:nth-child(even) {
	background-color:#eee;
}
.paymentlist .payment:last-child {
	border-bottom:none;
}
.paymentlist .payment .detail {
	font-size:1em;
	font-weight:bold;
}
.paymentlist .payment .date {
	font-size:0.8em;
	color:#666;
}
.paymentlist .payment .date.green {
	color:#0C0;
}
.paymentlist .payment .date.red {
	color:#F30;
}
.paymentlist .payment .amount {
	font-size:0.9em;
	color:#666;
	float:right;
	font-weight:bold;
}
.paymentlist .payment .via {
	font-size:0.9em;
	color:#666;
	float:right;
	font-weight:bold;
}
.red {
	color:#f30;
}
.paymentlist .payment.red .date {
	color:#f30;
}

#CariForm {
	text-align:center;
	position:relative;
	margin-bottom:5px;
}
#CariForm #key {
	width:calc(100% - 75px);
	padding:5px 10px;
	border-radius:15px;
	margin-right:50px;
}
#CariForm #key.centered {
	margin-right:auto;
	text-align:center;
}
#CariForm .empty {
	position:absolute;
	margin-left:-80px;
	margin-top:2px;
	opacity:0.3;
}
#CariForm #cari {
	margin-top:1px;
	margin-left:5px;
	right:13px;
	background-image:url(images/search-white.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:16px auto;
	width:40px;
	border-radius:15px;
	position:absolute;
	z-index:5;
}

.nobold {
	font-weight:normal;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}


.-----STANDARD-END-----{}
@media only screen and (min-width: 500px) {
  .-----WIDE-START-----{}
  body {
 	background-color:#eee;  
  }
  .container {
	border: solid 1px #ccc;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);	
  }
  .-----WIDE-END-----{}
}