* {
	padding: 0;
	margin: 0;
	font-family: sans-serif;
}

a {
	color: inherit;
	text-decoration: none;
}

.medsos {
	padding: 5px 0;
	background-color: #148F77;
}

.medsos ul li {
	display: inline-block;
	color: #fff; 
	margin-right: 10px;
}

.container {
	width: 80%;
	margin: 0 auto;
}

.container:after {
	content:'';
	display: block;
	clear: both;
}
.containeradm {
	width: 100%;
	margin: 0 auto;
}

.containeradm:after {
	content:'';
	display: block;
	clear: both;
}
.containeradmatas {
	width: 100%;
	margin: 0 auto;
	position: fixed;
	top: 0;
	z-index: 1000;
}

.containeradmatas:after {
	content:'';
	display: block;
	clear: both;
}

header {
	margin-top: 10px;
	
}
header h1 {
	float: left;
	padding: 5px 0;
	color: #148F77;
	font-size: 20px;
}

header ul {
	float: right;
}

header ul li {
	display: inline-block;
}

header ul li a {
	padding: 15px 20px;
	display: inline-block;
	font-size: 12px;
}

header ul li a:hover {
	background-color: #148F77;
	color: #fff;
	transition: 0.5s;
}

.active {
	background-color: #148F77;
	color: #fff;
}

