*{
	margin:auto;
}

@font-face{
	font-family:sanspro;
	src: url(SourceSansPro-Regular.ttf);
}

body{
	font-family:sanspro;
	font-size:16px;
	color:#747474;
	background:#1a9382;
}


/* USER */
.onclick-login{
	position:absolute;
	top:0;
	right:55px;
	padding:2px 8px 4px;
	font-size:15px;
	text-align:center;
	background:#1a9382;
	border-radius:0 0 2px 2px;
	-moz-transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
}
.onclick-login:hover{
	background:#ebd778;
}
.onclick-login a{
	text-decoration:none;
	color:#fff;
}
.onclick-menu{
    position:absolute;
	top:0;
	right:55px;
	padding:2px 8px 4px;
	font-size:15px;
	text-align:right;
	color:#fff;
	background:#1a9382;
	border-radius:0 0 2px 2px;
	-moz-transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
}
.onclick-menu:hover{
	background:#ebd778;
	cursor:pointer;
}
.onclick-menu:focus{
	background:#ebd778;
    pointer-events: none;
}
.onclick-menu:focus .onclick-menu-content{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.onclick-menu-content{
    position: absolute;
	top:26px;
	right:0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.5s;
	padding:0;
	list-style:none;
	text-align:left;
	text-decoration:none;
	background:#fff;
}
.onclick-menu-content a{
	margin-bottom:1px;
	display:block;
	width:110px;
	height:26px;
	padding:5px 0 0 10px;
	font-size:15px;
	color:#fff;
	text-decoration:none;
	background:#1a9382;
	-moz-transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
}
.onclick-menu-content a:hover{
	color:#747474;
	background:#ebd778;
}


/* LOADING */
#loading{
	position:absolute;
	top:50%;
	left:55%;
	display:block;
	z-index:9999;
}
#result{
	color:#db5858;
}

#leftblock{
	float:left;
	width:21%;
	padding:30px 0 40px 0;
}

#menu{
	float:right;
	margin-right:20px;
	width:200px;
}
#menu .photo{
	overflow:hidden;
	margin-bottom:10px;
	width:150px;
	height:150px;
	background:#fff;
	border-radius:150px;
	-moz-transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
}
#menu .photoadmin{
	overflow:hidden;
	margin-bottom:10px;
	width:150px;
	height:150px;
	background:#fff;
	border-radius:150px;
	-moz-transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
}
#menu .photoadmin:hover{
	opacity:0.7;
}
#menu .photoname{
	margin:auto;
	width:200px;
	padding-bottom:40px;
	font-size:16px;
	color:#fff;
	text-align:center;
}
.name{
	font-size:20px;
	color:#ebd778;
}
#menu .usermenu{
	width:200px;
	color:#fff;
}
#menu .usermenu ul{
	list-style:none;
	line-height:30px;
	padding:0;
}
#menu .usermenu a{
	margin-bottom:1px;
	display:block;
	width:180px;
	height:30px;
	padding:8px 0 8px 20px;
	font-size:17px;
	color:#747474;
	text-decoration:none;
	background:#fff;
	-moz-transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
}
#menu .usermenu a:hover{
	background:#ebd778;
}
#menu .usermenu a.active{
	background:#ebd778;
}
#menu .icon{
	float:left;
	margin:4px 15px 0 0;
	width:24px;
	height:24px;
}

#rightblock{
	float:right;
	width:79%;
	min-height:600px;
	padding:0 0 40px 0;
	background:#fff;
	border-radius:60px 0 0 60px;
}

#content{
	float:left;
	width:950px;
	padding:50px 0 20px 60px;
}
#content h1{
	margin-bottom:30px;
	font-size:26px;
	font-weight:normal;
	color:#747474;
	padding:0 0 10px 0;
	border-bottom:1px dashed #747474;
}
#content h1 .klik{
	float:right;
}
#content .fill{
	text-align:justify;
	line-height:30px;
	margin-bottom:50px;
}
#content li{
	list-style:square;
}

.icontitle{
	float:left;
	margin:0 15px 0 0;
	width:32px;
	height:32px;
}

.icontop{
	margin-bottom:-2px;
	width:16px;
	height:16px;
}
.iconpack{
	width:24px;
	height:24px;
	opacity:1;
}
.iconpack:hover{
	opacity:0.5;
}

.icon{
	float:right;
	margin:10px 0 0 10px;
}

.photo a span.edit{
	display:none;
	background: url('../images/edit.png') center no-repeat;
	margin: -80px 0 0 0;
	height: 80px;
	position: relative;
	z-index: 100;
}
.photo a:hover span.edit{ 
	display:block;
}

