
.login-form{
  border-radius: 0px;
  border: none;
}
.login-form .login-form-header{
  background-color: #1ca64a;
  border-radius: 0px;
  color: white;
}
#loginFormTitle{
  margin: 0px auto;
}
.login-form-btn{
  position: absolute;
  right: 20px;
  color: white;
}
.login-form-btn:hover{
  color: white;
}
.form-login-submit{
  background-color: #1ca64a;
  padding: 10px 35px;
  border: 1px solid rgba(0,0,0,0.1);
}
.form-login-submit:hover{
  background-color: white;
  border: 1px solid #ccc;
  color: #000;
}
.form-login-register{
  width: 100%;
  text-align: left;
}
.form-login-link-reg{
  font-weight: 500;
}
.form-login-change-pass{
  color: #ccc;
  font-weight: 300;
}
.form-login-label{
  font-size: 14px;
  color: #666;
}
.form-login-input{
  height: 50px;
}
.form-login-input::-webkit-input-placeholder {
  color: #ccc;
}
.form-login-input:-moz-placeholder {
  color: #ccc;
}
.form-login-input::-moz-placeholder {
  color: #ccc;
}
.form-login-input:-ms-input-placeholder {
  color: #ccc;
}
.form-login-desc{
  font-size: 20px;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted rgba(0,0,0,0.1);
}
.modal-title span{
  font-weight: 200;
}
.form-login-title{
  width: 100%;
}
.form-login-subtitle{
  width: 100%;
  font-size: 13px;
}
.title-campaign{
  color: white;
  font-size: 35px;
  margin-top: 70px;
}
#detail-donation:before {
  content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: rgb(255,255,255);
  background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0) 50%, rgba(0,0,0,0.4780287114845938) 80%, rgba(0,0,0,0.49763655462184875) 100%, rgba(255,255,255,1) 100%);
  background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 50%, rgba(0,0,0,0.4780287114845938) 80%, rgba(0,0,0,0.49763655462184875) 100%, rgba(255,255,255,1) 100%);
  background-image: linear-gradient(180deg, rgba(255,255,255,0) 50%, rgba(0,0,0,0.4780287114845938) 80%, rgba(0,0,0,0.49763655462184875) 100%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
	opacity: .6; 
}
.author-campaign{
  float: left;
  margin-right: 20px;
  margin-top: 25px;
}
.author-campaign .avatar-image-round{
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid rgba(0,0,0,0.1);
  float: left;
}
.detail-author-campaign{
  float: left;
  padding: 3px 10px;
}
.author-campaign .name-author-campaign{
  color: #f1f1f1;
  font-size: 14px;
}
.author-campaign .as-author-campaign{
  color: #ccc;
  font-size: 12px;
}
.date-campaign{
  float: left;
  margin-right: 20px;
  margin-top: 25px;
  color: #f1f1f1;
  font-size: 14px;
  padding: 3px 10px;
}
.category-campaign{
  float: left;
  margin-right: 20px;
  margin-top: 25px;
  color: #f1f1f1;
  font-size: 14px;
  padding: 3px 10px;
}
.share-sosmed{
  margin-right: 20px;
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: left;
}
.content-doantion{
  padding-right: 25px;
}
.content-doantion p {
  font-family: "Helvetica Neue", Helvetica;
  line-height: 24px;
  letter-spacing: 1px;
  color: #333;
  font-size: 13px;
}
.content-donation img{
  width: 100%;
  margin-bottom: 15px;
}
.content-side{

}
.count-donation{
  border-bottom:  double 3px #ccc;
  padding-bottom: 10px;
  margin-bottom:  20px;
}
.count-mount-donation{
  float: left;
  text-align: left;
}
.label-count{
  color: #333;
  font-size: 15px;
}
.label-sum{
  color: #000;
  font-size: 20px;
  font-weight: 600;
}
.count-user-donation{
  float: right;
  text-align: right;
}
.box-donation{
  border: 1px solid rgba(0,0,0,0.1);
}
.form-donation-button{
  font-size: 11px;
  height: 50px !important;
  line-height: 50px !important;
}
.field-donation{
  height: 40px !important;
  line-height: 0px !important;
  font-weight: 600 !important;
  font-size: 15px !important;
}
.donation-options-button {
  height: 38px !important;
  font-weight: 500 !important;
  font-size: 10px !important;
  margin-bottom: 0px;
}
.form-donator-id{
  margin-top: 15px !important;
}
.title-option-donation{
  font-size: 15px;
  font-weight: 600;
}
.form-donator-id label{
  font-size: 13px !important;
}
.donation-avatar{
  height: 30px !important;
  width: 30px !important;
  padding: 1px;
}
.donation-user-desc p{
  font-size: 12px !important;
}
.donation-user-desc .email{
  font-size: 10px !important;
  color: #ccc;
}
.fnsz{
  font-size: 10px;
}
.secure-text{
  float: left;
  font-size: 10px;
  color: #ccc;
}
.img-docomo{
  float: right;
  height: 15px;
}
.mgr-right{
  margin-right: 5px;
}
.detail-profile{
  margin-top: 50px;
}
.avatar-image-profile{
  border: 3px solid white;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  float: left;
  margin-right: 20px;
}
.box-data-profile{
  margin-right: 10px;
}
.box-data-profile .name-profile{
  color: white;
  font-size: 30px;
}
.box-data-profile .desc-profile{
  color: #ccc;
  font-size: 15px;
}
.sosmed-profile{
  margin-top: 5px;
}
.sosmed-profile a{
  color: white;
}
.sosmed-profile a:hover{
  color: #ccc;
}
.box-count-dnt{
  margin-top: 50px;
  text-align: right;
}
.box-count-donation-label{
  font-size: 14px;
  color: #ccc;
}
.box-count-donation{
  font-size: 20px;
  color: white;
}
#menu-profile{
  background: white;
}
.menu-left{
  padding: 15px 20px;
  float: left;
  color: #999;
  border-bottom: 2px solid white;
}
.menu-left:hover{
  color: #1ca64a;
  border-bottom: 2px solid #1ca64a;
}
.menu-active{
  color: #1ca64a;
  border-bottom: 2px solid #1ca64a;
}
.menu-right{
  margin: 9px;
  padding: 5px 15px;
  float: right;
  border: 2px solid #1ca64a;
  border-radius: 5px;
  color: #1ca64a;
}
.menu-right:hover{
  background: #1ca64a;
  color: white;
}
.box-side-profile{

}
.profile-img{
  width: 100%;
  border: 1px solid rgba(0,0,0,0.1);
}
.profile-upload-note{
  margin: 15px 0 10px 0;
  color: #ccc;
  font-size: 13px;
}
.btn-upload-profile{
  width: 100%;
  background: #1ca64a;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 5px;
  padding: 10px 25px;
  margin: 5px 0;
  color: white;
  cursor: pointer;
}
.btn-upload-profile:hover{
  opacity: 0.8;
}
.box-action-photo-profile{
  width: 100%;
  position: relative;
}
.btn-upload-profile-reset{
  width: 100%;
  background: #333;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 5px;
  padding: 10px 25px;
  margin: 5px 0;
  color: white;
  cursor: pointer;
}
.btn-upload-profile-reset:hover{
  opacity: 0.8;
}
.box-field-data{
  background: white;
  padding: 10px 15px;
  margin: 15px 0;
}
.box-field-data label{
  color: #ccc;
  font-size: 13px;
  margin-bottom: 0;
}
.box-field-data .box-view{
  width: 100%;
}
.box-field-data .box-edit{
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.box-field-data .box-edit input{
  border: none;
  padding: 0;
}
input[type=text]:focus, 
input[type=password]:focus, 
input[type=submit]:focus, 
textarea:focus,
button:focus {
  box-shadow: none;
}
.box-view-name{
  float: left;
}
.icon-field-act{
  float: right;
  font-size: 15px;
  color: #1ca64a;
  margin-right: 10px;
  cursor: pointer;
}
.icon-field-save{
  float: right;
  font-size: 15px;
  color: #1ca64a;
  margin-right: 10px;
  margin-top: 15px;
  cursor: pointer;
}
.form-field-profile{
  width: 90% !important;
  float: left;
}
.box-submit-profile-edit{
  width: 100%;
  text-align: right;
}
.btn-submit-edit-profile{
  background: #1ca64a;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 5px;
  padding: 10px 25px;
  margin: 5px 0;
  color: white;
  cursor: pointer;
}
.btn-submit-edit-profile:hover{
  opacity: 0.8;
}
.box-act{
  padding: 10px 15px;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 5px;
  background: white;
  margin-bottom: 20px;
}
.box-donasi-name{
  width: 35%;
  float: left;
  padding: 10px 5px;
}
.img-thumb-donasi{
  width: 45px;
  height: 45px;
  margin-right: 10px;
  float: left;
}
.donasi-name{
  max-width: 275px;
  float: left;
  font-size: 14px;
}
.box-donasi-paymet{
  width: 50%;
  float: left;
}
.box-donasi-paymet label{
  color: #999;
  font-size: 12px;
  margin-bottom: 0;
}
.payment-type{
  padding: 10px 20px;
  width: 25%;
  float: left;
  font-size: 14px;
}
.payment-date{
  padding: 10px 20px;
  width: 25%;
  float: left;
  font-size: 14px;
}
.payment-status{
  padding: 10px 20px;
  width: 25%;
  float: left;
  font-size: 14px;
}
.payment-status .green{
  color: green;
}
.payment-status .red{
  color: red;
}
.payment-type-donation{
  padding: 10px 20px;
  width: 25%;
  float: left;
  font-size: 14px;
}
.box-donasi-paymet{
  border-left: 1px solid rgba(0,0,0,0.1);
  border-right: 1px solid rgba(0,0,0,0.1);
}
.box-donasi-amount label{
  color: #999;
  font-size: 12px;
  margin-bottom: 0;
}
.box-donasi-amount{
  padding: 10px 20px;
  width: 15%;
  float: left;
  text-align: right;
  font-size: 14px;
}
.box-list-act{
  margin-bottom: 20px;
}
.title-content{
  color: #000;
  font-size: 20px;
  margin-bottom: 25px;
}
#box-member-data .email{
  color: #999;
  font-size: 14px;
  line-height: .5;
}
#box-member-data b{
  color: #000;
  font-size: 16px;
  margin-bottom: 5px;
}
.file-tab img{
  width: 100% !important;
  max-width: 500px !important;
  max-height: 1000px !important;
  border: 2px solid rgba(0,0,0,0.1);
}
.btn-upload{
  width: 100% !important;
  background: white;
  color: black;
  border: 1px solid #ccc;
}
.content-img{
  width: 100%;
  border: 1px solid rgba(0,0,0,0.1);
  margin-bottom: 15px;
}
.clr-black{
  color: #000 !important;
}
.clr-black:hover{
  color: #1ca64a !important;
}
.clr-white{
  color: #fff !important;
}
.owl-dots{
  display: none;
}
.owl-nav{
  display: none;
}
.fs-15{
  font-size: 15px;
}
.fs-14{
  font-size: 14px;
}
.fs-12{
  font-size: 12px;
}
.profile-menu-list{
  padding: 30px 0;
}
.img-flag{
  width: 20px;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.active-flag{
  border: 1px solid green;
}
.box-language{
  font-size: 12px;
  width: 75px;
  text-align: center;
  margin-left: 10px;
  float: right;
}
.selected-language{
  border: 1px solid green;
  border-radius: 5px;
  padding: 15px 10px;
  cursor: pointer;
}
.select-language{
  position: absolute;
}
.list-language{
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 3px 11px 5px 11px;
  margin-top: 5px;
  color: #000;
  background: white;
  width: 75px;
}
.list-language:hover{
  border: 1px solid green;
} 
.dsply_none{
  display: none;
}
.dsply_block{
  display: block;
}
.option-period{
	padding: 10px 10px;
	width: 100%;
	margin-top: 10px;
  font-size: 18px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}
.box-select-period{
  border: none;
  background: transparent;
  width: 100%;
}
.box-subscribes{
  min-width: 140px;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.box-payment-method{
  width: 100%;
  border-radius: 5px;
  background: white;
}
.w100{
  width: 100% !important;
}
.w50{
  width: 50% !important;
}
.w33{
  width: 33.33% !important;
}
.p20{
  padding: 20px;
}
.br1{
  border-right: 1px dotted rgba(0,0,0,0.1);
}
.list-select-payment{
  text-align: center;
}
.pull-left{
  float: left;
}
.pull-right{
  float: right;
}
.list-charge{
	width: 70%;
	float: left;
}
.list-data-charge{
	width: 25%;
	float: right;
	text-align: right;
}

/*-- end rizal --*/

#donation__form__page-container{
  padding-bottom: 20px;
}
#donation__story img{
  width: 100% !important;
  margin-bottom: 20px;
}
#campaign-donation__content{
  border: 1px solid #f3f3f3;
  padding-bottom: 100px !important;
}
.other-donation__item{
	margin-bottom: 40px !important;
}
/*-- update --*/