.banner {
	height: 60vh;
	background-image: url('../img/banner.jpg');
	background-size: cover;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner:after {
	content:'';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(20, 143, 119, .3);
}

.banner h2 {
	color: #fff;
	z-index: 1;
	padding: 20px 25px;
	border: 3px solid #fff;
}

section {
	padding: 15px 0;
}

section h3 {
	text-align: center;
	padding: 20px 0;
	color: #148F77;
	margin-bottom: 25px;
}

.search {
	padding: 15px 0;
	background-color: #fff;
}
.search input[type=text] {
	width: 50%;
	padding: 10px;
}
.search input[type=submit] {
	padding: 12px 15px;
	background-color: #148F77;
	color: #fff;
	border: none;
	cursor: pointer;
}
.search button[type=submit] {
	padding: 12px 15px;
	background-color: #148F77;
	color: #fff;
	border: none;
	cursor: pointer;
}

.about,
.service {
	padding-bottom: 100px;
}

.about .tentang {
	color: #666;
	word-spacing: 2px;
	line-height: 25px;
	margin-bottom: 20px;
	text-align: center;
}
.btn-biruprof {
	margin-top: 30px;
	margin-right: 10px;
	color: white;
	margin-bottom: 15px;
	width: 14%;
	border: none;
	padding:10px 16px;
	font-size: 12px;
	background: #3498db;
	border-radius: 7px;

}
.btn-biruprof:hover {
	background: #5dade2;
	cursor: pointer;
	transition: 0.5s;
}

.service {
	background-color: #f9f9f9;
}
.produk {
	padding-bottom: 100px;
}
.produk {
	background-color: #f9f9f9;
}

.box {
	color: #000000;
	border: 1px solid #ddd;
}

.box:after {
	content:'';
	display: block;
	clear: both;
}
.boxx {
	color: #148F77;
}
.boxx:after {
	content:'';
	display: block;
	clear: both;
}
.boxxx {
	color: #000000;
	border: 1px solid #ddd;
}

.boxxx:after {
	content:'';
	display: block;
	clear: both;
}

.box .col-4 {
	width: 25%;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	float: left;
}
.col-5 {
	width: 25%;
	height: 150px;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	float: left;
}
.col-6 {
	width: 16%;
	height: auto;
	float: left;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	margin-right: 5px;
	margin-bottom: 5px;
}
.col-6:hover {
	box-shadow: 0 0 3px #999;
}
.col-6 img {
	width: 100%;
}
.col-6 .nama {
	margin-bottom: 5px;
	font-size: 13px;
}
.col-6 .unit {
	margin-bottom: 8px;
	font-size: 11px;
}
.col-6 .harga {
	font-weight: bold;
	padding: 8px 0px;
	margin-top: 30px;
	color: #ec7063;
}
.col-6 .lokasi {
	margin-bottom: 5px;
	font-size: 9px;
	color: #000000;
}


/*+++*/
.col-66 {
	width: 100%;
	height: auto;
	float: left;
	padding: 10px;
	box-sizing: border-box;
	/*border: 1px solid #ddd;*/
	margin-right: 5px;
	margin-bottom: 5px;
}
.col-66:hover {
	box-shadow: 0 0 3px #999;
}
.col-66 img {
	width: 100%;
}
.col-66 .nama {
	margin-bottom: 5px;
	font-size: 12px;
}
.col-66 .unit {
	margin-bottom: 8px;
	font-size: 11px;
}
.col-66 .harga {
	font-weight: bold;
	padding: 8px 0px;
	margin-top: 30px;
	color: #ec7063;
}
.col-66 .lokasi {
	margin-bottom: 5px;
	font-size: 9px;
	color: #000000;
}
/*+++++*/

.col-7 {
	width: 10%;
	height: 100px;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	float: left;
}
.col-7:hover {
	box-shadow: 0 0 3px #999;
}
.col-7 .judul {
	margin-bottom: 1px;
	font-size: 10px;
}
.col-7 img {
	width: 50px;
	height: auto;
	margin-bottom: 1px;
}

.icon {
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	font-size: 20px;
	margin: 0 auto;
}

.box .col-4 h4 {
	margin: 20px 0;
}

.box .col-5 p {
	margin: 20px 0;
	font-size: 13px;
}
.box .col-6 p {
	margin: 5px 0;
}
.col-2 {
	width: 50%;
	min-height: 200px;
	padding: 10px;
	box-sizing: border-box;
	float: left;
}
.col-2 h3 {
	color: #ec7063;
}
.col-2 h4 {
	margin-bottom: 15px
}
.col-2 img {
	border: 1px solid #ddd;
}
.col-2 .juduldes {
	font-size: 15px;
	margin: 10px 0;
	text-align: justify;
	line-height: 15px;
}





/*+++++++++++++++*/
.col-9 {
	position: fixed;
	left: 0;
	width: 15%;
	padding: 10px;
	/*box-sizing: border-box;*/
	float: left;
	background: #ddd;
	height: 100%;
}
.col-9 h3 {
	text-align: center;
	margin-bottom: 25px;
}
.col-99 {
	width: 82%;
	padding: 10px;
	float: right;
	background: #F8F9F9;
	height: auto;
}
.btn-admaout {
	margin-top: 150px;
	margin-right: 10px;
	color: white;
	margin-bottom: 15px;
	width: 200px;
	border: none;
	padding:10px 16px;
	font-size: 10px;
	background: #ec7063;
	border-radius: 7px;
	display: block;
}
.btn-admaout:hover {
	background: #f1948a; 
	cursor: pointer;
	transition: 0.5s;
}
.hdr {
	text-align: center;
}
.hdr ul li {
	text-align: center;
	display: block;
}
.hdr ul li a {
	text-align: center;

	padding: 15px 20px;
	display: block;
	font-size: 12px;
	width: 180px;
}
.hdr ul li a:hover {
	background-color: #BCBCBC;
	color: #000;
	transition: 0.5s;
}
.hdractive {
	font-weight: bold;
	background-color: #BCBCBC;
	color: #000;
}
.atas {
	background-color: #BCBCBC;
}
.atas h3 {
	float: left;
	margin-left: 50px;
	padding: 5px 0;
	color: #000;
	font-size: 20px;
}
.atas h5 {
	float: right;
	margin-right: 50px;
	padding: 10px 0;
	color: #000;
	font-size: 15px;
}
.table {
	font-size: 12px;
	width: 100%;
	border-collapse: collapse;
	margin: 25px 0;
}
.table th,
.table td {
	border: 1px solid #ddd;
	padding: 9px;
}
.tableakun {
	font-size: 15px;
	line-height: 25px;
}


.tablepeserta {
	font-size: 10px;
	width: 100%;
	border-collapse: collapse;
	margin: 4px 0px 20px 0px;
	/*  atas - ? - bawah - kiri  */
}
.tablepeserta th,
.tablepeserta td {
	border: 1px solid #ddd;
	padding: 3px;
}
.tablepesertapay {
	font-size: 10px;
	width: 100%;
	border-collapse: collapse;
	margin: 4px 0px 20px 0px;
	/*  atas - ? - bawah - kiri  */
}
.tablepesertapay th,
.tablepesertapay td {
	border: 1px solid #ddd;
	padding: 8px;
}
.box-body .pesertap {
	font-size: 11px;
	margin-top: 15px;
	font-weight: bold;
}



.tablestatus {
	font-size: 15px;
	line-height: 25px;
}







/*+++++++++++++++++*/
.form-groupb {
	margin-bottom: 10px;
}
.form-groupb label {
	font-weight: bold;
	font-size: 12px;
	float: left;
	width: 105px;
}

.form-groupa {
	margin-bottom: 10px;
}
.form-groupa label {
	font-weight: bold;
	font-size: 12px;
	float: left;
	width: 140px;
}
.form-groupa .textkanan {
	font-size: 12px;
	border: none;
	width: 300px;
}
.box-body .judulatas{
	text-align: center;
	margin-bottom: 20px;
}
/**/


footer {
	padding: 15px 0;
	background-color: #333;
	color: #fff;
	text-align: center;
}

.bg-loader {
	background-color: #eee;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999; 
	display: flex;
	justify-content: center;
	align-items: center;
}

.bg-loader .loader {
	width: 100px;
	height: 100px;
	border:	3px solid #fff;
	border-radius: 50%;
	border-top-color: #148F77;
	border-right-color: #148F77;
	border-bottom-color: #148F77;
	animation: puterin .8s linear infinite;
}

.label {
	background-color: #148F77;
	color: #fff;
}
/*.label p {
	font-size: 10px;
	float: left;
}*/
.label .namalogin{
	font-size: 15px;
}
.label .logologin{
	font-size: 15px;
	float: right;
}
.label a{
	width: 15px;
	height: 15px;
	display: inline-block;
	float: right;
}

@keyframes puterin{

	100% {
		transform: rotate(360deg);
	}
}


/*---------------box-------------------------*/
/*-------------------------------------------*/
.box-header {
	color: #0eb5bf;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	border-bottom: 1px solid #ddd;
	background-color: #ECECEC;
}
.box-headertua {
	color: #ffffff;
	font-size: 18px;
	/*font-weight: bold;*/
	/*text-align: center;*/
	padding: 10px;
	border-bottom: 1px solid #ddd;
	background-color: #566573;
}
.box-body {
	padding: 10px;
}
form {
	margin: 15px 5px;
}
form .judulhalaman {
	font-size: 15px;
	text-align: center;
	margin-bottom: 30px;
	font-weight: bold;
}
form .ketupdate {
	font-size: 15px;
	text-align: justify;
	margin-bottom: 30px;
}
.form-group {
	margin-bottom: 15px;
}
.form-group label {
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
}
.form-group .input-control {
	padding: 8px 10px;
	width: 45%;
	box-sizing: border-box;
	font-size: 12px;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.form-group .input-control5 {
	padding: 8px 10px;
	width: 5%;
	box-sizing: border-box;
	font-size: 12px;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.form-group .input-control40 {
	padding: 8px 10px;
	width: 40%;
	box-sizing: border-box;
	font-size: 12px;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.form-group .textkecil {
	font-size: 10px;
	margin-left: 90px;
	color: #E74C3C;
	float: none;
}
.form-group .input-controlred {
	padding: 10px 10px;
	width: 45%;
	box-sizing: border-box;
	font-size: 12px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: #f5b7b1;
}
.form-group .input-controlabu {
	padding: 10px 10px;
	width: 45%;
	box-sizing: border-box;
	font-size: 12px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: #E5E7E9;
}





/*FORM PESAN*/
.form-pesan {
	margin-top: 20px;
}
.input-pesan {
	padding: 8px 10px;
	width: 10%;
	font-size: 12px;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.form-pesan p {
	padding: 5px 0px;
	font-size: 11px;
}
.btn-pesan {
	margin-top: 30px;
	margin-right: 10px;
	color: white;
	width: 100px;
	border: none;
	padding:10px 16px;
	font-size: 12px;
	background: #f5b041;
	border-radius: 7px;
	margin-bottom: 15px;
}
.btn-pesan:hover {
	background: #f8c471; 
	cursor: pointer;
	transition: 0.5s;
}
.btn-birupesan {
	
	margin-right: 10px;
	color: white;
	margin-bottom: 15px;
	width: 100px;
	border: none;
	padding:10px 16px;
	font-size: 12px;
	background: #3498db;
	border-radius: 7px;

}
.btn-birupesan:hover {
	background: #5dade2;
	cursor: pointer;
	transition: 0.5s;
}
/*FORM PESAN*/


.btn-biru {
	margin-top: 30px;
	margin-right: 10px;
	color: white;
	margin-bottom: 15px;
	width: 15%;
	border: none;
	padding:10px 16px;
	font-size: 12px;
	background: #3498db;
	border-radius: 7px;
	float: left;
}
.btn-biru:hover {
	background: #5dade2;
	cursor: pointer;
	transition: 0.5s;
}
.btn-abu {
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 15px;
	color: white;
	width: 15%;
	border: none;
	padding:10px 16px;
	font-size: 12px;
	background:  #85929e;
	border-radius: 7px;
	float: left;
}
.btn-abu:hover {
	background: #aeb6bf; 
	cursor: pointer;
	transition: 0.5s;
}
.btn-orange {
	margin-top: 30px;
	margin-right: 10px;
	color: white;
	width: 15%;
	border: none;
	padding:10px 16px;
	font-size: 12px;
	background: #f5b041;
	border-radius: 7px;
	margin-bottom: 15px;
	float: left;
}
.btn-orange:hover {
	background: #f8c471; 
	cursor: pointer;
	transition: 0.5s;
}
.btn-merah {
	margin-top: 30px;
	margin-right: 10px;
	color: white;
	width: 15%;
	border: none;
	padding:10px 16px;
	font-size: 12px;
	background: #ec7063;
	border-radius: 7px;
	margin-bottom: 15px;
	float: left;
}
.btn-merah:hover {
	background: #f1948a; 
	cursor: pointer;
	transition: 0.5s;
}
.btn-merahdaf {
	color: white;
	width: 25px;
	border: none;
	font-size: 9px;
	background: #ec7063;
	border-radius: 2px;
	margin-bottom: 3px;
	margin-top: 2px;
	float: left;
	padding: 3px 3px;
}
.btn-merahdaf:hover {
	background: #f1948a; 
	cursor: pointer;
	transition: 0.5s;
}
.btn-birudaf {
	color: white;
	width: 28px;
	border: none;
	font-size: 9px;
	background: #3498db;
	border-radius: 2px;
	margin-bottom: 3px;
	margin-top: 2px;
	margin-right: 3px;
	float: center;
	padding: 3px 3px;
}
.btn-birudaf:hover {
	background: #5dade2;
	cursor: pointer;
	transition: 0.5s;
}
.btn-birubayar {
	color: white;
	width: 28px;
	border: none;
	font-size: 9px;
	background: #3498db;
	border-radius: 2px;
	margin-bottom: 3px;
	margin-top: 2px;
	margin-right: 3px;
	float: center;
	padding: 5px 10px;
}
.btn-birubayar:hover {
	background: #5dade2;
	cursor: pointer;
	transition: 0.5s;
}
.btn-birudafpay {
	color: black;
	width: 90px;
	border: none;
	font-size: 9px;
	background: white;
	border-radius: 2px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 3px;
	float: center;
	padding: 3px 3px;
}
.btn-birudafpay:hover {
	background: #ddd;
	cursor: pointer;
	transition: 0.5s;
}
.btn-hijau {
	margin-top: 30px;
	margin-right: 10px;
	color: white;
	width: 15%;
	border: none;
	padding:10px 16px;
	font-size: 12px;
	background: #58d68d;
	border-radius: 7px;
	margin-bottom: 15px;
	float: left;
}
.btn-hijau:hover {
	background: #82e0aa; 
	cursor: pointer;
	transition: 0.5s;
}
.btn-tosca {
	margin-top: 30px;
	margin-right: 10px;
	color: white;
	width: 15%;
	border: none;
	padding:10px 16px;
	font-size: 12px;
	background: #48C9B0;
	border-radius: 7px;
	margin-bottom: 15px;
	float: left;
}
.btn-tosca:hover {
	background: #76D7C4; 
	cursor: pointer;
	transition: 0.5s;
}
.btn-ungu {
	margin-top: 30px;
	margin-right: 10px;
	color: white;
	width: 15%;
	border: none;
	padding:10px 16px;
	font-size: 12px;
	background: #AF7AC5;
	border-radius: 7px;
	margin-bottom: 15px;
	float: left;
}
.btn-ungu:hover {
	background: #C39BD3; 
	cursor: pointer;
	transition: 0.5s;
}
.btn-birux {
	margin-top: 30px;
	margin-right: 10px;
	color: white;
	margin-bottom: 15px;
	width: 14%;
	border: none;
	padding:10px 16px;
	font-size: 12px;
	background: #3498db;
	border-radius: 7px;
	float: left;
}
.btn-birux:hover {
	background: #5dade2;
	cursor: pointer;
	transition: 0.5s;
}




/*--*/
.alert {
	padding:10px 16px;
	border: 1px solid;
}

.alert-error {
	text-align: center;
	background-color: #FABEC0;
	border: 1px solid #E43D40;
	color: #E43D40;
}

.alert-success {
	text-align: center;
	background-color: #58d68d;
	border: 1px solid #239b56;
	color: #239b56;
}
/*--*/
.alertt {
	padding:10px 16px;
	border: 1px solid;
}

.alertt-nologin {
	text-align: center;
	background-color: #FABEC0;
	border: 1px solid #E43D40;
	color: #E43D40;
}

.alertt-login {
	text-align: center;
	background-color: #58d68d;
	border: 1px solid #239b56;
	color: #239b56;
}





/*++++++++++POP-UP MENU UTAMA+++++++++++++++*/

*{margin: 0; padding: 0}
@keyframes autopopup {
from {opacity: 0;margin-top:-200px;}
to {opacity: 1;}
}
#close {
	background-color: rgba(64, 68, 65, 0.5);
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	animation:autopopup 3.5s;
	}
#close:target {
	-webkit-transition:all 1s;
	-moz-transition:all 1s;
	transition:all 1s;
	opacity: 0;
	visibility: hidden;
	}

@media (min-width: 768px){
.container-popup {
width:40%;
}
}
@media (max-width: 767px){
.container-popup {
width:70%;
}
}
.container-popup {
	position: relative;
	margin: 5% auto;
	padding: 4px 3px;
	background-color: #e1fff5;
	color: #333;
	border-radius: 8px;
	}
.container-popup img {
	width: 100%
	}
.close {
	position: absolute;
	top:3px;
	right:3px;
	background-color: #33898B;
	padding:7px 10px;
	font-size: 15px;
	text-decoration: none;
	line-height: 1;
	color:#fff;
	}
/*++++++++++POP-UP MENU UTAMA+++++++++++++++*/





/*----------POPUP BAYAR----------*/
.form-grouppop {
	margin-bottom: 11px;
}
.form-grouppop label {
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
}
.form-grouppop .input-controlpop {
	padding: 8px 10px;
	width: 70%;
	box-sizing: border-box;
	font-size: 12px;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.btn-birupopkecil {
	margin-right: 10px;
	color: white;
	margin-bottom: 15px;
	width: 25%;
	border: none;
	padding:5px 11px;
	font-size: 12px;
	background: #3498db;
	border-radius: 7px;
	float: left;
}
.btn-birupopkecil:hover {
	background: #5dade2;
	cursor: pointer;
	transition: 0.5s;
}
.btn-birupop {
	margin-right: 10px;
	color: white;
	margin-bottom: 15px;
	width: 25%;
	border: none;
	padding:10px 16px;
	font-size: 12px;
	background: #3498db;
	border-radius: 7px;
	float: left;
}
.btn-birupop:hover {
	background: #5dade2;
	cursor: pointer;
	transition: 0.5s;
}
.btn-abupop {
	margin-right: 10px;
	margin-bottom: 15px;
	color: white;
	width: 25%;
	border: none;
	padding:10px 16px;
	font-size: 12px;
	background:  #85929e;
	border-radius: 7px;
	float: left;
}
.btn-abupop:hover {
	background: #aeb6bf; 
	cursor: pointer;
	transition: 0.5s;
}


a.popup-link {
		padding:5px 0;
		text-align: center;
		margin:7% auto;
		position: relative;
		width: 100px;
		font-size: 10px;
		color: #fff;
		text-decoration: none;
		background-color: #FFBA00;
		border-radius: 3px;
		box-shadow: 0 5px 0px 0px #eea900;
		display: inline-block;
	}
	a.popup-link:hover {
		background-color: #ff9900;
		box-shadow: 0 3px 0px 0px #eea900;
		-webkit-transition:all 1s;
		-moz-transition:all 1s;
		transition:all 1s;
	}
	/* end link popup*/

	/*style untuk popup */	
	#popup {
		visibility: hidden;
		opacity: 0;
		margin-top: -200px;
	}
	#popup:target {
		visibility:visible;
		opacity: 1;
		background-color: rgba(0,0,0,0.8);
		position: fixed;
		top:0;
		left:0;
		right:0;
		bottom:0;
		margin:0;
		z-index: 99999999999;
		-webkit-transition:all 1s;
		-moz-transition:all 1s;
		transition:all 1s;
	}

	/*@media (min-width: 768px){
		.popup-container {
			width:600px;
		}
	}*/
	/*@media screen and (max-width: 768px){
		.popup-container {
			width: 80%;
			padding:30px 17px;
		}
		.form-grouppop .input-controlpop {
			width: 100%;
		}


	}*/



	.popup-container {
		position: relative;
		margin:7% auto;
		padding:30px 30px;
		background-color: #fafafa;
		color:#333;
		border-radius: 3px;
		width: 40%;
	}

	a.popup-close {
		position: absolute;
		top:3px;
		right:3px;
		background-color: #333;
		padding:7px 10px;
		font-size: 20px;
		text-decoration: none;
		line-height: 1;
		color:#fff;
	}

	/* style untuk isi popup */


	.popup-form {
		margin:10px auto;
	}
		
/*----------POPUP BAYAR------------*/






/*-------------------------------------------*/
/*-------------------------------------------*/

@media screen and (max-width: 768px){
	.container {
		width: 90%;
	}
	header h1 {
		text-align: center;
		float: none;
		font-size: 17px;
	}
	header ul {
		text-align: center;
		float: none;
	}
	header li {
		width: 60px;
	}
	header ul li a {
		padding: 10px 0;
		font-size: 10px;
	}
	header ul li a:hover {
		background-color: #148F77;
		color: #fff;
		width: 60px;
	}
	.label {
		background-color: #148F77;
		color: #fff;
		height: 10px;
	}
	.label p {
		font-size: 6px;
	}
	.label .namalogin {
		font-size: 10px;
	}
	section {
		padding: 10px 0;
	}
	form .ketupdate {
		font-size: 11px;
		margin-bottom: 20px;
		text-align: justify;
	}
	.form-group label {
		font-size: 10px;
	}
	.form-group .input-control {
		width: 100%;
		padding: 7px 7px;
		font-size: 12px;
		border: 1px solid #ddd;
		border-radius: 5px;
	}
	.form-group .input-controlred {
		width: 100%;
		padding: 7px 7px;
		font-size: 12px;
		border: 1px solid #ddd;
		border-radius: 5px;
		background: #f5b7b1;
	}
	.form-group .textkecil {
		font-size: 8px;
		float: right;
		margin-left: 0px;
		color: #E74C3C;
	}
	.form-group .input-controlabu {
		width: 100%;
		padding: 7px 7px;
		font-size: 12px;
		border: 1px solid #ddd;
		border-radius: 5px;
		background: #E5E7E9;
	}
	.form-group .input-control5 {
		padding: 8px 10px;
		width: 15%;
		box-sizing: border-box;
		font-size: 12px;
		border: 1px solid #ddd;
		border-radius: 5px;
	}
	.form-group .input-control40 {
		padding: 8px 10px;
		width: 60%;
		box-sizing: border-box;
		font-size: 12px;
		border: 1px solid #ddd;
		border-radius: 5px;
	}


	/**/
	.form-groupa {
		margin-bottom: 10px;
	}
	.form-groupa label {
		font-weight: bold;
		font-size: 9px;
		float: left;
		width: 105px;
	}
	.form-groupa .textkanan {
		width: 200px;
		font-size: 9px;
		border: 1px solid #ddd;
	}
	.box-body .judulatas{
		text-align: center;
		margin-bottom: 10px;
	}
	/**/
	.alert {
		font-size: 12px;
	}
	.container p {
		
	}
	section h3 {
		text-align: center;
		padding: 5px 0;
		color: #148F77;
		margin-bottom: 10px;
	}
	.box-header {
		font-size: 12px;
	}
	.box-headertua {
		font-size: 8px;
	}
	.btn-biru {
		margin-top: 30px;
		color: white;
		width: 100%;
		border: none;
		padding:10px 16px;
		font-size: 12px;
		background:  #3498db;
		border-radius: 7px;
		float: none;
	}
	.btn-biru:hover {
		background: #5dade2;
		cursor: pointer;
		transition: 0.5s;
	}
	.btn-biruprof {
		width: 100%;
	}
	.btn-abu {
		margin-top: 1px;
		margin-bottom: 0px;
		color: white;
		width: 100%;
		border: none;
		padding:10px 16px;
		font-size: 12px;
		background:  #85929e;
		border-radius: 7px;
		float: none;
	}
	.btn-abu:hover {
		background: #aeb6bf; 
		cursor: pointer;
		transition: 0.5s;
	}
	.btn-orange {
		margin-top: 1px;
		color: white;
		width: 100%;
		border: none;
		padding:10px 16px;
		font-size: 12px;
		background:   #f5b041 ;
		border-radius: 7px;
		float: none;
	}
	.btn-orange:hover {
		background: #f8c471; 
		cursor: pointer;
		transition: 0.5s;
	}
	.btn-merah {
		margin-top: 30px;
		margin-right: 10px;
		color: white;
		width: 100%;
		border: none;
		padding:10px 16px;
		font-size: 12px;
		background: #ec7063;
		border-radius: 7px;
		margin-bottom: 15px;
		float: none;
	}
	.btn-merah:hover {
		background: #f1948a; 
		cursor: pointer;
		transition: 0.5s;
	}
	.btn-merahdaf {
		color: white;
		width: 25px;
		border: none;
		font-size: 9px;
		background: #ec7063;
		border-radius: 2px;
		margin-bottom: 2px;
		margin-top: 2px;
		float: left;
		padding: 1px 1px;	
	}
	.btn-merahdaf:hover {
		background: #f1948a; 
		cursor: pointer;
		transition: 0.5s;
	}
	.btn-hijau {
		margin-top: 40px;
		margin-right: 10px;
		color: white;
		width: 100%;
		border: none;
		padding:10px 16px;
		font-size: 12px;
		background: #58d68d;
		border-radius: 7px;
		margin-bottom: 15px;
		float: left;
	}
	.btn-hijau:hover {
		background: #82e0aa; 
		cursor: pointer;
		transition: 0.5s;
	}
	.btn-tosca {
		margin-top: 30px;
		margin-right: 10px;
		color: white;
		width: 100%;
		border: none;
		padding:10px 16px;
		font-size: 12px;
		background: #48C9B0;
		border-radius: 7px;
		margin-bottom: 15px;
		float: none;
	}
	.btn-tosca:hover {
		background: #76D7C4; 
		cursor: pointer;
		transition: 0.5s;
	}
	.btn-ungu {
		margin-top: 1px;
		margin-right: 10px;
		color: white;
		width: 100%;
		border: none;
		padding:10px 16px;
		font-size: 12px;
		background: #AF7AC5;#3498db
		border-radius: 7px;
		margin-bottom: 15px;
		float: none;
	}
	.btn-ungu:hover {
		background: #C39BD3; 
		cursor: pointer;
		transition: 0.5s;
	}
	.btn-birux {
		margin-top: 1px;
		margin-right: 10px;
		color: white;
		width: 100%;
		border: none;
		padding:10px 16px;
		font-size: 12px;
		background: #3498db;
		border-radius: 7px;
		margin-bottom: 15px;
		float: none;
	}
	.btn-birux:hover {
		background: #5dade2; 
		cursor: pointer;
		transition: 0.5s;
	}






	.btn-pesan {
		float: left;
	}
	.btn-birupesan {
		width: 100%;
		margin-top: 30px;
	}
	.btn-popupbiru {
	  	background-color: #3498db;
	  	color: white;
	  	padding: 10px 20px;
	  	margin: 8px 0;
	  	border: none;
	 	 cursor: pointer;
	  	width: 100%;
	  	opacity: 0.9;
	  	border-radius: 7px;
	}
	.btn-popupabu {
		background:  #85929e;
		color: white;
		padding: 10px 20px;
		margin: 8px 0;
		border: none;
		cursor: pointer;
		width: 100%;
		opacity: 0.9;
		border-radius: 7px;
	}
	.modal-content {
	  	padding: 20px 20px;
	}




	footer {
		padding: 5px 0;
		background-color: #148F77;
		color: #fff;
		text-align: center;
		font-size: 10px;
	}
	.box-body {
		padding: 0px;
	}
	.box {
		padding: 1px;
	}
	.box .col-4 {
		width: 100%;
		font-size: 10px;
		float: none;
	}
	.col-5 {
		width: 30%;
		height: 150px;
		padding: 10px;
		box-sizing: border-box;
		text-align: center;
		float: left;
		margin-right: 10px;
	}
	.col-7 {
		width: 72px;
		height: 100px;
		padding: 5px;
		box-sizing: border-box;
		text-align: center;
		float: left;
		margin-right: 5px;
	}
	.col-7:hover {
		box-shadow: 0 0 3px #999;
	}
	.col-7 .judul {
		margin-bottom: 1px;
		font-size: 10px;
	}
	.col-7 img {
		width: 50px;
		height: auto;
		margin-bottom: 1px;
	}
	.col-2 {
		width: 100%;
		min-height: 200px;
		padding: 10px;
		box-sizing: border-box;
		float: none;
	}
	.col-22 {
		width: 100%;
		min-height: 200px;
		padding: 10px;
		box-sizing: border-box;
		float: none;
	}
	.col-8 .text {
		font-size: 10px;
	}
	.icon {
		width: 70px;
		height: 70px;
		text-align: center;
		line-height: 50px;
		font-size: 10px;
		margin: 0 auto;
	}
	.box .col-5 p {
		margin: 10px 0;
		font-size: 10px;
	}
	.col-6 {
		width: 48%;
		height: auto;
		float: left;
		padding: 5px;
		box-sizing: border-box;
		margin-right: 5px;
	}
	.col-6 .unit {
		font-size: 9px;
	}
	.col-66 {
		width: 100%;
		height: auto;
		float: left;
		padding: 5px;
		box-sizing: border-box;
		margin-right: 5px;
	}
	.col-66 .unit {
		font-size: 9px;
	}


	.search {
		padding: 1px 0;
		background-color: #fff;
	}
	.search input[type=text] {
		width: 70%;
		padding: 5px;
	}
	.search input[type=submit] {
		font-size: 10px;
		padding: 7px 10px;
		background-color: #148F77;
		color: #fff;
		border: none;
		cursor: pointer;
	}
	.search button[type=submit] {
		font-size: 10px;
		padding: 9px 10px;
		background-color: #148F77;
		color: #fff;
		border: none;
		cursor: pointer;
	}
	.tableakun {
		font-size: 10px;
		line-height: 20px;
	}
	.tablepeserta th, .tablepeserta td {
		font-size: 8px;
		line-height: 10px;
		border: 1px solid #ddd;
	}
	.tablestatus {
		font-size: 11px;
		line-height: 20px;
	}

	/*--------POPUP BAYAR-----------*/
	.popup-container {
		width: 80%;
		padding:30px 17px;
	}
	.form-grouppop .input-controlpop {
		width: 100%;
	}
	a.popup-close {
		font-size: 15px;
	}
	.btn-birupop {
		width: 46%;
	}
	.btn-abupop {
		width: 46%;
	}
}