.foto{
	float:left;
	overflow:hidden;
	margin-right:50px;
	width:150px;
	height:150px;
}
.keterangan{
	padding:20px 50px 20px 50px;
}

#tombol{
	margin:10px 0;
	width:120px;
	height:36px;
	padding-top:6px;
	font-size:15px;
	color:#fff;
	background:#1a9382;
	border:none;
	cursor:pointer;
	border-radius:2px;
	-moz-transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
}
#tombol:hover{
	color:#747474;
	background:#ebd778;
}

#tombol2{
	margin:10px 0;
	width:120px;
	height:36px;
	font-size:15px;
	color:#fff;
	background:#1a9382;
	border:none;
	cursor:pointer;
	border-radius:2px;
	-moz-transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
}
#tombol2:hover{
	color:#747474;
	background:#ebd778;
}


/* ZEBRA */
#zebra{
	margin:10px 0;
	width:100%;
	border-spacing:0;
}
#zebra th{
	padding:8px 0;
	text-align:left;
	color:#747474;
}
#zebra td{
	padding:6px;
	color:#747474;
}


/* FAKTUR */
#faktur{
	margin:10px 0;
	width:100%;
	font-size:14px;
	background:#c0c0c0;
	border-spacing:1px;
}
#faktur th{
	padding:6px 0;
	color:#747474;
	background:#e0e0e0;
}
#faktur td{
	padding:4px;
	color:#747474;
	background:#fff;
}


/* FORM */
#boxform{
	width:100%;
	padding-bottom:20px;
}
.form input{ 
	width:300px;
	padding:9px;
	color:#474747;
	border:1px solid #999;
	border-radius:2px;
	-moz-transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
}
#look{ 
	width:300px;
	height:28px;
	padding:9px;
	border:1px solid #999;
	-moz-transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
}
.form select{
	width:322px;
	height:35px;
	padding:6px 4px;
	color:#474747;
	border:1px solid #999;
	border-radius:2px;
	-moz-transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
}
.form option{
	height:25px;
	padding:8px 4px 0 8px;
	border-bottom:1px solid #aaa;
}
.form textarea{
	width:400px;
	height:250px;
	padding:10px 30px 10px 10px;
	border:1px solid #aaa;
	border-radius:2px;
	-moz-transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
}
.form input:required, textarea:required{
	background: #fff url(../images/red_asterisk.png) no-repeat 98% center;
}
.form input:required:valid, textarea:required:valid{
	background: #fff url(../images/valid.png) no-repeat 98% center;
	border-color: #5cd053;
}
.form input:focus:invalid, textarea:focus:invalid{
	background: #fff url(../images/invalid.png) no-repeat 98% center;
	border-color: #db5858;
}


/* FORM LIVE */
.formlive input{ 
	width:300px;
	padding:9px;
	color:#474747;
	border:1px solid #999;
	border-radius:2px;
	-moz-transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
}
.formlive select{
	width:322px;
	height:35px;
	padding:6px 4px;
	color:#474747;
	border:1px solid #999;
	border-radius:2px;
	-moz-transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
}
.formlive option{
	height:25px;
	padding:8px 4px 0 8px;
	border-bottom:1px solid #aaa;
}
.formlive input:required{
	background: #fff url(../images/red_asterisk.png) no-repeat 98% center;
}
.formlive input:required:valid{
	background: #fff url(../images/valid.png) no-repeat 98% center;
	border-color: #5cd053;
}
.formlive input:focus:invalid{
	background: #fff url(../images/invalid.png) no-repeat 98% center;
	border-color: #db5858;
}


/* FORM CALL */
.formcall input{ 
	width:300px;
	padding:9px;
	color:#474747;
	border:1px solid #999;
	border-radius:2px;
	-moz-transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
}
.formcall input:required{
	background: #fff url(../images/red_asterisk.png) no-repeat 98% center;
}
.formcall input:required:valid{
	background: #fff url(../images/valid.png) no-repeat 98% center;
	border-color: #5cd053;
}
.formcall input:focus:invalid{
	background: #fff url(../images/invalid.png) no-repeat 98% center;
	border-color: #db5858;
}


/* FORM USER */
.formuser input{ 
	width:200px;
	padding:9px;
	color:#474747;
	border:1px solid #999;
	border-radius:2px;
}
.formuser input:required{
	background: #fff url(../images/red_asterisk.png) no-repeat 98% center;
}
.formuser input:required:valid{
	background: #fff url(../images/valid.png) no-repeat 98% center;
	border-color: #5cd053;
}
.formuser input:focus:invalid{
	background: #fff url(../images/invalid.png) no-repeat 98% center;
	border-color: #db5858;
}