.r-bank-logo{
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #ccc;
  cursor: pointer;
  border-radius: 5px;
  margin-bottom: 10px;
}
.r-box-bank-list{
  border: 1px solid #ccc; 
  border-radius: 5px;
  padding: 15px 20px;
  margin-bottom: 10px;
}
.r-bank-logo img{
  width: 100px !important;
  height: auto;
  display: inline !important;
}
.r-data-va{
  margin-bottom: 10px;
}
.r-box-title-donation{
  padding: 5px 20px;
  margin: 5px 20px;
  text-align: center;
}
.r-form-st{
  margin: 10px 0;
  height: 45px !important; 
}
.r-form-span{
  padding: 8px 15px;
  font-size: 16px;
  color: #ccc;
}
.r-logo-cc{
  padding: 10px;
}
.r-logo-cc img{
  height: auto;
  float: right;
  margin: 5px 10px;
}
.r-mc{
  width: 50px !important;
}
.r-visa{
  width: 100px !important;
}
.r-btn-submit{
  height: 50px !important;
  margin-top: 20px;
}
.r-footer-xnd{
  margin-top: 10px;
}
.r-scr-xnd{
  float: left;
  font-size: 14px;
}
.r-docomo{
  float: right;
  margin: 5px;
}
.owl-dots{
  height: 0 !important;
}
#three-ds-container{
  width: 100%;
  height: 480px !important;
}
.r-message{
  text-align: center;
  padding: 10px;
  border: 1px solid red;
  border-radius: 5px;
  color: red;
  width: 100%;
}
.box-detail-invoice{
  width: 100%;
  border-radius: 8px;
  background: white;
  padding: 20px;
  margin-bottom: 20px;
}
.box-title-payment-invoice{
  font-size: 20px;
  margin-bottom: 10px;
}
.box-img-cmp{
  float: left;
}
.box-img-cmp img{
  width: 65px;
  height: 65px;
  margin-right: 20px;
}
.box-detail-cmp{
  float: left;
  max-width: 300px;
}
.box-invoice-note{
  font-size: 12px;
  color: #ccc;
}
.box-detail-type-cmp{
  float: right;
  text-align: right;
}
.box-user-donation{
  margin: 15px 0 0 0;
  padding-top: 15px;
  border-top: 1px dotted rgba(0,0,0,0.1);
}
.box-invoice-avatar{
  float: left;
  margin-right: 20px;
}
.box-invoice-avatar img{
  width: 45px;
  height: 45px;
  border: 2px solid #999;
  padding: 2px;
  border-radius: 50%;
}
.box-invoice-user-desc{
  float: left;
  margin-top: 5px;
}
.box-invoice-user-desc .username{
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.box-invoice-user-desc span{
  font-size: 12px;
  color: #ccc;
}
.box-user-dnt-dtl{
  padding: 0 22px !important;
}

#iframe-donasi {
  
}
.box-iframe-xnd{
  width: 100%;
  height: 900px;
  border: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}
.box-iframe-xnd::-webkit-scrollbar { 
	width: 0 !important 
}
.flex-0{
	flex: none !important;
}
@media screen and (max-width: 600px) {
  .box-user-dnt{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .box-user-dnt-dtl{
    padding: 0 !important;
  }
  .box-img-cmp{
    margin-top: 5px;
    width: 30%;
  }
  .box-detail-cmp{
    width: 70%;
  }
  .box-detail-type-cmp{
    width: 100%;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px dotted rgba(0,0,0,0.1); 
    text-align: left;
  }
}