/* here you can put your own css to customize and override the theme */
.saldo{
	text-align: center;
	display: none;
	color: #697882;
}
.btn:hover, .btn:focus, .btn.focus {
    color: #FFF !important;
    text-decoration: none;
}
.font-kasir{
	color:	#5cb3b9 !important;
}

.first-td-borderless{
	border-top: 0 !important;
}

.without-auth{
	margin-left: 0 !important;
}

.green-bnp{
	color: #fff;
	background-color: #00aa7b;
}

.loading {
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    min-width: 100%;
    min-height: 100%;
}

.loading-message-new{
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10001;
}

#doublescroll {
    overflow: auto;
    overflow-y: hidden;
}
.date {
    width: 200px;
}
.red{
	color: #e43a45!important;
}
#email_form{
	margin: 10px 0px;
    border: 1px solid rgb(204, 204, 204);
    padding: 10px;
    background-color: rgb(239, 239, 239);
    font-weight: bold;
}
.table-trx{
	table-layout: fixed; 
	word-wrap: break-word;
}
@media (max-width: 767px) {
  .table-trx {
    table-layout: auto !important;
    word-wrap: normal !important;
	}
}